html,
body {
    font-family: 'Open Sans', sans-serif;
    min-width: 360px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    object-fit: cover;
}

a {
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
    outline: none;
    background: none;
    border: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

#ITT_Desktop_BBCL {
    position: relative;
}

#ad-top-header {
    margin-top: 20px !important;
}

#header .header-ad-container .ad {
    margin-top: 5px;
}

#ad_intext {
    position: relative;
}

div[id^="slot_box"] {
    position: relative;
}

div[id^="ad_box"] {
    position: relative;
}

div[id^="banner-sticky-nota"] {
    position: relative;
}

.ad {
    position: relative;
}

.adMessage {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    position: absolute !important;
    top: -15px;
    left: 0;
    background: transparent;
    color: rgb(105, 105, 105);
    border: 1px solid rgb(105, 105, 105, 0.1);
    font-size: 10px;
    line-height: 10px;
    padding: 2px 8px;
    text-transform: uppercase;
    z-index: 999999;
    display: none;
    border-radius: 4px;
}

.ad-top-wrapper {
    width: 100%;
    height: 124px;
    background: rgba(250, 250, 250, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    z-index: -1;
}

#ad_top {
    width: 320px;
    max-height: 124px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: 0;
    position: sticky;
    z-index: 0;
    transition: max-height .35s ease, opacity .35s ease;
}

.ad-top-wrapper.menu-open,
#ad_top.menu-open {
    z-index: 3000 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

body.no-scroll {
    overflow: hidden !important;
    touch-action: none;
}

header {
    width: 100%;
    height: 96px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    transition: top 0.3 ease, padding 0.3s ease;
    padding: 0 16px;
    background-color: #fff;
}

.header-right {
    display: none;
}

.bbcl-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.bbcl-logo img {
    width: 70px;
    padding: 37px 0;
    margin-left: 16px;
}


.search-desktop {
    display: none;
}

.search-desktop.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.burger-btn {
    background-color: transparent;
    border: none;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-icon {
    display: none;
}

.rrss-menu {
    display: none;
}


.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(2px);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.side-menu {
    position: fixed;
    top: 124px;
    right: 0;
    width: 331px;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform .35s ease;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.side-menu.active {
    transform: translateX(0);
}

.side-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #000038;
}

.side-logo {
    width: 129px;
    height: 46px;
    margin: 0 auto;
}


.input-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    height: 60px;
    border: 1px solid rgba(0, 0, 56, 0.3);
    border-radius: 64px;
    padding: 0 4px 0 14px;
    background-color: #fff;
    box-sizing: border-box;
}

.input-buscar {
    flex: 1 1 auto;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 22px;
    color: #000038;
    background: transparent;
    padding: 0 6px;
    width: 112px;
}

.btn-buscar {
    background-color: #1E40AF;
    color: #fff;
    border: none;
    border-radius: 64px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 8px 16px;
    font-size: 14px;
    height: 40px;
    white-space: nowrap;
}

.btn-buscar:hover {
    background-color: #001e36;
}


.mobile-rrss {
    display: flex;
    justify-content: center;
    margin-top: 64px;
    gap: 24px;
}

.mobile-rrss .icon {
    width: 20px;
    height: 20px;
    fill: #000038;
}


@media (min-width: 1187px) {

    .ad-top-wrapper {
        z-index: 0;
    }

    #ad_top {
        width: 970px !important;
        height: 90px !important;
    }

    header {
        padding: 0 126px;
    }

    .burger-btn {
        display: none;
    }

    .rrss-menu {
        display: flex;
        position: static;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        gap: 28px;
    }

    .sociales-logo {
        transition: all 0.3s ease;
    }

    .header-right {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .search-desktop {
        display: none;
        opacity: 0;
        transform: translateX(20px);
        pointer-events: none;
        transition: opacity .30s ease, transform .30s ease;
    }

    .search-desktop.active {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
    }

    .search-icon {
        background: none;
        border: none;
        cursor: pointer;
        padding: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-divider {
        width: 1px;
        height: 24px;
        background-color: rgba(0, 0, 56, 0.25);
    }

    .bbcl-logo img {
        width: 84px;
        height: 26px;
        padding: 0;
        margin: 0;
    }
}