@font-face {
    .exo-thin {
        font-family: "Exo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-style: normal;
    }

    .exo-extra-light {
        font-family: "Exo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-style: normal;
    }

    .exo-light {
        font-family: "Exo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
    }

    .exo-regular {
        font-family: "Exo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    .exo-medium {
        font-family: "Exo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
    }

    .exo-semibold {
        font-family: "Exo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
    }

    .exo-bold {
        font-family: "Exo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    }

    .exo-extrabold {
        font-family: "Exo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
    }

    .exo-black {
        font-family: "Exo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
    }
}

a.cta {
    background-color: #D5B991;
    padding: 14px 36px;
    border-radius: 8px;
    line-height: normal;
    border: none;
    color: #33142A;
    font-weight: 600;
    display: block;
    width: fit-content;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #472135;
    margin: 0;
}

h2 {
    font-size: 40px;
}

p {
    line-height: 160%;
    color: #5A5A5A;
    margin: 0;
}

span {
    color: #D5B991;
    font-weight: 600;
}

bold {
    font-weight: 600;
}

header {
    background-color: #33142A;
    color: #FFFCF5;

    a.cta {
        background-color: #C8AC78;
        padding: 14px 36px;
        border-radius: 8px;
        line-height: normal;
    }

    .redes a {
        padding: 0;
    }

    .navbar-collapse {
        .menu-items {
            a {
                color: #FFFCF5;
                position: relative;

                &.active {
                    color: #C8AC78;

                    &::after {
                        content: '';
                        position: absolute;
                        width: 60%;
                        height: 2px;
                        background-color: #C8AC78;
                        bottom: 8px;
                        left: 20%;
                        right: 20%;
                    }
                }
            }
        }
    }
    hr {
        display: none;
    }
}

section.hero-section {
    .hero-content {
        .texto {
            a {
                color: #FFFCF5;
            }

            p {
                color: #C8AC78;
            }
        }
    }
}

.swiper-container {
    position: relative;
}

.swiper-controls {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: 50%;

    .swiper-button-prev {
        left: -64px;
    }

    .swiper-button-next {
        right: -64px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        position: relative;
        height: 50px;
        width: 50px;
        color: #FFF;

        &::after {
            padding: 20px;
            background-color: #C8AC78;
            border-radius: 40px;
            aspect-ratio: 1 / 1;
            font-size: 20px;
            line-height: 0;
            align-content: center;
        }
    }
}

footer {
    padding: 100px 0;
    background-color: #33142A;
    color: #FFF3E3;
    position: relative;
    margin-top: 200px;

    a,
    p {
        color: #FFF3E3;
    }

    ul {
        line-height: 32px;
        list-style-type: none;
        padding: 0;
    }

    .logo-footer {
        width: fit-content;
    }

    .contatos {
        display: flex;
        flex-direction: column;
        gap: 24px;

        h4,
        p {
            margin: 0;
        }
    }

    h4 {
        color: #C8AC78;
    }

    .newsletter {
        position: absolute;
        top: -31%;
        width: 100%;
        left: 0;

        .form-control {
            background-color: #FFF3E3;
        }
    }

    .box {
        display: flex;
        gap: 1rem;
        padding: 24px 50px;
        background-color: #472135;
        border-radius: 16px;
    }

}

.copyright {
    p {
        margin: 0;
    }
}

@media (max-width: 1400px) {
    .navbar-brand {
        img {
            max-width: 200px;
        }
    }

    .navbar-collapse a {
        padding: 0 14px;
    }
}

@media (max-width: 1200px) {
    .navbar-collapse a {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    a.cta {
        width: 100%;
        text-align: center;
    }

    header {
        background-color: #FFFCF5;
        padding-bottom: 24px;

        .navbar-toggler {
            border: 0;
        }

        .navbar-collapse {
            .menu-items {
                a {
                    color:#472135;
                    position: relative;
                }
            }
        }

        a.cta {
            color: #FFFCF5;
        }

        hr {
            opacity: 1;
            border-top: 1px solid #D8D8D8;
            margin: auto;
        }
    }

    footer {
        margin-top: 250px;

        .newsletter {
            .box {
                flex-direction: column;

                .form-control {
                    padding: .75rem .75rem;
                }
            }
        }
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    footer {
        .newsletter {
            top: -30%;
        }
    }
}

@media (max-width: 768px) {
    footer {
        .newsletter {
            top: -20%;
        }
    }
}