* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
  max-width: 1400px;  
  margin: auto;
  font-family: 'Chivo', sans-serif;
  /* font-family: 'Noto Sans', sans-serif; */
  background-color: #faf9f9;
}

/* navbar */
.img-nav {
  width: 60px;
  margin-left: 40px;
}

.collapse.navbar-collapse {
  flex-grow: inherit;

}

/* inicio */
main{
  margin: 85px 0;
}

#inicio {
  margin: 0 20px;
}

.img-carrusel {
  width: 100%;
  height: 630px;
  object-fit: cover;
}

.img-edit{
  object-position: 0 -300px;
}

@media (max-width: 1100px){
  .img-carrusel {
    height: 400px;
   
  } 
  .img-edit2{
    object-position: 0 300px ;
  }
}

@media (max-width: 860px){
  .img-carrusel{
    height: 300px;
  }
}

@media (max-width:750px){
  .img-carrusel{
    height: 400px;
  }
  
}

.img-edit2{
  object-position: 0 -120px;
}
@media (max-width:750px){
  .img-edit{
    object-position:-60px  0 ;
  }
  .img-edit2{
    object-position: 0 10px;
  }
  .img-edit3{
    object-position: -150px 0;
  }
  .img-edit4{
    object-position: -150px 0;
  }
}

.container--inicio{
  display: flex;
  margin: 20px;
}

.container--inicio__edit{
  background-color: #e1eff2;
  width: 60%;
  height: 650px;
  margin-right: 10px;
}

.container--inicio__edit h2{
 font-size: 25px;
 text-align: center;
 margin: 100px 0 30px;
}

.container--inicio__edit p{
 font-size: 15px;
 font-weight: 500;
 padding: 2px 100px; 
}

/* quienes somos */
.video-edit{
  width: 519px;
}
@media (max-width: 1100px){
  .video-edit{
    margin: 0 10px;
  }
}

.video-edit3{
  height:650px;
  width: 519px;
}
@media (max-width: 1100px) {
  .container--inicio__edit{
    width: 50%;
    height: auto;
  }

  .container--inicio__edit h2{
    font-size: 20px;
    margin: 100px 0 20px;
  }

  .container--inicio__edit p{
    font-size: 12px;
    padding: 0 80px;
  }

  #carouselExampleIndicators{
    width:50%;
  }
}

@media (max-width: 860px){
  .container--inicio__edit{
    width: auto;
    
  }
  .container--inicio__edit h2{
    font-size: 18px;
    margin: 100px 0 20px;
  }
  .container--inicio__edit p{
    font-size: 12px;
    padding: 0 50px;
  }
}

@media (max-width:750px){
  .container--inicio{
    flex-direction: column;
  }
  .container--inicio__edit{
    width: 100%;
    margin: 0 0 20px;
  }
  .container--inicio__edit .p-ultimo{
    margin-bottom: 50px;
  }
  .container--inicio__edit h2{
    font-size: 12px;
    margin: 30px;
  }
  .container--inicio__edit p{
    font-size: 10px;
    padding: 0 40px;
    margin: 10px;
  }
  #carouselExampleIndicators{
    width: 100%;
  }
  .video-edit{
    width: 100%;
  }
  .video-edit3{
   width: 100%;
   height: 600px;
  }
}


/* profesionales */
.container--profesionales{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px 0 20px;
  text-align: center;
}

.profesionales--edit{
  margin:10px 40px;
}

.profesionales--edit img{
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 40px;
  box-shadow: 4px 4px 4px #00000077;
}

  @media (max-width: 1100px){
    .profesionales--edit{
      margin: 10px;
    }

    .profesionales--edit img{
      width: 180px;
      height: 180px;
    }

    .profesionales--edit p{
      font-size: 12px;
      margin: 15px;
    }
  }

  @media (max-width: 860px){
    .profesionales--edit{
      margin: 15px;
    }
    .profesionales--edit img{
      width: 120px;
      height:120px;
    }
  }

  @media (max-width:630px){
    .profesionales--edit{
      margin: 5px;
    }
    .profesionales--edit img{
      width: 120px;
      height: 120px;
      margin: 15px;
    }
  }

.profesionales--edit p{
  margin: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 860px){
  .profesionales--edit p{
    margin:2px;
    font-size: 10px;
  } 
}

@media (max-width:750px){
  .profesionales--edit p{
    font-weight: 600;
    font-size: 9px;
  }
  .container--profesionales{
    margin: 20px 0;
  }
}

.titulo-prof{
  text-align: center;
  font-size: 30px;
  margin-top: 60px;
}

@media (max-width:860px){
  .titulo-prof{
    font-size: 25px;
  }
}

