
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body{
  font-family: 'open sans' ;
}

.contenedor{
  width: 90%;
  margin: auto;
  overflow: hidden;
}



main {
  
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, hsla(340, 95%, 50%, 0.459), hsla(317, 45%, 52%, 0.664)), url(../imagenes/fondo.jpg);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, hsla(0, 0%, 100%, 0.459), hsla(0, 0%, 100%, 0.664)), url(../imagenes/fondo.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: cover;
  background-attachment: fixed;
  
}

/* Header */

header{
	background-color: var(--color__b2);
	width: 100%;
	position: fixed;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .75);
	transition: all .3s ease-in-out;
    z-index: 9990;
}

header:hover{
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	opacity: 1;
}

nav{
    background: hsla(253, 89%, 18%, 0.9);
    height: 80px;
    width: 100%;
}
.enlace{
    position: absolute;
    padding: 20px 50px;
}
.logo{
    height: 40px;
}


nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color: #fff;
    font-size: 16px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
li a.active, li a:hover{
    background: hsla(71, 100%, 50%, 0.893);
    transition: .5s;
}
.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}


/*Miembros*/

.companeros-contenedor{
  padding: 130px 0px 50px 0px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  color: #13043e;;
  text-align: center;
}


.tarjetas{
  display: flex;
  padding: 20px 0px 47px 0px ;
  
  
}

.titulo{
  color: #e6f609;
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
  text-shadow: 3px 2px 1px rgb(15, 0, 73);
}


.tarjetas .tarjeta1{  
  display: flex;
  width: 35%;
  height: 200px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  box-shadow: 3px 3px 4px 2px rgba(36, 5, 96, 0.6);
  margin-right: 10px;
  margin-bottom: 15px;

}

.tarjetas .tarjeta1 img{
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 3px solid rgb(153, 153, 153);
  display: block;
}

.tarjetas .tarjeta1 > .contenido-texto-card{
  width: 50%;
  color: rgb(20, 4, 59);
}
.tarjetas .tarjeta1 > .contenido-texto-card a{
  color: rgb(239, 11, 11);
}

.tarjetas .tarjeta1 > .contenido-texto-card h4{
  color: rgb(34, 9, 107);
  font-size: 20px;
  padding: 0px 0px 8px 0px;
  box-shadow: 0 0px 1px 2px rgba(219, 226, 4, 0.812);  
}



.alignDerecha {
  text-align: right;
}
.rotuloIntegrantes { 
display: flex;
justify-content: space-between;
padding: 40px 0px 0px 0px ;
}

.rotuloIntegrantes h5 {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-top: 0.1em
  text-align:center;
}

.rotuloIntegrantes h6 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0.1em
  text-align: center;
  box-shadow: 0px 1px 0px 0px  #fff;

}
.colorB {
  color: rgb(46, 46, 46);
  text-align: left;
}

  /*video*/


.tarjetasv{
    display: flex;
  }
  
.tarjetasv .tarjetav1{  
    background: hwb(0 2% 56% / 0.914);
    display: flex;
    width: 100%;
    height: 450px;
    align-items: center;
    justify-content: space-evenly;
  }
  
  .imagenv{
    width: 350px;
    height: 150px;
    margin-left: 180px;
  }
  .contenido-video1 video{
  width: 60%;
  height: 90%;
  margin-left: 180px;
    
  }

/*Mapa*/

.mapa-contenedor{
  padding: 100px 0px 60px 0px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  color: #13043e;;
  text-align: center;
  height: 750px;
}

.contenedor-imagen img{
  width: 90%;
  height: 600px;
}


.titulo2{
  color: #13043e;
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
}

/*plan*/

.plan-contenedor{
  padding: 130px 0px 60px 0px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  color: #13043e;;
  text-align: center;
  height: 1100px;
}

.contenedor-imagenp img{
  width: 70%;
  height: 850px;
}


.titulo3{
  color: #13043e;
  font-size: 60px;
  text-align: center;
  margin-bottom: 50px;
}

/* footer */

footer{
  background: #a7a5a5;
  padding: 40px 0px 0px 0px;
  margin: auto;  
}

