

/* ASYM public dynamic media and shared presentation */
.banner-style-four .content-box h2 .slider-title-highlight {
    display: inline-block;
    color: var(--theme-color);
    font-weight: 700;
}

.home-background-image,
.project-block-two .bg-layer > img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-shape {
    background-image: url('../images/shape/shape-19.png');
}

.service-style-three .service-block-three .service-card-link .overlay-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-shape {
    background-image: url('../images/shape/shape-22.png');
}

.footer-info-shape {
    /* background-image: url('../images/shape/shape-23.png'); */
    background: #3D3B37;
    /* background-position-x: 0%; */
    /* background-position-y: 0%; */
    /* background-repeat: repeat; */
    min-height: 130px;
    display: grid;
    align-content: center;
}

.footer-membership h3 {
    font-family: var(--title-font);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}

.footer-style-four .footer-top {
    padding: 58px 0 24px;
}

.footer-style-four .footer-top .footer-logo {
    top: -145px;
    pointer-events: none;
}

.footer-membership-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 360px;
    margin: 0 auto;
}

.footer-membership-logos img {
    display: block;
    width: 160px;
    height: auto;
    object-fit: contain;
}

.footer-membership {
    margin-bottom: 50px;
}

.floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0px 20px 0px 10px;
    border-radius: 999px;
    background: #25d366;
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.32);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
    line-height: 15px;
}

.floating-whatsapp i {
    color: #ffffff;
    font-size: 46px;
    line-height: 1;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
    background: #1da851;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.4);
    color: #ffffff;
    transform: translateY(-3px);
}

.footer-style-four .footer-top .info-box .single-item .inner-box .footer-info-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-style-four .footer-top .info-box .single-item .inner-box .footer-info-line {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.footer-style-four .footer-top .info-box .single-item .inner-box .footer-info-icon {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--theme-color);
    font-size: 17px;
    line-height: 1.4;
}

.footer-style-four .footer-top .info-box .single-item .inner-box .footer-info-content p {
    font-family: var(--title-font);
    margin: 0;
}

.footer-style-four .footer-top .info-box .single-item .inner-box .footer-info-content p a {
    font-family: var(--title-font);
}

.footer-brand-content {
    height: 100%;
    justify-content: center;
}

.footer-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* max-width: 280px; */
    background: transparent;
}

.footer-brand-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 110px;
    object-fit: contain;
    background: transparent;
    filter: brightness(0) invert(1);
}

.footer-office-content {
    align-items: stretch !important;
    gap: 18px !important;
    text-align: left;
}

.footer-office-block {
    width: 100%;
}

.footer-office-block + .footer-office-block {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-office-block h4 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 8px;
    color: #ffffff;
    font-family: var(--title-font);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.footer-office-block h4 .footer-info-icon {
    margin-top: 0;
}

.footer-office-block p {
    padding-left: 26px;
}

.footer-column-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0 0 0 26px;
    list-style: none;
}

.footer-column-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.footer-column-social-links a:hover,
.footer-column-social-links a:focus-visible {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: #ffffff;
}

.footer-style-four .footer-top .info-box > .row {
    align-items: stretch;
}

.footer-style-four .footer-top .info-box > .row > .single-column {
    align-self: stretch;
    display: flex;
}

.footer-style-four .footer-top .info-box .single-column .single-item {
    width: 100%;
}

.footer-style-four .footer-top .info-box .single-column .single-item .inner-box {
    min-height: 108px;
    padding: 32px;
}

.footer-style-four .footer-top .info-box {
    max-width: 1180px;
    margin: 0 auto;
}

.footer-style-four .footer-top .info-box > .row {
    display: grid;
    grid-template-columns: minmax(260px, .86fr) minmax(300px, 1fr) minmax(320px, 1.06fr);
    gap: 24px;
    margin-left: 0;
    margin-right: 0;
}

.footer-style-four .footer-top .info-box > .row > .single-column {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.footer-style-four .footer-top .info-box .single-column .single-item {
    max-width: none;
    margin: 0;
    height: 100%;
}

.footer-style-four .footer-top .info-box .single-column .single-item .inner-box {
    height: 100%;
}

.footer-style-four .footer-top .info-box > .row > .single-column:first-child .inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    padding: 24px;
}

.footer-style-four .footer-top .info-box > .row > .single-column:first-child .footer-brand-content {
    width: 100%;
    min-height: 0;
}

.footer-style-four .footer-top .footer-brand-logo img {
    max-width: 330px;
    max-height: 135px;
}

.footer-office-content,
.footer-contact-groups {
    justify-content: center;
}

.footer-contact-groups {
    align-items: stretch !important;
    text-align: left;
}

.footer-contact-group h4 {
    text-align: left;
}

.footer-contact-groups .footer-info-line {
    justify-content: flex-start;
}

.footer-contact-groups {
    gap: 14px !important;
}

.footer-contact-group {
    width: 100%;
}

.footer-contact-group + .footer-contact-group {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-contact-group h4 {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: var(--title-font);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.footer-style-four .footer-top .info-box .single-item .inner-box .footer-info-content p {
    font-size: 13px;
    line-height: 1.45;
}

.footer-style-four .footer-bottom {
    padding: 0;
}

.footer-main-nav,
.footer-legal-nav {
    max-width: 900px;
    margin: 0 auto;
}

.footer-main-nav ul,
.footer-legal-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.footer-legal-nav {
    max-width: 820px;
}

.footer-main-nav {
    padding: 18px 0 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-main-nav a,
.footer-legal-nav a {
    font-family: var(--title-font);
    color: #ffffff;
    /* font-size: 13px; */
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.footer-main-nav a:hover,
.footer-main-nav a:focus-visible,
.footer-legal-nav a:hover,
.footer-legal-nav a:focus-visible {
    color: var(--theme-color);
}

.footer-legal-nav {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom-bar {
    padding: 30px 0 28px;
}

.footer-bottom-bar .copyright p {
    font-family: var(--title-font);
    margin-bottom: 3px;
    /* font-size: 13px; */
    line-height: 1.5;
    font-family: var(--title-font);
}

.footer-bottom-bar .social-links {
    margin: 0;
}

@media (max-width: 575.98px) {
    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        min-height: 48px;
        padding: 11px 15px;
        font-size: 16px;
    }

    .floating-whatsapp i {
        font-size: 42px;
    }

    .footer-membership-logos {
        gap: 8px;
    }

    .footer-membership-logos img {
        width: 44vw;
    }
}

@media (max-width: 991.98px) {
    .footer-style-four .footer-top .info-box > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-main-nav,
    .footer-legal-nav {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .footer-style-four .footer-top {
        padding-top: 38px;
    }

    .footer-style-four .footer-top .info-box > .row {
        grid-template-columns: 1fr;
    }

    .footer-main-nav ul,
    .footer-legal-nav ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: center;
        gap: 16px 12px;
    }

    .footer-main-nav,
    .footer-legal-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-style-four .footer-bottom-bar {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        text-align: center;
    }

    .footer-office-content {
        text-align: center;
    }

    .footer-office-block h4,
    .footer-column-social-links {
        justify-content: center;
    }

    .footer-office-block p,
    .footer-column-social-links {
        padding-left: 0;
    }

    .footer-contact-groups {
        align-items: center !important;
        text-align: center;
    }

    .footer-contact-group h4 {
        text-align: center;
    }

    .footer-contact-groups .footer-info-line {
        justify-content: center;
    }

    .footer-style-four .footer-bottom .social-links {
        justify-content: center;
    }
}

.asym-internal-hero,
.asym-news-hero,
.asym-work-hero,
.asym-contact-hero,
.legal-page-header {
    position: relative;
    overflow: hidden;
}

.asym-page-header-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.asym-internal-hero::after,
.asym-news-hero::after,
.asym-work-hero::after,
.asym-contact-hero::after,
.legal-page-header::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.asym-page-header-image + .container,
.asym-page-header-image + .container,
.asym-page-header-image ~ .container {
    position: relative;
    z-index: 1;
}

.asym-contact-image {
    overflow: hidden;
}

.asym-contact-image img,
.asym-work-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.asym-work-visual {
    overflow: hidden;
}

.asym-textarea {
    min-height: 150px;
    padding-top: 14px;
    resize: vertical;
}

.asym-textarea-lg {
    min-height: 140px;
}

/* Controles compartidos por los formularios públicos */
.trabaja-label {
    display: block;
    margin-bottom: 7px;
    color: #220a84;
    font-size: 15px;
    font-weight: 800;
}

.trabaja-control {
    width: 100%;
    height: 56px;
    border: 2px solid #d2caee;
    border-radius: 12px;
    background: #fff;
    padding: 0 16px;
    color: #220a84;
    font-size: 17px;
}

.trabaja-control:focus {
    outline: none;
    border-color: #220a84;
}

.trabaja-control::placeholder {
    color: #9b96b7;
    opacity: 1;
}

.trabaja-submit-btn {
    border-radius: 12px;
}

.libro-image {
    max-width: 280px;
}

.libro-error-list {
    margin-bottom: 0;
    padding-left: 20px;
}

.asym-service-list-hero {
    background-image: url('../images/background/headerPage.jpg');
    background-size: cover;
    background-position: center;
}

.asym-service-list-hero.has-background {
    position: relative;
}

.asym-service-list-hero.has-background::before {
    position: absolute;
    inset: 0;
    content: '';
    background: rgba(0, 0, 0, .28);
}

.asym-service-list-hero.has-background > * {
    position: relative;
    z-index: 1;
}

.asym-service-list-hero-description {
    max-width: 760px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 1.7;
}

.asym-products-page-hero {
    padding: 155px 20px 68px;
    background: linear-gradient(135deg, #eef2f7 0%, #e2eaf3 100%);
    color: #0c315b;
    text-align: center;
}

.asym-products-page-hero.has-background {
    position: relative;
    background-size: cover;
    background-position: center;
}

.asym-products-page-hero.has-background::before {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 48%, rgba(255, 255, 255, 0) 80%);
}

.asym-products-page-hero.has-background .container {
    position: relative;
    z-index: 1;
}

.asym-products-page-hero .container {
    max-width: 1050px;
    margin: 0 auto;
}

.asym-products-page-kicker {
    margin-bottom: 14px;
    color: #f5a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.asym-products-page-hero h1 {
    margin: 0 auto 16px;
    color: #0c315b;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.12;
}

.asym-products-page-description {
    max-width: 760px;
    margin: 0 auto;
    color: #5d6675;
    font-size: 17px;
    line-height: 1.7;
}

.asym-products-page-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-top: 22px;
    color: #667085;
    font-size: 14px;
}

.asym-products-page-breadcrumb a {
    color: #0c315b;
}

.asym-products-page-breadcrumb a:hover {
    color: #f5a623;
}

.asym-products-page-shell {
    padding: 82px 0 100px;
    background: #f5f6fa;
}

.asym-products-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.asym-products-page-card {
    height: 100%;
    border: 1px solid #e1e5eb;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.asym-products-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
}

.asym-products-page-card__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.asym-products-page-card__media {
    display: flex;
    min-height: 270px;
    align-items: center;
    justify-content: center;
    /* padding: 24px; */
    /* background: #f7f8fb; */
}

.asym-products-page-card__media img {
    display: block;
    width: 100%;
    height: 245px;
    object-fit: contain;
}

.asym-products-page-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 24px 26px 27px;
}

.asym-products-page-card__body h2 {
    margin: 0 0 18px;
    color: #0c315b;
    font-size: 21px;
    line-height: 1.35;
}

.asym-products-page-card__more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    color: #f5a623;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.asym-products-page-card__more i {
    font-size: 13px;
}

.asym-products-page-empty {
    padding: 70px 24px;
    border: 1px solid #e1e5eb;
    background: #ffffff;
    text-align: center;
}

.asym-products-page-empty h2 {
    margin-bottom: 12px;
    color: #0c315b;
}

.asym-products-page-empty p {
    margin: 0;
    color: #5d6675;
}

@media (max-width: 991px) {
    .asym-products-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .asym-products-page-hero {
        padding: 115px 18px 52px;
    }

    .asym-products-page-description {
        font-size: 16px;
    }

    .asym-products-page-shell {
        padding: 55px 0 70px;
    }

    .asym-products-page-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

.banner-bottom-boxes .first-box {
    position: relative;
    overflow: hidden;
}

.service-list-background {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-bottom-boxes .first-box > a {
    position: relative;
    z-index: 1;
}

.features-section .tabs-content .tab {
    display: none;
}

.features-section .tabs-content .tab.active-tab {
    display: block;
}
/* resources/views/page-modes/pagina-web/aviso-legal.blade.php */
.legal-page-header {
    position: relative;
    background-size: cover;
    background-position: center;
}

.legal-page-header.has-header-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.legal-page-header .content {
    position: relative;
    z-index: 1;
}

.legal-content-card {
    background: #fff;
    border-radius: 20px;
    padding: clamp(20px, 3vw, 40px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.legal-content-card > *:last-child {
    margin-bottom: 0;
}

/* resources/views/page-modes/pagina-web/contactanos.blade.php */
.asym-contact-hero {
    padding: 170px 0 90px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.asym-contact-hero.has-background::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.45) 100%); */
}

.asym-contact-hero .container {
    position: relative;
    z-index: 1;
}

.asym-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.asym-contact-card {
    border-radius: 20px;
    background: #2a0a8b;
    border: 1px solid rgba(42, 10, 139, 0.08);
    box-shadow: 0 14px 35px rgba(42, 10, 139, 0.08);
    padding: 24px;
    color: #ffffff;
    height: 100%;
}

.asym-contact-card > .icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 138, 0, 0.12);
    color: #ff8a00;
    margin-bottom: 16px;
    font-size: 22px;
}

.asym-contact-panel {
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(42, 10, 139, 0.08);
    box-shadow: 0 18px 44px rgba(42, 10, 139, 0.10);
    overflow: hidden;
}

.asym-contact-image {
    min-height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
}

.asym-contact-form {
    padding: 32px;
}

.asym-contact-map {
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(42, 10, 139, 0.10);
}

.asym-contact-map iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
}

