@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;

}





@keyframes infinite-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.animate-infinite-scroll {
    animation: infinite-scroll 55s linear infinite;
}





/* 
#### 
COMPARTIDOS
#### 
*/
.section-1>div,
.section-2>div,
.section-4>div,
.section-5>div,
.section-8>div {
    width: var(--width-index);
}

.collapse {
    visibility: visible;
}

.section-1>div,
.section-2>div,
.section-3>div,
.section-4>div,
.section-5>div,
.section-7>div,
.section-8>div,
.section-3>div,
.section-6>div,
.section-9>div {
    max-width: var(--max-width);
}

/* 
####
SECTION #1
####
*/
.section-1 {
    background-color: var(--bg-color-1);
}

.section-1>div {
    display: flex;
    align-items: center;
    background: var(--bg-gradiente-1);
    color: var(--txt-color-1);
    position: relative;
    height: 25rem;
    margin: 12rem 0 8rem 0;
    border-radius: 20px;
}

.txt-section1 {
    display: flex;
    flex-direction: column;
    width: 43%;
    margin-left: 5%;
    gap: 1rem;
}

.txt-section1 h2 {
    font-size: 35px;
    font-weight: var(--txt-fw);
}

.txt-section1 p {
    font-size: 15px;
}

.txt-section1 h2,
.txt-section1 p {
    line-height: 100%;
}

.img-section1 {
    overflow: hidden;
    position: absolute;
    width: 400px;
    height: 30rem;
    right: 5%;
    border-radius: 20px;
}

.img-section1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 63% 30%;
    transform: scale(1.9);
}


/* 
#### 
SECTION #2 
#### 
*/
.section-2>div {
    display: flex;
    align-items: center;
    margin: 8rem 0;
}

.img-section2 {
    width: 500px;
    height: 30rem;
    overflow: hidden;
    border-radius: 15px;
}

.img-section2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 64% 30%;
    transform: scale(1.4);
}

.txt-section2 {
    display: flex;
    flex-direction: column;
    width: 35%;
    gap: 1rem;
    margin: auto;
}

.txt-section2 h3 {
    font-size: 25px;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
    line-height: 100%;
}

.txt-section2 p {
    font-size: 12px;
    color: var(--txt-color-cuerpo);
    text-align: justify;
    white-space: pre-line;
}

/* 
####
SECTION #3
####
*/
.section-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 5rem 0 8rem 0;
    gap: 4rem;
}

.section-3 h2 {
    font-weight: var(--txt-fw);
    font-size: 25px;
    color: var(--txt-color);
}

.section-3 li {
    padding: 0 50px;
}

.section-3 img {
    filter: grayscale(100%);
    transition: 0.5s;
}

.section-3 img:hover {
    filter: grayscale(0%);
}



/* 
####
SECTION #4 
####
*/
.section-4 {
    background-color: var(--bg-color-1);
}

.section-4>div {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--txt-color);
    border-radius: 15px;
    margin: 8rem 0;
    height: 20rem;
}

.txt-section4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 36%;
    margin-left: 7%;
}

.txt-section4 h2 {
    font-size: 25px;
    font-weight: 500;
}

.section-4 p {
    font-size: 15px;
    margin: 1rem 0 2rem 0;
}

.section-4 h2,
.section-4 p {
    line-height: 1.5;
    color: var(--txt-color-1);
}

.section-4 .btn-tienda {
    position: relative;
    border: none;
    font-weight: var(--txt-fw);
    overflow: hidden;
    padding: .6rem 2rem;
    font-size: 15px;
    cursor: pointer;
    background: var(--bg-color-button);
    color: var(--txt-color-1);
    z-index: 0;
    align-items: center;
    text-decoration: none;
}


/* .section-4 .btn-tienda .hover {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--bg-gradiente-3);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-in-out;
} */

.section-4 .btn-tienda:hover .hover {
    transform: scaleY(1);
}

.section-4 .btn-tienda .btn-text,
.section-4 .btn-tienda i {
    position: relative;
    z-index: 1;
}

