@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
html,
body {
    background: rgb(27, 26, 26);
    overflow-x: hidden;
    font-family: 'Cairo', sans-serif;
}

.lenguajes {
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
}

.centrado {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25%;
}

p {
    font-size: 1.2em;
    color: white;
    font-family: 'Open Sans', Arial, sans-serif;
}

.navbar {
    background: rgb(27, 26, 26) !important;
}

#foto {
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 2%;
    max-width: 95%;
    height: auto;
}


/* Efecto parallax adaptado del Snippet publicado por Andrew @designbyremedy en https://codepen.io/designbyremedy/pen/aqjLx*/


/* Titulos */

#efecto-parallax h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.01em;
    font-weight: 400;
    margin-right: -10%;
    text-transform: uppercase;
    color: white;
    padding: 0;
    margin: 0;
}

#efecto-parallax h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    letter-spacing: 10px;
    text-align: center;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 10;
    opacity: .9;
}

#efecto-parallax h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 0;
    font-weight: 400;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: white;
}

@media screen and (max-width: 600px) {
    #contenedor-foto {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}


/* Títulos */

#efecto-parallax .title {
    padding: 60px;
    margin: 0 auto;
    text-align: center;
    width: 102%;
    color: rgb(255, 255, 255)
}

#efecto-parallax .title h1 {
    font-size: 35px;
    letter-spacing: 8px;
    color: white;
}


/* Secciones/Bloques de texto*/

#efecto-parallax .block {
    padding: 60px;
    width: 820px;
    margin: 0 auto;
    text-align: justify;
}

#efecto-parallax .block-gray {
    background: #f2f2f2;
    padding: 60px;
}

#efecto-parallax .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.70;
}

.seccion {
    font-size: 1.1em;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 395;
    line-height: 170%;
}

.primer-caracter {
    font-weight: 400;
    float: left;
    font-size: 84px;
    line-height: 64px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.sc {
    color: #444342;
}


/* Fondos de pantalla */

#efecto-parallax .parallax-fondo1 {
    padding-top: 350px;
    padding-bottom: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../assets/img/desarrollador.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#efecto-parallax .parallax-fondo2 {
    padding-top: 300px;
    padding-bottom: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../assets/img/determinacion.jpeg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#efecto-parallax .parallax-fondo3 {
    padding-top: 300px;
    padding-bottom: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../assets/img/autodidacta.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* Corrección parallax para celulares */

@media screen and (max-width: 959px) and (min-width: 768px) {
    #efecto-parallax .block {
        padding: 40px;
        width: 620px;
    }
}

@media screen and (max-width: 767px) {
    #efecto-parallax .block {
        padding: 30px;
        width: 420px;
    }
    #efecto-parallax h2 {
        font-size: 30px;
    }
    #efecto-parallax .block {
        padding: 30px;
    }
    #efecto-parallax .parallax-one,
    #efecto-parallax .parallax-two,
    #efecto-parallax .parallax-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 479px) {
    #efecto-parallax .block {
        padding: 30px 15px;
        width: 290px;
    }
}

img.imagen-centrada {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.nivel {
    height: 38%;
    width: 12%;
    border-radius: 10%;
    display: inline-block;
}

.nivel.si {
    background-color: white;
}

.nivel.no {
    background-color: rgb(85, 85, 85);
}

.habilidades {
    margin-top: 5%;
}

.habilidades .row:not(.inicial) {
    margin-top: 10%;
}