/* Redefinir o separador das breadcrumbs do Bootstrap */
:root {
    --bs-breadcrumb-divider: ">";
    --body-padding-lateral-header-footer: 7vw;
}

html {
    background-color: #f9f9ff !important; /* Set background color to reduce flicker between pages */
    scroll-behavior: smooth; /* Smooth scrolling */
}

body {
    display: flex;
    flex-direction: column;
    background-color: #f9f9ff !important; /* Set background color to reduce flicker between pages */
    /* font-size: 0.95em; */
    /* font-family: "Urbanist", "Inter", sans-serif; */
    font-family: "cerebri-sans-regular", "Inter", sans-serif;
}

html,
body {
    height: 100%;
}

.sticky-footer {
    flex: 1 0 auto;
}

/* ------------------------------- */
/* -------- AVISO COOKIES -------- */
/* ------------------------------- */

.cookiealert {
    padding: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    opacity: 0;
    transform: translateY(100%);
    color: #ffffff;
    background-color: rgba(12, 12, 12, 0.8);
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
}
.cookiealert a {
    text-decoration: underline !important;
    color: #fff200;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.cookiealert button {
    font-weight: bold;
    padding: 6px;
    font-size: 0.9em;
    color: #ffffff;
    background: #343a40;
    border: 1px solid #7f7f7f;
    border-radius: 3px;
}

/* -------------------------------- */
/* -------- SLIDER INICIAL -------- */
/* -------------------------------- */

/* edicoes apenas para este site */