.section-4 .btn-tienda i {
    margin-left: 8px;
    transition: 0.3s ease-in-out;
}

.section-4 .btn-tienda:hover i {
    transform: translateX(7px);
}

.img-section4 {
    position: absolute;
    height: 22rem;
    right: 3%;
}

.img-section4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 
####
SECTION #5
####
*/
.section-5>div {
    margin: 8rem 0 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-5 h2 {
    margin-bottom: 4rem;
    font-weight: var(--txt-fw);
    font-size: 25px;
    color: var(--txt-color);
}

.section5-parent {
    display: grid;
    grid-template-columns: 1fr 0.3fr 1fr 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: .5rem;
}

.section5-parent .div1 {
    grid-area: 1 / 1 / 4 / 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-gradiente-2);
    overflow: hidden;
    border-radius: 15px;
}

.section5-parent .div1 .div-txt {
    font-weight: var(--txt-fw);
    width: 65%;
    height: 13rem;
    align-content: center;
}

.section5-parent .div1 h1 {
    font-size: 25px;
    color: var(--txt-color-1);
    text-align: center;
    width: 90%;
}

.section5-parent .div1 .div-img {
    height: 26rem;
}

.section5-parent .div1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.1) translate(-14%, 5%);
}

.section5-parent .div2 {
    grid-area: 1 / 3 / 2 / 5;
    display: flex;
    justify-content: space-between;
    background: var(--bg-gradiente-3);
    overflow: hidden;
    border-radius: 15px;
}

.section5-parent .div2 .div-txt {
    font-weight: var(--txt-fw);
    align-content: center;
    width: 45%;
}

.section5-parent .div2 h1 {
    font-size: 25px;
    color: var(--txt-color-1);
    text-align: start;
    margin-left: 10%;
}

.section5-parent .div2 .div-img {
    width: 50%;
}

.section5-parent .div2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(2.4) translate(10%, 6%);
}

.section5-parent .div3 {
    grid-area: 1 / 5 / 2 / 6;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color-3);
    border-radius: 15px;
}

.section5-parent .div3 .div-txt {
    width: 80%;
}

.section5-parent .div3 .numero {
    font-size: 50px;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
}

.section5-parent .div3 p {
    font-size: 15px;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
}

.section5-parent .div4 {
    grid-area: 2 / 3 / 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color-3);
    border-radius: 15px;
}

.section5-parent .div4 .div-txt {
    width: 80%;
}

.section5-parent .div4 .numero,
.section5-parent .div4 .num {
    font-size: 50px;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
}

.section5-parent .div3 p,
.section5-parent .div4 p {
    margin: 0;
}

.section5-parent .div4 p {
    font-size: 15px;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
}

.section5-parent .div5 {
    grid-area: 2 / 4 / 4 / 6;
    display: flex;
    background: var(--bg-gradiente-2);
    overflow: hidden;
    border-radius: 15px;
}

.section5-parent .div5 .div-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    transform: translate(0, -8%);
    gap: .8rem;
}

.section5-parent .div5 h1 {
    font-size: 25px;
    color: var(--txt-color-1);
    font-weight: var(--txt-fw);
}

.section5-parent .div5 p {
    font-size: 15px;
    color: var(--txt-color-1);
}

.section5-parent .div5 .div-img {
    width: 45%;
}

.section5-parent .div5 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(2.6) translate(-5%, 6%);
}

.section5-parent .div6 {
    grid-area: 3 / 3 / 4 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color-3);
    border-radius: 15px;
}

.section5-parent .div6 .div-txt {
    width: 80%;
}

.section5-parent .div6 .numero,
.section5-parent .div6 .num {
    font-size: 50px;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
}

.section5-parent .div6 p {
    font-size: 15px;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
    margin: 0;
}

.section5-parent .div1 .div-txt h1,
.section5-parent .div3 p,
.section5-parent .div4 .div-txt p,
.section5-parent .div6 .div-txt p {
    line-height: var(--txt-lh);
}