.asym-contact-socials {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.asym-contact-socials a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
}

.asym-contact-socials a .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 18px;
}

.asym-internal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 18px;
}

.asym-contact-hero.has-background .asym-internal-kicker,
.asym-internal-hero.has-background .asym-internal-kicker {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .asym-contact-grid {
        grid-template-columns: 1fr;
    }
}

.flat-spacing {
    padding: 100px 10px;
}

/* resources/views/page-modes/pagina-web/libro-reclamaciones.blade.php */
.asym-internal-hero {
    padding: 170px 0 90px;
    color: #1f2937;
}

.asym-internal-hero.has-background {
    color: #ffffff;
}

.asym-internal-hero.has-background::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.55) 100%); */
}

.asym-internal-hero .content {
    position: relative;
    z-index: 1;
}

.asym-internal-hero .asym-internal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 18px;
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
}

.asym-internal-hero.has-background .asym-internal-kicker {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.legal-content-card {
    background: #fff;
    border-radius: 20px;
    padding: clamp(20px, 3vw, 36px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.legal-content-card > *:last-child {
    margin-bottom: 0;
}

.lb-radio-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.lb-radio-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.lb-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.asym-contact-panel {
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(42, 10, 139, 0.08);
    box-shadow: 0 18px 44px rgba(42, 10, 139, 0.10);
    overflow: hidden;
}

.asym-contact-form {
    padding: 32px;
}

.asym-contact-form textarea.trabaja-control {
    height: auto;
}

.asym-contact-form .form-check-label {
    color: #220a84;
    font-size: 15px;
    font-weight: 700;
}

.asym-contact-form .text-muted {
    color: #6b7280 !important;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .asym-contact-form {
        padding: 24px;
    }
}
.asym-internal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 18px;
}
.flat-spacing {
    padding: 100px 10px;
}

/* resources/views/page-modes/pagina-web/nosotros.blade.php */
.asym-internal-hero {
    padding: 170px 0 90px;
    color: #1f2937;
    position: relative;
    overflow: hidden;
}

.asym-internal-hero.has-background {
    color: #ffffff;
}

.asym-internal-hero.has-background::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.45) 100%); */
}

.asym-internal-hero .container {
    position: relative;
    z-index: 1;
}

.asym-internal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 18px;
}

.asym-internal-hero.has-background .asym-internal-kicker {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.about-image-card,
.about-content-card,
.about-block-card {
    border-radius: 20px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    background: #fff;
}

.about-image-card {
    overflow: hidden;
}

.about-image-card img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.about-block-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.about-block-mision .about-block-badge {
    background: rgba(16, 185, 129, 0.15);
    color: #047857;
}

.about-block-vision .about-block-badge {
    background: rgba(37, 99, 235, 0.14);
    color: #1d4ed8;
}
.asym-icon img {
    width: 100px;
    margin:auto;
    display: block;
}

.asym-commitments-section {
    padding: 82px 0 92px;
    background: #f6f8fb;
}

.asym-commitments-section .auto-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.asym-commitments-heading {
    /* max-width: 720px; */
    margin: 0 auto 38px;
    text-align: center;
}

.asym-commitments-heading .asym-news-kicker {
    margin-bottom: 16px;
}

.asym-commitments-heading h2 {
    margin: 0;
    color: var(--title-color);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.2;
}

.asym-commitments-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.asym-commitment-card {
    min-height: 230px;
    padding: 30px 24px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(42, 10, 139, 0.08);
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.asym-commitment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
}

.asym-commitment-icon {
    width: 96px;
    height: 96px;
    margin-bottom: 22px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff3dc;
    border-radius: 24px;
}

.asym-commitment-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.asym-commitment-card h3 {
    margin: 0 0 12px;
    color: var(--title-color);
    font-size: 21px;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
    .asym-commitments-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .asym-commitments-section {
        padding: 64px 0 70px;
    }

    .asym-commitments-grid {
        grid-template-columns: 1fr;
    }

    .asym-commitment-card {
        min-height: 0;
    }
}

.features-section {
    --theme-color: #f5a623;
    position: relative;
    background-color: #f2f4f8;
    padding: 0 0 80px;
}

.features-section.alternat-2 {
    padding-top: 0;
    background-color: transparent;
}

.features-section .bg-color {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #faf5ee;
}

.features-section .auto-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.features-section .inner-container {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.features-section .inner-container .left-content {
    position: relative;
    padding: 52px 0 54px 50px;
}

.features-section .inner-container .left-content .title-box {
    position: relative;
    display: block;
    padding-bottom: 21px;
    margin-bottom: 27px;
}

.features-section .inner-container .left-content .title-box .title-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background-color: var(--theme-color);
}

.features-section .inner-container .left-content .title-box .title-shape::before,
.features-section .inner-container .left-content .title-box .title-shape::after {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 1px;
    height: 20px;
    background-color: var(--theme-color);
}

.features-section .inner-container .left-content .title-box .title-shape::before {
    left: 0;
}

.features-section .inner-container .left-content .title-box .title-shape::after {
    right: 0;
}

.features-section .inner-container .left-content .title-box h3 {
    font-size: 30px;
    line-height: 38px;
}

.features-section .inner-container .left-content p {
    margin-bottom: 27px;
}

.features-section .content-box {
    position: relative;
    display: block;
    border-left: 1px solid #e7eaef;
}

.features-section .tabs-box {
    position: relative;
}

.features-section .tabs-box .tab {
    display: none;
    transform: scale(.9);
    transition: transform .5s ease;
}

.features-section .tabs-box .tab.active-tab {
    display: block;
    transform: scale(1);
}

.features-section .tabs-box .tabs-content {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.features-section .tabs-box .tabs-content .image-box {
    position: relative;
    display: block;
    width: 260px;
    border-radius: 50%;
}

.features-section .tabs-box .tabs-content .image-box img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.features-section .tab-btns {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features-section .tab-btns li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e7eaef;
    padding: 36px 0 30px 25px;
    cursor: pointer;
    transition: all .5s ease;
}

.features-section .tab-btns li.active-btn {
    padding-left: 140px;
}

.features-section .tab-btns li .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 98px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    color: #fff;
    opacity: 0;
    transition: opacity .5s ease;
}

.features-section .tab-btns li .icon-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.features-section .tab-btns li.active-btn .icon-box {
    opacity: 1;
}

.features-section .tab-btns li h4 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    border-bottom: 1px dashed transparent;
    transition: border-color .5s ease;
}

