@charset "utf-8";
/* CSS Document */
footer {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.ac-cont-logo-footer{
    max-width: 250px;
}
.ac-cont-derechos{
    padding: 10px 0;
    background: #C9181F;
    color:#ffffff;
    font-size:0.85rem;
}
.ac-footer-links {
    width: 100%;
}

.ac-footer__title {
    margin: 0 0 25px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.ac-footer__title::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 10px;
    background: #f00202;
    border-radius: 3px;
}

.ac-footer-links__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac-footer-links__item {
    margin: 0;
    padding: 0;
}

.ac-footer-links__link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.ac-footer-links__icon {
    width: 28px;
    min-width: 28px;
    font-size: 1.25rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.ac-footer-links__link:hover {
    color: #ffffff;
}

.ac-footer-links__link:hover .ac-footer-links__icon {
    transform: translateX(4px);
}

/* CONTACTO Y BOLETÍN */
.ac-footer-contact {
    width: 100%;
}

.ac-footer-contact__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac-footer-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 0.9rem;
}

.ac-footer-contact__icon {
    width: 28px;
    min-width: 28px;
    font-size: 1.15rem;
    text-align: center;
}


/* BOLETÍN */

.ac-footer-newsletter {
    width: 100%;
    margin-top: 30px;
}

.ac-footer-newsletter__text {
    margin: 0 0 15px;
    color: #000;
    font-size: 0.85rem;
}

.ac-footer-newsletter__form {
    display: flex;
    width: 100%;
}

.ac-footer-newsletter__input {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 8px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #ddd;
}

.ac-footer-newsletter__input span {
    font-size: 0.9rem;
}

.ac-footer-newsletter__input input {
    width: 100%;
    min-width: 0;
    padding: 10px 0;
    border: 0;
    outline: none;
    font-size: 0.8rem;
}

.ac-footer-newsletter__button {
    padding: 0 20px;
    border: 0;
    background: #027bf4;
    color: #fff;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ac-footer-newsletter__button:hover {
    background: #0065cc;
}

/* ==========================================================
   REDES SOCIALES - FOOTER
   ========================================================== */

.ac-footer-social {
    width: 100%;
}

.ac-footer-social__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.ac-footer-social__list li {
    margin: 0;
    padding: 0;
}

.ac-footer-social__list li a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    border-radius: 50%;

    color: #000;
    background: rgba(255, 255, 255, 0.5);

    text-decoration: none;

    transition: all 0.3s ease;
}

.ac-footer-social__list li a span {
    font-size: 0.9rem;
}

/* Hover general */

.ac-footer-social__list li a:hover {
    color: #000;
    background: #fff;
    transform: translateY(-4px);
}
.aq-footer-desc{
    color:#fff;
    font-size:0.9rem;
    padding: 10px;
}