/* Estilos para el popup móvil (<=575px) */
@media (max-width: 575px) {
    #productosModalMobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 200;
    }
    #productosModalInnerMobile {
        background: #ebecee;
        color: #133d8c;
        padding: 0 0 1.5em 0;
        border-radius: 18px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%;
        font-size: 0.97em;
        position: relative;
        overflow-y: auto;
    }
    #productosListMobile {
        list-style: none;
        margin: 0;
        padding: 1em;
        max-height: none;
        overflow: visible;
    }
    #productosListMobile li {
        border-bottom: 1.5px solid #fff;
        padding: 10px 8px;
        font-size: 0.97em;
        background: transparent;
    }
    #productosListMobile li:last-child {
        border-bottom: none;
    }
    #closeProductosModalMobile {
        position: sticky;
        top: 0;
        right: 0;
        float: right;
        background: none;
        border: none;
        font-size: 2em;
        line-height: 1;
        color: #133d8c;
        z-index: 10;
        cursor: pointer;
        padding: 0.3em 0.7em 0.3em 0.7em;
    }
    #citaBtnContainerMobile {
        margin-top: 1.5em;
        text-align: center;
    }
}
/* --- MEDIA QUERIES PARA MODAL DE PRODUCTOS --- */
@media (max-width: 1330px) {
    #productosModalInner {
        max-width: calc(100vw - 82px);
    }
}
@media (max-width: 777px) {
    #productosModalInner {
        max-width: calc(100vw - 72px);
    }
    #productosList li {
        font-size: 0.97em;
    }
}
@media (max-width: 575px) {
    #productosModal {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 200;
        background: transparent;
        height: auto !important;
        top: 0;
        min-height: unset;
    }
    #productosModalInner {
        border-radius: 18px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        padding: 0 0 1.5em 0;
        background: #ebecee;
        height: auto !important;
        min-height: 0;
    }
    .visible-cta-box {
        position: relative;
    }
}
/* Modal productos popup */
#productosModal {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 200;
    background: transparent;
}
#productosModalInner {
    background: #ebecee;
    color: #133d8c;
    padding: 0 0 1.5em 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
}
@media (max-width: 1330px) {
    #productosModalInner {
        max-width: calc(100vw - 82px);
    }
}
@media (max-width: 777px) {
    #productosModalInner {
        max-width: calc(100vw - 72px);
    }
}
#productosList {
    list-style: none;
    margin: 0;
    padding: 1em;
    max-height: 25em;
    overflow: auto;
}
#productosList li {
    border-bottom: 1.5px solid #fff;
    padding: 10px 8px;
    font-size: 1.08em;
    background: transparent;
}
#productosList li:last-child {
    border-bottom: none;
}
#closeProductosModal {
    position: sticky;
    top: 0;
    right: 0;
    float: right;
    background: none;
    border: none;
    font-size: 2em;
    line-height: 1;
    color: #133d8c;
    z-index: 10;
    cursor: pointer;
    padding: 0.3em 0.7em 0.3em 0.7em;
}
#citaBtnContainer {
    margin-top: 1.5em;
    text-align: center;
}
.visible-btn--popup {
    margin-top: 0.5em;
}
/* Popup productos modal - ancho y responsive */
#productosModalInner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 1330px) {
    #productosModalInner {
        max-width: calc(100vw - 82px);
    }
}
@media (max-width: 777px) {
    #productosModalInner {
        max-width: calc(100vw - 72px);
    }
}
/* Full width banner fix */
.visible-banner--fullwidth {
    background-size: cover;
    background-position: left center;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 70px 0 !important;
    border-radius: 0;
    z-index: 2;
}
.visible-banner--fullwidth .visible-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.visible-banner .only-desktop {
    width: 100%;
}
/*Common styles*/
.visible-landing-centro #main .wf-container-main,
.visible-landing-centro #main:not(.sidebar-none) .wf-container-main {
    display: flex;
}
#visible-single-center {
    width: 100%;
}
.visible-landing-centro #page .page-title {
    display: none !important;
}
/* Basic landing styles (mobile-first) */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.visible-hero {
    margin-bottom: 24px;
}
.visible-grid {
    display: flex;
    gap: 30px;
}
.visible-hero__left,
.visible-hero__right {
    box-sizing: border-box;
}
.visible-hero__left {
    width: 40%;
}
.visible-hero__right {
    width: 60%;
}
.visible-title {
    color: #133d8c;
    font-weight: 600;
    margin: 0 0 8px;
}
.visible-address {
    margin-bottom: 8px;
    font-weight: 600;
}
.visible-address svg {
    vertical-align: sub;
}
.visible-hours b {
    color: #ee7d11;
}
.visible-gmb-icon {
    margin-left: 6px;
}
.visible-actions {
    margin: 20px 0;
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
}
.visible-btn {
    padding: 8px 12px;
    background: #eee;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
}
#visible-single-center .visible-btn--primary {
    background: #133d8c;
    color: #fff;
    font-weight: normal;
}
#visible-single-center .visible-btn--secondary {
    background: #ee7d11;
    color: #fff;
    font-weight: normal;
}
#visible-single-center .visible-btn--popup {
    padding: 10px 40px;
}
#visible-single-center .visible-phone a {
    text-decoration: none;
    color: #000;
}
.visible-map {
    margin-bottom: 12px;
}
.visible-map iframe {
    border-radius: 10px;
}
.visible-cta-box {
    background: #d6d7d9;
    padding: 20px;
    border-radius: 20px;
    background-size: cover;
    background-position: center right;
    color: #fff;
}
.visible-cta-box__inner {
    /*width: 50%;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 40px;
}
.visible-cta-box__inner .steps{
    list-style:none;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:18px;
    font-size: 22px;
}
.visible-cta-box__inner .step{
    display:flex;
    align-items:center;
    gap:18px;
}
.visible-cta-box__inner .icon-wrap{
    width:56px;
    height:56px;
    background:#fff;
    border-radius:50%;
    position:relative;
    display:grid;
    place-items:center;
    flex:0 0 56px;
}
.visible-cta-box__inner .badge{
    position:absolute;
    top:-6px;
    left:-6px;
    width:22px;
    height:22px;
    border-radius:999px;
    background:  #5f76b7;
    color:#fff;
    font-size:13px;
    font-weight:700;
    display:grid;
    place-items:center;
    line-height:1;
}
.visible-cta-box__inner .icon{
    width: 30px;
    height: 30px;
    fill: #133d8c;
}
.visible-cta-title {
    color: #133d8c;
    font-weight: 600;
    margin-bottom: 0;
}
.visible-cta-text {
    color: #133d8c;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: normal;
}
.visible-cta-text p { margin-bottom:0!important; }
.visible-cta-text strong{
    font-weight:700;
    color: #133d8c;
}
#openBtn.visible-no {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.2em;
    border-radius: 60px;
    white-space: normal !important;
    word-break: break-word;
    text-align: center;
}
#visible-info {
    max-width: 960px;
    margin: auto;
}
#visible-info .no-display-in-landing {
    display: none !important;
}
.visible-info__description .title-icon {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 40px;
}
.visible-info__description .title-icon p {
    margin-bottom: 0;
    color: #ee7d11;
    font-weight: 600;
}
.visible-info__description ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 40px;
}
.visible-info {
    padding: 40px 0;
}
.visible-info .container h2 {
    font-weight: 600;
}
.visible-info .container h2,
.visible-info .container p {
    text-align: center;
}
.visible-info .visible-banner {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
.visible-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.visible-banner__content {
    width: 50%;
    margin-left: auto;
    padding: 16px;
    border-radius: 6px;
}
.visible-banner__content h2 {
    font-weight: 600;
}
.visible-banner__btn {
    font-weight: normal;
}
.visible-carousel {
    padding: 70px 25px;
}
.visible-carousel h2 {
    text-align: center;
}
.muted {
    color: #999;
}
@media (max-width: 960px) {
    .visible-grid {
        flex-direction: column;
    }
    .visible-hero__left,
    .visible-hero__right {
        width: 100%;
    }
    .visible-cta-box {
        background-position: right top;
    }
    .visible-banner--fullwidth {
        background-image: none !important;
    }
    .visible-banner .only-desktop {
        display:none!important;
    }
    .visible-banner.visible-banner--fullwidth .only-mv,
    .visible-banner .only-mv {
        display: block !important;
    }
    .visible-banner__inner.container {
        padding: 0;
    }
    .visible-banner__inner.container img {
        width: 100%;
    }
    .visible-banner__content {
        width: 100%;
        padding: 60px;
        box-sizing: border-box;
        background-color: #f2f2f2;
    }
}
@media (max-width: 768px) {
    .visible-grid {
        flex-direction: column;
    }
    .visible-banner__content {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 575px) {
    .visible-cta-box .only-mv {
        display: block !important;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }
    .visible-cta-box img {
        width: 100%;
        border-radius: 20px 20px 0 0;
    }
    .visible-cta-box {
        background-image: none !important;
        padding: 0;
    }
    .visible-cta-box__inner {
        width: 100%;
        padding: 20px 20px 30px;
        align-items: center;
        background-color: #ebecee;
        border-radius: 0 0 20px 20px;
        box-sizing: border-box;
    }
    .visible-cta-box__inner h3 br {
        display: none;
    }
    .visible-cta-box__inner h3 {
        text-align: center;
    }
    .visible-cta-text {
        text-align: center;
    }
    .visible-banner__content {
        padding: 30px;
    }
}

