/*******************************************************
												GENERAL
********************************************************/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
    color: inherit;
    box-sizing: border-box;
/**//*    overflow-wrap: break-word;
    word-break: break-word;*/
}

html{
    box-sizing: border-box;
}

body {
    background-color: var(--color-white);
    color: var(--color-darker);
    font-family: var(--font-primary) !important;
    overflow-wrap: break-word;
    word-break: break-word;
}

h1 {
    font-size: var(--size-biggest);
    font-weight: var(--weight-light);
}

h2 {
    font-size: var(--size-bigger);
    font-weight: var(--weight-strong);
    margin-bottom: 10px;
    text-align: left;
}

h3 {
    font-size: var(--size-medium);
    font-weight: var(--weight-light);
}

h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

li {
    list-style: none;
    margin: 0;
}

a {
    margin: 0;
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin-bottom: 15px;
}

/*******************************************************
												GENERAL NUEVO REFACTORIZACION
********************************************************/
main {
    /*padding: 31px 20px 15px 20px;*/
    padding: 31px 20px 0px 20px;
    height: 100%;
    overflow-x: hidden;
/*    font-family: var(--font-primary) !important;*/
}

.section__search-container {
    margin: 24px 0px 15px 0;
    position: relative;
}

#search-result > ul > li:not(#loadMore) {
    margin-bottom: 12px;
    border: 1px solid var(--color-light);
    border-radius: 10px;
    padding: 10px;
}

.home-img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.partners-img {
    width: 100%;
    margin-top: 30px;
    align-self: center;
}

#loadMore {
    margin-bottom: 12px;
}

/*******************************************************
												HEADER
********************************************************/
.navigation-bar {
    height: 104px;
    border: 1px solid #1E4B7B;
    background-color: #1E4B7B;
    z-index: 1;
    position: fixed;
    top: 0;
    width: 100%;
}

/*******************************************************
												INFO PRACTICA
********************************************************/
.info__container {
    margin-top: 50px;
}

    .info__container h2,
    .info__container h1 {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .info__container a {
        color: #36849a;
        font-weight: 700;
    }

    .info__container h4 {
        font-weight: bold;
    }

    .info__container p span {
        font-weight: bold;
        font-size: 1.1rem;
    }

    .info__container span {
        font-weight: bold;
    }

    .info__container p, .info__container ul, .info__container li {
        line-height: 22px;
        font-size: 14px;
    }

    .info__container p {
        margin-bottom: 20px;
        font-weight: 500;
        text-align: justify;
    }

    .info__container ul {
        margin-bottom: 16px;
        padding-left: 40px
    }

    .info__container li {
        list-style: disc;
        font-weight: 500;
    }

    .info__container .social {
        background-color: #f8f8f8;
        box-sizing: border-box;
        width: 100%;
        margin: 10px 0px 10px 0px;
        display: flex;
        align-items: center;
    }

        .info__container .social a {
            padding: 10px;
            font-size: 22px;
            color: black;
        }

@media (min-width: 768px) {
    .info__container {
        max-width: 720px;
    }
}

@media (min-width: 1024px) {
    .info__container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .info__container {
        max-width: 1140px;
    }
}
/*******************************************************
												HOMEMENU
********************************************************/

.homemenu a {
    display: block;
    margin-bottom: 5px;
    border-radius: 25px;
    width: 100%;
    min-height: 60px;
    padding: 10px;
    vertical-align: baseline;
    align-content: center;
}

    .homemenu a span {
        margin-left: 5px;
        color: #fff;
        font-weight: 600;
        background-repeat: no-repeat;
        padding-left: 30px;
        line-height: 25px;
        font-size: 14px;
        display: block;
        background-position: left;
    }


.homemenu .child {
    width: calc(100% - 30px);
    justify-self: flex-end;
    align-self: end;
}

/*******************************************************
												HOME CONTENT
********************************************************/
.exhibitors__title-container {
    display: flex;
    justify-content: space-between;
}

    .exhibitors__title-container .btn-all {
        width: fit-content;
    }

.btn-general__container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 100px;
}

/********************* TITLE ************************/


.main-content__date {
    margin: 16px 0 40px 0;
}

/********************* VERTICALS ************************/

.main-content__verticals-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 16px 56px 0;
}

li:nth-child(1) .btn-verticals {
    background-color: var(--color-vertical1);
}

li:nth-child(2) .btn-verticals {
    background-color: var(--color-vertical2);
}

li:nth-child(3) .btn-verticals {
    background-color: var(--color-vertical3);
}

li:nth-child(4) .btn-verticals {
    background-color: var(--color-vertical4);
}

li:nth-child(5) .btn-verticals {
    background-color: var(--color-vertical5);
}

li:nth-child(6) .btn-verticals {
    background-color: var(--color-vertical6);
}

