

#section-one {
  display: block;
  margin: 0;
  height: 850px;
  position:relative;
}

.bars_menu{
  display:none;
}

#section-one .nav-toggle{
  display: none;
}

.container-carousel{
  position: relative;
  width: 100%;
  height: 950px;
  overflow: hidden;
  
}

.slider{
  width: 400%;
  height: 100%;
  display: flex;
}

.slider-section{
  width: calc(100% / 4);
  height: 100%;
  opacity: 0.5;

}

.slider-section img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.btn-left, 
.btn-right{
  display: flex;
  position: absolute;
  top: 50%;
  font-size: 3rem;
  background-color: transparent;
  border-radius: 30%;
  padding: 10px;
  font-weight: 800;
  cursor: pointer;
  color: white;
  transform: translate(0, -50%);
  transition: 0.5s ease;
  user-select: none;

}

.btn-left:hover,
.btn-right:hover{
  background-color: #54596547;
  color: #008391;
}

.btn-right{
  right: 10px;

}
.btn-left{
  margin-left: 10px;
}

/* Estilos barra de navegación */



#section-one .navbar {
  width: 100%; 
  position: absolute;
  background-color: #fefefedb;
  display: flex;
  z-index: 100;
  box-shadow: 0px 4px 4px 0px #00000040;
  justify-content: space-evenly;
  align-items: center;
  left: 0; 
  top: 0;
  right: 0; 
  transition: width 0.3s; 
}


.listNav{
  list-style: none;
  display: flex;
}

.listNav li {
  margin-right: 30px; 
}

.listNav li:last-child {
  margin-right: 0;
}


a {
  font-weight: 100;
  color:#545965;
  text-decoration: inherit;
  font-size: 20px;
  letter-spacing: 0em;
  text-align: left; 
  transition: all 0.3s;
  font-size: 18px;
}

a:hover,
.listNav:hover {
  font-weight: 400;
  font-size: 20px;
}

  /* Estilos para el logotipos de la barra de navegación */
  .logo {
    width: 70px;
    height: 70px;
    top: 6px;
    left: 76px
  }
  
  .logopedaNav{
    padding-bottom:20px;
    width: 130px
  }

.imgNavBar 
 {
  text-align: left;
  padding-left: 0;
  align-items: center

} 


/* Estilos para le banner superior */

.banner-contact{
  width: 100%;
  height: 63px;
  background-color: #008391;
  margin-top: 0;
  top: 0;
  z-index: 100;
  position:absolute;
  color: #FFFFFF;
  justify-content: space-between;
  display: flex;
  padding-left: 40px;
  padding-right:70px;
}

.contact-bar {
  display: flex;
  width: 70%;
  align-items: left ;
  justify-content: space-evenly;
 
}

.contact-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: lighter;
}

.icono {
  padding-right: 8px;
  padding-left: 20px;
}

.contact-item p{
  margin: 0;
  color: #FFFFFF;
  font-size: 15px;
}

.social-icons {
  display: flex;
  gap: 10px;
  color: #FFFFFF;
}

.social-icons a {
  padding-top: 15%;
  text-decoration: none;
  color: #FFFFFF;
  padding-right: 15px;
}
.iconors{
  width: 20px;
  height: 20px;
}

/* Estilos section uno */


.in-section-one{
  line-height: 1.5;
  margin-left: 170px;
  text-align: left;
  position:absolute;
  z-index: 5;
  top: 350px;
}

.logopeda-img{
  width: 550px;
  height: 80px;
  opacity: 0.9px;
}


.text2-section-1{
  font-size: 50px;
  font-weight: 200;
  text-align: left;
  color:#5EA9A9
}

 .text3-section-1{
  font-size: 30px;
  font-weight: 90;
  text-align: left;
  color:#7D8291
}

.img-white{
  width: 100%;
  height: 256px;
  position:absolute;
  bottom: 0; 
  z-index: 3;
}

.img-green{
  width: 100%;
  height: 281px;
  position:absolute;
  bottom:0;
  z-index: 2;
}

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

  #section-one {
    height: 800px;
  }
  


  .nav-toggle{
    display: none;
  }

  .banner-contact{
    padding-left: 10px;
  }

  .address{
    display: none;
  }

  .in-section-one{
    margin-left: 70px;
  }

  .logopeda-img{
    width: 450px;
    height: 70px;
  }
  
  
  .text2-section-1{
    font-size: 43px;
    font-weight: 150;
  }
  
  .contact-item {
    font-size: 12px;
   
  }
  
  .contact-item p a{
    font-size: 12px;
  }

  .iconors{
    width: 18px;
    height: 18px;
  }

}


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

  #section-one {
    height: 550px;
    width: 100%;
  }

  .banner-contact{
    width: 100%;
    justify-content: space-between;
    padding-left: 20px;
    padding-right:20px;
  }
  
  .contact-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-bottom: 8px;
    width: 60%;
  }

  .contact-bar .address{
    display: none;
  }
  
  .icono {
    padding-right: 8px;
    padding-left: 0px;
    width: 25px;
    height: 18px;
  }
  

  .contact-item p {
    font-size: 12px;
    font-weight: lighter;
  }
  
  .social-icons a {
    padding-top: 20px;
    padding-right: 5px;
    gap: 5px;
  }

  .iconors{
    width: 15px;
    height: 15px;
  }



  /*Barra de navegación*/

  #section-one .navbar {
  width: 100%;
  position: absolute;
  justify-content:space-between;
  padding-left: 20px;
  padding-right: 20px;
} 

 
.bars_menu{
  display: none;
  position: fixed;
  background-color:#008391;
  z-index: 120;
  margin-top: 100px;
  float: right;
  right: 0 ;
  line-height: 50px;
  color: #FFFFFF;
  border-radius: 8px;
  transition: left 2s; 
}

