<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html body {

    color: #003056 !important;
    font-family: "Roboto", sans-serif;
}

h1 {
    margin: unset !important;
}


label {
    min-height: 15px;
    margin-bottom: 0px;
    color: #003056;
}

.h3 {
    color: white;
    line-height: 60px;
    text-align: center;
}
.loading{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 47, 86, 0.274);
    position: fixed;
    z-index: 1;
}
#loader-text{
    font-size: 30px;
    text-align: center;


}
.elementor-column-gap-default
,.wgl-header-row_wrapper{
    display: flex;
    flex-direction: row;
}
@media (min-width: 1201px) {
    .wgl-header-row_wrapper{
        display: none;      

    }
}
.lds-roller {
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 80px 80px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 126px;
    left: 126px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 136px;
    left: 112px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 142px;
    left: 96px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 144px;
    left: 80px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 142px;
    left: 64px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 136px;
    left: 48px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 126px;
    left: 34px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 112px;
    left: 24px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
@media (max-width: 767px) {
    .h3 {
        line-height: 20px;
    }
}

.col-75 {
    width: 75%;
}

.selector {
    padding: 5px 25px;
    border: 1px solid #003056;
    border-radius: 4px;
    background-color: #f5f5f5;
}

input[type='radio'] {

    accent-color: #003056;

}

.box.box-primary {
    border-top-color: #003056;
}

.login-logo a,
.register-logo a {
    color: #fff;
}

.login-page {
    background-color: #003056 !important;
}



.navbar-nav&gt;.user-menu&gt;.dropdown-menu&gt;.user-footer .btn-default {
    color: #fff;
}

.btn-primary,
.btn-default,
.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;span:focus,
.pagination&gt;.active&gt;span:hover,
.main-sidebar,
.skin-blue-light .sidebar-menu&gt;li.header {
    background-color: #003056 !important;
    color: #fff
}

.skin-blue-light .sidebar a {
    color: #fff;
}

.sidebar-menu&gt;li.footer {
    position: fixed !important;
    bottom: 5px;

}

@media (min-width: 768px) {
    .sidebar-menu&gt;li.footer {
        position: fixed !important;
        bottom: 5px;
    }
}






.pagination&gt;.disabled&gt;a,
.pagination&gt;.disabled&gt;a:focus,
.pagination&gt;.disabled&gt;a:hover,
.pagination&gt;.disabled&gt;span,
.pagination&gt;.disabled&gt;span:focus,
.pagination&gt;.disabled&gt;span:hover {
    color: #003056;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #003056;
}

.pagination&gt;li&gt;a {
    color: #003056;

    background-color: #fff;
    border-color: #003056;
}

.breadcrumb,
.breadcrumb .fa {

    border-radius: 4px;

    color: #003056;
    background-color: #f5f5f5;

}

.precio-actual {
    float: right;
    line-height: 10px;
}

@media (max-width: 1020px) {
    .precio-actual {
        float: unset;
    }
}

.precio-actual span {
    margin-right: 15px;
    font-weight: 700;
}

.acciones-wrapper {
    display: flex;
    justify-content: space-between;
}

.herramientas {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    margin: auto;
    align-items: end;
    width: 100%;

}

.herramientas&gt;.form1 {
    max-width: 500px;
    justify-content: end;
}

@media (max-width:770px) {
    .herramientas {
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    .herramientas&gt;.form1 {
        max-width: unset;
        justify-content: center;
    }
}

.herramientas form {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
    flex-wrap: wrap;
    justify-content: center;
}

.herramientas form&gt;div {
    margin: 20px;
}




.herramientas fieldset {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.herramientas&gt;div {

    background-color: #f5f5f5;
    min-width: 130px;
}



.datetime {
    line-height: 28px !important;
}

.logo {
    background-color: unset;
}

a.linkmapto {
    color: #003056 !important;
}

.markerboyaca {
    max-width: 400px;
}

.markerboyaca,
.btn-mylocation-boyaca-txt {

    line-height: 1.4;
    text-align: justify;
    color: black;
    max-width: 340px;

}

.gm-style-iw.gm-style-iw-c {
    padding-right: 12px !important;
    padding-bottom: 12px !important;
}

.gm-style-iw-d {
    overflow: auto !important;
    scrollbar-width: thin;
    scrollbar-color: #003056 #ffffff;

}

.markerresultadoboyaca {
    max-width: unset;
    padding: 0px 25px;

}

.pac-icon-marker {
    background-image: url(../img/searchresult.png) !important;
    background-position: center;
    background-size: cover;
}

.pac-item {
    padding: 25px 16px 0px;
    font-size: 16px;
    border-top: unset;
}

.pac-item-query {
    font-size: 16px;
}

.pac-icon {
    width: 30px;
    height: 30px;
    vertical-align: bottom;
}

.pac-logo:after {
    display: none;
}

.pac-container {
    padding: 0px 0 24px;
    border-radius: 5px;
}

.markerboyaca .logo-gas img {
    width: 98%;
    border-radius: 10px;
    box-shadow: 4px 4px 6px rgb(148, 145, 145);

}

.resultado-bloque1 .logo-gas img {
    width: 430px;
    max-width: unset;
    box-shadow: unset;
    margin-bottom: unset;
}

.resultado-bloque1 .logo-gas .default_icon {
    padding: 0 10px;


}

.markerboyaca div.default_icon {
    opacity: 1;
}

.markerboyaca .logo-gas .default_icon_marker {
    height: 80px;

    width: 100%;
    background-image: url('../img/BOYACA.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    box-shadow: 4px 4px 6px rgb(148, 145, 145);

}

.info-gas {
    padding: 15px;
    
}

.markerresultadoboyaca .logo-gas {
    margin-left: 0px;
    box-shadow: unset;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.markerresultadoboyaca .info-gas {
    cursor: pointer;
}


.calculo-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;

}

.calculo-wrapper .logo-gas {
    color: rgb(117, 117, 117);
    min-width: 48px;
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 20px;


}

#resultado-calculo {
    font-weight: 700;
}


.calculo-wrapper .logo-gas img {

    max-width: 648px;
    max-height: 602px;
    border-radius: 4px;

}

.markerboyaca .linkmapto {
    width: 135px;
    height: 40px;
    border: 2px solid #009CDE;
    margin: 0px auto 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px;
}

.markerresultadoboyaca .linkmapto {
    width: 48px;
    height: 48px;
}

.markerboyaca .linkmapto img {
    width: 24px;
    height: 24px;
}

#siteNotice {
    min-height: 10px;
}

.gm-ui-hover-effect&gt;span {
    background-color: #fff;
}


.gm-ui-hover-effect {
    margin: 14px !important;
}

.gm-ui-hover-effect span {
    width: 24px !important;
    height: 24px !important;
    margin: 0px !important;
}

.markerboyaca .top-info {
    display: flex;
    flex-direction: column;
}

.markerresultadoboyaca .top-info {
    justify-content: space-between;
}

.markerboyaca .firstHeading {
    color: #003056;
    font-weight: bold;
    text-align: start;
    width: max-content;
    padding-bottom: 8px;
    word-break: break-word;
    width: auto;
    line-height: 1.2;
    font-size: 1rem;
}


.markerboyaca .precio-neto b {
    font-size: 12px;
    color: #003056;
    font-weight: normal;
    background-color: #F2F5F7;
    padding: 5px 10px;
}

.empleado .precio-neto b {
    font-size: 12px;
}

.lista-resultados {
    width: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}

.lista-resultados::-webkit-scrollbar {
    width: 0;
}

.resultado-bloque1 {
    display: flex;
    flex-direction: column;
}


.markerboyaca .resultado-bloque1 .direccion {
    align-self: center;
    font-size: 1rem;
    color: #003056;
    word-break: break-word;
    width: auto;
    padding-right: 50px;
}

.top-info-title {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    min-height: 136px;
}

.wrapper-horario {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.pastilla, .pastilla-marker {
    background-color: #009CDE;
    border-radius: 15px;
    font-size: 9px;
    padding: 3px 6px;
    width: max-content;
    margin-bottom: 5px;
    color: white;
}
.pastilla-marker{
    float: right;
    margin-left: 25px;
    margin-bottom: unset;
}

.horario {
    text-align: left;
    font-size: 12px;
    margin:0 0 15px;
}

.td-dia{
    padding: 0 10px 0 0;
    
}
.td-hora{
    padding: 0 3px;
}

.markerboyaca .telefono span {
    font-size: 14px;
}

.markerboyaca .telefono span {
    color: #009CDE;
}

.buscador-wrapper {
    position: absolute;
    background-color: #fff;
    padding: 25px;
    top: 32px;
    left: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 480px;
}

.boton-buscador,
.boton-resultado img {
    cursor: pointer;
}

.resultados-wrapper {
    position: absolute;
    background-color: #fff;
    top: 146px;
    left: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(117, 117, 117);
    max-height: 629px;
    width: 480px;

}

.resultados-wrapper hr {
    width: 100%;
    margin: 10px 0 25px;
}


.item-resultado {
    padding: 2;
    border-top: 1px solid #009CDE;
    width: 100%;
    display: inline-table;
    padding: 25px 50px;
    cursor: pointer;

}

.resultado-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px;
}

#autocomplete {
    background-color: rgba(0, 48, 86, 0.05);
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    padding: 13px;
    text-overflow: ellipsis;
    width: 368px;
    color: #009CDE;
    height: 48px;
    margin-right: 15px;
    border-radius: 10px;
    border: 0;
    position: relative;

}

.icono-search {
    position: absolute;
    top: 15px;
    right: 30px;

}


.gm-style-iw-d {
    overflow-x: hidden !important;
}

.wrapper-gmap {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

#header {
    z-index: 4;
}

.btn-mylocation-boyaca-txt {

    margin: 0px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    direction: ltr;
    overflow: hidden;

    color: rgb(86, 86, 86);
    font-size: 18px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.btn-mylocation-boyaca-txt .boton-buscador {
    margin-right: 10px;
    height: 48px;
    width: 48px;
}

.mylocation-map-boyaca:hover .btn-mylocation-boyaca-txt {
    border: none;
    color: black;
}

.btn-mylocation-boyaca {
    border: none;
    color: black;
    height: 35px;
    width: 35px;
    background: url('milocalizacion.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

.mylocation-map-boyaca {
    background-color: white;
    text-align: center;
    margin: auto;
    right: 25px;
    top: 32px;
    z-index: 1;
    position: absolute;
    border-radius: 5px;
    padding: 25px;

}

button.btn-mylocation-boyaca,
button.btn-mylocation-boyaca:hover {
    background-color: transparent;
}

.mylocation-map-boyaca:hover {
    background-color: #e6e3e3;
}

.mylocation-map-boyaca:hover .btn-mylocation-boyaca {
    border: none;
    color: black;
    height: 35px;
    width: 35px;
    background: url('milocalizacion-hover.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.mylocation-map-boyaca {
    cursor: pointer;
}

.page {
    padding-top: 0px !important;
}

#map {
    height: 773px !important;
}

.formulario-importar {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.formulario-importar label,
.formulario-importar input {
    margin: 0 25px;
}

.anuncio {
    display: flex;
    flex-direction: row;
    padding: 25px;
    font-size: 18px;
    align-items: center;
    width: 75%;
    margin: auto;
    max-width: 1400px;
    color: #ffffff;
    font-weight: 300;

}

.columna-1 {
    width: 25%;
    margin-right: 50px;
}

.columna-2 {
    text-align: left;
    width: 75%;

}

.input-wrapper {
    position: relative;
}

@media (max-width: 920px) {
    .anuncio {
        flex-direction: column;
        /* font-size: 12px; */
        /* width: unset; */
        padding: 80px 10px 10px;
    }

    .columna-1 {
        margin-right: 0px;
        width: 100%;
    }

    .columna-2 {
        width: 100%;
    }

    .page {
        padding-top: 20px;
    }

    .mylocation-map-boyaca {
        display: none;
    }
}

@media (max-width: 490px) {

    .buscador-wrapper,
    .resultados-wrapper {
        width: 90%;
        justify-content: space-between;
    }

    #autocomplete {
        width: 59vw;
    }



}

.hide {
    display: none;
}

.gm-bundled-control {
    right: 55px !important;
    border-radius: 5px !important;
}

.promociones .gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    max-width: 648px;
    max-height: 602px;
    min-width: 0px;
}

.promociones .gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
}

#asterisco,
#asterisco2 {

    display: none;

}

.asterisco {
    color: red;
    font-size: 17px;

}

p {
    margin: 0 0 10px;
}

.dashboard .wrapper-gmap {
    width: 65%;
    margin: 0;
}

.dashboard #map {
    height: 770px;
}

