body, h1, h2, h3, h4, h5, h6, span, p, div {
    font-family: "Comfortaa", sans-serif;
}

html, body {
    overflow-x: hidden;
}

p a {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #43C2FF;
}

    p a:hover {
        color: #43C2FF;
        text-decoration: underline;
    }

.container h1 {
    font-size: 2rem !important;
    letter-spacing: -1px !important;
    color: #000;
    font-weight: bold;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: transparent !important;
}

#background-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* acompanha o tamanho do body */
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}

.col-icon h3 {
    font-weight: 400 !important;
    color: #383838 !important;
}


.dot {
    position: absolute;
    border-radius: 50%;
    background-color: #007BFF; /* Pode mudar a cor */
    width: 15px;
    height: 15px;
    will-change: transform;
}


/* Container dos slides */
.slides-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

/* Cada slide */
.slide-box {
    display: block !important;
    background-color: #222;
    color: white;
    padding: 0px;
    position: relative;
    width: 93%;
    margin: 67px auto;
    height: 54vh;
    border-radius: 50px;
    user-select: none !important;
}

/* Título do slide no topo esquerdo */
.slide-title {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 330px;
    line-height: 150%;
    margin: 0;
    font-weight: 300;
    font-size: 2rem;
}

/* Texto fixo em baixo da caixa */
.slide-footer {
    font-size: 1rem;
    font-weight: 200;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: text-decoration 0.5s ease-out;
}

.navbar-nav .nav-link img {
    display: none;
}

.navbar-nav .dropdown {
    padding: 0 !important;
}


.slide-footer .slide-box-title {
    font-size: 40px;
    width: 100%;
    display: block;
    font-weight: 300 !important;
    opacity: 0.8;
    line-height: 101%;
    color: #d5e7ff;
    font-weight: 400;
    /* -webkit-text-stroke: 1px white; */
    font-family: "Comfortaa", sans-serif;
    margin-bottom: 0px;
}

    .slide-footer .slide-box-description {
        font-size: 16px;
        padding-left: 30px;
        font-weight: 400 !important;
        letter-spacing: 1px;
    }
        
.navbar-brand img {
    filter: invert(1);
}

.navbar-nav {
    gap: 15px;
    color: #000 !important;
    font-weight: 600;
}

/* Swiper básico */
.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    height: 300px !important;
}

.box-slide {
    width: 93%;
    margin: 15px auto;
    position: relative;
    height: 89%;
    cursor: pointer;
    border-radius: 50px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    /* cursor: pointer; */
    color: #000;
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 0px 21px rgb(200 200 200 / 95%)   ;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

    /* Overlay com gradiente e inner glow */
    .box-slide .overlay {
        position: absolute;
        inset: 0;
        border-radius: 50px;
        background: transparent;
        opacity: 0;
        backdrop-filter: blur(12px) saturate(180%);
        -webkit-backdrop-filter: blur(12px) saturate(180%);
        pointer-events: none;
        transition: all 0.5s ease;
        height: 100%;
        margin: 0 !important;
    }

    .box-slide .box-slide-icon {
        height: 35px;
        filter: invert(1);
        font-size: 24px;
        opacity: 0; /* invisível inicialmente */
        transform: translateY(20px); /* ligeiramente para baixo */
        transition: opacity 0.5s ease, transform 0.5s ease;
        pointer-events: none; /* não bloqueia hover */
    }

.highlight .box-slide-icon {
    filter: brightness(0) saturate(100%) invert(60%) sepia(58%) saturate(268%) hue-rotate(351deg) brightness(92%) contrast(87%) !important;
}

.highlight:hover .box-slide-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7453%) hue-rotate(3deg) brightness(109%) contrast(109%) !important;
}

    .box-slide:hover .box-slide-icon {
        opacity: 1; /* aparece */
        transform: translateY(-20px); /* anima para cima */
    }

    /* Hover suave */
    .box-slide:hover .overlay {
        background: linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 0%, /* branco translúcido */ rgba(0, 123, 255, 0.25) 100% /* azul translúcido */ );
        backdrop-filter: blur(12px) saturate(180%);
        -webkit-backdrop-filter: blur(12px) saturate(180%);
        box-shadow: inset 0 0 16px rgb(197 250 251 / 61%), -3px 0 13px rgb(169 242 255 / 32%);
        transform: scale(1.02);
        filter: blur(3px);
        transition: all 0.5s ease;
        opacity: 1;
    }

