#footer {
    background-color: #1A2B40;
    padding-top: 90px;
}

#logo-footer {
    max-width: 190px;
    margin-bottom: 50px;
}

#columnas-footer {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
    border-bottom: solid 1px rgba(226, 226, 226, 0.411);
    padding-bottom: 50px;

}
                    
#columnas-footer a {
    font-weight: 300;
}


.titulo-footer {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

#columnas-footer a {
    color: white;
    display: block;
    margin: 6px 0;
}

#boton-footer {
    background-color: #4A62F5;
    padding: 14px 30px;
    font-size: 16px;
    color: white;
    border-radius: 40px;
    margin-top: 20px;
    cursor: pointer;
}



#texto-contacto {
    font-weight: 400;
    color: white;
}

#segunda-fila {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

#redes {
    color: white;
}

#redes i {
    margin: 0 20px;
    color: white;
}

#adicionales a {
 color: white;
 margin: 0 20px;

}


@media (max-width: 800px) {

    .columna {
        width: 46%;
        min-width: 46%;
        max-width: 46%;
        padding-top: 50px;
      
    }

   

    #col-contacto {
    width: 100%;
    padding: 30px 0;
    }

    #texto-contacto {
        font-size: 21px;
        margin-top: 50px;
        text-align: center;
    }

    #logo-footer {
        
        margin-bottom: 0px;
    }

    #aboton-footer {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #adicionales a {
        display: block;
     
    }

}

#font-12 {
    font-size: 12px;
}