#contato {
    margin-bottom: 18%;
}

.contato_container {
    background-image: url('../img/banner/contato.png');
    height: 642px;
}

.contato_header {
    display: flex;
    align-items: center;
    height: 300px;
    margin-left: 22%;

}

.contato_header h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: var(--bold);
    color: var(--white);
    font-size: 1rem;
    line-height: 17px;
    letter-spacing: 0.15em;
}

.contato_header p {
    margin-top: 40px;
    width: 462px;
    font-weight: var(--bold);
    font-size: 2rem;
    line-height: 150%;
    color: var(--white);
}

.contato_forms {
    position: relative;
    display: flex;
    justify-content: space-around;
    height: 644px;
    width: 1174px;
    bottom: -25px;
    left: 20%;
    border-radius: 0px;
    background-color: var(--white);
    box-shadow: 0px 4px 32px var(--gray);
    padding: 2%;
}

.forms_rigth {
    width: 30%;
    background-color: var(--text-primary);
    display: flex;
    flex-direction: column;
    padding: 1%;
}

.forms_rigth div {
    padding-bottom: 4%;

}


.forms_rigth h2 {
    color: var(--dark-gray);
    font-weight: var(--regular);
    font-size: 24px;
    line-height: 150%;
}

.forms_rigth p {
    font-weight: var(--less-regular);
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
    margin-top: 8px;

}


.forms_rigth a {
    color: var(--white);
}


.forms_left {
    width: 70%;
    margin-left: 117px;
    background-color: var(--white);
}

.forms_left_header h2 {
    width: 128px;
    height: 45px;
    font-weight: var(--bold);
    font-size: 30px;
    line-height: 150%;
    color: var(--dark-gray);
}

.forms_left_header p {
    width: 679px;
    height: 48px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: var(--less-regular);
    font-size: 16px;
    line-height: 150%;
    color: var(--text-secondary);
    margin-bottom: 10px;
}



.contato_container_input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#contato input,
select {
    color: var(--text-primary);
    background-color: var(--ligth-gray);
    border: none;
    width: 330px;
    height: 50px;
}

select {
    height: 50px;
    padding: 4% 20px 10px;
}

#contato textarea {
    margin-top: 10px;
    width: 100%;
    height: 163px;
    background-color: var(--ligth-gray);
    border: none;
    padding: 15px;
}

#contato button {
    padding: 21px 50px;
    width: 207px;
    height: 66px;
    background: var(--text-primary);
    border: none;
    color: var(--white);
    transition: 0.3s;
}

#contato button:hover {
    opacity: 0.8;
}

.label-float {
    position: relative;
    width: 49%;
    padding-top: 10px;
    color: var(--text-primary);
}



.label-float input {
    outline: none;
    width: 325px;
    height: 50px;
    padding: 8% 20px 20px;
    font-size: 16px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance: none;
}

.label-float input:focus {
    border: 2px solid var(--gray);
}


.label-float input::placeholder {
    color: transparent;
}

.label-float label {
    pointer-events: none;
    position: absolute;
    top: calc(50% - 8px);
    left: 15px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    padding: 5px;
    box-sizing: border-box;
}

.label-float input:required:invalid+label {
    color: var(--required);
}

.label-float input:focus:required:invalid {
    border: 2px solid var(--required);
}

.label-float input:required:invalid+label:before {
    content: '*';
}

.label-float input:required:invalid+label:before {
    content: '*';
}

.label-float input:focus+label,
.label-float input:not(:placeholder-shown)+label {
    font-size: 13px;
    top: 20%;
    color: var(--gray);
}


@media (min-width: 1920px) {
    #contato {
        margin-bottom: 28%;
    }

    .footer_content {
        padding-top: 2%;

    }

    .footer_container {
        bottom: 53%;
    }
}

/* ----------------------------------------------------------------------------------------- */
/* Telas Pequenas */
@media (min-width: 249px) and (max-width: 480px) {
    #contato {
        height: 1351px;
        box-shadow: 0px 4px 32px var(--dark-gray);
    }

    .contato_header {
        display: none;
    }

    .contato_header p {
        width: auto;
    }

    .contato_container {
        background-image: url(../img/banner/contato_pequeno.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .contato_forms {
        max-width: 100%;
        flex-direction: column-reverse;
        left: 0;
        bottom: 0;
        top: 81%;
        box-shadow: none;
    }

    .forms_left {
        margin: 0;
        width: 100%;
        padding: 2%;
    }

    #contato input,
    select {
        font-size: 12px;
        width: 100%;
    }

    .forms_left_header p {
        width: 100%;
    }

    .contato_container_input {
        flex-direction: column;
    }

    .forms_rigth {
        width: 100%;
        padding: 8%;
    }

    .forms_left_header {
        padding: 5%;
        margin-bottom: 80px;
    }

    .forms_left_header h2 {
        font-size: 20px;
    }

    .forms_left_header p {
        font-size: 1rem;
    }

    .label-float {
        width: 100%;

    }

    #contato button {
        width: 100%;
    }
}

/* ----------------------------------------------------------------------------------------- */
/* Telas Médias */
@media (min-width: 481px) and (max-width: 1024px) {
    #contato {
        height: 1351px;
        box-shadow: 0px 4px 32px var(--dark-gray);
    }

    .contato_header {
        display: none;
    }

    .contato_header p {
        width: auto;
    }

    .contato_container {
        background-image: url(../img/banner/contato_pequeno.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .contato_forms {
        max-width: 100%;
        flex-direction: column-reverse;
        left: 0;
        bottom: 0;
        top: 81%;
        box-shadow: none;
    }

    .forms_left {
        margin: 0;
        width: 100%;
        padding: 2%;
    }

    #contato input,
    select {
        font-size: 12px;
        width: 100%;
    }

    .forms_left_header p {
        width: 100%;
    }

    .contato_container_input {
        flex-direction: column;
    }

    .forms_rigth {
        width: 100%;
        padding: 4%;
    }

    .forms_left_header {
        padding: 2%;
    }

    .forms_left_header h2 {
        font-size: 20px;
    }

    .forms_left_header p {
        font-size: 1rem;
    }

    .label-float {
        width: 100%;

    }

    #contato button {
        width: 100%;
    }

    .label-float input {
        padding: 40px 20px 20px;
    }

    .contato_container_input {
        margin: 0;
    }

    select {
        padding: 20px 20px 15px;
        font-size: medium;
    }

    .forms_rigth p {}

}


/* ----------------------------------------------------------------------------------------- */
/* Telas Grandes */
@media (min-width: 1025px) and (max-width: 1919px) {
    .contato_forms {
        width: 100%;
        left: 0;
    }

    .forms_left {
        width: 65%;
        margin-left: 0;
    }

    #contato input,
    select {
        width: 100%;
    }

    select {
        padding: 4% 21px 11px;
    }
}