.banner__contato {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 730px;
}

.banner__contato--divContainer {
    max-width: 40vw;
}

.banner__contato--divDestqueH2 {
    background-color: var(--color-primary);
    color: white;
    font-weight: 500;
    font-size: 3.1vw;
    padding: 0px 10px;
    max-width: 33vw;
}

.banner__contato--divContainerH2{
    color: var(--color-primary);
    font-weight: 500;
    font-size: 3.1vw;
}

.banner__contato--divContainerP {
    color: var(--color-primary);
    font-size: 1.5vw;
    max-width: 32vw;
}

.section__contatoDepoimentos {
    background-color: #efe3dc;
    height: 500px;
}

.section__contatoForm {
    background-color: #efe3dc;
}

.section__contatoForm--divContainer {
    background-color: #ffff;
    margin-left: 10vw !important;
    margin-right: 10vw !important;
    border-radius: 20px;
    position: relative;
    top: -7.5vw;
}

.section__contatoForm--divContainer h1 {
    max-width: 200px;
}

.section__contatoForm .form_contato input::placeholder {
  font-size: 9px;
  font-weight: 600;
}

.section__contatoForm .form_contato input {
    border-radius: 40px;
    padding: 10px 20px;
}

.section__contatoForm .form_contato textarea::placeholder {
  font-size: 9px;
  font-weight: 600;
}

.section__contatoForm .form_contato textarea {
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    height: 124px;
}

.section__contatoForm .form_contato .form-check-input {
    padding: 0px 0px;
}

@media (max-width: 767px) {

    .banner__contato--divContainer {
        max-width: 70vw;
    }

    .banner__contato--divDestqueH2 {
        font-size: 24px;
        max-width: 60vw;
    }

    .banner__contato--divContainerH2{
        font-size: 30px;
    }

    .banner__contato--divContainerP {
        font-size: 17px;
        max-width: 55vw;
    }

    #procedimentos-contato .swiper-wrapper {
        padding-left: 32px;
    }

    .section__contatoForm--divContainer {
        top: -30vw;
        margin-left: 2vw !important;
        margin-right: 2vw !important;
    }
}