.box-slide .page-description p {
    color: #fff !important;
}

/* Texto no canto inferior esquerdo */
.slide-text {
    position: absolute;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
}

.woosh-footer {
    background: #383838;
    color: #fff;
    padding: 35px 20px 38px;
    font-family: 'Arial', sans-serif;
}

.woosh-app-footer .text-black {
    font-size: 13px;
    color: lightgray;
    padding-top: 2px;
}

.woosh-app-footer .col-6 {
    line-height: 100%;
}

.woosh-app-footer img {
    height: 48px;
}

.footer-container {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.footer-section {
    flex: 1 1 250px;
}

    .footer-section h3 {
        margin-bottom: 0px;
        font-size: 17px;
        color: #43C2FF; /* azul Woosh */
    }

    .footer-section p {
        font-size: 13px;
        line-height: 1.6;
        color: #fff;
    }

.social-icons {
    display: flex;
    gap: 0px;
    margin-left: -9px;
}

    .social-icons a svg {
        fill: #abeaff;
        transition: fill 0.3s;
    }

    .social-icons a:hover svg {
        fill: #fff;
    }

    .social-icons img {
        width: 40px;
        height: 40px;
        filter: invert(1);
    }

.footer-bottom {
    margin-top: 37px;
    font-size: 14px;
    color: #aaa;
}

.footer-bottom p {
    margin-bottom: 0px;
    color: #fff;
}

.footer-container .links {
    padding-right: 30px;
}

.footer-container .contact p {
    margin-bottom: 9px;
}

/* Responsivo */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 25px;
    }
}

.contact-form button {
    width: 140px;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 0%, rgba(0, 123, 255, 0.25) 100%) !important;
    color: #000 !important;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-end; /* isto empurra o botão para a direita */
}

.contact-form input, .contact-form textarea {
    border-bottom: 1px solid #afafaf !important;
    background-color: unset !important;
    color: #000;
    border: 0px !important;
    border-bottom: 1px solid #4b4b4b !important;
    border-radius: 0px !important;
    font-size: 20px !important;
    padding: 10px 0px !important;
}

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        font-weight: 200 !important;
        font-size: 16px;
        color: #4b4b4b;
        opacity: 1; /* garante que a cor fique sólida, não transparente */

    }


button img {
    width: 30px;
    margin-left: 10px;
}

.contact-main-box {
    position: relative;
    padding: 20px;
}

.contact-right-box {
    z-index: -1;
    position: absolute;
    width: 100%;
    border-radius: 50px;
    box-shadow: inset 0px 0px 10px 6px #fff;
    filter: blur(2px);
    height: 100%;
    background: linear-gradient(45deg, #fff 5%, #8cb3ed 100%)
}

.contact-form {
    padding: 40px 10px 0px 40px;
}

.contact-box .form-col {
    margin-top: -20px;
}

.navbar {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    height: 110px;
    z-index: 99999999999999999;
    background-color: transparent; /* cor inicial */
    transition: background-color 0.5s ease; /* transição suave */
}

.navbar a {
    color: #fff !important;
}

.navbar .navbar-brand {
    filter: invert(1);
}

/* Ícone de scroll */
.scroll-icon {
    position: fixed;
    right: 20px;
    bottom: 40px;
    font-size: 2rem;
    color: #0066FF;
    opacity: 0;
    cursor: pointer;
    animation: pulse 1.5s infinite;
    z-index: 1000;
    transition: opacity 0.5s ease;
}

/* animação de pulse */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.blur-line {
    width: 100%;
    height: 23px;
    /* background-color: #ff00002b; */
    /* backdrop-filter: blur(6px); */
    z-index: -1;
    display: block;
    position: relative;
    margin-top: -14px;
    background-color: #ffffff;
    filter: blur(7px);
}

.swiper-wrapper {
    display: flex;
}

@media (min-width: 1300px) and (max-width: 1600px) {
    .slide-box-title {
        font-size: 40px !important;
    }

    .slide-box {
        max-height: 65%;
    }

    .slides-wrapper {
        height: 95vh !important;
    }
}

@media (max-width: 1300px) {
    .navbar-nav .nav-link {
        font-size: 12px !important;
    }

    .slide-box-title {
        font-size: 31px !important;
    }

    .slide-box-description {
        font-size: 12px !important;
    }
}

.disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

/* Botão */
#scrollTopBtn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none; /* inicialmente escondido */
    z-index: 1000;
    transform: rotate(-45deg);
}

    /* SVG pulsante */
    #scrollTopBtn svg {
        width: 100%;
        height: 100%;
        animation: pulse 1.5s infinite;
        fill: #81c5f6;
    }

