@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #18181B;
}

::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 5px;
}


::-webkit-scrollbar-thumb:hover {
    background-color: #00d7ff;
}

.main-view {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.section1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*background: rgb(2, 0, 36);
    background: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 12%, rgba(0, 0, 0, 1) 38%);
    */
    background-image: url('../img/background.jpg');
    background-size: cover;
    padding-bottom: 100px;
}

.section1 .text-win {
    background-color: #00d7ff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.286);
}

.section1 .label-text-win {
    color: white;
    margin-top: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 35px;
    font-style: italic;
    text-shadow: black 0.1em 0.1em 0.4em
}

.iframe-container {
    position: relative;
    width: 80%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 50px #0a19e4;
    border: 2px solid #0a19e4;
    margin-top: 80px;
}

.iframe-container .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section1 .btn.first{
    margin: 140px 0 ;
    font-size: 33px;
}
.btn {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    margin: 60px 0;
    text-shadow: black;
    background-color: #0393ae;
    box-shadow: 0 0 10px #00d7ff;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 30px;
    cursor: pointer;
    color: white;
    text-decoration: none;
    text-shadow: black 0.1em 0.1em 0.4em
}

.btn:hover {
    transform: scale(1.06);
    transition: all.2s;
}

.text-span {
    color: white;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    font-style: italic;
    margin-bottom: 50px;
}

.span-azul {
    color: #00d7ff;
}

.img-section1 img {
    width: auto;
}

.section2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgb(24, 24, 24);
    background: linear-gradient(7deg, rgba(24, 24, 24, 1) 0%, rgba(22, 22, 22, 1) 41%, rgba(0, 0, 0, 1) 100%);
    padding: 10px 0;
}

.section2 .main {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
}

.section2 .main .title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white;
    text-align: center;
}

.section2 .main .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.section2 .main .right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section2 .main .container-img {
    width: 300px;
    height: 300px;
}

.section2 .main .container-img img {
    max-width: 100%;
    height: 90%;
}

.section2 .main .text-section2 {
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.section2 .title-depoimentos {
    color: white;
    font-weight: 600;
    font-size: 30px;
    margin-top: 80px;
}

.section2 .label-title {
    color: white;
    margin: 20px 0;
    font-weight: 600;
    font-size: 20px;
    text-shadow: black 0.1em 0.1em 0.3em
}

.section2 .depoimentos-field {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    flex-direction: column;
}
/*
.section2 .depoimentos-field .group{
    display: flex;
    justify-content: center;
    gap: 30px;
}*/
.section2 .container-depoimentos.horizontal{
    width: 350px;
    height: 200px;
}
.section2 .container-depoimentos.vertical{
    width: 282px;
    height: 500px;
}


.section2 .container-depoimentos iframe{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    border: none;
}

.section2 .depoimentos-field .container-depoimentos img {
    width: 100%;
    height: 100%;
}

.section3 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
    background: rgb(38, 41, 42);
    background: linear-gradient(to bottom, rgba(38, 41, 42, 1) 2%, rgba(12, 39, 47, 1) 17%, rgba(1, 38, 48, 1) 37%, rgba(0, 0, 0, 1) 59%);
}

.section3 .text-section3 {
    color: white;
    margin: 40px 0 10px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-shadow: black 0.1em 0.1em 0.3em
}

.btn.alt {
    line-height: 25px;
    padding: 15px;
}

.section3 .title-beneficios {
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
    border: 3px solid #00d7ff;
    border-radius: 5px;
    line-height: 30px;
    margin: 10px 10px 30px 10px;
    padding: 10px;
}

.section3 .beneficios-field {
    display: flex;
    justify-content: center;
    width: 50%;
    flex-direction: column;
    gap: 20px;

    color: white;
}

.section3 .beneficios-field .beneficios-container {
    display: flex;

    width: 100%;

    gap: 5px;

}


.section3 .beneficios-field .beneficios-container .beneficios-square {
    color: white;
    padding: 20px;
    font-size: 60px;
    font-weight: 600;
    border-right: 5px solid #00d7ff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.section3 .beneficios-field .beneficios-container .beneficios-square.alt{
    margin: 0 0 0 13px;
}
.section3 .beneficios-field .beneficios-container .info-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.section3 .beneficios-field .beneficios-container .info-container .title-info {
    font-weight: 600;
    font-size: 25px;
    color: #00d7ff;
}

.section3 .beneficios-field .beneficios-container .text-info {
    font-size: 20px;
    max-width: 70%;
    font-weight: 600;
}

.section4 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
    background: rgb(1, 38, 48);
    background: linear-gradient(to bottom, rgba(1, 38, 48, 1) 1%, rgba(0, 0, 0, 1) 34%);
}

.section4 .title-section4 {
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
}

.section4 .cards-field {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.section4 .cards-field .card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    width: 470px;
    height: 237px;
    border-radius: 20px;
    background-color: #004B5A;
    border-bottom: 5px solid #00d7ff;
    color: white;
}

.section4 .cards-field .card i {
    color: #00d7ff;
    font-size: 60px;
}

.section4 .cards-field .card .title-card {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
    font-style: italic;
}

.section4 .cards-field .card .text-card {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    max-width: 90%;
    color: #50FA01;
    text-shadow: black 0.1em 0.1em 0.3em
}

