.scrollOff {
    pointer-events: none;
}
.bx-wrapper {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.header {
    background-color: #252525;
    border-bottom: 2px solid #00448d;
    color: #fff;
    height: 50px;
}
img.logo {
    max-width: 200px;
    position: absolute;
}
.header a {
    color: #fff;
}
.header a:hover {
    color: #aeafb1;
}

section.hero .title,
section.hero .subtitle {
    color: #fff;
    text-transform: uppercase;
}
section.hero h2.subtitle {
    color: #fff;
    text-transform: uppercase;
}

section.hero.inicio .hero-content {
    position: relative;
}
section.hero.inicio {
    background: url(/img/bg1_m.jpg) center center no-repeat #fff;
    background-size: cover;
}

section.servicios {
    background-color: #252525;
}
section.servicios .column div.icono {
    align-items: center;
    border: 1px solid #aeafb1;
    border-radius: 50%;
    color: #aeafb1;
    display: flex;
    height: 100px;
    margin-bottom: 1em;
    -webkit-transition: border-color .3s ease-in, color .3s ease-in;
    -moz-transition: border-color .3s ease-in, color .3s ease-in;
    transition: border-color .3s ease-in, color .3s ease-in;
    width: 100px;
}
section.servicios .column div.icono i {
    font-size: 4em;
    margin: 0 auto;
}
section.servicios .column.active div.icono,
section.servicios .column:hover div.icono {
    border-color: #00448d;
    color: #00448d;
}
section.servicios .column p > strong {
    color: #aeafb1;
    font-size: 1.2em;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    transition: color .3s ease-in;
}
section.servicios .column.active p > strong,
section.servicios .column:hover p > strong {
    color: #00448d;
}
section.servicios .column p {
    color: #aeafb1;
    font-size: 1.1em;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    transition: color .3s ease-in;
}
section.servicios .column.active p,
section.servicios .column:hover p {
    color: #fff;
}

section.hero.presentacion {
    background: url(/img/bg2_m.jpg) center center no-repeat #fff;
    background-size: cover;
}
section.hero.presentacion p {
    color: #fff;
    font-size: 1.2em;
}
section.hero.presentacion p strong {
    color: #fff;
}

section.contacto {
    background-color: #000;
    color: #fff;
}
section.contacto h1,
section.contacto h3,
section.contacto a {
    color: #fff;
}
section.contacto a:hover {
    color: #00448d;
}
section.contacto input,
section.contacto textarea {
    background-color: #aeafb1;
    color: #fff;
}

footer.footer {
    background-color: #00448d;
    color: #fff;
}
footer.footer a {
    color: #fff;
}
footer.footer a:hover {
    color: #aeafb1;
    text-decoration: underline;
}

@media screen and (min-width: 569px) and (max-width: 768px) {
    .header {
        height: 66px;
    }
    img.logo {
        max-width: 226px;
    }
    
    section.hero.inicio {
        background: url(/img/bg1_t.jpg) center bottom no-repeat #fff;
        background-size: cover;
    }
    
    section.hero.presentacion {
        background: url(/img/bg2_t.jpg) center bottom no-repeat #fff;
        background-size: cover;
    }
}

@media screen and (min-width: 769px) {
    .header {
        height: 66px;
    }
    img.logo {
        max-width: 226px;
    }
    
    section.hero.inicio {
        background: url(/img/bg1.jpg) center bottom no-repeat #fff;
        background-attachment: fixed;
    }
    
    section.hero.presentacion {
        background: url(/img/bg2.jpg) center center no-repeat #fff;
        background-size: cover;
    }
}
