/* FUENTES

font-family: 'Poppins', sans-serif;
font-family: 'Questrial', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Muli', sans-serif;

*/


body{
    
    background-color: #0a0d15;
    max-width: 80em;
    height: auto;
    margin: auto;
    color: white;
}

section{
    
    margin: 0;
    padding-top: 0.5em;
}

h2{
    
    font-size: 3.5em;
    font-family: 'Questrial', sans-serif;
    margin: 0;
    
}

h3, h4{
    
    font-family: 'Muli', sans-serif;
}

a{
    
    text-decoration: none;
}


p{
    
    font-family: 'Quicksand', sans-serif;
    width: 80%;
    margin: auto;
    line-height: 1.5em;

}

article{
    
    text-align: center;
}

#sec1{
    
    background-image: url(../imagenes/wall1.1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #6d6b6b;
    margin: auto;
    height: 43.75em;
    position: relative;
}

#sec1 h1{
    
    margin: 0;
    font-size: 4em;
    color: white;
    position: absolute;
    top: 3.8em;
    height: 35%;
    left: 36%;
}

#sec1 a{
    
    color: white;
    text-decoration: none;
    margin: 0.7em;
    height: 1em;
    width: 5%;
    font-family: sans-serif;
    font-weight: 700;
}

.sp1{
    
    font-size: 2em;
    position: absolute;
}

.sp2{
    
    top: 1.8em;
    letter-spacing: 0.12em;
    position: absolute;
    padding-left: 0.1em;

}

#sec2{
    
    background-image: url(../imagenes/wall5.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 22em;
    text-align: center;
    
}

#sec2 p{
    
    width: 50%;
    margin: auto;
    font-size: 1.2em;
}

#sec2 h2{
    
    margin-top: 1em;
}

#sec3{
    
    height: 33em;
    padding: 0;
}

#sec3 a{
    
    line-height: 5em;
    background-color: rgba(255,255,255,1);
    padding: 0.5em;
    font-family: 'Muli', sans-serif;
    color: #101826;
}

#sec3 h2{
    
    margin-top: 1.4em;
}

#sec3 article{
    
    width: 50%;
    float: left;
    height: 33em;
}

#s3izq{
    
    background-image: url(../imagenes/wall4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #c43737;
}

#s3der{
    
    background-image: url(../imagenes/wall3.3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e59c38;
}

#sec4{
    
    background-image: url(../imagenes/wall6.7.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    height: 33em;
    width: 80%;
    padding: 2em 8em 0 8em;
}

#sec4 img{
    
    width: 55%;
    border-radius: 100px;
}

#sec4 h2{
    
    margin-top: 1em;
    text-align: center;
}

#sec4 h4{
    
    margin-bottom: 1em;
}

#sec4 article{
    
    width: 25%;
    height: 55%;
    float: left;
    margin: 1.5em 0 0 4em;
}

#sec5{
    
    background-color: #0a0d15;
    height: 50em;
    text-align: center;
}

#sec5 h2{
    
    margin-top: 1.3em;
}

#sec5 p{
    
    width: 50%;
}

#sec5 a{
    
    line-height: 5em;
    background-color: #ffffff;
    padding: 0.5em;
    font-family: 'Muli', sans-serif;
    color: #101826;
}

#sec5 ul{
    
    width: 100%;
    height: 60%;
    padding: 0;
}

#sec5 li{
    
    width: 25%;
    float: left;
    height: 50%;
    list-style: none;
}

#sec6{
    
    background-image: url(../imagenes/wall7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 40em;
    width: 70%;
    padding: 1em 12em;
    text-align: center;
}

#sec6 h2{
    
    margin-top: 1.2em;
}

#sec6 article{
    
    width: 30%;
    height: 50%;
    float: left;
    margin: 3em 0 0 1.4em;
    
}

.h3tit{
    
    background-color: #10d5dd;
    color: #101826;
    width: 35%;
    height: 9.5%;
    margin: 1.2em auto;
    line-height: 1.5em;
}

.h3ti{
    
    background-color: #37d4a4;
    color: #101826;
    width: 35%;
    height: 9.5%;
    margin: 1.2em auto;
    line-height: 1.5em;
}



#sec7{
    
    background-image: url(../imagenes/wall8.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:auto;
    background-position: bottom;
    height: 24em;
}

#sec7 article{
    
    width: 20%;
    height: 65%;
    margin: 4.5em 0 0 14em;
}


#sec7 img{
    
    width: 10%;
    margin: 0.8em 0.3em;
}

footer{
    
    margin: 2em;
}


footer p{
    
    text-align: center;
    font-size: 0.8em;
    color: #606060;
}