.banner .content {
    position: relative;
    height: auto;
    display: grid;
    align-items: center;
}

.banner .content::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #000;
}

.home .banner .content::after {
    display: none;
}

.home .banner .content {
    height: 90vh;
}

.banner .content .container-xxxl {
    position: relative;
    z-index: 1;
}

.banner .content .section-numbers {
    position: absolute;
    bottom: -45vh;
    left: 0;
}

body:not(.home) .banner .content .text-block p {
    width: 80%;
}

.card-numbers {
    width: 220px !important;
    background-color: none !important;
    background: linear-gradient(139deg, #FFFFFF 0%, #8C8C8C 77%) !important
}

.section-solutions>.container-fluid {
    display: flex;
    gap: 30px;
}

.section-solutions>.container-fluid .block-section {
    position: relative;
    transition: background-color 0.4s ease;
}

.section-solutions>.container-fluid>.block-section:hover {
    background-color: var(--color-primary-dark) !important;
}

.section-solutions>.container-fluid .block-section .icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px !important;
    height: 60px;
}

.section-solutions>.container-fluid .block-section .icon img {
    object-fit: none;
}

.section-solutions>.container-fluid .block-section.active .text-block.title-rotate,
.section-solutions>.container-fluid .block-section:not(.active) .image-block img,
.section-solutions>.container-fluid .block-section:not(.active) .text-block:not(.title-rotate),
.section-solutions>.container-fluid .block-section:not(.active) .space-30 {
    display: none;
}

.section-solutions>.container-fluid>.block-section.active {
    width: 500px !important;
    transition: width 0.4s ease;
}

.section-solutions>.container-fluid>.block-section:not(.active) {
    width: 80px !important;
}

.section-solutions>.container-fluid .block-section:not(.active)>.container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-solutions>.container-fluid .block-section:not(.active) .title-rotate {
    transform: rotate(270deg);
    display: inline-block;
    white-space: nowrap;
}

.section-solutions>.container-fluid .block-section:not(.active) .title-rotate p {
    font-size: 24px !important;
}

.section-solutions>.container-fluid .block-section.active .text-block {
    width: 80%;
}

.pagination-solutions .block-section {
    cursor: pointer;
}

.pagination-solutions .block-section.active p {
    color: var(--color-primary) !important;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.content-solutions {
    position: relative;
}

.content-solutions>.container-fluid>.block-section {
    opacity: 1;
    transition: opacity 0.4s ease;
}

.content-solutions>.container-fluid>.block-section:not(.active) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.section-contact {
    position: relative;
}

.section-contact::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-dark);
    opacity: 0.4;
    border-radius: 25px;
}

.section-contact .container-xxxl {
    position: relative;
    z-index: 1;
}

.slider-dates .slick-track {
    padding-top: 60px;
}

.slider-dates .slick-slide {
    margin: 0 30px;
}

.slider-dates .slick-list {
    margin: 0 -30px;
    padding-bottom: 30px;
}

.slider-dates .slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    gap: 0 !important;
}

.slider-dates .slick-dots li {
    width: 100%;
}

.slider-dates .slick-dots li button {
    width: 100%;
    height: 5px;
    border-radius: 0;
    padding: 0;
    transition: background-color ease 0.5s;
}

.slider-dates .slick-dots li.slick-active button {
    background-color: var(--color-primary);
}

.slider-dates .slick-arrow:hover::before {
    background-color: var(--color-dark) !important;
    color: var(--color-light) !important;
}


/*Responsive*/

@media (min-width: 1550px) {
    .home .banner .content .container-xxxl {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .section-solutions {
        overflow-x: hidden;
    }
}

@media (max-width: 1024px) {
    .banner {
        padding: 10px !important;
        padding-bottom: 0 !important;
    }

    .home .banner .content {
        height: auto;
    }

    .home .banner .btn-2 {
        display: none;
    }

    body:not(.home) .banner .content .text-block p {
        width: 100%;
    }

    .section-numbers,
    .first-home-section .space-200 {
        display: none;
    }

    .section-solutions>.container-fluid .block-section:not(.active)>.container-fluid {
        display: block;
    }

    .section-solutions>.container-fluid .block-section:not(.active) .title-rotate {
        display: none !important;
    }

    .section-solutions>.container-fluid .block-section>.container-fluid .image-block img {
        aspect-ratio: 2/1 !important;
        display: block !important;
    }

    .section-solutions>.container-fluid .block-section>.container-fluid .wp-block-bayle-theme-icon img {
        width: 40px !important;
        height: 40px !important;
        object-fit: contain !important;
    }

    .section-solutions>.container-fluid .block-section .icon>.container-fluid {
        display: flex;
    }

    .section-solutions>.container-fluid .block-section.active .text-block.title-rotate,
    .section-solutions>.container-fluid .block-section:not(.active)>img,
    .section-solutions>.container-fluid .block-section:not(.active) .text-block:not(.title-rotate),
    .section-solutions>.container-fluid .block-section:not(.active) .space-30 {
        display: block;
    }

    .section-solutions .slick-slider .slick-track {
        padding-bottom: 40px;
    }

    .section-solutions .slick-prev,
    .section-solutions .slick-next {
        bottom: -20px;
    }

    .title-left-right p,
    .title-left-right h2 {
        text-align: center !important;
    }

    .pagination-solutions>.container-fluid.d-flex {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .slider-dates .slick-slider .slick-track {
        padding-bottom: 40px;
    }

    .slider-dates .slick-prev,
    .slider-dates .slick-next {
        bottom: -20px;
    }

    .section-dates .wp-block-bayle-theme-icon {
        display: flex;
        justify-content: center;
    }
}