li:nth-child(7) .btn-verticals {
    background-color: var(--color-vertical7);
}

/*******************************************************
									    EXPOSITORES

											 MI AGENDA

							       MIS REUNIONES
********************************************************/
.htmlformat, .htmlformat * {
    font-size: 16px !important;
    line-height: 1.4rem !important;
    text-align: justify;
    font-family: var(--font-secondary) !important;
}

    /*.exhibitors-detail__container*/ .htmlformat a {
        text-decoration: underline;
    }

    /*.exhibitors-detail__container */ .htmlformat ul {
        padding-left: 30px !important;
    }
        /*	.exhibitors-detail__container */ .htmlformat ul li {
            list-style: circle !important;
            margin-top: 10px !important;
        }

    .htmlformat strong, .htmlformat a, .htmlformat span, .htmlformat em {
        display: inline !important;
    }

.exhibitors-detail__section {
    margin-top: 30px;
    text-align: justify;
}

    .exhibitors-detail__section .exhibitors-detail__list li a {
        text-decoration: underline;
    }

    .exhibitors-detail__list .list__item .list__item-container .list__item-info > a {
        border: 1px solid grey;
        border-radius: 3px;
        padding: 4px 9px 6px 12px;
        background-color: #dedede;
        color: black;
    }

#informacion .col2 img {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product img {
    justify-self: center;
    display: flex;
    max-height: 300px;
    width:auto;
}

.text-container p, .htmlformat ul {
    margin-bottom: 10px;
}

.exhibitorName {
    color: #0094ff
}

.activityDate {
    font-size: 12px;
}

#actividades .list__item-img-wider > p > strong {
    text-align: center;
    display: flex;
}

#marcas .exhibitors-detail__list > .list__item > .list__item-container,
#actividades .exhibitors-detail__list > .list__item > .list__item-container {
    display: flex;
    flex-direction: column;
}

#marcas .list__item-info p {
    text-align: justify;
}

.exhibitors-content,
.meetings,
.schedule /*,
.schedule__elements,*/
.meetings__elements,
.exhibitors-detail__logo,
.team {
    position: relative;
    display: flex;
    background-color: var(--color-white);
    margin-right: 8.5px;
    flex-direction: column;
    color: var(--color-darker);
    font-size: var(--size-intermediate);
}