.carousel {
    &.custom-carousel-1 {
        --carousel-height: 700px;

        .carousel-inner {
            height: var(--carousel-height);

            & img,
            & picture {
                height: var(--carousel-height);
                object-fit: cover;
                filter: brightness(0.7);

                /* @media only screen and (max-width: 640px) {
                height: calc(var(--carousel-height) / 2);
            } */
            }

            /* @media only screen and (max-width: 640px) {
            height: calc(var(--carousel-height) / 2);
        } */
        }

        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            width: 5rem;
            height: 5rem;
        }

        .carousel-caption {
            text-align: left;
            top: 1.25rem;

            .container.classificacao_contentor {
                height: fit-content;
            }

            & h5, & h1 {
                font-family: "Poppins", "Inter", sans-serif;
                font-size: 74px;
                font-weight: 600;
                margin-bottom: 1rem;
                line-height: 1.1;
            }

            & p {
                font-family: "Inter", sans-serif;
                font-size: 19px;
                font-weight: 100;
                color: #ccc;
            }

            @media only screen and (max-width: 800px) {
                & {
                    bottom: 1.5rem;
                    left: 1.5rem;
                    right: 1.5rem;

                    & h5, & h1 {
                        font-size: 40px;
                        margin-bottom: 1rem;
                    }

                    & p {
                        font-size: 20px;
                    }
                }
            }

            @media only screen and (max-width: 640px) {
                & {
                    left: 0;
                    right: 0;

                    & h5, & h1 {
                        font-size: 30px;
                        margin-bottom: 1rem;
                    }

                    & p {
                        font-size: 16px;
                    }
                }
            }
        }
    }

    &.custom-carousel-2 {
        --carousel-height: 600px;

        .carousel-indicators {
            inset: auto auto 4rem var(--body-padding-lateral);
            margin: 0;
            gap: 0.5rem;

            & button {
                --indicator-size: 20px;
                width: var(--indicator-size);
                height: var(--indicator-size);
                border-radius: 50%;
                background-color: #d1d1d1;

                &.active {
                    background-color: #38579d;
                }
            }

            @media only screen and (max-width: 800px) {
                & {
                    bottom: 8rem;
                    left: 50%;
                    transform: translateX(-50%);
                }
            }
        }

        .carousel-inner {
            height: var(--carousel-height);

            .carousel-item {
                height: 100%;
                background-color: #eeeef3;

                & img,
                & picture {
                    position: absolute;
                    right: 0;
                    height: 100%;
                    width: 50%;
                    object-fit: cover;

                    /* @media only screen and (max-width: 640px) {
                    height: calc(var(--carousel-height) / 2);
                } */
                }
            }

            @media only screen and (max-width: 1080px) {
                & {
                    .carousel-item {
                        & img,
                        & picture {
                            width: 35%;
                        }
                    }
                }
            }

            @media only screen and (max-width: 800px) {
                & {
                    height: auto;

                    .carousel-item {
                        & img,
                        & picture {
                            position: relative;
                            width: 100%;
                            height: calc(var(--carousel-height) / 2);
                        }
                    }
                }
            }
        }

        .carousel-control-next,
        .carousel-control-prev {
            width: 100px;
            height: 100px;

            & .carousel-control-next-icon,
            & .carousel-control-prev-icon {
                background-image: none;

                &::before {
                    font-family: "Font Awesome 6 Free", sans-serif;
                    /* position: absolute;
                    right: 50%;
                    top: 50%; */
                    transform: translate(-50%, -50%);
                    color: #2c3847;
                    font-size: 30px;
                }
            }

            @media only screen and (max-width: 800px) {
                & {
                    width: 75px;
                    height: 75px;
                }
            }
        }

        .carousel-control-next {
            background-color: white;
            opacity: 1;
            inset: auto auto 0 50%;
        }

        .carousel-control-prev {
            background-color: #38579d;
            opacity: 1;
            inset: auto 50% 0 auto;
        }

        .carousel-caption {
            text-align: left;
            inset: 3.5rem auto auto var(--body-padding-lateral);
            color: #2c3847;

            & h4 {
                text-transform: uppercase;
                font-size: 22px;
                letter-spacing: 1.38px;
                line-height: 26px;
                margin-bottom: 2rem;
            }

            & h1 {
                font-size: 60px;
                font-weight: 800;
                letter-spacing: 1px;
                line-height: 70px;
                margin-bottom: 4rem;
            }

            & h5 {
                text-transform: uppercase;
                font-size: 20px;
                font-weight: bold;
                letter-spacing: 1.25px;
                line-height: 26px;
                margin-bottom: 2rem;
                color: #38579d;
            }

            & p {
                font-size: 22px;
                letter-spacing: 1.38px;
                line-height: 26px;
                color: #192239;
            }

            @media only screen and (max-width: 800px) {
                & {
                    position: relative;
                    inset: auto;
                    width: 100%;
                    padding-block: 3.5rem 180px;
                    padding-inline: var(--body-padding-lateral);

                    & h4 {
                        font-size: 22px;
                    }

                    & h1 {
                        font-size: 50px;
                    }

                    & h5 {
                        font-size: 20px;
                    }
                }
            }
        }
    }

    &.custom-carousel-3 {
        --carousel-height: 400px;

        /* padding: 3rem 0; */
        padding-inline: var(--body-padding-lateral) !important;

        display: flex;
        flex-direction: column;
        justify-content: center;

        /* height: 100vh; */

        /* @media only screen and (max-width: 1080px) {
            & {
                height: auto;
            }
        } */

        .carousel-title {
            color: #192239;

            width: 441px;

            & h5 {
                text-transform: uppercase;
                font-size: 22px;
                letter-spacing: 1.38px;
                line-height: 26px;
                margin-bottom: 2.5rem;
            }

            & h1 {
                font-size: 60px;
                letter-spacing: 1px;
                line-height: 70px;
                font-weight: 800;
                margin-bottom: 2.5rem;
            }

            @media only screen and (max-width: 1366px) {
                & {
                    width: 50%;
                }
            }

            @media only screen and (max-width: 1080px) {
                & {
                    width: 75%;
                }
            }

            @media only screen and (max-width: 640px) {
                & {
                    width: 100%;
                }
            }

            @media only screen and (max-width: 480px) {
                & {
                    & h1 {
                        font-size: 40px;
                    }

                    & h5 {
                        font-size: 20px;
                    }
                }
            }
        }

        .carousel-content {
            display: flex;
            justify-content: center;
            position: relative;

            .carousel-inner {
                width: 85%;
                min-height: var(--carousel-height);
                margin-bottom: 70px;
                display: flex;

                .carousel-item {
                    flex: 0 0 calc(100% / 3);
                    display: block;
                    margin-right: 0;

                    .card {
                        margin: 0 0.75em;
                        border: none;
                        height: 100%;

                        .wrapper {
                            max-width: 100%;
                            height: 13em;
                            display: flex;
                            justify-content: center;
                            align-items: center;

                            & img,
                            & picture {
                                object-fit: cover;
                                width: 100%;
                                height: 100%;
                            }
                        }

                        .card-body {
                            background-color: #eeeef3;
                            text-align: center;
                            padding: 1.5rem;
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;
                            align-items: center;

                            & h5 {
                                font-weight: bold;
                                font-size: 24px;
                                line-height: 29px;
                            }

                            & p {
                                font-size: 22px;
                                letter-spacing: 1.38px;
                                line-height: 26px;
                                text-align: center;
                            }

                            & small {
                                opacity: 0.5;
                                font-size: 14px;
                                letter-spacing: 0.88px;
                            }
                        }
                    }

                    @media only screen and (max-width: 1024px) {
                        & {
                            flex: 0 0 calc(100% / 2);
                        }
                    }

                    @media only screen and (max-width: 640px) {
                        & {
                            flex: 0 0 100%;
                        }
                    }
                }
            }
        }

        .carousel-control-next,
        .carousel-control-prev {
            width: 50px;
            height: 50px;
            margin-left: 0.75rem;
            margin-right: 0.75rem;
            border: 1px solid #2c3847;
            border-radius: 50%;
            transition: all 0.3s ease-out;

            & .carousel-control-next-icon,
            & .carousel-control-prev-icon {
                background-image: none;

                &::before {
                    font-family: "Font Awesome 6 Free", sans-serif;
                    position: absolute;
                    /* right: 50%; */
                    top: 50%;
                    transform: translate(-50%, -50%);
                    color: #2c3847;
                    font-size: 1rem;
                }
            }

            &:hover {
                transition: all 0.3s ease-in;
                background-color: #102f77;

                & .carousel-control-next-icon,
                & .carousel-control-prev-icon {
                    &::before {
                        color: white;
                    }
                }
            }
        }

        .carousel-control-next {
            opacity: 1;
            inset: auto auto 0 50%;
        }

        .carousel-control-prev {
            opacity: 1;
            inset: auto 50% 0 auto;
        }
    }

    &.custom-carousel-4 {
        --carousel-height: 600px;

        /* padding: 5rem 0; */

        background-color: #fbfcfd;

        display: flex;
        flex-direction: column;
        justify-content: center;
        /* height: 100vh; */

        &.center {
            align-items: center;
        }

        .carousel-title {
            padding-left: var(--body-padding-lateral) !important;
            padding-right: var(--body-padding-lateral) !important;
            margin-bottom: 4rem;

            color: #192239;

            & h1 {
                text-transform: capitalize;
                font-size: 50px;
                letter-spacing: 1px;
                font-weight: bold;
            }

            @media only screen and (max-width: 480px) {
                & {
                    & h1 {
                        font-size: 40px;
                    }
                }
            }
        }

        .carousel-content {
            display: flex;
            justify-content: center;
            width: 100%;

            .carousel-inner::-webkit-scrollbar {
                display: none;
            }

            .carousel-inner {
                /* height: var(--carousel-height); */
                /* margin-bottom: 70px; */
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                overflow-x: scroll;
                cursor: grab;

                .carousel-item {
                    flex: 0 0 569px;
                    display: block;
                    margin-right: 0;

                    .card {
                        margin: 0 0.75em;
                        border: none;
                        height: 100%;

                        .wrapper {
                            max-width: 100%;
                            /* max-height: 400px; */
                            height: 494px;

                            display: flex;
                            justify-content: center;
                            align-items: center;

                            &.size-300 {
                                height: 300px;
                            }

                            & img,
                            & picture {
                                object-fit: cover;
                                height: 100%;
                                width: 100%;
                                aspect-ratio: 1 / 1;
                                pointer-events: none;
                            }
                        }

                        .card-body {
                            background-color: #f8f8f8;
                            padding: 1.5rem 3rem;
                            position: relative;

                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;
                            gap: 1rem;

                            & h5 {
                                text-transform: uppercase;
                                font-weight: bold;
                                font-size: 26px;
                                line-height: 31px;
                                /* margin-bottom: 1.5rem; */
                                color: #38579d;
                            }
                            & h4 {
                                text-transform: uppercase;
                                font-size: 29px;
                                font-weight: bold;
                                margin: 0;
                                color: #2c3847;
                            }

                            & p {
                                font-size: 22px;
                                letter-spacing: 1.38px;
                                line-height: 26px;
                                margin: 0;
                                flex: 1;
                                color: #192239;

                                &.truncate {
                                    overflow: hidden;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 2;
                                    line-clamp: 2;
                                    -webkit-box-orient: vertical;
                                    max-height: 57px;
                                }
                            }

                            .actions {
                                display: flex;
                                justify-content: flex-end;

                                .button {
                                    background-color: #38579d;
                                    /* padding: 20px; */
                                    width: 50px;
                                    height: 50px;

                                    & a {
                                        position: relative;
                                        text-decoration: none;
                                        color: white;
                                        width: 100%;
                                        height: 100%;

                                        &::before {
                                            font-family: "Font Awesome 6 Free", sans-serif;
                                            position: absolute;
                                            top: 50%;
                                            left: 50%;
                                            transform: translate(-50%, -50%);
                                            color: white;
                                            font-size: 1rem;
                                        }
                                    }
                                }
                            }

                            @media only screen and (max-width: 480px) {
                                & {
                                    & h4 {
                                        font-size: 25px;
                                    }

                                    & h5 {
                                        font-size: 23px;
                                    }

                                    & p {
                                        font-size: 16px;

                                        &.truncate {
                                            max-height: 48px;
                                        }
                                    }
                                }
                            }
                        }
                    }

                    @media only screen and (max-width: 1200px) {
                        & {
                            flex: 0 0 calc(100% / 2.5);
                        }
                    }

                    @media only screen and (max-width: 768px) {
                        & {
                            flex: 0 0 calc(100% / 1.5);
                        }
                    }
                }
            }
        }
    }

    &.custom-carousel-5 {
        --carousel-height: 600px;

        /* padding-block: 3rem; */
        padding-inline: var(--body-padding-lateral) !important;
        /* background-color: white; */

        display: flex;
        flex-direction: column;
        justify-content: center;

        .carousel-title {
            color: #192239;

            width: 455px;

            & h5 {
                text-transform: uppercase;
                font-size: 22px;
                letter-spacing: 1.38px;
                line-height: 26px;
                margin-bottom: 2.5rem;
            }

            & h1 {
                font-size: 60px;
                letter-spacing: 1px;
                line-height: 70px;
                font-weight: 800;
                margin-bottom: 3.75rem;
            }

            @media only screen and (max-width: 480px) {
                & {
                    & h1 {
                        font-size: 40px;
                    }

                    & h5 {
                        font-size: 20px;
                    }
                }
            }
        }

        .carousel-content {
            display: flex;
            justify-content: center;

            .carousel-inner::-webkit-scrollbar {
                display: none;
            }

            .carousel-inner {
                /* height: var(--carousel-height); */
                /* margin-bottom: 140px; */
                display: flex;
                align-items: stretch;
                overflow: auto;
                cursor: default;

                .carousel-item {
                    display: block;
                    margin-right: 0;

                    .card {
                        margin: 0 0.25rem;
                        border: none;
                        height: 100%;
                        width: 100%;

                        .wrapper {
                            max-width: 100%;
                            height: 460px;
                            display: flex;
                            justify-content: center;
                            align-items: center;

                            & img,
                            & picture {
                                height: 100%;
                                object-fit: cover;
                                pointer-events: none;
                            }
                        }

                        .card-body {
                            background-color: white;
                            /* padding: 1.5rem 3rem; */
                            padding: 1rem;
                            position: relative;

                            & h4 {
                                text-transform: uppercase;
                                font-size: 32px;
                                letter-spacing: 0.48px;
                                line-height: 39px;
                                color: #38579d;
                                font-weight: bold;
                            }

                            & p {
                                font-size: 22px;
                                letter-spacing: 1.38px;
                                line-height: 26px;
                                color: #192239;
                                opacity: 0.8;
                            }

                            .actions {
                                display: flex;
                                justify-content: flex-end;

                                .button {
                                    background-color: #38579d;
                                    /* padding: 20px; */
                                    width: 50px;
                                    height: 50px;

                                    & a {
                                        position: relative;
                                        text-decoration: none;
                                        color: white;
                                        width: 100%;
                                        height: 100%;

                                        &::before {
                                            font-family: "Font Awesome 6 Free", sans-serif;
                                            position: absolute;
                                            top: 50%;
                                            left: 50%;
                                            transform: translate(-50%, -50%);
                                            color: white;
                                            font-size: 1rem;
                                        }
                                    }
                                }
                            }

                            @media only screen and (max-width: 480px) {
                                & {
                                    & h4 {
                                        font-size: 25px;
                                    }

                                    & p {
                                        font-size: 16px;
                                    }
                                }
                            }
                        }
                    }

                    @media only screen and (max-width: 1750px) {
                        & {
                            flex: 0 0 calc(100% / 3.5) !important;
                        }
                    }

                    @media only screen and (max-width: 1200px) {
                        & {
                            flex: 0 0 calc(100% / 2.5) !important;
                        }
                    }

                    @media only screen and (max-width: 768px) {
                        & {
                            flex: 0 0 calc(100% / 1.5) !important;
                        }
                    }
                }

                .carousel-item:nth-child(even) {
                    .card-body {
                        background-color: #f9f9ff;
                    }
                }

                @media only screen and (max-width: 1750px) {
                    & {
                        cursor: grab;
                    }
                }
            }
        }
    }

    &.custom-carousel-6 {
        --carousel-height: 500px;

        /* padding: 3rem 0; */

        display: flex;
        flex-direction: column;
        justify-content: center;

        .carousel-title {
            color: #192239;

            padding-left: var(--body-padding-lateral) !important;
            padding-right: var(--body-padding-lateral) !important;

            & h5 {
                text-transform: uppercase;
                font-size: 22px;
                line-height: 26px;
                letter-spacing: 1.38px;
                margin-bottom: 1.5rem;
            }

            & h1 {
                font-size: 60px;
                letter-spacing: 1px;
                line-height: 70px;
                font-weight: 800;
                margin-bottom: 4.75rem;
                width: 500px;
            }

            @media only screen and (max-width: 480px) {
                & {
                    & h1 {
                        font-size: 40px;
                    }

                    & h5 {
                        font-size: 20px;
                    }
                }
            }
        }

        .carousel-content {
            display: flex;
            justify-content: center;

            .carousel-inner {
                width: 100%;
                height: var(--carousel-height);
                /* margin-bottom: 70px; */
                display: flex;

                .carousel-item {
                    flex: 0 0 calc(100% / 4);
                    display: block;
                    margin-right: 0;

                    .card {
                        /* margin: 0 0.75em; */
                        border: none;
                        height: 100%;

                        .wrapper {
                            max-width: 100%;
                            height: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: center;

                            & img,
                            & picture {
                                object-fit: cover;
                                height: 100%;
                            }
                        }
                    }

                    @media only screen and (max-width: 1366px) {
                        & {
                            flex: 0 0 calc(100% / 3);
                        }
                    }

                    @media only screen and (max-width: 1035px) {
                        & {
                            flex: 0 0 calc(100% / 2);
                        }
                    }

                    @media only screen and (max-width: 715px) {
                        & {
                            flex: 0 0 100%;
                        }
                    }
                }
            }
        }

        .carousel-control-next,
        .carousel-control-prev {
            width: 80px;
            height: 80px;
            background-color: #38579d;
            opacity: 1;
            transform: translateY(50%);
            /* margin-left: 0.25rem;
            margin-right: 0.25rem; */
            /* border: 1px solid #2c3847; */
            /* border-radius: 50%; */

            & .carousel-control-next-icon,
            & .carousel-control-prev-icon {
                background-image: none;
                position: relative;

                &::before {
                    font-family: "Font Awesome 6 Free", sans-serif;
                    position: absolute;
                    /* right: 50%; */
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    color: white;
                    font-size: 2rem;
                }
            }

            @media only screen and (max-width: 640px) {
                & {
                    width: 60px;
                    height: 60px;

                    & .carousel-control-next-icon,
                    & .carousel-control-prev-icon {
                        &::before {
                            font-size: 1.5rem;
                        }
                    }
                }
            }
        }

        .carousel-control-next {
            inset: auto 5% calc(var(--carousel-height) / 2) auto;
        }

        .carousel-control-prev {
            inset: auto auto calc(var(--carousel-height) / 2) 5%;
        }
    }

    &.custom-carousel-7 {
        --carousel-height: 600px;

        padding-block: 2.5rem 9.75rem;

        display: flex;
        flex-direction: column;
        justify-content: center;

        background-color: white;

        &.center {
            align-items: center;
        }

        .carousel-title {
            padding-left: var(--body-padding-lateral) !important;
            padding-right: var(--body-padding-lateral) !important;

            color: #192239;

            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            & h1 {
                text-transform: capitalize;
                font-size: 60px;
                letter-spacing: 1px;
                font-weight: 800;
                margin-bottom: 90px;
            }

            & h3,
            & h5 {
                text-transform: uppercase;
                font-size: 22px;
                letter-spacing: 1.38px;
                line-height: 26px;
                color: #192239;
                margin-bottom: 1rem;
                opacity: 0.85;
            }

            @media only screen and (max-width: 480px) {
                & {
                    & h1 {
                        font-size: 40px;
                    }

                    & h3,
                    & h5 {
                        font-size: 20px;
                    }
                }
            }
        }

        .carousel-content {
            display: flex;
            justify-content: center;
            width: 100%;

            .carousel-inner::-webkit-scrollbar {
                display: none;
            }

            .carousel-inner {
                /* height: var(--carousel-height); */
                /* margin-bottom: 70px; */
                display: flex;
                overflow-x: scroll;
                cursor: grab;

                .carousel-item {
                    flex: 0 0 calc(100% / 2.8);
                    display: block;
                    margin-right: 0;

                    .card {
                        margin: 0 0.75em;
                        border: none;

                        .wrapper {
                            max-width: 100%;
                            height: 25em;
                            display: flex;
                            justify-content: center;
                            align-items: center;

                            & img,
                            & picture {
                                object-fit: cover;
                                height: 100%;
                                pointer-events: none;
                            }
                        }

                        .card-body {
                            /* background-color: #eeeef3; */
                            padding-block: 1.5rem 0;
                            position: relative;

                            & h4 {
                                font-size: 36px;
                                font-weight: bold;
                                margin-block: 2rem 1.5rem;
                            }

                            & p {
                                font-size: 22px;
                                letter-spacing: 1.38px;
                                color: #192239;
                                line-height: 26px;
                                margin-bottom: 0;
                            }

                            @media only screen and (max-width: 480px) {
                                & {
                                    & h4 {
                                        font-size: 29px;
                                    }

                                    & p {
                                        font-size: 16px;
                                    }
                                }
                            }
                        }
                    }

                    @media only screen and (max-width: 1024px) {
                        & {
                            flex: 0 0 calc(100% / 1.5);
                        }
                    }
                }
            }
        }
    }
}