@media (max-width:750px) {
  .titulo-prof{
    font-size: 20px;
    margin-top: 30px;
  }
}

/* servicios */
.container-servicios{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: 50px  ;
}

@media (max-width: 1100px){
  .container-servicios{
    justify-content: center;
    margin: auto;
  }
  .card.text-center.mb-3{
    width: 17rem;
    margin: 0 5px;
  }

  .card{
    margin: 10px 30px;
  }
  
}

.servicios h2{
  text-align: center;
  margin: 80px 0 ;
}

.card-title{
  font-size: 23px;
}

.card-text{
  font-size: 15px;
  margin: 20px 0;
}

.card-body{
  margin: 15px;
}

.card.text-center.mb-3{
  background-color: #e1eff2;
  border-radius: 15px;
  box-shadow: 3px 3px 5px #000;
  width: 21rem;
}

@media (max-width: 860px){
  .container-servicios{
    margin: auto;
  }
  .card.text-center.mb-3{
    width: 15rem;
  }

  .card{
    margin: 0 10px;
  }
}

@media (max-width:750px){
  .card.text-center.mb-3{
    width: 22rem;
    margin: 10px 0;
  }
  .container-servicios{
    align-items: center;
    flex-direction: column;
  }
}

.container-servicios .btn{
  background-color: #6e6e6e94;
}

.container-servicios .btn:hover{
  background-color:#0000003b;
}

.modal-header{
  background-color: #e1eff2;
}

.modal-body{
  margin: 20px 10px;
}

.img-card1{
  width: 50px;
  margin: 0 0 5px;
}

/* contacto */
.form_contacto{
  display: flex;
  flex-direction: column;
  width: 45%;
}

@media (max-width: 750px){
  .form_contacto{
    width: 80%;
  }
}

.form-container{
  display: flex;
  align-items: center;
  margin: 92px 0 92px;
  flex-direction: column;
}

.form-container h3{
  font-size: 27px;
  margin: 40px 0 30px;
}

.form-floating{
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px #000;
  border-radius:5px;
}

.input-group{
  box-shadow: 2px 2px 5px #000;
  border-radius:5px;
}

.form-floating .form-control{
  resize: none;
}

.input-telefono{
  display: flex;
}

.input-edit{
  width: 16%;
}

.input-edit2{
  width: 84%;
  margin-left: 10px;
}

@media (max-width:750px) {
  .input-edit{
    width: 33%;
  }
}

.btn.btn-primary{
  background-color: #e1eff2;
  color: #000;
  border: none;
  box-shadow: 2px 2px 5px #000;
}

.btn.btn-primary:hover{
  background-color:rgba(117, 214, 238, 0.333)
}

/* icon wpp */
.btn-wpp{
  width: 55px;
  position: fixed;
  height: 55px;
  line-height: 55px;
  bottom: 30px; 
  right: 30px;
  background-color: #0df053;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.btn-wpp:hover{
   text-decoration: none;
   color: #0df053;
   background-color: #fff;
}

/* footer */
footer{
  width: 100%;
  background-color: #6e6e6e94;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cube{
  background-color: #6e6e6eda;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 0;
}

.ft-elementos{
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}

@media (max-width:750px) {
  .ft-elementos{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }
  footer{
    height: auto;
    text-align: center;
  }
}

.ft-elements_contacto li{
  text-decoration: none;
  list-style:none;
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0;
}

.ft-elements_contacto ul{
  font-size: 18px;
  font-weight: 500;
}

.ft-elements_redes h4{
  font-size: 18px;
  font-weight: 500;
}

.ft-elements_redes ul {
  display: flex;
  padding: 0; 
}

.ft-elements_redes li {
  text-decoration: none;
  list-style: none;
  margin: 0 10px 0 0;
}

.ft-elements_redes li i{
  color: #000;
  font-size: 25px;
}

.ft-elements_redes li i:hover{
  color:  #0000005b;
}

.ft-elements_rutas ul li{
  list-style: none; 
}

.ft-elements_rutas ul li a{
  color: #000;
  text-decoration: none;
}

.ft-elements_rutas ul li a:hover{
  color: #0000005b;
}

/* pagina exitos */

.content-saludo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  align-items: center;
  color: #fff;
  background: rgb(2,0,36);
  background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(5,84,99,1) 100%);
}

.comu{
  margin: 20px 0 5px;
  font-size: 25px;
  font-weight: 200;
  opacity: 0.7;
}

.exitos{
  margin: 20px 0;
  font-size: 40px;
}

#countdown{
  font-size: 18px;
  margin: 10px 0;
  opacity: 0.7;
}

