@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Vibur');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

{margin: 0; padding: 0;}


header {
    background-image: url(destacada-FADU2.jpg);
    background-position:center;
    height: 15rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
}

.texto-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

t1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 4rem;
    color: white;
}

t2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: white;   
}

section-integrantes {
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.subtitulo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #A8A899;
    width: 100%;
}

t3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: white;
}

.contenedor-fotos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 50px;
}

.fotosynombre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fotosynombre{
    filter: grayscale(100%);
	filter: grayscale(100%);
	filter: grayscale(100%);
	filter: grayscale(100%);
}
.fotosynombre:hover{
    filter: grayscale(0%);
	filter: grayscale(0%);
	filter: grayscale(0%);
	filter: grayscale(0%);
}

t4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #707066; 

}

section-cuantotardo {
    background-image: url(LogoFadu.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
    
}

.banner-cuantotardo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-cuantotardo-descripcion {
    max-width: 550px;
    text-align: center;
    margin: 0px 20px 0px 20px;
}

t5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #707066; 
   
}

.banner-cuantotardo-botones {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boton {
    text-decoration: none;
    display: block;
    text-align: center;
    color: white;
    margin: 20px 10px 20px 10px;
    padding: 10px;
    background: #43ba64;
}

.boton:hover {
    text-decoration: none;
    display: block;
    text-align: center;
    color: white;
    margin: 20px 10px 20px 10px;
    padding: 10px;
    background: #43ba64;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: white;
    width: 120px;
}

.banner-cuantotardo-texto {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    max-height: 300px;
    margin: 30px 0px 50px 0px;
    
}

.banner-cuantotardo-parrafos {
    max-width: 420px;
    padding: 20px;

}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #707066;
    text-align: left;
}

p1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #707066;
    text-align: left;
}

section-academica {
    background-color: #011642;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.academica-texto {
    margin: 25px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: white;
    text-align:center;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: white;
    text-align:center;
    margin-top: 5px;
}

a {
    text-decoration: none;
}


footer {
    background-color: black;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;    
}

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

p2 { 
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: white;
    
}

footer p2 a{
    text-decoration: none;
    color:white;
}



.fotos{
    border: 10px solid #eaeaea;
    border-radius: 100%;
    width: 200px;
}



@media screen and (max-width: 768px){
    .contenedor-fotos{
                flex-direction: column; 
                justify-content: center;
    }
    .fotos{
        width: 80%;
    }
    .banner-cuantotardo-texto {
        max-height: none;
        align-items: center;
    }
    
    section-cuantotardo {
        background-size: cover;
    }
    
    .banner-cuantotardo-botones {
        flex-direction: column;
    }
    
}