.custom-carousel-8 {
    --carousel-height: 600px;

    /* padding: 3rem 0; */

    display: flex;
    flex-direction: column;
    justify-content: center;

    /* background-color: white; */

    &.center {
        align-items: center;
    }

    &.height-max-vh {
        height: 100vh;

        @media only screen and (max-width: 1080px) {
            & {
                height: auto;
            }
        }
    }

    .title {
        padding-inline: var(--body-padding-lateral) !important;

        color: #192239;

        display: flex;
        flex-direction: column;
        justify-content: center;

        & h1 {
            font-size: 60px;
            letter-spacing: 1px;
            line-height: 70px;
            font-weight: 800;
            margin: 0.5rem 0 65px 0;
            width: 750px;
        }

        & h5 {
            text-transform: uppercase;
            font-size: 22px;
            letter-spacing: 1.38px;
            line-height: 26px;
            color: #192239;
        }

        @media only screen and (max-width: 1250px) {
            & {
                & h1 {
                    width: 60%;
                }
            }
        }

        @media only screen and (max-width: 1024px) {
            & {
                & h1 {
                    width: 80%;
                }
            }
        }

        @media only screen and (max-width: 768px) {
            & {
                & h1 {
                    width: 100%;
                }
            }
        }

        @media only screen and (max-width: 480px) {
            & {
                & h1 {
                    font-size: 40px;
                }

                /* & h5 {
                    font-size: 20px;
                } */
            }
        }
    }

    .content {
        display: flex;
        justify-content: center;
        align-items: center;

        padding-left: var(--body-padding-lateral) !important;
        padding-right: var(--body-padding-lateral) !important;

        --button-slide-page-size: 3rem;

        .carousel-innere {
            /* height: var(--carousel-height); */
            /* margin-bottom: 70px; */
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;

            &.slider-9 .slick-slide {
                gap: 85px !important;
            }

            .slick-list {
                /* width: calc(100% - 2 * var(--button-slide-page-size)); */
                width: 100%;
            }

            .slick-slide {
                display: grid;
                grid-template-rows: repeat(2, 1fr);
                align-items: stretch;
                justify-content: space-between;
                gap: 1.5rem;
            }

            .slick-track {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                gap: 1.5rem;
            }

            /* .slick-slide.slick-active:nth-child(odd) {
                margin-right: 0.75rem;
            } */

            /* .slick-slide.slick-active:nth-child(even) {
                margin-left: 0.75rem;
            } */

            .slide {
                /* width: calc(100% / 2 - (2 * 2 * 0.75em) - 2rem); */
                /* display: block; */
                /* height: 400px; */
                margin-right: 0;

                display: flex;
                justify-content: stretch;
                align-items: stretch;

                .card {
                    /* margin: 1em; */
                    border: none;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: stretch;
                    /* gap: 1.5rem; */

                    .wrapper {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        height: 263px;
                        width: 233px;

                        &.slider-9 {
                            width: 170px;
                            height: 190px;

                            & img,
                            & picture {
                                object-fit: cover;
                                width: 170px;
                                height: 190px;
                            }
                        }

                        & img,
                        & picture {
                            object-fit: cover;
                            height: 263px;
                            width: 233px;
                        }
                    }

                    .card-body {
                        padding: 2.5rem 1.5rem;

                        &.slide-9 {
                            padding: 1.4rem 2.5rem;
                        }

                        & h3 {
                            font-size: 24px;
                            font-weight: bold;
                            margin: 0.5rem 0 1rem 0;
                        }

                        & h4 {
                            font-size: 20px;
                            font-weight: bold;
                            letter-spacing: 1.25px;
                            line-height: 26px;
                            text-transform: uppercase;
                            color: #38579d;
                        }

                        & p {
                            font-size: 22px;
                            letter-spacing: 1.38px;
                            line-height: 26px;
                            max-height: calc(3 * 26px);
                            overflow-y: hidden;

                            &.slider-9 {
                                max-height: calc(2 * 26px);
                            }
                        }
                    }

                    .actions {
                        display: flex;
                        flex-direction: column-reverse;

                        & a {
                            width: 5rem;
                            height: 5rem;
                            background-color: #38579d;
                            color: white;
                            text-decoration: none;
                            font-size: 20px;
                            position: relative;

                            &::before {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%, -50%);
                            }

                            &.slide-9 {
                                background-color: #e8e8e8;
                                width: 60px;
                                transition: all 0.3s ease-out;

                                &:hover {
                                    transition: all 0.3s ease-in;
                                    background-color: #38579d;
                                }
                            }
                        }
                    }
                }

                @media only screen and (max-width: 800px) {
                    & {
                        height: auto;

                        .card {
                            flex-direction: column;

                            .card-body {
                                padding: 1rem;
                            }

                            .wrapper {
                                & img,
                                & picture {
                                    width: 100%;
                                }
                            }

                            .actions {
                                flex-direction: row;
                                align-items: center;
                                justify-content: center;
                                margin: 1rem;

                                & a {
                                    width: 2.5rem;
                                    height: 2.5rem;
                                }
                            }
                        }
                    }
                }

                @media only screen and (max-width: 640px) {
                    & {
                        .card {
                            .wrapper {
                                & img,
                                & picture {
                                    width: 100%;
                                }
                            }
                        }
                    }
                }
            }

            .slick-arrow {
                width: var(--button-slide-page-size);
                height: var(--button-slide-page-size);
                font-size: 0;
                background-color: #38579d;
                border: none;
                position: relative;
                color: white;

                &::before {
                    font-family: "Font Awesome 6 Free", sans-serif;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    font-size: 20px;
                }

                &.slick-prev {
                    margin-right: 1rem;
                    &::before {
                        content: "\f060";
                    }
                }

                &.slick-next {
                    margin-left: 1rem;
                    &::before {
                        content: "\f061";
                    }
                }

                @media only screen and (max-width: 1250px) {
                    & {
                        &.slick-prev,
                        &.slick-next {
                            margin: 1rem;
                        }
                    }
                }
            }

            .slick-dots {
                list-style: none;
                padding: 0;
                margin: 1rem 0 0 0;

                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 0.75rem;

                & li button {
                    width: 20px;
                    height: 20px;
                    border: none;
                    outline: none;
                    border-radius: 50%;
                    font-size: 0;
                    background-color: #e2e2e2;
                }

                .slick-active button {
                    background-color: #38579d;
                }

                @media only screen and (max-width: 1250px) {
                    & {
                        margin: 0;
                    }
                }
            }

            @media only screen and (max-width: 1250px) {
                & {
                    .slick-slide:nth-child(odd),
                    .slick-slide:nth-child(even) {
                        margin: 0;
                    }
                }
            }
        }
    }
}

/* --------------------------------------------------------------- */
/* -------- CONTENTOR IMAGEM TEXTO 1, 2, 3, 4, 5, 6, 7, 8 -------- */
/* --------------------------------------------------------------- */

