/* ================= BASE ================= */

.full_width_top_container .st_swiper_block {
    background-color: #54AE32;
}

body .full_width_top_container .st_swiper_block h5.style_header strong {
    color: var(--Yellow_UI, #FFDC1A);
    font-family: Roboto;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

body .full_width_top_container .st_swiper_block h5.style_header {
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

body .full_width_top_container .st_swiper_block h6 {
    display: flex;
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

body .full_width_top_container .st_swiper_block h6::before {
    content: url(https://www.bricoweb.es/themes/bricoweb/assets/img/home-header-icon-check.svg);
    padding-right: 5px;
}

span.btn.style_button.style_button_0.btn-white.adveditor_curr {
    width: 200px;
    height: 45px;
    padding: 12px 10px;
    margin-left: 27px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border-radius: 3px;
    background: var(--Yellow_UI, #FFDC1A);
    color: var(--Red_UI, #C00);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 0px;
}

/* ================= MEDIA QUERIES ================= */

/* ------- TABLETS E INTERMEDIÁRIO (768px a 1200px) ------- */
@media (min-width: 768px) and (max-width: 1200px) {
    body .st_image_layered_description_inner.style_content.curr_swiper {
        padding: 30px 50px !important;
    }
}

/* ------- MOBILE E INTERMEDIÁRIO (máx. 1200px) ------- */
@media (max-width: 1200px) {
    body .st_swiper_block .st_image_layered_description,
    body .st_swiper_block .adveditor_content {
        position: relative;
    }

    body .swiper-slide.swiper-slide-visible.swiper-slide-active {
        width: 100%;
    }

    body .swiper_wraper .container {
        max-width: 100% !important;
        padding: 0px;
    }

    .st_image_layered_description_inner.style_content.curr_swiper {
        padding: 30px 20px;
    }

    span.btn.style_button.style_button_0.btn-white.adveditor_curr {
        margin-bottom: 40px;
        margin-left: 0px;
    }

    .mobile_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 20px;
    }

    .st_swiper_block .layered_content.animated {
        text-align: left;
    }

    .style_buttons {
        display: flex;
        justify-content: center;
    }

    body #st_swiper_1 .swiper-pagination-bullet-active {
        border-radius: 10px;
        background: var(--text_Small, #2E611C);
    }

    body #st_swiper_1 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    }

    body#index .header-container {
        margin-bottom: 0px;
    }
}

/* ------- DESKTOP (mín. 1201px) ------- */
@media (min-width: 1201px) {
    .st_swiper_block picture {
        width: 65%;
        display: block;
    }

    .st_swiper_block .adveditor_content {
        padding: 0px;
    }

    .st_swiper_block .layered_content.animated {
        width: 35%;
        padding: 30px 50px 30px 64px;
        text-align: left;
    }

    body #st_swiper_1 .swiper-pagination-bullet-active {
        background-color: #54AE32;
        width: 10px;
        height: 10px;
    }

    body #st_swiper_1 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        border-radius: 10px;
        border: 1px solid #CCC;
        background: #FFF;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
        width: 10px;
        height: 10px;
    }
}
