.contatoSection {
    background-color: #d4d4d4;
}
.contatoSection > .contatoSectionContainer {
    max-width: 912px;
    margin: 0 auto;
    padding: 59px 20px 105px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.contatoSection > .contatoSectionContainer > .contatoInfo {
    min-height: 602px;
    position: relative;
    overflow: hidden;
    background-color: #092b3b;
    border-radius: 30px 0 0 30px;
    padding: 28px 18px 26px;
}
.contatoSection > .contatoSectionContainer > .contatoInfo > h2 {
    max-width: 370px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 39px;
    color: #ddd2cb;
}
.contatoSection > .contatoSectionContainer > .contatoInfo > p {
    max-width: 405px;
    margin: 3px 0 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #ddd2cb;
}
.contatoSection > .contatoSectionContainer > .contatoInfo > span {
    display: block;
    max-width: 365px;
    margin: 0 0 38px 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #ddd2cb;
}
.contatoSection > .contatoSectionContainer > .contatoInfo > span > strong {
    font-weight: 700;
}
.contatoSection > .contatoSectionContainer > .contatoInfo > ul {
    max-width: 383px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin: 0 0 0 8px;
}
.contatoSection > .contatoSectionContainer > .contatoInfo > ul > li {
    position: relative;
    padding: 0 0 0 31px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ddd2cb;
}
.contatoSection > .contatoSectionContainer > .contatoInfo > ul > li::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #ddd2cb;
    border-radius: 50%;
}
.contatoSection > .contatoSectionContainer > .contatoInfo > ul > li::after {
    content: "";
    width: 5px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 2px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.contatoSection > .contatoSectionContainer > .contatoInfo > img {
    width: 334px;
    height: auto;
    position: absolute;
    right: 54px;
    bottom: -120px;
    object-fit: cover;
}
.contatoSection > .contatoSectionContainer > .contatoForm {
    min-height: 602px;
    background-color: #ececec;
    border-radius: 0 30px 30px 0;
    padding: 78px 46px 40px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contatoSection > .contatoSectionContainer > .contatoForm > label {
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #001824;
}
.contatoSection > .contatoSectionContainer > .contatoForm > label > input,
.contatoSection > .contatoSectionContainer > .contatoForm > label > select {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background-color: #d7d7d7;
    border: 1px solid #d1d1d1;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #001824;
    border-bottom-left-radius: 12px;
}
.contatoSection > .contatoSectionContainer > .contatoForm > label > input::placeholder {
    color: rgba(0, 24, 36, 0.28);
}
.contatoSection > .contatoSectionContainer > .contatoForm > label > select {
    color: #001824;
    cursor: pointer;
}
.contatoSection > .contatoSectionContainer > .contatoForm > label > select:invalid {
    color: rgba(0, 24, 36, 0.45);
}
.contatoSection > .contatoSectionContainer > .contatoForm > label > select option {
    color: #001824;
    background-color: #ffffff;
}
.contatoSection > .contatoSectionContainer > .contatoForm > label > select option[disabled] {
    color: rgba(0, 24, 36, 0.45);
}
.contatoSection > .contatoSectionContainer > .contatoForm > label:nth-of-type(6) > select {
    max-width: 180px;
}
.contatoSection > .contatoSectionContainer > .contatoForm > button {
    width: 100%;
    height: 30px;
    margin: 3px 0 0;
    background-color: #d3d3d3;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    color: #001824;
}
@media (max-width: 767px) {
    .contatoSection > .contatoSectionContainer {
            padding: 83px 20px 0;
            display: flex;
            flex-direction: column;
            gap: 36px;
        }
    .contatoSection > .contatoSectionContainer > .contatoInfo {
            min-height: 690px;
            border-radius: 31px;
            padding: 26px 16px 0;
        }
    .contatoSection > .contatoSectionContainer > .contatoInfo > h2 {
            max-width: 275px;
            font-size: 20px;
            line-height: 23px;
        }
    .contatoSection > .contatoSectionContainer > .contatoInfo > p {
            max-width: 295px;
            margin: 26px 0 27px;
            font-size: 16px;
            line-height: 23px;
        }
    .contatoSection > .contatoSectionContainer > .contatoInfo > span {
            max-width: 295px;
            margin: 0 0 58px;
            font-size: 14px;
            line-height: 19px;
        }
    .contatoSection > .contatoSectionContainer > .contatoInfo > ul {
            max-width: 300px;
            gap: 25px;
            margin: 0;
        }
    .contatoSection > .contatoSectionContainer > .contatoInfo > ul > li {
            padding: 0 0 0 37px;
            font-size: 14px;
            line-height: 20px;
        }
    .contatoSection > .contatoSectionContainer > .contatoInfo > ul > li::before {
            width: 20px;
            height: 20px;
            border-width: 2px;
        }
    .contatoSection > .contatoSectionContainer > .contatoInfo > ul > li::after {
            width: 6px;
            height: 10px;
            left: 7px;
            top: 3px;
            border-width: 2px;
        }
    .contatoSection > .contatoSectionContainer > .contatoInfo > img {
            width: 292px;
            height: 225px;
            right: 10px;
            bottom: 0;
        }
    .contatoSection > .contatoSectionContainer > .contatoForm {
            min-height: auto;
            border-radius: 0;
            padding: 99px 17px 122px;
            gap: 21px;
        }
    .contatoSection > .contatoSectionContainer > .contatoForm > label {
            gap: 11px;
            font-size: 10px;
            line-height: 12px;
        }
    .contatoSection > .contatoSectionContainer > .contatoForm > label > input,
        .contatoSection > .contatoSectionContainer > .contatoForm > label > select {
            height: 39px;
            padding: 0 13px;
            font-size: 14px;
            line-height: 17px;
        }
    .contatoSection > .contatoSectionContainer > .contatoForm > label:nth-of-type(6) > select {
            max-width: 226px;
        }
    .contatoSection > .contatoSectionContainer > .contatoForm > button {
            height: 38px;
            margin: 0;
            font-size: 12px;
            line-height: 15px;
        }
}