.container-image-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    &.fxd-height {
        height: 600px;

        @media only screen and (max-width: 1366px) {
            & {
                height: auto;
            }
        }
    }

    &.height-max-vh {
        height: 100vh;

        @media only screen and (max-width: 1366px) {
            & {
                height: auto;
                /* padding-block: 4rem; */
            }
        }
    }

    &.center {
        justify-content: center;
    }

    &.white {
        background-color: white;
    }

    .container-content-main {
        display: flex;
        align-items: stretch;

        justify-content: space-between;
        gap: 4rem;
        /* padding: 3rem 0; */
        padding-inline: var(--body-padding-lateral) !important;
        /* padding-block: 10rem; */

        &.align-center {
            align-items: center;
        }

        &.center {
            justify-content: center;
        }

        &.w-75 {
            width: 75%;
        }

        &.gap-11 {
            gap: 11.25rem !important;
        }

        &.gap-7 {
            gap: 7.25rem !important;
        }

        &.gap-5 {
            gap: 5.75rem !important;
        }

        &.gap-2 {
            gap: 2rem !important;
        }

        &.with-title {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            /* gap: 2rem; */
            /* height: auto; */

            & h2 {
                font-size: 60px;
                font-weight: 800;
                color: #2c3847;
                letter-spacing: 1px;
            }

            .container-content {
                display: flex;
                align-items: stretch;
                justify-content: center;
                gap: 5.75rem;
                /* height: 800px; */

                @media only screen and (max-width: 1300px) {
                    & {
                        flex-direction: column;
                    }
                }
            }

            @media only screen and (max-width: 480px) {
                & {
                    & h2 {
                        font-size: 40px;
                    }
                }
            }
        }

        &.with-title-v2 {
            /* padding: 5.5rem; */

            flex-direction: column;
            gap: 2rem;
            align-items: flex-start;
            height: auto;
            width: 100%;

            &.gap-2-5 {
                gap: 2.5rem;
            }

            &.pd-v2 {
                padding-inline: 5.5rem;
                padding-block: 0 5rem;
            }

            .container-title {
                width: 538px;

                & h5.mb-2-5 {
                    margin-bottom: 2.5rem !important;
                }
            }

            /* & h5 {
                text-transform: uppercase;
                font-size: 22px;
                letter-spacing: 1.38px;
                color: #192239;
            }

            & h1 {
                font-weight: bold;
                font-size: 58px;
                letter-spacing: 1px;
                color: #192239;
                margin-top: 2rem;
            } */

            .container-content {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 2rem;

                &.videos {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    gap: 2rem;
                    width: 100%;

                    .other-videos {
                        /* width: calc(30% - 1rem); */
                        /* width: 360px; */
                        display: flex;
                        flex-direction: column;
                        /* justify-content: space-between; */
                        align-items: stretch;
                        gap: 30px;

                        & iframe {
                            width: 100%;
                            max-height: 200px;
                            height: auto;
                            aspect-ratio: 16 / 9;
                        }
                    }

                    .other-videos,
                    .main-video {
                        /* font-family: "Epilogue", sans-serif; */

                        & p {
                            font-size: 20px;
                            font-weight: bold;
                            color: #38579d;
                            margin-block: 20px;
                            text-transform: uppercase;
                            letter-spacing: 1.25px;
                        }

                        & h3 {
                            font-size: 24px;
                            line-height: 29px;
                            color: #2c3847;
                            font-weight: bold;
                            margin-bottom: 5px;
                        }

                        & small {
                            font-size: 22px;
                            letter-spacing: 1.38px;
                            line-height: 26px;
                            color: #192239;
                        }

                        & b {
                            font-weight: 800;
                            font-size: 40px;
                            color: #2c3847;
                        }
                    }

                    .main-video {
                        /* width: calc(60% - 1rem); */
                        width: 1024px;
						
						&.hidden {
                            display: none;
                        }
						
                        & h3 {
                            margin-top: 30px;
                        }

                        & iframe {
                            width: 100%;
                            max-height: 600px;
                            height: auto;
                            aspect-ratio: 16 / 9;
                        }

                        .other-info {
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;
                            gap: 1rem;

                            & p {
                                font-size: 16px;
                                letter-spacing: initial;
                                color: initial;
                                font-weight: normal;
                                text-transform: none;
                                margin-block: 5px;
                            }
                        }
                    }

                    @media only screen and (max-width: 1366px) {
                        & {
                            flex-direction: column;
                            align-items: center;

                            .other-videos {
                                width: calc(50% - 1rem);
                            }

                            .main-video {
                                width: calc(75% - 1rem);
                            }
                        }
                    }

                    @media only screen and (max-width: 1024px) {
                        & {
                            .other-videos {
                                width: calc(75% - 1rem);
                            }

                            .main-video {
                                width: calc(100% - 1rem);

                                & b {
                                    font-size: 30px;
                                }
                            }
                        }
                    }
                }

                .content-text {
                    display: flex;
                    justify-content: space-between;
                    color: #192239;

                    & h1 {
                        font-size: 60px;
                        font-weight: 800;
                        letter-spacing: 1px;
                        line-height: 70px;
                        /* flex: 0 0 40%; */
                        width: 480px;
                        margin: 0;
                    }

                    .text-group {
                        flex: 0 0 50%;

                        & p {
                            font-size: 20px;
                            letter-spacing: 1.25px;
                        }
                    }

                    @media only screen and (max-width: 768px) {
                        & {
                            flex-direction: column;
                            gap: 2rem;

                            & h1 {
                                margin-top: 0.5rem;
                            }
                        }
                    }

                    @media only screen and (max-width: 480px) {
                        & {
                            & h1 {
                                font-size: 40px;
                            }
                        }
                    }
                }

                .content-video {
                    & video {
                        width: 100%;
                        border-radius: 0.5rem;
                    }
                }
            }

            @media only screen and (max-width: 480px) {
                & {
                    & h1 {
                        font-size: 40px;
                    }

                    & h5 {
                        font-size: 20px;
                    }
                }
            }
        }

        .container-title {
            & h5 {
                text-transform: uppercase;
                font-size: 22px;
                font-weight: normal;
                letter-spacing: 1.38px;
                color: #192239;
            }

            & h1 {
                font-size: 60px;
                font-weight: 800;
                color: #2c3847;
                letter-spacing: 1px;
            }
        }

        .container-text {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 26px;

            &.w-35 {
                width: calc(35% - 2rem) !important;

                @media only screen and (max-width: 1366px) {
                    @media only screen and (max-width: 1366px) {
                        & {
                            width: 75% !important;
                        }
                    }

                    @media only screen and (max-width: 640px) {
                        & {
                            width: 100% !important;
                        }
                    }
                }
            }

            &.w-45 {
                width: calc(45% - 2rem) !important;

                @media only screen and (max-width: 1366px) {
                    & {
                        width: 75% !important;
                    }
                }

                @media only screen and (max-width: 640px) {
                    & {
                        width: 100% !important;
                    }
                }
            }

            &.j-start {
                justify-content: flex-start;
            }

            &.fl-50 {
                flex: 0 0 calc(50% - 2rem);
            }

            & .details {
                max-height: 345px;
                overflow-y: hidden;
            }

            &.width-574 {
                width: 575px;
            }

            & h5 {
                text-transform: uppercase;
                font-size: 22px;
                font-weight: normal;
                letter-spacing: 1.38px;
                color: #192239;
            }

            & h1 {
                font-size: 60px;
                font-weight: 800;
                color: #2c3847;
                letter-spacing: 1px;

                &.h1-65p {
                    width: 326px;
                }

                &.extrabold {
                    font-weight: 800;
                }

                @media only screen and (max-width: 480px) {
                    & {
                        &.h1-65p {
                            width: 100%;
                            font-size: 30px !important;
                        }
                    }
                }
            }

            & p {
                letter-spacing: 1.38px;
                font-size: 22px;
                color: #192239;
                line-height: 26px;
                max-height: 234px;
                overflow-y: hidden;

                &.normal {
                    letter-spacing: 0;
                }

                &.p-20 {
                    font-size: 20px;
                    letter-spacing: 1.25px;

                    @media only screen and (max-width: 480px) {
                        & {
                            font-size: 16px;
                        }
                    }
                }
            }

            & a {
                color: #102f77;
                text-decoration: none;
                position: relative;

                & i {
                    background-color: #d6d6d6;
                    border-radius: 50%;
                    padding: 0.25rem;
                    color: white;
                    width: 1.5rem;
                    aspect-ratio: 1/1;
                    position: absolute;
                    left: -2rem;
                    text-align: center;
                }
            }

            .button {
                background-color: #38579d;
                padding: 20px;
                /* margin-top: 1rem; */
                width: max-content;
                position: relative;
                cursor: pointer;

                display: flex;
                justify-content: center;
                align-items: center;

                &.large {
                    padding: 23px 65px;
                }

                &.round {
                    border-radius: 40px;
                }

                &.b-2 {
                    background-color: transparent;
                    border: 2px solid #2c3847;
                    transition: all 0.3s ease-out;

                    & a {
                        color: #2c3847;
                    }

                    &:hover {
                        & {
                            background-color: #2c384721;
                            transition: all 0.3s ease-in;
                        }
                    }
                }

                & a {
                    text-decoration: none;
                    text-align: center;
                    font-weight: normal;
                    font-size: 20px;
                    color: white;
                    font-family: "Poppins", sans-serif;

                    &.icon {
                        position: relative;
                        padding-right: 30px;
                        font-size: 20px;

                        &::before {
                            font-family: "Font Awesome 6 Free", sans-serif;
                            position: absolute;
                            right: 0;
                            top: 50%;
                            transform: translateY(-50%);
                        }
                    }

                    &:empty {
                        &.icon {
                            position: absolute;
                            inset: 0;

                            &::before {
                                left: 50%;
                                transform: translate(-50%, -50%);
                            }
                        }
                    }
                }
            }

            .buttons {
                display: flex;
                gap: 1rem;

                @media only screen and (max-width: 1300px) {
                    & {
                        justify-content: center;
                    }
                }

                @media only screen and (max-width: 600px) {
                    & {
                        flex-direction: column;
                        align-items: center;
                    }
                }

                .button {
                    & a {
                        font-family: "Inter", sans-serif;
                        font-size: 16px;
                    }
                }
            }

            &.v-2 {
                width: 35%;

                @media only screen and (max-width: 1300px) {
                    & {
                        width: 100%;
                    }
                }
            }

            @media only screen and (max-width: 1080px) {
                & {
                    width: 100%;
                }
            }

            @media only screen and (max-width: 480px) {
                & {
                    & h1 {
                        font-size: 40px;
                    }

                    & h5 {
                        font-size: 20px;
                    }
                }
            }
        }

        .container-image {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 1.5rem;

            &.round-corners {
                & img,
                & picture {
                    border-radius: 0.5rem;
                }
            }

            &.standard-3-img {
                min-width: 729px;
                height: 584px;

                & img,
                & picture {
                    width: 729px;
                }
            }

            &.slide-imgs {
                /* height: 100%; */
                min-width: 50%;

                & img,
                & picture {
                    /* width: calc(50% - 0.5rem); */
                    width: 382px;
                    height: auto !important;

                    &:last-child {
                        width: calc(2 * 382px + 1.5rem);
                    }

                    @media only screen and (max-width: 1080px) {
                        &,
                        &:last-child {
                            width: 100%;
                            /* max-width: 100%; */
                        }
                    }
                }
            }

            &.w-45 {
                width: calc(45% - 2rem) !important;

                @media only screen and (max-width: 1366px) {
                    & {
                        width: 75% !important;
                    }
                }
            }

            &.v-2 {
                width: 35%;

                & img,
                & picture {
                    width: 100% !important;
                    height: auto !important;
                }

                @media only screen and (max-width: 1300px) {
                    & {
                        width: 100%;

                        & img,
                        & picture {
                            object-fit: none;
                            width: 75%;
                        }
                    }
                }
            }

            & img,
            & picture {
                object-fit: cover;
                max-width: 100%;
                height: 100%;
                /* max-height: 450px; */

                @media only screen and (max-width: 1080px) {
                    & {
                        max-height: 350px;
                    }
                }

                @media only screen and (max-width: 640px) {
                    & {
                        max-height: none;
                    }
                }
            }

            .custom-carousel {
                --carousel-height: 450px;

                width: 100%;

                .carousel-indicators {
                    bottom: -3rem;
                    margin: 0;
                    gap: 0.5rem;

                    & button {
                        --indicator-size: 20px;
                        width: var(--indicator-size);
                        height: var(--indicator-size);
                        border-radius: 50%;
                        background-color: #d1d1d1;

                        &.active {
                            background-color: #38579d;
                        }
                    }
                }

                .carousel-inner {
                    height: var(--carousel-height);
                    border-radius: 0.5rem;

                    .carousel-item {
                        height: 100%;

                        & img,
                        & picture {
                            position: absolute;
                            right: 0;
                            height: 100%;
                            object-fit: cover;

                            /* @media only screen and (max-width: 640px) {
                        height: calc(var(--carousel-height) / 2);
                    } */
                        }
                    }

                    /* @media only screen and (max-width: 640px) {
                height: calc(var(--carousel-height) / 2);
            } */
                }
            }

            @media only screen and (max-width: 1080px) {
                & {
                    width: 100%;
                }
            }
        }

        @media only screen and (max-width: 1366px) {
            & {
                flex-direction: column;
                padding: 6rem 0;
            }
        }
    }
}