.section5 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgb(3, 50, 61);
    background: linear-gradient(to bottom, rgba(3, 50, 61, 1) 5%, rgba(76, 79, 79, 1) 38%, rgba(76, 79, 79, 1) 70%, rgba(1, 38, 48, 1) 99%);
}

.section5 .card {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    text-align: center;
    box-shadow: 0 0 10px black;
    margin: 40px 0;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    background: rgb(3, 50, 61);
    border-bottom: 5px solid #00d7ff;
    border-radius: 20px;
    background: linear-gradient(to bottom, rgba(3, 50, 61, 1) 5%, rgba(1, 38, 48, 1) 99%);
    text-shadow: black 0.1em 0.1em 0.3em
}

.section5 .card .first-text {
    font-size: 20px;
    margin-top: 30px;
    width: 90%;
    border: 3px solid #00d7ff;
    border-radius: 5px;
}

.section5 .card .second-text {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
}

.section5 .card .btn {
    margin: 0px 0 20px 0;
    width: 50%;
    padding: 10px 0px !important;
    font-size: 30px;

}

.section5 .card .last-text {
    font-size: 25px;

}

.section5 .title-field-duvidas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.section5 .title-field-duvidas svg {
    fill: white;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.section5 .title-field-duvidas .title {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    border-bottom: 2px solid #00d7ff;
    padding-bottom: 10px;
}

.section5 .duvidas-field {
    width: 60%;
    height: auto;
    background-color: #004B5A;
}

.section5 .duvidas-field .duvida-container {
    padding: 10px;
    width: 100%;
    cursor: pointer;
    color: white;
    font-size: 20px;
}

.section5 .duvidas-field .duvida-container .answer {
    padding: 5px;

}

.section5 .btn.last {
    line-height: px;

    color: #50FA01;
}

.section5 .text-footer {
    font-size: 16px;
    margin: 70px 0 20px 0;
    color: white;
    text-align: center;
}

.line {
    height: 1px;
    background-color: #00d7ff;
    text-shadow: black 0.1em 0.1em 0.3em
}

.none {
    display: none;
}

@media screen and (max-width:916px) {
    .section3 .title-beneficios {
        text-align: center;
    }

    .section2 .title-depoimentos {
        text-align: center;
    }

    .section2 .depoimentos-field {
        flex-direction: column;
    }

    .section4 .cards-field {
        flex-direction: column;
    }

    .section2 .main {
        flex-direction: column;
    }

    .section2 .main .left-side {
        width: 100%;
    }

    .section2 .main .right-side {
        width: 100%;
    }

    .section2 .label-title {
        text-align: center;
    }

    .section3 .beneficios-field .beneficios-container {
        margin: 0px !important;
    }

    .iframe-container {
        width: 80%;
    }
}

@media screen and (max-width:652px) {
    .img-section1 {
        display: flex;
        justify-content: center;
    }

    .img-section1 img {
        width: 95%;
        margin-bottom: 20px;
    }

    .section2 .main .text-section2 {
        max-width: 90%;
        margin-bottom: 20px;
    }

    .section3 .text-section3 {
        font-size: 20px;
        margin: 10px 0 10px 0;
    }

    .section3 .beneficios-field {
        width: 95%;
    }

    .section4 .cards-field .card {
        width: 400px;
        height: 200px;
    }

    .section4 .cards-field .card i {
        font-size: 50px;
    }


    .section4 .cards-field .card .title-card {
        font-size: 25px;
    }

    .section4 .cards-field .card .text-card {
        max-width: 100%;
        font-size: 18px;
    }

    .section5 .card {
        width: 90%;
    }

    .section1 .label-text-win {
        font-size: 21px;
    }

    .section1 .label-text-win .italicU {
        font-style: italic;
        text-decoration: underline;
    }

    .btn {
        font-size: 20px;
    }

    .section5 .card .second-text {
        font-size: 25px;
    }

    .section4 .title-section4 {
        font-size: 25px;
    }

    .section5 .card .btn {
        width: 80% !important;
        font-size: 22px !important;
    }
    .section1 .btn.first{
        margin: 90px 0 130px 0;
        font-size: 20px;
        padding: 10px 10px;
    }
}

@media screen and (max-width:502px) {
    .section3 .beneficios-field .beneficios-container .text-info {
        max-width: 90%;
        font-size: 18px;
    }

    .section5 .duvidas-field {
        width: 90%;
    }

    .text-span {
        font-size: 25px;
        font-weight: 700;
    }

    .iframe-container {
        width: 98%;
        margin-top: 50px;
    }

    .section1 .text-win {
        font-size: 18px;
    }

    .btn {
        font-size: 17px;
    }

    .btn.alt {
        font-size: 23px;
        line-height: 22px;
        margin: 50px 0 70px 0;
    }

    .section2 .main .title {
        line-height: 24px;
        margin-top: 20px;
    }

    .section2 .main {
        max-width: 90% !important;
    }

    .section3 .text-section3 {
        margin-top: 20px;
    }

    .btn.last {
        font-size: 22px;
        line-height: 20px;
    }
}

@media screen and (max-width:380px) {
    .section4 .cards-field .card {
        width: 350px;
    }

    .section5 .card .btn {
        width: 90%;
    }


}