body{
    overflow-x: hidden;
}
.footer{
    padding: 1.5% 10%;
    background-color: #00694a;
    color: white;
    font-size: 1.5em;
}
.footer h3{
    font-weight: bold;
    font-size: 1.2em;
}
.footer a{
    text-decoration: none;
    color: white;
}
.footer a:hover{
    color: white;
    font-weight: bold;
}
.texto-derecha{
    text-align: right;
}
@media(max-width: 991px){
    .texto-derecha{
        text-align: left;
        padding-bottom: 10%;
    }
}