@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?zejdqa');
  src:  url('../fonts/icomoon.eot?zejdqa#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?zejdqa') format('truetype'),
    url('../fonts/icomoon.woff?zejdqa') format('woff'),
    url('../blog.html') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "\e901";
  color: #25d366;
}
.icon-instagram:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}

@font-face
{
 
  font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url("../fonts/icofont.woff2") format("woff2"),
url("../fonts/icofont.woff") format("woff");
}

[class^="icofont-"], [class*=" icofont-"]
{
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.icofont-address-book:before
{
  content: "\eea1";
}

.icofont-users:before
{
  content: "\ed0d";
}

.icofont-clock-time:before
{
  content: "\eedc";
}

.icofont-like:before
{
  content: "\ef6e";
}

a{
  cursor: pointer;
}
button{
cursor: pointer;
}
body > header > section.containerHeader1 > section > ul > li:nth-child(3) > a{
  display: none;
}
html{
  font-size: 62.5%;
  font-family: 'Alegreya Sans';
}
body{
  max-width: 1600px;
  margin: auto;
}
.containerHeader1{
  background-color: #1f9aab;
}
.containerHeader1 h3{
  color: white;
}
.containerHeader1 li {
  list-style: none;
}
.containerHeader1  a{
  text-decoration: none;
}
.containerHeader1 i{
  color: #a5dff4;
  font-size: 1.8rem;
  margin-right: 2rem;
}
.containerHeader1 i:hover{
  color: white;
}
.navegacion2{
  display: none;
}
header .contactosHeader {
  display: flex;
  justify-content: space-between;
  max-width: 120rem;
 margin: auto;
}
header .contactosHeader .cita{
  display: flex;
  
}
header .contactosHeader .cita h3{
  margin: 1rem;
  font-size: 2rem;
 
}
body > header > section.containerHeader1 > section > div > h3{
  font-weight: 400;
  font-style: italic;
}
body > header > section.containerHeader1 > section > div > a > h3{
  text-decoration: underline;
}

header .containerHeader1 ul{
  display: flex;
  align-items: center;
}

header .containerHeader2{
  max-width: 1200px;
  margin:auto;
  display: flex;
  color: #616262;
  justify-content: space-between;
}

 .containerHeader2 .horarios{
  display: flex;
  align-items: center;
}
.containerHeader2 .horarios-secundario{
  display: none;
}
 .containerHeader2 .horarios div h3:nth-child(1){
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 1px
}
 .containerHeader2 .horarios div h3:nth-child(2), h3:nth-child(3){
  font-size: 2rem;
  color: #949494;
  -webkit-text-fill-color: #949494;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
 .containerHeader2 .horarios h3{
  margin-right: 2rem;

}
header .containerHeader2 figure{
  width: 30rem;
  margin: 0.9rem 0;
}
header .containerHeader2 figure img{
  width: 100%;
}

hr{
  border: 1px solid #e3e4e4 ;
  margin: 0;
}
header .navegacion{
  height: 5rem;
  
}
header .navegacion .menu{
  max-width: 120rem;
  margin: auto;
}
header  .navegacion .menu ul{
  display: flex;
  height: 4rem;
  align-items: center;
  
}
header .navegacion .menu ul li{
 margin-right: 5%;
 font-size: 2rem;
 list-style: none;
}
header .navegacion .menu ul a{
  text-decoration: none;
  color: #1f9aab;
}
header .navegacion .menu ul a:hover{
  color:#616262;
}

.containerHeader2 .logo2{
  display: none;
}



footer{
  margin: 0;
  background-color: #373838;
  
}
footer .container_footer{
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 3rem;
 
}
footer h3{
  color: white;
  font-size: 2rem;
  
}
footer h4{
  color: white;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: -1rem;
}
footer h5{
  margin-top: 2rem;
}

footer .contacto_footer h5{
margin-top: 0;
margin-bottom: 1px;
}

footer h6{
  color: #949494;
  font-size: 2rem;
  margin: 2rem 0;
}
body > footer > div > div.contacto_footer > h4{
  margin-bottom: 1.3rem;
}
footer p,h5,li{
  color: #949494;
  font-size: 2rem;
}
footer p{
  margin-top: -1rem;
}

footer ul{
  padding: 0;
  list-style: none;
  font-size: 2rem;
}
footer .contacto_footer h4{
  margin-bottom: 7px!important;
}
.burger-button{
  display: none;
  width: 4rem;
   height: 4rem;
   border-radius: 0;
   background :  #1f9aab;
   line-height: 4rem;
   text-align: center;
   position: fixed;
   color: white;
   border-radius: 50%;
   font-size: 1.6rem;
   margin: 0.3rem 0 0 0.3rem;
   z-index: 222222222;
 }
 

 @media screen and (max-width: 1270px){
  #slideshow{
    height: 304px;
  }
 }


@media screen and (max-width: 1024px){

header .containerHeader2{
  max-width: 95%;
}
#slideshow{
  height: 304px;
}
}
@media screen and (max-width: 930px){
  #slideshow{
    height: 276px;
  }
 }
 @media screen and (max-width: 850px){
  #slideshow{
    height: 252px;
  }
 }

