.banner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    position: relative;
    z-index: 1;
    margin-top: 63px;
}

.banner .img-banner {
    width: 100%;

}

.text_bannner_animate {
    font-size: 2.4rem;
}

.descr-banner {
    position: absolute;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    margin-left: 200px;
    margin-top: 70px;
    font-family: 'n-extrabold';
    font-size: 2rem;
    color: #fff;
}

.text_banner {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    padding-bottom: 20px;
    width: 420px;
}

.text_banner_end {
    color: #ffffff;
    font-size: 1.3rem;
    margin-top: 0px;
    font-family: 'n-bold';
    width: max-content;
    padding: 5px 10px;

}

.text-weigth {
    font-family: 'Barlow-Medium';
}

.form-banner {
    position: absolute;
    height: 419px;
    width: 294px;

    background: black;
    background-size: 100% 100%;
    left: 60%;
    top: 98px;

    display: grid;
    grid-template-columns: 85%;
    grid-template-rows: auto;
    justify-content: center;

    font-size: 0.9rem;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
    letter-spacing: 1px;



}
/* Animação de brilho */
@keyframes brilhoAnimado {

    0%,
    100% {
        box-shadow:
            0 0 10px var(--cor-verde),
            0 0 20px var(--cor-verde),
            0 0 30px var(--cor-azul);
    }

    50% {
        box-shadow:
            0 0 20px var(--cor-azul),
            0 0 30px var(--cor-verde),
            0 0 40px var(--cor-verde);
    }
}


.formulario-cadastro {
    margin-top: 10px;
}

.form-banner form input {
    height: 35px;
    margin-bottom: 12px;
    width: 100%;
    border: 0;
}

.form-banner form input::placeholder {

    font-family: 'n-regular';
}


.form-banner input,
textarea {
    padding: 10px;
}

.texto-campo-obrigatorio {
    font-size: 0.8rem;
}

.form-banner button {
    background: var(--cor-verde-claro);
    color: #ffff;
    font-size: 1rem;

    padding: 10px;
    border: 0;
    width: 100%;
    letter-spacing: 2px;


}


.texto-cadastre-se {
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 2rem;
    letter-spacing: 3px;
}

.title-form-banner {
    text-align: center;
}

.title-form-banner hr {
    border: 1px solid white;
}

.title-form-banner p {
    font-size: 1.1rem;
    font-family: 'n-semibold';
}

.texto-campo-obrigatorio {
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: 'n-regular';
}

.form-banner button{
  
    background: linear-gradient(90deg, rgba(0, 102, 155, 1) 0%, rgb(14, 148, 126) 66%) !important;

}

.social-icons {
    position: fixed;
    top: 90%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2;

}


.icon {
    margin-bottom: 5px;
    transition: opacity 0.3s ease;
    font-size: 2rem;
    z-index: 99;
    width: 100%;
    height: 100%;

}

.icon:hover {
    opacity: 0.7;
}

.custom-opacity {
    opacity: 1;
}

.social-icons img {
    width: 45px;
    height: 45px;
}

.title_banner {
    font-family: 'n-black';
    font-size: 1.2rem;
}

.tr {
    font-size: 1rem !important;
}


.faixa {
    background-image: url('../image/background/1.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    column-gap: 20px;
    align-items: center;
    color: white;
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.faixa .text_1 {
    font-family: 'n-extrabold';
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;

}

.faixa .text_1 b {

    font-size: 1.9rem;


}

.faixa .text_2 {
    font-size: 0.9rem;
    color: #FFF59B;
}



.faixa .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


@media only screen and (max-width: 813px) {

    .form-banner {
        display: none;
    }

    .banner .img-banner {
        width: 100%;
        height: 159px;
    }

    .banner {
        margin-top: 0px;
    }

    .descr-banner {
        position: absolute;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content;
        margin-left: 10%;
        margin-top: 10px;
        font-family: 'n-bold';
        font-size: 1.2rem;
        color: #fff;
        width: 80%;
    }

    .logo-menu {
        width: 130px;
        height: auto;
        left: 0;
        padding-left: 8%;
        margin-top: 10px;
    }

    .social-icons {
        position: fixed;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .text_banner {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        padding-bottom: 5px;
        width: 100%;
        font-size: 0.9rem;
    }

    .text_banner_end {
        color: #ffffff;
        font-size: 0.9rem;
        margin-top: 0px;
        font-family: 'n-bold';
        width: 100%;
        padding: 5px 10px;
    }

    .faixa {
        background-image: url('../image/banner/background.png');
        background-size: 100% 100%;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        column-gap: 20px;
        align-items: center;
        color: white;
        flex-direction: column;
    }

}



.opcao-lazer {
    display: grid;
    grid-template-columns: 70%;
    justify-content: center;
    background-image: url('../image/lazer/background-cinza.png');
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-opcao-lazer {
    color: #B1B3B6;


}

.text-lazer {
    display: grid;
    flex-direction: 60%;
    margin-top: 10px;
    column-gap: 3%;
    text-align: center;
}

.title-lazer {
    color: var(--cor-preta);
    font-size: 2rem;
}

.text-lazer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #16263E;
}

.subtitle-lazer {
    color: var(--cor-preta);
    font-family: var(--light);
    font-size: 1.3rem;
    padding: 20px;
}

.text-lazer li {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.text-lazer img {
    margin-right: 10px;
}

.gallery-espaco {
    width: 100% !important;
    margin-top: 50px;
}

.text-lista-localizacao {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #636466;
}

.list-loc {
    display: flex;
    justify-content: center;
    text-align: start;
    color: #636466;
}

.list-loc li {
    list-style: none;
}

.list-loc ul {
    margin-left: 50px;
}

iframe {
    width: 100%;
}

.title-lazer {
    font-family: var(--light);
    color: #004750;
    font-size: 2rem;
}



@media only screen and (max-width: 813px) {
    .text-lazer {
        display: flex;
        /* grid-template-columns: 25% 25% 25% 25%; */
        margin-top: 10px;
        flex-direction: column;
    }

    .opcao-lazer {
        display: grid;
        grid-template-columns: 70%;
        justify-content: center;

        background-size: 100% 100%;
        background-repeat: no-repeat;

        padding-top: 50px;
        padding-bottom: 50px;
    }

    .title-lazer {

        font-size: 1.5rem !important;
    }

    .logo_faixa img {
        max-width: 150px;
    }

    .faixa .text_2 {
        font-size: 0.9rem;
        color: #FFF59B;
        text-align: center;
    }

    .text_bannner_animate {
    font-size: 1.1rem;
}

.faixa .text_1 {
    font-family: 'n-extrabold';
    text-align: center;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.faixa .text_1 b {
    font-size: 1.1rem;
}

}