.title p{
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2rem;
    text-align: left;
    color: #151519;
    padding-bottom: 2rem;
}
.contact_form{
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
    position: relative;
    z-index: 1;
}
.contact_form::after{
    content: "";
    position: absolute;
    width: 47.65%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(28,26,55,1) 0%, rgba(71,27,72,1) 100%);
    z-index: 2;
}
.contact_form .forms{
    display: flex;
    padding: 5.2rem 0rem 2.6rem;
    position: relative;
    z-index: 3;
}
.contact_form .forms .title_information{
    width: 25.6rem;
    margin-right: 2rem;
}
.contact_form .forms .title_information h3{
    font-weight: normal;
    font-size: 4rem;
    line-height: 4.5rem;
    text-align: left;
    color: #fff;
    max-width: 25.6rem;
}
.contact_form .forms .title_information h3 strong{
    font-weight: bold;
}
.contact_form .forms .form{
    display: flex;
    flex-wrap: wrap;
    width: 63.6rem;
    height: 100%;
    justify-content: space-between;
    margin-left: auto;
}
.contact_form .forms .form .fd{
    width: 100%;
    position: relative;
}
.contact_form .forms .form .fd .message_error {
    position: absolute;
    right: 1rem;
    top: 1.6rem;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #ED1C24;
}
.contact_form .forms .form input{
    width: 100%;
    padding: 1.6rem 2.1rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s linear;
    border-bottom: 0.2rem solid #A5A5A5;
}
.contact_form .forms .form input:focus,
.contact_form .forms .form input:hover{
    border-bottom: 0.2rem solid #151519;
}
.contact_form .forms .form input.erro{
    border-bottom: 0.2rem solid #ED1C24;
}
.contact_form .forms .form input.erro::placeholder{
    color: #ED1C24;
}
.contact_form .forms .form select{
    width: 100%;
    padding: 1.3rem 2.1rem 1.4rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s linear;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #1c1a37;
    border-bottom: 0.2rem solid #A5A5A5;
}
.contact_form .forms .form select:focus,
.contact_form .forms .form select:hover{
    border-bottom: 0.2rem solid #151519;
}
.contact_form .forms .form select.erro{
    border-bottom: 0.2rem solid #ED1C24;
}
.contact_form .forms .form select.erro::placeholder{
    color: #ED1C24;
}
.contact_form .forms .form textarea{
    width: 100%;
    padding: 1.2rem 1rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s linear;
    border-bottom: 0.2rem solid #A5A5A5;
}
.contact_form .forms .form textarea:focus,
.contact_form .forms .form textarea:hover{
    border-bottom: 0.2rem solid #151519;
}
.contact_form .forms .form textarea::placeholder,
.contact_form .forms .form input::placeholder,
.contact_form .forms .form select option{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #1c1a37;    
}
.contact_form .forms .form textarea.erro{
    border: 0.2rem solid #ED1C24;
}
.contact_form .forms .form textarea.erro::placeholder{
    color: #ED1C24;
}
.contact_form .forms .form .fd:nth-child(3),
.contact_form .forms .form .fd:nth-child(4),
.contact_form .forms .form .fd:nth-child(5),
.contact_form .forms .form .fd:nth-child(6){
    width: 49%;
    position: relative;
}
.contact_form .forms .form .fd_message{
    padding-bottom: 12rem;
}
.contact_form .forms .form button{
    width: 17.6rem;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.7rem;
    text-align: center;
    color: #fff;    
    padding: 1.7rem 0;
    background-color: #E41A33;
    border-radius: 1rem;
    height: 100%;
    display: block;
    margin-left: auto;
    cursor: pointer;
}
.information{
    width: 24%;
    height: 100%;
}
.information .info{
    width: 28.1rem;
    padding-right: 3.1rem;
}
.information .info .desc{
    padding-bottom: 4.1rem;
    display: flex;
}
.information .info .desc p{
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: left;
    color: #fff;    
}
.information .info .desc.address p{
    font-size: 1.7rem;
    line-height: 2.5rem;
}
.information .info .desc.contact p{
    font-size: 2rem;
    line-height: 2.5rem;
}
.information .info .desc .social_media{
    display: flex;
}
.information .info .desc .social_media li{
    margin-right: 0.8rem;
}
.information .info .desc .social_media li svg{
    width: 2.2rem;
    height: 2.2rem;
}
.information .info .desc .social_media li svg *{
    fill: #FFFFFF;
}
.iframe_contact{
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
    padding-top: 7.9rem;
}
.iframe_contact iframe{
    width: 100%;
}