@media screen and (max-width:814px){

#slideshow{
  height: 228px;
}
header .containerHeader2{
  max-width: 1200px;
}
header .containerHeader2 .horarios{
 
  margin-right: 3rem;
}
header .containerHeader2 .horarios div h3{
  font-size: 1.6rem!important;
}

header .containerHeader2 figure{
  width: 20rem;
  margin-left: 3rem;
}

header .navegacion .menu ul{
  justify-content: center;
}

footer .container_footer{
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

}
@media screen and (max-width:668px){
  #slideshow{
    height: 198px;
  }
  .circles{
    height: 12px;
    width: 10px;
  }

  header .containerHeader2 .horarios div h3{
    font-size: 1.4rem!important;
  }
}


@media screen and (max-width:500px){

  #slideshow{
    height: 124px;
  }

  .cita > h3:nth-child(1){
    display: none;
  }

  .burger-button{
    display: block;
   }
  .navegacion{
    display: none;
  }
  .navegacion2{
    display: block;
  }
  .navegacion .menu ul li a:hover{
    color:white; ;
    }
  .navegacion2 nav{
    display: flex;
    justify-content: center;
    text-align: center;
    position: fixed;
    background: rgba(31, 154, 171, .8);
    z-index: 11111111;
    width: 100%;
    height: 100%;
    align-items: center;
    left: -100vw;
    transition: .3s;
  }
  .navegacion2 nav ul{
  list-style: none;
  flex-direction: column;

}
.navegacion nav ul li{
  margin-top: 5rem!important;
}
.navegacion nav ul a{
  text-decoration: none;
  color: white;
}
.navegacion2 nav.is-active{
  left: 0vw;
}



  header .containerHeader2{
    flex-direction: column;
    align-items: center;
  }

  header .containerHeader2 figure{
    margin: 1.5rem 0;
  }

   .containerHeader2 .horarios{
    margin: 1.5rem 0;
    display: none;
    flex-direction: column;
    text-align: center;
    
  }
  .containerHeader2 .horarios-secundario{
    display: flex;
  }
  .containerHeader2 .horarios-secundario h3{
    margin-right: 0;
  }
  .containerHeader2 .horarios div h3:nth-child(2), h3:nth-child(3){
    font-size: 1.6rem;
   
  }
  footer{
    position: absolute;
    z-index: 9999999;
  }
  header .containerHeader2 .horarios h3{
    margin: 0;
  }
  header .horarios > div:nth-child(2){
    margin-top: 1rem;
  }

  footer .container_footer{
    grid-template-columns: 1fr ;
    text-align: center;
    gap: 0;
  }

  body > footer > div > div.horario_footer > h5:nth-child(2){
    margin-bottom: 0;
  }
  body > footer > div > div.horario_footer > h5:nth-child(3){
    margin: 0 0 2rem 0;
  }

}
@media screen and (max-width:375px){

  #slideshow{
    height: 111px;
  }
}
@media screen and (max-width: 322px){
  #slideshow{
    height: 95px;
  }
 }