.status-message {
    background: rgba(21, 50, 97, 0.05);
    border-radius: 5px 5px 0px 0px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.status-message .sending, .status-message .success, .status-message .error {
    align-items: center;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.status-message .text-form {
    color: #153261;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
}

.status-message .icon {
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 30px;
    width: 100%;
}

.status-message img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.hidden {
    display: none !important;
}

.contact-form-wrapper {
    margin: 0 auto;
    max-width: 430px;
    position: relative;
    width: 100%;
}

.wrapper-content-form {
    opacity: 1;
}

.wrapper-content-form.partial-hide{
    opacity: 0;
    pointer-events: none;
}

.contact-form {
    position: relative;
}

.contact-form .input-container {
    margin-top: 40px;
}

.contact-form .input-container:first-child {
    margin-top: 0;
}

.contact-form input[type=text], .contact-form textarea {
    background: rgba(21, 50, 97, 0.05);
    border: none;
    border-bottom: 0.5px solid #153261;
    border-radius: 5px 5px 0px 0px;
    color: #153261;
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    max-width: 100%;
    outline: none;
    padding: 20px 15px;
    width: 100%;
}

.contact-form input[type=text].invalid {
    border-bottom: 0.5px solid #881313;
}

.contact-form textarea {
    height: 210px;
    resize: none;
}

.contact-form .input-label {
    color: #153261;
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    margin: 0;
    margin-top: 10px;
}

.radios-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 253px;
    width: 100%;
}

.contact-form .radio-title {
    color: #2773F2;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.contact-form .radio-opt {
    background: #EAEAEA;
    border: 0.5px solid #2773F2;
    border-radius: 5px;
    margin-top: 25px;
    max-width: 110px;
    opacity: 0.5;
    position: relative;
    width: 100%;
}

.contact-form .radio-opt:has(input:checked) {
    opacity: 1;
}

.contact-form .radio-opt.import:after, .contact-form .radio-opt.distribute:after {
    content: '';
    display: block;
    height: 28px;
    left: 50%;
    position: absolute;
    top: 21px;
    transform: translateX(-50%);
    width: 28px;
}

.contact-form .radio-opt.import:after {
    background: url('../images/importar.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-form .radio-opt.radio-opt.distribute:after {
    background: url('../images/distribuir.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-form input[type=radio] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.contact-form .radio-label {
    color: #153261;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    margin: 0;
    padding: 61px 0 21px;
    text-align: center;
}

.contact-form button[type=submit] {
    background: transparent;
    color: #153261;
    display: block;
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    margin-left: auto;
    margin-top: 30px;
    padding: 0;
    padding-right: 17px;
    position: relative;
    width: fit-content;
}

.contact-form button[type=submit]:after {
    background: url('../images/send_arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
}

span.hover {
    display: none;
}

@media (min-width: 768px) {

    .contact-form-wrapper {
        max-width: 1186px;
        padding: 0 30px;
    }

    .contact-form .flex-content {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .contact-form .small {
        margin-top: 0 !important;
        max-width: 31.1%;
        width: 100%;
    }

    .contact-form .radios-container {
        margin-top: 0;
        max-width: 273px;
        padding: 0 10px;
    }

    .contact-form .large {
        margin-top: 50px !important;
        max-width: 65.6%;
        width: 100%;
    }

    .contact-form .radio-opt {
        cursor: pointer;
    }

    span.hover {
        display: block;
    }

    .link-effect {
        position: relative;
        transition: all .3s ease-in-out;
    }

    .link-effect .element-to-translate {
        overflow: hidden;
        pointer-events: none;
        position: relative;
    }

    .link-effect span.inner {
        display: block;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .link-effect span.normal {
        display: block;
        pointer-events: none;
        transition: transform .6s cubic-bezier(.19,1,.22,1);
        transform: translateY(0);
    }

    .link-effect span.hover {
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        transition: transform .6s cubic-bezier(.19,1,.22,1);
        transform: translateY(111%);
    }

    .link-effect:hover span.normal {
        transform: translateY(-111%);
    }

    .link-effect:hover span.hover {
        transform: translateY(0);
    }
}