/* 
####
SECTION #6
####
*/
.section-6 {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.section-6>div {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

.section-6 .swiper-wrapper {
    height: max-content !important;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.section-6 .swiper-slide {
    height: 23rem !important;
    width: 100% !important;
    max-width: 25rem !important;
    flex-shrink: 0 !important;
}

.section-6 img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.section-6,
.section-6 .swiper-wrapper,
.section-6 img {
    width: 100%;
}


/* 
####
SECTION #7
####
*/
.section-7 {
    background-color: var(--bg-color-2);
}

.section-7>div {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 10rem 0 5rem 0;
}

.section-7 .txt-section7 {
    font-size: 25px;
    color: var(--txt-color);
    font-weight: var(--txt-fw);
}

.accordion-item {
    border: none !important;
    margin-bottom: .8rem !important;
    border-radius: 15px !important;
}

.accordion-button {
    color: var(--txt-color) !important;
    font-size: 15px !important;
    font-weight: var(--txt-fw) !important;
    padding: 1.12rem 2.4rem !important;
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    color: var(--txt-color) !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    transform: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button::after {
    content: "+" !important;
    font-size: 20px !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    transition: none !important;
    color: var(--txt-color) !important;
}

.accordion-button.active::after {
    content: "-" !important;
    font-size: 20px !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    transition: none !important;
    color: var(--txt-color) !important;
}

.accordion-body {
    padding: 1rem 2.4rem !important;
    color: var(--txt-color-cuerpo) !important;
    font-size: 15px !important;
}

.accordion-body a{
    color: var(--txt-color-cuerpo) !important;
    text-decoration: none !important;
}

.accordion-flush>.accordion-item>.accordion-collapse {
    transition: 0.3s ease-in-out !important;
}


/* 
####
SECTION #8
####
*/
.section-8>div {
    display: flex;
    justify-content: space-between;
    margin: 8rem 0;
}

.section8-content {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.section8-content h2 {
    font-size: 25px;
}

.section8-content .txt-1 {
    font-size: 12px;
}

.section8-content h2,
.section8-content .txt-1 {
    margin-bottom: 1.5rem;
}

.section8-content form {
    display: flex;
    flex-direction: column;
}

.section8-content h2,
.section8-content label {
    color: var(--txt-color);
}

.section8-content label {
    font-weight: var(--txt-fw);
    margin-bottom: .3rem;
}

.section8-content input {
    margin-bottom: 1.2rem;
}

.section8-content #asunto-s8 {
    resize: none;
    margin-bottom: .6rem;
}

.section8-content label,
.section8-content input,
.section8-content #asunto-s8,
.section8-content button {
    font-size: 11px;
}

.section8-content input,
.section8-content #asunto-s8 {
    background-color: var(--bg-color-4);
    outline: none;
    border-radius: 5px;
    padding: 0.63rem 0.94rem;
}

.section8-content input,
.section8-content #asunto-s8,
.section8-content button {
    border: none;
}

.section8-content .txt-1,
.section8-content input,
.section8-content #asunto-s8,
.section8-content input:focus,
.section8-content #asunto-s8:focus,
.section8-content .txt-2 {
    color: var(--txt-color-cuerpo);
}

.section8-content .txt-2 {
    font-size: 9px;
}

.section8-content button {
    background: var(--bg-color-button);
    color: var(--txt-color-1);
    z-index: 0;
    position: relative;
    border: none;
    font-weight: var(--txt-fw);
    overflow: hidden;
    cursor: pointer;
    width: 50%;
    padding: .8rem 0;
    margin-top: 1rem;
    color: var(--txt-color-1);
}


/* .section8-content button .hover {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--bg-gradiente-3);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-in-out;
} */

.section8-content button:hover .hover {
    transform: scaleY(1);
}

.section8-content button .btn-text {
    position: relative;
    z-index: 1;
}

.img-section8 {
    width: 45%;
}

.img-section8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


/* 
####
SECTION #9
####
*/
.section-9 {
    display: flex;
    justify-content: center;
    height: 329px;
}

.section-9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 
####
DARK MODE
####
*/
.dark-mode .section-7 .accordion-item {
    background: var(--bg-dm-2);
}

.dark-mode .section-7 .accordion-header {
    border-radius: 15px;
}

.dark-mode .section-7 .accordion-body {
    border-radius: 15px;
}

.dark-mode .section-1,
.dark-mode .section-4,
.dark-mode .section-7 {
    background-color: var(--bg-dm-1);
}

.dark-mode .section-2 .txt-section2 h3,
.dark-mode .section-3 h2,
.dark-mode .section-5 h2,
.dark-mode .section-7 .txt-section7,
.dark-mode .section-7 .accordion-button,
.dark-mode .section-7 .accordion-button::after,
.dark-mode .section-7 .accordion-button.active::after,
.dark-mode .section-8 .section8-content h2,
.dark-mode .section-8 .section8-content label {
    color: var(--txt-color-1) !important;
}

.dark-mode .section-2,
.dark-mode .section-3,
.dark-mode .section-4>div,
.dark-mode .section-5,
.dark-mode .section-6,
.dark-mode .section-7 .accordion-header,
.dark-mode .section-7 .accordion-button,
.dark-mode .section-7 .accordion-button:not(.collapsed),
.dark-mode .section-7 .accordion-body,
.dark-mode .section-8 {
    background-color: var(--bg-dm-2) !important;
}


/* 
####
RESPONSIVE
####
*/
@media screen and (min-width: 1002px) {
    .section5-parent {
        height: calc(var(--max-width)*0.64);
    }
}


@media screen and (max-width: 1001px) {

    /* #### SECTION #5 #### */
    .section5-parent {
        height: 36rem;
    }

    .section-5 .div1 img {
        transform: scale(1.1) translateY(11%) translateX(-13%);
    }
}



@media screen and (max-width: 900px) {

    /* #### SECTION #1 #### */
    .section-1>div {
        flex-direction: column;
        height: 40rem;
        background: var(--bg-gradiente-5);
    }

    .section-1 .txt-section1 {
        width: 85%;
        height: 16rem;
        justify-content: center;
        margin: 0;
        text-align: center;
        gap: 2rem;
    }

    .section-1 h2 {
        font-size: 25px;
    }

    .section-1 h2,
    .section-1 p {
        margin: 0;
    }

    .section-1 .img-section1 {
        width: 100%;
        height: 24rem;
    }

    .section-1>div,
    .section-1 .img-section1 {
        position: static;
    }

    .section-1 img {
        object-position: 70% 30%;
        transform: scale(2.2);
    }

    /* #### SECTION #2 #### */
    .section-2>div {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }

    .img-section2 {
        width: 100%;
        height: 25rem;
    }

    .img-section2 img {
        transform: scale(1.2);
    }

    .txt-section2 {
        width: 100%;
        margin: 0;
        gap: .4rem;
    }

    .txt-section2 p {
        white-space: pre-line;
    }

    .txt-section2,
    .txt-section2 p {
        text-align: center;
    }

    /* #### SECTION #4 #### */
    .section-4>div {
        position: static;
        height: 100%;
        flex-direction: column;
        background: var(--bg-gradiente-4);
    }

    .section-4 .txt-section4 {
        align-items: center;
        width: 85%;
        margin: 5rem 0 2rem 0;
    }

    .section-4 h2 {
        margin: 0;
    }

    .section-4 p {
        margin: 1.1rem 0 1.4rem 0;
    }

    .section-4 button {
        width: 100%;
    }

    .section-4 .img-section4 {
        position: static;
        height: 100%;
        width: 100%;
        transform: scale(1.02) translateY(9%);
    }

    /* #### SECTION #5 #### */
    .section-5 .div1 img {
        transform: scale(1.1) translateY(16%) translateX(-13%);
    }

    .section-5 .div5 img {
        transform: scale(2.6) translate(-5%, 7%);
    }

}


@media screen and (max-width: 768px) {

    /* #### SECTION #5 ##### */
    .section5-parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        grid-template-rows: repeat(10, 1fr);
    }

    .div1 {
        grid-area: 1 / 1 / 4 / 3 !important;
        flex-direction: row-reverse !important;
        align-items: center;

    }

    .section-3 {
        padding: 3rem 0 5rem 0;
        gap: 4rem;
    }

    .section-5>div {
        margin: 4rem 0 4rem 0;
    }

    .footer-servicio div,
    .footer-contacto div {
        margin-bottom: 2rem;
    }

    .footer-proveedor a {
        margin-bottom: 2rem;
    }

    .section-7>div {

        margin: 4rem 0 4rem 0;
    }

    .section-8>div {

        margin: 4rem 0;
    }

    .section-4>div {

        margin: 4rem 0;
        margin-bottom: 5rem;

    }

    .div2 {
        grid-area: 6 / 1 / 8 / 3 !important;
    }

    .div3 {
        display: none !important;
    }

    .div4 {
        grid-area: 4 / 1 / 6 / 2 !important;
    }

    .div5 {
        grid-area: 8 / 1 / 11 / 3 !important;
    }

    .div6 {
        grid-area: 4 / 2 / 6 / 3 !important;
    }

    .section-5 .div1 .div-txt {
        width: 60%;
        height: 100%;
    }

    .section-5 .div1 h1 {
        font-size: 20px;
        margin: 0;
    }

    .section-5 .div1 .div-img {
        height: 100%;
        width: 40%;
    }

    .section-5 .div1 img {
        transform: scale(1.2) translateY(13%) translateX(-13%);
    }

    .section-5 .div2 .div-txt {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-5 .div2 h1 {
        width: 75%;
        font-size: 20px;
        margin: 0;
    }

    .section-5 .div1 h1,
    .section-5 .div2 h1 {
        text-align: start;
    }

    .section-5 .div2 .div-img {
        width: 55%;
    }

    .section-5 .div2 img {
        transform: scale(1.2) translate(9%, 11%);
    }

    .section-5 .div4 .div-txt,
    .section-5 .div6 .div-txt {
        width: 60%;
    }

    .section-5 .div4 p,
    .section-5 .div6 p {
        font-size: 12px;
    }

    .section-5 .div5 img {
        transform: scale(1.5) translate(-15%, 4%);
    }

    .section-5 .div5 .div-txt {
        transform: translate(0);
        gap: .5rem;
    }

    .section-5 .div5 h1 {
        font-size: 20px;
        margin: 0;
    }

    .section-5 .div5 p {
        font-size: 12px;
        margin: 0;

    }

    /* #### SECTION #6 #### */
    .section-6 .swiper-slide {
        height: 23 !important;
        width: 100% !important;
        max-width: 22rem !important;
    }

    /* #### SECTION #8 #### */
    .section-8>div {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .section-8 .txt-1 {
        margin-bottom: 2rem;
    }

    .section-8 .section8-content,
    .section-8 button,
    .section-8 .img-section8 {
        width: 100%;
    }

    .section-8 .img-section8 {
        height: 20rem;
    }

}

@media screen and (max-width: 500px) {

    /* #### SECTION #1 #### */
    .section-1>div {
        flex-direction: column;
        height: 36rem;
        background: var(--bg-gradiente-5);
    }

    .section-1 .txt-section1 {

        gap: 1rem;
    }

    .txt-section1 p {
        line-height: 20px;
    }

    .section-2>div {
        display: flex;
        align-items: center;
        margin: 4rem 0;
    }

    .section-1>div {
        display: flex;
        align-items: center;
        background: var(--bg-gradiente-1);
        color: var(--txt-color-1);
        position: relative;

        margin: 12rem 0 8rem 0;
        margin-bottom: 6rem;
        border-radius: 20px;
    }

    .section-1 .txt-section1 {
        width: 85%;
        height: 16rem;
        justify-content: center;
        margin: 0;
        text-align: start;
    }

    .section-1 h2 {
        font-size: 25px;
    }

    .section-1 h2,
    .section-1 p {
        margin: 0;
    }

    .section-1 .img-section1 {
        width: 100%;
        height: 20rem;
    }

    .section-1>div,
    .section-1 .img-section1 {
        position: static;
    }

    .section-1 img {
        object-position: 70% 30%;
        transform: scale(2.2);
    }

    /* #### SECTION #2 #### */
    .section-2>div {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }

    .img-section2 {
        height: 25rem;
    }

    .img-section2 img {
        transform: scale(1.2);
    }

    .img-section2,
    .txt-section2 {
        width: 100%;
    }

    .txt-section2 {
        margin: 0;
        gap: .4rem;
        text-align: start;
    }

    .txt-section2 p {
        white-space: pre-line;
        text-align: start;
    }

    /* #### SECTION #5 #### */
    .section-5 .div4 .numero,
    .section-5 .div6 .numero,
    .section-5 .div4 .num,
    .section-5 .div6 .num {
        font-size: 40px;
    }

    /* #### SECTION #6 #### */
    .section-6>div {
        mask-image: none;
        -webkit-mask-image: none;
    }
}

@media screen and (max-width: 360px) {

    /* #### SECTION #1 #### */
    .section-1>div {
        flex-direction: column;
        height: 36rem;
        background: var(--bg-gradiente-5);
        margin-bottom: 4rem;
    }

    .section-1 .txt-section1 {
        width: 85%;
        height: 16rem;
        justify-content: center;
        margin: 0;
    }

    .section-1 h2 {
        font-size: 25px;
    }

    .section-1 h2,
    .section-1 p {
        margin: 0;
    }

    .section-1 .img-section1 {
        width: 100%;
        height: 20rem;
    }

    .section-1>div,
    .section-1 .img-section1 {
        position: static;
    }

    .section-1 img {
        object-position: 70% 30%;
        transform: scale(2.2);
    }

    /* #### SECTION #4 #### */
    .section-4>div {
        position: static;
        height: 30rem;
        flex-direction: column;
        background: var(--bg-gradiente-4);
    }

    .section-4 .txt-section4 {
        width: 85%;
        margin: 3.5rem 0 1.4rem 0;
    }

    .section-4 h2 {
        margin: 0;
    }

    .section-4 p {
        margin: 1.1rem 0 1.4rem 0;
    }

    .section-4 button,
    .section-4 .img-section4 {
        width: 100%;
    }

    .section-4 .img-section4 {
        position: static;
        height: 100%;
        transform: scale(1.02);
    }

    /* #### SECTION #5 #### */
    .section-5 h2 {
        text-align: center;
    }

    .section-5 .div1 .div-txt {
        width: 60%;
        height: 100%;
    }

    .section-5 .div1 .div-img {
        height: 100%;
        width: 40%;
    }

    .section-5 .div1 img {
        transform: scale(1.2) translateY(13%) translateX(-13%);
    }

    .section-5 .div2 .div-txt {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-5 .div1 h1,
    .section-5 .div2 h1 {
        text-align: start;
    }

    .section-5 .div2 h1 {
        width: 75%;
    }

    .section-5 .div2 .div-img {
        width: 55%;
    }

    .section-5 .div2 img {
        transform: scale(1.5) translate(9%, 9%);
    }

    .section-5 .div4 .div-txt,
    .section-5 .div6 .div-txt {
        width: 77%;
        text-align: start;
    }

    .section-5 .div4 p,
    .section-5 .div5 p,
    .section-5 .div6 p {
        font-size: 12px;
    }

    /* .section-5 .div5 img {
        transform: scale(1.5) translate(-15%, 4%);
    } */

    .section-5 .div5 .div-txt {
        transform: translate(0);
        gap: .5rem;
    }

    .section-5 .div1 h1,
    .section-5 .div5 h1,
    .section-5 .div2 h1 {
        font-size: 20px;
    }

    .section-5 .div1 h1,
    .section-5 .div2 h1,
    .section-5 .div5 h1,
    .section-5 .div5 p {
        margin: 0;
    }

    /* #### SECTION #6 #### */


    /* #### SECTION #7 #### */
    .section-7 .accordion-button {
        padding: 1rem 1.25rem !important;
    }

}