@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    background-color: #FBFBFB !important;
}

.body{
    overflow: hidden;
    height: 100vh;
}

/* nav */
.nav {
    background-color: #FFFFFF;
}

.oferecimento {
    color: #FDFDFD;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    word-wrap: break-word
}

/* formulario */
.form-custom {
    padding: 20px 20px;
    /* background-color: #FBFBFB; */
    box-shadow: 0px 4px 20px rgba(138.87, 84.81, 253.75, 0.20);
    border-radius: 20px;
    border: 1px #8B55FE solid;
}

.form {
    background: rgb(252, 24, 84);
    background: linear-gradient(45deg, #FC1854, #FE6A26, #FFAD00, #C7398F, #BD23AA);
    /* background: linear-gradient(225deg, #C53299 0%, #FFA406 39%, #FD234F 100%); */
    position: relative;
    overflow: hidden;
}

.form::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    /* Ajuste a altura para alterar o tamanho das ondulações */
    background-image: url('../img/Wave.svg');
    /* Substitua por sua imagem de ondulação */
    background-position: center;
    background-size: 120vw;
    background-repeat: no-repeat;
}
@media (min-width: 1044px) {
    .form::after{
        height: 235px;
    }
}

@media (min-width: 1183px) {
    .form::after{
        height: 265px;
    }
}
@media (min-width: 1600px) {
    .form::after{
        height: 300px;
    }
}
@media (min-width: 1847px) {
    .form::after{
        height: 350px;
    }
}
@media (min-width: 2182px) {
    .form::after{
        height: 390px;
    }
}
@media (min-width: 2386px) {
    .form::after{
        height: 420px;
    }
}
@media (min-width: 2602px) {
    .form::after{
        height: 460px;
    }
}
@media (min-width: 2844px) {
    .form::after{
        height: 500px;
    }
}
.form-2 {
    /* background: rgb(252, 24, 84); */
    /* background: linear-gradient(45deg, #FC1854, #FE6A26, #FFAD00, #C7398F, #BD23AA); */
    /* background: linear-gradient(225deg, #C53299 0%, #FFA406 39%, #FD234F 100%); */
    background-image: url('../img/Thanks-Page-2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.label-form {
    color: #6D7280;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word
}

.custom-input {
    padding-left: 12px;
    padding-right: 12px;
    background: #F9FAFB;
    border-radius: 6px;
    overflow: hidden;
    border: 1px #D2D5DA solid;
}

.label {
    color: #5E6366;
    font-size: 10px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    line-height: 15px;
    word-wrap: break-word
}

.link {
    text-decoration: underline;
    color: black;
}

.btn-submit {
    border-radius: 50px;
    padding-right: 28px;
    padding-left: 28px;
    padding-top: 15.50px;
    padding-bottom: 15.50px;
    background: linear-gradient(180deg, #005EB8 0%, #002A52 100%);
    border-radius: 28px;
    overflow: hidden;
    color: white;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 25.20px;
    word-wrap: break-word
}

/* .maximize {
    background-color: #FBFBFB;
} */

.text-title {
    color: #FBFBFB;
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 62.40px;
    word-wrap: break-word
}

.text-title-custom {
    color: white;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 65px;
    word-wrap: break-word
}

.text-title-2 {
    color: #2D2D2D;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 41.60px;
    word-wrap: break-word
}

.text-title-3 {
    color: #2D2D2D;
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 57.60px;
    word-wrap: break-word
}

.text-title-4 {
    color: black;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 44.80px;
    word-wrap: break-word
}

.item {
    color: black;
    font-size: 24px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    line-height: 33.60px;
    word-wrap: break-word
}

.text-paragraph {
    color: #FBFBFB;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 41.60px;
    word-wrap: break-word
}

.text-paragraph-cards{
    color: #FBFBFB;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 41.60px;
    word-wrap: break-word
}

.text-paragraph-custom-2 {
    color: white;
    font-size: 28px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    line-height: 33.60px;
    word-wrap: break-word
}

.text-paragraph-custom-sec {
    color: white;
    font-size: 28px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    line-height: 33.60px;
    word-wrap: break-word
}

.text-paragraph-2 {
    color: #FBFBFB;
    font-size: 24px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    line-height: 36px;
    word-wrap: break-word
}

.text-paragraph-custom {
    color: white;
    font-size: 28px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    line-height: 33.60px;
    word-wrap: break-word
}
.text-paragraph-custom-one {
    color: white;
    font-size: 28px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    line-height: 33.60px;
    word-wrap: break-word
}

.text-paragraph-3 {
    color: black;
    font-size: 36px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    line-height: 43.20px;
    word-wrap: break-word
}

.text-paragraph-4 {
    color: black;
     font-size: 36px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    line-height: 43.20px;
    word-wrap: break-word;
}

.text-paragraph-5 {
    color: black;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 44.80px;
    word-wrap: break-word;
    /* text-align: justify; */
}

.text-it {
    color: #2D2D2D;
    font-size: 12px;
    font-family: "Mulish", sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word
}

.card {
    border-radius: 20px;
    border: 1px #E5F4F2 solid;
    background: white;
    box-shadow: 34.85px 29.63px 48.34px 0 #3366FF1A;
}

.icon-image {
    width: 50px;
    padding: 12.20px;
    background: #E5F4F2;
    border-radius: 12.20px;
}

.rectangle-div {
    width: 100% !important;
    position: relative;
    /* border-radius: 600px 600px 0px 0px; */
    border: 10px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    /* height: 753px; */
    overflow: hidden;
    object-fit: cover;
    height: 65%;
}



.rectangle-div-2 {
    /*width: 70%;*/
    height: 36.6rem;
    position: relative;
    border-radius: 600px 600px 25px 25px;
    border: 15px solid rgba(248, 178, 0, 0.5);
    box-sizing: border-box;
    /* overflow: hidden;
    object-fit: cover; */
}

@media (min-width: 1280px) {
    .rectangle-div-2{
        height: 41rem;

    }
}
@media (min-width: 1366px) {
    .rectangle-div-2{
        height: 38.5rem;
        margin-left: 10%;
    }
}
@media (min-width: 1600px) {
    .rectangle-div-2{
        height: 36.5rem;
    }
}
@media (min-width: 1920px) {
    .rectangle-div-2{
        height: 32rem;

        margin-left: 30%;
    }
}

/* analise do instagram */
.list-instagram {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
}

.list-item {
    color: black;
    font-size: 24px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    line-height: 33.60px;
    word-wrap: break-word
}

.list-i {
    width: 100%;
    height: 100%;
    padding: 3% 5%;
    background: #FF135A;
    border-radius: 50px;
}

/* materiais exclusivos */
.materiais {
    background: linear-gradient(225deg, #FFA605 0%, #C32F9D 39%, #FD2050 100%);
}

.card-title {
    color: #2D2D2D;
    font-size: 21px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    line-height: 31.50px;
    word-wrap: break-word
}

.card-text {
    color: #2D2D2D;
    font-size: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    line-height: 31.50px;
    word-wrap: break-word
}

.card-text-2 {
    color: #2D2D2D;
    font-size: 21px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    line-height: 31.50px;
    word-wrap: break-word
}

.footer {
    background-color: #005EB8;
}

.footer-text {
    color: white;
    font-size: 14px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
    margin-bottom: 0px;
}

.icon-footer {
    font-size: 19.36px;
    color: white;
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .form::after {
        background-image: none !important;
    }

    .body {
        overflow: auto;
    }

    .text-title,
    .text-title-2,
    .text-title-3,
    .text-title-4,
    .text-paragraph,
    .text-paragraph-2,
    .text-paragraph-3,
    .text-paragraph-4,
    .text-paragraph-5 {
        text-align: center !important;
    }

    .rectangle-div {
        height: auto !important;
    }

    .btn-submit {
        width: 100% !important;
    }

    .rectangle-div-2 {
        width: 100% !important;
        height: auto;
    }

    .text-title-custom {
        font-size: 40px !important;
        text-align: center !important;
    }

    .text-paragraph-custom,  .text-paragraph-custom-2 {
        text-align: center !important;
    }
}

@media (min-width: 766px) {
    .enable_image{
        display: none;
    }
}

@media (max-width: 767px) {

    .remove_padding{
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .disable_image{
        display: none;
    }

    .form-2 {
        padding: 20px;
    }

    .text-title{
        font-size: 24px;

    }
    .text-paragraph{
        font-size: 25px;
    }
    .text-paragraph-2{
        font-size: 18px;
    }
    .text-title-2{
        font-size: 24px;

    }

    .list-item{
        font-size: 18px;
    }
    .text-title-3{
        font-size: 20px;
        line-height: 30px;
    }
    .text-paragraph-3{
        font-size: 20px;
        line-height: 30px;
    }
    .text-btn{
        font-size: 16px;
    }
    .text-paragraph-4{
        font-size: 30px;
        line-height: 30px;
    }

    .text-title-4{
        font-size: 24px;
    }

    .text-paragraph-5{
        font-size: 18px;
        line-height: 30px;
    }

    .remove_margin{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .text-btn2{
        font-size: 14px;
    }

    .text_espaco{
        line-height: 30px;

    }

    .text-paragraph-custom-sec{
        font-size: 20px;
        margin-left: 20px;
    }

    .text-paragraph-custom-one{
        font-size: 20px;
        margin-left: 20px;
    }

    .text-title-custom {
        font-size: 36px;
        line-height: 45px;
    }

    .text-paragraph-custom-2 {
        font-size: 20px;
        line-height: 28px;
    }

    .rectangle-div-2 {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .card-deck {
        display: flex;
        flex-direction: column;
    }

    .card {
        margin-bottom: 20px;
    }

    .btn-submit {
        width: 100%;
    }
    .card-deck{
        margin-left: 10px;
        margin-right: 10px;
    }

    .text-paragraph-cards{
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .body {
        overflow: auto;
    }
    .text-paragraph-custom-2, .text-paragraph-custom{
        margin: auto !important;
    }
    .text-title-custom{
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .form-2{
        height: auto !important;
    }
}