.exhibitors-content,
.exhibitors-detail__logo,
.team {
    position: relative;
    flex: 0 0 140px;
    height: 140px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.exhibitors {
    flex: 0 0 150px;
}

.exhibitors-logo {
    width: 80%;
    height: auto;
}

.exhibitors-name {
    position: absolute;
    color: var(--color-white);
    font-size: 14px;
    bottom: -27px;
    left: 0;
}

.exhibitors-address {
    font-size: 13px;
}

.stand-social {
    background-color: #f8f8f8;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

    .stand-social a {
        padding: 10px;
    }

.meetings,
.meetings__elements {
    flex: 0 0 233px;
    height: 132px;
    border-radius: 10px;
}

.meetings-empty {
    display: flex;
    flex-direction: column;
    /*background-color: var(--color-secondary-dark);*/
    padding: 30px 10px 10px;
    border-radius: 10px;
    font-size: var(--size-small);
    font-family: var(--font-secondary);
    margin: 19px 20px 100px 0;
}

    .meetings-empty p {
        opacity: 0.5;
        text-align: center;
        padding: 0 36px;
        line-height: 16.8px;
    }

    .meetings-empty button {
        background-color: var(--color-secondary-medium);
        padding: 10px;
        margin-top: 20px;
        border-radius: 4px;
        opacity: 0.7;
    }

.meetings--hidden {
    display: none;
}

.meetings__days,
.program__days,
.schedule__days {
    display: flex;
    width: 100%;
}

.meetings-day,
.program-day,
.schedule-day {
    display: inline;
    font-size: var(--size-small);
    margin: 21px 16px 0 0;
    font-family: var(--font-secondary);
    opacity: 0.5;
}

.meetings,
.schedule /*,
.schedule__elements,*/
.meetings__elements {
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 24px 14px 15px;
    background-color: var(--color-muted-white);
}

.schedule /*,
.schedule__elements*/ {
    flex: 0 0 233px;
    height: 192px;
    border-radius: 0 0 10px 10px;
    border-top: 4px solid transparent;
    justify-content: flex-start;
}

    /*.schedule:nth-child(1),
.schedule__elements:nth-child(1) {
	border-color: var(--color-vertical5);
}
.schedule:nth-child(2),
.schedule__elements:nth-child(2) {
	border-color: var(--color-vertical4);
}
.schedule:nth-child(3),
.schedule__elements:nth-child(3) {
	border-color: var(--color-vertical3);
}
.schedule:nth-child(4),
.schedule__elements:nth-child(4) {
	border-color: var(--color-vertical1);
}*/

    .schedule p:first-of-type,
    .schedule__elements p:first-of-type {
        font-size: var(--size-smallest);
        text-transform: uppercase;
        font-weight: var(--weight-medium);
        font-family: var(--font-secondary);
        margin-bottom: 8px;
    }

    .schedule p:last-of-type,
    .schedule__elements p:last-of-type {
        font-size: var(--size-smaller);
        margin-top: auto;
    }

.schedule-content__container,
.meetings-content__container /*,
.networking-content__container*/ {
    padding: 30px 20px 30px 20px;
    /*margin-top: 104px;*/
    overflow-x: hidden
}

    .schedule-content__container .input__search {
        margin-bottom: 20px;
        color: #333;
        width: 100%;
    }

.schedule-content,
.meetings-content,
.networking__sections {
    display: flex;
    justify-content: space-around;
    font-family: var(--font-secondary);
    width: 100%;
    margin-bottom: 10px;
}

.schedule__elements {
    /*	min-height: 174px;*/
    height: fit-content;
    margin: 10px 0 0 0;
    display: flex; /*!important*/
    border-radius: 0 0 10px 10px;
    border-top: 4px solid transparent;
    /*	justify-content: flex-start;
	align-items: flex-start;*/
    padding: 10px 24px 14px 15px;
    background-color: var(--color-muted-white);
    font-size: var(--size-intermediate);
}

.meetings__elements {
    height: 97px;
    margin: 10px 0 0 0;
}

.meetings-content__container .meetings-empty {
    margin: 19px 0px 100px;
}

.meetings-content__container .date-meeting {
    border: none;
    padding: 8px 0
}

.schedule-content__day,
.meetings-content__day,
.networking__assistants {
    width: 100%;
    text-align: center;
    opacity: 0.5;
    padding-bottom: 5px;
    cursor: pointer;
}

/*******************************************************
												NETWORKING
********************************************************/
/*******_Meetings******/
.meetings__elements-container {
    padding-top: 31px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
}

/*******************************************************
												AGENDA
********************************************************/
.schedule__elements-container {
    margin-bottom: 0;
}

    .schedule__elements-container .schedule__elements > .img-container {
        width: 30%;
        max-width: 200px;
        height: auto;
        max-height: 146px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-right: 15px;
    }

/*********Fav******/
.agenda-fav__section .schedule__elements-container .schedule__elements img-container {
    width: 30%;
    max-width: 200px;
    height: auto;
    max-height: 146px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
}

.agenda-fav__section .btn-all:focus {
    text-decoration: none;
    color: white;
}

.agenda-fav__section .btn-all svg {
    transform: rotate(180deg)
}

.agenda-fav__section .btn-all p {
    margin-bottom: 0;
}

/*********_DetailModal******/
.patrocinadores {
    font-weight: 600;
}

/*******************************************************
												EXPOSITORES
********************************************************/
.exhibitors-detail__info {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

.exhibitors__categories {
    margin-top: 104px;
    display: flex;
    flex-direction: row;
    width: 100vw;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-right: 20px;
}

    .exhibitors__categories::-webkit-scrollbar {
        width: 0;
    }

.exhibitors__category {
    margin-right: 25px;
    text-transform: uppercase;
    font-size: var(--size-small);
    font-family: var(--font-secondary);
    opacity: 0.5;
}

li:not(:first-of-type) .exhibitors__category::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 6px;
}

li:nth-child(2) .exhibitors__category::before {
    background-color: var(--color-vertical1);
}

li:nth-child(3) .exhibitors__category::before {
    background-color: var(--color-vertical2);
}

li:nth-child(4) .exhibitors__category::before {
    background-color: var(--color-vertical3);
}

li:nth-child(5) .exhibitors__category::before {
    background-color: var(--color-vertical4);
}

li:nth-child(6) .exhibitors__category::before {
    background-color: var(--color-vertical5);
}

li:nth-child(7) .exhibitors__category::before {
    background-color: var(--color-vertical6);
}

li:nth-child(8) .exhibitors__category::before {
    background-color: var(--color-vertical7);
}

.exhibitors__container .carousel-container {
    padding-bottom: 60px;
}

.all-exhibitors__element-container .btn-general {
    border-radius: 10px;
    padding: 8px 28px 8px 11px;
    margin-bottom: 12px;
}

.all-exhibitors__element {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: black;
}

    .all-exhibitors__element p {
        margin-bottom: 0;
    }

.all-exhibitors__element-logo {
    display: flex;
    width: 54px;
    height: 54px;
    background-color: var(--color-white);
    border-radius: 10px;
    justify-content: center;
    min-width: 54px;
}

    .all-exhibitors__element-logo img {
        max-width: 100%;
        align-self: center;
        max-height: 100%;
    }
/* FILTROS */
.filters__container .btn-close {
    background-color: #edf0ff;
}

.filters__container #level1 {
    margin: 10px 20px 10px 20px;
    display: block;
    padding: 5px;
    max-width: 90%;
    width: 100%;
    font-family: var(--font-primary);
}

.exhibitors__filters-container {
    width: 100%;
    left: 0;
    position: fixed;
    background-color: var(--color-muted-white);
    color: var(--color-darker);
    bottom: -100%;
    transition: bottom 0.3s ease;
    z-index: 1000;
}

.exhibitors__filters-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 23px 0 24px 0;
    padding: 0 20px 0;
}