.features-section .tab-btns li.active-btn h4 {
    border-color: var(--theme-color);
}

@media (max-width: 991.98px) {
    .features-section .inner-container .left-content {
        padding-right: 30px;
    }

    .features-section .tabs-box .tabs-content {
        right: 24px;
    }

    .features-section .tabs-box .tabs-content .image-box {
        width: 190px;
    }
}

@media (max-width: 767.98px) {
    .features-section {
        padding-bottom: 40px;
    }

    .features-section .inner-container .left-content {
        padding: 36px 20px;
    }

    .features-section .content-box {
        border-top: 1px solid #e7eaef;
        border-left: 0;
    }

    .features-section .tabs-box .tabs-content {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        padding: 20px;
        text-align: center;
    }

    .features-section .tabs-box .tabs-content .image-box {
        width: 170px;
        margin: 0 auto;
    }

    .features-section .tab-btns li,
    .features-section .tab-btns li.active-btn {
        padding: 20px 20px 20px 110px;
    }

    .features-section .tab-btns li .icon-box {
        width: 90px;
    }
}

/* resources/views/page-modes/pagina-web/noticias-show.blade.php */
body {
    background: #ffffff !important;
}

.noticia-hero {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.noticia-hero .content {
    max-width: 860px;
    padding: 130px 0 20px;
}

.noticia-hero .heading {
    color: #111111;
    text-wrap: balance;
}

.noticia-hero .entry_tag,
.noticia-hero .entry_author,
.noticia-hero .entry_author .h6,
.noticia-hero .entry_author .name-author {
    color: #111111 !important;
}

.noticia-hero-media {
    width: 100%;
    margin-top: 0;
}

.noticia-hero-media img {
    width: 100%;
    display: block;
    max-height: 560px;
    object-fit: cover;
    object-position: top center;
}

.blog-details-content .noticia-body p:first-child {
    padding-left: 0;
}

.news-section .news-block-one .inner-box .upper-content .info-box .post-date h3 {
    background-color: var(--theme-color);
}

.news-section .news-block-one .inner-box .upper-content .info-box .author-box .author-image,
.blog-details-content .content-one .info-list .author-box .author-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #f0f4f8;
    color: var(--title-color);
}

.news-section .news-block-one .inner-box .upper-content .info-box .author-box .author-image i,
.blog-details-content .content-one .info-list .author-box .author-image i {
    font-size: 20px;
}

.blog-details-content .content-one .image-box .post-date {
    background-color: var(--theme-color);
}

.blog-details-content .content-one .image-box .post-date h2 {
    color: #ffffff;
}

.noticia-detail-card {
    padding: 32px;
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.05);
}

.noticia-body {
    color: #303030;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
}

.noticia-body > * + * {
    margin-top: 1.2rem;
}

.noticia-body img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.noticia-body iframe {
    width: 100%;
    min-height: 360px;
    border: 0;
    border-radius: 18px;
}

.noticia-body ul,
.noticia-body ol {
    padding-left: 1.25rem;
}

.noticia-sidebar {
    top: 120px;
}

.noticia-share-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.noticia-share-list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    transition: 0.25s ease;
}

.noticia-share-list a:hover {
    color: #fff;
    background: #111;
    border-color: #111;
}

.noticia-author-card {
    margin-top: 28px;
    padding: 24px;
    border-radius: 22px;
    background: #f8f8fb;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.noticia-author-card h5 {
    margin-bottom: 8px;
}

.noticia-author-card p {
    margin-bottom: 0;
    color: #555;
}

.noticia-related .blog-image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .noticia-sidebar {
        position: static !important;
    }
}

@media (max-width: 767px) {
    .noticia-detail-card {
        padding: 22px;
    }

    .noticia-hero .content {
        padding: 110px 0 28px;
    }
}

/* resources/views/page-modes/pagina-web/noticias.blade.php */
.asym-news-hero {
    padding: 170px 0 90px;
    color: #1f2937;
    position: relative;
    overflow: hidden;
    padding-top: 250px;
    padding-bottom: 50px;
}

.asym-news-hero.has-background {
    color: #ffffff;
}

.asym-news-hero.has-background::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 45%, rgba(255, 255, 255, 0) 80%);
}

.asym-news-hero .container {
    position: relative;
    z-index: 2;
}

.asym-news-hero.has-background .container,
.asym-news-hero.has-background .container h1 {
    color: var(--title-color);
}

.asym-news-hero.has-background .container .lead {
    color: var(--text-color);
}

.asym-news-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 18px;
}

.asym-news-hero.has-background .asym-news-kicker {
    /* background: rgba(255, 255, 255, 0.16); */
    /* color: #ffffff; */
}

.asym-news-shell {
    padding: 100px 10px;
}

.asym-news-empty {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #dfd8ef;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(42, 10, 139, 0.08);
    padding: 28px 24px;
}

.asym-news-empty h3 {
    color: #2a0a8b;
    margin-bottom: 10px;
}

.asym-news-empty p {
    color: #3f336f;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .asym-news-hero {
        padding: 130px 0 70px;
    }
}

/* resources/views/page-modes/pagina-web/politicas-de-cookies.blade.php */
.legal-page-header {
    position: relative;
    background-size: cover;
    background-position: center;
}

.legal-page-header.has-header-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.legal-page-header .content {
    position: relative;
    z-index: 1;
}

.legal-content-card {
    background: #fff;
    border-radius: 20px;
    padding: clamp(20px, 3vw, 40px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.legal-content-card > *:last-child {
    margin-bottom: 0;
}

/* resources/views/page-modes/pagina-web/politicas-de-privacidad.blade.php */
.asym-internal-hero {
    padding: 170px 0 90px;
    color: #1f2937;
}

.asym-internal-hero.has-background {
    color: #ffffff;
}

.asym-internal-hero.has-background::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.55) 100%); */
}

.asym-internal-hero .content {
    position: relative;
    z-index: 1;
}

.asym-internal-hero .asym-internal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 18px;
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
}

