.sticky-menu {
    position: sticky !important;
    top: 0px;
    z-index: 9999999;
}

.hidden {
    display: block;
}

.slide-movil {
    display: none;
    height: 100%;
    background-position: 50%;
    background-size: cover;
}
p {
    word-break: break-word;
}
.red-link {
    color: var(--primary-color);
}
.inactive {
    visibility: hidden;
}

.g-recaptcha {
    margin-top: 30px;
}

.div-planos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link-block-social.twitter.cc-blk {
    width: 15px;
    height: 15px;
    background-image: url("../images/twitter-black.svg");
    margin-right: 35px;
}

.divider {
    height: 236px;
    background-color: #fff;
}

.link-block-social.twitter.cc-blk:hover {
    background-image: url("../images/twitter-red.svg");
}

.link-block-social.whatsapp.cc-blk {
    width: 15px;
    height: 15px;
    background-image: url("../images/whatsapp-back.svg");
    margin-right: 35px;
}

.link-block-social.whatsapp.cc-blk:hover {
    background-image: url("../images/whatsapp-red.svg");
}

.navbar-content-logo {
    transition: opacity 200ms, display 200ms;
    display: none !important;
    opacity: 0;
}

.nav-sticky-logo {
    display: none;
    margin-left: 57px;
}

.social-hide {
    display: none;
}

.social-show {
    display: flex;
}

.image-13 {
    max-height: 1090px;
}

#button {
    text-decoration: none;
    display: inline-block;
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transform: rotate(90deg);
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;

    z-index: 999999;
}
#button::after {
    content: "\e601";
    font-family: "webflow-icons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
    text-decoration: none;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

.event-conferences {
    text-decoration: none;
    color: var(--secondary-color);
}

.event-conferences.active {
    color: var(--primary-color);
}

.border-red {
    border: solid var(--primary-color) 2px;
}
a {
    text-decoration: none;
}

a.disabled {
    pointer-events: none;
}

.body-card {
    max-width: 332px;
    min-height: 320px;
    position: relative;
}

.blog {
    padding-right: 50px;
}

.conferences-p {
    padding-right: 50px;
}

.heading-card {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 35px;
}

.div-ver-manual-expositor {
    margin-top: 30px;
    display: none;
    width: 100%;
}
.slide-principal {
    height: 100%;
    background-position: 50%;
    background-size: cover;
}

.paginator {
    width: 100%;

    display: flex;
    justify-content: center;
}

