@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*centrado*/
.pagina{ max-width: 100%; margin: 0 auto; }


/*scroll*/



/* hola qué tal */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 .5rem rgba(0,0,0,0.3); 
    -webkit-border-radius: .5rem;
    border-radius: .5remp;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0.5rem;
    border-radius: 10px;
    background: #312d3a; 
    -webkit-box-shadow: inset 0 0 .5rem rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/*pagina*/

*{margin: 0rem auto;
padding:0rem;
	font-family:'Montserrat', sans-serif;
    color:#65626b;}


footer{ font-size: 0.49rem;
    max-width: 100%;
    margin: 0rem auto;
    text-align: center;
text-transform: uppercase;
font-size: 0.4rem;
line-height: 0.8rem;
padding: 1rem;
font-weight: 700;
    color: #484450;
letter-spacing: 0.05rem;}

html, body{
      font-family: 'montserrat',sans-serif; 
margin:0 auto;
padding:0;
background-attachment:fixed;
background-position:center center;
    background-color: #24222d;
}

.pantalla{
    max-width: 30%;
    margin:0 auto;
padding:0;
}

h4{
  max-width: 100%;
        margin: 0rem auto;
    padding: 0;
    font-size: 1.2rem;
    letter-spacing: 0.8rem;
    color: #fff;
    text-align:center;
}

h5{
    padding-top: 1.2rem;
    font-size: 0.45rem;
    max-width: 30%;
    text-align: center;
    margin: 0rem auto;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 0.86rem;
    letter-spacing: 0.09rem;
    color: #fbb46b;}

.ima {width:100%;max-width: auto;margin: auto;}



/*lista de alumnos*/


.integrantes{
    max-width: 100%;
     margin:0rem auto;
    padding:0rem;
	padding-top:1.5rem;
   display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
        justify-content: center;
    align-items: center;
        width: 80%;
    height: 18rem;
}

.overlay {    padding: 0;
    /* width: 30%; */
    border: none;
    box-sizing: border-box;
    display: block;
    margin: 2%;}

.container{
    justify-content: center;
    align-items: center;
    margin: 0rem auto;
    margin-top: 1rem;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: stretch; */
    /* align-content: stretch; */
    width: 100%;}

.medio{
    margin-top: 2rem;
    background-color: #191721;
   }

.imagen1{ 
    padding-bottom: 0.6rem;
 display: flex;
    justify-content: center;
    align-items: center;
    margin: 0rem auto; 
    margin-right: 0.9rem;
max-width:100%;
margin-top: 2.2rem;}



.image {
opacity: 1;
    display: block;
    border: 0.6rem solid #2f2d38;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    width: 100%;
    box-sizing: border-box;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #fbbf73;
   color: white;
    width: 12.9rem;
    font-size: 0.5rem;
    padding: 1rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    box-sizing: border-box;
    width: 100%;}

.text2 {
background-color: #68c7be;
    color: white;
    width: 12.9rem;
    font-size: 0.5rem;
    padding: 1rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    box-sizing: border-box;
    width: 100%;}


.text3 {
    background-color: #fd7d54;
    color: white;
    width: 12.9rem;
    font-size: 0.5rem;
    padding: 1rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    box-sizing: border-box;
    width: 100%;}


/*navegación*/

nav{
        background-color: rgb(17, 17, 25);
    display: inline;
    margin: 0rem auto;
    max-height: 30%;
    text-align: center;
  
}

.navegación{
    margin: 0rem auto;
     padding-top: 1.5rem;
     padding-bottom: 1.7rem;
    background-color: #191721;
    height:auto;}

a{
   text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 0.5rem;
    letter-spacing: 0.4rem;
    font-weight: 500;
    padding: 0rem;
    margin: 0rem auto;
    max-width: 30%;
       transition:all 0.4s ease-out; 
     -webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out; 
}

a:hover, a:active {
   color: #e2af80;
    letter-spacing: 0.6rem;
    transition:all 0.4s ease-out;  
     -webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out; }
    
.frase{
    padding-top: 1.9rem;
    font-size: 0.49rem;
    max-width: 100%;
    text-align: center;
    margin: 0rem auto;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1rem;
    letter-spacing: 0.09rem;
color:#484450;
}

.frase2{
    margin-right: 1.5rem;
    padding-top: 1.2rem;
    font-size: 0.49rem;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1rem;
    letter-spacing: 0.09rem;
color:#484450;
        padding-bottom: 4rem;
}

h2{ max-width: 30%;
     padding-top: 4.3rem;
    padding-bottom: 1.9rem;
    font-size: 1.2rem;
    letter-spacing: 0.8rem;
    color: #fb6958;
        display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0rem auto; 
}

h3{ 
     margin: 0rem auto; 
     padding-top: 5.5rem;
    padding-bottom: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.8rem;
    color: #ffc466;
    text-align:center;
        max-width: 100%;
}




/*----PARALLAX------*/


.contenedor-parallax {
height: 100%;
    background-color: white;
   max-width: 100%; 
}

.parallax {
    max-width: 100%;
    padding: 9.4rem 0;
    background-image: url(../img/header.gif);
    background-size: cover;
    background-attachment: fixed;
    transition: all 2.0 ease;
    background-position: center top;
   -webkit-transition: all 2.0 ease;
    -moz-transition: all 2.0 ease;
}

.contenedor-parallax2 {
height: 100%;
    background-color: white;
   max-width: 100%; 
}

.parallax2 {
    background-position: bottom right;
    height: auto;
    max-width: 100%;
    padding: 4rem 1rem;
    background-image: url(../img/footer.png);
    background-size: cover;
    background-attachment: fixed;
    transition: all 2.0 ease;
    background-position: bottom right;
    -webkit-transition: all 2.0 ease;
    -moz-transition: all 2.0 ease;}

.abajo{
    height: auto;
    max-width: 100%;
    padding: 0rem;
}






/*--------------HEADER------------------*/

.arriba{
   /* background: url(img/fondoh1.png);*/
      height: 35.2rem;
max-width: 100%}

.h1-1{    
    padding-top: 11.1rem;
    text-align: center;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.4rem;
    border-bottom: 0.4rem solid;
    padding-bottom: 1.7rem;
    width: 3.1rem;
    max-width: 100%;
    color: white;
    margin: 0rem auto;
    outline-offset: 0.2rem;
}

.h1-3{     
    text-align: center;
    font-weight: 800;
    color: white;
    font-size: 1.1rem;
    letter-spacing: 0.4rem;
    max-width: 100%;
    margin: 0rem auto;
    /*outline: 0.1rem solid currentColor;*/
    outline-offset: 0.2rem;
        margin-top: 0.2rem;
}

.h1-2{
font-size: 6rem;
    padding-top: 14rem;
    color:white;
    
    margin:0rem auto;
        text-align: center;
       width: 100%;
 text-shadow: 0rem -0.05rem 0rem #985a66;
       display: block;
}




/*menu lateral*/
div#barra-lateral{
	position:inline;
	width:1.3rem;
	height:1.3rem;
	background-color:#111119;
	overflow:hidden;
    -webkit-transition: width 0.9s cubic-bezier(0, 0.97, 0.99, 0.99);
}

div#barra-lateral:hover{
	width:100%;
}

div#logo-menu{
	width:1.3rem;
	height:1.3rem;
	margin:0.625rem;

}

div#contenedor-logos-primero{
	margin-top:-3.125rem;
    text-align: center;
    width: 100%;
}

div.contenedor-logos{
	margin-top:1.25rem;
	width:8.125rem;
	height:2.5rem;
}

div.logo{
      width: 1.2rem;
    height: 1.2rem;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #d0f1ff;
    font-size: 1.5rem;
    margin-top: 0.3rem;
    padding: 0.03rem;
}

p.title-menu{
    line-height: 2.4rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 500;
    color: white;
    background-color: #ffcf92;
    max-width: 100%;
}



@media (max-width:30rem){
    
 
    .h1-2 {font-size: 2rem;}
    .overlay {padding: 1rem;
    max-width: 27%;}
    .iconito{max-width:30rem;}
    .imagen1 {max-width:30rem;}
    .image {width:30rem;
max-width:100%;}
}