.site-content {
        margin: 0rem 0 !important;
    }
    #menu-policies li {
        list-style: none;
    }

    #menu-about-us li {
        list-style: none;
    }


    .textwidget ul li {
        list-style: none;
    }

    .wp-block-column li {
        list-style: none;
    }

    .dtr-row-footer-dtr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 15px;
        margin-left: 15px;
    }

    .dtr-col-dtr-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        padding: 0 30px;
        max-width: 33.333333%;
    }



    /* CALL TO ACTION FOOTER BAR */
    .footer-call-to-action {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 99999;
        transition: bottom 0.3s;
    }

    .footer-call-to-action_container {
        max-width: 1250px;
        display: flex;
        background-color: #0D516DD9;
        align-items: center;
        justify-content: center;
        margin: auto;
        padding: 24px;
        line-height: 0;
        border-radius: 8px;
        text-transform: uppercase;
        position: relative;
    }

    .footer-call-to-action__a-main-text {
        color: #ffffff;
        font-weight: 800;
        font-size: 24px;
        letter-spacing: -1px;
        font-family: 'Karla';
    }

    .footer-call-to-action__text-number-phone {
        font-family: 'Karla';
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
    }

    .footer-call-to-action__a {
        display: flex;
        align-items: center;
        gap: 32px;
    }

    .footer-call-to-action__a-container-text {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .footer-call-to-action__hidden {
        bottom: -100px !important;
    }

    .footer-call-to-action__display-none {
        display: none !important;
    }

    .footer-call-to-action_div-close img {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 5px 0 0;
        color: #ffffff;
        font-family: 'Karla';
        font-size: 11px;
        cursor: pointer;
    }

    .navbar-dtr {
        -webkit-box-shadow: 0 6px 8px -2px #3c3c3c4f !important;
    }

    span.footer-call-to-action__a-icon-flower img {
        width: 27px;
        height: 24px;
    }

    /* NEW FOOTER STYLES */
    footer {
        background-color: #F3F6F8;
    }

    .dtr_footer {
        max-width: 1200px;
        margin: 0 auto;
        padding: 100px 20px 20px;
    }

    .dtr_footer__row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .dtr_footer__row--columns {
        gap: 30px;
    }

    .dtr_footer__row--bottom {
        justify-content: space-between;
        align-items: center;
        padding-top: 30px;
        border-top: 1px solid rgb(180 180 180 / 60%);
    }

    .dtr_footer__column {
        flex: 1;
        min-width: 150px;
    }

    .dtr_footer__column-title {
        color: #049cd4;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        display: block;
        text-decoration: none;
    }

    .dtr_footer__column-title:hover {
        color: #049CD4;
    }

    .dtr_footer__column-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .dtr_footer__column-item {
        margin-bottom: 8px;
    }

    .dtr_footer__column-link {
        color: #006AA9;
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .dtr_footer__column-link:hover {
        text-decoration: underline;
    }

    .dtr_footer__social {
        margin-top: 20px;
    }

    .dtr_footer__social-title {
        color: #049cd4;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .dtr_footer__social-links {
        display: flex;
        gap: 15px;
    }

    .dtr_footer__social-link {
        color: #ffffff;
        font-size: 20px;
        transition: color 0.3s ease;
    }

    .dtr_footer__social-link:hover {
        color: #049CD4;
    }

    .dtr_footer__logo img {
        max-width: 150px;
        height: auto;
    }

    .dtr_footer__copyright {
        color: #049cd4;
        font-size: 14px;
        text-align: right;
        display: flex;
        justify-content: end;
        width: 100%;
    }

    .dtr_footer__copyright-text a {
        color: #049cd4;
    }

    .dtr_footer__copyright-text {
        margin-right: 10px;
    }

    .dtr_footer__copyright-links {
        display: inline-flex;
        gap: 15px;
    }

    .dtr_footer__copyright-link {
        color: #049cd4;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .dtr_footer__copyright-link:hover {
        color: #049CD4;
    }

    .dtr_footer__social-links a svg {
        fill: #049cd4;
    }





    /* iPad en orientación portrait y landscape - 2 columnas */
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .dtr_footer__column {
            flex: 0 0 calc(50% - 15px) !important;
            max-width: calc(50% - 15px) !important;
            min-width: calc(50% - 15px) !important;
            margin-bottom: 25px;
        }
    }

    /* iPad Pro 11" y 12.9" - 2 columnas */
    @media only screen and (min-width: 1025px) and (max-width: 1366px) {
        .dtr_footer__column {
            flex: 0 0 calc(50% - 15px) !important;
            max-width: calc(50% - 15px) !important;
            min-width: calc(50% - 15px) !important;
            margin-bottom: 25px;
        }
    }

    /* Móviles - 1 columna */
    @media only screen and (max-width: 767px) {
        .dtr_footer {
            padding: 40px 20px 20px;
        }

        .dtr-col-dtr-3 {
            width: 100% !important;
            max-width: 100% !important;
            flex: 100% !important;
        }

        .dtr_footer__column {
            min-width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
            margin-bottom: 25px;
        }

        .dtr_footer__row--bottom {
            flex-direction: column;
            gap: 20px;
            text-align: center;
        }

        .dtr_footer__copyright {
            text-align: center;
            justify-content: center;
        }

        .dtr_footer__copyright-links {
            flex-direction: column;
        }
    }

    @media only screen and (max-width: 500px) {
        .footer-call-to-action__a-container-text {
            gap: 20px;
            flex-direction: column;
        }

        .footer-call-to-action__a-main-text {
            font-size: 18px;
        }

        .footer-call-to-action__text-number-phone {
            font-size: 18px;
        }

        .footer-call-to-action__a-icon-phone {
            display: none;
        }
    }



    /* Tablets grandes y pantallas medianas - 3 columnas */
    @media only screen and (min-width: 1024px) and (max-width: 1199px) {
        .dtr_footer__column {
            flex: 0 0 calc(33.333% - 20px) !important;
            max-width: calc(33.333% - 20px) !important;
            min-width: calc(33.333% - 20px) !important;
            margin-bottom: 25px;
        }
    }



    /* Pantallas muy grandes (1200px+) - 6 columnas (diseño original) */
    @media only screen and (min-width: 1200px) {
        .dtr_footer__column {
            flex: 1 !important;
            max-width: none !important;
            min-width: 150px !important;
        }
    }