
h2 {

    font-weight: 200;
    line-height: 1.2;

}
h1, h2, h3, h4, h5, h6 {

    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #191a1c;
    margin: 10px 0;

}

.logo_privacidad {
    background: url('../images/assets/logo-dark.png') no-repeat center center;
    background-size: auto auto;
    position: absolute;
    width: 300px;
    height: 89px;
	margin-left:auto;
	margin-right:auto;
    z-index: 10000;
    top: 40px;
    background-size: 300px 89px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


p {

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
    color: #888;

}



@media (min-width: 992px) {
    h1.large {
        font-size: 66px;
        line-height: 80px;
        font-weight: 100;
    }

    h1 {
        font-size: 66px;
        letter-spacing: -1px;
    }

    h1 small {
        font-size: 66px;
        letter-spacing: 0px;
    }

    .lead {
        font-size: 16px;
        font-weight: 300;
        color: #7a7a7a;
        line-height: 1.8;
    }

    h2 {
        font-size: 50px;
        letter-spacing: -0.05em;
    }

    h2 small {
        font-size: 40px;
        letter-spacing: 0px;
    }
}