.dashboard .resultados-wrapper {

    width: 415px;
    top: 145px
}

.dashboard .buscador-wrapper {

    width: 415px;
}

.dashboard .mylocation-map-boyaca {}

.dashboard #autocomplete {
    width: 325px;
}

.content-wrapper {
    background-color: #fff;
    margin: 40px 15px 15px 250px;
    position: relative;

}

@media (max-width: 768px) {
    .sidebar-mini .content-wrapper {
        margin-left: 15px !important;
    }
}

.columna_izquierda {
    display: inline-block;
}

.columna_derecha {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}

#promocion_etiqueta {
    font-weight: 300;
    font-size: 13px;
}

.resultado-promocion {
    padding: 12px 25px 12px;
    background-color: #f2f5f7;
    border-bottom: 1px solid #003056;
    width: 100%;
    text-align: center;
}

/* .main-footer {
    border-left: none !important;
    margin-left: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 10px;
    left: 80px;
} */

#map_import {
    height: 400px;
    width: 900px;
    position: absolute;
    top: 42px;
    right: 14px;
    display: block;
}

.box-body {
    position: relative;
}

.cabecera_import {
    height: 442px;
}

.img-dashboard {
    width: 11px !important;
    background-color: white;
    margin-right: 10px;
}

.li-opcion&gt;ul {
    padding-left: 15px;
}

