html, body, p, span, h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
}

body{
    background-color: #252525;
}

.mobile-menu-container, section, header, footer{
    display: none;
}

ul, ol{
    list-style: none;
    margin: 0;
}

.hidden{
    display: none;
}

header, footer, section{
    background-color: #252525;
    color: #FFFFFF;
    font-stretch: condensed;
    width: 100%;
    height: auto;
    min-height: 5em;
    margin: 0;
    padding: 0;
}

.english{
    display: none;
}

/***** LOADER *****/
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 5px solid #E7E7E7;
    border-radius: 50%;
    border-top: 5px solid #949494;
    border-bottom: 5px solid #949494;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}

footer .license{
    width: 80%;
    text-align: center;
    font-size: 0.7em;
    font-family: Helvetica, sans-serif;
    margin: 0 auto;
}

section{
    background-color: #FFFFFF;
    color: #252525;
    width: 100%;
    height: auto;
}

.pointer{
    cursor: pointer;
}

.clear{
    clear: both;
}

.right{
    float: right;
}

.left{
    float: left;
}

.lineh3_5{
    line-height: 4.1em;
}

.mobile-menu-container{
    position: fixed;
    width: 100%;
    margin-bottom: 5em;
}

.header-mobile-menu{
    display: block;
    width: 100%;
}

ul.mobile-menu{
    width: 100%;
    display: block;
    background-color: #FFFFFF;
}

    ul.mobile-menu li{
        text-align: center;
        padding: 1%;
        border-bottom: 1px solid #E7E7E7;
    }

        ul.mobile-menu li a{
            color: #252525;
        }

    ul.mobile-menu li.mobile-menu-contact{
        background-color: #252525;
        border-bottom: 0;
    }

        ul.mobile-menu li.mobile-menu-contact a img{
            height: 1em;
        }

.title-bar{
    background-color: #FFFFFF;
    color: #252525;
    border-top: 5px solid #E7E7E7;
    border-bottom: 5px solid #E7E7E7;
    height: 3em;
    margin-top: 2%;
}

.contact{
    float: right;
    margin: 0.5em 1.5em -0.7em 0;
}

ul.contact li a:hover{
    border: none;
}

header.inicio{
    margin: 0 !important;
    height: 10em;
}

header .content, footer .content{
    display: block;
    margin: 0 10%;
}

header .content{
    margin: 0 !important;
    background-color: #252525;
}

.content h1{
    font-size: 4em;
}

.content p{
    width: 100%;
    text-align: left;
    margin: 1em auto;
}

section.contacto .content .content{
    width: 50%;
    margin-left: 25%;
}

section.contacto .content p a{
    font-size: 1.7em;
    margin-left: 0.1em;
}

section.contacto .content p img {
    vertical-align: sub;
    height: 1.5em;
}

.contacto table {
    border: none;
    margin-top: 2em;
    width: auto;
    margin: 2em auto;
}

.contacto table tbody {
    border: none !important;
    background: none !important;
    padding: 0;
    display: block;
    font-size: 1.3em;
}

.contacto table tbody tr{
    background-color: transparent;
}

.contacto table tbody img{
    width: 1em;
    min-width: 1em;
    vertical-align: middle;
}

header .content ul{
    height: 3em;
}

header .content ul li{
    float: left;
    margin-left: 0.5em;
}

header .content ul li a{
    font-size: 0.8em;
}

header .content ul li img{
    height: 1.5em;
}

header .content a{
    color: #E7E7E7;
}

header .content a:hover{
    border-bottom: 1px solid #E7E7E7;
}

header .content nav{
    background: #FFFFFF;
    border: 10px solid #E7E7E7;
    border-right: 0;
    border-left: 0;
    height: 5.3em;
    margin-top: 0 !important;
    position: absolute;
    width: 100%;
}

header .content nav ul{
    background: #FFFFFF;
    border-right: 0;
    border-left: 0;
    min-height: 4em;
    width: 37em;/*24*/
    margin: auto;
}