.exhibitors__filters-element {
    background-color: var(--color-white);
    padding: 10px 20px;
    font-size: var(--size-small);
    font-family: var(--font-secondary);
    border-radius: 5px;
}

.exhibitors__filters-title {
    font-size: var(--size-intermediate);
    margin: 29px 20px 42px;
}

.exhibitors__filters-subtitle {
    font-family: var(--font-secondary);
    margin-left: 20px;
}

.exhibitors__butons-container {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--color-darker);
    padding: 27px 20px 17px;
    gap: 17px;
}

/* DETALLE EXPOSITORES */

.exhibitors-detail__container {
    /*	padding: 45px 20px 15px 20px !important;*/
    position: relative;
    overflow-wrap: break-word;
}

.exhibitors-detail__identity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 286px;
    margin: 0 0px 50px 0;
}

    .exhibitors-detail__identity .btn-back {
        position: absolute;
        top: 45px;
        left: 20px;
    }

.exhibitors-detail__logo {
    margin: 0;
    width: 140px;
}

.exhibitors-detail__name {
    font-size: var(--size-big);
    margin-top: 28px;
}

.exhibitors-detail__social {
    display: inline;
    margin-top: 10px;
}

.exhibitors-detail__info p a {
    overflow-wrap: break-word;
    word-break: break-all;
}