.asym-internal-hero.has-background .asym-internal-kicker {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.legal-content-card {
    background: #fff;
    border-radius: 20px;
    padding: clamp(20px, 3vw, 40px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.legal-content-card > *:last-child {
    margin-bottom: 0;
}
.flat-spacing {
    padding: 100px 10px;
}

/* resources/views/page-modes/pagina-web/producto-show.blade.php */
.asym-product-hero {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    padding: 225px 20px 70px 20px;
    background: linear-gradient(135deg, #eef2f7 0%, #e2eaf3 100%);
    text-align: center;
}

.asym-product-hero__content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.asym-product-hero__kicker {
    margin-bottom: 12px;
    color: #f5a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.asym-product-hero h1 {
    margin: 0 auto 18px;
    color: #0c315b;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.12;
}

.asym-product-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0;
    color: #667085;
    font-size: 14px;
}

.asym-product-hero__breadcrumb a {
    color: #0c315b;
}

.asym-product-hero__breadcrumb a:hover {
    color: #f5a623;
}

.asym-product-detail {
    padding: 85px 0 90px;
    background: #f5f6fa;
    padding-bottom: 150px;
}

.asym-product-gallery,
.asym-product-summary,
.asym-product-related-card {
    border: 1px solid #e1e5eb;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .07);
}

.asym-product-gallery {
    padding: 22px;
}

.asym-product-gallery--service {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.asym-product-gallery-main {
    display: flex;
    min-height: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #ffffff !important;
}

.asym-product-gallery-main img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: contain;
}

.asym-product-gallery--service .asym-product-gallery-main {
    min-height: 0;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
}

.asym-product-gallery--service .asym-product-gallery-main img {
    min-height: 0;
    height: auto;
    object-fit: contain;
}

.asym-product-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.asym-product-gallery-thumb {
    width: 76px;
    height: 76px;
    padding: 4px;
    border: 1px solid #d8dee8;
    background: #ffffff;
    cursor: pointer;
}

.asym-product-gallery-thumb.is-active,
.asym-product-gallery-thumb:hover {
    border-color: #f5a623;
}

.asym-product-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.asym-product-summary {
    height: 100%;
    padding: 42px;
}

.asym-product-kicker {
    margin-bottom: 12px;
    color: #f5a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.asym-product-summary h1 {
    margin-bottom: 18px;
    color: #0c315b;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
}

.asym-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.asym-product-meta span {
    padding: 7px 11px;
    color: #5d6675;
    border: 1px solid #e1e5eb;
    border-radius: 3px;
    font-size: 13px;
}

.asym-product-price {
    margin-bottom: 24px;
    color: #0c315b;
    font-size: 30px;
    font-weight: 700;
}

.asym-product-price del {
    margin-left: 10px;
    color: #98a2b3;
    font-size: 17px;
    font-weight: 400;
}

.asym-product-description,
.asym-product-specifications {
    color: #5d6675;
    line-height: 1.8;
}

.asym-product-description > * + *,
.asym-product-specifications > * + * {
    margin-top: 1rem;
}

.asym-product-description img,
.asym-product-specifications img {
    max-width: 100%;
    height: auto;
}

.asym-product-information {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e1e5eb;
}

.asym-product-information h3 {
    margin-bottom: 14px;
    color: #0c315b;
    font-size: 20px;
}

.asym-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.asym-product-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.asym-product-related {
    padding: 80px 0 0;
}

.asym-product-related h2 {
    margin-bottom: 28px;
    color: #0c315b;
}

.asym-product-related-card {
    height: 100%;
    padding: 16px;
}

.asym-product-related-card img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #f7f8fb;
}

.asym-product-related-card h3 {
    margin: 17px 0 0;
    color: #0c315b;
    font-size: 18px;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .asym-product-hero {
        min-height: 260px;
        padding: 42px 18px;
    }

    .asym-product-detail {
        padding: 55px 0 60px;
    }

    .asym-product-summary {
        margin-top: 24px;
        padding: 28px 22px;
    }

    .asym-product-gallery-main,
    .asym-product-gallery-main img {
        min-height: 320px;
        height: 320px;
    }
}

/* Galería e información del detalle público de productos */
.asym-product-gallery-layout {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.asym-product-gallery-main {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 480px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background: #ffffff;
}

.asym-product-gallery--service .asym-product-gallery-main {
    min-height: 480px;
    align-items: center;
    background: transparent;
}

.asym-product-gallery-main-trigger {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 480px;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    color: inherit;
    text-decoration: none;
}

.asym-product-gallery-main-trigger:focus-visible {
    outline: 2px solid #f5a623;
    outline-offset: 3px;
}

.asym-product-gallery-main-trigger img {
    display: block;
    width: 100%;
    height: 478px;
    object-fit: contain;
}

.asym-product-gallery--service .asym-product-gallery-main-trigger img {
    min-height: 0;
    height: 478px;
}

.asym-product-gallery-thumbs-rail {
    display: flex;
    flex: 0 0 84px;
    width: 84px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.asym-product-gallery-thumbs {
    display: flex;
    width: 84px;
    height: 390px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.asym-product-gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.asym-product-gallery-thumb {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    display: block;
    margin: 0;
    padding: 4px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    font: inherit;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.asym-product-gallery-thumb.is-active,
.asym-product-gallery-thumb:hover,
.asym-product-gallery-thumb:focus-visible {
    border-color: #0c315b;
    box-shadow: 0 0 0 2px rgba(12, 49, 91, .12);
    outline: 0;
}

.asym-product-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.asym-product-gallery-nav {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    background: #ffffff;
    color: #0c315b;
    cursor: pointer;
}

.asym-product-gallery-nav:hover,
.asym-product-gallery-nav:focus-visible {
    border-color: #f5a623;
    color: #f5a623;
    outline: 0;
}

.asym-product-gallery-nav.is-hidden {
    display: none;
}

.asym-product-gallery-counter {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 5px 9px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .9);
    color: #0c315b;
    font-size: 12px;
    font-weight: 700;
}

.asym-product-brand {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 12px;
    margin: 20px 0 24px;
    padding: 12px 14px;
    border: 1px solid #e1e5eb;
    border-radius: 4px;
    background: #ffffff;
}

.asym-product-brand img {
    display: block;
    width: 90px;
    max-height: 42px;
    object-fit: contain;
}

.asym-product-brand span,
.asym-product-brand strong {
    display: block;
}

.asym-product-brand span {
    margin-bottom: 2px;
    color: #7b8491;
    font-size: 12px;
}

.asym-product-brand strong {
    color: #0c315b;
    font-size: 15px;
}

.asym-product-summary-note {
    margin: 0;
    color: #5d6675;
    line-height: 1.75;
}

.asym-product-availability {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    color: #23834b;
    font-size: 15px;
    font-weight: 700;
}

.asym-product-availability.is-sold-out {
    color: #c0392b;
}

.asym-product-availability i {
    font-size: 17px;
}

.asym-product-availability small {
    color: #7b8491;
    font-size: 13px;
    font-weight: 400;
}

.asym-product-tags {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 22px;
}

.asym-product-tags-label {
    padding-top: 5px;
    color: #0c315b;
    font-size: 14px;
    font-weight: 700;
}

.asym-product-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.asym-product-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid rgba(12, 49, 91, .16);
    border-radius: 999px;
    background: #f4f7fb;
    color: #0c315b;
    font-size: 12px;
    font-weight: 600;
}

.asym-product-detail-tabs {
    margin-top: 60px;
    border: 1px solid #e1e5eb;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .05);
}

.asym-product-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
    padding: 0 30px;
    border-bottom: 1px solid #e1e5eb;
}

.asym-product-tab {
    position: relative;
    padding: 20px 0 16px;
    border: 0;
    background: transparent;
    color: #5d6675;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.asym-product-tab::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: #f5a623;
    content: "";
    opacity: 0;
}

.asym-product-tab.is-active,
.asym-product-tab:hover,
.asym-product-tab:focus-visible {
    color: #0c315b;
    outline: 0;
}

.asym-product-tab.is-active::after {
    opacity: 1;
}

.asym-product-tabs-content {
    padding: 32px;
}

.asym-product-video,
.asym-service-video {
    margin-top: 60px;
    padding: 30px;
    border: 1px solid #e1e5eb;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .05);
}

.asym-product-video__header,
.asym-service-video__header {
    margin-bottom: 22px;
}

.asym-product-video__kicker,
.asym-service-video__kicker {
    display: block;
    margin-bottom: 8px;
    color: #f5a623;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
}

.asym-product-video h2,
.asym-service-video h2 {
    margin: 0;
    color: #0c315b;
    font-size: 28px;
    line-height: 1.25;
}

.asym-product-video__frame,
.asym-service-video__frame {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #0c315b;
}

.asym-product-video__frame iframe,
.asym-service-video__frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.asym-product-tab-panel {
    display: none;
}

.asym-product-tab-panel.is-active {
    display: block;
}

.asym-product-description ul,
.asym-product-description ol,
.asym-product-specifications ul,
.asym-product-specifications ol {
    padding-left: 24px;
}

.asym-product-description ul,
.asym-product-specifications ul {
    list-style-type: square;
}

.asym-product-description li,
.asym-product-specifications li {
    margin-bottom: 8px;
}

.asym-product-empty-info {
    margin: 0;
    color: #5d6675;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .asym-product-gallery-layout {
        display: flex;
        flex-direction: column-reverse;
        gap: 12px;
    }

    .asym-product-gallery-thumbs-rail {
        width: 100%;
        flex: 0 0 auto;
        flex-direction: row;
    }

    .asym-product-gallery-thumbs {
        width: auto;
        height: 76px;
        flex: 1 1 auto;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .asym-product-gallery-nav[data-gallery-nav="prev"] .fa-chevron-up,
    .asym-product-gallery-nav[data-gallery-nav="next"] .fa-chevron-down {
        transform: rotate(-90deg);
    }

    .asym-product-gallery-main,
    .asym-product-gallery-main-trigger {
        min-height: 320px;
    }

    .asym-product-gallery-main-trigger img {
        height: 318px;
    }

    .asym-product-gallery--service .asym-product-gallery-main,
    .asym-product-gallery--service .asym-product-gallery-main-trigger img {
        min-height: 320px;
    }

    .asym-product-gallery--service .asym-product-gallery-main-trigger img {
        height: 318px;
    }

    .asym-product-tabs-nav,
    .asym-product-tabs-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .asym-product-video,
    .asym-service-video {
        margin-top: 40px;
        padding: 22px 20px;
    }

    .asym-product-video h2,
    .asym-service-video h2 {
        font-size: 23px;
    }

}

/* resources/views/page-modes/pagina-web/terminos-y-condiciones.blade.php */
.legal-content-card li {
    list-style-type: inherit;
    list-style: inherit;
    margin-left: 20px;
}
.asym-internal-hero {
    padding: 170px 0 90px;
    color: #1f2937;
}

.asym-internal-hero.has-background {
    color: #ffffff;
}

.asym-internal-hero.has-background::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.55) 100%); */
}

.asym-internal-hero .content {
    position: relative;
    z-index: 1;
}

.asym-internal-hero .asym-internal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 18px;
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
}

