*{
  margin: 0;
  padding:0;
  box-sizing: border-box;
}
.contenedor{
  padding: 60px 0;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
.titulo{
  color: rgb(12, 112, 112);
  font-size: 30px;
  text-align: center;
  align-content: center;
  margin-bottom: 60px;  
}
/*Header*/
header{
  width: 100%;
  height: 600px;
  background: #1b1e24; 
   /* fallback for old browsers */
  background: -webkit-inear-gradient(to right, hsla(217, 89%, 61%, 0.5), hsla(222, 11%, 24%, 0.5)),url(https://www.elsevier.com/__data/assets/image/0004/710149/human-skeleton-1637151280.jpg);
    /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, hsla(217, 89%, 61%, 0.5), hsla(222, 11%, 24%, 0.5)),url(https://www.elsevier.com/__data/assets/image/0004/710149/human-skeleton-1637151280.jpg);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   /*background-size: cover;*/
  background-attachment: fixed;
  position: relative;
  
}
nav{
  text-align: right;
  padding: 30px 50px 0 0;
}
nav > a{
  color: white;
  font-weight: 300;
  text-decoration: none;
  font-size: 20px;
  margin-right: 10px;
}
nav > a:hover{
  color: yellow;
  font-weight: 300;
  text-decoration: underline;
  font-size: 20px;
  margin-right: 10px;
}
header .textos-header{
  display:flex;
  height: 430px;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.textos-header h1{
  font-size: 70px;
  color: #fff;
  box-shadow: inset 20px 20px 40px rgba(0, 6, 129, 0.3), -20px -20px 40px rgba(0, 6, 129, 0.2);
}
.textos-header h3{
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  box-shadow: inset 20px 20px 40px rgba(0, 6, 129, 0.3), -20px -20px 40px rgba(0, 6, 129, 0.2);
}
.wave{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.btn-spotify{
  display: inline-block;
  position: fixed;
  width: 200px;
  height: 55px;
  line-height: 35px;
  right: 80px;
  border-radius: 50px;
  bottom: 60px;
  padding-bottom: 10px;
}
.sobre-nosotros{
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 20px;
  margin-right: 30px;
  padding-right: 15px;
}
.imagen-sobre-nosotros{
  width: 30%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 5px;
}
.sobre-nosotros.contenido-textos{
    width: 48%;
}
.contenido-textos h3{
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  text-align: justify;
}
.contenido-textos h3 span{
  background: rgb(12, 112, 112);
  color: #fff;
  border-radius: 50%;
  display:inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0.5, .5);
  margin-right: 5px;
}
.contenido-textos p{
  padding: 0px 0px 30px 15px;
}
.modulos{
  padding-top: 10px;
  background: rgb(223, 223, 223);
}
.galeria-port{
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 15px;
}
.imagen-port{
  width: 48%;
  height: 200px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(0, 0,0 , .5);
  padding-right: 15px;
}
.imagen-port > img{ 
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.hover-galeria{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  background: hsla(217, 58%, 33%, 0.5);
  transition: transform .5s;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hover-galeria img{
  width: 50px;
}
.hover-galeria p{
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
}
.imagen-port:hover .hover-galeria{
  transform:scale(0);
}
.cards{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
}
.img-equipo{
  width: 60%;
  height: 60%;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 6px 0 rgba(0, 0,0 , .5);
  object-fit: cover;
  border: 3px solid #fff;
  justify-content: space-evenly;
  border-radius: 50%;
  display: flex;
  margin-bottom: 30px

}
.card > .contenido-texto-card{
  width: 60%;
  color: rgb(12, 112, 112);
  padding-bottom: 20px;
}
.card > .contenido-texto-card p{
  font-weight: 200;
  padding-top: 5px;
}
.nuestros-servicios{
  background: rgb(223, 223, 223);
  padding-bottom: 30px;
}
.servicio-cont{
  display: flex;
  justify-content: space-evenly;
}

.servicio-ind{
  width: 28%;
  text-align: center;
}
.servicio-ind img{
  width: 90%;
  height: 45%;
}
footer{
  background: #647ec5; 
  padding: 60px 0 30px 0;
  margin: auto;
  overflow: hidden;
}
.contenedor-footer{
  display: flex;
  width: 90%;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 50px;
}

.content-foo{
  text-align: center;
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
.content-foo h4{
  color: #fff;
  border-bottom: 3px solid #ccc;
  padding-bottom: 5 px;
  margin-bottom: 10px;
}
.content-foo p{
  color: #949494;
}
.titulo-final{
  text-align: center;
  font-size: 24px;
  margin: 20px 0 0 0;
}
@media screen and (max-width:900px){
  header{
    background-position: center;
  }
  .sobre-nosotros{
    flex-direction: column;
    justify-content:center;
    align-items: center;
  }
  .sobre-nosotros.contenido-textos{
    width: 80%;
  }
  .imagen-sobre-nosotros{
    width: 90%;
  }
  .galeria-port{
    width: 90%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;  

  }
  .imagen-port{
    width: 60%;
    
  }
  
  .img-equipo{
  
    flex-direction:column;
    justify-content: center;
    align-items: center;
  }
  .cards{
    width: 90%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;  
  }
  .cards .card{
    width: 90%;
  }
  .servicio-ind img{
    height: 25%;
    width: 90%;
  }
  
}