
body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #2d170f;
}


h2, h3, h4, h5, h6 {
    font-family: 'Roboto', Arial, sans-serif;
    color: #2d170f;
    font-weight: normal;
    letter-spacing: 3px;
}

h1 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    letter-spacing: 6px;
    font-size: 2.8em;
    font-weight: 600;
}

h4.valores-text {
    color: #2d170f !important;
    letter-spacing: 1px;
    margin-top: 10px;
    text-align: center;
}

p {
    font-family: 'Roboto', Arial, sans-serif;
}

html .btn-primary {
    background-color: #f3af00;
    border-color: #f3af00 #f3af00 #c08a00;
    color: #FFF;
    border-radius: 20px;
}

html .btn-primary:hover {
    background-color: #2d170f;
    border-color: #FFF;
    color: #FFF;
    font-weight: bold;
}

#header .header-nav.header-nav-stripe nav > ul > li > a {
    font-size: 1.1em;
}

section.section.section-parallax {
    margin: 0;
    border: 0;
}

#mision {
    background-image: url(../img/slides/mision.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px 10%;
}

section#mision {
    padding: 90px 0;
}


#servicios {
    background-image: url(../img/slides/servicios.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top: 2px solid #2D170F;
    border-bottom: 2px solid #2D170F;
    padding: 70px 10%;
}

section#servicios {
     padding: 90px 0;
     border-top: 2px solid #2D170F;
     border-bottom: 2px solid #2D170F;
 }

#valores {
    background-image: url(../img/slides/valores-trans.png);
    background-repeat: no-repeat;
    background-position: 75% center;
    padding: 90px 0;
}

section#vision {
    background-image: url(../img/white-bg.jpg);
    padding: 90px 0;
}

section#contacto {
    background-image: url(../img/white-bg.jpg);
    padding: 40px 0;
    /* background-size: contain; */
}

@media (max-width: 740px) {
    html.linux.touch .parallax {
        background-size: cover !important;
        background-attachment: scroll !important;
        background-position: center center !important;
    }
}


#footer.light {
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 60px;
    border: none;
}

#footer .container .row > div {
    margin-bottom: 70px;
}

#footer {
    font-size: 1.1em;
    margin: 0;

}