/* ------------------------------------ */
/* -------- CONTENTOR CONTADOR -------- */
/* ------------------------------------ */

/* @property --number {
    syntax: '<integer>';
    initial-value: 0;
    inherits: false;
}

@keyframes counter {
    from {
      --number: 0;
    }
    to {
      --number: 100;
    }
  } */

.container-counters {
    position: relative;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    flex-wrap: wrap;
    padding-left: var(--body-padding-lateral) !important;
    padding-right: var(--body-padding-lateral) !important;
    background-color: #343a40;
    color: white;

    .counter {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* gap: 1rem; */
        flex: 1 1 0;
        z-index: 1;
        width: 0;

        & h1 {
            font-size: 80px;
            font-weight: 800;
            letter-spacing: 1.33px;
            margin-bottom: 0.75rem !important;

            /* animation: counter 3s ease-in-out;
            counter-set: num var(--number);

            &::after {
                content: counter(num);
            } */
        }

        & p {
            font-size: 26px;
            font-weight: 500;
            letter-spacing: 1.63px;
            text-align: center;
        }

        /* & span {
            height: 5px;
            width: 100%;
            background-color: #7c7edb;
        } */

        @media only screen and (max-width: 480px) {
            & {
                & h1 {
                    font-size: 50px;
                }

                & p {
                    font-size: 23px;
                }
            }
        }
    }

    @media only screen and (max-width: 1550px) {
        & {
            height: auto;
            padding-top: 3rem;
            padding-bottom: 3rem;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
        }
    }

    @media only screen and (max-width: 768px) {
        & {
            grid-template-columns: auto;
        }
    }
}

/* ---------------------- */
/* -------- CHAT -------- */
/* ---------------------- */

.chat {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;

    width: 75px;
    height: 75px;
    -webkit-mask: url("../imagens/Componente 45 - 1.svg") no-repeat center;
    mask: url("../imagens/Componente 45 - 1.svg") no-repeat center;
    mask-size: 100%;
    -webkit-mask-size: 100%;

    background-color: #d1d1d1;

    &:hover {
        background-color: #102f77;
    }

    & a {
        display: block;
        width: 100%;
        height: 100%;
    }

    @media only screen and (max-width: 1024px) {
        & {
            width: 50px;
            height: 50px;
            bottom: 50px;
            right: 50px;
            mask-size: 100%;
            -webkit-mask-size: 100%;
        }
    }
}

/* -------------------------------- */
/* -------- BREADCRUMB BAR -------- */
/* -------------------------------- */

.breadcrumb-bar {
    --breadcrumb-bar-height: 450px;

    height: var(--breadcrumb-bar-height);
    position: relative;

    .breadcrumb-image {
        height: 100%;

        & img,
        & picture {
            object-fit: cover;
            max-width: 100%;
            height: 100%;
        }
    }

    & div {
        position: absolute;
        inset: 0;

        .breadcrumb-content {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-end;
            /* flex-direction: column; */
            /* justify-content: flex-end; */
            gap: 2rem;
            padding: 5rem var(--body-padding-lateral);

            .breadcrumb-text {
                position: relative;
                /* position: absolute;
            top: 50%; */
                /* left: var(--body-padding-lateral);
            right: var(--body-padding-lateral); */
                color: white;
                /* padding: 0 var(--body-padding-lateral); */

                & h1 {
                    font-size: 86px;
                    font-weight: 800;
                    line-height: 103px;

                    @media only screen and (max-width: 1080px) {
                        & {
                            font-size: 60px;
                        }
                    }

                    @media only screen and (max-width: 768px) {
                        & {
                            font-size: 40px;
                        }
                    }
                }

                & h5 {
                    font-size: 28px;
                    font-weight: normal;
                    letter-spacing: 1.75px;

                    @media only screen and (max-width: 1080px) {
                        & {
                            font-size: 23px;
                        }
                    }

                    @media only screen and (max-width: 768px) {
                        & {
                            font-size: 20px;
                        }
                    }
                }
            }

            .breadcrumb-items {
                position: relative;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;

                .button {
                    width: 230px;
                    height: 65px;
                    margin-right: 100px;
                    line-height: 65px;
                    background-color: #38579d;
                    /* position: absolute;
                right: var(--body-padding-lateral);
                bottom: 90px; */
                    border-radius: 33px;
                    text-align: center;
                    text-decoration: none;
                    text-transform: uppercase;
                    font-size: 18px;
                    font-weight: 900;
                    letter-spacing: 0.36px;
                    color: white;

                    @media only screen and (max-width: 1080px) {
                        & {
                            margin-right: 0;
                        }
                    }

                    @media only screen and (max-width: 768px) {
                        & {
                            font-size: 14px;
                            height: 57px;
                            line-height: 57px;
                        }
                    }
                }

                @media only screen and (max-width: 1100px) {
                    & {
                        justify-content: flex-start;
                    }
                }
            }

            @media only screen and (max-width: 800px) {
                & {
                    flex-direction: column;
                    justify-content: flex-end;
                    align-items: flex-start;
                }
            }
        }
    }

    @media only screen and (max-width: 800px) {
        & {
            height: 350px;
        }
    }

    /* @media only screen and (max-width: 360px) {
        & {
            height: 400px;
        }
    } */
}

/* -------------------------------------- */
/* -------- CONTENTOR CRONOLOGIA -------- */
/* -------------------------------------- */

.chronology {
    /* padding-block: 9rem; */
    /* padding-inline: var(--body-padding-lateral) 0; */
    /* margin-right: -6%; */
    /* width: 115%; */

    .bar.left,
    .bar.right {
        position: relative;

        &::before {
            content: "";
            position: absolute;
            height: 3px;
            background-color: #38579d;
        }
    }

    .bar.left {
        &::before {
            width: calc(65% + var(--body-padding-lateral));
            left: calc(-1 * var(--body-padding-lateral));
        }
    }

    .bar.right {
        width: 100%;

        &::before {
            /* width: calc(100% + var(--body-padding-lateral)); */
            width: 100%;
            /* right: calc(-1 * var(--body-padding-lateral)); */
        }
    }

    .title {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;

        & h3 {
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 40px;
            font-size: 40px;
            /* color: #2c3847; */
            /* min-width: 496px; */
            max-width: 496px;
            margin-right: 1.5rem;
            font-family: "Rufina", serif;
        }

        @media only screen and (max-width: 480px) {
            & {
                & h1 {
                    font-size: 40px;
                }
            }
        }
    }

    .content::-webkit-scrollbar {
        display: none;
    }

    .content {
        display: flex;
        overflow-x: scroll;
        margin: 5rem 0;

        .event {
            flex: 0 0 calc(100% / 4.5);

            .date {
                position: relative;
                display: flex;
                align-items: center;

                & span {
                    width: 100%;
                    height: 1px;
                    background-color: #38579d;
                }

                & p {
                    width: max-content;
                    background-color: #38579d;
                    padding: 0.5rem 1.2rem 0.5rem 2.4rem;
                    color: white;
                    font-size: 21px;
                    font-weight: bold;
                    margin: 0;
                    white-space: nowrap;
                    border-radius: 10000px;
                }
            }

            .text {
                /* padding-right: 3rem; */
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: flex-end;
                gap: 0.5rem;

                & h6 {
                    font-size: 28px;
                    font-weight: bold;
                    color: #2c3847;
                    letter-spacing: -0.52px;
                    margin: 2.5rem 0 1rem 0;
                    font-family: "Rufina", serif;
                }

                & div p {
                    overflow-y: hidden;
                    /* font-size: 22px; */
                    /* letter-spacing: 1.38px; */
                    line-height: 26px;
                    color: #192239;
                    max-height: calc(2 * 26px);
                    margin: 0;
                    transition: max-height 0.3s ease-out;

                    /* &.show {
                        display: initial;
                        max-height: 1000px;
                        transition: max-height 0.3s ease-in;
                    } */
                }

                & div.show p {
                    display: initial;
                    max-height: 1000px;
                    transition: max-height 0.3s ease-in;
                }

                .button {
                    display: flex;
                    justify-content: flex-end;

                    & button {
                        width: 2.25rem;
                        height: 2.25rem;
                        background-color: #38579d;
                        border-radius: 50%;
                        border: none;
                        padding: 0;
                        position: relative;

                        &::before {
                            font-family: "Font Awesome 6 Free", sans-serif;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            transform: translate(-50%, -50%);
                            font-size: 16px;
                            color: white;
                        }
                    }
                }
            }
        }

        @media only screen and (max-width: 1366px) {
            & {
                /* display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 2rem; */

                .event {
                    flex: 0 0 calc(100% / 3.5);
                    .text {
                        padding-right: 0;
                    }
                }
            }
        }

        @media only screen and (max-width: 1024px) {
            & {
                /* grid-template-columns: repeat(2, 1fr); */

                .event {
                    flex: 0 0 calc(100% / 2.5);
                }
            }
        }

        @media only screen and (max-width: 768px) {
            & {
                /* grid-template-columns: 1fr; */

                .event {
                    flex: 0 0 calc(100% / 1.5);
                }
            }
        }

        @media only screen and (max-width: 480px) {
            & {
                /* grid-template-columns: 1fr; */

                .event {
                    flex: 0 0 calc(100% / 1.5);
                }
            }
        }
    }

    @media only screen and (max-width: 1366px) {
        & {
            width: 110%;
        }
    }

    @media only screen and (max-width: 1024px) {
        & {
            width: 120%;
        }
    }

}