.contenedor-footer{
  display: flex;
  width: 90%;
  border: none;
  margin: auto;
  padding-bottom: 50px;
  
}

.cont-footer{
  text-align: center;
}

.cont-footer p{
  color: rgb(22, 9, 50);
}

@media screen and (max-width:1200px){
  .enlace{
      padding-left: 20px;
  }
  nav ul li a{
      font-size: 11px;
  }
  .danielimagen{
      width: 50%;
  }

  .acuamarimagen{
      width: 50%;
  }

 

  /* Miembros */

  .tarjetas{
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .tarjetas .tarjeta1{
      width: 90%;
  }
  .imagen{
    display: flex;
}

  .tarjetas .tarjeta1:first-child{
      margin-bottom: 20px;
  }

  /*videos*/

  .tarjetasv .tarjeta1v{
    width: 100%;
    height: 550px;
}

.imagenv{
  width: 300px;
  height: 150px;
  margin-left: 100px;
}
.contenido-video1 video{
width: 80%;
height: 90%;
margin-left: 80px;
  
}

  /*mapa*/
  .mapa-contenedor{

    height: 650px;
  }
  
  .contenedor-imagen img{
    width: 90%;
    height: 500px;
  }

    /*plan*/
    .plan-contenedor{

      height: 1050px;
    }
    
    .contenedor-imagenp img{
      width: 80%;
      height: 800px;
    }
  

}

@media screen and (max-width:950px){
  .checkbtn{
      display: block;
  }
  header:hover{
      border-bottom-left-radius: 2rem;
      border-bottom-right-radius: 2rem;
      opacity: 1;
  }
  ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #090648bc;
      top: 80px;
      left: -100%;
      text-align: center;
      transition: all .5s;
  }
  nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 30px;
  }
  nav ul li a{
      font-size: 20px;
  }
  li a:hover, li a.active{
      background: none;
      color: rgb(255, 0, 0);
  }
  #check:checked ~ ul{
      left:0;
  }
  

  /* Miembros */

  .tarjetas .tarjetas1{
      height: 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .tarjetas .tarjeta1 img{
      width: 95px;
      height: 95px;
  }
  .tarjetas .tarjeta1 h4{
      font-size: 14px;
  }
  .tarjetas .tarjeta1 p{
      font-size: 11px;
  }

  /*videos*/

  .tarjetasv .tarjetav1{
    width: 100%;
    height: 650px;
    flex-direction: column;
    padding: 10px 10px 10px 10px;
    display: flex;
}


.contenido-video1 video{
  width: 100%;
  height: 90%;
  margin-left: 0px;
    
  }
  .imagenv{
    width: 250px;
    height: 100px;
    margin-left: 0px;
  }

 /*mapa*/


 .contenedor-imagen img{
  width: 90%;
  height: 300px;
  padding: 10px 0px 0px 0px;
}
.mapa-contenedor{
  height: 600px;
  padding: 140px 0px 20px 0px;
}

 /*PLAN*/


 .contenedor-imagenp img{
  width: 90%;
  height: 600px;
  }
.plan-contenedor{
  height: 970px;
  padding: 120px 0px 0px 0px;
}




  /* Footer */

  .contenedor-footer{
      flex-direction: column;
      border: none;
  }

  .cont-footer{
      margin-bottom: 20px;
      text-align: center;
  }

  .cont-footer h4{
      border: none;
  }
 
}

@media screen and (max-width:550px){
  
  .contenido-video1 video{
    width: 100%;
    height: 90%;
    margin-left: 0px;
      
    }
    .imagenv{
      width: 230px;
      height: 100px;
      margin-left: 0px;
    }


  /*mapa*/


 .contenedor-imagen img{
  width: 90%;
  height: 250px;
  padding: 10px 0px 0px 0px;
}
.mapa-contenedor{
  height: 600px;
  padding: 160px 0px 0px 0px;
}

/*plan*/

.contenedor-imagenp img{
  width: 90%;
  height: 500px;
  }
.plan-contenedor{
  height: 870px;
  padding: 120px 0px 0px 0px;
}
}
