/* @font-face {
    font-family: 'Rodape';
    src: url('../fonts/Rajdhani/Rajdhani-Bold.ttf');
    font-display: swap;
    font-weight: bold;
}

@font-face {
    font-family: 'Rodape';
    src: url('../fonts/Rajdhani/Rajdhani-Regular.ttf');
    font-display: swap;
} */

@font-face {
    font-family: 'Rogeu';
    src: url('../fonts/Rogeu/Rogeu.ttf');
    font-display: swap;
}

*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #10101b;
    padding: 4px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(45deg, rgba(25, 116, 55, 0.527), #25c02dd0);
    box-shadow: 0px 0px 30px 3px rgba(31, 162, 224, 0.3294117647);
    border: 4px none #091b50;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}
.green {
    color: #00c199;
}
.hero {
    background-image: url('../img/bg-home-captura.png');
    background-position: 42%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.row.first-row {
    margin-top: 120px;
    gap: 70px;
    flex-wrap: nowrap;
    /* margin-left: 0 !important; */
}
.row > * {
    padding: 0 !important;
}
.col-title {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff;
    height: 730px;
    padding-bottom: 82px !important;
    margin-left: 40px;
}
.col-title .first_title,
.col-content .first_title {
    font-weight: 500;
    font-size: 41.6537px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.165em;
}
.col-title .strong_text,
.col-content .strong_text {
    font-weight: 900;
}

.col-title .font_rogeu,
.col-content .font_rogeu {
    font-family: 'Rogeu';
    font-weight: 400;
    font-size: 145.529px;
    line-height: 181px;
    letter-spacing: -0.015em;
}

.box-content {
    display: flex;
    align-items: flex-start;
    max-width: 560px;
    padding-top: 20px !important;
}

.col-content {
    color: #fff;
    background: rgba(15, 18, 17, 0.86);
    mix-blend-mode: normal;
    box-shadow: 0px 4px 125px rgba(0, 204, 143, 0.32);
    border-radius: 21px;
    padding: 46px 50px 50px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: max-content;
}

.col-content .box-first-title,
.col-content .box-second-title,
.col-content .box-description {
    text-align: center;
    margin-bottom: 15px;
}

.col-content .first_title {
    font-size: 24.9677px;
    line-height: 30px;
}

.col-content .font_rogeu {
    font-size: 85.3871px;
    line-height: 91px;
    text-align: center;
}

.col-content .box-second-title h1 {
    font-weight: 700;
    font-size: 43px;
    line-height: 52px;
}
.col-content .box-second-title h2 {
    font-weight: 900;
    font-size: 34.0364px;
    line-height: 96.52%;
    background: #00c199;
    width: max-content;
    margin: 0 auto;
}

.col-content .box-description h3 {
    font-weight: 400;
    font-size: 22.2941px;
    line-height: 27px;
    margin-bottom: 0;
}
.col-content .box-description h3 span {
    color: #00cc8f;
    font-weight: 900;
}

.button-register {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 28.9298px;
    line-height: 30px;
    color: #fff;
    background: #00c199;
    border-radius: 56px;
    border: none;
    outline: none;
    padding: 15px 38px;
    transition: 0.4s;
    margin-bottom: 6px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}

.box-footer {
    max-width: 441px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}

.box-video {
    margin-top: -25px;
    padding: 0 0 100px;
    max-width: 1317px;
    width: 100%;
    margin-inline: auto;
}

.box-video div video {
    width: 100%;
    border-radius: 21px;
    height: 100%;
}

.button-register:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

.modal {
    background-image: url('../img/bg-modal-captura.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.modal-body {
    background: rgba(15, 18, 17, 0.86);
    mix-blend-mode: normal;
    box-shadow: 0px 4px 127px rgba(0, 204, 143, 0.47);
    border-radius: 21px;
    padding: 31px 60px;
    max-width: 600px;
}

.modal-body p {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 23px;
}

.modal-content {
    position: relative;
    background-color: transparent;
    text-align: center;
    border: none;
}

.modal-content .button-modal {
    max-width: 320px;
    font-size: 25px;
    margin-top: 15px;
}

.close-modal {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    transition: 0.4s;
    filter: brightness(1.1);
}
.close-modal:hover {
    transform: rotate(180deg);
}

.form-control {
    background: #000000;
    border: 1px solid #989898;
    border-radius: 29.5px;
    padding: 20px 24px;
    font-size: 16px;
    line-height: 19px;
    color: #c8c8c8;

    width: 100%;
}
.form-control::placeholder {
    color: #c8c8c8;
}

.form-control:focus {
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.form-group {
    width: 100%;
}

.form-modal {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-tel {
    padding-left: 70px !important;
}

.rodape-modal {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: white;
}

.iti__selected-flag {
    padding: 0 6px 0 24px;
}
.iti__country-list {
    border-radius: 4px;
}
.iti {
    width: 100% !important;
}
.iti__country-name {
    font-size: 14px;
}
.iti__country {
    max-width: 366px;
    width: 100%;
}

label.error {
    color: red;
    font-weight: 500;
    font-size: 12px;
    padding-top: 3px;
}
label.error:not(:nth-of-type(3)) {
    display: block;
    text-align: left;
    padding-left: 20px;
}
label.error:nth-child(3) {
    position: absolute;
}

input.error,
input.error:focus {
    border-color: red;
    box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.216);
}

footer .infos_rodape {
    background-color: #000;
    padding: 20px 0;
}

footer .infos_rodape .row_pessoal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .infos_rodape .row_pessoal .parte2 {
    text-align: center;
}

footer .infos_rodape .row_pessoal .parte2 .titulo {
    color: #fff;
    font-weight: bold;
}

footer .infos_rodape .row_pessoal .parte2 .infos_contato {
    color: #fff;
    font-size: 0.8rem;
}

footer .infos_rodape .row_pessoal .parte2 .infos_contato a {
    color: #28a887;
    text-decoration: underline;
}
footer .infos_rodape .row_pessoal .redes_sociais {
    display: flex;
}
footer .infos_rodape .row_pessoal .redes_sociais li {
    list-style: none;
    padding-left: 10px;
}

.rodape {
    padding: 5px 0px;
    font-family: 'Rodape';
    background: #000201;
}

.rodape .footer-conteudo p {
    margin-bottom: 0;
    color: #fff;
}

.rodape .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rodape .footer-logos {
    position: relative;
}

.rodape .footer-logos a:after {
    content: 'DESIGN E DESENVOLVIMENTO';
    position: absolute;
    top: -50px;
    width: 90%;
    right: 0%;
    padding: 5px;
    background: #000;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 0.8rem;
    opacity: 0;
    text-align: center;
}

.rodape .footer-logos a:hover:after {
    opacity: 1;
}

.rodape .footer-logos .g1 {
    width: 33px;
    margin: auto;
}

@media (max-width: 1350px) {
    .row {
        gap: 0px;
    }
    .col-title {
        margin-left: 0px;
    }
    .col-title .first_title {
        font-size: 39.6537px;
    }
    .col-title .font_rogeu {
        font-size: 130.529px;
    }
    .box-content {
        margin-left: auto;
    }
    .box-video {
        margin-top: -35px;
    }
    .box-video video {
        height: auto;
    }
}

@media (max-width: 1200px) {
    .hero {
        background-position: 35%;
    }

    .box-content {
        max-width: 420px;
    }
    .col-content {
        padding: 46px 35px 50px !important;
    }

    .col-title .first_title {
        font-size: 32.6537px;
        line-height: 0px;
    }
    .col-title .font_rogeu {
        font-size: 104.529px;
    }
    .col-content .first_title {
        font-size: 21.9677px;
    }
    .col-content .font_rogeu {
        font-size: 76.3871px;
        line-height: 80px;
    }
    .col-content .box-second-title h1 {
        font-size: 32px;
    }
    .col-content .box-second-title h2 {
        font-size: 31.0364px;
    }
    .col-content .box-description h3 {
        font-size: 20.2941px;
    }
    .button-register {
        font-size: 21.9298px;
    }
    .box-footer {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .col-title {
        display: none;
    }
    .col-content .first_title {
        font-size: 18.9677px;
    }
    .col-content .font_rogeu {
        font-size: 66.3871px;
        line-height: 71px;
    }
    .col-content .box-second-title h1 {
        font-size: 32px;
    }
    .col-content .box-second-title h2 {
        font-size: 27.0364px;
    }
    .col-content .box-description h3 {
        font-size: 19.2941px;
    }
    .button-register {
        font-size: 21.9298px;
        margin-top: 0px;
    }
    .first-row {
        margin-bottom: 50px;
    }
    .box-video {
        margin-top: 0;
    }
    .rodape .footer-logos a:after {
        display: none;
    }
}
@media (max-width: 768px) {
    .hero {
        background-image: url('../img/bg-captura.png');
        background-position: inherit;
    }
    .row.first-row {
        margin-top: 50px;
    }
    .box-content {
        margin: 0 auto;
    }

    .box-video {
        padding: 0px 0 30px;
    }
    .rodape .row {
        padding: inherit;
    }

    .rodape .footer-conteudo,
    .rodape .footer-logos {
        text-align: center;
    }
    footer .infos_rodape .row_pessoal {
        flex-direction: column;
        gap: 30px;
    }
    footer .infos_rodape .row_pessoal .parte2 .infos_contato p {
        margin: 0;
    }
}

@media (max-width: 576px) {
    .col-content {
        padding: 30px 20px !important;
    }
    .col-content .first_title {
        font-size: 17.9677px;
    }
    .col-content .font_rogeu {
        font-size: 64.3871px;
        line-height: 71px;
    }
    .col-content .box-second-title h1 {
        font-size: 27px;
    }
    .col-content .box-description h3 {
        font-size: 16px;
    }
    .button-register {
        font-size: 17.9298px;
        margin-top: 0px;
        padding: 13px 30px;
    }
    .box-footer {
        font-size: 13px;
    }
    .modal {
        padding-top: 60px;
        background-size: cover;
    }
    .modal-body {
        padding: 20px 25px;
    }
    .modal-content .button-modal {
        font-size: 22px;
    }
    .rodape-modal {
        font-size: 14px;
    }
    .close-modal {
        top: 20px;
        right: 30px;
    }
}

@media (max-width: 368px) {
    .col-content .first_title {
        font-size: 15.9677px;
    }
    .col-content .font_rogeu {
        font-size: 52.3871px;
        line-height: 58px;
    }
    .col-content .box-second-title h1 {
        font-size: 23px;
        line-height: 25px;
    }
    .col-content .box-second-title h2 {
        font-size: 22.0364px;
    }
    .col-content .box-description h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .button-register {
        font-size: 14px;
    }
    .box-footer {
        font-size: 11px;
    }
}

@media (min-width: 1920px) {
    .hero {
        background-position: inherit;
    }
    .row.first-row {
        margin-top: 150px;
    }
    .box-video {
        margin-top: -8px;
        max-width: 1388px;
    }
}

@media (min-width: 2300px) {
    .row.first-row {
        margin-top: 283px;
        gap: 167px;
    }
    .box-video {
        margin-top: 50px;
        max-width: 1850px;
        padding-right: 130px;
    }
}

@media (min-width: 768px) {
    .rodape .footer-logos {
        text-align: right;
    }

    .rodape .footer-logos .g1 {
        margin-right: 0;
    }
    footer .infos_rodape .row_pessoal {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