.bars_menu.show {
  display: block;
  width: 45%
}

.bars_menu ul li a{
  color: #FFFFFF;
  font-size: 15px;
  margin-left: 20px;
}

#section-one .nav-toggle{
  display: flex;
  border: none;
  background-color: transparent; 

}

.navbar .listNav {
  display: none;
} 

.bars_menu ul {
  list-style-type: none; 
  padding-top: 30px;
}

.bars_menu .close-icon{
  position: absolute;
  font-weight: 200;
  font-size: 30px;
  color: #FFFFFF;
  right: 0;
  margin-right: 20px;
 
}
.bars_menu .line{
  position: absolute;
  z-index: 400;
  width:180px; 
  height: 1px;
  left: 0;
  border: .1px solid rgba(255, 255, 255, 0.199);
}

  /* Estilos para el logotipos de la barra de navegación */
  .logo {
    width: 60px;
    height: 60px;
    top: 6px;
    left: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

/*section one*/
.in-section-one{
  margin-left: 60px;
  top: 45%;
}

.logopeda-img{
  width: 170px;
  height: 25px;
}


.text2-section-1{
  font-size: 16px;
  font-weight: 200;
}

 .text3-section-1{
  font-size: 12px;
  font-weight: 300;
}

/*Estilos carrusel*/

.container-carousel{
  position: absolute;
  height: 550px;
}


.btn-left, 
.btn-right{

  top: 50%;
  width: 35px;
  height: 35px;


}

.img-white{
  height: 106px;
}

.img-green{
  height: 131px;
}
}

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

  #section-one {
    height: 550px;
    width: 100%;
  }

  .banner-contact{
    width: 100%;
    justify-content: space-between;
    padding-left: 30px;
    padding-right:30px;
  }
  
  .contact-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-bottom: 8px;
    width: 60%;
  }

  .contact-bar .address{
    display: none;
  }
  
  .icono {
    padding-right: 8px;
    padding-left: 0px;
    width: 25px;
    height: 18px;
  }
  

  .contact-item p {
    font-size: 12px;
    font-weight: lighter;
  }
  
  .social-icons a {
    padding-top: 20px;
    padding-right: 5px;
    gap: 5px;
  }

  .iconors{
    width: 15px;
    height: 15px;
  }



  /*Barra de navegación*/

  #section-one .navbar {
  width: 100%;
  position: absolute;
  justify-content:space-between;
  padding-left: 20px;
  padding-right: 20px;
} 

 
.bars_menu{
  display: none;
  position: fixed;
  background-color:#008391;
  z-index: 120;
  margin-top: 100px;
  float: right;
  right: 0 ;
  line-height: 50px;
  color: #FFFFFF;
  border-radius: 8px;
  transition: left 2s; 
}

.bars_menu.show {
  display: block;
  width: 45%
}

.bars_menu ul li a{
  color: #FFFFFF;
  font-size: 15px;
  margin-left: 20px;
}

#section-one .nav-toggle{
  display: flex;
  border: none;
  background-color: transparent; 
  padding-right: 15px;
}

.navbar .listNav {
  display: none;
} 

.bars_menu ul {
  list-style-type: none; 
  padding-top: 30px;
}

.bars_menu .close-icon{
  position: absolute;
  font-weight: 200;
  font-size: 30px;
  color: #FFFFFF;
  right: 0;
  margin-right: 20px;
 
}
.bars_menu .line{
  position: absolute;
  z-index: 400;
  width:180px; 
  height: 1px;
  left: 0;
  border: .1px solid rgba(255, 255, 255, 0.199);
}

  /* Estilos para el logotipos de la barra de navegación */
  .logo {
    width: 60px;
    height: 60px;
    top: 6px;
    left: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

/*section one*/
.in-section-one{
  margin-left: 60px;
  top: 45%;
}

.logopeda-img{
  width: 170px;
  height: 25px;
}


.text2-section-1{
  font-size: 16px;
  font-weight: 200;
}

 .text3-section-1{
  font-size: 12px;
  font-weight: 300;
}

/*Estilos carrusel*/

.container-carousel{
  position: absolute;
  height: 550px;
}


.btn-left, 
.btn-right{

  top: 50%;
  width: 35px;
  height: 35px;


}

.img-white{
  height: 106px;
}

.img-green{
  height: 131px;
}
}