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

* {
    font-family: 'Montserrat', sans-serif;
}

/* mudar a cor da rolagem pra roxo */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #6E328A;
    border-radius: 10px;
}

.splide__pagination__page {
    background-color: #929292 !important;
    border-radius: 50% !important;
}

.splide__pagination__page.is-active {
    background-color: #6E328A !important;
}

.splide__arrow {
    background-color: #fff !important;
}

.splide__arrow svg {
    fill: #6E328A !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.accordion-button {
    background-color: #6E328A !important;
    color: #fff !important;
}

.accordion-button:not(.collapsed) {
    background-color: #6E328A !important;
    color: #fff !important;
}







body {
    background-color: #f5f5f5;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

.nav-link {
    border-bottom: 1px solid transparent;
}

.nav-link:hover {
    border-bottom: 1px solid white;
}

.menu-absoluto {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.bg-roxo {
    background-color: #6E328A;
}

.text-roxo {
    color: #6E328A;
}

.bg-azul-escuro {
    background-color: #071844;
}

.text-dark {
    color: #071844 !important;
}

.bg-creme {
    background-color: #eff0e8;
}

.vh-50 {
    height: 50vh;
}

iframe {
    width: 100%;
    min-height: 250px;
    height: 100%;
}

.bg-dark {
    background-color: #071844 !important;
}

.elevation-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.elevation-2 {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.elevation-3 {
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.svg1 {
    transform: translateY(1px);
}

.svg2 {
    transform: translateY(-2px) rotate(180deg);
}

.cursor-hover {
    cursor: pointer;
}

swiper-slide {
    width: 100% !important;
}

/* se for menor que 720 */

@media (max-width: 720px) {
    .menu-absoluto {
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
    }
}