.pagination {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.pagination > li {
    display: inline-block;
    margin-left: 0.5em;
    padding-top: 14px;
    color: #fff;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    border: solid var(--secondary-color) 1px;
    text-align: center;
    background-color: var(--primary-color);
    margin-bottom: 10px;
}

.pagination > li.active {
    background-color: var(--secondary-color);
    color: #fff;
}
.pagination > li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.text-uppercase {
    text-transform: uppercase;
}

.card-image {
    position: relative;
}
.card-title {
    background-color: var(--primary-color);
    height: 40px;
    text-align: center;
    position: relative;
}

.date-speakers {
    position: absolute;
    background-color: var(--primary-color);
    color: #fff;
    right: 250px;
    text-transform: uppercase;
    padding: 10px;
    height: 40px;
    width: 220px;
}

ul.tags {
    list-style-type: none;
    text-align: left;
}
ul.tags > li {
    display: inline;
    /* margin: 15px; */
}

.tag-dist {
    color: #fff;
    /* margin-right: 5px; */
    background: var(--secondary-color);
    padding: 8px;
    /* border-radius: 10px; */
}
.left-arrow-comerciantes {
    width: 50px;
    height: 50px;
    border: 2px solid var(--secondary-color);
    border-radius: 50px;
    top: 199px;
    bottom: 3%;
    left: 81%;
    right: auto;
}

.right-arrow-comerciantes {
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    top: 190px;
    bottom: 0%;
    left: auto;
    right: 0px;
}

div.botones {
    display: flex;
    margin-top: 40px;
}

.grid {
    display: flex;
}

.columms-dev {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 100px;
}
@media screen and (max-width: 991px) {
    .social {
        display: none;
    }
    .sticky-nav-bar {
        top: 0px;
    }

    .aviso-resume {
        padding-left: 100px;
        padding-right: 100px;
    }
    .brand-logo-sticky {
        top: -60px;
        width: 81%;
    }

    .aviso {
        /* height: 60px !important; */
        /* bottom: -30px !important; */
    }

    .navbar {
        padding-bottom: 0px;
        padding-top: 0px;
        height: 80px;
    }
    .slide-principal {
        display: none;
    }

    .slide-movil {
        display: block;
    }

    .section.section-result {
        padding-left: 10px;
        padding-right: 10px;
    }
    .card {
        /* margin-right: 80px; */
        padding-left: 0;
        padding-right: 0;
        position: relative;
        height: 100%;
        margin-bottom: 50px;
    }

    .date-speakers {
        right: 250px;
        padding: 10px;
        height: 40px;
        width: 220px;
    }

    .wf-layout-layout {
        display: grid;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .cell-3 {
        padding-left: 0px;
        width: 300px;
    }
    .section.section-blog {
        width: 100%;
        background-color: #fff;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-grid {
        margin-left: 10px;
        margin-right: 10px;
    }

    .quick-stack {
        grid-column-gap: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-catalog {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 120px;
    }

    .column-9 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .w-layout-hflex {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .brand-logo {
        width: 256px;
        padding-top: 11px;
    }
}

@media screen and (max-width: 767px) {
    .aviso-resume {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 479px) {
    .aviso-resume {
        padding-left: 20px;
        padding-right: 20px;
    }

    .heading.cc-black {
        font-size: 30px;
    }
    .slider-com {
        margin-top: 30px;
    }

    .slide {
        margin-left: 0;
        width: 100%;
    }

    .aviso p {
        font-size: 14px;
    }

    .headling-expositor.cc-black {
        font-size: 20px;
        text-align: left;
    }
    .grid{
        flex-direction: column;
        padding-left: 20px;
    }

    .w-slider{
        height: auto;
    }
    div.botones {
        flex-direction: column;
        gap: 20px;
    }
    .restricciones {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px;
    }
    .btn-base.btn-anuncio.red {
        margin-left: auto;
    }
    .column-2 {
        padding-top: 20px;
    }
    .heading.cc-negro {
        font-size: 9vw;
    }
    .section-acerca {
        padding-bottom: 60px;
    }
}

multi-input {
    display: inline-block;
    margin: 0 20px 20px 0;
}

/*backoffice */

.backend {
    padding-top: 50px;
    padding-left: 50px;
}
.heading-20 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.img-galery {
    height: 250px;
}
.chbx-form {
    margin-top: 5px;
}
.actr {
    display: flex;
    flex-direction: column;
}
.pb {
    margin-bottom: 1rem;
}

.close {
    position: absolute;
    right: 9px;
    top: 6px;
    width: 28px;
    height: 22px;
    opacity: 0.3;
}
.close:hover {
    opacity: 1;
}
.close:before,
.close:after {
    position: absolute;
    left: 15px;
    /* content: " "; */
    height: 33px;
    width: 2px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.stacked-fractions {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
}
.stacketd {
    display: flex;
    flex-direction: column;
    align-content: center; /* width: 150px; */
}

#passwordInput {
    width: 100%;
    display: flex;
    position: relative;
}
#passwordInput input[type="password"],
#passwordInput input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px !important;
}
#password-confirm {
    margin-top: 40px;
}
#passwordInput #showHide {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    color: red;
    right: 10px;
    top: 30%;
    transform: translateY(-50%);
    cursor: pointer;
    font-family: "Fa Solid 900";
    user-select: none;
}
#passwordStrength {
    width: 30%;
    height: 5px;
    margin: 5px 0;
    display: none;
}
#passwordStrength span {
    position: relative;
    height: 100%;
    width: 100%;
    background: lightgrey;
    border-radius: 5px;
}
#passwordStrength span:nth-child(2) {
    margin: 0 3px;
}
#passwordStrength span.active:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
#passwordStrength span#poor:before {
    background-color: #ff4757;
}
#passwordStrength span#weak:before {
    background-color: orange;
}
#passwordStrength span#strong:before {
    background-color: #23ad5c;
}
#passwordInfo {
    font-size: 15px;
}
#passwordInfo #poor {
    color: red;
}
#passwordInfo #weak {
    color: orange;
}
#passwordInfo #strong {
    color: green;
}

#same-password {
    display: none;
}

