@charset "utf-8";

@font-face {
  font-family: 'kabrio';
    src: url('../fuentes/Kabrio-Regular.ttf') format('truetype'); /* Modern Browsers */
  font-display: swap;
}
body{
  /* background-color: #f4f4f7; */
  background-color: #ffffff !important;
  scroll-behavior: smooth;
}
p, h1, h2, h3, h5, label, a {
  color: #000;
  font-family: kabrio;

}
p {
  font-family: helvetica;
  color: #0e0e0e;
}
#navbarnav{
  justify-content: center;
}
.div_secciones{
  background-color: #f2f2f2 !important;

}
.div_descarga img{
  width: 60px;
  height: 60px;
}
.texto_brochure{
  text-align: -webkit-left;
  font-size: 1.5rem !important;
}
.textos_slides{
  font-size: 1.7rem;
  font-weight: bold;
}
.carousel-indicators button{
  width: 12px !important;
  height: 12px !important;
  border-radius: 100% !important;
  /* background-color: white !important;
  box-shadow: inset 0px 3px rgba(0, 0, 0, 1) !important; */
}
.carousel-indicators .active{
  background-color: #F36B33 !important;
}
.carousel-inner{
  position:relative;
  /* background-color: #d1d1d1; */
  border-radius: 15px;
  /* height: 90vh; */
}
.navbar-toggler{
  width:20%;
  max-width:70px;
  max-height: 60px;
}

.navbar-brand{
  width: 45px;
  /* min-width: 80px; */
}

.nav-link{
  line-height:18px;
  font-size: 1.2rem;
}

#navegador{
  /* padding-right: 4rem;
  padding-left: 4rem; */
}

.texto_grande{
  writing-mode: vertical-lr;
  font-size: 6rem;
  color: #212628;
}

.texto_especialidad{
  padding-top: 15%;
}

.altura_titulos{

}

.texto_amarillo{
  color: #BB9656;
  font-size: 2rem;
}

/* .boton{
  width: 33px !important;
  height: 8px !important;
  background-color: #BB9656 !important;
} */

.control_acceso{
  text-align: right;
}

.texto_especialidad_banner{
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.titulo_especialidades{
  color: #ffffff;
  font-family: kabrio;
  font-size: 4rem;
  margin: 0;
}

.texto_2_especialidades{
  font-family: helvetica;
  font-size: 1.2rem;
  font-weight: 600;
}

.descripcion_seccion_2_especialidades{
  font-size: 1.4rem;
    text-align: justify;
}

.bullet_especialidades{
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0;
    text-align: justify;
    /* text-align: -webkit-center; */
}

.titulo_seccion_2{
  font-size: 4rem;
  color: #484848;
}

.especialidades_complementarias{
  margin-bottom: 0px;
  font-size: 1.7rem;
  color: #484848;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  #navegador{
    /* padding-right: 1rem;
    padding-left: 1rem; */
  }

  .texto_especialidad{
    padding-top: 35%;
  }
}

@media only screen and (max-width: 992px) {
  .texto_grande{
    writing-mode: vertical-rl;
    font-size: 4rem;
    padding-top: 0;
    position: absolute;
    margin-left: 0;
    z-index: -100;
    left: -10px;
  }

  .bg-imagen{
    max-width: 200%;
    transform: translate(-10%);
  }

  .texto_certificaciones{
    text-align: center;
  }

  .control_acceso{
    text-align: left;
  }

  .texto_sucursales{
    text-align: center;
  }

}

@media only screen and (min-width: 778px) and (max-width: 992px) {
  .bg-imagen{
    max-width: 110%;
  }
}


@media only screen and (min-width: 575px) and (max-width: 778px) {
  .texto_especialidad{
    padding-top: 20%;
  }
  
}

@media only screen and  (max-width: 778px) {
  .texto_amarillo{
    text-align: center;
  }
  .altura_titulos{
    height: 300px
  }
}




@media only screen and (max-width: 992px) and (min-width: 575px) {


}

@media only screen and (max-width: 576px){
  .titulo_seccion_2{
    font-size: 3rem;
  }
  .div_descarga img{
    width: unset;
    height: unset;
  }
  .div_secciones{
    padding: 20px ;
  }
}
