@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

html {
    color-scheme: light;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.background {
    width: 100%;
    position: relative;
    aspect-ratio: 2592 / 864;
    overflow: hidden;
}

.carousel-track {
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease;
}

.carousel-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.carousel-slide picture {
    display: block;
    width: 100%;
    height: 100%;
}

.bg-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 42px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-btn.prev {
    left: 20px;
}

.carousel-btn.next {
    right: 20px;
}

.carousel-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.carousel-dot.active {
    background: #fff;
}

.rede-mesh {
    background-color: #1800ad;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 100px;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.mesh-container {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.mesh-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
    color: #7CFF00;
}

.mesh-header h2 {
    font-size: 2.5rem;
    text-shadow: 0 0 20px rgba(124, 255, 0, 0.3);
}

.mesh-header h3 {
    font-size: 1.5rem;
    text-shadow: 0 0 20px rgba(124, 255, 0, 0.3);
    margin-left: 10px;
}

.mesh-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 1.3rem;
    color: #FAFAFA;
    margin-left: 15px;
}

.mesh-gif {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mesh-gif img {
    border-radius: 16px;
    max-width: 100%;
    height: auto;
    padding: 10px;
    /* sombra suave */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}


.confianca {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 140px;
}

.confianca-titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    color: #1800ad;
}

.confianca-titulo h1 {
    font-size: 2.5rem;
    text-shadow: 0 0 20px rgba(124, 255, 0, 0.3);
}

.brand {
    color: #7CFF00;
    font-weight: 700;
}

.confianca-imgs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    gap: 25px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.confianca-imgs div {
    flex: 0 1 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confianca-imgs img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    object-fit: contain;
}


/* PERGUNTAS FREQUENTES */

#fac {
    scroll-margin-top: 120px;
}

.fac {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 7%;
    width: 90%;
    padding: 20px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.box-fac {
    margin-left: 20px;
}

.fac-titulo {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 15px;
    margin-bottom: 20px;
    color: #1800ad;
}

.fac-perguntas {
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.fac-perguntas li {
    padding: 20px;
    background: rgb(247, 247, 247);
    border-left: 4px solid #7CFF00;
    border-radius: 8px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 250px;
}

.fac-perguntas li:hover {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(33, 150, 243, 0.15) 100%);
    border-left: 4px solid #5ACD00;
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(124, 255, 0, 0.2);
}

.fac-perguntas li h2 {
    color: #000000;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(124, 255, 0, 0.2);
    font-weight: 700;
}

.fac-perguntas li p {
    color: #000000;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 400;
}

.fac-imagem {
    display: flex;
    align-items: center;
    background: transparent;
    width: 40%;
    margin-left: 20px;
}

.fac-imagem img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    object-fit: contain;
}


/* SOBRE */

#sobre {
    scroll-margin-top: 120px;
}

.sobre {
    background: #FAFAFA;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 10%;
    padding: 2%;
    width: 98%;
    border-radius: 16px;
}

.sobre-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sobre-imagem img {
    color: #050F28;
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 12px;
}

.sobre-titulo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.sobre-titulo h2 {
    color: #7CFF00;
    font-size: 2.5rem;
    text-shadow: 0 0 20px rgba(124, 255, 0, 0.3);
}

.sobre-texto {
    margin-left: 20px;
    text-align: left;
    font-size: 1.1rem;
}


/* CONTATO */

#contato {
    scroll-margin-top: 120px;
}

.contato-geral {
    width: 95%;
    margin: auto
}

.titulo-form {
    color: #444;
    font-size: 1.1rem;
    max-width: 100%;
    margin-left: 20px;
}

.titulo-form h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #8bff1e;
    text-shadow: 0 0 20px rgba(124, 255, 0, 0.3);
}

.contato {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    padding: 40px 20px 20px 20px;
    padding-bottom: 60px;
    min-height: 200px;
    align-items: center;
}

.box-form {
    max-width: 500px;
    max-height: 700px;
    background: #ffffff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(123, 255, 0, 0.438);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    text-align: center;
}