.bold {
    font-weight: bold;
}
alert-danger {
    color: red;
}

.slider-expositors {
    -webkit-text-stroke-color: #f8f8f8;
    background-color: rgba(0, 0, 0, 0);
    height: 600px;
}

.card-provedor {
    min-width: 335px;
}

.aviso {
    height: 34px;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #e7e1e1;
    position: relative;
    width: 100%;
    /* bottom: -1px; */
    z-index: 9999;
}
.privacy-icon {
    content: "\e601";
    font-family: "webflow-icons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

.aviso p {
    height: 20px;
    padding-top: 5px;
}

.text-privacidad p {
    line-height: 35px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.w-dropdown-list.w--open {
    display: none;
}
.w-dropdown:hover .w-dropdown-list {
    display: block !important;
}

/* ── YouTube banner slide ─────────────────────────────── */
.slide-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 56.25vw; /* Default 16:9 aspect ratio height */
    max-height: 90vh; /* cap on very wide screens */
    overflow: hidden;
    background: #000;
}

.slide-video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
    
    /* Modern, elegant aspect-ratio covering behavior */
    aspect-ratio: 16 / 9;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

/* Tablet responsive overrides */
@media screen and (max-width: 991px) {
    .slide-video-wrapper {
        aspect-ratio: 16 / 9;
        height: auto;
        min-height: auto;
        max-height: none;
    }
}

/* Mobile responsive overrides */
@media screen and (max-width: 479px) {
    .slide-video-wrapper {
        aspect-ratio: 16 / 9;
        height: auto;
        min-height: auto;
        max-height: none;
    }
}

/* ── Slider de logos: permitir que las hover-cards crezcan verticalmente ───── */
.slider-aliados .w-slider-mask {
    overflow: visible !important;
}

.slider-aliados .w-slide {
    overflow: visible !important;
}

.slider-aliados {
    overflow: visible !important;
}

/* ── Títulos de sección en mayúsculas con color de campaña ────────────────── */
.headling-anuncio.cc-clients {
    text-transform: uppercase;
    color: var(--primary-color);
}

/* ── Hover card sobre logos (Aliados, Media Partners) ─────────────────────── */
/* Estrategia max-height: evita conflictos con overflow:hidden del slider Webflow */
.logo-card {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
}

.logo-hover-card {
    width: 220px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #1a1a1a;
    border-radius: 8px;
    margin-top: 6px;
    transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.2s ease;
    text-align: left;
    padding: 0 18px;
    pointer-events: none;
}

.logo-card:hover .logo-hover-card {
    max-height: 140px;
    opacity: 1;
    padding: 14px 18px;
    pointer-events: auto;
}

.logo-hover-card__name {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 2px 0;
    line-height: 1.4;
}

.logo-hover-card__title {
    color: #cccccc;
    font-size: 13px;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.logo-hover-card__email {
    color: var(--primary-color);
    font-size: 13px;
    text-decoration: none;
    word-break: break-all;
    display: block;
}

.logo-hover-card__email:hover {
    text-decoration: underline;
}

/* ── Hover de botones: fill de izquierda a derecha ────────────────────────── */
.boton-expo.cc-grey {
    background: linear-gradient(to right, var(--primary-color) 50%, #464646 50%);
    background-size: 200% 100%;
    background-position: right center;
    transition: background-position 0.25s ease-in-out, color 0.25s ease-in-out;
}

.boton-expo.cc-grey:hover {
    background-color: unset;
    background-position: left center;
    color: #fff;
}

.boton-expo.cc-red {
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

/* ── Transición más rápida para el overlap de botones button-base y btn-base ────────────── */
.button-base__overlap.overlap--move-from-top {
    transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.button-base:hover .button-base__overlap.overlap--move-from-top,
.btn-base:hover .button-base__overlap.overlap--move-from-top {
    transform: translate(0, 0) !important;
}

.button-base__overlap.overlap--size-from-left {
    transition: width 0.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.button-base:hover .button-base__overlap.overlap--size-from-left,
.btn-base:hover .button-base__overlap.overlap--size-from-left {
    width: 100% !important;
}

.button-base__button-text {
    transition: color 0.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* ── Imágenes de tarjetas de descarga contenidas ──────────────────────────── */
.card-descarga {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-descarga .image-13 {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    object-position: center;
}

/* ── Botones PDF/Video en sección expositor ───────────────────────────────── */
.div-botones-accion {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════════════════════════════
   Sección "Contacta a nuestros ejecutivos" — /expositor
   ══════════════════════════════════════════════════════════════════════════════ */

/* ── Fila: flexbox para centrado vertical entre columnas ─────────────────── */
.section.section-ejecutiva .columns-7.w-row {
    display: flex;
    align-items: center;
}

/* ── Columna izquierda: padding reducido, centrado ──────────────────────────*/
.section.section-ejecutiva .column-9 {
    padding-left: 60px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ── Carrusel de fotos: imagen más pequeña ────────────────────────────────── */
.section-ejecutiva .div-expo {
    margin-top: 0;
    width: 100%;
}

.section-ejecutiva .slider-news {
    width: 100%;
    padding-bottom: 44px; /* espacio para los dots debajo de la imagen */
}

.slider-news__img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    display: block;
}

/* ── Nav dots: círculos con stroke color primario, activo relleno ─────────── */
/* El .w-slider-nav es position:absolute dentro del slider.
   Con padding-bottom en el slider, bottom:20px queda debajo de la imagen. */
.section-ejecutiva .slider-news .w-slider-nav {
    bottom: 4px !important;
}

.section-ejecutiva .slider-news .w-slider-nav .w-slider-dot,
.section-ejecutiva .slider-news .slider-news__nav .w-slider-dot {
    width: 11px !important;
    height: 11px !important;
    background-color: transparent !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 50% !important;
    opacity: 0.6;
    box-shadow: none !important;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.section-ejecutiva .slider-news .w-slider-nav .w-slider-dot.w-active,
.section-ejecutiva .slider-news .slider-news__nav .w-slider-dot.w-active {
    background-color: var(--primary-color) !important;
    opacity: 1;
}

/* ── Columna derecha: contenedor con línea divisoria ─────────────────────── */
.container-8--ejecutivos {
    border-left: 1px solid #d0d0d0;
    width: 100%;
    padding: 30px 40px 30px 60px;
}

/* ── Bloque de título y contacto: alineado a la izquierda ─────────────────── */
.hero-wrapper-two--ejecutivos {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.hero-wrapper-two--ejecutivos .heading.cc-red {
    text-align: left;
    margin-bottom: 32px;
    line-height: 1.15;
}

/* ── Lista de contacto ────────────────────────────────────────────────────── */
.ejecutivos-contact-list {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}

.ejecutivos-contact-list .contact-item {
    padding-left: 0;
    margin-bottom: 18px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.ejecutivos-contact-list .contact-item .paragrhap,
.ejecutivos-contact-list .contact-item p {
    text-align: left;
    margin: 0;
}

/* ── Hover en teléfono y correo ───────────────────────────────────────────── */
.contact-link {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, letter-spacing 0.2s ease;
    display: inline-block;
}

.contact-link:hover {
    color: var(--primary-color);
    letter-spacing: 0.4px;
}

/* ── Hospedaje: fix layout en pantallas grandes ───────────────────────────── */
@media (min-width: 480px) {
    .hospedaje {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 40px 5% !important;
        gap: 60px;
    }

    .hospedaje .div-hospedaje {
        flex: 0 0 auto;
    }

    .hospedaje .hero-wrapper-two {
        margin: 0;
        max-width: 460px;
    }

    .hospedaje .div-hospedaje-img {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        flex: 0 0 auto;
    }

    .hospedaje .div-hospedaje-img .image {
        max-width: 528px;
        width: 100%;
        height: auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .hospedaje {
        flex-direction: column !important;
        padding: 40px 15px !important;
        gap: 24px !important;
    }

    .hospedaje .div-hospedaje-img {
        width: 100%;
        text-align: center;
    }
}

/* ── Botones de descarga en cuadrícula (Yo ya soy Expositor) ───────────────── */
.card-descarga .div-contacto {
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.card-descarga .button-base {
    width: 100%;
    max-width: 265px;
    height: 3.8em;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.card-descarga .button-base__button-text {
    font-size: 0.95em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

/* ── Marketing Tool Kit Grid Overrides ────────────────── */
#w-node-a332e7f1-7f1e-d889-92f3-96e25555474f-b36d05dc {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    grid-template-rows: auto !important;
    gap: 24px !important;
}