/* -------------------------------- */
/* -------- CONTACTOS FORM -------- */
/* -------------------------------- */

.contacto-form {
    --contact-form-height: 600px;

    /* margin: 150px 0; */
    padding: 6rem calc(var(--body-padding-lateral) + 10vw);
    background-color: #f7f7fa;

    position: relative;

    .title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;

        & h4 {
            font-size: 20px;
            letter-spacing: 1.31px;
            text-transform: uppercase;
            color: #38579d;
        }

        & h1 {
            font-size: 40px;
            letter-spacing: 0.65px;
            font-weight: bold;
            color: #2c3847;
        }

        @media only screen and (max-width: 768px) {
            & {
                & h1 {
                    font-size: 30px;
                }
            }
        }
    }

    .title-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;

        & h1 {
            font-size: 60px;
            font-weight: bold;
            color: #2c3847;
            margin-bottom: 2rem;
            text-align: center;
        }

        @media only screen and (max-width: 768px) {
            & {
                & h1 {
                    font-size: 30px;
                }
            }
        }
    }

    .content {
        & form {
            .row {
                /* .group {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;

                &.stretch {
                    align-items: stretch;
                    justify-content: flex-start;
                    gap: 1rem;
                }

                &.cl {
                    flex-direction: column;
                } */

                & label,
                & p {
                    color: #737373;
                    font-size: 17px;
                    margin-bottom: 0.75rem;
                }

                & label a {
                    color: #737373;
                }

                & span {
                    color: #b34a3a;
                }

                .form-check {
                    display: flex;
                    align-items: center;
                    gap: 0.5rem;

                    & label {
                        margin: 0;
                    }
                }

                & input,
                & textarea,
                & button {
                    border: 1px solid #ebebeb;
                    border-radius: 0.5rem !important;
                }

                & input:not([type="checkbox"]):not([type="radio"]),
                & button,
                & textarea {
                    flex: none;
                    font-size: 14px;
                    padding-left: 1rem;
                    padding-right: 1rem;
                }

                & input:not([type="checkbox"]):not([type="radio"]),
                & button {
                    height: 60px;
                }

                > input:not([type="checkbox"]):not([type="radio"]),
                > button {
                    flex: 0 0 20%;
                }

                & input::placeholder,
                & textarea::placeholder {
                    color: #cecece;
                }

                & textarea {
                    padding: 1rem;
                }

                & button {
                    background-color: #102f77;
                    border: 1px solid #102f77;
                    width: 30%;

                    & p {
                        margin: 0;
                        color: white;
                        font-weight: bold;
                        padding-right: 20px;
                        position: relative;
                        font-family: "Inter", sans-serif !important;
                        font-size: 16px;

                        &::before {
                            content: "\f1d8";
                            font-family: "Font Awesome 6 Free", sans-serif;
                            position: absolute;
                            right: 0;
                            font-size: 16px;
                            color: white;
                        }
                    }

                    @media only screen and (max-width: 1500px) {
                        & {
                            width: 50%;
                        }
                    }

                    @media only screen and (max-width: 1080px) {
                        & {
                            width: 75%;
                        }
                    }

                    @media only screen and (max-width: 768px) {
                        & {
                            width: 100%;
                        }
                    }
                }

                & input[type="checkbox"],
                & input[type="radio"] {
                    appearance: none;
                    width: 1.5rem;
                    height: 1.5rem;
                    aspect-ratio: 1 / 1;
                    background-color: white !important;
                }

                & input[type="radio"] {
                    border-radius: 50% !important;

                    &::before {
                        content: "";
                        display: block;
                        width: 60%;
                        height: 60%;
                        margin: 20% auto;
                        border-radius: 50%;
                    }

                    &:checked {
                        border-color: #343a40 !important;

                        &::before {
                            background-color: #343a40 !important;
                        }
                    }
                }

                & input[type="checkbox"] {
                    border-radius: 0 !important;

                    &::before {
                        content: "\f00c";
                        font-family: "Font Awesome 6 Free", sans-serif;
                        display: none;
                        width: 81%;
                        height: 81%;
                        text-align: center;
                        margin: 10%;
                        border-radius: 10%;
                        font-size: 12px;
                    }

                    &:checked {
                        border-color: #343a40;

                        &:before {
                            display: block;
                            background-color: #343a40;
                            color: white;
                        }
                    }
                }

                .input {
                    display: flex;
                    flex-direction: column;
                    gap: 0.5rem;

                    & p {
                        margin-bottom: 0.5rem;
                    }

                    &.rw {
                        flex-direction: row;
                    }

                    & input[type="radio"] {
                        border-radius: 50%;
                    }

                    & button {
                        width: 40%;
                    }
                }

                @media only screen and (max-width: 992px) {
                    & {
                        > * {
                            padding: 0;
                        }
                    }
                }
            }

            .privacy {
                width: 20%;
                display: flex;
                align-items: center;
                gap: 10px;

                &.w-100 {
                    width: 100%;
                }

                & input[type="checkbox"] {
                    border-radius: 0;
                    border: 1px solid #cecece;
                }

                & label {
                    font-size: 14px;
                    color: #acacac;
                }
            }
        }
    }

    & img,
    & picture {
        position: absolute;
        width: 240px;
        height: 240px;

        &.img1 {
            top: -120px;
            right: 5vw;
        }

        &.img2 {
            bottom: -120px;
            left: 21vw;
        }
    }

    @media only screen and (max-width: 1024px) {
        & {
            & img,
            & picture {
                width: 180px;
                height: 180px;
            }

            .img1 {
                top: -90px;
            }

            .img2 {
                bottom: -90px;
            }
        }
    }

    @media only screen and (max-width: 640px) {
        & {
            & img,
            & picture {
                width: 120px;
                height: 120px;
            }

            .img1 {
                top: -60px;
            }

            .img2 {
                bottom: -60px;
            }
        }
    }
}

.contacto-form2 {
    --contact-form-height: 600px;

    /* margin: 150px 0; */
    padding: 6rem var(--body-padding-lateral);
    background-color: #eeeef3;

    position: relative;

    .title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;

        & h4 {
            font-size: 20px;
            letter-spacing: 1.31px;
            text-transform: uppercase;
            color: #38579d;
        }

        & h1 {
            font-size: 40px;
            letter-spacing: 0.65px;
            font-weight: bold;
            color: #2c3847;
        }
    }

    .title-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;

        & h1 {
            font-size: 60px;
            font-weight: bold;
            color: #2c3847;
            margin-bottom: 2rem;
        }
    }

    .content {
        & form {
            .row {
                /* .group {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;

                &.stretch {
                    align-items: stretch;
                    justify-content: flex-start;
                    gap: 1rem;
                }

                &.cl {
                    flex-direction: column;
                } */

                & label,
                & p {
                    color: #737373;
                    font-size: 17px;
                    margin-bottom: 0.75rem;
                }

                & label a {
                    color: #737373;
                }

                & span {
                    color: #b34a3a;
                }

                .form-check {
                    display: flex;
                    align-items: center;
                    gap: 0.5rem;

                    & label {
                        margin: 0;
                    }
                }

                & input,
                & textarea,
                & button {
                    border: 1px solid #ebebeb;
                    border-radius: 0.5rem !important;
                }

                & input:not([type="checkbox"]):not([type="radio"]),
                & button,
                & textarea {
                    flex: none;
                    font-size: 14px;
                    padding-left: 1rem;
                    padding-right: 1rem;
                }

                & input:not([type="checkbox"]):not([type="radio"]),
                & button {
                    height: 60px;
                }

                > input:not([type="checkbox"]):not([type="radio"]),
                > button {
                    flex: 0 0 20%;
                }

                & input::placeholder,
                & textarea::placeholder {
                    color: #cecece;
                }

                & textarea {
                    padding: 1rem;
                }

                & button {
                    background-color: #102f77;
                    border: 1px solid #102f77;
                    width: 100%;

                    & p {
                        margin: 0;
                        color: white;
                        font-weight: bold;
                        padding-right: 20px;
                        position: relative;
                        font-family: "Inter", sans-serif !important;
                        font-size: 16px;

                        &::before {
                            content: "\f1d8";
                            font-family: "Font Awesome 6 Free", sans-serif;
                            position: absolute;
                            right: 0;
                            font-size: 16px;
                            color: white;
                        }
                    }
                }

                & input[type="checkbox"],
                & input[type="radio"] {
                    appearance: none;
                    width: 1.5rem;
                    height: 1.5rem;
                    aspect-ratio: 1 / 1;
                    border: 1px solid #dedede;
                }

                & input[type="radio"] {
                    border-radius: 50% !important;

                    &::before {
                        content: "";
                        display: block;
                        width: 60%;
                        height: 60%;
                        margin: 20% auto;
                        border-radius: 50%;
                    }

                    &:checked {
                        border-color: #343a40 !important;
                        background-color: white !important;

                        &::before {
                            background-color: #343a40 !important;
                        }
                    }
                }

                & input[type="checkbox"] {
                    border-radius: 0 !important;
                    background-color: white;

                    &::before {
                        content: "\f00c";
                        font-family: "Font Awesome 6 Free", sans-serif;
                        display: none;
                        width: 81%;
                        height: 81%;
                        text-align: center;
                        margin: 10%;
                        border-radius: 10%;
                        font-size: 12px;
                    }

                    &:checked {
                        border-color: #343a40;

                        &:before {
                            display: block;
                            background-color: #343a40;
                            color: white;
                        }
                    }
                }

                .input {
                    display: flex;
                    flex-direction: column;
                    gap: 0.5rem;

                    & p {
                        margin-bottom: 0.5rem;
                    }

                    &.rw {
                        flex-direction: row;
                    }

                    & input[type="radio"] {
                        border-radius: 50%;
                    }

                    & button {
                        width: 40%;
                    }
                }
            }

            .privacy {
                width: 20%;
                display: flex;
                align-items: center;
                gap: 10px;

                &.w-100 {
                    width: 100%;
                }

                & input[type="checkbox"] {
                    border-radius: 0;
                    border: 1px solid #cecece;
                }

                & label {
                    font-size: 14px;
                    color: #acacac;
                }
            }
        }
    }

    & img,
    & picture {
        position: absolute;
        width: 240px;
        height: 240px;
    }

    .img1 {
        top: -120px;
        right: 5vw;
    }

    .img2 {
        bottom: -120px;
        left: 21vw;
    }

    @media only screen and (max-width: 1024px) {
        & {
            & img,
            & picture {
                width: 180px;
                height: 180px;
            }

            .img1 {
                top: -90px;
            }

            .img2 {
                bottom: -90px;
            }
        }
    }

    @media only screen and (max-width: 640px) {
        & {
            & img,
            & picture {
                width: 120px;
                height: 120px;
            }

            .img1 {
                top: -60px;
            }

            .img2 {
                bottom: -60px;
            }
        }
    }
}

