.footer_contenedor{
    color: white;
    padding-top: 70px;
    padding-bottom: 40px;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    width: 1250px;
    border-color: #444444;
}

.footer_barra_botton{
    border-bottom: 0.1px solid white;
}

.footer_logo{
    width: 270px;
    height: auto;
}

.footer_titulos{
    font-size: 14px;
    font-family: "Pier_Sans_Bold";
    color: white;
}

.footer_Subtitulos{
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.footer_Subtitulos:hover{
    color: white;
}

.footer_Subtitulos:link{
    color: white;
}

.footer_elimina_tam_escritorio{
    
    display: block;
}
  
.footer_elimina_tam_movil{
    
    display: none;
}

@media screen and (max-width: 1600px) {

    .footer_contenedor{
        width: 1000px;
    }
}

@media screen and (max-width: 900px) {

    .footer_elimina_tam_escritorio{
    
        display: none;
    }
      
    .footer_elimina_tam_movil{
        
        display: block;
    }


    .footer_logo{
        width: 240px;
        height: auto;
    }

    .footer_boton{
        width:90%; 
        font-size: 16px;
        font-family:"Pier_Sans_Bold";
        text-align:left; 
        padding-left: 0%;
        color: white;
        
    }

    .footer_boton:hover{
        width:90%; 
        text-align:left; 
        padding-left: 0%;
        color: white;
    }

    .footer_contenedor{
        color: white;
        padding: 35px;
        font-family: "OpenSans-Regular";
        font-size: 16px;
        width: 100%;
        
    }

}

@media screen and (max-width: 600px) {
    .footer_boton{
        width:100%; 
    }

    .footer_boton:hover{
        width:100%; 
    }
}

@media screen and (max-width: 400px) {
    .footer_boton{ 
        font-size: 14px;
    }
}