/* CONTATO */

.main-intern-contact {
    padding: 128px 0px;
    background-color: #2196f3b0;
    background-image: url(../images/bg-contato.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: multiply;
}

.main-intern-contact-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    outline: 8px solid #E5E5E5;
}

.main-intern-contact__title {
    color: #FFF;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 16px;
}

.main-intern-contact__paragraph {
    color: #FFF;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 16px;
}

.main-intern-contact__link-contact {
    color: #FFF;
    fill: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    font-size: 28px;
    margin-bottom: 16px;
}

.main-intern-contact__link-contact svg {
    width: 46px;
    height: 46px;
}

.main-intern-contact li {
    list-style-type: none;
    border-bottom: 2px solid #FFF;
    width: 230px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 32px;
}

/* 
.div-contact-form-flex-container {
    display: flex;
    flex-direction: column-reverse;
}

.div-contact-form-content-separator {
    margin-bottom: 36px;
}

.div-contact-form-content__sub-title {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 16px;
    background-color: #0594a8;
    height: 32px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 250px;
}

.div-contact-form-content__hr {
    height: 6px;
    background-color: #0594a8;
    width: 100px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.div-contact-form-content__paragraph-effect {
    color: #41A360;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.div-contact-form-content-unordened-list {
    list-style-type: none;
}

.div-contact-form-content-unordened-list a {
    color: #696A6D;
}

.div-contact-form-content-unordened-list li {
    margin-bottom: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
}

.form-group label {
    font-size: 16px;
    color: #696A6D;
    letter-spacing: 0.08px;
    line-height: 28px;
    font-weight: bold;
}

.form-label-paragraph {
    font-size: 16px;
    color: #3D3D3D;
    letter-spacing: 0.08px;
    line-height: 28px;
    font-weight: bold;
}

input[type="radio"] {
    margin-right: 4px;
    accent-color: #3293c8;
    width: 14px;
    height: 14px;
    transition: .3s ease-in-out;
}

select option {
  margin: 40px;
  background: #4C4C4C; 
}

.form-group__options div {
    margin-bottom: 8px;
}

.form-group__options span {
    color: #3D3D3D;
    font-size: 16px;
    letter-spacing: 0.08px;
    line-height: 28px;
}

.form-control {
    height: 46px;
    border: 3px solid #0594a8;
    background: transparent;
    border-radius: 6px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 28px;
    color: #696A6D;
    letter-spacing: 0.08px;
    outline: none;
    padding: 0px 16px;
    transition: .3s ease-in-out;
}

.form-control-message {
    height: 128px;
    border: 3px solid #0594a8;;
    background: transparent;
    border-radius: 6px;
    margin-top: 8px;
    outline: none;
    padding: 16px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.08px;
    color: #FFF;
    transition: .3s ease-in-out;
}

.btn-send-contact {
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #0594A8;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 270px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.btn-send-contact:hover {
    background-color: #035A66;
    transition: .3s ease-in-out;
}

.contact-map {
    height: 300px;
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 300px;
}

@media only screen and (min-width: 1024px) {
    .div-contact-form-flex-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .div-contact-form-content {
        width: 45%;
    }

    .div-contact-form-content-separator {
        margin-bottom: unset;
    }
}
**/

/* CONTATO */