<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page{
  height: 100vh;
  background-color: transparent;
}
#primary{
  background-color: rgba(255, 255, 255, 0.85 );
}
.odd{
  background-color: #ededed !important;
  transition: 0.8s;
}
.even{
  background-color: #dedede !important;
  transition: 0.8s;
}
.odd:hover, .even:hover{
  background-color: rgba(20, 20, 20, 0.3) !important;
  transition: 0.8s;
}
.container{
  padding-left: 0px;
  padding-right: 0px;
}
.row{
  margin-left: 0px;
  margin-right: 0px;
}
.syt-background-info{
  background-color: #3e5d8e;
  color: white;
}
.syt-titulo-seccion{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1vw;
}
.syt-card-espaciado{
  padding: 5px;
}
.syt-row-espaciado{
  margin-bottom: 12px;
}
.syt-busqueda-inline{
  transition: color 1.0s ease;
}
.syt-busqueda-inline:hover{
  cursor: pointer;
  color: #3e5d8e;
}
/*ELIMINA ESPACIADO ENTRE COLUMNAS col-* */
.no-gutters{
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.no-gutters &gt; .col {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters-mobile {
}
.no-gutters-mobile &gt; .col {
}

/* PANTALLA DE CARGA */
.syt-loader{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*ESCONDE FOOTER TODO: ARREGLAR FOOTER SIEMPRE SE COLOQUE AL FONDO*/
.site-footer{
  display: none;
}
.syte-flex-center{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.syte-tabla-contenedor{
  height: auto;
  min-height: 550px;
  max-height: 900px;
  overflow-y: auto;
}
.syte-loader-card-color{
  background-color: #F8F9FA;
}
.syte-espacio-boton{
  height: 30px;
}
.syte-presentador-procesando{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ededed;
  height: 100%;
  width: 100%;
}
.syte-container-min-height{
  min-height: 600px;
}
.syte-row-margin-bottom{
  margin-bottom: 15px;
}
.syte-descripcion-herramienta{
  /*
    font-weight: bold;
  */
  text-align: justify;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  color: #4a4948;
  /*
  border: 2px solid #81878c;
  border-radius: 5px;
  */
  padding: 5px;
}
.syte-font-17px{
  font-size: 17px;
}
.syte-font-15px{
  font-size: 14px;
}
.syte-font-14px{
  font-size: 14px;
}
.syte-font-12px{
  font-size: 12px;
}
.syte-font-highlight-secondary{
  color: #707070;
}

.syte-center-recaptcha-div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.entry-title{
  border: none !important;
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.syte-hr-titulo{
  border-bottom: 1px solid lightgray;
}
.syte-no-padding{
  padding: 0px;
}
.syte-scroll-x{
  overflow-x: auto;
  margin-bottom: 20px;
}
.syte-pointer:hover{
  cursor: pointer;
}
.syte-footer-cotizador{
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100vw;
  min-height: 10vh;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 1.0em;
}
.syte-footer-separador{
  background-color: white;
  padding: 0;
  margin: 0;
}
#syteFooterCotizadorCerrar{
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
  margin-right: 5px;
}
#syteFooterCotizadorCerrar:hover{
  cursor: pointer;
}

@media only screen and (max-width: 767px){
  #content {
    background: white;
    height: 100vh;
    margin-left: 0px;
    margin-right: 0px;
  }
  #primary{
    padding: 0px;
  }
  #containerPanelPrincipal{
    width: 100%;
  }
  .syte-texto-desktop{
    display: none;
  }
  .syte-texto-movil{
    display: inline;
  }
  .syte-texto-block-movil{
    display: block;
  }
  .syte-tabla-movil{
    display: table;
  }
  .syte-tabla-celda-movil{
    display: table-cell;
  }
  .syte-tabla-celda-desktop{
    display: none !important;
  }
  .syte-tabla-desktop{
    display: none !important;
  }
  .no-gutters-mobile {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutters-mobile &gt; .col {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px){
  #content {
    background: transparent;
    background-image: url("../media/1920x1200.webp");
    background-repeat: no-repeat;
    background-position: center;
    overflow-y: auto;
    height: 100vh;
    margin-left: 0px;
    margin-right: 0px;
  }
  #primary{
    max-width: 70vw;
    margin-left: 15vw;
    padding-top: 2vh;
    margin-top: 6vh;
    min-height: 94vh;
  }
  #containerPanelPrincipal{
    width: 80%;
    /*max-width: 768px;*/
    margin-left: auto;
    margin-right: auto;
  }
  .syte-texto-movil{
    display: none;
  }
  .syte-texto-block-movil{
    display: none;
  }
  .syte-tabla-movil{
    display: none !important;
  }
  .syte-tabla-celda-movil{
    display: none !important;
  }
  .syte-tabla-celda-desktop{
    display: table-cell;
  }
  .syte-tabla-desktop{
    display: table;
  }
}
@media only screen and (min-width: 1440px){
  #containerPanelPrincipal{
    padding-top: 5vh;
  }
}
</pre></body></html>