.d-flex {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    border: 1px solid white;
    font-size: 12px;
}

.d-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.d-flex-row a {
    margin: 0 13px;
}

.d-flex span {
    flex-grow: 1;
}

.inline-precio {
    padding: 10px;
    background-color: #003056 !important;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1px;
    margin-top: 20px;

}

.main-header {
    position: fixed;
    max-height: 100px;
    z-index: 1030;
    width: 100%;
}

.main-sidebar,
.left-side {
    position: fixed;
}

.content {
    margin-top: 40px;
}

.dashboard h3 {
    color: #003056;
    font-size: 16px;
    padding: 5px 15px;
}

.dashboard h4 {

    font-size: 14px;
    padding: 5px 15px;
}

.anuncio-dashboard {
    background-color: #003056;
    text-align: left;
    padding: 40px;
    font-size: 18px;
    margin: auto;
    max-width: 1400px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 20px;
}

.anuncio-dashboard h1 {
    font-size: 2.5rem;
}

.anuncio-dashboard h2 {
    font-size: 2.2rem;
}

.anuncio-dashboard h3 {
    font-size: 18px;
    color: #ffffff;
    padding: 0;
}

.anuncio-dashboard pre {
    border: 0;
    color: #ffffff;
    background-color: unset;
    padding: 0;
}

.breadcrumb a {
    color: #3c8dbc !important;
}

fieldset.p-5 {
    padding: 5px 15px !important;
}

.precio-irreal {
    position: absolute;
    bottom: 0;
}

/* NUEVOS */

.imagen_pudo_listado {
    width: 200px;

}</pre></body></html>