header .content nav ul li{
    float: left;
    line-height: 3.8em;
    margin: 0 0.6em;
    vertical-align: middle;
}

header .content .no-mobile ul li.fixed{
    margin-left: 4.37em;
}

header .content nav ul li a{
    color: #252525;
    font-size: 1em;
}

header .content nav ul li a:hover,
header .content nav ul li a.active{
    border-bottom: 1px solid #252525;
}

header .content nav ul li a.image{
    float: left;
    margin-top: -3em;
}

header .content nav ul li a.image:hover,
header .content nav ul li a.image.active{
    border: none;
}

header .content nav ul li a.image:hover img{
    border: 0.5em solid #FFFFFF;
}

header .content nav ul li a.image img, a.image-mobile img{
    border-radius: 50%;
    border: 0.5em solid #E7E7E7;
    height: 10em;
}

a.image-mobile img{
    height: 4em;
    border: 0.2em solid #E7E7E7;
}

section{
    width: 100%;
    background-color: #252525;
    color: #FFFFFF;
}

section.contacto{
    margin: 0;
}

section.sobre-mi{
    margin-top: 1em;
    text-align: center;
}

section.sobre-mi .content{
    width: 60%;
    margin: auto;
}

section.sobre-mi p{
    padding: 1em;
    width: 100%;
    margin: auto;
    text-align: justify;
}

header .content nav.mobile{
    display: none;
}

section.formacion .content,
section.aptitudes .content{
    min-height: 50em;
}

section.aptitudes,
section.experiencia{
    background-color: #FFFFFF;
    color: #252525;
}

.division-experiencia{
    width: 0;
    height: 3em;
    border-left: 2px dashed #E7E7E7;
    margin: 0 auto;
}

.separation-title{
    width: 50%;
    border-bottom: 10px solid #E7E7E7;
    margin: 0 auto;
}

section .content h1.titulo{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

section.formacion .content h1.titulo{
    color: #FFFFFF;
}

section.formacion .content .content-formacion{
    width: 40%;
    padding: 1em;
    border: 2px dashed #E7E7E7;
    border-radius: 1em;
    margin: 0 auto;
}
section.formacion .content .content-formacion h4, 
section.formacion .content .content-formacion h5, 
section.formacion .content .content-formacion h6{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-align: center;
}

.width80{
    width: 60%;
    margin: 1em auto 0 auto;
    display: block;
}

.aptitudes table {
    border: 2px solid #E7E7E7;
    box-shadow: 0 0.5em 10px #E7E7E7;
    width: auto;
    margin: 2em auto;
}

.aptitudes table tbody{
    border: none;
}

.aptitudes table tbody img{
    display: block;
}

section.experiencia .content .exp{
    width: 60%;
    margin: auto;
}

section.experiencia .content .exp .content-exp{
    float: left;
    padding: 5%;
    border: 2px solid #E7E7E7;
    box-shadow: 0 0.5em 10px #E7E7E7;
}

section.experiencia .content .exp .content-exp p,
section.experiencia .content .exp .content-exp span{
    font-family: 'Raleway', sans-serif;
    text-align: justify;

}

section.experiencia .content .exp .content-exp span{
    color: #949494;
}

@media screen and (min-width: 40em) {
    header .content{
        display: block;
    }
}

@media screen and (max-width: 40em) {
    header .content {
        display: none;
    }

    header {
        min-height: 0;
    }

    section.sobre-mi {
        padding: 0;
    }

    section.sobre-mi .content {
        padding-top: 4em;
    }

    section.contacto .content .content{
        width: 60%;
    }
    .contacto table tbody{
        font-size: 1em;
    }

    .contacto table tbody img{
        width: 1em;
        vertical-align: baseline;
    }

    section h1 {
        font-size: 3em;
    }

    section h1.titulo {
        font-size: 2.5em;
    }

    header.inicio {
        height: auto;
    }

    .separation-title {
        width: 80%;
        border-bottom: 5px solid #E7E7E7;
    }

}