.box-form h3 {
    color: #1800ad;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.box-form:hover {
    border-color: rgba(124, 255, 0, 0.5);
    box-shadow: 0 8px 40px rgba(124, 255, 0, 0.2);
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

form input,
form textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(124, 255, 0, 0.3);
    border-radius: 8px;
    padding: 12px 16px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

form input::placeholder,
form textarea::placeholder {
    color: rgba(0, 0, 0, 0.674);
}

form input:focus,
form textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    border-color: #7CFF00;
    box-shadow: 0 0 12px rgba(124, 255, 0, 0.4);
}

form textarea {
    resize: vertical;
    min-height: 120px;
}

form button {
    background: #7CFF00;
    color: #050f28;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(124, 255, 0, 0.3);
}

form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(124, 255, 0, 0.5);
}

form button:active {
    transform: translateY(0);
}

.maps {
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(124, 255, 0, 0.2);
    width: 100%;
    height: 500px;
}

.contato .maps iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    border: 0;
}

@media(max-width: 1490px) {

    /*SOBRE*/
    .sobre {
        flex-direction: column;
        gap: 18px;
        padding: 18px;
        align-items: center;
    }
}

@media(max-width: 1024px) {

    .background {
        aspect-ratio: 1024 / 1536;
    }

    .carousel-btn {
        display: none;
    }


    .rede-mesh {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    .mesh-container {
        width: 100%;
    }

    .fac,
    .box-fac {
        margin-left: 0;
    }



    .sobre-imagem {
        width: auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sobre-imagem img {
        width: 100%;
        max-width: 820px;
        height: auto;
        border-radius: 12px;
        object-fit: cover;
        display: block;
    }

    .sobre-texto {
        width: 100%;
        max-width: 920px;
        margin-left: 0;
        text-align: left;
        font-size: 1rem;
    }

    /*CONTATO*/
    .titulo-form img {
        width: 100%;
        max-width: 400px;
    }

    .contato {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    /*FOOTER*/
    .footer {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .informacoes-footer {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .informacoes-footer-detalhes {
        text-align: center;
    }
}









/* MODAL DO PALPITE PARA A COPA */


.modal-copa {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    padding: 20px;
}

.modal-copa-content {
    background: #ffffff;
    max-width: 420px;
    width: 100%;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    animation: modalZoom 0.3s ease;
}

.modal-copa-content h2 {
    margin: 0 0 15px;
    color: #0b7a35;
    font-size: 24px;
}

.modal-copa-content p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.modal-destaque {
    font-weight: bold;
    color: #0b7a35 !important;
}

.modal-btn {
    display: inline-block;
    margin-top: 15px;
    background: #0b7a35;
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.modal-btn:hover {
    background: #095c29;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #555;
}

@keyframes modalZoom {
    from {
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

#modalCopa {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 9998;
}

#modalCopa>div {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
}



/* Bola flutuante */
.bola-flutuante {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    transition: transform 0.3s ease;
    border: 2px solid #7CFF00;
    border-radius: 50%;
}

.bola-flutuante.inativo {
    display: none;
}

.bola-flutuante img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.bola-flutuante:hover {
    transform: scale(1.1);
}

.bola-flutuante {
    animation: quicar 2s infinite;
}

@keyframes quicar {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.bola-flutuante img:hover {
    transform: rotate(360deg);
    transition: 1s;
}



/* MODAL DOS NAMORADOS */
.modal-namorados-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;

}

.modal-namorados {
    background: #ffffff;
    max-width: 420px;
    width: 100%;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    animation: modalZoom 0.3s ease;
}

.modal-namorados-close {
    position: absolute;
    top: 10px;
    right: 17px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #000000;
}

.modal-namorados-destaque {
    margin-top: 15px;
    font-weight: bold;
    color: #00fd61 !important;
}

.modal-namorados-destaque-p {
    color: #1800ad;
    font-size: 1.2rem;
    margin: 0;
}

.modal-namorados h1 {
    font-size: 48px;
    color: #1800ad;
    margin: 20px 0;
    animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

.btn-modal-namorados {
    display: inline-block;
    margin-top: 15px;
    background: #00fd61;
    color: #000000;
    padding: 12px 22px;
    border: 1px solid #1800ad;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}