
/* Ajustes al encabezado */

@media (max-width: 980px) {
    .main-header.style-four .outer-box .logo-box .logo {
        text-align: left !important;
    }

    .main-header.style-four .outer-box {
        display: flex;
        justify-content: space-between;
    }

    .main-header.style-four .menu-area .mobile-nav-toggler {
        margin-bottom: 25px !important;
        margin-top: 25px !important;
    }

    .main-header.style-four .outer-box .logo-box {
        display: inline-block !important;
    }
}

.main-header.style-four .outer-box .logo-box {
    padding: 13px 0 !important;
}

.menuInicial .navigation > li {
    padding: 40px 0 !important;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 25px 0 !important;
}

/* Ajustes de colores */

.avenir_titulo {
    color: #3c3c3b !important;
    font-weight: bolder !important;
}

.banner-section.style-four .content-box .btn-box .theme-btn {
    background-color: #d1ad68;
}

.btn-enviar-mensaje {
    background-color: #00385c !important;
}

.btn-round-yewllow {
    background-color: #d1ad68 !important;
}

#content_block_three .content-box .inner-box .single-item h5 a {
    color: #d1ad68;
}

.scroll-top.style-three {
    background-color: #18407e;
}

.sec-title.style-two h5:before {
    background-color: #d1ad68;
}

.sec-title.centred h5:after {
    background-color: #d1ad68;
}

.sec-title.light h5:before {
    background-color: #d1ad68;
}

.main-header.style-four .sticky-header .main-menu .navigation > li:hover > a {
    color: #18407e !important;
}

/* Ajustes a titulos tipo bullets en paginas de servicios */

.avenir_titulo {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.titulo_bullet {
    height: 100px;
    line-height: 100px;
}

/* Ajustes a opacidad de banners en paginas de servicios */

.page-title:before {
    opacity: 0.3;
}