/* Animação de pulsar */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.slide-box1 {
    box-shadow: inset 0px 3px 15px -7px rgb(255 255 255), 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    top: -40px;
    right: 2px;
    position: absolute;
    backdrop-filter: blur(1px);
    width: 100px;
    height: 100px;
    border-radius: 130px;
    background: rgb(67 191 241 / 62%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slide-box1 span {
    font-size: 10px;
    text-transform: uppercase !important;
    text-align: center;
    line-height: 140% !important;
    letter-spacing: 0.6px;
    font-weight: 700 !important;
}

.footer-section.links ul {
    list-style: none; /* remove bolinhas */
    padding: 0;
    margin: 0;
}

    .footer-section.links ul li {
        margin-bottom: 8px; /* espaço entre links */
        border-bottom: 1px solid #636363;
    }

        .footer-section.links ul li a {
            text-decoration: none; /* sem sublinhado */
            color: #ccc; /* cor dos links */
            font-size: 13px;
            transition: color 0.3s ease;
        }

            .footer-section.links ul li a:hover {
                color: #fff !important; /* cor no hover */
            }

/* Estilo do horário de atendimento */
.schedule {
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #ccc; /* cor base */
}

    .schedule li {
        margin-bottom: 6px;
        font-size: 13px;
    }

        .schedule li span {
            font-weight: 600;
            color: #fff; /* destaque da cidade */
            margin-right: 5px;
        }

.leaflet-bottom{
    display: none;
}

.woosh-footer a {
    color: lightgray !important;
    text-decoration: none !important;
    font-size: 13px;
    transition: .14s ease-out;
}

.woosh-footer a:hover {
    color: #fff !important;
}

#privacy-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* escurece o fundo */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#privacy-banner {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 25px 30px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    max-width: 400px;
    text-align: center;
    z-index: 9999;
    display: none;
    flex-direction: column;
    gap: 15px;
}

    #privacy-banner button {
        padding: 8px 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
    }




    #btn-aceitar {
      background-color: #a8d4f0;
    }

    #btn-recusar {
      background-color: #a8d4f0;
    }

.icon-accordion {
    margin-top: 3px;
    height: 25px;
    float: right;
    transform: rotate(135deg);
}

.active-accordion .accordion-header span {
    color: #43C2FF;
}

.active-accordion .accordion-header img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(79%) saturate(1486%) hue-rotate(173deg) brightness(102%) contrast(104%);
}

.ws-button {
    border-radius: 6px;
    background-color: #43C2FF;
    font-size: 12px;
    color: #fff;
    padding: 13px 9px 13px 25px;
    font-weight: bold;
}

.ws-button:hover {
    background-color: #000;
}

    .ws-button .icon-accordion {
        float: unset !important;
        transform: rotate(45deg) !important;
        filter: invert(1);
        margin-left: 10px;
        height: 20px;
        margin-top: unset !important;
    }

/* Exemplo: cor diferente para a opção "Particulares" */
.highlight .nav-link {
    border: 2px solid #bb9469bd;
    border-radius: 5px;
    color: #BB9469 !important; /* muda para a cor que quiseres */
    font-weight: bold; /* opcional */
}

.highlight::before {
    background-color: #bb9469bd;
    backdrop-filter: blur(7px);
}

.highlight:hover .nav-link {
    color: #fff !important;
}

/* Mostra o dropdown ao passar o mouse */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

/* Opcional: mantém a animação de fade do Bootstrap */
.dropdown-menu {
    margin-top: 0;
}

.navbar-nav .nav-item {
    overflow: unset !important;
}

.woosh-app-footer {
    background-color: hsl(205.13deg 86.67% 73.53% / 35%);
}

.woosh-app-footer img {
    opacity: 0.7;
}

.accordion-body p {
    font-size: 12px;
    color: #000;
    line-height: 170%;
}

p {
    font-size: 13px;
    line-height: 180%;
    color: #000;
    font-weight: bold;
}

.box-accordion p {
    font-size: 13px;
    line-height: 180%;
    color: #000;
    font-weight: bold;
}