.asym-internal-hero.has-background .asym-internal-kicker {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.legal-content-card {
    background: #fff;
    border-radius: 20px;
    padding: clamp(20px, 3vw, 40px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.legal-content-card > *:last-child {
    margin-bottom: 0;
}
.flat-spacing {
    padding: 100px 10px;
}

/* resources/views/page-modes/pagina-web/trabaja-con-nosotros.blade.php */
.asym-work-hero,
.asym-internal-hero {
    padding: 170px 0 90px;
    background-color: #ffffff;
    color: #1f2937;
    position: relative;
    overflow: hidden;
}

.asym-work-hero.has-background,
.asym-internal-hero.has-background {
    color: #ffffff;
}

.asym-work-hero.has-background::before,
.asym-internal-hero.has-background::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.45) 100%); */
}

.asym-work-hero .container,
.asym-internal-hero .container {
    position: relative;
    z-index: 1;
}

.asym-work-shell {
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(42, 10, 139, 0.08);
    box-shadow: 0 18px 45px rgba(42, 10, 139, 0.10);
}

.asym-work-visual {
    min-height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
}

.asym-work-content {
    padding: 32px;
}

.asym-work-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(255, 138, 0, 0.12);
    color: #ff8a00;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    padding: 10px 14px;
    margin-bottom: 18px;
    font-weight: 700;
}

.asym-work-benefits ul {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

.asym-work-form {
    margin-top: 18px;
    border-top: 1px solid rgba(42, 10, 139, 0.08);
    padding-top: 18px;
}

.asym-internal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 18px;
}

.asym-work-hero.has-background .asym-internal-kicker,
.asym-internal-hero.has-background .asym-internal-kicker {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.flat-spacing {
    padding: 100px 10px;
}

/* resources/views/page-modes/servicio/servicios-show.blade.php */
.service-detail-hero {
    padding: 150px 0 80px;
    background: #f3f5f9;
    padding-top: 48px;
    padding-bottom: 42px;
}

.service-detail-hero h1 {
    margin-bottom: 14px;
    color: var(--title-color);
    text-transform: uppercase;
}

.service-detail-hero p {
    max-width: 720px;
    margin-bottom: 0;
    color: #5d6675;
}

.service-detail-section {
    padding: 90px 0;
}

.service-detail-image,
.service-detail-content {
    height: 100%;
    border: 1px solid #e1e5eb;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .08);
}

.service-detail-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.service-detail-image img {
    display: block;
    width: 100%;
    min-height: 0;
    height: auto;
    object-fit: contain;
}

.service-detail-content {
    padding: 42px;
}

.service-detail-kicker {
    margin-bottom: 12px;
    color: #f5a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.service-detail-content h2 {
    margin-bottom: 22px;
    color: var(--title-color);
    text-transform: uppercase;
}

.service-detail-description,
.service-detail-description p {
    color: #5d6675;
    line-height: 1.5;
    font-size: 15px;
}

.service-detail-description p:last-child {
    margin-bottom: 0;
}

.service-detail-description ul {
    margin: 20px 0 26px;
    padding-left: 28px;
    list-style-type: square;
    margin-top: 0px;
}

.service-detail-description ul > li {
    display: list-item;
    margin-bottom: 8px;
    padding-left: 6px;
    color: #5d6675;
    list-style-type: square;
    line-height: 1.2;
}

.service-detail-description ul > li:last-child {
    margin-bottom: 0;
}

.service-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.service-detail-actions .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    margin: 0;
}

.service-detail-actions .service-detail-whatsapp {
    background-color: #25d366 !important;
    border-color: #25d366 !important;
    color: #ffffff;
}

.service-detail-actions .service-detail-whatsapp::before {
    background-color: #1da851;
}

.service-detail-actions .service-detail-whatsapp:hover,
.service-detail-actions .service-detail-whatsapp:focus {
    background-color: #1da851 !important;
    border-color: #1da851 !important;
    color: #ffffff;
}

.service-detail-quote {
    background: var(--title-color);
    border-color: var(--title-color);
}

.service-detail-quote:hover,
.service-detail-quote:focus {
    background: #2a0a8b;
    border-color: #2a0a8b;
}

.service-quote-modal .modal-dialog {
    max-width: 1100px;
}

.service-quote-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 0;
}

.service-quote-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.service-quote-modal__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.95fr);
}

.service-quote-modal__services,
.service-quote-modal__form {
    min-width: 0;
}

.service-quote-modal__form {
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-quote-modal__services {
        padding: 44px 34px 40px 116px;
    }

    .service-quote-modal__services .home-quote-section__ribbon {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 82px;
        height: auto;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .service-quote-modal__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .service-detail-actions .theme-btn {
        width: 100%;
    }

    .service-quote-modal__close {
        top: 10px;
        right: 10px;
    }
}

.service-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    color: #192440;
    font-weight: 700;
    text-decoration: none;
}

.service-detail-back:hover {
    color: #f5a623;
}

@media (max-width: 767.98px) {
    .service-detail-hero {
        padding: 38px 0 32px;
    }

    .service-detail-section {
        padding: 55px 0;
    }

    .service-detail-content {
        padding: 28px 22px;
    }

    .service-detail-image img {
        min-height: 0;
    }
}

/* resources/views/page-modes/servicio/servicios.blade.php */
.hight-level-section {
    padding: 60px 0px;
}

/* resources/views/home.blade.php */
.home-banner-note {
    /* max-width: 760px; */
}

.home-about-highlights {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.home-about-highlight {
    background: #f5f4f9;
    border: 1px solid #e2ddea;
    border-radius: 18px;
    padding: 18px 20px;
}

.home-about-highlight h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}

.home-about-highlight p {
    margin-bottom: 0;
    color: #5d5d69;
}

.home-project-grid {
    display: grid;
    gap: 30px;
}

.home-products-section .sec-title.centred h2,
.home-products-section .sec-title.centred p {
    margin-left: auto;
    margin-right: auto;
}

.home-products-section .product-column {
    display: flex;
}

.home-products-section .product-block-one,
.home-products-section .product-block-one .inner-box {
    width: 100%;
}

.home-products-section .product-block-one .inner-box {
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
}

.home-products-section .product-block-one .inner-box .product-image {
    flex: 0 0 220px;
}

.home-products-section .product-block-one .inner-box p {
    flex: 1 1 auto;
}

.home-video-card {
    position: relative;
    display: block;
    border-radius: 22px;
    overflow: hidden;
    background: #111111;
    box-shadow: 0 18px 40px rgba(15, 15, 20, 0.12);
    text-decoration: none;
}

.home-video-card__media {
    position: relative;
    overflow: hidden;
}

.home-video-card__media img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.home-video-card:hover .home-video-card__media img {
    transform: scale(1.04);
}

.home-video-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 56px;
    transition: all .3s ease;
}

.home-video-card:hover .home-video-card__overlay {
    color: var(--theme-color);
}

.home-video-card__body {
    background: #ffffff;
    padding: 22px 24px 24px;
}

.home-video-card__body h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}

.home-video-card__body p {
    margin-bottom: 0;
    color: #5d5d69;
}

.home-project-gallery {
    overflow: hidden;
}

.home-project-gallery .sec-title {
    text-align: center;
}

.home-project-gallery .sec-title h2,
.home-project-gallery .sec-title p {
    margin-left: auto;
    margin-right: auto;
}

.home-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 0 auto 28px;
}

.home-gallery-filter {
    border: 1px solid rgba(25, 36, 64, 0.14);
    border-radius: 999px;
    background: #ffffff;
    color: #192440;
    font-weight: 700;
    padding: 12px 18px;
    transition: all .25s ease;
}

.home-gallery-filter:hover,
.home-gallery-filter.is-active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
}

.home-index-4 .theme-btn:hover,
.home-index-4 .theme-btn:focus-visible {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #ffffff !important;
}

.home-index-4 .theme-btn:hover::before,
.home-index-4 .theme-btn:focus-visible::before {
    background-color: var(--theme-color) !important;
}

.home-index-4 .theme-btn:hover i,
.home-index-4 .theme-btn:focus-visible i,
.home-index-4 .theme-btn:hover span,
.home-index-4 .theme-btn:focus-visible span {
    color: #ffffff !important;
}

.home-gallery-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-gallery-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    min-height: 300px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 15, 20, 0.12);
}

.home-gallery-card:hover {
    color: #ffffff;
}

.home-gallery-card__image,
.home-gallery-card__image img {
    width: 100%;
    height: 100%;
    display: block;
}

.home-gallery-card__image img {
    object-fit: cover;
    transition: transform .45s ease;
}

.home-gallery-card:hover .home-gallery-card__image img {
    transform: scale(1.05);
}

.home-gallery-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(13, 18, 31, 0.06) 0%, rgba(13, 18, 31, 0.82) 100%);
}

.home-gallery-card__tag {
    display: inline-flex;
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 6px 12px;
    text-transform: uppercase;
}

.home-gallery-card__title {
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
}

.home-gallery-card__play {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    font-size: 20px;
}

.clients-logo-section {
    padding: 86px 0;
}

.clients-logo-section .inner-container {
    /* padding: 42px 48px 46px; */
}

.clients-logo-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.clients-logo-heading h3 {
    margin: 0;
    color: #092b52;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.15;
    font-weight: 700;
}

.clients-logo-heading.sec-title h2 {
    margin-bottom: 0;
}

.clients-logo-heading.sec-title p {
    max-width: 780px;
    margin: 14px auto 0;
}

.clients-logo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.clients-logo-grid .home-client-card {
    flex: 0 1 calc(25% - 18px);
    max-width: calc(25% - 18px);
    width: calc(25% - 18px);
}

.home-client-card {
    /* min-height: 190px; */
    background: #ffffff;
    border: 1px solid #dddbe4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    transition: all .3s ease;
}

.home-client-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 15, 20, 0.10);
}

