*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{
  scroll-behavior: smooth;
}

body{
  font-family: 'Open Sans', sans-serif;
  background-color: #e6e6e6e8;
}

.contenedor{
  width: 100%;
  max-width: 1600px;
  overflow: hidden;
  margin: auto;
  padding: 60px 0;
}

header{
  position: fixed;
  width: 100%;
  top: 0;

}

.navbar{
  background-color: rgba(112, 186, 235, 0.753);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  min-height: 100px;
  text-align: center;
}

.navbar-toggler{
  font-size: 35px;
  color: #015272;
}

.navbar-toggler:focus{
  outline: none;
}

.logo-brand{
  min-width: 100px;
  max-width: 120px;
}

.logo-brand-footer{
  min-width: 150px;
  max-width: 170px;
}

.nav-item{
  margin-right: 15px;
}

.nav-link{
  color: #fff;
  border-radius: 7px;
  transition: all 0.4s linear;
}

.nav-link:hover{
  color: dimgray;
  background-color: #018CC2;
  color: #fff;
}

/* Efectos del Menú */

.headroom {
  transition: transform .3s ease;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.head{
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  max-width: 100%;
  height: 100vh;
  background-image: linear-gradient(to top, rgba(90, 168, 201, 0.39) 0%, rgba(63, 161, 209, 0.3) 100%), url(../img/medicina1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.titulo{
  font-size: 55px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.copy{
  font-weight: 300;
  font-size: 25px;
}

/*Nuestro servicio*/

.subtitulo{
  text-align: center;
  font-weight: 300;
  color: #1EBCF0;
  margin-bottom: 40px;
  font-size: 40px;
  font-family: AVGARDN_2; 
}

.subtituloDCP{
  text-align: center;
  font-weight: 300;
  color: #1EBCF0;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: AVGARDN_2; 
}

.contenedor-servicio{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.contenedor-servicio img{
  width: 40%;
}

.checklist-servicio{
  width: 45%;
}

.service{
  margin-bottom: 35px;
}

.n-service{
  margin-bottom: 12px;
  color: #1EBCF0;
}

.n-service-ul{
  margin-left: 25px;
}

.service-1{
  font-size: 20px;
}

.number{
  display: inline-block;
  background-image: linear-gradient(to top, #1EBCF0 0%, #c2dbfb 100%);
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  line-height: 30px;
  margin-right: 5px;
}

.gallery{
  background: #f2f2f2;
}

.contenedor-frase{
  background-color: #f2f2f2;
}

.contenedor-galeria{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.img-galeria{
  object-fit: cover;
  width: 30%;
  display: block;
  margin-bottom: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.imagen-light{
  position: fixed;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(100%);
  transition: transform .2s ease-in-out;
}

.show{
  transform: translate(0);
}

.agregar-imagen{
  object-fit: cover;
  width: 60%;
  border-radius: 10px;
  transform: scale(0);
  transition: transform .3s .2s;
  height: 80%;
}

.showImage{
  transform: scale(1);
}

.close{
  position: absolute;
  /*top: 15px;*/
  top: 10px;
  right: 25px;
  width: 40px;
  cursor: pointer;
  z-index: 1000;
}

.experts{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cont-expert{
  width: 30%;
  text-align: center;
  margin-bottom: 20px;
}

.cont-expert img{
  width: 80%;
  display: block;
  margin: 0 auto;
}

.n-expert{
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  font-weight: 400;
}

.imgunica{
  padding-bottom: 30px;
  padding-top: 50px;
}

.imgdeducible{
  padding-bottom: 25px;
  padding-top: 0px;
}

.seccion-Mision{
  background-color: #f2f2f2;
  max-width: 100%;
}

.carousel{
  min-height: 240px;
  padding: 40px;
  border-radius: 2px;
  text-align: center;
}

.carousel p{
  font-size: 26px;
  font-weight: 400;
  color: #1a1a1a;
}

.carousel-indicatiors li{
  background-color: #1a1a1a;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  margin: 0 8px;
}

.carousel-control-next, .carousel-control-prev{
  color: #fff;
  opacity: 1;
  width: 5%;
}

.carousel-container{
  max-width: 800px;
  margin: 0 auto;
}

.control-button{
  background-color: #018CC2;
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid #018CC2;
  border-radius: 50px;
  font-size: 23px;
}

/* Footer */

#footer{
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

#footer a{
  color: #fff;
}

#footer a:hover{
  color: #fff;
}

#footer .list-inline .list-inline-item{
  padding: 10px 15px;
}

.footer-menu{
  margin-top: 25px;
}

.empresa{
  width: 10%;
  text-align: center;
  margin-bottom: 30px;
}

.empresas{
  margin-bottom: 50px;
  margin-top: 40px;
}

.empresa img{
  width: 70%;
  display: block;
  margin: 0 auto;
}

.empresas-contenedor{
  max-width: 100%;
}

.desarrollador{
  width: 6%;
  text-align: left;
  margin-bottom: 30px;
  transition: all .4s ease-in-out;
}

.des{
  margin-bottom: -18px;
}

.desarrollador:hover{
  transform: scale(1.2);
}

/*Media queries*/

@media screen and (max-width: 800px){
  .menu-navegacion{
    width: 50vw;
  }

  .titulo{
    font-size: 40px;
  }

  .contenedor-servicio img{
    width: 80%;
    margin-bottom: 40px;
  }

  .checklist-servicio{
    width: 80%;
  }

  .service{
    margin-bottom: 30px;
  }

  .agregar-imagen{
    width: 80%;
  }

  .img-galeria{
    width: 45%;
  }

  .cont-expert{
    width: 80%;
  }

  .empresa{
    width: 30%;
  }

  .desarrollador{
    width: 10%;
  }

  .control-button{
    font-size: 23px;
    background-color: #018bc200;
    border: 1px solid #018bc291;
  }

  .flecha{
    color: #018CC2;
  }
}

@media screen and (max-width: 500px){
  .menu-navegacion{
    width: 65vw;
  }

  .hambuger{
    top: 20px;
    right: 20px;
  }

  .titulo{
    font-size: 30px;
  }

  .subtitulo{
    font-size: 30px;
  }

  .agregar-imagen{
    width: 95%;
  }

  .img-galeria{
    width: 95%;
  }

  .carousel-item p{font-size: 20px}

  .footer-menu{display: block !important; padding: 20px 0 !important; font-size: 20px;}

  .desarrollador{
    width: 25%;
    text-align: left;
    margin-bottom: 30px;
    transition: all .4s ease-in-out;
  }
}