.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;
}