.home-client-card img {
    display: block;
    max-width: 92%;
    max-height: 124px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all .3s ease;
}

.home-client-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.clients-logo-action {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .clients-logo-grid {
        gap: 18px;
    }

    .clients-logo-grid .home-client-card {
        flex-basis: calc(50% - 9px);
        max-width: calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (max-width: 575px) {
    .clients-logo-section {
        padding: 60px 0;
    }

    .clients-logo-section .inner-container {
        padding: 30px 18px 34px;
    }

    .clients-logo-grid {
        gap: 16px;
    }

    .clients-logo-grid .home-client-card {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .home-client-card {
        min-height: 170px;
    }
}

.home-news-headline {
    max-width: 700px;
}

.service-style-three .service-block-three .service-card-three__media {
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    margin-bottom: 24px;
    overflow: hidden;
    background: #e9edf2;
}

.service-style-three .service-block-three .service-card-three__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-style-three .service-block-three .inner-box > .icon-box {
    display: none;
}

.service-style-three .service-block-three .service-card-link {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
}

.service-style-three .service-block-three .service-card-link:hover {
    color: inherit;
}

.service-style-three .service-block-three .title-box h2 {
    text-transform: uppercase;
}

.service-style-three .service-block-three .service-card-link .link-box span {
    position: relative;
    display: inline-block;
    width: 82px;
    height: 56px;
    line-height: 62px;
    background-color: #faf5ee;
    text-align: center;
    font-size: 22px;
    color: var(--secondary-color);
}

.service-style-three .service-block-three .service-card-link:hover .link-box span {
    color: #ffffff;
    background-color: var(--theme-color);
}

.service-style-three .service-block-three .service-card-link .overlay-content {
    top: 0;
    background-color: transparent;
    padding: 32px 30px 40px;
}

.service-style-three .service-block-three .service-card-link .overlay-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 1 !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-style-three .service-block-three .service-card-link .overlay-content::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: '';
    background: rgba(8, 17, 35, .58);
}

.service-style-three .service-block-three .service-card-link .overlay-content > *:not(.overlay-bg) {
    position: relative;
    z-index: 2;
}

.service-style-three .service-block-three .service-card-link .overlay-content .title-box h2,
.service-style-three .service-block-three .service-card-link .overlay-content .title-box h2 a,
.service-style-three .service-block-three .service-card-link .overlay-content p {
    color: #ffffff !important;
}

.service-style-three .service-block-three .service-card-link .overlay-content .title-box .title-shape,
.service-style-three .service-block-three .service-card-link .overlay-content .title-box .title-shape::before,
.service-style-three .service-block-three .service-card-link .overlay-content .title-box .title-shape::after {
    background-color: #ffffff !important;
}

.service-style-three .service-block-three .service-card-link .overlay-content .theme-btn,
.service-style-three .service-block-three .service-card-link .overlay-content .theme-btn:hover {
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    .home-project-grid {
        gap: 24px;
    }

    .home-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .home-gallery-grid {
        grid-template-columns: 1fr;
    }

    .service-style-three .service-block-three .service-card-three__media {
        height: 160px;
    }
}

/* resources/views/layouts/home.blade.php */
.home-index-4 .header-style-four .outer-box {
    align-items: stretch;
    gap: 0;
}

.home-index-4 .header-style-four .outer-box .left-column {
    flex: 0 0 24%;
    border-right: 1px solid #e0dfdf;
}

.home-index-4 .main-header.header-style-four,
.home-index-4 .main-header.header-style-four.fixed-header .sticky-header {
    box-shadow: 0 4px 14px rgba(12, 49, 91, .12);
}

.home-index-4 .header-style-four .header-lower .main-content {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    border-left: none;
}

.home-index-4 .header-style-four .header-lower .main-content .info-list {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.home-index-4 .header-style-four .header-lower .main-content .info-list li {
    float: none;
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
}

.home-index-4 .header-style-four .header-lower .main-content .info-list li.header-info-contact {
    flex: 1.1 1 0;
}

.home-index-4 .header-style-four .header-lower .main-content .info-list li.header-info-address {
    flex: 1.9 1 0;
}

.home-index-4 .header-style-four .header-lower .main-content .info-list li::before {
    right: 0;
}

.home-index-4 .header-style-four .header-lower .main-content .info-list li h5 {
    width: 100%;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.home-index-4 .header-style-four .header-lower .main-content .info-list li.header-info-contact h5 {
    justify-content: center;
    flex-wrap: nowrap;
}

.home-index-4 .header-style-four .header-lower .main-content .info-list li.header-info-contact .header-contact-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.home-index-4 .header-style-four .header-lower .main-content .info-list li.header-info-contact .header-contact-inline + .header-contact-inline {
    padding-left: 18px;
    margin-left: 18px;
    border-left: 1px solid #e0dfdf;
}

.home-index-4 .header-style-four .header-lower .main-content .menu-area {
    width: 100%;
    /* margin-top: auto; */
    /* padding-top: 8px; */
}

.home-index-4 .header-style-four .header-lower .main-content .menu-area .main-menu,
.home-index-4 .header-style-four .header-lower .main-content .menu-area .collapse,
.home-index-4 .header-style-four .header-lower .main-content .menu-area .navigation {
    width: 100%;
}

.home-index-4 .header-style-four .header-lower .main-content .menu-area .navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.home-index-4 .header-style-four .header-lower .main-content .menu-area .navigation > li {
    flex: 1 1 0;
    padding: 0;
    margin: 0;
    border-right: 1px solid #e0dfdf;
    display: flex;
    align-items: stretch;
}

.home-index-4 .header-style-four .header-lower .main-content .menu-area .navigation > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 10px 10px;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
}

.home-index-4 .header-style-four .header-lower .main-content .menu-area .navigation > li:last-child {
    border-right: none;
}

.home-index-4 .header-style-four .header-lower .main-menu .navigation > li {
    padding: 0 18px;
}

.home-index-4 .header-style-four .outer-box .logo-box img {
    max-height: 90px;
    width: auto;
}

.home-index-4 .footer-style-four .footer-top .footer-logo .logo img,
.home-index-4 .footer-style-four .footer-bottom .copyright img,
.home-index-4 .footer-style-four .footer-bottom .footer-logo img {
    max-width: 220px;
    height: auto;
}

.home-index-4 .header-style-four .outer-box .user-box {
    min-width: 140px;
}

@media (max-width: 1600px) {
    .home-index-4 .header-style-four .outer-box .left-column {
        flex-basis: 26%;
    }

    .home-index-4 .header-style-four .header-lower .main-menu .navigation > li {
        padding: 0 14px;
    }
}

@media (max-width: 1399px) {
    .home-index-4 .header-style-four .outer-box .left-column {
        flex-basis: 28%;
    }

    .home-index-4 .header-style-four .header-lower .main-menu .navigation > li {
        padding: 0 12px;
    }
}

@media (max-width: 1199px) {
    .home-index-4 .header-style-four .outer-box .left-column,
    .home-index-4 .header-style-four .header-lower .main-content {
        flex-basis: auto;
        width: 100%;
    }

    .home-index-4 .header-style-four .header-lower .main-content .info-list,
    .home-index-4 .header-style-four .header-lower .main-content .menu-area .navigation {
        flex-wrap: wrap;
    }

    .home-index-4 .header-style-four .header-lower .main-content .info-list li,
    .home-index-4 .header-style-four .header-lower .main-content .menu-area .navigation > li {
        flex: 1 1 50%;
    }

    .home-index-4 .header-style-four .header-lower .main-content .info-list li.header-info-address {
        flex-basis: 100%;
    }
}

@media (max-width: 767px) {
    .home-index-4 .header-style-four .header-lower .main-content .info-list li,
    .home-index-4 .header-style-four .header-lower .main-content .menu-area .navigation > li {
        flex-basis: 100%;
    }

    .home-index-4 .header-style-four .header-lower .main-content .info-list li.header-info-contact .header-contact-inline + .header-contact-inline {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
}

/* Header mobile: una sola fila sin desbordamiento horizontal */
@media (max-width: 1199px) {
    .home-index-4 .header-style-four .header-lower {
        padding: 0;
    }

    .home-index-4 .header-style-four .header-lower .outer-container {
        width: 100%;
    }

    .home-index-4 .header-style-four .outer-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 0;
    }

    .home-index-4 .header-style-four .outer-box .left-column {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        border-right: none;
    }

    .home-index-4 .header-style-four .outer-box .logo-box {
        width: auto;
        padding: 15px 20px;
    }

    .home-index-4 .header-style-four .outer-box .logo-box img {
        display: block;
        max-width: 180px;
        max-height: 70px;
        width: auto;
    }

    .home-index-4 .header-style-four .header-lower .main-content {
        flex: 0 0 auto;
        width: auto;
        display: block;
        border: none;
    }

    .home-index-4 .header-style-four .header-lower .main-content .info-list {
        display: none !important;
    }

    .home-index-4 .header-style-four .header-lower .main-content .menu-area {
        width: auto;
    }

    .home-index-4 .header-style-four .header-lower .main-content .mobile-nav-toggler {
        float: none;
        margin: 0 15px 0 0;
    }
}

@media (max-width: 599px) {
    .home-index-4 .header-top-three {
        padding: 8px 15px;
    }

    .home-index-4 .header-top-three .top-inner h6 {
        width: 100%;
        margin: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .home-index-4 .header-top-three .top-inner h6 a {
        justify-content: center;
        gap: 8px;
    }
}

/* maintenance page */
:root {
    --soon-text-color: #171717;
    --soon-panel-bg: rgba(255, 255, 255, 0.72);
    --soon-panel-border: rgba(255, 255, 255, 0.55);
    --soon-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    /* font-family: 'Open Sans', sans-serif; */
    color: var(--soon-text-color);
}

body {
    background: #f3eee6;
}

.soon-page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    min-height: 100dvh;
    padding: clamp(16px, 3vw, 42px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    @if ($constructionBackgroundUrl !== '')
    background-image: url('{{ $constructionBackgroundUrl }}');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    @else
    background-image: none;
    background-color: #ffffff;
    @endif
}

.soon-card {
    width: min(760px, 100%);
    padding: clamp(20px, 3.2vw, 44px);
    border-radius: 24px;
    background: var(--soon-panel-bg);
    border: 1px solid var(--soon-panel-border);
    box-shadow: var(--soon-shadow);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.soon-logo {
    width: clamp(220px, 36vw, 340px);
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: clamp(16px, 2vw, 26px);
}

.soon-title {
    margin: 0 0 18px;
    line-height: 1.2;
    font-size: clamp(1.4rem, 3.3vw, 2.3rem);
    font-weight: 700;
    text-wrap: balance;
}

.soon-description {
    font-size: clamp(0.95rem, 1.9vw, 1.18rem);
    line-height: 1.65;
}

.soon-description p,
.soon-description div {
    margin: 0 0 12px;
}

.soon-description p:last-child,
.soon-description div:last-child {
    margin-bottom: 0;
}

.soon-social-list,
.soon-contact-list {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.soon-link-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    color: #111;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(0, 0, 0, 0.09);
    font-size: 0.95rem;
    transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.soon-link-pill:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.soon-link-pill i {
    font-size: 1rem;
}

@media (max-width: 991px) {
    .soon-page {
        position: relative;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .soon-card {
        padding: 18px;
        border-radius: 18px;
    }

    .soon-logo {
        margin-inline: auto;
    }

    .soon-title,
    .soon-description {
        text-align: center;
    }

    .soon-social-list,
    .soon-contact-list {
        justify-content: center;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .soon-page {
        position: relative;
        overflow: hidden;
        padding-block: 12px;
        align-items: flex-start;
    }

    .soon-card {
        max-width: 100%;
    }

    .soon-logo {
        width: 220px;
        margin-bottom: 12px;
    }

    .soon-title {
        margin-bottom: 12px;
        font-size: 1.3rem;
    }

    .soon-description {
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

.soon-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.soon-page.has-background::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .14);
    z-index: 0;
}

.soon-card {
    position: relative;
    z-index: 1;
}

/* Fondo tipo footer únicamente para el contenido de contacto */
.asym-contact-page {
    position: relative;
    background: #F5F6FA;
    /* background: url('/images/background/backFooter.jpg') center center / cover no-repeat; */
}

/* El banner mantiene el mismo fondo y overlay que los demás banners internos */
.asym-contact-hero:not(.has-background) {
    background: #ffffff;
}

.asym-contact-hero.has-background::before {
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 45%, rgba(255, 255, 255, 0) 80%);
}

.asym-contact-hero .container {
    z-index: 2;
}

.asym-contact-hero .container,
.asym-contact-hero .container h1 {
    color: var(--title-color);
}

.asym-contact-hero .container .lead {
    color: var(--text-color);
}

.asym-contact-hero .asym-internal-kicker {
    background: rgba(42, 10, 139, 0.08);
    color: #2a0a8b;
}

.asym-contact-page::before {
    position: absolute;
    inset: 0;
    content: '';
    /* background: rgba(8, 67, 117, 0.12); */
}

.asym-contact-page > .container {
    position: relative;
    z-index: 1;
}

.asym-contact-card {
    background: #3d3b37;
    border-color: #42403c;
    box-shadow: 0 14px 35px rgba(15, 15, 20, 0.18);
}

.asym-contact-card h2,
.asym-contact-card p,
.asym-contact-card a {
    color: #ffffff;
}

.asym-contact-card a:hover,
.asym-contact-card a:focus-visible {
    color: var(--theme-color);
}

.asym-contact-card .contact-card-item {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}

.asym-contact-card .contact-card-item > i {
    flex: 0 0 16px;
    margin-top: 4px;
    color: var(--theme-color);
}

.asym-contact-socials a {
    background: rgba(255, 255, 255, 0.1);
    color: var(--theme-color);
}

.asym-contact-page .theme-btn.btn-style-three {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    border: 0;
    border-radius: 50px;
    background: var(--secondary-color);
    padding: 6px 6px 6px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.asym-contact-page .theme-btn.btn-style-three::before {
    position: absolute;
    top: -200%;
    left: 50%;
    width: 200%;
    height: 200%;
    content: '';
    border-radius: 50%;
    background: var(--theme-color);
    transform: translateX(-50%);
    transition: top 800ms ease;
}

.asym-contact-page .theme-btn.btn-style-three:hover::before,
.asym-contact-page .theme-btn.btn-style-three:focus-visible::before {
    top: 0;
}

.asym-contact-page .theme-btn.btn-style-three .btn-wrap {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.asym-contact-page .theme-btn.btn-style-three .btn-wrap .text-one,
.asym-contact-page .theme-btn.btn-style-three .btn-wrap .text-two {
    transition: transform 0.3s ease, top 0.3s ease, color 0.3s ease;
}

.asym-contact-page .theme-btn.btn-style-three .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #ffffff;
}

.asym-contact-page .theme-btn.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #ffffff;
}

.asym-contact-page .theme-btn.btn-style-three:hover .btn-wrap .text-one,
.asym-contact-page .theme-btn.btn-style-three:focus-visible .btn-wrap .text-one {
    transform: translateY(-150%);
}

.asym-contact-page .theme-btn.btn-style-three:hover .btn-wrap .text-two,
.asym-contact-page .theme-btn.btn-style-three:focus-visible .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
}

.asym-contact-page .theme-btn.btn-style-three i {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    transform: none;
}

@media (max-width: 575.98px) {
    .asym-contact-page .theme-btn.btn-style-three {
        padding-left: 20px;
    }
}

/* Footer de la página pública: composición de cuatro bloques y navegación en tarjeta */
.home-index-4 .footer-style-four {
    overflow: hidden;
    border-top: 4px solid #42403c;
    background: url('/images/background/backFooter.jpg');
    background-size: cover;
}

.home-index-4 .footer-style-four::before {
    top: 5px;
    height: 1px;
    background: #42403c;
}

.home-index-4 .footer-style-four > .footer-top,
.home-index-4 .footer-style-four > .footer-bottom {
    position: relative;
    z-index: 1;
}

.home-index-4 .footer-style-four .footer-top {
    padding: 64px 0 34px;
}

.home-index-4 .footer-style-four .footer-top .info-box {
    max-width: 1180px;
}

.home-index-4 .footer-style-four .footer-top .info-box > .row.footer-layout-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.95fr 1fr 1.15fr;
    gap: 0;
    align-items: stretch;
    margin: 0;
}

.home-index-4 .footer-style-four .footer-top .info-box > .row.footer-layout-grid > .single-column {
    display: flex;
    align-self: stretch;
    width: auto;
    max-width: none;
    padding: 0;
}

.home-index-4 .footer-style-four .footer-top .info-box > .row.footer-layout-grid > .single-column + .single-column {
    border-left: 1px solid rgba(63, 161, 220, 0.24);
}

.home-index-4 .footer-style-four .footer-top .info-box .single-column .single-item {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
}

.home-index-4 .footer-style-four .footer-top .info-box .single-column .single-item .inner-box {
    height: 100%;
    min-height: 274px;
    padding: 18px 28px;
}

.home-index-4 .footer-style-four .footer-top .info-box .single-item .inner-box .footer-info-shape {
    min-height: 0;
    background: transparent !important;
}

.home-index-4 .footer-style-four .footer-top .info-box .single-item .inner-box .footer-info-content {
    position: relative;
    z-index: 1;
}

.home-index-4 .footer-style-four .footer-brand-column .inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 34px;
}

.home-index-4 .footer-style-four .footer-brand-content {
    align-items: flex-start !important;
    justify-content: center;
    gap: 0 !important;
}

.home-index-4 .footer-style-four .footer-brand-logo {
    justify-content: flex-start;
    max-width: 310px;
}

.home-index-4 .footer-style-four .footer-brand-logo img {
    max-width: 310px;
    max-height: 104px;
    filter: brightness(0) invert(1);
}

.home-index-4 .footer-style-four .footer-brand-description {
    max-width: 292px;
    margin: 26px 0 0;
    padding-left: 15px;
    border-left: 2px solid #00a6f4;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 14px !important;
    line-height: 1.72;
    text-align: left;
}

.home-index-4 .footer-style-four .footer-office-content,
.home-index-4 .footer-style-four .footer-contact-groups {
    align-items: center !important;
    justify-content: flex-start;
    gap: 22px !important;
    text-align: center;
}

.home-index-4 .footer-style-four .footer-office-block,
.home-index-4 .footer-style-four .footer-contact-group {
    width: 100%;
}

.home-index-4 .footer-style-four .footer-office-block + .footer-office-block,
.home-index-4 .footer-style-four .footer-contact-group + .footer-contact-group {
    padding-top: 0;
    border-top: 0;
}

.home-index-4 .footer-style-four .footer-section-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 13px;
    border: 1.5px solid #009cf0;
    border-radius: 50%;
    color: #009cf0;
    font-size: 19px;
    line-height: 1;
}

.home-index-4 .footer-style-four .footer-office-block h4,
.home-index-4 .footer-style-four .footer-contact-group h4 {
    display: block;
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}

.home-index-4 .footer-style-four .footer-office-block p,
.home-index-4 .footer-style-four .footer-contact-group p {
    max-width: 220px;
    margin: 0 auto;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px !important;
    line-height: 1.65;
    text-align: center;
}

.home-index-4 .footer-style-four .footer-office-accent {
    width: 54px;
    height: 2px;
    margin: 3px auto 18px;
    background: #00a6f4;
}

.home-index-4 .footer-style-four .footer-column-social-links {
    justify-content: center;
    gap: 10px;
    padding-left: 0;
}

.home-index-4 .footer-style-four .footer-column-social-links a {
    width: 36px;
    height: 36px;
    border: 0;
    background: #0876c3;
    color: #ffffff;
}

.home-index-4 .footer-style-four .footer-column-social-links a:hover,
.home-index-4 .footer-style-four .footer-column-social-links a:focus-visible {
    background: #00a6f4;
    color: #ffffff;
}

.home-index-4 .footer-style-four .footer-contact-groups .footer-info-line {
    width: auto;
    justify-content: center;
    gap: 12px;
}

.home-index-4 .footer-style-four .footer-contact-groups .footer-info-icon {
    margin-top: 3px;
    color: #009cf0;
    font-size: 14px;
}

.home-index-4 .footer-style-four .footer-contact-groups .footer-info-line p,
.home-index-4 .footer-style-four .footer-contact-groups .footer-info-line p a {
    max-width: none;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px !important;
    line-height: 1.65;
}

.home-index-4 .footer-style-four .footer-contact-groups .footer-info-line p a:hover,
.home-index-4 .footer-style-four .footer-contact-groups .footer-info-line p a:focus-visible {
    color: #00a6f4 !important;
}

.home-index-4 .footer-style-four .footer-bottom {
    padding: 0 0 38px;
}

.home-index-4 .footer-style-four .footer-main-nav {
    max-width: none;
    margin: 0 12px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 156, 240, 0.22);
    border-radius: 16px;
    background: rgba(1, 25, 54, 0.33);
}

.home-index-4 .footer-style-four .footer-main-nav ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
}

.home-index-4 .footer-style-four .footer-main-nav li {
    min-width: 0;
    border-right: 1px solid rgba(63, 161, 220, 0.18);
}

.home-index-4 .footer-style-four .footer-main-nav li:last-child {
    border-right: 0;
}

.home-index-4 .footer-style-four .footer-main-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 94px;
    padding: 14px 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.home-index-4 .footer-style-four .footer-main-nav a:hover,
.home-index-4 .footer-style-four .footer-main-nav a:focus-visible {
    color: #ffffff;
    background: rgba(0, 156, 240, 0.12);
}

.home-index-4 .footer-style-four .footer-nav-icon {
    flex: 0 0 auto;
    color: #009cf0;
    font-size: 25px;
}

.home-index-4 .footer-style-four .footer-legal-nav {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 12px 0;
    border: 0;
}

.home-index-4 .footer-style-four .footer-legal-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin: 0;
    padding: 0;
}