.team {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.team__member {
    /*position: absolute;*/
    color: var(--color-dark);
    font-size: 11px;
    /*bottom: -75px;*/
    min-height: 68px;
    left: 0;
    line-height: 15px;
    font-weight: var(--weight-medium);
}

    .team__member p:last-of-type {
        font-weight: var(--weight-light);
        font-family: var(--font-secondary);
    }

/***************************************************
                    PROGRAMA
****************************************************/

.program__title {
    font-size: var(--size-big);
}

.program__grid-container {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.program__grid {
    display: grid;
    grid-template-columns: 60px repeat(4, 150px);
    grid-template-rows: 70px repeat(36, 50px);
    min-width: fit-content;
    background-color: var(--color-darker);
    margin: 22px 20px 0 0;
}

.grid__cell {
    width: 100%;
    height: 100%;
    background-color: var(--color-semi);
    border-radius: 10px;
    border: 2px solid var(--color-darker);
    font-size: var(--size-small);
    font-family: var(--font-secondary);
    text-align: center;
    padding-top: 7px;
    grid-row: span 4;
}

    .grid__cell:first-child {
        grid-row: auto;
    }

.cell__program {
    display: flex;
    color: var(--color-darker);
    font-weight: var(--weight-medium);
    text-transform: uppercase;
    font-size: var(--size-small);
    padding: 19px 26px;
    align-items: center;
    grid-row: auto;
    position: sticky;
    top: 0;
    z-index: 999;
}

.grid__cell:nth-child(1) {
    position: sticky;
    top: 0;
    left: 0;
}

.program__schedule {
    position: sticky;
    left: 0;
}

.cell__program:nth-child(2) {
    background-color: var(--color-vertical5);
}

.cell__program:nth-child(3) {
    background-color: var(--color-vertical4);
}

.cell__program:nth-child(4) {
    background-color: var(--color-vertical3);
}

.cell__program:nth-child(5) {
    background-color: var(--color-vertical5);
}

.grid__cell:nth-child(15) {
    grid-row: span 3;
}

.grid__cell:nth-child(12) {
    grid-row: span 1;
}

.grid__cell:nth-child(25) {
    grid-row: span 3;
}

/*  DETALLE PROGRAMA  */
.program-detail__container .program-detail__title{
    margin-top:25px;
}

.program-detail__container .program-detail__title .favorite,
.program-detail__container .program-detail__title .favorite--active {
    position: absolute;
    right: 0px;
    top: -30px;
}

.program-detail__buttons-container {
    display: flex;
    margin: 20px;
    gap: 8px;
}

.program-detail__info {
    padding: 20px;
}

.program-detail__title {
    padding: 20px;
}

    .program-detail__title > div {
        position: relative;
    }

    .program-detail__title .logotipo-img {
        width: 100%;
        height: auto;
        max-height: 210px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .program-detail__title span {
        font-weight: var(--weight-strong);
    }

    .program-detail__title h1 {
        font-size: var(--size-bigger);
    }

.program-detail__info {
    font-family: var(--font-secondary);
    line-height: 160%;
}

.program-detail__team {
    padding: 42px 0 0 20px;
}

/***************************************************
                    NETWORKING
****************************************************/


.networking-content__container .modal__container .btn-close {
    background-color: #edf0ff;
}

.list__item {
    position: relative;
    display: flex;
    padding: 8px 11px;
    margin-bottom: 12px;
    flex-direction: column;
    /*height: 118px;*/
    border: 1px solid var(--color-light);
    border-radius: 10px;
}

.list__item-container,
.profile__info-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.list__item-img,
.profile__img {
    display: flex;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .list__item-img img {
        width: 54px;
    }

.list__item-img-wider {
    display: flex;
    min-width: 124px;
    height: auto;
    align-items: center;
    justify-content: center;
}

    .list__item-img-wider img {
        width: 124px;
        height: auto;
    }

.list__item-info {
    margin-left: unset;
    max-width: 100%;
    width: 100%;
    line-height: 1.4rem;
}

    .list__item-info img {
        justify-self: center;
        display: flex;
        margin-bottom: 15px;
        max-width: 80%;
    }

    .list__item-info .htmlformat {
        margin-bottom: 15px;
    }

        .list__item-info .htmlformat > p:not(:last-child) {
            margin-bottom: 5px;
        }

.profile__info {
    margin-left: 19px;
}

    /*	.list__item-info p:nth-child(2),*/
    /*	.list__item-info p:nth-child(3),*/
    .profile__info p:nth-child(2),
    .profile__info p:nth-child(3) {
        font-size: var(--size-small);
        font-family: var(--font-secondary);
        margin-top: 6px;
    }

.list__item-buttons {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

    .list__item-buttons a {
        width: 100%;
    }

    .list__item-buttons .btn-secondary {
        font-size: var(--size-small);
    }

.networking__elements-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-height: calc(100vh - 180px);
    padding: 0 0 20px 0;
    overflow-y: auto;
}

.exhibitors-detail__list {
    scrollbar-width: none;
    -ms-overflow-style: none;
    /*max-height: calc(100vh - 180px);*/
    padding: 0 0 20px 0;
    overflow-y: auto;
    max-height: unset !important;
}

.networking__elements-container::-webkit-scrollbar {
    width: 0;
}

.exhibitors-detail__list::-webkit-scrollbar {
    width: 0;
}

.networking-content__container {
    /*padding-bottom: 0;*/
    padding: 0;
}

/* NETWORKING CHAT */

.networking-header__container {
    display: flex;
    height: 100%;
}

.networking-header__content {
    display: flex;
    align-items: center;
    margin: auto auto 14px 20px;
}

.networking-header__container .list__item-img {
    margin-left: 30px;
    max-width: 32px;
    max-height: 32px;
}

.networking-header__container .list__item-info {
    margin-left: 7px;
}

.networking-chat__container {
    margin-top: 30px;
    height: 100vh;
}

.networking-chat__day {
    font-size: var(--size-small);
    font-family: var(--font-secondary);
    text-align: center;
}

.networking-chat__container li {
    display: flex;
    flex-direction: column;
    padding: 36px 11px 100px;
}

.networking-chat__text-contact,
.networking-chat__text-user {
    position: relative;
    width: 100%;
    max-width: calc(100vw - 62px);
    border-radius: 5px;
    padding: 14px 17px 35px;
    font-family: var(--font-secondary);
    font-size: var(--size-small);
    line-height: 145%;
    margin-top: 18px;
}

.networking-chat__text-contact {
    color: var(--color-darker);
    background-color: var(--color-muted-white);
    align-self: flex-start;
}

.networking-chat__text-user {
    color: var(--color-white);
    background-color: var(--color-semi);
    align-self: flex-end;
}

.networking-chat__time {
    position: absolute;
    right: 13px;
    bottom: 13px;
    opacity: 0.5;
}

.input__chat-container,
.profile__buttons-container {
    /*background-color: var(--color-light)*/
    position: fixed;
    bottom: 0;
    padding: 20px;
    z-index: 999;
    width: 100%;
}
/*NETWORKING FILTROS*/
.networking-content__container .modal__container .modal__filters .filter-sectors {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

    .networking-content__container .modal__container .modal__filters .filter-sectors > select {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%
    }


.networking-content__container .filter-visitantes {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between
}

/***************************************************
                    NOTIFICACIONES
****************************************************/
.alerts__container {
    margin-top: 104px;
    padding: 22px;
}

.alerts__list-container {
    margin-top: 20px;
}

.alerts__list {
    display: flex;
    flex-direction: column;
    padding: 27px 0;
}

    .alerts__list:not(:last-of-type) {
        border-bottom: 1px solid var(--color-semi);
    }

    .alerts__list .btn-secondary {
        width: fit-content;
        padding: 10px 15px;
        font-size: var(--size-small);
        margin-left: 19px;
    }

.alert__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.alert {
    position: relative;
    font-size: var(--size-small);
    font-family: var(--font-secondary);
    margin-left: 19px;
    line-height: 135%;
}

    .alert::before {
        position: absolute;
        top: 6px;
        left: -19px;
        content: "";
        width: 7px;
        height: 7px;
        background-color: var(--color-white);
        border-radius: 50%;
    }

/***************************************************
                    PERFIL
****************************************************/

.profile__container {
    margin-top: 104px;
    padding: 20px 20px 20px 20px;
}

    .profile__container .main-content__schedule-container {
        margin-top: 70px;
    }

    .profile__container .list__item-container {
        align-items: flex-start;
    }

.profile__info-container .btn-edit {
    margin-left: 22px;
}

.profile__buttons-container {
    padding: 20px 40px 20px 0;
}

    .profile__buttons-container .btn-basic {
        margin-top: 17px;
        color: var(--color-unsuscribe);
        border-color: var(--color-unsuscribe);
    }

/* EDITAR PERFIL */

.edit-profile__container {
    margin: 60px 0;
    padding: 20px;
}

.edit-profile__img-container {
    position: relative;
    margin-bottom: 37px;
}

.edit-profile__container .btn-edit {
    max-width: 42px;
    max-height: 42px;
    position: absolute;
    left: 80px;
    bottom: -10px;
}

.edit-profile__img {
    width: 119px;
    height: 119px;
    /*display: flex;*/
    border-radius: 100%;
    /*align-items: center;
	justify-content: center;*/
    margin-top: 30px;
    border: 1px solid rgb(31,115,47);
}


.edit-profile__field label {
    display: block;
    margin: 19px 0 8px 0;
    font-family: var(--font-secondary);
}

.filepond--label-action:hover {
    color: transparent;
    background-color: transparent;
    text-decoration: none;
}
/***************************************************
                    PONENTES
****************************************************/
.program-detail__info {
    text-align: justify;
}

.speaker a, .product a {
    display: flex;
    align-items: center;
    gap: 19px;
}

.product > a {
    flex-direction: column;
}

.speaker a img /*, .product a img */ {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}

.speaker p:nth-child(2) {
    font-family: var(--font-primary);
    font-size: small;
}

/* PONENTES DETALLE */

.speakers-detail__container {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    /*	padding: 20px;*/
    align-items: center;
}

.speakers-detail__speaker {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    text-align: center;
}

    .speakers-detail__speaker h1 {
        font-size: var(--size-big);
        font-weight: var(--weight-medium);
        margin-bottom: 15px;
    }

    .speakers-detail__speaker h3 {
        font-size: var(--size-medium);
        opacity: 0.6;
        font-weight: var(--weight-medium);
    }

.speakers-detail__img {
    display: flex;
    width: 140px;
    height: 140px;
    /*border-radius: 50%;*/
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

    .speakers-detail__img img {
        width: 100%;
        height: auto;
    }

.speakers-detail__sesions {
    margin-top: 45px;
    width: 100%;
}

.speakers-detail__date {
    opacity: 0.5;
    font-family: var(--font-secondary);
    margin: 30px 0 10px 0;
    text-transform: capitalize;
}

    .speakers-detail__date::before {
        content: url(/content/icons/calendar-icon.svg);
        vertical-align: middle;
        margin-right: 13px;
    }

.speakers-detail__text {
    font-family: var(--font-secondary);
}

/***************************************************
           CLASES ACTIVAS / COMPARTIDO 
****************************************************/

/* FILTROS */

.modal__filters-container {
    max-height: calc(100vh - 380px);
    overflow-y: auto;
}

.modal__container::-webkit-scrollbar, .detail__modal__container::-webkit-scrollbar, .meeting__modal__container::-webkit-scrollbar {
    width: 6px;
}

.modal__container, .detail__modal__container, .meeting__modal__container {
    width: 100%;
    max-height: calc(100%);
    height: 100%;
    left: 0;
    position: fixed;
    background-color: var(--color-muted-white);
    color: var(--color-darker);
    bottom: -100%;
    transition: bottom 0.3s ease;
    z-index: 1000;
}

.modal__filters-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 23px 0 24px 0;
    padding: 0 20px 0;
}

.modal__filters-element {
    background-color: var(--color-white);
    padding: 10px 20px;
    font-size: var(--size-small);
    font-family: var(--font-secondary);
    border-radius: 5px;
}

.modal__filters-title {
    font-size: var(--size-intermediate);
    margin: 29px 20px 42px;
}

.modal__filters-subtitle {
    font-family: var(--font-secondary);
    margin-left: 20px;
}

.modal__buttons-container {
    position: relative;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--color-darker);
    padding: 27px 20px 17px;
    gap: 17px;
    z-index: 999;
}

.modal__meeting-container {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

/* modales detalle (agenda, expo, ...) */
.modal__details {
    padding: 31px 20px 15px 20px;
    margin-top: 60px;
    overflow-y: scroll !important;
    position: relative;
    height: calc(100vh - 60px);
}

.modalover {
    max-height: calc(100%) !important;
    height: 100% !important;
    background-color: #fff !important;
}


.rating__container {
    margin: 10px auto;
    text-align: center;
}
/* compartido */

body.modal-open {
    overflow: hidden;
}

.carousel-container {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    padding: 19px 0 100px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: hidden;
}

    .carousel-container::-webkit-scrollbar {
        width: 6px;
    }

.meetings-day--active,
.program-day--active,
.schedule-day--active,
.schedule-content__day--active,
.meetings-content__day--active,
.exhibitors__category--active,
.networking__sections--active {
    opacity: 1;
    border-bottom: 2px solid #1E4B7B;
    padding-bottom: 5px;
}

.exhibitors__filters-element--selected {
    background-color: var(--color-semi);
    color: var(--color-white);
}

.modal__filters-element--selected {
    background-color: var(--color-semi);
    color: var(--color-white);
}


.filter-number {
    position: absolute;
    display: flex;
    width: 18px;
    height: 18px;
    background-color: var(--color-white);
    color: var(--color-medium);
    border-radius: 50%;
    font-size: var(--size-smaller);
    right: 10px;
    top: 5px;
    align-items: center;
    justify-content: center;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000064;
    z-index: 999;
}

.favorite,
.favorite--active {
    width: 24px;
    height: 24px;
    background-color: transparent
}

.exhibitors-detail__container .favorite,
.exhibitors-detail__container .favorite--active {
    margin-top: 10px;
    position: absolute;
    right: 49px;
    /*bottom: -40px;*/
}

.program-detail__title .favorite,
.program-detail__title .favorite--active {
    position: absolute;
    right: 49px;
    top: 100px;
}


/****************** INPUTS *****************/
.input__search,
.input__chat {
    width: 100%;
    background-color: var(--color-lighter);
    padding: 17px 58px 17px 20px;
    font-size: var(--size-small);
    font-family: var(--font-secondary);
    border-radius: 10px;
}

    .input__search::placeholder {
        /*color: var(--color-white);*/
        opacity: 0.5;
    }

.input__basic {
    width: 100%;
    border: 1px solid #aaaaaa;
    background-color: var(--color-white);
    color: var(--color-darker);
    padding: 15px 20px;
    font-family: var(--font-secondary);
    border-radius: 10px;
}

.select {
    background-color: var(--color-semi);
    position: absolute;
    right: 3px;
    top: 28px;
    width: 45px;
    transform: translateY(-50%);
    pointer-events: none;
}

.input__search:focus-visible,
.input__chat:focus-visible {
    outline: none;
}

.input__modal {
    width: calc(100% - 40px);
    font-family: var(--font-secondary);
    opacity: 0.5;
    align-self: center;
    padding: 10px;
    background-color: var(--color-white);
    border: 1px solid var(--color-light);
    border-radius: 10px;
    margin: 10px 20px 25px 20px;
}

    .input__modal::placeholder {
        font-family: var(--font-secondary);
    }

    .input__modal:focus-visible {
        outline: var(--color-light);
    }

    .input__modal[type="textarea"] {
        height: 205px;
    }

    .input__modal::-webkit-calendar-picker-indicator,
    .input__modal::-webkit-inner-spin-button,
    .input__modal::-webkit-clear-button {
        display: none;
    }

/****************** BUTTONS *****************/

.btn-verticals {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 70px;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: var(--size-smaller);
    font-weight: var(--weight-medium);
}

.btn-general {
    display: flex;
    width: calc(100vw - 40px);
    border-radius: 70px;
    /*background-color: #7BB1B1;*/
    padding: 23px 25px;
    font-size: var(--size-intermediate);
    font-weight: var(--weight-light);
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px 0px 1px #8d8d8d9a;
    -moz-box-shadow: inset 0px 0px 0px 1px #8d8d8d9a;
    box-shadow: inset 0px 0px 0px 1px #8d8d8d9a;
}

    .btn-general span {
        display: flex;
        align-items: center;
        gap: 17px;
        /*color:#fff;*/
    }


.btn-general-home {
    background-color: #47A359 !important;
}

    .btn-general-home span {
        color: #fff !important;
        font-size: 22px;
    }

/*AFECTA a _Top pero hay que ver aside está en uso*/
.btn-all {
    /* width: 100%; */
    display: flex;
    /* background-color: transparent; */
    font-size: var(--size-smaller);
    /* font-weight: var(--weight-light); */
    /* font-family: var(--font-secondary); */
    /* flex-direction: row; */
    align-items: center;
    /* justify-content: flex-end; */
    gap: 5px;
    /* padding-bottom: 4px; */
    width: max-content;
    padding: 6px;
    padding-right: 15px;
    border-radius: 20px;
    /* align-self: flex-start; */
    background-color: var(--color-semi);
    margin-bottom: 5px;
    color: white;
}

    .btn-all img {
        width: 9px;
        height: 9px;
    }

.btn-filters,
.btn-send, .btn-filters-close {
    position: absolute;
    background-color: transparent;
}

.btn-filters-close {
    right: 15px;
    top: 13px;
}

.btn-filters{
    right: 15px;
    top: 9px;
}

.btn-send {
    right: 45px;
    top: 29px;
}

.btn-basic,
.btn-secondary {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    font-size: var(--font-secondary);
    font-family: var(--font-secondary);
}

.btn-basic {
    background-color: transparent;
    border: 1px solid var(--color-medium);
}

.btn-secondary {
    background-color: var(--color-semi);
    border-radius: 4px;
    color: var(--color-white);
    text-align: center;
}

.btn-close {
    position: absolute;
    right: 33px;
    top: 31px;
    background-color: white;
}

.btn-back,
.btn-edit {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--color-semi);
    align-items: center;
    justify-content: center;
}

.btn-location {
    display: flex;
    border: 1px solid #28942d;
    padding: 10px 14px;
    font-size: var(--size-small);
    background-color: transparent;
    color: #28942d;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
}

    .btn-location img {
        color: #28942d;
        filter: hue-rotate(90deg)
    }
/*******************************************************
												PRE-FOOTER
********************************************************/

.pre-footer__container {
    background-color: var(--color-white);
    color: var(--color-darker);
    padding: 29px 20px 0px;
}

.sponsor__title {
    border-bottom: 1px solid var(--color-darker);
    padding-bottom: 11px;
}

.sponsor__img-container {
    display: flex;
    padding: 28px 10px 17px;
    justify-content: space-around;
    gap: 20px;
    justify-items: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sponsor__container:first-of-type {
    margin-bottom: 56px;
}

.sponsor__img {
    max-width: 80px;
    max-height: 50px;
    height: auto; /*fit-content;*/
    align-self: center;
}


/*******************************************************
												LOGIN
********************************************************/

.login__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40% 0;
}

.login__content {
    border: 1px solid #fff;
    border-radius: 8px;
    max-width: 500px;
    padding: 20px;
    margin: 20px;
}

.login__input {
    background-color: transparent;
    border: 1px solid #dddddd;
    color: #000;
    border-radius: 4px;
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    font-family: var(--font-primary);
}

.login__container .btn-secondary {
    margin-top: 20px;
}

.link__password {
    margin-top: 15px;
    line-height: 1.1;
}

    .link__password:hover {
        text-decoration: underline;
    }

/*******************************************************
												FOOTER
********************************************************/
.footer__container {
    height: 83px;
    border: 1px solid var(--color-medium);
}

/* favoritos */

.btn-favoritos {
    box-sizing: border-box;
    border: 1px solid #ff0000;
    border-radius: 9px;
    width: 100%;
    margin: 10px 0px 15px 0px;
    color: #ff0000;
    padding: 6px;
    display: flex;
    align-content: center;
    justify-content: center;
}

    .btn-favoritos:focus,
    .btn-favoritos:hover {
        text-decoration: none;
        color: #ff0000;
    }

    .btn-favoritos img {
        width: 22px;
        height: auto;
        margin-right: 10px;
    }

.ajaxloader {
    width: 60px;
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .ajaxloader img {
        width: 30px;
        height: 30px;
        display: none;
    }

/* top bar */
.top-bar {
    position: fixed;
    height: 65px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 10px;
    box-sizing: border-box;
    background-color: var(--color-background);
}

.top-bar__container {
    display: flex;
    align-items: center;
    justify-content: left;
}

.top-bar__img {
    max-width: 30px;
    margin-left: 15px;
}

.top-bar p {
    margin-left: 5px;
}

.container-video {
    position: relative;
    /*    width: 100%;
    height: 0;
    padding-bottom: 56.25%;*/
    aspect-ratio: 16/9;
    margin-top: 15px;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width:1024px) {
    main {
        max-width: 1024px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .top-bar__container {
        max-width: 1024px;
        margin: 0 auto;
        overflow-x: hidden;
    }
}


.location__option, .classification1__option {
    margin-right: 25px;
    text-transform: uppercase;
    font-size: var(--size-small);
    font-family: var(--font-secondary);
    opacity: 0.5;
    padding-bottom: 16px;
}

    .location__option.selected, .classification1__option.selected {
        opacity: 1;
        border-bottom: 1px solid var(--color-dark);
    }

