.header-home {
    background-image: url('../../img/home.png');
    height: 60vh;
    display: flex;
    flex-direction: column;
}

.header-home .fst-italic {
    font-size: 54px;
}

.header-home .w,
.section-home .w {
    width: 60%;
}

.header-home .fs-2 {
    font-size: min(40px, 4.2vw) !important;
    font-weight: bold;
    color: #fff;
}

/* ----------- -------------- */

.section-home .top-form {
    margin-bottom: 119px;
}

.section-home .div-form {
    height: 600px;
    width: 100%;
    border-radius: 17px;
    background-color: #fff;
    margin-top: -70px;
    /* margin-top: 10px; */
}

.section-home .top-form h2 {
    font-size: 40px;
    font-weight: bold;
    color: #212644;
}

.section-home .btn-primary {
    border-radius: 5px !important;
    background-color: #212644 !important;
    color: #fff !important;
    font-size: 18px !important;
}

.section-home form {
    width: 80%;
}

.section-home form input,
.section-home form select {
    border: 1px solid #21264421 !important;
    border-radius: 26px !important;
}

/* ------- ---------- */
.section-home h3 {
    font-size: 35px;
    font-weight: bold;
    color: #212644;
}

.section-home p,
.section-home span {
    font-size: 18px;
    color: #2D2D2D;
}

/* ----- ---- */
.section-home .three {
    margin-top: 50px;
}

.section-home .three strong {
    font-size: 25px;
    color: #2D2D2D;
}

/* ---- ----- */
.section-home .five {
    margin-top: 77px !important;
}

/* ----- ---- */
.section-home .two,
.section-home .four,
.section-home .five,
.section-home .six,
.section-home .seven {
    display: flex;
    align-items: center;
}

.section-home .six img,
.section-home .four img{
    width: 100%;
}


/* responsivo tablet */
@media (max-width: 768px) {
    .section-home .div-form {
        margin-top: 20px;
    }
}


/* responsivo telefone */
@media (max-width: 480px) {
    .section-home .header-home {
        background-position: -480px;
        height: 50vh;
    }
}
