/** FUENTES

font-family: 'Raleway', sans-serif;
font-family: 'Scope One', serif;
font-family: 'Assistant', sans-serif;

*/

body{
    
    background-color: #000000;
    font-size: 16px;
    max-width: 80em;
    height: auto;
    margin:1.8em auto 0 auto;
}



section{
    
    margin: auto;
    width: 100%;
    height: 40em;
    background-color: #000000;
}

#sec1{
    
    background-image: url(../imagenes/fond2.jpg);
    height: 35em;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.logo1{
    
    margin: 0.7em 0 0 1em;
    position: absolute;
    z-index: 10;
}

.txtder{
    
    width: 40%;
    position: absolute;
    z-index: 20;
    background-color:rgba(0,0,0,0);
    top: 5.5em;
    left: 43em;
    text-align: center;
}

.txtder p{
    
    color: white;
    margin: 0;
    font-size: 0.7em;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.4em;
    line-height: 1.5em;
 
}

.mobut{
    
    position: absolute;
    width: 0.8em;
    height: 1.22em;
    border-radius: 50px;
    border-style: solid;
    border-width: thin;
    border-color: white;
    top: 0.6em;
    left: 78em;
    padding:0 0.2em 0 0.35em;
}

.mobut:hover{
    
    background-color: rgba(255,255,255,0.2);
}

.mobut a{
    
    text-decoration: none;
    color: white;
    font-size: 1.1em;
}

.dobut{
    
    margin:2em auto;
    width: 2.063em;
    height: 2.063em;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-style: solid;
    border-width: thin;
    border-color: white;
}

.dobut:hover{
    
    background-color: rgba(255,255,255,0.2);
}

.dobut a{
    
    color: white;
    text-decoration: none;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: fixed;
    left: 0.5em;
    top: 0.2em;
    font-size: 1.5em;
}


#col{
    
    background-color: #bebebe;
    width: 50%;
    height: 40em;
    padding: 0;
    margin: 0;
    float: left;
}

#coll{
    
    background-color: #bcbcbc;
    width: 50%;
    height: 40em;
    padding: 0;
    margin: 0;
    float: right;
}

article{
    
    width: 50%;
    height: 20em;
    float: left;
    background-color: #fafafa;
}

article h2{
    
    text-align: center;
    margin: 7em auto 0px auto;
    font-family: 'Scope One', serif;
    font-size: 1.25em;
    letter-spacing: 0.5em;
    width: 80%;
}

.col1{
    
    background-color: red;
    
}

.col2{
    
    background-color: #9632d4;
    position: relative;
}

.sq1{
    
    background-image: url(../imagenes/sq1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sq2{
    
    background-image: url(../imagenes/sq5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sq3{
    
    background-image: url(../imagenes/sq2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sq4{
    
    background-image: url(../imagenes/sq6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.col2 figure{
    
    margin: 0;
    position: absolute;
    top: 12.7em;
    left: 15em;
}

.col2 h2{
    
    margin:11.8em auto 0 auto;
    font-family: 'Raleway', sans-serif;
    color: white;
    letter-spacing: 0.4em;
    line-height: 1.5em;
    text-align: center;
    width: 50%;
    height: 3.5em;
    padding-left: 0.5em;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    
}

footer{
    
    width: 100%;
    height: 18em;
    text-align: center;
    background-image: url(../imagenes/footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color:#000000 ;
    margin: 2em 0 0 0;
}

footer h2{
    
    background-image: url(../imagenes/ba.png);
    background-repeat: no-repeat;
    background-position: cover;
    background-position: center;
    height: 3em;
    line-height: 2.2em;
    letter-spacing: 0.4em;
    font-family: 'Assistant', sans-serif ;
    text-align: center;
    font-size: 1.2em;
    margin:0 auto;
}

footer p{
    
    color: white;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    margin-top: -0.3em;
}

footer ul{
    
    height: 2em;
    width: 42%;
    margin: auto;
}

footer ul li{
    
    margin-right: 2em;
    text-decoration: none;
    float: left;
    display: block;
    color: white;
    font-family: 'Scope One', serif;
    letter-spacing: 0.1em;
    list-style: none;
    font-weight: 600;
}