.home-index-4 .footer-style-four .footer-legal-nav a {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

.home-index-4 .footer-style-four .footer-bottom-bar {
    display: block;
    padding: 42px 0 10px;
    text-align: center;
}

.home-index-4 .footer-style-four .footer-bottom-bar::before {
    display: block;
    width: 42px;
    height: 2px;
    margin: 0 auto 16px;
    content: '';
    background: #009cf0;
}

.home-index-4 .footer-style-four .footer-bottom-bar .copyright p {
    margin: 0 0 5px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.55;
}

.home-index-4 .footer-style-four .footer-bottom-bar .copyright p:last-child {
    margin-bottom: 0;
}

.home-index-4 .footer-style-four .footer-bottom-bar .copyright a {
    color: #00a6f4;
}

.home-index-4 .footer-style-four .footer-bottom-bar .copyright i {
    margin-right: 5px;
    color: #00a6f4;
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .home-index-4 .footer-style-four .footer-top .info-box > .row.footer-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-index-4 .footer-style-four .footer-brand-column {
        grid-column: 1 / -1;
    }

    .home-index-4 .footer-style-four .footer-main-nav ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .home-index-4 .footer-style-four .footer-top {
        padding: 44px 0 26px;
    }

    .home-index-4 .footer-style-four .footer-top .info-box > .row.footer-layout-grid {
        grid-template-columns: 1fr;
    }

    .home-index-4 .footer-style-four .footer-top .info-box > .row.footer-layout-grid > .single-column {
        border-left: 0;
        border-top: 1px solid rgba(63, 161, 220, 0.24);
    }

    .home-index-4 .footer-style-four .footer-top .info-box > .row.footer-layout-grid > .single-column:first-child {
        border-top: 0;
    }

    .home-index-4 .footer-style-four .footer-top .info-box .single-column .single-item .inner-box {
        min-height: auto;
        padding: 30px 24px;
    }

    .home-index-4 .footer-style-four .footer-brand-column .inner-box {
        padding: 20px 24px 34px;
    }

    .home-index-4 .footer-style-four .footer-brand-content {
        align-items: center !important;
    }

    .home-index-4 .footer-style-four .footer-brand-description {
        text-align: left;
    }

    .home-index-4 .footer-style-four .footer-main-nav {
        margin: 0;
        border-radius: 14px;
    }

    .home-index-4 .footer-style-four .footer-legal-nav {
        padding: 20px 0 0;
    }

    .home-index-4 .footer-style-four .footer-legal-nav ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 16px;
        justify-items: center;
    }

    .home-index-4 .footer-style-four .footer-main-nav a {
        min-height: 74px;
        gap: 8px;
        padding: 12px 8px;
        font-size: 11px;
    }

    .home-index-4 .footer-style-four .footer-nav-icon {
        font-size: 20px;
    }

    .home-index-4 .footer-style-four .footer-bottom {
        padding-bottom: 28px;
    }

    .home-index-4 .footer-style-four .footer-bottom-bar {
        padding-top: 32px;
    }
}

