footer {
    width: 100%;
    max-width: 100%;
    background-color: #1d4754;
    color: white;
    font-weight: bold;
    width: 100%;    
}

footer .row {
    margin-right: 0;
}

footer .l_n {
    padding: 0.5rem;
}

footer .l_n a{
    color:white;
}

footer ul{
    padding-top: 50px;
}

footer .imagen_footer {
    max-width: 100%;
}

footer > div {
    padding: 0;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

footer p {
    margin: 0;
}

footer .contenedor_footer{
      margin-bottom: 20px!important;
}

footer .cotenedor_informacion{
    margin:auto;
}

footer .contenedor_logo{
    text-align:center;
    margin:auto;
}

footer .contenedor_form_footer{
    background-color:#FCE8CF;
    color: #1d4754 !important;
    border-radius: 5px;
}

footer .contenedor_principal{
    padding:20px;
}

/*MD -> SM*/
@media (max-width: 768px) {
    footer ul {
        padding-top: 20px;
    }
    
    .contenedores_footer{
        margin-top:10px;
    }
    
    footer .contenedor_footer{
      margin-bottom: 20px!important;
    }
    
    footer .imagen_footer {
        max-width: 50%;
    }
    
    footer .contenedor_logo{
        text-align:center;
        padding-bottom:20px;
    }
}