<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --celeste:#009dcd;
  --azul:#22516b;
}


body {
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}

#mainNav {
    border-bottom: 8px solid var(--celeste)!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #22516b!important;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-weight: 300;
    color: white;
    border-right: 1px solid var(--celeste);
    padding: 0 8px;

}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: var(--celeste);
}

.text-azul {
  color: var(--azul);
  font-size: 16px;
  font-weight: 700;
}

.text-azul2 {
  color: var(--azul);
  font-weight: 700;
}

.text-celeste {
  color: var(--celeste);
}

.texto {
  color: var(--azul);
  font-weight: 400;
}

.texto2 {
  color: var(--azul);
  font-weight: 400;
  font-size: 14px;
}

.text-blanco2 {
  color: #fff;
  font-weight: 300;
}


.text-blanco {
  color: #fff;
  font-weight: 300;
}

.text-blanco:hover {
  color: var(--azul);
}

.titulo {
  font-size: 25px;
  font-weight: 700;
  color: var(--azul);
}

.linea {
  height: 1px;
  background-color: #ccc;
}

.cont-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}

.circulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}

.info-contacto {
  border-right: 1px solid #d9d9d9;
  padding-right: 1rem;
  font-size: 14px!important;
  height: 100%;
  
}

.info-contacto h6 {
  color: var(--azul);
  font-size: 14px;
}

.bg-celeste {
  background-color: var(--celeste);
  color: white;
  padding: 5px;
  text-align: center;
}

.bg-azul {
  background-color: var(--azul);
}

.bg-gris {
  background-color: #ededed;
}

/*.segundo-menu a {
  width: 25%;
  padding: 1rem;
}
*/
.btn-celeste {
  background-color: var(--celeste);
  color: white;
}

.btn-celeste:hover {
  background-color: var(--azul);
  color: white;
}

.btn-azul {
  background-color: var(--azul);
  color: white;
  border-radius: 10px;
}

.btn-azul:hover {
  background-color: var(--celeste);
  color: white;
}

.azul {
  background-color: #219ecb;
}

.azul2 {
  background-color: #2288b7;
}

.azul3 {
  background-color: #216ca0;
}

.azul4 {
  background-color: #25516a;
}

.wsp{
  font-size: 11px;
  font-weight: 400;
  font-family: sans-serif;
  letter-spacing: 0;
  line-height: 1px;
  padding: 3px 7px;
  text-transform: none;
}

.faq {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #219ecb;
  background-blend-mode: soft-light;
  transition: all .3s ease-in-out;
}

.faq:hover {
  background-color:#216ca0; 
  transition: all .3s ease-in-out;
}

.faq h3 {
  font-size: 35px;
}

.urgencia {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .urgencia {
    left: 0;
  }
  
}

.linea {
  height: 2px;
  width: 50%;
  background-color: var(--celeste);
}
@media (max-width: 767px) {
  .faq {
    height: 280px;
  }
  
}
.dest-convenios img{
  height: 200px;
  width: 200px;
  object-fit: cover;
}
.convenios-list img{
  height: 300px;
  object-fit: cover;
}

.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 62px;
    height: 62px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    padding: 8px 8px 8px 10px;
    animation: 1s infinite alternate shimmy;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-decoration: none!important;
    text-align: center;
}
.whatsapp i {
    font-size: 45px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}</pre></body></html>