/* ------------------------------------------ */
/* -------- CONTENTOR DE MODALIDADES -------- */
/* ------------------------------------------ */

.modalidades-container {
    padding: 5rem var(--body-padding-lateral);
    background-color: #f9f9ff;

    .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;

        .title {
            flex: 0 0 36%;

            display: flex;
            flex-direction: column;
            justify-content: space-between;

            & h5 {
                font-family: 'Urbanist', sans-serif !important;
                /* text-transform: uppercase; */
                font-size: 18px;
                font-weight: 500;
                letter-spacing: 0.5px;
                color: #ac8d56;
                margin-bottom: 10px;
                line-height: 24px;
            }

            & h1 {
                font-family: 'Rufina', serif !important;
                /* font-weight: 800; */
                font-size: 45px;
                /* letter-spacing: 1px; */
                /* margin-bottom: 2rem; */
            }

            & p {
                font-size: 16px;
                /* letter-spacing: 1.38px; */
            }

            .list {
                font-size: 16px;
                /* letter-spacing: 1.38px; */

                & ul {
                    list-style: none;
                    padding-left: 0;

                    & li {
                        display: flex;
                        align-items: center;
                        gap: 10px;

                        &::before {
                            content: "";
                            width: 10px;
                            height: 2px;
                            background-color: #102f77;
                        }
                    }
                }

                @media only screen and (max-width: 480px) {
                    & {
                        font-size: 16px;
                    }
                }
            }

            .form {
                /* margin-bottom: 6rem; */

                & form {
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    gap: 20px;
                    margin-top: 45px;

                    & input {
                        height: 50px;
                        /* width: 392px; */
                        border: none;
                        border-radius: 40px;
                        padding: 0 20px;
                        /* color: #cecece; */
                        background-color: #f8f8f8;
						font-size: 18px;
                    }

                    & input::placeholder {
                        color: #cecece;
                        text-align: center;
                        font-size: 18px;
                        letter-spacing: 1.38px;
                        line-height: 26px;
                    }

                    & div {
                        display: flex;
                        flex-direction: row;
                        gap: 20px;
                    }
                }

                @media only screen and (max-width: 1366px) {
                    & {
                        margin-bottom: 0;
                    }
                }
            }

            & button {
                width: 44px;
                height: 44px;
                background-color: #38579d;
                border-radius: 50%;
                border: none;

                &::before {
                    color: white;
                }
            }

            @media only screen and (max-width: 1200px) {
                & {
                    flex: 0 0 50%;
                }
            }

            @media only screen and (max-width: 480px) {
                & {
                    & h1 {
                        font-size: 40px;
                    }

                    & h5 {
                        font-size: 20px;
                    }

                    & p {
                        font-size: 16px;
                    }
                }
            }
        }

        .image {
            display: flex;
            justify-content: center;
            gap: 2.5rem;
            /* flex: 0 0 50%; */

            /* &:has(.text:nth-child(2)) .text h2 {
                font-size: 160px !important;
            } */

            .text {
                text-align: center;
                color: #192646;
                border-radius: 8px;
                padding: 2rem;

                & h2 {
                    font-size: 50pt;
                    font-weight: 300;
                    line-height: 50pt;

                    &.special {
                        font-size: 30px;
                    }
                }

                & h4 {
                    font-size: 20pt;
                    font-weight: bold;
                    letter-spacing: 7px;
                    text-transform: uppercase;
                    margin-bottom: 20px;
                }

                & h6 {
                    font-size: 15pt;
                    letter-spacing: 2px;
                    color: #38579d;
                    margin: 0;
                }
            }

            & img,
            & picture {
                /* width: 100%; */
                width: 630px;
                height: auto;
                /* max-height: 560px; */

                @media only screen and (max-width: 1080px) {
                    & {
                        width: 75%;
                    }
                }

                @media only screen and (max-width: 480px) {
                    & {
                        width: 100%;
                    }
                }
            }

            @media only screen and (max-width: 1390px) {
                & {
                    flex-direction: column;
                }
            }
        }

        @media only screen and (max-width: 1080px) {
            & {
                flex-direction: column;
                align-items: center;
                gap: 2rem;
            }
        }
    }
}

/* ---------------------------------- */
/* -------- CONTENTOR DE FAQ -------- */
/* ---------------------------------- */

.container-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;

    padding: 12rem var(--body-padding-lateral);

    background: linear-gradient(to bottom, white, #f9f9ff);

    .title {
        & h1 {
            font-weight: 800;
            font-size: 55px;
            text-align: center;
        }

        @media only screen and (max-width: 480px) {
            & {
                & h1 {
                    font-size: 40px;
                }
            }
        }
    }

    .questions {
        width: 70%;
        display: flex;
        flex-direction: column;

        .box {
            padding: 3rem 6rem;

            &:not(.box:last-child) {
                border-bottom: 1px solid rgba(150, 150, 150, 0.2);
            }

            .question {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 1rem;

                & h3 {
                    font-weight: 500;
                    font-size: 26px;
                    color: #38579d;
                    margin: 0;
                }

                & button {
                    border: none;
                    background-color: transparent;
                }
            }

            .answer {
                display: none;
                max-height: 0;
                transition: max-height 0.3s ease-out;

                & p {
                    font-size: 22px;
                    letter-spacing: 1.38px;
                    color: #192239;
                    margin: 0;
                }

                @media only screen and (max-width: 480px) {
                    & {
                        & p {
                            font-size: 16px;
                        }
                    }
                }
            }

            &.show {
                background-color: #f7f7f7;
                border: none !important;

                .answer {
                    display: block;
                    max-height: 1000px;
                    transition: max-height 0.3s ease-in;
                }
            }
        }

        @media only screen and (max-width: 1200px) {
            & {
                width: 75%;

                .box {
                    padding: 2rem 4rem;
                }
            }
        }

        @media only screen and (max-width: 900px) {
            & {
                width: 87.5%;

                .box {
                    padding: 1rem 2rem;
                }
            }
        }

        @media only screen and (max-width: 768px) {
            & {
                width: 100%;
            }
        }
    }

    @media only screen and (max-width: 1080px) {
        & {
            padding-block: 12rem 6rem;
        }
    }
}

/* ----------------------------------------------- */
/* -------- CONTENTOR DE CONTACTOS (CARD) -------- */
/* ----------------------------------------------- */

