/** ESTILOS A REMOVER CUANDO ESTE TODO PASADO A GUTENBERG **/

.svg-fill-none svg {
    fill: none !important;
}

/* .grid {
  display: grid;
  gap: 16px;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
} */

.decoration-none a {
    text-decoration: none !important;
}

footer#prefooter p {
    margin-bottom: 0 !important;
    font-size: 16px !important;
    letter-spacing: 0.2px;
    line-height: 24px;
}

footer#prefooter-mobile a {
    color: white;
    transition: all 0.15s;
}

footer#prefooter-mobile a:hover {
    color: #c81832;
}

footer#desktop-site-footer h6,
footer#mobile-tablet-site-footer h6,
footer#desktop-site-footer p,
footer#mobile-tablet-site-footer p {
    margin-bottom: 0;
}

footer#desktop-site-footer h6,
footer#mobile-tablet-site-footer h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
}

footer#desktop-site-footer p,
footer#mobile-tablet-site-footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.2px;
}

#footer-social-icons a:hover svg path {
    fill: var(--primary-light);
}

a.svg-hover-fill-primary-light:hover svg path {
    fill: var(--primary-light);
}

a.svg-hover-stroke-primary-light:hover svg path {
    stroke: var(--primary-light);
}

footer#desktop-site-footer .custom-links-row a,
footer#mobile-tablet-site-footer .custom-links-row a {
    text-decoration: none;
}

footer#desktop-site-footer .wp-block-navigation,
footer#mobile-tablet-site-footer .wp-block-navigation {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    /* 24px */
    letter-spacing: 0.2px;
}

footer#desktop-site-footer .wp-block-navigation ul,
footer#mobile-tablet-site-footer .wp-block-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer#desktop-site-footer .wp-block-navigation ul li a:hover,
footer#mobile-tablet-site-footer .wp-block-navigation ul li a:hover {
    color: var(--primary-light);
}

footer#desktop-site-footer .site-info a,
footer#mobile-tablet-site-footer .site-info a,
.footer-links a {
    text-decoration: none;
}

#mobile-tablet-site-footer,
#prefooter-mobile {
    display: none;
}

footer .grid {
    display: grid;
    gap: 16px;
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1200px) {

    #desktop-site-footer,
    #prefooter {
        display: none;
    }

    #mobile-tablet-site-footer,
    #prefooter-mobile {
        display: block;
    }

    footer .wp-block-blocky-gutenberg-blocks-accordion {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    footer .wp-block-blocky-gutenberg-blocks-accordion .wp-block-blocky-gutenberg-blocks-accordion-item-heading {
        padding: 12px 0;
        border-bottom: 1px solid var(--gray-500);
    }
}