footer{
    margin-top: 30px;
    padding: 80px 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik';
    border-top: 1px solid rgba(255, 255, 255, 0.231);
}
.contenedor_informacion{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
}
.contenedor_redes{
    display: flex;
    flex-direction: row !important;
}
.contenedor_redes.foot{
    justify-content: center;
}
.redes{
    display: flex;
    width: 40px;
    height: 40px;
    color: #6a6969;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
    transition: 0.2s ease-in-out;
}
.redes:hover{
    background-color: #ffffff27;
    color: #fff;
}
.redes span{
    color: #fff;
    font-size: 18px;
}
.redes img{
    max-width: 30px;
}
.copyright{
    width: 100%;
    text-align: center;
    margin: 0px;
    color: #fff;
}
footer .logo_footer{
    width: 200px;
    margin-bottom: 25px;
}
footer .contenedor_dato{
    margin: 0px 50px;
    display: flex;
    flex-direction: column;
}
footer .contenedor_dato .titulo_contenedor{
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #fff;
}
footer .contenedor_dato .dato{
    margin-bottom: 10px;
    color: #6a6969;
    text-decoration: none;
}
footer .contenedor_dato .dato i{
    color: #003a70;
    font-size: 22px;
    margin-right: 10px;
}
footer .contenedor_dato #WSP{
    font-size: 20px;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 7px;  
    color: #008001;
    background-color: rgba(0, 128, 0, 0.100);
    transition: 0.2s ease-in-out;
}
footer .contenedor_dato #WSP:hover{
    background-color: rgba(0, 128, 0, 0.300);
}
footer .contenedor_dato #FB{    
    margin-right: 5px;
    font-size: 20px;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 7px;  
    color: #3b589a;
    background-color: rgba(59, 87, 154, 0.100);
    transition: 0.2s ease-in-out;
}
footer .contenedor_dato #FB:hover{
    background-color: rgba(59, 87, 154, 0.300);
}
footer .contenedor_dato #IG{
    margin-right: 5px;
    font-size: 20px;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    color: #ce2582;
    text-align: center;
    padding-top: 7px;
    padding-right: 1px;
    background-color: rgba(206, 37, 130, 0.100);
    transition: 0.2s ease-in-out;
}
footer .contenedor_dato #IG:hover{
    background-color: rgba(206, 37, 130, 0.300);
}
.contacto{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
}
.contacto .titulo{
    font-size: 40px;
    font-weight: 300;
    color: #003a70;
    margin-bottom: 10px;
    display: block;
}
.contacto input,.contacto textarea{
    margin-bottom: 15px;
    width: 100%;
    max-width: 450px;
    padding: 10px 5px;
    font-size: 16px;
    outline: none;
    border: 1px solid #eeeeee;
}
.contacto button{
    padding: 8px 30px;
    background-color: #5ea429;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    cursor: pointer;
}
@media screen and (max-width:1690px){
    footer{
        padding: 80px 5%;
    }
}
@media screen and (max-width:1500px){
    footer{
        padding: 80px 0%;
    }
}
@media screen and (max-width:1370px){
    footer .contenedor_dato{
        margin: 0px 10px;
    }
}
@media screen and (max-width:950px){  
    footer .contenedor_dato{
        margin: 0px 5px;
    }
}
@media screen and (max-width:860px){  
    footer .contenedor_dato .titulo_contenedor{
        text-align: center;
    }
    footer{
        flex-direction: column;
        align-items: center;
    }
    footer .contenedor_dato{
        width: 310px;
        margin: 20px 0px;
    }
    footer .contenedor_dato.enlaces{
        align-items: center;
    }
    footer .logo_footer{
        margin: auto;
    }
}
@media screen and (max-width:800px){
    footer{
        padding: 30px 5%;
    }
}
@media screen and (max-width:790px){ 
    .contenedor_informacion{
        flex-direction: column;
        padding: 0px 30px;
    }
    .contacto{
        max-width: 100%;
    }
    .contacto input,.contacto textarea{
        max-width: 100%;
    }
}
@media screen and (max-width:650px){  
    .contacto .titulo{
        font-size: 30px;
    }
    .contacto input,.contacto textarea{
        width: 350px;
    }
    .contacto button{
        padding: 6px 25px;
        font-size: 16px;
    }
}
@media screen and (max-width:480px){  
    footer{
        display: flex;
        flex-direction: column;
    }
}