.footer {
    background-color: var(--primario);
}

.footer-contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
    gap: 2rem;
}

@media (min-width: 768px) {
    .footer-contenedor {
        justify-content: space-between;
        align-items: flex-start;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 4rem;
    }
}

.footer-section-logo {
    text-align: center;
    
}

@media (min-width: 768px) {
    .footer-section-logo {
        text-align: left;
    }
}

.footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.social-media-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.footer-informacion {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    padding: 0 2rem;
    background-color: var(--terciario);
}


@media (min-width: 768px) {
    .footer-informacion {
        flex-direction: row;
    }
}

.info-footer {
    background-color: var(--primario-oscuro);
    padding: 0 2rem;
    text-align: center;
}

@media (min-width: 768px) {
    .info-footer {
        flex-direction: row;
    }
}
.footer-detalles {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.derechos, 
.design-by {
    color: var(--blanco);
    font-size: 1.4rem;
    font-weight: 300;
}

.menu-footer li {
    font-size: 1.6rem;
    color: var(--blanco);
    text-transform: none;
    font-weight: 300;
    text-align: center;
}

.footer-titulo {
    color: var(--blanco);
    text-align: center;
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
}

.logo-info {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .logo-info {
        flex-direction: column;
        align-items: flex-start;
    }
}
.logo-footer {
    max-width: 10rem;
}

@media (min-width: 1024px) {
    .logo-footer {
        max-width: 12.5rem;
    }
}
.footer-texto {
    color: var(--blanco);
    font-size: 1.6rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icono a,
.footer-texto a,
.redessociales-icono a {
    color: var(--blanco);
}

.otro-menu {
    padding-top: 1rem;
}

.menu-footer-servicios a {
    color: var(--blanco);
}
  
.footer-correo,
.footer-telefono {
    font-size: 1.8rem;
    font-weight: 700;
}