@media (max-width: 420px) {
    .home-index-4 .footer-style-four .footer-legal-nav ul {
        grid-template-columns: 1fr;
    }

    .home-index-4 .footer-style-four .footer-main-nav ul {
        grid-template-columns: 1fr;
    }

    .home-index-4 .footer-style-four .footer-main-nav li {
        border-right: 0;
        border-bottom: 1px solid rgba(63, 161, 220, 0.18);
    }

    .home-index-4 .footer-style-four .footer-main-nav li:last-child {
        border-bottom: 0;
    }
}

/* Los mismos iconos del footer acompañan la navegación del header */
.home-index-4 .header-style-four .main-menu .navigation > li > a .header-nav-icon {
    display: inline-block;
    margin-right: 8px;
    color: #009cf0;
    font-size: 14px;
    line-height: 1;
    vertical-align: -1px;
}

.home-index-4 .header-style-four .main-menu .navigation > li:hover > a .header-nav-icon,
.home-index-4 .header-style-four .main-menu .navigation > li.current > a .header-nav-icon {
    color: #009cf0;
}

.home-index-4 .mobile-menu .navigation > li > a .header-nav-icon {
    display: inline-block;
    width: 20px;
    margin-right: 8px;
    color: #009cf0;
    font-size: 14px;
    text-align: center;
}

.home-index-4 .mobile-menu .mobile-menu-contact {
    padding: 24px 25px 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.84);
}

.home-index-4 .mobile-menu .mobile-menu-contact__group + .mobile-menu-contact__group {
    margin-top: 22px;
}

.home-index-4 .mobile-menu .mobile-menu-contact h4 {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 0 8px;
    color: #ffffff;
    font-family: var(--title-font);
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.home-index-4 .mobile-menu .mobile-menu-contact h4 i {
    flex: 0 0 18px;
    width: 18px;
    margin-top: 3px;
    color: #00a6f4;
    text-align: center;
}

.home-index-4 .mobile-menu .mobile-menu-contact p,
.home-index-4 .mobile-menu .mobile-menu-contact p a {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.home-index-4 .mobile-menu .mobile-menu-contact > .mobile-menu-contact__group > p:not(.mobile-menu-contact__line) {
    padding-left: 27px;
}

.home-index-4 .mobile-menu .mobile-menu-contact__line {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.home-index-4 .mobile-menu .mobile-menu-contact__line + .mobile-menu-contact__line {
    margin-top: 3px;
}

.home-index-4 .mobile-menu .mobile-menu-contact__line i {
    flex: 0 0 18px;
    width: 18px;
    margin-top: 4px;
    color: #00a6f4;
    text-align: center;
}

.home-index-4 .mobile-menu .mobile-menu-contact p a:hover,
.home-index-4 .mobile-menu .mobile-menu-contact p a:focus-visible {
    color: #00a6f4;
}

.home-index-4 .mobile-menu .mobile-menu-contact__social h4 {
    margin-bottom: 10px;
}

.home-index-4 .mobile-menu .mobile-menu-contact__social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding-left: 27px;
}

.home-index-4 .mobile-menu .mobile-menu-contact__social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0876c3;
    color: #ffffff;
    font-size: 14px;
}

.home-index-4 .mobile-menu .mobile-menu-contact__social-links a:hover,
.home-index-4 .mobile-menu .mobile-menu-contact__social-links a:focus-visible {
    background: #00a6f4;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .home-index-4 .footer-style-four .footer-office-block p {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 0 !important;
        text-align: center !important;
    }
}
