#contact {
    /*border: solid 1px red;*/
}
#contact_container {
    background: var(--fondo-logo) no-repeat;
    background-size: cover;
}
#contact_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    /*border: solid 1px red;*/
}
#contact_title h2 {
    margin: 40px 0 40px 0;
    color: var(--black-color);
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2;
    /*border: solid 1px blue;*/
}
#contact_contact_content {
    width: 100%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border: solid 1px red;*/
}
.contact_contact {
    width: 100%;
    margin-bottom: 60px;
    /*border: solid 1px red;*/
}
.contact_1 {
    margin: 20px 0 10px 0;
    font-size: 1.3em;
    font-weight: bold;
}
.contact_2 {
    font-size: 1.2em;
}


#contact_form_content {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
}
#footer_contact_left {
    width: 100%;
    padding-right: 10px;
    /*border: solid 1px red;*/
}
#footer_contact_right {
    width: 100%;
    padding-left: 10px;
    background-color: rgba(241, 241, 241, 0.27);
    /*border: solid 1px red;*/
}
.footer_contact_inner {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    /*border: solid 1px green;*/
}
#footer_contact_text {
    padding: 1px 1px;
}
#footer_contact_text p {
    margin-top: 10px;
    /*border: solid 1px greenyellow;*/
}
#footer_contact_web_info_email {
    text-align: center;
    /*border: solid 1px greenyellow;*/
}
#footer_contact_web_info_email a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    color: black;
}
#footer_contact_web_info_email a:hover {
    text-decoration: underline;
}
#footer_contact_email_icon {
    text-align: center;
}
#footer_contact_email_icon i {
    font-size: 5rem;
}
#footer_contact_email_email {
    /*padding-top: 20px;*/
    /*text-align: center;*/
    /*border: solid 1px greenyellow;*/
}
#footer_contact_phone_phone a {
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    color: #606060;
}
#footer_contact_phone_icon {
    text-align: center;
}
#footer_contact_phone_icon i {
    font-size: 5rem;
}
#footer_contact_phone_phone {
    padding-top: 20px;
    text-align: center;
    /*border: solid 1px greenyellow;*/
}
#footer_contact_phone_phone a {
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    color: #606060;
}
.contact_form_input {
    width: 100%;
}
#footer_contact_form_errors {
    display: none;
    padding: 5px;
    background-color: #ffcecb;
    color: red;
    width: fit-content;
}
#footer_contact_form_errors div {
    padding: 10px 40px 10px 5px;
    display: flex;
    flex-direction: row;
}
#footer-contact-form-errors {
    color: red;
    /*border: solid 1px red;*/
}
.input_errors {
    color: red;
    font-size: 0.8em;
    /*display: none;*/
}
.footer-contact-form-item {
    margin-top: 10px;
}
#footer-contact-form-terms-text a {
    color: #606060;
    font-weight: bold;
}
#footer_contact_form_submit_button {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*border: solid 1px red;*/
}
#footer_contact_form_submit_button:hover {
    background-color: #4b86c7;
    color: white;
    /*border: solid 1px red;*/
}


@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 900px) {
    #contact_contact_content {
        flex-direction: row;
    }
    #contact_form_content {
         flex-direction: row;
     }
    #footer_contact_div {
        width: 95%;
        flex-direction: row;
    }
    #footer_contact_left {
        width: 50%;
        padding-right: 10px;
    }
    #footer_contact_right {
        width: 50%;
        padding-left: 10px;
    }
    #footer_contact_web_info_email a {
        font-size: 1.3rem;
    }
}
@media only screen and (min-width: 1200px) {

    #contact_container {
        display: flex;
        justify-content: center;
    }
    #contact_content {
        width: 70%;
    }
    #contact_title h2 {
        font-size: 2.5em;
    }
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1600px) {
    #contact_content {
        width: 60%;
    }
}