.box-partners-gallery p {
    font-size: 13px;
    color: #fff;
    line-height: 170%;
}

.box-partners-gallery .alt-font {

}

.shop-footer {
    display: flex;
    gap: 10px;
}

.shop-image .overlay {
    transition: .14s opacity ease-out;
    position: relative;
    display: none;
    cursor: pointer;
}

.shop-image:hover .overlay {
    width: 100%;
    display: block;
    background: linear-gradient(-45deg, rgb(167 209 255 / 87%) 0%, /* branco translúcido */ rgba(0, 123, 255, 0.41) 100% /* azul translúcido */ );
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    box-shadow: inset 0 0 16px rgb(197 250 251 / 61%), -3px 0 13px rgb(169 242 255 / 32%);
    transform: scale(1.02);
    transition: all 0.5s ease;
    opacity: 1;
    height: 100%;
    position: absolute;
    z-index: 9999;
}

.shop-image .overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
}

.ws-button-full {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 0%, rgba(0, 123, 255, 0.25) 55%);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    transform: scale(1.02);
    transition: all 0.5s ease;
    opacity: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 16px !important;
    height: 50px;
    line-height: 100%;
    padding: 5px 20px;
    border: 0px;
    color: #000;
    width: 50%;
    transition: .14s ease-out;
    text-transform: lowercase;
}

    .ws-button-full:hover {
        background-color: #d3ebfc !important;
        box-shadow: inset 0 0 16px rgb(197 250 251 / 61%), 0px 2px 13px rgb(156 156 156 / 32%);
    }

.ws-button-outline {
    height: 49px;
    border: 2px solid rgba(0, 123, 255, 0.25) !important;
    background-color: unset !important;
    border-radius: 16px;
    text-transform: lowercase;
    line-height: 100%;
    font-size: 12px;
    position: relative;
    width: 50%;
}

    .ws-button-outline::before {
        content: "";
        position: absolute;
        left: 0%;
        top: 0;
        transform: translateX(0%);
        width: 0;
        height: 100%;
        background-color: #43c2ff33 !important;
        z-index: 0;
        border-radius: 14px;
        transition: width 0.3s ease;
    }

.ws-button-outline:hover::before {
    width: 100%;
}

.shop-image {
    box-shadow: 0px 13px 13px 3px #efefef85;
}

#mapLocator {
    width: 100%;
    height: 400px; /* ou o tamanho que quiseres */
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


#simulator {
    padding-top: 180px;
    background-image: url('/media/ejepkphv/banner.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 50px;
}

    /* Lente escura atrás dos filhos */
    #simulator::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        /* border-radius: 50%; */
        background-color: rgba(0, 0, 0, 0.5);
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    /* Garante que os filhos fiquem acima */
    #simulator > * {
        position: relative;
        z-index: 1;
    }

    #simulator .box {
        background-color: #fff;
        width: 65%;
        border-radius: 30px;
    }

    #simulator .simulator-phase {
        padding: 80px 80px 160px;
    }

        #simulator .simulator-phase .col {
            text-align: center;
            color: #000;
        }

        #simulator .simulator-phase .simulator-counter {
            margin-top: 30px !important;
            background-color: hsl(205.13deg 86.67% 73.53% / 35%);
            border-radius: 20px;
            position: absolute;
        }

            #simulator .simulator-phase .simulator-counter button {
                background-color: unset;
                border: 0px;
                color: #81c5f6;
                font-size: 25px;
                opacity: 0.5;
                transition: .14s ease-out;
            }

            #simulator .simulator-phase .simulator-counter button:hover {
                opacity: 1;
            }

            #simulator .simulator-stage a {
                padding: 5px 20px;
            }