.container-contacts {
    padding: 5rem var(--body-padding-lateral);
    /* padding-inline: var(--body-padding-lateral); */
    /* background-color: #f9f9ff; */

    .information {
        display: flex;
        flex-direction: row;
        gap: 8rem;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;

        .box {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            & span {
                width: 80px;
                height: 80px;
                border-radius: 50%;
                background-color: #38579d;
                margin-bottom: 1rem;
                position: relative;

                &::before {
                    color: white;
                    font-size: 22px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
            }

            & h3 {
                font-size: 25px;
                font-weight: bold;
                color: #2c3847;
            }

            & a {
                color: #2c3847;
            }

            & p {
                font-weight: 500;
                margin: 0.1rem;
                text-align: center;
            }
        }

        @media only screen and (max-width: 1080px) {
            & {
                gap: 3rem;
            }
        }

        @media only screen and (max-width: 480px) {
            & {
                flex-direction: column;
            }
        }
    }
}

/* ------------------------------------ */
/* -------- SER ASSOCIADO FORM -------- */
/* ------------------------------------ */

.socio-form {
    /* margin-bottom: 150px; */
    padding: 4.75rem calc(var(--body-padding-lateral));
    background-color: #eeeef3;
    color: #192239;
    position: relative;

    .title {
        & h6 {
            font-size: 22px;
            line-height: 26px;
            letter-spacing: 1.38px;
            text-transform: uppercase;
        }
    }

    .content {
        display: flex;
        flex-direction: row;
        /* justify-content: space-between; */
        gap: 8rem;

        .text {
            flex: 0 0 45%;

            & h1 {
                font-weight: 800;
                font-size: 60px;
                letter-spacing: 1px;
                line-height: 70px;
                margin-bottom: 2rem;
                color: #2c3847;
            }

            & p {
                font-size: 22px;
                letter-spacing: 1.38px;
                line-height: 26px;
            }

            @media only screen and (max-width: 480px) {
                & {
                    & h1 {
                        font-size: 40px;
                    }

                    & p {
                        font-size: 16px;
                    }
                }
            }
        }

        .form {
            flex: 0 0 40%;

            .download {
                display: flex;
                align-items: center;
                gap: 1rem;

                & h3 {
                    font-weight: 800;
                    font-size: 30px;
                    letter-spacing: 0.5px;
                    margin: 0;
                }

                & a {
                    width: 32px;
                    height: 32px;
                    aspect-ratio: 1 / 1;
                    border-radius: 50%;
                    text-decoration: none;
                    color: white;
                    background-color: #38579d;
                    position: relative;

                    &::before {
                        color: white;
                        position: absolute;
                        inset: 50% auto auto 50%;
                        transform: translate(-50%, -50%);
                    }
                }
            }

            & form {
                display: flex;
                flex-direction: column;
                align-items: stretch;
                gap: 1rem;
                margin-top: 2rem;

                & input:not([type="checkbox"]),
                & button {
                    height: 60px;
                    border: 2px solid #ebebeb;
                    font-size: 14px;
                    padding-left: 1rem;
                    padding-right: 1rem;

                    &::placeholder {
                        color: #cecece;
                    }
                }

                & label {
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                /* & div {
                    display: flex;
                    justify-content: space-between;

                    & input[type="number"] {
                        width: 47%;
                    }
                } */

                .file-upload-field {
                    /* width: 47%; */
                    height: 60px;
                    border: 2px solid #ebebeb;
                    color: #cecece;
                    background-color: white;
                    padding-left: 1rem;
                    padding-right: 1rem;
                    font-size: 14px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    position: relative;

                    & input[type="file"] {
                        display: none;
                    }

                    & button {
                        background-color: transparent;
                        border: none;
                        position: relative;
                        width: 20px;
                        height: 20px;
                        padding: 0;

                        &::before {
                            color: #cecece;
                            padding-left: 0.5rem;
                        }
                    }
                }

                & input::placeholder {
                    color: #cecece;
                }

                & button {
                    /* width: 47%; */
                    width: 100%;
                    background-color: #102f77;
                    font-weight: bold;
                    font-size: 16px;
                    padding: 0.5rem;
                    color: white;

                    & p {
                        margin: 0;
                    }
                }

                & input[type="checkbox"],
                & input[type="radio"] {
                    appearance: none;
                    width: 1.5rem;
                    height: 1.5rem;
                    aspect-ratio: 1 / 1;
                    background-color: white !important;
                    border: 1px solid #dedede;
                }

                & input[type="radio"] {
                    border-radius: 50% !important;

                    &::before {
                        content: "";
                        display: block;
                        width: 60%;
                        height: 60%;
                        margin: 20% auto;
                        border-radius: 50%;
                    }

                    &:checked {
                        border-color: #343a40 !important;

                        &::before {
                            background-color: #343a40 !important;
                        }
                    }
                }

                & input[type="checkbox"] {
                    border-radius: 0 !important;

                    width: 24px;
                    height: 24px;
                    aspect-ratio: 1 / 1;

                    &::before {
                        content: "\f00c";
                        font-family: "Font Awesome 6 Free", sans-serif;
                        display: none;
                        width: 81%;
                        height: 81%;
                        text-align: center;
                        margin: 10%;
                        border-radius: 10%;
                        font-size: 12px;
                    }

                    &:checked {
                        border-color: #343a40;

                        &:before {
                            display: block;
                            background-color: #343a40;
                            color: white;
                        }
                    }
                }

                & label,
                & label a {
                    font-size: 14px;
                    color: #acacac;
                }

                /* .privacy {
                    display: flex;
                    justify-content: flex-start;
                    align-items: baseline;
                    gap: 10px;

                    & input[type="checkbox"] {
                        border-radius: 0;
                        border: 1px solid #ebebeb;
                    }


                } */
            }

            @media only screen and (max-width: 1200px) {
                & {
                    flex: 0 0 45%;
                }
            }
        }

        & img,
        & picture {
            position: absolute;
            width: 240px;
            height: 240px;
        }

        .img1 {
            bottom: -120px;
            right: var(--body-padding-lateral);
        }

        @media only screen and (max-width: 1080px) {
            & {
                flex-direction: column;
                gap: 3rem;
            }
        }

        @media only screen and (max-width: 1024px) {
            & {
                & img,
                & picture {
                    width: 180px;
                    height: 180px;
                }

                .img1 {
                    bottom: -90px;
                }

                /* .img2 {
                    bottom: -90px;
                } */
            }
        }

        @media only screen and (max-width: 640px) {
            & {
                & img,
                & picture {
                    width: 120px;
                    height: 120px;
                }

                .img1 {
                    bottom: -60px;
                }

                /* .img2 {
                    bottom: -60px;
                } */
            }
        }
    }

    @media only screen and (max-width: 480px) {
        & {
            padding-inline: var(--body-padding-lateral);
        }
    }
}

/* ---------------------------------- */
/* -------- MAPA LOCALIZAÇÂO -------- */
/* ---------------------------------- */

.map-container {
    /* padding: 3rem 0; */

    display: flex;
    flex-direction: column;
    justify-content: center;

    background-color: #f7f7fa;

    .container-title {
        display: flex;
        flex-direction: column;
        align-items: center;

        color: #192239;

        & h1 {
            font-size: 60px;
            letter-spacing: 1px;
            font-weight: 800;
            line-height: 70px;
            margin-bottom: 2.5rem;
            text-align: center;
        }

        @media only screen and (max-width: 768px) {
            & {
                & h1 {
                    font-size: 30px;
                }
            }
        }
    }

    .container-iframe {
        width: 100%;
        height: 600px;

        & iframe {
            width: 100%;
            height: 100%;
        }
    }
}

/* -------------------------- */
/* -------- PREÇÁRIO -------- */
/* -------------------------- */

.precario-container {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-left: var(--body-padding-lateral);
    padding-right: var(--body-padding-lateral);

    .precario-title {
        display: flex;
        flex-direction: column;
        align-items: center;

        color: #38579d;

        & h3 {
            font-size: 26px;
            font-weight: bold;
            margin-bottom: 3.5rem !important;
            text-transform: uppercase;
        }
    }

    .precario-cards {
        display: flex;
        justify-content: center;
        gap: 5rem;
        /* margin-bottom: 6rem; */

        .precario-card {
            display: flex;
            flex-direction: column;
            gap: 1rem;

            background-color: white;
            border-radius: 2.25rem;
            padding: 2rem 3rem;
            min-width: 300px;
            box-shadow: 0 52px 46px #00000012;

            & i {
                width: 87px;
                aspect-ratio: 1/1;
                background-color: #38579d;
                border-radius: 50%;
                font-size: 35px;
                position: relative;

                &::before {
                    color: white;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
            }

            & h5 {
                font-size: 24px;
                line-height: 29px;
                color: black;
                font-weight: bold;
            }

            .precario-price {
                color: #2c3847;

                & p {
                    font-weight: 600;
                }

                & small {
                    font-size: 17px;
                    opacity: 55%;
                }
            }
        }
    }
}

/* ----------------------------------------- */
/* -------- LISTA EM FORMA DE LINHA -------- */
/* ----------------------------------------- */

.list-row-container {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-inline: var(--body-padding-lateral);
    padding-block: 3rem;

    .list-row-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;

        & h1 {
            font-size: 60px;
            font-weight: 800;
            letter-spacing: 1px;
            line-height: 70px;
            margin-bottom: 3.5rem !important;
        }

        & h5 {
            /* font-family: "Poppins", "Inter", sans-serif; */
            color: #192239;
            text-transform: uppercase;
            letter-spacing: 1.38px;
            line-height: 26px;
            font-size: 22px;
        }

        @media only screen and (max-width: 480px) {
            & {
                & h1 {
                    font-size: 40px;
                }

                /* & h5 {
                    font-size: 20px;
                } */
            }
        }
    }

    .list-row-cards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2rem;
        /* margin-bottom: 6rem; */

        .list-row-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            /* gap: 1rem; */

            max-width: 270px;
            background-color: white;
            border-radius: 2.25rem;
            padding: 3.5rem 3rem;
            box-shadow: 0 52px 46px #00000012;

            & i {
                width: 50px;
                aspect-ratio: 1/1;
                background-color: #38579d;
                border-radius: 13px;
                font-size: 16px;
                position: relative;

                &::before {
                    color: white;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
            }

            & h5 {
                font-size: 24px;
                color: black;
                font-weight: bold;
                line-height: 29px;
                margin-top: 44px !important;
            }

            & p {
                color: #192239;
                font-size: 22px;
                line-height: 26px;
                letter-spacing: 1.38px;
                text-align: center;
                max-height: calc(3 * 26px);
                overflow: hidden;
            }
        }
    }
}

/* ----------------------------------------- */
/* -------- LISTA EM FORMA DE LINHA -------- */
/* ----------------------------------------- */

.faq-2-container {
    padding: 4rem var(--body-padding-lateral);
    background-color: white;

    .box {
        display: flex;
        justify-content: space-between;

        &.custom-2 {
            gap: 166px !important;
        }

        &.modalidades {
            gap: 5.75rem;

            .modalidades-list {
                /* flex: 0 0 365px; */

                display: flex;
                flex-direction: column;
                gap: 1.5rem;

                &.custom-2 {
                    flex: 0 0 667px;
                }

                .modalidade {
                    background-color: #f2f2f2;
                    display: flex;
                    align-items: center;
                    /* padding: 25px 30px; */
                    padding: 1rem 2.5rem 1rem 1.5rem;
                    position: relative;

                    & p {
                        /* font-size: 23px; */
                        /* letter-spacing: 1.44px; */
                        font-weight: bold;
                        text-transform: uppercase;
                        color: #38579d;
                        margin: 0;
                        text-wrap: nowrap;
                    }

                    & button {
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        width: 25px;
                        height: 25px;
                        border: none;
                        padding: 0;
                        background-color: #c1c1c1;

                        &::before {
                            color: white;
                        }

                        &.active {
                            background-color: #38579d;
                        }
                    }
                }
            }

            .modalidades-texts {
                /* flex: 0 0 55%; */

                display: flex;
                /* align-items: center; */

                /* & p {
                    font-size: 22px;
                    letter-spacing: 1.38px;
                } */

                .hidden {
                    display: none;
                }

                @media only screen and (max-width: 992px) {
                    & {
                        & p {
                            font-size: 16px;
                        }
                    }
                }
            }

            @media only screen and (max-width: 800px) {
                & {
                    flex-direction: column;
                    gap: 2rem;
                }
            }
        }
    }
}

/* ------------------------------------- */
/* -------- CONTENTOR CONDICOES -------- */
/* ------------------------------------- */

.conditions-container {
    padding-left: var(--body-padding-lateral);
    padding-right: var(--body-padding-lateral);

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;

    .container-title {
        & h5 {
            font-size: 22px;
            letter-spacing: 1.38px;
            text-transform: uppercase;
            color: #192239;
            margin: 0;
            margin-bottom: 1rem;
        }

        & h1 {
            font-size: 60px;
            font-weight: 800;
            color: #2c3847;
            margin: 0;
            margin-bottom: 2rem;
            width: 542px;
        }
    }

    .container-image {
        width: 100%;

        & img,
        & picture {
            width: 100%;
        }
    }

    .container-data {
        .container-item {
            .item-title {
                display: flex;
                justify-content: space-between;
                align-items: center;

                & h3 {
                    font-size: 24px;
                    font-weight: 600;
                    letter-spacing: 1.5px;
                    text-transform: uppercase;
                    color: #192239;
                    margin: 0;
                }

                & button {
                    border: none;
                    outline: none;
                    background-color: #38579d;
                    border-radius: 50%;
                    width: 33px;
                    aspect-ratio: 1/1;
                    position: relative;

                    &::before {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        color: white;
                    }
                }
            }

            & hr {
                height: 2px;
                width: 100%;
                background-color: #38579d;
                opacity: 1;
            }

            .item-text {
                display: flex;
                justify-content: flex-end;

                &.hidden {
                    display: none;
                }

                & div {
                    flex: 0 0 55%;

                    & h4 {
                        font-size: 24px;
                        font-weight: 600;
                        letter-spacing: 0.4px;
                        color: #2c3847;
                    }

                    & p {
                        font-size: 22px;
                        letter-spacing: 1.38px;
                        line-height: 26px;
                        color: #192239;
                    }
                }

                &:not(.item-text:last-child) {
                    border-bottom: 2px solid #38579d;
                }
            }
        }
    }
}
