/*----------------------------------------------------------------------------*/
/*------------------------------------INICIO----------------------------------*/
/*------------------------------------FOOTER----------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.FOOTER {
    width: 100%;
    background: #333333;
    color: #ffffff;
    font-family: sans-serif;
}
.FOOTER_1 {
    width: 100%;
    background: #9fbfca;
    display: flex;
    align-items: center;
}
.siguenos {
    width: 25%;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    justify-self: center;
    padding: 5px 10px;
}
.footer_redes {
    width: 75%;
    display: flex;
    justify-content: right;
    padding: 5px 10px;
}
.redesociales {
    width: 40px;
    height: 40px;
    display: inline-block;
}
.redesociales:hover {
    border: #ffffff 3px solid;
}
.redesociales img {
    width: 100%;
    height: 100%;
    padding: 5px;
    display: block;
}
.FOOTER_2 {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.footer_company {
    width: 100%;
    margin: 20px auto;
    order: 3;
}
.footer_support {
    width: 50%;
    margin: 20px auto;
    order: 1;
}
.footer_contact {
    width: 50%;
    margin: 20px auto;
    order: 2;
    border-left: #ffffff 3px solid;
}
.footer_titulo {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    padding: 5px;
    font-size: 14px;
    font-weight: bolder;
}
.footer_texto {
    width: 60%;
    margin: auto;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}
.footer_logo {
    width: 120px;
    display: block;
    margin: 30px auto;
}
.footer_links {
    width: 70%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px auto;
}
.footer_link {
    width: 80%;
    color: #ffffff;
    display: block;
    text-decoration: none;
    text-align: left;
    margin: 2px auto;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}
.footer_link:hover {
    background: #ffffff;
    color: #052126;
}
.FOOTER_3 {
    width: 90%;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    border-top: #ffffff 2px solid;
    margin: auto;
}
.footer_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contacto {
    width: 80%;
    padding: 5px;
    margin: 3px auto;
    display: flex;
    align-items: center;
}
.contacto img {
    width: 30px;
    height: 30px;
    padding: 3px;
    display: block;
    border-radius: 50%;
    border: #ffffff solid 3px;
}
.contacto p {
    width: 100%;
    font-size: 14px;
    padding: 3px 9px;
}
@media (max-width:768px) {
    .footer_contact {
        width: 90%;
        border-left: none;
        border-top: white 2px solid;
        padding-top: 20px;
    }
    .footer_support {
        width: 100%;
    }
    .footer_texto {
        width: 80%;
    }
    .siguenos {
        width: 40%;
        font-size: 14px;
    }
    .footer_redes {
        width: 60%;
    }
}

@media (max-width:390px) {
    .siguenos {
        width: 60%;
        font-size: 12px;
    }
    .footer_redes {
        width: 40%;
    }
    .FOOTER_3 {
    width: 90%;
    padding: 20px;
    font-size: 12px;
}
}