/* Animação de contagem */
.counter-text {
    display: inline-block;
    font-size: 20px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Movimento para cima (increase) */
.counter-up {
    transform: translateY(-10px);
    opacity: 0;
}

/* Movimento para baixo (decrease) */
.counter-down {
    transform: translateY(10px);
    opacity: 0;
}

.bg-lightgray {
    background-color: #f1f1f1;
}

.switch-details {
    margin-bottom: 30px;
}

.switch-details a img {
    transform: rotate(-135deg);
    height: 30px;
    opacity: 0.7;
}

.switch-details a img:hover {
    opacity: 1;
}

.measurements img {
    width: 100px;
}

.measurements .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.measurements .d-flex input {
    background-color: #f1f1f1;
    border: 0px;
    border-radius: 8px;
    width: 100px;
}

.accordion-body ul li, .formations-section ul li {
    position: relative;
}

.formations-section ul li p {
    margin: 0;
}

    .accordion-body ul li::before, .formations-section ul li::before {
        content: '';
        position: absolute;
        left: -21px;
        top: 5px;
        width: 6px;
        height: 6px;
        background-color: #43C2FF;
        border-radius: 50%;
    }

.box-accordion .alt-font {
    word-break: auto-phrase;
    font-size: 44px;
}

/* ----------------- TOAST ERROR ----------------- */
.my-toast-error {
    background-color: #ffff !important; /* vermelho suave */
    font-family: Arial, sans-serif;
    padding: 30px 0px 60px;
    overflow: hidden !important;
}

    /* Título do toast */
    .my-toast-error .swal2-title {
        line-height: 1.2 !important;
        font-size: 25px !important;
    }

div:where(.swal2-icon).swal2-error {
    border-color: #81c5f6 !important;
    color: #81c5f6 !important;
}

div:where(.swal2-icon).swal2-warning {
    border-color: #81c5f6 !important;
    color: #81c5f6 !important;
}

    div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
        background-color: #81c5f6 !important;
    }

.section-description-box ul li {
    position: relative;
}

.section-description-box ul li::before {
    content: '';
    position: absolute;
    left: -21px;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #43C2FF;
    border-radius: 50%;
}

.section-description-box ul li p {
    font-size: 12px;
    margin-bottom: 10px;
}

.section-description-box p {
    font-size: 13px;
    line-height: 180%;
    color: #000;
    font-weight: bold;
}

.main-sections-description {
    font-size: 16px;
    line-height: 180%;
    color: #000;
}

.section-image {
    transition: 0.3s filter ease-out;
}

.section-image:hover {
    filter: blur(4px);
}

.p20-10 {
    padding: 20px 10px 0px;
}

.icon img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(3%) saturate(25%) hue-rotate(324deg) brightness(90%) contrast(89%);
}

.pr-hide {
    display: none;
}

/* Caixa do checkbox */
.produto-select-checkbox {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 99999;
}

/* Esconde a checkbox original */
.produto-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}


/* Cria o visual custom */
.produto-select-checkbox label {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #eeeeee;
    border-radius: 15px;
}

    /* O círculo do checkbox */
    .produto-select-checkbox label::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 24px;
        height: 24px;
        border: 2px solid var(--pr-main-color);
        transition: all 0.2s ease;
    }

    /* Checkmark */
    .produto-select-checkbox label::after {
        content: "";
        position: absolute;
        top: 5px;
        left: 9px;
        width: 6px;
        height: 12px;
        border: solid var(--pr-main-color);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg) scale(0);
        transition: all 0.2s ease;
    }

/* Quando selecionado */
.produto-checkbox:checked + label::after {
    transform: rotate(45deg) scale(1);
}

/* Quando selecionado, muda fundo do círculo */
.produto-checkbox:checked + label::before {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    background-color: #bbdafb;
}

.swal2-container {
    z-index: 99999999;
}

div:where(.swal2-icon).swal2-question {
    border-color: #007bff40 !important;
    color: #007bff40 !important;
}

div:where(.swal2-icon).swal2-info {
    border-color: #007bff40 !important;
    color: #007bff40 !important;
}


.swal-ws-button {
    width: unset !important;
    height: 44px;
    margin: 0 10px !important;
    padding-left: 15px;
}

/* Desktop médio: >= 1200px - 3 colunas */
@media (min-width: 1200px) and (max-width: 1399px) {
    #product-list .grid-item {
        width: 50% !important;
    }
}

/* Desktop médio: >= 1200px - 3 colunas */
@media (min-width: 1300px) and (max-width: 1499px) {
    #product-list .grid-item {
        width: 33.33% !important;
    }
}

/* Desktop grande: >= 1400px - 4 colunas */
@media (min-width: 1500px) {
    #product-list .grid-item {
        width: 25% !important;
    }
}

input {
    outline: none ;
    border: none !important;
    border-bottom: 1px solid !important;
    background: transparent;
}

.ws-button-full:hover {
    box-shadow: unset !important;
    background: unset;
}

