footer{
    padding: 0;
}

.escudo-footer{
    width: 25% !important;
}

.footer-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ayun-content1{
    display: flex;
    align-items: center;
    padding: 0;
}
.ayun-content2{
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

footer.footer-2 .row:last-child{
    margin-top: 0px;
}

.enlaces{
    text-decoration: none;
}

.enlaces:hover {
    text-decoration: underline !important;
}

.enlaces__footer{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.enlaces__footer p{
    margin-bottom: 0.8em;
}
.enlaces__footer__2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.enlaces__footer__2 p{
    margin-bottom: 0.8em;
}

.text-right {
    text-align: right !important;
}

.contacto__movil{
    display: none;
}
.contacto__escritorio{
    display: block;
}

.secc__dip{
    text-align: right;
}
.secc__dip p{
    text-align: right;
}

.sec__login{
    text-align: right;
}
.sec__login p{
    text-align: right;
}
.listado__enlaces{
    text-align: right;
}

@media (max-width: 991px){
    .contacto__movil{
        display: block;
    }
    .contacto__escritorio{
        display: none;
    }
    .sec__ayto{
        text-align: center;
    }
    .secc__dip{
        text-align: center;
        margin-top: 2em;
    }
    .secc__dip p{
        text-align: center;
    }

    .sec__login{
        text-align: center;
        margin-top: 2em;
    }
    .sec__login p{
        text-align: center;
    }

    .sec__enlaces{
        flex-direction: column-reverse;
    }
    .enlaces__footer__2{
        margin-top: 2em;
    }

    .listado__enlaces{
        text-align: center;
    }

    .enlaces__footer{
        margin-top: 2em;
    }
}

/* ASAC */
.sec__login{
	background-color: none;
}
.sec__login p:last-child {
  display: none;
}
