@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

@media (min-width: 1780px) {
    .container-xxxl {
        max-width: 1600px !important;
    }

    .ms-xxl-5 {
        margin-left: 15rem;
    }

    .offset-xxxl-0 {
        margin-left: 0;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}


.step-container {
    background-color: #000;
}

.step-number {
    background-color: white !important;
}

.section3-card {
    max-width: 900px;
    background-color: #243342;
}

.line {
    background-color: #000;
}

.step-text .p-1 {
    color: #000;
}


.bg-canva {
    background-color: #ffe6e6 !important;
}

.bg-faixa {
    background-color: #000;
}

.logos {
    width: 170px;
}

body {
    font-family: "Raleway", sans-serif !important;
}

.section-1 {
    flex-wrap: wrap;
    background: rgb(19, 31, 43);
    background: linear-gradient(160deg, rgb(19, 31, 43) 0%, rgb(19, 31, 43) 37%, rgb(19, 31, 43) 71%, rgb(100, 46, 45) 97%);
    padding: 0 0px 0px 0px;
    display: flex;
    justify-content: center;
}

.section-1 .container-1 {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
}

.section-1 .container-1 .title-1 {
    color: #000;
    font-size: 66px;
    display: flex;
    flex-direction: column;
}

.section-1 .container-1 .title-1 .span-1 {
    font-weight: 300;
}

.section-1 .container-1 .title-2 {
    color: #000;
    margin-top: 40px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
}

.section-1 .container-1 .title-2 .span-1 {
    font-weight: 300;
    color: white;
}

.section-1 .container-1 .p-1 {
    color: white;
    margin-top: 35px;
    max-width: 450px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
}

.section-1 .container-1 .p-1 .span-1 {
    color: white;
    font-weight: 600;
}

.section-1 .span-1 {
    font-weight: 400 !important;
}

.section-1 .container-2 {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-1 .container-2 .div-1 {
    display: flex;
    justify-content: end;
    width: 100%;
}

.section-1 .container-2 .div-1 img {
    height: 30px;
}

.img-hero {
    width: 700px !important;
    mix-blend-mode: lighten;
}

.img-section2 {
    width: 800px !important;
    height: min-content;
}

.logos-section2 {
    width: 70px !important;
}

.section-1 .img-1 {
    width: 800px !important;
}


.section-2 {
    background-color: #ffe6e6;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.section-2 .container-1 {
    background-color: #000;
    text-align: center;
    font-size: 42px;
    padding: 10px;
    font-weight: 700;
    color: #ffe6e6;
}

.section-2 .container-2 {
    padding: 0 60px 80px 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 60px;
}

.section-2 .container-2 .content-1 {
    margin-top: 100px;
}

.section-2 .container-2 .content-1 .div-1,
.section-2 .container-2 .content-1 .div-2,
.section-2 .container-2 .content-1 .div-3,
.section-2 .container-2 .content-1 .div-4,
.section-2 .container-2 .content-1 .div-5 {
    max-width: 450px;
    /* margin-top: 15px; */
    color: white;
    display: flex;
    /* gap: 16px; */
}

.section-2 .container-2 .content-1 .div-1 img,
.section-2 .container-2 .content-1 .div-2 img,
.section-2 .container-2 .content-1 .div-3 img,
.section-2 .container-2 .content-1 .div-4 img,
.section-2 .container-2 .content-1 .div-5 img {
    width: 50px;
    height: 50px;
}

.section-2 .container-2 .content-1 .div-1 div .span-2,
.section-2 .container-2 .content-1 .div-2 div .span-2,
.section-2 .container-2 .content-1 .div-3 div .span-2,
.section-2 .container-2 .content-1 .div-4 div .span-2,
.section-2 .container-2 .content-1 .div-5 div .span-2 {
    font-weight: 800;
}

.btn-1 {
    max-width: 250px;
    margin-top: 40px;
    font-weight: bold !important;
    height: 50px;
    width: 100%;
    background-color: #f7454a;
    border: 1px solid #f7454a;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-1:hover {
    color: #000;
}

.section-2 .container-2 .content-2 .img-1 {
    margin-top: 60px;
}


.section3-div {
    display: flex;
}

.section-3 {
    background-color: #ffe6e6;
    /* padding-bottom: 40px; */
}

.img-section4 {
    margin-left: 30px;
    margin-top: 80px;
}

.section-3 .container-1 {
    background-color: #000;
    text-align: center;
    font-size: 42px;
    /* padding: 10px; */
    font-weight: 700;
    color: #ffe6e6;
}

.section-3 .container-2 {
    margin: 0 auto;
    display: flex;
    width: 75%;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 20px;
  padding-right: 20px; */
    color: white;
}

.title-1 {
    /* margin-top: 40px; */
    color: white;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.div-card {
    background-color: #243342;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    padding-top: 25px;
}

.div-card .title-1 {
    color: #000;
    font-size: 21px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 10px;
}

.div-card .p-1 {
    padding: 0 25px 25px 25px !important;
}

.h1-1 {
    color: #000;
    display: flex;
    justify-content: center;
}

.section-4 {
    background-color: #ffe6e6 !important;
    /* padding-top: 15px; */
}

.section-4 .div-1 {
    font-size: 20px;
    max-width: 800px;
}

.section-4 .forms {
    background-color: #f7454a;
}

.nav-link.active {
    color: #000 !important;
}

.nav-link.disabled {
    color: #fff !important;
}

.section-4 .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.section-4 .btn {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.section-4 .nav-tabs-alt {
    --si-nav-tabs-alt-link-active-border-color: #000;
    border-width: 3px;
    margin: 0;
}

.nav-tabs-alt .nav-link.active {
    border-width: 3px;
}

.nav-tabs-alt .nav-item {
    margin-bottom: -3px;
}

.section-4 .h1-1 {
    color: #000;
}

.section-4 .step-container {
    background-color: #000;
}

.section-4 .step-number {
    background-color: #000 !important;
}

.section-4 .section3-card {
    max-width: 900px;
    background-color: #243342;
}

.section-4 .line {
    background-color: #000;
}

.section-4 .step-text .p-1 {
    color: #000;
}


.section-5 {
    background-color: #ffe6e6;
    padding-bottom: 80px;
}

.section-5 .container-1 {
    background-color: #000;
    text-align: center;
    font-size: 42px;
    padding: 10px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
}

.section-5 .container-2 {
    background-color: #ffe6e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
}

.section-5 .container-2 .div-2 {
    margin-top: 30px;
    color: #000;
}


.footer {
    background-color: #fff;
    padding: 30px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.footer .div-1 {
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
}

.footer .div-2 {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.div-section1 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
}

.div-section2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 130px;
}

.div-section3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.footer .div-2 img {
    height: 30px;
}

.bg-section3-card {
    background-color: #243342;
}

@media (max-width: 555px) {
    .section-1 .container-2 .div-1 {
        justify-content: center;
    }

    .section-1 .container-2 .img-1 {
        width: 300px;
    }

    .section-2 .container-1 {
        font-size: 33px;
    }

    .section-2 .container-2 .content-2 .img-1 {
        width: 300px;
    }

    .section-3 .container-1 {
        font-size: 33px;
    }

    .section-3 .section3-title .div-1 {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-4 .container-2 {
        width: 100% !important;
    }

    .section-4 .container-2 .img-section4 {
        width: 90% !important;
    }

    .section-3 .container-2 .title-1 {
        font-size: 29px;
    }

    .section-3 .h1-1 {
        font-size: 29px;
    }

    .section-4 .section3-title .div-1 {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-4 .h1-1 {
        font-size: 29px;
    }

    .section-4 .step-number {
        font-size: 29px !important;
    }

    .section-5 .container-1 {
        font-size: 33px;
    }

    .div-section3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .div-section3 img {
        height: auto;
        width: 100%;
    }

    .div-section3 h1 {
        font-size: 40px;
        margin-top: 20px;
    }

    .div-section3 span {
        display: none;
    }

    .div-section2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0px;
    }

    .div-section2 img {
        height: auto;
        width: 100%;
    }

    .div-section2 h1 {
        font-size: 40px;
        margin-top: 20px;
    }

    .div-section2 span {
        display: none;
    }

    .line-height {
        display: none;
    }
}

.nav-link {
    color: #e2e5f1;
}

.form-check-label,
.form-label {
    font-size: 18px;
    font-weight: 400;
}

.nav-item {
    font-size: 20px;
}

.link-primary {
    color: #000 !important;
}

.nav-link:hover {
    color: #000;
}

.form-control:focus {
    border-color: #000;
}