.elementor-461 .elementor-element.elementor-element-5c38943{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-461 .elementor-element.elementor-element-d5d4991{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d5d4991 *//* ==================================================
   FOOTER ORTODENT
   CENTRADO, MINIMALISTA Y RESPONSIVE
================================================== */

#footer-ortodent.ortho-footer {
    --footer-bg: #160a1a;
    --footer-bg-soft: #1c0d21;

    --footer-purple: #72208e;
    --footer-purple-light: #dba8e7;

    --footer-white: #ffffff;
    --footer-muted: rgba(255, 255, 255, 0.68);
    --footer-border: rgba(255, 255, 255, 0.11);

    position: relative;

    width: 100%;
    overflow: hidden;

    padding: 58px 32px 0;

    color: var(--footer-white);

    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(114, 32, 142, 0.11) 0,
            rgba(114, 32, 142, 0.11) 125px,
            transparent 126px
        ),
        linear-gradient(
            135deg,
            var(--footer-bg) 0%,
            var(--footer-bg-soft) 100%
        );

    font-family:
        "Montserrat",
        Arial,
        sans-serif;
}

#footer-ortodent *,
#footer-ortodent *::before,
#footer-ortodent *::after {
    box-sizing: border-box;
}

#footer-ortodent .ortho-footer__container {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;
}

/* ==================================================
   CONTENIDO PRINCIPAL
================================================== */

#footer-ortodent .ortho-footer__main {
    display: grid;

    grid-template-columns:
        minmax(250px, 1.35fr)
        minmax(150px, 0.8fr)
        minmax(180px, 0.9fr)
        minmax(180px, 0.9fr);

    align-items: start;

    gap: 52px;

    padding-bottom: 45px;
}



/* ==================================================
   IDENTIDAD
================================================== */

#footer-ortodent .ortho-footer__brand {
    max-width: 310px;
}

#footer-ortodent .ortho-footer__logo {
    width: max-content;
    max-width: 100%;

    display: inline-flex;
    align-items: center;

    text-decoration: none;
}

#footer-ortodent .ortho-footer__logo img {
    width: auto;
    max-width: 220px;
    height: 62px;

    display: block;

    object-fit: contain;
    object-position: left center;
}

#footer-ortodent .ortho-footer__brand p {
    max-width: 285px;

    margin: 19px 0 0;

    color: var(--footer-muted);

    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}

/* ==================================================
   COLUMNAS
================================================== */

#footer-ortodent .ortho-footer__column h3 {
    margin: 0 0 18px;

    color: var(--footer-white);

    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;

    letter-spacing: -0.2px;
}

#footer-ortodent .ortho-footer__column ul {
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;

    gap: 13px;

    list-style: none;
}

#footer-ortodent .ortho-footer__column li,
#footer-ortodent .ortho-footer__column a {
    color: var(--footer-muted);

    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.45;
}

#footer-ortodent .ortho-footer__column a {
    position: relative;

    display: inline-block;

    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

#footer-ortodent .ortho-footer__column a:hover,
#footer-ortodent .ortho-footer__column a:focus {
    color: var(--footer-purple-light);

    transform: translateX(3px);
}

/* ==================================================
   FRANJA INFERIOR
================================================== */

#footer-ortodent .ortho-footer__bottom {
    min-height: 59px;

    padding: 17px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 24px;

    border-top: 1px solid var(--footer-border);
}

#footer-ortodent .ortho-footer__bottom p {
    margin: 0;

    color: rgba(255, 255, 255, 0.48);

    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
}

#footer-ortodent .ortho-footer__bottom p a {
    color: rgba(255, 255, 255, 0.68);

    font-weight: 600;
    text-decoration: none;

    transition: color 0.2s ease;
}

#footer-ortodent .ortho-footer__bottom p a:hover {
    color: var(--footer-purple-light);
}

/* ==================================================
   VOLVER ARRIBA
================================================== */

#footer-ortodent .ortho-footer__back-top {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: rgba(255, 255, 255, 0.7);

    font-size: 11.5px;
    font-weight: 650;
    line-height: 1.4;
    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

#footer-ortodent .ortho-footer__back-top:hover,
#footer-ortodent .ortho-footer__back-top:focus {
    color: var(--footer-purple-light);

    transform: translateY(-2px);
}

#footer-ortodent .ortho-footer__back-top svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

html {
    scroll-behavior: smooth;
}

#hero-ortodent-nuevo {
    scroll-margin-top: 90px;
}
/* ==================================================
   PORTÁTILES
================================================== */

@media (max-width: 1100px) {
    #footer-ortodent.ortho-footer {
        padding: 52px 28px 0;
    }

    #footer-ortodent .ortho-footer__container {
        max-width: 900px;
    }

    #footer-ortodent .ortho-footer__main {
        grid-template-columns:
            minmax(230px, 1.2fr)
            repeat(3, minmax(135px, 0.8fr));

        gap: 35px;

        padding-bottom: 40px;
    }

    #footer-ortodent .ortho-footer__logo img {
        max-width: 190px;
        height: 56px;
    }
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 820px) {
    #footer-ortodent.ortho-footer {
        padding: 48px 24px 0;
    }

    #footer-ortodent .ortho-footer__container {
        max-width: 620px;
    }

    #footer-ortodent .ortho-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 37px 30px;

        padding-bottom: 38px;
    }

    #footer-ortodent .ortho-footer__brand {
        max-width: none;

        grid-column: 1 / -1;
    }

    #footer-ortodent .ortho-footer__brand p {
        max-width: 400px;
    }
}

/* ==================================================
   CELULAR
================================================== */

@media (max-width: 520px) {
    #footer-ortodent.ortho-footer {
        padding: 43px 18px 0;
    }

    #footer-ortodent .ortho-footer__main {
        grid-template-columns: 1fr;

        gap: 31px;

        padding-bottom: 34px;
    }

    #footer-ortodent .ortho-footer__brand {
        grid-column: auto;
    }

    #footer-ortodent .ortho-footer__logo img {
        max-width: 175px;
        height: 52px;
    }

    #footer-ortodent .ortho-footer__brand p {
        margin-top: 16px;

        font-size: 12.5px;
    }

    #footer-ortodent .ortho-footer__column h3 {
        margin-bottom: 14px;
    }

    #footer-ortodent .ortho-footer__column ul {
        gap: 11px;
    }

    #footer-ortodent .ortho-footer__bottom {
        min-height: 0;

        align-items: flex-start;
        flex-direction: column;

        gap: 13px;

        padding: 18px 0 21px;
    }

    #footer-ortodent .ortho-footer__bottom p {
        font-size: 10.5px;
    }
}

/* ==================================================
   ACCESIBILIDAD
================================================== */

@media (prefers-reduced-motion: reduce) {
    #footer-ortodent .ortho-footer__column a,
    #footer-ortodent .ortho-footer__bottom p a,
    #footer-ortodent .ortho-footer__back-top {
        transition: none;
    }
}/* End custom CSS */