.map-header .leftArrow {
    position: absolute;
    bottom: -69px;
    filter: invert(1);
    left: 1px;
    transform: rotate(90deg);
    background-color: #8080809e;
    border-radius: 40px;
    padding: 16px;
    height: 60px;
    width: 60px;
    display: none;
}

.ws-button-full:hover img {
    filter: invert(1);
}

.map-menu .ws-button-full:hover {
    color: #fff;
}

.mobile-logo-bar {
    display: none;
}

.logos-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background-color: #383838;
    box-shadow: 0px 20px 30px 10px black;
    gap: 20px;
    z-index: 99999999;
}

    .logos-bar img {
        height: 70%;
        padding-top: 14px;
        float: right;
    }

    .logos-bar p {
        color: #fff;
        float: left;
        padding-top: 30px;
        margin: 0; /* Remove margens que possam desalinhar */
    }

.container h1 {
    line-height: 150%;
}

li::marker {
    font-size: 14px;
    color: #44c1ff;
    font-weight: bold;
    padding-right: 20px;
}

li {
    padding-left: 5px;
    padding-bottom: 3px;
}

.first-image-section {
    height: 540px;
}

.first-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-box .schedule span {
    color: #000;
}

.contact-box .schedule {
    margin-top: 10px;
}

.contact-box .schedule li {
    padding: 0;
}

.border-radius-no-bottom {
    border-radius: 25px 25px 0px 0px !important;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
    border-radius: 43px;
    width: 50%;
}

div:where(.swal2-container) div:where(.swal2-html-container) input {
    margin: 20px 0px;
    font-size: 20px !important;
}

div:where(.swal2-container) div:where(.swal2-validation-message) {
    margin: 0 auto !important;
    border-radius: 20px;
    background: #f1f1f1;
}

@media (max-width: 1550px) {
    .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu a {
        padding: 13px 10px !important;
        font-size: 10px !important;
    }
}

.navbar .navbar-nav .dropdown:last-child .dropdown-menu {
    min-width: 197px;
}

.simulator-back {
    position: absolute;
    left: 60px;
    top: 33px;
    transform: rotate(-135deg);
    filter: brightness(0) saturate(100%) invert(59%) sepia(51%) saturate(298%) hue-rotate(351deg) brightness(93%) contrast(89%);
    height: 40px;
    display: none;
    cursor: pointer;
    opacity: 0.7;
    transition: .14s ease-out;
}

.simulator-back:hover {
    opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
}

.swiper-pagination-bullet-active {
    background: #84c6f6 !important;
}

.slider-button {
    transition: .14s ease-out;
    opacity: 0.7;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(70%) sepia(42%) saturate(615%) hue-rotate(177deg) brightness(100%) contrast(94%);
}

.slider-button:hover {
    opacity: 1;
}

.formation-date .date-bar {
    color: gray !important;
}

.formation-date .date-hour {
    color: #84c6f6 !important;
}

.social-icons a img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(52%) saturate(7%) hue-rotate(337deg) brightness(98%) contrast(96%);
    transition: filter .3s ease-out;
}

.social-icons a:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(42%) hue-rotate(320deg) brightness(109%) contrast(98%);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("/images/icons/menu.png") !important;
}

.language-switch .nav-link {
    padding: 10px 27px 0px 0px !important;
}

.language-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}

.language-modal-content {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    width: 320px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

    .language-modal-content h5 {
        margin-bottom: 1rem;
    }

    .language-modal-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .language-modal-content ul li {
            cursor: pointer;
            padding: 0.6rem 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            border-radius: 8px;
            transition: background 0.2s;
        }

            .language-modal-content ul li:hover {
                background: #f2f2f2;
            }

    .language-modal-content img {
        width: 24px;
        height: 24px;
    }

.language-modal .close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 24px;
    cursor: pointer;
}

.navbar-nav .nav-item {
    position: relative;
    overflow: hidden; /* garante que a animação da caixa não exceda o item */
}

.navbar-nav .nav-link {
    position: relative;
    z-index: 1; /* fica acima da caixa de fundo */
    color: #000;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-item::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    transform: translateX(0%);
    width: 0;
    height: 100%;
    z-index: 0;
    border-radius: 8px;
    transition: width 0.3s ease;
}

.navbar-nav .nav-item:hover::before {
    width: 100%; /* cobre toda a largura do item */
}

.navbar-nav .nav-item:hover .nav-link {
    color: #000; /* opcional: muda cor do texto no hover */
}
