.contato .row {
    --bs-gutter-x: 0;
}

.banner {
    height: 130px;
    background-color: var(--green-shadow);
    padding: 37px;
    position: relative;
    overflow: hidden;
}

.banner .bg1 {
    position: absolute;
    width: 187px;
    height: 188px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    background-position: 0 100%;
}

.banner .bg2 {
    position: absolute;
    width: 950px;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    background-position: 0 100%;
}

.banner .title .doubleline,
.banner .title .doubleline::after {
    margin-bottom: 10px;
    background-color: #fff;
    max-width: 177px;
}

.title p {
    color: #fff;
}

.bcrumb {
    border-bottom: 1px solid #d6d6d6;
}

.bcrumb p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 12px 0 6px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #a9a9a9;
}

.bcrumb b {
    color: #2e2f36;
}

.bcrumb svg {
    margin-bottom: 3px;
}


/* Contato */

.contato {
    transform: translate(0, 143px);
    margin-top: -80px;
}

.contato .address {
    background-color: var(--green);
    width: 100%;
    min-height: 507px;
    background-size: 239px;
    background-repeat: no-repeat;
    background-position: 100% 118%;
}

.contato .address .title {
    padding: 19px 32px 23px 45px;
    border-bottom: 1px solid #f9fffa;
}

.contato .address .title p {
    font-size: 22px;
    font-weight: 700;
}

.contato .address .text {
    margin-bottom: 50px;
    padding-left: 45px;
}

.contato .address .text p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter";
    color: #fff;
}

.contato .address .text b {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}

.contato .form {
    background-color: #fff;
    padding: 37px 24px;
    min-height: 507px;
    box-shadow: 0px -15px 32px -15px rgba(112, 144, 176, 0.25);
}

.contato .form p {
    color: #474b6f;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-left: 16px;
}

.contato .form input[type="text"],
.contato .form textarea {
    resize: none;
    margin-bottom: 30px;
    background: #f8f8f8;
    border: 1px solid #d4d3e4;
    border-radius: 5px;
}

.contato .form textarea {
    height: 120px;
}

.contato .form input::placeholder,
.contato .form textarea::placeholder {
    color: rgba(78, 78, 116, 0.65);
}

.contato .form .check {
    display: flex;
    align-items: flex-start;
}

.contato .form .check .wpcf7-list-item-label {
    color: #474b6f;
    font-size: 13px;
    font-weight: 500;
}

.contato .form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
    padding-right: 20px;
}


/* .contato .form label[for="accept"] {
  display: flex;
  align-items: flex-start;
}

.contato .form label[for="accept"] .square {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 2px solid #181739;
  border-radius: 4px;
  cursor: pointer;
}

.contato .form input[type="checkbox"]:checked ~ label .square {
  background-color: #181739;
} */

.contato .form label[for="submit"] {
    background-color: var(--green);
    border-radius: 80px;
    display: flex;
    align-items: center;
    padding: 16px 12px;
    max-width: 202px;
    transition: all ease 250ms;
    cursor: pointer;
}

.contato .form label[for="submit"]:hover {
    background-color: var(--green-shadow);
}

.contato .form label[for="submit"] p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-right: 10px;
}

.contato .form label[for="submit"] .arrowRight {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all ease 250ms;
}

.contato .form label[for="submit"]:hover .arrowRight {
    transform: rotate(-45deg);
}

.contato .form .wpcf7-list-item.first.last {
    margin: 0 13px 0 0;
}

.contato .form .wpcf7-list-item-label {
    display: none;
}


/* Mapa */

.map,
.map iframe {
    width: 100%;
    height: 380px;
}