/*
Theme Name: Oslo Design Theme
Author: Ricardo Grimaldo
Author URI: https://oslodesign.co/
Version: 1.0
Description: Oslo Design Theme is designed to be the best option for each customer. Oslo Design Co é um estúdio de design com a missão de ajudar marcas a impactarem positivamente seus clientes.
*/

/* Estilos específicos para banner de mantenimiento en mobile */
@media screen and (max-width: 768px) {
    .page-banner--maintenance {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: 100vh !important;
        z-index: 9999 !important;
        overflow: hidden !important;
    }
    
    .page-banner--maintenance .page-banner__bg-image {
        opacity: 1 !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        object-fit: cover !important;
    }
    
    .page-banner--maintenance .page-banner__content-mtto {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        text-align: center !important;
        width: 90% !important;
        max-width: 400px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        z-index: 10 !important;
    }
    
    .page-banner--maintenance .page-banner__content-mtto h2 {
        font-size: 1.8rem !important;
        font-weight: 300 !important;
        color: #FFF !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        text-align: center !important;
        line-height: 1.2 !important;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5) !important;
    }
    
    .page-banner--maintenance .page-banner__content-mtto img {
        width: 100% !important;
        max-width: 200px !important;
        margin: 20px auto !important;
        display: block !important;
        filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3)) !important;
    }
}

/* Estilos para desktop del banner de mantenimiento */
@media screen and (min-width: 769px) {
    .page-banner--maintenance {
        position: relative !important;
        width: 100% !important;
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: 100vh !important;
        overflow: hidden !important;
    }
    
    .page-banner--maintenance .page-banner__bg-image {
        opacity: 1 !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        object-fit: cover !important;
    }
}

/* .container {
    max-width: 1216px !important;
}

.logo-qs-section {
    & img{
        width: 40%!important;
        height: auto!important;
    }
}

.btn-qs {
    & a {
        font-family:"DM Sans", sans-serif;
        font-size: 1em;
        margin-top: 0.5em;
    }
}

.texto-qs {
    margin: 0% 20%;
}

.title-qs {
    margin-top: 1em;
    text-align: center;
    font-family: "Asgaria", sans-serif;
    color: #182F43;
    font-size: 36px!important;
    font-style: normal;
    font-weight: 400;
}


.title-tr {
    margin-top: 1em;
    text-align: left;
    font-family: "Asgaria", sans-serif;
    color: #182F43;
    font-size: 36px!important;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0.5em;
}

.btn-bossa {
    display: flex;
    width: 296px;
    height: 75px;
    padding: 8px 16px;
    justify-content: center!important;
    align-items: center!important;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--azul-escuro-texto, #182F43);
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; 
}

.titulo-consultoria {
    color: var(--azul-escuro-texto, #182F43);
    text-align: center;
    font-family: Asgaria;
    font-size: 32px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.56px;
    text-transform: uppercase;
    margin: 30px 0px 15px 0px!important;
}

.titulo-bossa {
    color: var(--Dark-Main, #182F43);
    font-family: Asgaria!important;
    font-size: 48px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 153.823%; 
    letter-spacing: 3.84px;
    text-transform: uppercase;
    margin: 30px 0px 15px 0px!important;
}

.texto-consultoria {
    margin: 0px 10%;
    color: var(--azul-escuro-texto, #182F43);
    text-align: center;
     font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; 
}

.texto-wbe {
    margin: 10px 5%;
    color: var(--azul-escuro-texto, #182F43);
    text-align: left;
     font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; 
} */

/* Estilos para centrar cualquier paginador en el sitio */
.nav-links,
.pagination,
.woocommerce-pagination,
.paginador-oportunidades,
.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    width: 100%;
    font-family: inherit;
}

/* Estilos para los enlaces de paginación */
.nav-links a,
.nav-links span,
.pagination a,
.pagination span,
.page-numbers a,
.page-numbers span,
.woocommerce-pagination a,
.woocommerce-pagination span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Estilos para hover */
.nav-links a:hover,
.pagination a:hover,
.page-numbers a:hover,
.woocommerce-pagination a:hover {
    background-color: #C79A04;
    color: white;
    border-color: #C79A04;
}

/* Estilos para página actual */
.nav-links .current,
.pagination .current,
.page-numbers .current,
.woocommerce-pagination .current {
    background-color: #C79A04;
    color: white;
    border-color: #C79A04;
    font-weight: bold;
}

/* Estilos para enlaces deshabilitados */
.nav-links .disabled,
.pagination .disabled,
.page-numbers .disabled,
.woocommerce-pagination .disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f8f8f8;
}