@font-face {
    font-family: "APEX";
    src: url('../fonts/ApexBrush-Regular.otf'),
         url('../fonts/ApexBrush-Regular.woff') format('woff');    
}

@font-face {
    font-family: "BEBAS-bold";
    src: url('../fonts/BebasNeueBold.otf');    
}

@font-face {
    font-family: "BEBAS-light";
    src: url('../fonts/BebasNeueLight.otf');    
}

@font-face {
    font-family: "BR-FIRMA-light";
    src: url('../fonts/BR-Firma-Light.otf');    
}

@font-face {
    font-family: "BR-FIRMA-medium";
    src: url('../fonts/BR-Firma-Medium.otf');    
}

@font-face {
    font-family: "BR-FIRMA-regular";
    src: url('../fonts/BR-Firma-Regular.otf');    
}

@font-face {
    font-family: "BR-FIRMA-thin";
    src: url('../fonts/BR-Firma-Thin.otf');    
}

@font-face {
    font-family: "BR-FIRMA-black";
    src: url('../fonts/BR-Firma-Black.otf');    
}

@font-face {
    font-family: "BR-FIRMA-bold";
    src: url('../fonts/BR-Firma-Bold.otf');    
}

@font-face {
    font-family: "PLAYFAIR-bold";
    src: url('../fonts/PlayfairDisplay-Bold.ttf');    
}
@font-face {
    font-family: "PLAYFAIR-regular";
    src: url('../fonts/PlayfairDisplay-Regular.ttf');    
}

@font-face {
    font-family: "MUSEOSANS";
    src: url('../fonts/MuseoSans-300.otf');    
}

@font-face {
    font-family: "MUSEOSANS-500";
    src: url('../fonts/MuseoSans-500.otf');    
}

body {
    margin: 0;
    padding: 0;    
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: #000;    
}
strong{
    font-family: 'BR-FIRMA-bold';
}

.top-nav {
    position: fixed;
    background-color:transparent;
    display: flex;        
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 15;
    top: 0;       
    width: 100%;    
}

.top-nav-activo .home-title,
.top-nav-activo .menu a{
    color:black;
    transition: all .3s linear;
}
.top-nav-activo .hamburger .line{
    background-color:black;
    transition: all .3s linear;
}

.top-nav a{
    color:white;
}

.top-nav-wrapper{
    display: flex; 
    justify-content: space-between;
    margin: 21px;
    width: 100%;
}

.blur{
    transition:  all .25s ease-out;
}

.blur:hover {
    /*-webkit-filter: blur(2px);
    filter: blur(2px);*/
    cursor: pointer;
    transform: scale(1.05);    
}

.menu-left .hamburger{
    position: absolute;    
    left: 20px;
    top:18px;
}

.hamburger .line{
    width: 20px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger .line:first-of-type{
    margin: 4px auto;
}

.hamburger .line:last-of-type{
    margin: 2px auto;
}

.hamburger:hover{
    cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2){
    opacity: 0;
  }
  
#hamburger-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.menu-mobile {
    font-family:"BR-FIRMA-regular";
    margin-top: 0px;
    margin-left: -200vw;
    top:0px;
    position: fixed !important;
    text-align: right;
    z-index: 9;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;      
    background-color: #000000b3;
    color: #000;
    transition: all .3s;    
}


.sidenav {
    height: 100%;
    /*width: 0;*/
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    width: 90%;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}



.menu-body{
    margin-top: 62px;
    display: flex;
    flex-direction: column;
    color: black;    
    align-items: flex-start;
    overflow-x:hidden;
    scrollbar-width: none;
}

.menu-list-roller{
    display: flex;
    flex-direction: row;    
    margin-left: 0vw;
    transition: all .25s ease-in-out;
}

.menu-body li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: black;
    text-decoration: none;
    padding: 0px 12px;
}

.menu-mobile-list{    
    min-width: 300px;
    height: 100vh;
    margin-left: 10vw;
    padding: 0px;
    margin: 0px;
    max-width: 90vw;
}
.menu-mobile-wrapper{
    width: 300px;    
    overflow-x: hidden;
}

.my-menu-wrapper{    
    display: flex;
    flex-direction: row;    
    gap: 12px;
    justify-items: center;
    justify-content: center;
}

.my-menu-wrapper i{
    margin-right: 12px;
}

.menu-mobile-reverse,
.menu-mobile-reverse a{
    background-color: #000 !important;
    color: white !important;
}


.menu-mobile-list li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #F1F1F1;
    padding: 21px;
    text-align: left;
    font-family: "BR-FIRMA-bold";
    font-size: 15px;    
    position:relative;
}

.sub-menu-mobile-list{    
    width: 300px;
    height: 100vh;    
    padding: 0px;
    margin: 0px 0px 0px 0px;
    list-style:none;
}

.chevron-left{
    transform: rotate(180deg);
    height: 15px !important;
}

.sub-menu-mobile-list li{
    background: #DDDDDD;
    padding: 21px 42px 21px 21px;
    text-align: left;
    font-family: "BR-FIRMA-light";
    font-size: 15px;
    box-sizing: border-box;
    max-width: 100%;
}

.sub-menu-mobile-list li:nth-of-type(1){
    display:flex;
    justify-content: start;
    gap: 12px;
    font-family: "BR-FIRMA-bold" !important;
}
.sub-menu-mobile-list li:nth-of-type(1) i{
    margin-right: 12px;
}

.chevron-right{
    height: 15px !important;
}
.my-menu{
    background: #DDDDDD !important;
}

.my-menu img{
    height: 22px;
    width: auto;
    margin: auto 0px;
}

.cabecera-menu{
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.home-title{
    font-family: "BEBAS-bold";
    font-weight: normal;    
    color: white;
    cursor: pointer;        
    text-decoration: none;
    margin: auto;
    font-size: 2em;
    transition: all .3s linear;
}

.search-wrapper{
    background-color: #312F32;
    border-radius: .3125rem;
    margin: auto 0px;
    max-width: 44%;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
}

.lang-icon{
    color:black !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.search-icon img{
    height: 18px;
    width: auto;
    margin: auto;
}

.search-container{    
    color:black;
    font-family: "BR-FIRMA-bold";
    font-weight: normal;
    font-size: .6875rem;
    text-align: left;     
    background: url(images/ic-search.png) no-repeat scroll 7px 7px;    
    outline: 0px;
    margin:auto;
    appearance: none; 
    border: 0;
    height: 30px;        
}

.search-container::placeholder {
    color: white;
    opacity: 1; 
}


.menu{
    display: flex;
    color: white;
    margin: 0px auto;
    gap:30px;
    margin-left: 100px;
}

.menu .url-container{
    height: 100%;    
    align-content: center;
    justify-content: center;
    align-self: center;
    display: flex;
    flex-direction: column;    
    justify-content: center;    
}

.menu a{
    color: #fff;
    font-family: "BR-FIRMA-regular";
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 23.6px;
    margin:auto;
    text-align: center;
    transition: all .3s linear;
}

.menu-right{
    font-family: "BR-FIRMA-regular";
    color:#000;
    display: flex;
    margin: auto 0px;
    gap:10px;
    font-size: 12px;
    margin-right: 16px;
    transition: all .25s ease-out;
}

.menu-left{
    display: flex;
    gap:10px;
    margin: 0px 16px;
    width: 100%;
    flex-direction: row;
    padding:17px 0px;
    justify-content: center;
    align-items: center;
}

.hero-wrapper{
    text-align: center;
    margin-top: 0px;
}
.hero-wrapper .home-title{
    font-size: 80px;
}

.hero-video {
    /* margin-top: 62px; */
    position: relative;
    width: 100%;    
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-video-video {        
    width: 60%;
    height: auto;
    object-fit: cover;        
}


.hero-container {        
    width: 100%;        
    align-items: center;    
    text-align: center;
    overflow: hidden;
    height: calc(100vw / 1.74);
}

.search-main{
    font-family: 'BR-FIRMA-regular';
    background: url(images/ic-search-grey.png) no-repeat scroll 7px 9px;
    font-size: 19px;
    padding:2px;
    color: #fff;
    width: 50%;
    text-align: center;
    border: 1px solid #fff;        
    margin:auto;
}

.search-main::placeholder {  /* Firefox*/    
    color:white;
    opacity: 0.45;
}

.search-main::-ms-input-placeholder { /* Edge 12 -18 */
    color:white;
    opacity: 0.45;
}

.hero{
    height: 100%;
    position: relative;    
}

.hero img{
    padding-bottom:56.25%;
    width: 100%;
    object-fit: cover;    
}

.cuadros{
    position:absolute;
    z-index:2;
}


.hero-container h2, h4{
    font-family: "APEX";
    font-weight: 400;
}

.hero-container h2{
    font-size: 2.75rem;
    padding: 0px;
    margin: 0px;
}

.hero-container h4{
    font-size: 1.1875rem;
    padding: 0px;
    margin: 0px;
}

.hero-top-title{
    position: absolute;
    top:8px;
    left: 50%;
    transform: translateX(-50%);
}
.hero-top-title h2:nth-child(2){
    transform: translateX(20%);
}

.hero-bottom-title{
    z-index: 2;
    position: absolute;
    bottom:0px;
    left: 50%;
    transform: translateX(-50%);
}

.sponsor-container{    
    top: 0;
    width: 100%; 
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    transition: all 1s;
    margin-top: 50px;

    overflow:hidden;
    white-space: nowrap;    
    display:-webkit-inline-box !important;
    display:-ms-inline-flexbox !important;
    display:inline-flex !important;
}

.sponsor-container img{
    background: white;
    padding: 0px 20px;
    margin: 10px 0px;
}

.main-container {
    font-family: "BR-FIRMA-medium";
    width: 100%;    
    align-items: center;
    text-align: center;
}

.encuentra-eventos-title{    
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 1.5rem;    
    text-align: center;
    color: #000;
    margin-top: 75px;
    margin-bottom: 45px;
    margin-left: 20%;
    margin-right: 20%;
}

.section-title{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 24px;    
    text-align: center;
    color: #000;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 8%;
    margin-right: 8%;    
}

.intereses-container{
    overflow: hidden;
}

.intereses-slider{
    width: fit-content;
    display: flex !important;
    gap: 34px;        
    flex-wrap: wrap;
    justify-content: center;
    transition: height 0.3s ease;
    overflow:hidden;
}

.intereses-slider-wrapper{
    margin-top: 40px;
    overflow: scroll;
    /*-ms-overflow-style: none;  /* IE and Edge */
    /*scrollbar-width: none;  /* Firefox */
}

.intereses-slider-wrapper::-webkit-scrollbar {
    /*display: none;*/
}

.intereses-slider .card{
    position: relative;
    width: 302px;    
}

.intereses-slider .card:first-child{    
    margin-left: 21px;
}

.intereses-slider .card .card-image{
    height: 250px;
    overflow: hidden;
    position: relative;
}

.intereses-slider .card .card-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-title{
    font-family: "BR-Firma-regular";
    font-weight: normal;
    color: #000;
    font-size: 23px;
    line-height: 28px;    
    margin-top: 20px;
    margin-bottom: 10px;            
    text-transform: uppercase;
}

.info-container{
    max-width: 100%;    
    padding-bottom:  34px;
    padding-left: 9px;
    padding-right: 9px;       
    
}
.card-description{
    font-family: "MUSEOSANS";
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;    
    margin-top:0px;
    margin-bottom: 15px;    
    overflow: hidden;
}


.card-button{
    font-family: "BR-FIRMA-medium";
    font-size: .6875rem;        
    padding: 8px 60px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    transition: all .5s;    
    border: 1px solid #000;
}
.card-button:hover{
    background-color: #000;
    color: #fff;
}

.form-eventos-container{
    font-family: "BR-Firma-regular";
    display: flex;
    justify-content: center;
    margin-left: 12%;
    margin-right: 12%;    
}
.cosmovisualtres-main-card-image-container{
    padding: 0px;
    margin: 0px;
    
}
.cosmovisualtres-main-card-image-container img{
    width: 100%;    
    object-fit: cover;
}

.voces-contenido{
    text-align: center;
    padding: 0px;    
    background:#F0F0F0;
}

.nuestras-voces-hero-container{
    display: block;
    position: relative;
    margin-top:70px;
    padding:0px;
}   
.nuestras-voces-hero-container img{
    width: 100%;
    height: auto;
}   
.nuestras-voces-hero-container .custom-select{
    position: absolute;
    right: 50%;
    bottom: 25%;
    transform: translateX(50%);
    margin: auto 0px;
    width: 160px;
}

.form-eventos select, input{
    font-size: 13px;    
    padding:0px;    
    width: 38%;
    border: 1px solid black;
    text-align: center;
    display:block;
    background:white;
    color:black;
    border-radius:0px;
    min-height: 35px;
    height: 35px;
    line-height: 35px;
    min-width: 110px;
}

.form-eventos input{
    position: relative;
    width:120px;
    box-sizing: border-box;
}

#newsletter-subscription input{
    font-size: 11px;
    width: 30%;
    padding: 0px;
    min-height: 15px;
    line-height: 11px;
    height: 24px;
}

.categorias{
    font-family: 'BR-FIRMA-regular';
    text-align: center;    
    font-size: 12px;
    padding: 12px 14px;
    margin: 5px;
}

.buttons-eventos{
    margin-top: 20px ; 
    display: flex; 
    justify-content: center;
    gap: 12px;
    padding-bottom: 90px;
}

.button-evento{    
    font-size: 12px;    
    padding: 12px;
    width: 66px;
    text-decoration: none;
    color: white !important;
    background-color: #000;    
    transition: all .5s ease-in-out;    
}

.button-evento:hover{            
    background-color: #484848;      
}


.button-evento:first-child{
    color: black !important;
    background-color: #e1b159;    
}

.button-evento:first-child:hover{    
    background-color: #484848;      
    color: white !important;
}

.eventos-post-container{        
    background: #fff;
}

.eventos-grid-wrapper{
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.eventos-grid-wrapper::-webkit-scrollbar {
    display: none;
}

.eventos-grid{    
    display: flex; 
    flex-direction: column; 
    gap: 24px;  
}
.pseudo-card{
    padding-top: 5px;
    padding-bottom: 5px;
}

.eventos-grid .card {        
    position: relative;
    width: 92%;
    height: 240px;
    margin: auto;
    overflow: hidden;        
    display: flex;
    flex-direction: row !important;    
}

.eventos-grid .card img{    
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.eventos-grid .card h1{
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    font-size: 20px;
    line-height: 23.4px;
    text-align: left;
    color: #000;
    margin: 0px;
}

.proximos-eventos-cell .card img{
    height: 240px;
    width: 194px;
    object-fit: cover;
}

.proximos-eventos-cell .card h1{
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    font-size: 22px;
    line-height: 28.4px;
    text-align: left;
    color: #000;
    margin: 0px;
}

.heart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

.heart-icon img{
    width: 21.6px !important;
    height: 21.2px !important;
}

.event-details, .event-details h2, .event-details p{
    font-family: 'BR-FIRMA-regular' !important;
    font-weight: normal !important;
    font-size: 13px !important;
    line-height: 15.6px !important;
    text-align: left !important;
    color: #000 !important;
    margin: 0px !important; 
} 

.eventos-grid button {
    font-family: 'BR-FIRMA-regular';
    font-size: 10.52px;
    width: 97px;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s;    
}

.card-event-content{
    padding-left: 17px;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-event-content-proximos{
    padding-right: 17px;
    text-align: left;
}

.card-event-content-proximos button {
    font-family: 'BR-FIRMA-regular';
    font-size: 11px;
    width: 97px;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 16px;
    margin-bottom: 35px;
}

.eventos-grid  button:hover {
    background: #606060;
    color: #000;
}

.fecha-title{
    font-family: 'APEX';    
    font-size: 36px;    
    margin-bottom: 45px;
    margin-top:20px;
}
.fecha-title-quepasa{
    font-family: 'BR-FIRMA-bold';    
    margin-top: 35px;
    font-size: 36px;
    min-height: 36px;
    margin-bottom: 35px;
    margin-left:20px;
    text-transform: uppercase;
}

.card-image-container{
    position: relative;
    overflow: hidden;
    flex: 1;
    min-width: 194px;
}

.experiencias-container{
    padding-left: 0%;
    padding-right: 0%;
}

.card-image-container img{
    transition: all .5s ease-in-out;
}

.card-image-container img:hover{
    transform: scale(1.05);
}

.eventos-cell img{    
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
}

.eventos-cell a{
    position: relative;
    flex:1;
}

.title-fecha-que-pasa-container{
    position: relative;
    display: flex;
    flex-direction: column;
}
.chevron-reverse{
    transform: rotate(180deg);
}

.chevron-secciones-main{
    font-weight: 600;
    font-size: 16pt;
    transition: all .25s ease-out;
}

.chevron-secciones-main .seccion-shrink{
    font-size: 12pt;
}

.fecha-arrows{
    position: absolute;    
    transform: translateY(-50%);
    width: 92%;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    cursor: pointer;    
    left: 4%;
}

.fecha-arrows p{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 10.47px;
    line-height: 24.11px;
    text-align: center;
}

.eventos-cell{
    text-align: left;
    position: relative;
    width: 92%;
    overflow: hidden;        
    display: flex;
    flex-direction: row !important;    
    grid-column: span 1;
    gap:19px;
    margin:auto
}

.grid-descanso {
    grid-column: 1/-1;     
}

.grid-descanso img{
    margin: auto;
    width:auto;
    max-width: 84%;
    background-color: grey;
} 


.eventos-cell h2{
    font-family: 'BR-FIRMA-bold';
    padding: 0px;
    margin: 0px;
    padding-bottom: 18px;
    padding-top:3px;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 24px;    
    text-align: left;
    color: #000;
    line-height: 26px;
    text-align:left;
    text-transform:uppercase;
}
.eventos-cell h3{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family:"BR-FIRMA-regular";
    font-size:15px;
    color:#757575;
    font-weight:normal;
    text-transform:uppercase;
    text-align:left;
}

.categoria-evento{
    font-size: 15px !important;
    margin-top:20px;
}

.eventos-cell p{
    color: #9a9a9a;
    font-family: 'MUSEOSANS';
    font-size:12px;    
    font-weight: normal;
    margin:0px; 
    padding: 0px;    
    text-align: left;
    text-transform:uppercase;
}

.eventos-cell .fecha{
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    font-size: 11px;          
    text-decoration: underline;
    text-transform:capitalize !important;
    text-underline-offset: 8px;    
}

.eventos-cell .boton-ver-mas-container{
    padding-top: 20px;
    text-align: center;
}

.opinion .boton-ver-mas-container{
    padding-top: 10px;
    text-align: center;
    padding-bottom:20px;
}

.card-content .boton-ver-mas-container{
    padding-top: 10px;
    text-align: center;
    padding-bottom:20px;
    width: 100%;
}

.mas-eventos-button-container{
    width: 100vw;
    padding-top: 22px;
    padding-bottom: 2px;
    display:flex;
    flex-direction:column;
}

.eventos-cell-contenido{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top:15px;
    padding-bottom: 8px;
    text-align: left;
    flex:1;
    
}
.eventos-cell-contenido-top{
    padding-right: 16.6%;
}

.eventos-cell-contenido .boton-ver-mas,
.card-content .boton-ver-mas, 
.opinion .boton-ver-mas {
    font-family: "MUSEOSANS-500";
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #bbb;
    border: 1px solid #bbb;
    padding: 5px 6px;
    display: inline-block;
    min-width: 50px;
    max-width: 300px;
    width: 72px;    
    transition: all .25s ease-in;
}
.opinion .boton-ver-mas{
    color:black;
    width: 125px;    
}
.card-content .boton-ver-mas{
    color:black;
    width: 72px;    

}
.opinion .boton-ver-mas:hover,
.card-content .boton-ver-mas:hover{
    color:white;
    background-color: black;
}




.eventos-cell:hover  
.eventos-cell-contenido .boton-ver-mas {
    opacity: 1;
}

.mas-eventos-button{
    font-family: "BR-FIRMA-regular";
    font-size: 12px;        
    padding: 14px 50px;
    min-width: 68px;
    text-decoration: none;
    color: white;
    background-color: #000;
    transition: all .5s;        
    align-self: center;
    margin-bottom: 23px;
    transition: all .25s ease-in;
}

.mas-eventos-button:hover{
    color:#000;
    background-color:  transparent;
    border: 1px solid #000;
}

.proximos-eventos-container{        
    overflow-x: hidden;    
}

.proximos-eventos-grid-wrapper{
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.proximos-eventos-grid-wrapper::-webkit-scrollbar {
    display: none;
}


.proximos-eventos-grid{
    display: flex;  
    flex-direction: column;
    gap: 24px;  
}

.proximos-eventos-cell{
    display: flex;
    flex-direction: row;
    text-align: left;
    padding: 0px 20px;
    width: calc(100vw - 40);
}


.proximos-eventos-image-container{
    position: relative;   
}

.proximos-eventos-cell img{
    height: 240px;
    width: 193px;
    object-fit: cover;
    text-align: center;
}

.proximos-eventos-cell h2{
    font-family: 'BR-FIRMA-medium';
    padding: 0px;
    margin:0px;
    font-size: 1.9375rem;
    letter-spacing: 0;
    margin-top: 0px;    
    text-transform:uppercase;
}
.proximos-eventos-info{
    margin-top: 21px;
    margin-left: 12px;
    text-align: left;
}

.proximos-eventos-info p{
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #000;
    padding: 0px;
    margin-top: 0px;          
    margin-bottom: 0px;    
}

.proximos-eventos-cell .fecha{
    font-family: 'BR-FIRMA-regular';
    font-size: 14.8208px;
    text-decoration: underline;
    text-underline-offset: 8px;
    margin-top: 26.8992px;
    margin-bottom: 4px;    
}

.fecha-marker{
    display: flex;
    text-align: center;
}

.ribbon{
    position: absolute;    
    background-color:#666666;	
    text-align: center;
    color:white;
    width: 56px;
    top:0px;
    left:11px;
}

.ribbon h6{
    padding: 0px;
    padding-top: 13px;
    margin: 10px 6px 0px 6px;
    font-weight: lighter;
    font-family: 'BEBAS-light';
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 27px;    
    color: #fff;
}
.ribbon p{
    margin: 0px;
    font-family: 'BEBAS-bold';
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 25px;    
    color: #fff;
    padding-bottom: 6px;
}

.ribbon:after{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;    
    border-left: 28px solid #666666;
    border-right: 28px solid #666666;
    border-bottom: 28px solid transparent;    
}

.contenedor-visual-prime{
    padding-top: 52px;
}


.visual-prime{
    background: #007180; 
    color:white;
    text-align: left;
    width: 100%-42px;    
    padding-top: 5px;  
    padding-left: 20px;
    padding-right: 36px;
    display: flex;
    justify-content: space-between;
    height: calc(100vw /1.55);
}

.visual-prime h1{
    font-family: "APEX";
    font-size: 71px;
    margin: 0px;
    padding-bottom: 25px;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

.visual-prime p{    
    font-family: "BEBAS-bold";
    font-size: 27px;    
    margin-bottom: 21px;
}

.momento{
    display: flex;
    flex-direction: column;
    justify-content: end;    
}
.visual-prime ul {
    list-style: none;
    font-family: "APEX";
    font-size: 22px;     
    padding-bottom: 30px;
    margin-bottom: 0px;
}
  
.visual-prime   ul li:before{
     content: '';
     position: absolute;
     border-right:2px solid white;
     border-bottom:2px solid white;
     width:10px;
     height:10px;
     top: calc(50% - 4px);
     left: -20px;
     transform: translateY(-50%) rotate(-45deg);
}

#arrow {
    border-right:2px solid white;
    border-bottom:2px solid white;
    width:10px;
    height:10px;
    transform: rotate(-45deg);
    margin-top:40px;
}

.publicidad{        
    padding-top: 16px; 
    height: auto;
    width: 100%;
}

.publicidad img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.valores h3{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 21.08px;
    line-height: 41.96px;
}


.cosmo-visual{
    background-color: #808080;
    color: #fff;    
    text-align: left;
    padding: 25px 21px;
    position: relative;
    width: calc(100% - 42px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    /*height: calc(100vw * 0.64);*/
}

.cosmo-visual h1{
    font-family: "BEBAS-bold";
    font-size: 63px;
    margin: 0px;
}
.slash{
    font-family: "BR-FIRMA-black";
    font-size: 80px !important; 
    font-weight:bolder !important;       
    margin-bottom: 0px;
    padding-bottom: 0px;

}

.cosmo-visual-texto{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.cosmo-visual p{
    font-family: "BEBAS-bold";
    font-size: 27px;
    padding-bottom: 15px;;
    margin-bottom: 0px;
}

.cosmo-visual-texto p{
    margin-right: 50px;
}
.cosmo-visual-title {
    padding-bottom:60px;
}

.cosmo-visual ul{
    list-style: none;
}

.botones-cosmovisual{    
    display: flex;
    flex-direction: row;    
    justify-content: space-between;
    bottom: 24px;
    right: 0px;
    padding-top: 30px;    
    width: 100%;
}

.botones-cosmovisual div{
    font-family: "BR-FIRMA-bold";
    text-align: center;    
    background-color: #fff;
    color:#000;
    margin: 7px;
    font-size: 8px;
    text-align: center;
    padding: 12px;
    width: 50%;
}

.comparte-wrapper .safe-container{
    scrollbar-color: white transparent;
    margin: 0px 3%;
}

.safe-container{
    overflow: scroll;
    /*-ms-overflow-style: none;  /* IE and Edge */
    /*scrollbar-width: none;  /* Firefox */
}    

.safe-container::-webkit-scrollbar {
    /*display: none;*/
}


.opiniones-container{    
    padding-top: 60px;    
    background-color: #e6e6e6;
    padding-bottom: 40px;
}

.opiniones-container .section-title{
    font-size: 24px;
    line-height: 34px;
    padding-top: 0px;    
}

.opiniones-grid{    
    display: flex; 
    width: max-content;
}

.opinion{
    border: solid .5008px #000;
    text-align: left;
    padding: 20px;
    margin: 12px;
    width: 300px;
}

.opinion-title{
    text-transform: uppercase;
    font-family: 'BR-FIRMA-bold';
    font-size: 20px;
}

.opinion-titulo{      
    font-family:"MUSEOSANS";    
    font-size: 16px;
    line-height: 24.76px;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 30px;
    margin:0px;
    position: relative;
}

.opinion:first-child{
    margin-left: 21px;
}

.persona-estrellas-container{
    display: flex;
    justify-content: space-between;
}

.persona-container{
    display: flex;
    flex:5;
    overflow: hidden;
}
.puntaje-container{
    text-align: right;
    flex:2;
}
.fecha-puntaje{
    margin-bottom: 4px;
    font-family: 'BR-FIRMA-regular';
    font-size: 15px;
}

.opinion-imagen{
    max-width: 100% !important;
    max-height: 75vh !important;    
    display:block;
}

.avatar{        
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin: auto 12px auto 5px;
    /*-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);*/
}
.avatar img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo{    
    width: 65px;
    height: 65px;
    object-fit: cover;
    margin: auto 12px auto 5px;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.nombres{
    margin: auto 0px;
}

.nombre{
    font-family: 'BR-FIRMA-regular';
    padding: 0px;
    margin: 5px;
    font-size: 14px;
}
.company{
    font-family: 'BR-FIRMA-regular';;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    padding-left: 5px;
}

.opinion-texto{
    line-height: 1.25;
    font-size: 13px;
    letter-spacing: .24px;
}



.comparte-wrapper{    
    background-color: #000; 
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: white transparent;
}
  
.comparte-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
  
.comparte-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.25);
    border-radius: 2px;
    border: 0px solid white;
    min-height: 20px;
}

.comparte-wrapper::-webkit-scrollbar {    
    color: white;
}

.comparte-wrapper h4{
    font-family: "MUSEOSANS";
    color: white;
    font-size: 15px;
    line-height: 24.76px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 45px;
    margin-top: 45px;    
}

.comparte-images-wrapper{
    display: flex;

}
.instagram-photo{
    margin-right: 14px;
    text-align: left;    
    position:relative;
}

.ig-icon-post{
    color: white;
    font-size: 20px;
    position: absolute;
    left: 12px;
    top: 12px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
}
.ig-icon-post:hover{
    color: black;
    background: #fff;
}

.instagram-photo p{
    font-size: 9px;
    font-family: "BR-FIRMA-regular";
    color: white;
}


.instagram-photo img{
    height: 212px;
    width: 324px; 
    object-fit: cover;
}

.newsletter-container {    
    margin: 0 auto;    
    text-align: center;    
    display: flex;
    flex-direction: column;
    background: white;
    padding-top: 45px;
    padding-bottom: 45px;
}

.newsletter-wrapper{    
    background: #efefef;
    display: flex;
    flex:1;
    flex-direction: column;
    justify-items: center;
    padding-bottom: 34px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 30px;    
}

.contacto-container{
    background-color:#E5E5E5;
    display: flex;
    flex:1;
    flex-direction: column;
    justify-items: center;
    padding-bottom: 34px;
    padding-right: 21px;
    padding-left: 21px;
    padding-top: 30px;
}

.newsletter-wrapper h3{
    font-family: "BR-FIRMA-bold";
    font-size: 14px;
    font-weight: normal;    
    margin: 0px auto 12px;
}
.newsletter-wrapper p{
    font-family: 'MUSEOSANS';
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px auto;    
    margin: 0px auto;
    max-width: 70%;
}

.newsletter-wrapper input{
    border: solid 0.5008px #B1B1B1;
    margin: 10px auto 0px;
    width: 40%;
}

.newsletter-wrapper button{
    cursor: pointer;
    font-size: 11px;
    margin-top: 12px;
    background: white;
    border: solid 0.5008px #000;
    padding: 5px;
    width: 123px;
    transition: all .5s;
}
.newsletter-wrapper button:hover{
    background: black;
    color:white;
}
.newsletter-error{
    font-size: 10px !important;   
    font-family: 'MUSEOSANS-500';
    color: red;  
    display: none;
}

.newsletter-privacy{
    font-size: 10px !important;   
    font-family: 'MUSEOSANS-500';  
    margin: 0px auto;  
}

.newsletter-privacy a{
    text-decoration: underline;
}

#suscribe-action-container{
    display: none;
}

.contact-title{
    font-family: "BR-FIRMA-bold";
    font-size: 14px;
    margin: 0px auto;
}

.button-contact{
    border: solid 0.5008px #000;
    background: transparent;
    font-family: 'MUSEOSANS-500';    
    margin: 10px auto;
    padding: 5px;
    width: 143px;
    font-size: 11px;
    transition: all .3s;
}

.button-contact:hover{
    background: black;
    color:white;
}

.contact-subtitle{
    font-family: 'MUSEOSANS';
    font-size: 14px;
    margin: 0px auto 5px;    
}

.contact-phone{
    font-family: 'MUSEOSANS';
    font-size: 13px;
    margin: 0px auto 5px;
}

.contact-hours{
    font-family: 'MUSEOSANS';
    font-size: 13px;
    line-height: 20px;
    margin: 0px auto;
}


.prefooter{
    border-top:  1px solid #606060;
    font-family: 'BR-FIRMA-medium';
    font-size: 15px;    
    line-height: 45.67px;
    padding: 2.75rem 1.3125rem;
    display:grid;   
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
}

.prefooter h5{
    font-family: 'BR-FIRMA-bold';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;    
    line-height: 18px;   
}
.prefooter ul{
    list-style: none;
    font-size: 15px;    
    line-height: 35px;   
    margin: 0px;
    padding: 0px;
}
.prefooter div{    
    width: 100%;
}


.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
}

.social-icons li {
    margin-right: 20px;
    margin-top: -16px;
}

.social-icons a {
    text-decoration: none;
    color: #333;
    font-size: 24px;
}


footer{    
    font-family: "BR-FIRMA-regular";
    font-size: .875rem;
    background: black;
    text-align: right;
    color: white;
    padding: 28px 1.3125rem;
}
footer p{
    margin:0px
}

.experiencia-categoria-wrapper{
    display: flex;
    flex-direction: column;    
    text-align: center;  
    padding-top: 0px; 
    padding-bottom: 33px;
}

.experiencia-categoria{
    font-family: 'BR-FIRMA-regular';
    font-size: 24px;
    padding-top: 0px;
    padding-bottom:0px;
    /*text-decoration: underline;*/
}

.experiencia-categoria-wrapper img{
    width: 27px;
    margin:15px auto;
}

.breadcrumbs-container {
    padding-top: 35px;
    margin:0px 4%;
}

.cosmovisual-contenido .breadcrumbs-container {
    padding-top:28px ;
}

.cosmovisualdos-main-contenido .breadcrumbs-container {
    padding: 0px;    
}

.breadcrumbs {
    font-family: "BR-FIRMA-regular";
    font-weight: normal;        
    color: #898988;        
    display: flex;
    align-items: center;
    padding-bottom: 13px;
    font-size: 11px;    
}

.breadcrumbs a{
    color: #898988 !important;        
}

.breadcrumbs span {
    margin: 0 3px;
    font-weight: lighter;
}

.breadcrumbs span:nth-child(odd) {
    font-weight: normal;
}

.otras-propuestas-container{
    text-align: center;
    background:#E1E1E1;    
}
.otras-propuestas-container h2{
    font-size: 22px;    
    font-family: 'BR-FIRMA-regular';   
    font-weight: normal;
    padding-bottom: 45px;
    padding-top: 45px;
    margin: 0px;
}

.grid-otras-categorias-wrapper{
    overflow-x: hidden;
    position: relative;
}

.grid-otras-categorias{
    overflow-x: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 76px;       
    gap: 6px; 
}

.otra-categoria-item{
    display: flex;
    flex-direction: column;
    text-align: left;
}

.otra-categoria-image-wrapper{
    height: 134px;
    width: 183px;    
    margin-bottom: 9px;
    overflow: hidden;    
}

.otra-categoria-image-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition: all .4s ease-in-out;
}

.otra-categoria-item a{
    text-transform:uppercase;
    font-family:'BR-FIRMA-bold';
    font-size:20px;
    max-width: 268px;
}

.otra-categoria-item .underline{    
    color:#757575;
    font-family:'BR-FIRMA-medium';
    font-size:12px;
    text-transform:uppercase;
    width: max-content;
}

.cosmovisual-categorias{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cosmovisual-categorias div{
    text-align: center;
}

.cosmovisual-categorias h4{
    font-size: 15px;    
    font-family: "BR-FIRMA-regular";
}

.cosmovisual-categorias img{
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.cosmovisual-categoria-wrapper{
    display: flex;
    flex-direction: column;
    width: 76%;
    text-align: center;    
    padding-left: 12%;
    padding-right: 12%
}

.cosmovisual-categorias .titulo-wrapper{
    border-bottom: 1px solid #fff;    
    margin-left: auto;
    margin-right: auto;
    color: #000;
    margin: 25px;
}

.cosmovisual-subcategoria{
    text-transform: uppercase;
    font-family: 'BR-FIRMA-medium';
    font-size: 18px;
    width: 70%;
    margin: 0px auto 30px auto;
    line-height: 1.25;
}
.cosmovisual-subcategoria-divider{
    padding-left: 10px;
    padding-right: 10px;
}


.cosmovisualdos-container {      
    background-color: #323B60;  
    color:white;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 55px 8%;
    height: 460px;
}


.cosmovisualdos-home-container{
    background-color: #323B60;  
    color:white;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;        
    height:auto;
}

.cosmovisualdos-home-container .content-left{
    flex: 1;
    text-align: center;
    align-self: center;
    display: flex;
    flex-direction: column;
}

.cosmovisualdos-home-container .sections{
    text-align: center;
    justify-content: space-between;
    margin: auto 0px;    
    flex: 1;    
    padding: 0px 20px;
}

.cosmovisualdos-home-container .content-left img{     
   max-width: 80%;
   margin: 40px auto 0px auto;
}

.cosmovisualdos-home-container .subtitle {
    font-family: "BR-FIRMA-regular";    
    font-weight: normal;
    font-size: 13px;
    line-height: 28px;
    margin: 16px auto;    
    text-align: center;        
}


.cosmovisualdos-home-container .sections .table{
    display: grid;
    grid-template-columns: 1fr;
}

.cosmovisualdos-home-container .sections h2 {
    font-family: "BR-FIRMA-regular";
    font-weight: normal;    
    color:#F4333E;    
    text-align: center;
    padding: 22px 5px;
    margin:0px;
    font-size: 17px;
    transition: all .3s ease-in;
}


.cosmovisualdos-home-container .sections h2:hover  {    
    color:white;
}

.cosmovisualdos-home-container>h2:first-child{    
    border-bottom: white 1px solid;    
    border-right: white 1px solid;         
}

.cosmovisual-video-container{
    flex: 1;
    display: flex;
    position: relative;
}

.cosmovisual-video-container img{
    width: 100%;    
    object-fit: cover;
    margin-left: 0%;
    aspect-ratio: 16/9;
}

.cosmovisual-video {
    width: 100%;    
    object-fit: cover;
    height: auto;
    cursor: pointer;
}


.cosmovisualdos-container .content-left{     
    text-align: center;
    align-self: center;
}


.cosmovisualdos-container .subtitle {
    font-family: "BR-FIRMA-regular";    
    font-weight: normal;
    font-size: 29px;
    line-height: 55.96px;
    text-align: center;    
    margin-top: 24px;
}

.cosmovisualdos-container .sections {        
    text-align: center;
    justify-content: space-between;
    margin: auto 0px;    
}

.cosmovisualdos-container .sections .table{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cosmovisualdos-container .sections h2 {
    font-family: "BR-FIRMA-regular";
    color:#F4333E;
    font-size: 29px;
    line-height: 59.96px;
    text-align: center;
    padding: 55px 30px;
    margin:0px;
}

.cosmovisualdos-container>h2:first-child{    
    border-bottom: white 1px solid;    
    border-right: white 1px solid;         
}

.visualdos-cards-button-container{
    height:0px;
    opacity:0;
    transform:scale(0);
    display: flex;
    flex-direction: column;
    transition: all .25s ease-out;
}

 .ver-todos-eventos {    
    font-weight: normal;
    font-family: "BR-FIRMA-regular";
    font-size: 12px;        
    padding: 14px 50px;
    min-width: 72px;    
    background: #000;
    border: 1px solid #000;    
    text-align: center;
    color: #fff;
    margin: auto;    
    width: min-content;
    display:block;
    transition: all .4s ease-in;
}


.ver-todos-eventos:hover{
    color:#000;
    background-color:  white;
    border: 1px solid #000;
}

.ver-todos-visualdos-button{
    font-size: 12px;        
    font-family: "BR-FIRMA-regular";
    padding: 14px 85px;
    text-decoration: none;
    color: white;
    background-color: #000;
    transition: all .5s;        
    align-self: center;
    margin: 63px auto 115px auto;
}

.cosmovisual-blue-full-container .hero-title{
    width: 560px;
    object-fit: contain;
    margin:auto;
    margin-bottom:86px;
}

.cosmovisual-blue-full-container{    
    background: #323B6093;    
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
.cosmovisualdos-titles-wrapper{
    display: table-cell;
    align-self: center;
}

.cosmovisualdos-titles{
    display: flex;
    flex-direction: column;
    width: min-content;
    text-align: center;    
    margin: auto;
}

.cosmovisualdos-titles a{
    font-family: "BR-FIRMA-medium";
    padding: 8px 32px;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    font-size: 12px;
    line-height: 14.4px;
    width: 206px;
    margin: auto;
    transition: all .25s ease-in-out;
}

.cosmovisualdos-titles a:hover{
    background-color: #000;
    color: #fff;
}

.cosmovisualdos-titles>a:first-of-type{
    margin-bottom:40px
}



.activo{
    border-bottom: 1px solid #000 !important;
}

.titulo-wrapper a{
    color: #000;
}
.titulo-wrapper a:hover .cosmovisual-categorias{
    border-bottom: 1px solid #000;
}

.cosmovisual-categoria{
    font-family: 'BR-FIRMA-regular';
    font-size: 24px;    
    padding-top: 30px;
    padding-bottom: 22px;
    text-transform: uppercase;   
}

.cosmovisual-contenido{
    background:#Ffff;
    text-align: center;
    padding:0px;
}

.cosmovisual-row-contenido{
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 25px;
    padding-left:20px;
    padding-right: 20px;
}

.cosmovisual-row-contenido h3{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 26px;
    line-height: 55.5px;
    text-align: center;
    color: #000;
    margin: 80px 0px 20px 0px;   
}

.cosmovisual-row-contenido p{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #000;
}

.cosmovisual-main-contenido{
    background:#F0F0F0;
}

.cosmovisual-main-contenido .main-card{        
    background: #fff;
    display: grid ;    
    grid-template-columns: 1fr;
}

.cosmovisual-main-contenido .main-card img{    
    height: 244px;
    width:100%;
    object-fit: cover;
}

.card-content{
    background: white;
    padding-right: 20px;
    padding-left: 20px;    
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.left-align{
    justify-content: center;
    align-items: start;
}

.card-content h3{
    color: #000;    
    font-family: "BR-FIRMA-bold";
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;    
    padding-top: 50px;
    text-align: left;
    text-transform: uppercase;
}
.cosmovisualtres-main-card .card-content h3{
    padding-top: 50px;
    margin: 20px 0px;
}

.card-content p{
    font-family: "MUSEOSANS";
    font-weight: normal;
    font-size: 1rem;
    line-height: 30px;    
    text-align: left;
    color: #000;    
    margin:0px;
}

.voces-main-contenido{
    padding-bottom: 42px;
}
.voces-main-card{
    background: #fff;
    display: flex ;    
    grid-template-columns:1fr;
    margin-bottom:52px;
    padding-bottom: 25px;
    flex-direction: column;
}
.voces-reverse{
    flex-direction: column-reverse;
}
.voces-main-card-image-container{
    padding: 0px;
    margin: 0px;
}

.voces-main-card-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voces-main-card .card-content{
    align-items: flex-start;
}

.voces-main-card .card-content h3{
    padding-top: 0px;
    margin: 10px 0px;
    text-align: center;
}

.voces-main-card .card-content p{
    padding: 0px;
    margin: 0px;
}

.voces-main-card .nombre{
    font-family: 'MUSEOSANS-500';
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px !important;
}
.voces-main-card .company{
    font-family: 'MUSEOSANS';
    color: #bbb;
    font-size: 12px;
    line-height: 14px;
}
.voces-main-card .opinion-resumen{
    margin-top: 20px !important;
}

.voces-main-card .boton-ver-mas{
    color: black;
    width: 125px;
}
.voces-main-card .card-content .boton-ver-mas-container{
    text-align: center;
}

.cards-container{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 60px;
    row-gap: 63px;
    margin-top: 52px;
}

.voces-post-container{
    max-width: 750px;
    padding: 0px 22px;    
    box-sizing: border-box;
}

.voces-post-container img{
    text-align: center;
    margin: 0px auto;
    width: 100%;
    max-height: 425px;
    object-fit: cover;
}

.voces-post-container h3{
    color: #000;
    font-family: "BR-FIRMA-bold";
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
}

.voces-post-container .card-button{
    border: 1px solid #cbcbcb;
    background-color: transparent;
}
.voces-post-container .card-button:hover{
    background-color: black;
}
.voces-post-container .opinion-description{
    font-family: 'MUSEOSANS';
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-top: 40px;
    /*font-size: 1.25rem;
    line-height: 2.5rem;*/
}

.voces-post-container .company{
    color: #cbcbcb;
    font-size: 14px
}

.voces-post-container .nombres{
    margin-top: 80px;
    text-align: left;
    padding-bottom: 80px;
}

.secondary-card-image-wrapper{    
    height: 279px;
    width: 100%;
}
.secondary-card-image-wrapper img{    
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.secondary-card a{
    font-family: "BR-FIRMA-Regular";
}

.secondary-card .card-content{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 42px;
    text-align: center;
    height: auto;
    align-items: start;
}

.secondary-card .card-content h3{
    padding-top: 40px;
    font-size: 26px;
    line-height: 34px;
    margin: 20px auto;
}
.secondary-card .card-content p{
    font-size: 15px;
    line-height: 24px;
}

.cosmovisualtres-main-card .card-content .fecha{    
    font-weight: normal;
    font-size: 11.5px;
    line-height: 13px;
    text-align: left;
    color: #000;
    margin: 30px auto 20px auto;
}
.card-content .fecha{ 
    transition: all .3s ease-in-out;
}

.card-content .fecha:hover{
    color: #606060;
}

.cosmovisualtres-main-card a{
    font-family: 'BR-FIRMA-regular';
}

.main-card-background a{
    color:white;
    font-family: 'BR-FIRMA-regular';
}

.secondary-card .card-content .fecha{    
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    color: #000;
    margin: 30px auto 0px auto;
    text-underline-offset: 4px;
    text-decoration: underline;
}

.cosmovisual-main-contenido .main-card-background{    
    display: grid ;        
    grid-template-columns:1fr;    
}

.main-card-background .card-content{
    padding-top: 0px;    
}

.main-card-background .card-content h3{
    color: #000;
}
.main-card-background .card-content p{
    color: #000;
    padding-bottom: 40px;
}


.close-popup{
    z-index: 10;
    position: fixed;
    right: 10px;
    top: 75px;       
}

.map-popup-close{
    position: absolute;
    top: 15px;
    right: 10px;
    filter: none;
    height: 30px;
}

.main-popup-close{
    filter: brightness(0) invert(1);
    position: fixed;
    right: 22%;    
    top: 80px;
}
.main-popup-close img{
    background: none !important;
}

.action-buttons{
    top: 37%;
    right: 5px;
    position:absolute;    
    list-style:none;
}

.calendario-popup .action-buttons{
    position: absolute;
}

.action-buttons li a{
    cursor: pointer;
    display:flex;
    flex-direction:column;
    font-family:"BR-FIRMA-regular";
    font-size:10px;
    color:white;
    margin-bottom: 20px;
    text-align: center;
}

.calendario-popup .action-buttons li a{
    color:white;
}

.action-buttons img{
    width:44px;
    height:44px;
    margin: auto auto 6px auto;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
}

.experiencias-popup{
    z-index: 8;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: #f7f7f7c2;
    top: 0;
    overflow-y: scroll;
    display: none;
    position: fixed;
    margin-top: 60px;
}

.popup-container{
    margin-left: 0%;
    margin-right: 0%;
}

.popup-main-image{
    margin: 0px;
    padding: 0px;
    overflow-y:hidden;
}

.popup-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background:#f9f9f9;
}


.action-buttons img{
    background: transparent;
}

.offer-banner{
    background: #E1E1E1;
    padding: 32px;
    text-align: center;
    
}

.offer-banner a{
    color: #000;
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    text-decoration: underline;
    font-size: 18.75px;
    line-height: 38.01px;
    text-align: center;
}
.popup-content{
    position: relative;
    background:#FFF;
    width: 100vw;
}

.popup-content .botones img{
    width: 15px;
    height: auto;
}

.popup-content .icon{
    width: 17px;
    height: 17px;
    object-fit: contain !important;
    margin-top: 8px;
}
.popup-contenido-text{
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 32px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.popup-content .photos-container{
    padding:44px;
    display: grid;
    column-gap: 48px;
    row-gap: 20px;
    grid-template-columns: 1fr;
}

.popup-content .photos-container img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.contenido-left{
    min-width: 0px;
    text-align: center;
}

.contenido-right{
    display: flex;    
    flex-direction:column;
    padding:12px;
    position:relative;
}

.contenido-text {
    text-align: center;
    margin:0px 60px;
}

.contenido-text p {    
    font-family: "MUSEOSANS" !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 28px !important;
    text-align: left;
    color: #000 !important;    
    direction:ltr;
    margin:0px;
}
.contenido-text b{
    font-family: "MUSEOSANS-500";
}
.contenido-left h2{
    font-family: "BR-FIRMA-bold";
    font-weight: normal;
    text-align: center;
    font-size: 35px;        
    color: #000;    
    margin: 0px 40px;
    text-transform: uppercase;
    box-sizing: border-box;
    text-transform:uppercase;    
    /*text-overflow: ellipsis; 
    overflow: hidden;*/
    display: inline-block;
    word-wrap: break-word;
}
.contenido-left .nombre_completo{
    font-family: "BR-FIRMA-bold";
    font-weight: normal;
    font-size: 18px;    
    line-height: 24px;
    text-align: center;
    display:inline-block;
    margin: 0px 40px 20px;
}
.contenido-left .subtitulo{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 18px;    
    line-height: 24px;
    text-align: center;
    margin: 0px 40px 20px;
}

.popup-content .otras-propuestas-container{    
    overflow-x:scroll;
}

.contenido-left .botones{
    padding-top: 16px;
    padding-bottom: 120px;
}

.contenido-left .botones img{
    padding-right: 12px;
}

.contenido-left .botones a{
    font-family: "BR-FIRMA-regular";
    padding: 12px;
    margin: 8px;
    border: 1px solid #000;
}

.contenido-left .tabla-wrapper{
    font-family: "MUSEOSANS";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #000;
    padding: 20px 8px 8px 34px;
}

.tabla-wrapper table, tr, td{
    padding:0px;
    margin:0px;
    border-spacing: 0px 1px;
    padding-right:8px;
}


.popup-content .grid-otras-categorias{
    font-family: "BR-FIRMA-regular";
    display: flex;
    justify-content: start;    
    padding-bottom: 40px;  
    column-gap: 18px;  
    padding-right: 18px;    
    padding-left: 18px;
    overflow-x: scroll;
}
.popup-content .grid-otras-categorias img{
    height: 268px;
    width: 268px;
    object-fit: cover;
}

.borde{
    height: 88% !important;
    width: 8px !important;
    object-fit: cover;
    padding-right: 30px;
}

.card-event-content-proximos h1{
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    font-size: 22px;
    line-height: 28.4px;
    text-align: left;
    color: #000;
    margin-top: 0px;
}

.menu-hover-desktop{
    position: fixed;
    z-index:11;
    background-color: rgba(0,0,0,0.5);    
    top: 0px;
    width: 100vw;    
    top: -470px;
    transition: all 0.35s ease-in;
    padding-top:65px;
}

.menu-headers{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background:white;
}

.menu-headers div{
    text-align: center;
}

.menu-headers h4{
    font-size: 26px;
    font-family: "BR-FIRMA-regular";
    margin:0px;
    padding-bottom:20px;
}

.menu-headers img{
    width: 100%;
    height: 518px;
    object-fit: cover;
}

.menu-headers-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%; 
    text-align: center;    
    padding-bottom: 50px;
}

.menu-headers .titulo-wrapper{
    padding-top: 90px;
    margin-bottom: 42px;    
    margin-left: auto;
    margin-right: auto;
    color: #000;        
    transition: border-bottom-color 0.4s ease-in-out;
    font-size: 26px;
    font-family: "BR-FIRMA-regular";
    margin:0px;
    padding-bottom:20px;
}



@keyframes slideIn {
    from {
        border-bottom: 1px solid transparent; 
    }
    to {
        border-bottom: 1px solid black; 
    }
}

.close-desktop-menu{
    position: absolute;
    right: 45px;
    top: 15px;
}
.close-desktop-menu img{
    height: 20px !important;
    width: auto !important;
}

.menu-categorias-container{    
    position: relative;
    background-color: #D6D6D6;
    display: flex;    
    padding-top: 26px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 20px;
    height: 15rem;
    overflow: hidden;
}

.menu-categorias-container img{
    width: 230px; 
    object-fit: cover;
    object-position: center;
    margin-top: 14px;
    height: auto;
}


.menu-empresarial-container{    
    position: relative;
    background-color: #D6D6D6;
    display: flex;    
    padding-top: 56px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 50px;    
    gap: 10px;
}

.menu-empresarial-container img{
    width: 18vw;
    height: auto;
    object-fit: contain;
    object-position: top;
}

.menu-empresarial-container .secondary-menu{
    margin-left: 0px !important;
    display: flex;
    gap: 25px;
    flex: 1;
}
.menu-secondary-list {
    list-style:none;
    margin:0px;
}
.menu-secondary-list a{
    font-size: 13px;
}

.menu-secondary-list a:hover{
    font-family: 'BR-FIRMA-bold';
}

.tertiary-menu-list a{
    font-size: 13px;
}

.tertiary-menu-list a:hover{
    font-family: 'BR-FIRMA-bold';
}

#menu_institucional{
    display: none;
}

.menu-activo{
    font-family: "BR-FIRMA-bold";
    font-weight: normal;
}

#primary-menu-cosmovisual{
    min-width:290px;
}
#menu-name-cosmovisual{
    font-size:38px;
}

.primary-menu{
    margin-left: 25px;
    font-family: "BR-FIRMA-light";
    font-weight: normal;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    color: #000;
    margin-top: 15px;
    margin-bottom: 0px;
    list-style: none;
    padding: 0px;
    min-width: 262px;
    overflow-y: scroll;
    direction: rtl;
    padding-left: 20px;
}

.primary-menu a{
    text-transform:uppercase;
    text-decoration: none;
    color: #000;
}

.secondary-menu-wrapper{    
    direction: rtl;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

.secondary-menu{
    margin-left: 100px;
    font-family: "BR-FIRMA-light";
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    color: #000;    
    overflow-y: hidden;
    list-style:none;
}

.secondary-menu::-webkit-scrollbar{
    display: none;
}

.secondary-menu h3{
    font-family: 'APEX';    
    font-weight: normal;
    font-size: 63px;    
    line-height: 75px;
    text-align: left;
    color: #888;
    margin-top: 0px;
    margin-bottom:20px;
}

.secondary-menu li{
    margin-left: 20px;
    direction:ltr;
    scroll-snap-align: start;
    line-height: 26px;
}
.secondary-menu a{    
    margin-top: 150px;
    color: #000;    
    text-decoration: none;
}

.secondary-menu li:before {
    content: '→';
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.second-third-wrapper{
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    height: 70%;
    gap: 30px;
}

.menu-seconday-list{
    overflow-y: scroll;
    list-style:none;
    direction: ltr;
}
.menu-seconday-list::-webkit-scrollbar{
    display: none;
}

.menu-secondary-list a{
    transition: all .25s ease-in-out;
}

.menu-secondary-list li:hover{
    font-family: 'BR-FIRMA-bold';
}

#todos:hover{
    font-family: 'BR-FIRMA-bold';
}

.tertiary-menu{
    font-family: "BR-FIRMA-light";
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    color: #000;        
    overflow-y: scroll;
    direction: rtl;    
}

.tertiary-menu-list{
    list-style: none;
    direction: ltr;
}

.tertiary-menu-list li:before {
    content: '→';
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.tertiary-menu-list::-webkit-scrollbar {
    display: none;
}

.cosmovisual-hero-container{
    height: 348px; 
    width: 100%; 
    margin-top:0px;
    text-align: center;
    position: relative;
}


.cosmovisualdos-hero-container-interno{        
    padding: 180px 13% 164px 13%;
    margin-top:0px;
    text-align: center;
    position: relative;    
}


.quepasa-hero{    
    padding:20px;
    margin-top: 52px;
    display: grid; 
    grid-template-columns: 1fr;    
    text-align: center;
    position: relative;
}

.quepasa-hero-text{
    text-align: center;
}

.experiencias-hero .full-image, 
.experiencias-hero .full-image img{
    width:100%;
    max-height: 435px;
    object-fit: cover;
    position: relative;
}

.experiencias-hero .quepasa-hero-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 12px;
}

.hero-selectors{
    display:flex;
    flex-direction:row;
    justify-content:center;
    gap:20px;
}

.hero-selectors .search-main::placeholder {  /* Firefox*/    
    color:black;
    opacity: 0.45;
}

.hero-selectors .search-main::-ms-input-placeholder { /* Edge 12 -18 */
    color:black;
    opacity: 0.45;
}

.hero-selectors .explora-lima-dropdown {
    margin-top: auto;
    margin-bottom: auto;
}

.hero-selectors .search-main{
    min-height:33px !important;
    height: 33px  !important;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.1);
    background: none;
    color:black;
}

.hero-selectors .custom-select{
    margin: auto 0px;
    width:160px;
}

.quepasa-hero-text .buttons-eventos{
    margin-bottom: 0px;
}

.quepasa-subtitle{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    margin: 0px 12px;
    margin-bottom: 27px;
    color: #000;
}

.quepasa-subtitle span{
    padding: 0px 20px;
}

.experiencias-subtitle{
    font-family: "MUSEOSANS";
    font-weight: normal;
    font-size: 22px;
    line-height: 28.4px;
    text-align: center;
    margin:0px auto;
    margin-bottom:47px; 
    color: #000;
    width: 70%;
}


.cosmovisualtres-hero-container-interno{      
    margin-top: 70px;
    height: 796px;
    display: grid;
    grid-template-columns: 1fr 1fr;    
    text-align: center;
    position: relative;
}

.cosmovisualtres-hero-container-interno-pagina-interna{              
    display: grid;
    grid-template-columns: 1fr;    
    text-align: center;
    position: relative;    
}

.cosmovisualtres-hero-container-interno-pagina-interna .full-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.selectores-container{
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: centeƒr;
}

.selectores-container select{
    margin: 0px !important;
}

.pagina-interna{
    margin-top: 70px;        
    padding-bottom: 25px;
    text-align: center;
}

.pagina-interna h1{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    margin-top: 82px;
    font-size: 45px;    
    text-align: center;
    color: #000;
}

.cosmovisualtres-hero-container-interno .full-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quepasa-hero .full-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cosmovisual-hero-blue{
    background: #323B60;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 4%;
}

.cosmovisual-hero-blue img {
    max-width: 90%;
    margin: 20px auto;
}

.cosmovisual-hero-blue select{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 12.07px;
    line-height: 14.48px;
    text-align: center;
    color: #000;
    width: fit-content;
    margin: 0px auto;
    padding:  12px 75px;
}

.cosmovisual-hero-blue h2{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 35px;
}

.cosmovisualdos-hero-container-interno img{
    width: 100%; 
    height: 100%;     
    object-fit: cover;
}

.visualdos-interno-title{
    position: absolute;
    background: #323B60;
    padding: 77px 62px;    
    right: 120px;
    top: 120px;
}

.institucional{
    left: 120px;
    bottom: 120px;
    top:auto;
    right: auto;
}

.visualdos-interno-title h2{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 30px;    
    text-align: center;
    color: #fff;
}


.cosmovisual-blue-container .hero-title{
    width: 560px;
    object-fit: contain;
    margin:auto
}

.cosmovisual-hero-container img{
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.cosmovisual-title-container{             
    text-align: center;                
    color: white;        
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cosmovisualcuatro-hero-container{
    display:flex;
    flex-direction:column-reverse;
}
.cosmovisualcuatro-hero-container .sections{
    color: #f3333e;
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    margin: auto 0px;
    padding-top:10px;
}   

.logo-slider-wrapper{
    margin:15px 4%;
}

.cosmovisualcuatro-hero-container .sections .table a h2{
    color: #f3333e;    
    transition: all .5s ease-in-out;
    margin: 0px;
    text-align: center;
    
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size:18px;
}
.cosmovisualcuatro-hero-container .sections .table a div{
    margin: 0px;
    padding: 0px;
}

.cosmovisualcuatro-hero-container .sections .table a h2:hover{        
    color: #fff;
    transform: scale(1.025);
}

.cosmovisual-img-subcategoria{
    max-width: 70%;
    margin: 0px auto;
    padding-bottom: 30px;
}

.cosmmovisual-categoria-selected{
    text-transform: uppercase;
    font-family: 'BR-FIRMA-bold';
    font-size: 24px;
    width: 70%;
    margin: 0px auto 10px auto;
    line-height: 1.25;
}


.cosmovisual-title-container h2{
    font-family: 'MUSEOSANS';
    font-weight: normal;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom:25px;
}

.cosmovisual-title{
    font-size: 56px;
    font-family: 'BEBAS-bold';
    padding-top: 29px;
    padding-bottom: 20px;
}

.experiencia-title-container{    
    text-align: center;        
    background: white;
    margin: auto;    
    padding-bottom: 19px;
    padding-top: 19px;
}

.experiencia-title-container h2{
    font-size: 50px; 
    font-family: 'APEX';    
    margin:auto;    
}

.experiencia-title-container h3{
    font-size: 52px; 
    font-family: 'APEX';    
    margin:auto;    
}

.cosmovisualdos-main-contenido{
    background: #EBEBEB;        
    padding:120px 8%;        
}
.cosmovisualdos-main-contenido .main-card-cosmovisualdos{        
    background: #fff;
    display: grid ;    
    grid-template-columns: 2fr 1fr;
    margin-bottom:52px;
}

.cosmovisualtres-main-card{
    background: #fff;
    display: grid ;    
    grid-template-columns:1fr;
    margin-bottom:52px;
    padding-bottom: 25px;
}

.card-reverse{
    display:flex;
    flex-direction: column-reverse;
}

.cosmovisualtres-main-card img{
    max-width: 100%;
    height: 100%;
}


.cosmovisualdos-main-contenido .main-card-cosmovisualdos img{    
    height: 536px;
    width:100%;
    object-fit: cover;
}

.card-content-visualdos {
    background: white;
    padding-right: 31px;
    padding-left: 73px;    
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;    
}

.card-content-visualdos h3{
    font-family: "PLAYFAIR-bold";;
    font-weight: normal;
    font-size: 48px;
    line-height: 57px;
    text-align: left;
    color: #000;
    margin-bottom: 14px;
    margin-top: 40px;
    position:relative;
}
.card-content-visualdos h3::before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 82px;
    height: 1px;
    border-bottom: 1px solid #F4333E    
}

.card-content-visualdos h5{    
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    margin-top: 0px;
}

.card-button-visualdos{
    font-family: "BR-FIRMA-regular";
    margin-top: 28px;
    font-size: 12px;        
    padding: 8px 60px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    width: min-content;
    transition: all .5s;    
}
.card-button-visualdos:hover{
    background-color: #000;
    color: #fff;
}

.card-content-visualdos-content{
    display: flex;
    flex-direction: column;
    padding-bottom: 56px;
}

.card-content-visualdos-content p{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 29.03px;
    line-height: 34.84px;
}


.calendario{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 0px 8%;    
    padding-bottom: 100px;
    margin-bottom: 98px;
}

.calendario .titular{
    background:#DCDCDC;
    font-family: "BR-FIRMA-Bold";
    font-weight: normal;
    font-size: 16.49px;
    line-height: 38px;
    text-align: center;
}

.dia-calendario{
    background: white;
    position: relative;
    min-height: 152px;
    width: 100%;
    border-top:  1px solid #BABABA;
    border-right:  1px solid #BABABA;
    border-left:  1px solid #BABABA;
    border-bottom:  1px solid #BABABA;
    aspect-ratio: 1;
}
.dia-calendario .numero-fecha{
    position: absolute;
    left: 8px;
    top: 8px;
}

.dia-calendario .indicador{
    color: #4D4D4D;
    position: absolute;    
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    line-height: 14px;
    margin: 0px;
}

.calendario .dia-contenido{
    padding-top: 8px;
    padding-left: 31px;
    padding-right: 20px;
    text-align: left;    
    position: relative;
    height: 137px;
    overflow: hidden;
}
.calendario .dia-contenido a{
    color: #000;
    text-decoration: none;       
    font-weight: normal;
    font-family: "BR-FIRMA-medium";
    font-weight: normal;
    font-size: 15.1px;
    line-height: 18.12px;
    text-align: left;
}

.calendario .vacio{
    background: #F5F5F5;
}


.menu-background{
    z-index: 10;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #000000c4;
    top: 0;
    overflow-y: hidden;
    opacity: 0;
    visibility:hidden;
    transition: all 0.5s ease-in;
}

.calendario-popup{
    z-index: 10;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #737373c2;
    top: 0;
    overflow-y: scroll;
    display: none;
    flex-direction: column;
    justify-content: start;
    margin-top:60px;
}

.calendario-popup-texto{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    padding:0px;
}

.calendario-popup-texto h2{
    font-family: "BR-FIRMA-bold";
    font-weight: normal;
    font-size: 24px;    
    margin: 12px 0px 12px 0px;
    text-align: center;
    color: #000;
    text-transform:uppercase;
}

.calendario-popup-texto h3{
    font-family: 'BR-FIRMA-medium';
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #000;
    margin:0px 0px 0px;
    padding:0px;
    color:#757575;
}

.calendario-popup-texto .subtitulo{    
    font-family: "MUSEOSANS";
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin-bottom:0px;
    color: #000;    
    overflow-y: scroll;
    direction: ltr;
}

.calendario-popup-texto .subtitulo b{
    font-family: "MUSEOSANS-500";
}

.calendario-popup-texto .fecha{
    font-family: "BR-FIRMA-medium";
    font-weight: normal;
    font-size: 18px;
    line-height: 21.83px;    
    text-align: center;
    color: #000;
    margin-bottom:5px;
}

.calendario-popup-texto .leer-mas{
    font-family: 'BR-FIRMA-regular';
    padding: 0px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #000;
    margin: 0px auto;
    width: max-content;
    margin-bottom:15px
}

.calendario-popup-texto .botones{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top:20px;
    margin-bottom: 60px;
}

.route-info-step:last-child{
    margin-bottom: 70px;
}
.route-info-step .botones{
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top:12px;
    margin-bottom:12px;
    width:300px;
}


.botones-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.calendario-popup-texto .botones a{
    padding: 12px;
    margin: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-family: "MUSEOSANS-500";
    font-weight: normal;
    font-size: 12px;
    color: #000;
    flex: 1;
}

.route-info-step .botones a{    
    padding: 8px;
    margin: 8px 8px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-family: "MUSEOSANS-500";
    font-weight: normal;
    font-size: 12px;
    color: #000;
    flex: 1;
}

#evento_web img, #evento_map img{
    margin-right: 11px;
}

.popup-contenido-text-evento{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}

.calendario-popup .fecha-arrows{
    left: 4%;
    width: 46%;    
    color: #fff;
    transform: translateY(0%);
    text-align:center;
}

.boton-descubrelo{
    font-family: 'BR-FIRMA-regular';
    font-size: 11px;
    width: 97px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;    
    padding: 10px 56px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    margin: 0px auto 20px auto;
}

.boton-descubrelo:hover{    
    border: 0px solid #000;
    color: white;
    background-color: #F3333E;    
}

#top {
    font-family: 'BR-FIRMA-regular';
    text-align: center;
    width: 50px; 
    height: 50px;       
    background: rgba(112, 112, 112, 0.85);
    color: black;    
    position: fixed;
    right: 20px;
    bottom: 21px;
    z-index: 7;
    border-radius:50%;
}
#top a{
    text-decoration:none;
    font-size: 9px;
    color: #000;
}

#top img{
    transform: rotate(180deg);
    -webkit-filter:invert(100%);    
    filter: invert(100%);    
    margin-top: 15px;
}

#explora-lima:focus {outline: 3px solid #ddd;}

.explora-lima-dropdown {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.dropdown-content {    
    text-align: left;
    position: absolute;
    background-color: #fff;
    margin-left: 5px;
    width: 268px;
    overflow: hidden;
    z-index: 4;    
}

.search-active{
    border: solid 1px #f6f6f6;    
}

.dropdown-content a {
    font-family: 'BR-FIRMA-regular';    
    font-size: 1rem;
    display: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;    
    border: 1px solid #f6f6f6;
}

.hero-selectors .dropdown-content a {
    font-size: 12px;
}

.hero-selectors .dropdown-content{
    width: 140px;
    margin-left: 0px;
}

.explora-lima-dropdown a:hover {background-color: #ddd;}

.evento-linea{
    width: 123.06px;
    height: 1px; margin-top:8px;
    background: #000;
}

.custom-select {
    min-width: 110px;
    width: 250px;
    position: relative;
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    font-size: 12px;
} 
.select-cosmovisual{
    width: 200px !important;
    color: white;
    background: transparent;
}

.select-cosmovisual .select-selected{
    color: #fff;
    background: transparent;
    border: 1px solid;
}

.zonas-select, .mostrar-select{
    width: 120px;
}

.form-eventos{
    display: flex;
    gap: 10px;
    row-gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.form-eventos .custom-select{    
    font-size: 12px;    
}

.form-eventos .select-selected:after{
    right: 6px;
}

.form-eventos .select-selected{    
    border-color: #000;    
}

.main-selector-wrapper .custom-select {
    margin: auto;
}
.main-selector-wrapper .select-selected{
    border-color: black;
    text-transform: uppercase;
}
  
.custom-select select {
    display: none; 
}
.select-selected {
    background-color: #fff;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}

.select-cosmovisual .select-selected:after {    
    border-color: #fff transparent transparent transparent;
}
.select-cosmovisual .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;    
}

.select-items div {
    color: black;
    padding: 7px 6px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-selected {
    color: black;
    padding: 9px 21px 9px 16px;
    border: 1px solid transparent;
    border-color:rgba(0, 0, 0, 0.1);
    cursor: pointer;
    user-select: none;
    overflow-x: hidden;
}

.select-selected p{
    margin: 0px;
    overflow: hidden;
}

.select-items {
    max-height: 230px;
    position: absolute;
    background-color: white;
    padding-right: 3px;
    top: 100%;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 12px;
    z-index: 9;
    overflow-y: scroll;
    overflow-x: hidden;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    scrollbar-width: 3px;
}
.select-items::-webkit-scrollbar {
    width: 3px; 
}
  

.select-hide {
    display: none;
}
  
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


.mobile {
    display: block;
}

.calendario-popup .popup-container {
    background: white;
    display: grid;
    grid-template-columns: 1fr;    
    position: relative;
}

.evento-imagen-wrapper{
    height: auto;
}

@media (min-width: 600px) {
    .mobile {
        display: block;
    }
    
    .desktop, .tablet {
        display: none;
    }    
}

@keyframes slideFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes grow {
    0% {
      height: 0vh;      
    }        
    100%{
        height: 32vh; 
    }
  }

.img-animada {
  animation: slideFromLeft 0.3s ease-out;
}

.menu-animado {
    animation: grow 0.75s ease-out;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    text-align: center;
}

#loader h1 {
    margin: 0;
    padding: 0;
    font-family: "BEBAS-bold";
    font-weight: 100;
    font-size: 4em;
    color: #000;
    transform: translateY(-200px);
}

#loader span {
    position: relative;
    top: 0.63em;  
    display: inline-block;
    text-transform: uppercase;  
    opacity: 0;
    transform: rotateX(-90deg);
}
  
.let1 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0s;
}
  
.let2 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.1s;
}
  
.let3 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.2s;
}
  
.let4 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.3s;
}
  
.let5 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.4s;
}
  
.let6 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.5s;
}
  
.let7 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 0.6s;
}
  
@keyframes drop {
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 1;
        top: 3.78em;
        transform: rotateX(-360deg);
    }
    80% {
        opacity: 1;
        top: 3.78em;
        transform: rotateX(-360deg);
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        top: 6.94em
    }
}
  


  #loader-spinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }



  .cosmovisual-halfcard{
    background: #323B60;
    height: 530px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .cosmovisual-halfcard img{
    width: 80%;
    height: auto;
    margin: 0px auto;
  }

  .cosmovisual-halfcard h3{
    font-family: 'BR-FIRMA-regular';
    color:white;
    font-size: 18.11px;
    line-height: 37.45px;
  }

  .cosmovisual-halfcard h2{
    font-weight: normal;
    font-size: 23.09px;
    line-height: 47.74px;
    text-align: center;    
    padding: 0px 0px 34px 0px;
    margin: 0px;
    
}
.cosmovisual-halfcard a{
    position: relative;     
    font-size: 23px;
    margin-top: 34px;    
    text-decoration: none;
    color: #F3333E;
    background-color:transparent;
    transition: all .5s;
}

iframe{
    width: 100%;
    height: 100%;    
}


.subtitulo-quepasa-container{
    opacity: 0;
    padding: 6%;
    font-size: 2rem;
    top: 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    visibility: hidden;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    background: rgba(0,0,0,0.75);
    box-sizing: border-box;
}

.subtitulo-hover{    
    font-size: 1rem !important;
    line-height: 1.25rem;
    text-transform: none !important;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.half-card:hover .subtitulo-quepasa-container{
    visibility: visible;
    opacity: 1;
}

.eventos-cell a:hover .subtitulo-quepasa-container{
    visibility: visible;
    opacity: 1;
}

.hero-selector{
    display: flex;
    text-align: center;
    gap: 10px;
    justify-content: center;
}

.main-pileta{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cosmovisualcuatro-hero-container{
    background: #323B60;
    margin-top: 65px;
    padding: 30px 4%;
}

.cosmovisualcuatro-active{        
    color: #fff !important;    
}

.main-card-logo{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px !important;
    width: auto;    
}

.card-logo{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px !important;
}

.main-card-background .fecha{
    margin: 0px auto;
    text-underline-offset: 4px;
    text-decoration: underline;
}
.categoria-span, 
.evento-categoria{
    display:block;
}
.evento-categoria{
    margin-left: 6px;
}
.categoria-span,
.categoria-span a,
.evento-categoria a{
    color: #757575;
    font-size: 10px;
    margin:0px;
}
.categoria-evento-span,
.categoria-evento-span a{
    color: #757575;
    font-size: 10px;
    margin:0px;
    margin-top: 10px;
    text-align:left;
}

.experiencia-categoria-span{
    text-align: left;
    color: #757575;
    font-size: 10px;
}

.lista-calendario{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.lista-calendario li:not(:last-child){
    padding-bottom: 8px;
}

.lista-calendario li:not(:first-child){
    border-top: 1px solid #000;
    padding-top: 8px;
}

.calendario-tooltip{
    display: none;
    position: absolute;
    z-index: 4;
    background: #ededed;
    border: 1px solid #adadad;
    padding: 23px 26px;
    text-align: center;    
    width: 240px;
    bottom: 8vw;
    left: -120px;
}

.calendario-tooltip img{
    width: 190px;
    height: 190px;
    object-fit: cover;
}

.calendario-tooltip h3{
    font-family: "MUSEOSANS";
    font-weight: normal;
    font-size: 15.94px;
    line-height: 19.12px;
    text-align: center;
    color: #000;
}

.calendario-tooltip h2{
    font-family: "BR-FIRMA-medium";
    font-weight: normal;
    font-size: 19.22px;
    line-height: 23.06px;
    text-align: center;
    color: #000;    
}

.calendario-tooltip .fecha-calendario{
    font-family: "BR-FIRMA-bold";
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #000;
}
.calendario-tooltip .hora-calendario{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 13px;    
    text-align: center;
    color: #000;
    
}
.calendario-tooltip .direccion-calendario{
    font-family: "BR-FIRMA-regular";
    font-weight: normal;
    font-size: 10px;    
    text-align: center;
    color: #000;
}

.calendario-bubble{
    background-image: url(../images/calendario-bubble.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 20px 10px;
    bottom: -12px;
    display: block;
    height: 12px;
    right:  19px;
    position: absolute;
    width: 20px;
}


.experiencias-cell-contenido{
    text-align: left;
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.experiencias-cell-contenido-top h2{
    margin-top: 30px;
    font-family: 'BR-FIRMA-bold';
    font-weight: normal;
    font-size: 25px; 
    text-align: center;
    color: #000;    
}

.experiencias-cell-contenido-top a{
    font-family:  "MUESOSANS";
    font-weight: normal;
    font-size: 22px;    
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.experiencias-cell-contenido .boton-ver-mas{
    font-size: 12px;
    line-height: 16px;
    padding: 10px 12px;    
    font-family: "MUSEOSANS-500";
    font-weight: normal;
    text-align: center;
    color: #bbb;    
    border: 1px solid #bbb;
    display: inline-block;
    min-width: 40%;
    max-width: 70%;
    width: 50%;
    opacity: 1;
    transition: all .25s ease-in
}
.eventos-cell:hover  
.experiencias-cell-contenido .boton-ver-mas {
    opacity: 1;
}


.top-border-eventos{
    width:100%; 
    margin: auto;
    height:.0625rem; 
    background: #fff;
    border-top: .0625rem solid #bbb;
    padding-bottom: 46px;
}


/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: black transparent;
}
  
  /* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    color: black;
}
  
*::-webkit-scrollbar-track {
    background: transparent;
}
  
*::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.85);
    border-radius: 3px;
    border: 0px solid black;
    min-height: 20px;
}


logo-slider {
    /*$slider-duration  : var(--slider-duration, 5s);
    $slider-gap       : var(--slider-gap, max(16px, max(16px, 2vw)));
    $slider-min-width : var(--min-width, 320);
    $slider-max-width : var(--max-width, 1920);*/

    overflow: hidden;    
    min-width : 320px;
    width: 100%;
    display: flex;
    padding-block:5px;
    margin-top:15px;
}

@keyframes marquee {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(calc(-50% - (max(16px, max(16px, 2vw) * 2)))); }
}

logo-slider div {
    display: flex;
    align-items: center;
    animation: marquee 15s linear infinite;
    justify-content: space-between;
    gap:max(16px, max(16px, 2vw));
}

logo-slider div img { 
    padding: 0px 40px;
    margin: 10px 0px;        
    object-fit:contain;
    display:block;
}    

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 29, 51, 0.8)), to(rgba(14, 29, 51, 0.2)));
    background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}

.experiencias-hero .full-image .hero-wrapper .hero-slider{
    height: 432px;
}

.hero-slider {
    width: 100%;
    height: max(40vh , 35vw);
    overflow: hidden;
}

.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-slider .carousel-cell .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.hero-slider .carousel-cell .inner .subtitle {
    font-family: "BR-FIRMA-medium";
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0px;
    text-transform: uppercase;
}
.hero-slider .carousel-cell .inner .title {
    font-family: "APEX";
    font-size: 70px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
}
.hero-slider .carousel-cell .inner .btn {
    border: 1px solid #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: "BR-FIRMA-regular";
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.hero-slider .carousel-cell .inner .btn:hover {
    background: #fff;
    color: #000;
}
.hero-slider .flickity-prev-next-button {
    width: 80px;
    height: 80px;
    background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
    background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
    fill: white;
}
.hero-slider .flickity-page-dots {
    bottom: 30px;
}    
.hero-slider .flickity-page-dots .dot {        
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    margin: 8px 16px;
    height: 7px;
    width: 7px;
}

.hero-slider .flickity-page-dots .dot.is-selected:before{
    content: '';
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    padding: 0.25em;
    margin-left: -14px;
    margin-top: -10px;
} 


.hero-slider .flickity-page-dots .dot.is-selected {
    background: #fff;
    border: 0 solid #fff;
}

.menu-home{
    display: block;    
}
.menu-home img{
    width: 120px;
}

.fixed-bottom-menu {
    overflow: hidden;
    background-color: white;
    border-top: solid 1px rgb(219,219,219);
    position: fixed;
    bottom: 0;
    width: 100%;
}
.fixed-bottom-menu ul{
    list-style:none;
    list-style-type: none;
    margin:10px;
}

.fixed-bottom-menu .table {
    font-size:20px;
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    margin: 6px;
    padding: 0;
}

.fixed-bottom-menu  li {
    float: left;
}

.fixed-bottom-menu  li a {
    display: block;
    color: black;
    background: white;
    text-align: center;
    padding: 4px 4px;
    margin: 5px 5px;
    text-decoration: none;
    transition: all .4s;
}

.fixed-bottom-menu li a:hover:not(.active) {
    color: #4d4d4d;
    transform: scale(1.15);
}

.fixed-bottom-menu .active {
    color:white;
}

.icon-label{
    font-family:"BR-FIRMA-regular";
    color: white;
    margin: 0px;
    text-align: center;
    font-size: 13px;
}
.popup-ad{
    margin:auto

}
.popup-ad img{
    max-height: 600px;
    width: auto;
}

.popup-content .mobile-sponsor{
    width: 80%;
    height: auto;
    padding: 22px 10%;
    background: #e5e5e5dd;
    display: flex;
}

.popup-ad-container {    
    flex: 1;
    justify-content: space-between;
  }

  .popup-ad-container .left, 
  .popup-ad-container .right {
    flex: 1;    
    align-items: center;
    justify-content: center;    
  }

  .popup-ad-container .center {
    max-width: 1000px;
    flex: 3;    
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0; 
    overflow-y:scroll;      
    scrollbar-width:none;
    -ms-overflow-style: none;     
    margin:auto;    
  }

  .popup-ad-container .center::-webkit-scrollbar{
    width: 0px;
  }
  

  .popup-ad-container .center-wrapper{
    position: relative;
    display: flex;
    height: 100%;
    justify-content: end;
    flex-direction: column;
  }

  .popup-ad-container .center img {
    max-width: 100%;
    max-height: 425px;
    object-fit: cover;
  }
  .center .popup-container{
      width:100%;
  }

  .calendario-popup .center{
    background-color: transparent;
    justify-content: center;
    display: flex;
  }
  
  #map-popup .center{
    background-color: #e0e0e0 !important;
    height: 90%;
    margin: 0px;
  }
  
  .route-step-title{
     gap:8px;
     display: flex;
     position: relative;
     padding: 8px 0px;
    }
    
    .route-step-description{
        margin: 8px 0px;
    }
    
    .route-place-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
   }
   .route-step-name, 
   .route-step-place{
       margin:0px;
   }
  
  .route-list{
    padding: 0px 8%;
    text-align: center;
  }
  .route-name{
        font-family: 'APEX';
  }
  
  .route-information{
      font-family: 'MUSEOSANS';
      padding: 0px 4%;
  }

  fieldset, label { margin: 0; padding: 0; }
  .rating { 
    border: none;    
  }

  .rating > input { display: none; } 
  .rating > label:before { 
    margin: 0px 0px 0px 2px;
    font-size: 13px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
  }

  .rating > label { 
    color: #bbb; 
    float: right; 
  }

  .rating > input:checked ~ label, /* show gold star when clicked */
  .rating:not(:checked) > label:hover, /* hover current star */
  .rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

  .rating > input:checked + label:hover, /* hover current star when changing rating */
  .rating > input:checked ~ label:hover,
  .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 
  
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:21px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:7;
}

.my-float{
	margin-top:11px;
}
    
@media (max-width:420px) {
    .close-popup img{
        width:20px;
        height:20px;
        
    }
    .eventos-cell{
        gap:12px;
    }    
    
    .eventos-cell-contenido{
        padding-top:14px;
    }
    
    .eventos-cell h3 {
        font-size: 20px;
        min-height: 20px;
    }
    .evento-organizer{
        font-size: 14px !important;
    }
    .evento-title{
        font-size: 15px !important;
        line-height: 20px !important;
        margin-top: 9px !important;
    }
    
    .eventos-cell h2{
        font-size:15px;
        line-height:20px;
    }
    .eventos-cell-contenido .boton-ver-mas {
        padding: 6px 19px;
        font-size: 11px;
        line-height: 16px;
    }   
    
    .hero-wrapper{
        margin-top:60px;
    }
    .hero-slider{
        height: 50vh;        
        
    }
    .hero-slider .carousel-cell .inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hero-slider .carousel-cell .inner .title{
        font-size: 3rem;
        line-height: 3rem;
    }
    .hero-slider .carousel-cell .inner .subtitle{
            font-size: 1rem;
            line-height: 1.25rem;
    }
    .search-main{
        font-size: 12px;
        padding: 0px;
    }

}

input[type=date]{
    -moz-appearance: textfield;
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    min-width:110px;
    
}

.login-container, .popup-contacto-container{
    background: white;   
    padding: 27px 30px 20px 27px;
    border: solid 1px #808080;
    position:relative;
}

.popup-contacto-container .close-popup{
    position: absolute;
    right: 10px;
    top: 10px;
}
.popup-contacto-container .close-popup img{
    background: transparent;
}
.popup-content .close-popup{
    position: absolute;
    right: 25px;
    top: 25px;
}
.popup-content .close-popup img{
    background-color: transparent !important;
}

#login-register{
    display: flex;   
    flex-direction: column;
}

#form_recover{
    width: 100%;
}

.login-login{
    padding-right: 30px;
    flex: 1;    
}

.login-register{    
    flex: 1; 
    position: relative;;
    padding-right: 30px;
}

.login-container .close-popup{
    position: absolute;
    top: 24px;
    right: 18px;
    background:transparent;
}
.login-container .close-popup img{
    background: transparent !important;
}
.login-back{
    position: absolute;
    left: 6%
}
.register-back{
    position: absolute;
    left: 0px;
}
.login-back img{
    background: transparent;
    width: 14px;
}

.new-account-button{
    font-weight: normal;
    color:#000;

    display: inline-block;        
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0px;
    font-size: 13px;
    font-family: 'BR-FIRMA-regular';
    height: 35px;
    line-height: 35px;
    padding: 0px;
    text-align: center;
}

.register-client-wrapper{
    width: 92%;    
    margin: auto;
    position: relative;
    margin-top: 11px;
}

#recover-password, #register-client{    
    display:none;    
    text-align: center;
}

.login-title{
    font-family: 'BR-FIRMA-bold';
    font-size: 17px;
    font-weight: normal;
    color:#000;
    margin-bottom: 29px;
    text-transform: uppercase;
}

.forgot-link{
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    font-size: 12px;
    color:#808080;    
}

.login-footer{
    text-align: center;
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    font-size: 9px;
    color:#000;    
}

.login-footer a{
    text-decoration: underline;
    color: #000;
}

.login-subtitle{
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 2cqh;
}

.password-eye{
    position: absolute;
    width: 14px !important;
    height: auto !important;
    right: 6px;
    top: 46px;
    cursor: pointer;
}

 .login-container .group {     
    position:relative; 
    margin-bottom:25px; 
  }
  .login-container input[type=text], 
  .login-container input[type=phone],
  .login-container input[type=password]{
    font-family: 'BR-FIRMA-regular';
    text-align: left;
    font-size:12px;
    padding:25px 0px 0px 5px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #757575;
  }
  .login-container input:focus { outline:none; }
  
  .login-container label {
    font-family: 'BR-FIRMA-regular';
    text-align: left;
    font-size:12px;
    color:#999; 
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:25px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  
  /* active state */
  .login-container input:focus ~ label,    
  .login-container input:valid ~ label{
    top:0px;
    font-size:14px;
    color:#000000;
  }
  
  .login-container .bar 	{ position:relative; display:block; width:100%; }

  .login-container .bar:before, 
  .login-container .bar:after 	{
    content:'';
    height:1px; 
    width:0;
    bottom:0px; 
    position:absolute;
    background:#bfbfbf; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  .login-container .bar:before {
    left:50%;
  }
  .login-container .bar:after {
    right:50%; 
  }
  
  .login-container input:focus ~ .bar:before, 
  .login-container input:focus ~ .bar:after {
    width:50%;
  }
  

  .favorites-count{
    position: absolute;
    margin-left: 8px;
    margin-top: 5px;    
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    width: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .checkbox-wrapper-32 {      
    --size: 20px;
    --border-size: 2px;
    font-size:12px;    
    font-family: 'BR-FIRMA-regular';
    font-weight: normal;
    position: relative;
    text-align: left;
  }

  .checkbox-wrapper-32 *,
  .checkbox-wrapper-32 *::after,
  .checkbox-wrapper-32 *::before {
    box-sizing: border-box;
  }

  .checkbox-wrapper-32 input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
  }

  .checkbox-wrapper-32 input[type="checkbox"],
  .checkbox-wrapper-32 label::before {
    width: var(--size);
    height: var(--size);
    position: absolute;
    left: 0;    
  }

  .checkbox-wrapper-32 label {
    font-size: 11px !important;
    display: inline-block;
    position: relative;
    padding: 0 0 0 calc(var(--size) + 7px);
  }

  .second-checkbox{
    margin-top:14px
  }
  .recover-content{
    width:92%;
    margin:auto;
    position: relative; 
    margin-top: 24px;
  }

  .checkbox-wrapper-32 label::before {
    content: '';
    border: var(--border-size) solid #000;
    opacity: 0.7;
    transition: opacity 0.3s;
  }

  .checkbox-wrapper-32 input[type="checkbox"]:checked + label::before {
    opacity: 1;
  }

  .checkbox-wrapper-32 svg {
    position: absolute;
    top: 12px;
    left: 7px;
    width: calc(var(--size) - (var(--border-size) * 2));
    height: calc(var(--size) - (var(--border-size) * 2));
    margin-top: calc(var(--size) / -2);
    pointer-events: none;
  }

  .checkbox-wrapper-32 svg path {
    stroke-width: 0;
    fill: none;
    transition: stroke-dashoffset 0.2s ease-in 0s;
  }

  .checkbox-wrapper-32 svg path + path {
    transition: stroke-dashoffset 0.2s ease-out 0.2s;
  }

  .checkbox-wrapper-32 input[type="checkbox"]:checked ~ svg path {
    stroke-dashoffset: 0;
    stroke-width: calc(var(--size) / 2);
  }

.delete-favorite{
    position: absolute !important;
    height: 18px;
    right: 12px;
    top: 12px;
}

.favorite_icon{
    position: absolute !important;
    height: 26px !important;
    right: 12px;
    top: 351px;
    width: auto !important;
    object-fit: contain !important;
}

.user-box {
    font-family: 'BR-FIRMA-regular';
    position: relative;
    text-align: left;
}
.user-box textarea{
    font-family: 'BR-FIRMA-regular';
    height: 150px;
    text-align: left;
    width: 100%;
}
.user-box textarea::placeholder{
    font-family: 'BR-FIRMA-regular';
    color: rgba(0,0,0,0.75);
}

#form-contacto{
    text-align: left;
}

#form-contacto input[type=submit]{
    cursor: pointer;
    width: 100% !important;
    transition: all .3s;
} 

#form-contacto input[type=submit]:hover{
    color: white;
    background-color: #000;
}

#form_login input[type=submit]:hover{
    color: white;
    background-color: #000;
}

.user-box input, 
.user-box textarea {
    width: 100%;    
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    resize: block;
    background: transparent;
    text-align: left;
}
.user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: rgba(0,0,0,0.75);
    pointer-events: none;
    transition: .3s;
}

.user-box input:focus ~ label,
.user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #000;
  font-size: 12px;
}

#cookies-popup{
    z-index:50;
}

.cookies-container{
    display: none;
    background: white;
    border-top: 1px solid #1d1d1b14;
    bottom: 0;
    left: 0;
    padding: 24px;
    position: fixed;    
    width: 100%;
    z-index: 20;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.cookies-container .content-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cookies-container h2{
    color: black;
    font-family: 'BR-FIRMA-bold';
    font-size: 19px;
    margin:0px;
}
.cookies-paragraph{
    font-family: 'MUSEOSANS-500';
    font-size: 12px;
}

.cookies-container p{
    color: black;
    font-family: 'MUSEOSANS-500';
    font-size: 12px;
    line-height: 19px;    
}

.cookies-container a{
    text-decoration: underline;
    color: black;
    font-family: 'MUSEOSANS-500';
}
.cookies-container .button-container{
    display: flex;
    gap: 10px;
}

.cookies-button-container{
    display: flex;
    gap: 10px;
}

.cookies-button-container a{
    background: white;
    border: 1px solid black;
    color: black;
    font-family: 'MUSEOSANS-500';
    font-size: 12px;
    flex: 1;       
    padding: 13px 0px; 
    text-decoration: none;
    text-align: center;
    margin: auto 0px;    
}


.cookies-button-container .reverse{
    background: black !important;
    border: 1px solid black;
    color: white !important;    
}

.cookies-container .button-container a{
    background: white;
    border: 1px solid black;
    color: black;
    font-family: 'MUSEOSANS-500';    
    font-size: 13px;
    padding: 13px 28px; 
    text-decoration: none;
    text-align: center;
    margin: auto 0px;
    flex:1;
}

.cookies-container .button-container a:hover{
    background: black !important;
    border: 1px solid black;
    color: white !important;    
}

.cookies-container .button-container .reverse{
    background: black !important;
    border: 1px solid black;
    color: white !important;    
}
.cookies-container .button-container .reverse:hover{
    background: white !important;
    border: 1px solid black;
    color: black !important;
}

.unete-container{
    padding-bottom: 60px;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 60px;
}

.unete-container h3{
    color: black;
    font-family: 'BR-FIRMA-bold';
    font-size: 17px;
    font-weight: normal;
    text-align: center;
}

.unete-container h5{
    color: black;
    font-family: 'BR-FIRMA-regular';
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}

#form-unete .user-box label {
    font-size: 12px;
}
#form-unete input[type=checkbox] { display:none; } 
#form-unete input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 17px; 
}

#form-unete input[type=checkbox] + label:before { content: "\f096"; } 
#form-unete input[type=checkbox] + label:before { letter-spacing: 5px; } 
#form-unete input[type=checkbox]:checked + label:before { content: "\f046"; }
#form-unete input[type=checkbox]:checked + label:before { letter-spacing: 5px; } 
#form-unete label{
    font-family: 'BR-FIRMA-regular';
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}
#form-unete a{
    text-decoration: underline;
    color: black;
}

.text-area textarea{
    resize: none;
}

#form-unete input[type=submit]{
    margin-top: 60px;
    width: 100%;
    cursor: pointer
}

.popup-unete .close-popup {
    position: absolute;
    right: 20px;
    top: 180px;
}
.popup-unete .close-popup img{
    background: transparent;
}

.search-container{    
    height: 100%;    
    position: relative;
    text-align: left;
    box-sizing: border-box;
    width: 82%;
    margin: 0px 12px;
    transition: .3s all;
}

.searchbar {
    font-family: 'BR-FIRMA-regular';
    font-size: 15px;
    width: 100%;    
    border: 1px solid #AFAFAF;
    outline: none;
    border-radius: 10rem;    
    text-align: left;
    padding: 0px 20px 0px 20px;    
    box-sizing: border-box;
    
}
.searchbar::placeholder {
    opacity: .5;
}
.search-icon-wrapper{
    position: absolute;    
    top: 0px;
    right: 10px;
    border-left: 1px solid #AFAFAF;
    max-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;    
    padding: 0px 0px 0px 6px;
    height: 100%;
    box-sizing: border-box;
}

.search-icon{
    height: 18px;
    margin-left: 6px; 
}

#publicidad-popup .center{
    background:transparent
    
}

.publi-bajada{ 
    font-family: 'BR-FIRMA-regular';    
    background-color: #757575;
    font-size: 10px !important;
    line-height:5px !important;
    height: 1px;
    vertical-align: middle;    
    min-height: auto !important;
    margin: 13px auto 0px auto;
    max-width: 100%;
}

.publi-bajada span { 
    padding: 10px; 
    text-transform: uppercase;
    background-color: white;
    color: #757575;
}
.publi-bajada.cntr { text-align: center;}

.voces-bajada{ 
    font-family: 'BR-FIRMA-regular';    
    background-color: #cbcbcb;
    font-size: 12px !important;
    line-height:6px !important;
    height: 1px;
    vertical-align: middle;    
    min-height: auto !important;
    margin: 23px auto 43px auto;
    max-width: 60%;
}

.voces-bajada span { 
    padding: 10px; 
    text-transform: uppercase;
    background-color: #F0F0F0;
    color: #cbcbcb;
}
.voces-bajada.cntr { text-align: center;}

.ver-mas-opinion{
    right: 7px;
    position: absolute;
    bottom: 15px;
    font-weight: normal;
    font-size: 13px;
    font-family: 'BR-FIRMA-bold';
}
.opinion-name-popup{
    display: inline-block;
    gap:6px;
    margin-bottom:20px !important;
}
.photo-credits{
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.75);
    margin:0px;
    color: black !important;
    font-size: 9px !important;
    box-sizing: border-box;
    padding: 3px 5px !important;
    text-transform: capitalize !important;
    font-family: 'MUSEOSANS';
}

.evento-portada{
    max-width: 100%;
    max-height: 75vh !important;
    object-fit: cover !important;
    display: block;
}

.share-dialog .hidden {
    display: none;
  }

.share-dialog svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.share-dialog button, .share-dialog .button {
 font-family: 'BR-FIRMA-regular';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.share-dialog button:hover, .share-dialog .button:hover {
  border-color: #cdd;
}

.share-dialog .share-button, .share-dialog .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

.share-dialog .share-button, .share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-dialog {
  font-family: 'BR-FIRMA-regular';
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.is-open {
  display: block;
  z-index: 2;
}

.share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.share-dialog .targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.share-dialog .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.share-dialog .close-button svg {
  margin-right: 0;
}

.share-dialog .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.share-dialog .pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;    
    width: 100%;
    height: 100%;    
    display: flex;
    justify-content: center;    
}
.modal-content video{
    width: 80%;
    max-width: 1100px;
    object-fit: contain;
    height: auto;
}

.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.publicidad-botones, 
.experiencia-botones{    
    margin-top: 20px;
    margin-bottom:20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    gap: 8px;
}


.publicidad-botones .card-button, 
.experiencia-botones .card-button{
    font-size: 12px;
    min-width: 100px;
    margin: 0px auto;
    padding: 7px 12px; 
}

.publicidad-botones .reverse{
    background: black !important;
    color: white !important;
}

.publicidad-botones .reverse:hover{
    background: #efefef !important;
    color: black !important;
}

.form-register input[type="submit"]:hover{
    color: white;
    background-color: black;
}

input[type="submit"]{
    cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
    }
}

/* Loader */
.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #000; /* Blue */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.menu-right .dropdown {
    position: relative;
    display: inline-block;
}

.menu-right .dropdown-menu {
    font-size: 14px;
    display: none;
    position: absolute;
    top: 100%;
    right:10px;    
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 0px;
    z-index: 1;
}
.dropdown-header{
    background-color: black;
    color: white;
    padding: 16px;
}
.menu-right .dropdown-menu p{
    margin: 0px;
}


.menu-right .dropdown-menu a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.menu-right .dropdown-menu a:hover {
    background-color: #f1f1f1;    
}

.menu-right .dropdown-menu i {
    margin-right: 8px;
}

.menu-right .dropdown:hover .dropdown-menu {
    display: block;
}

.search-icon.dropdown-toggle {
    cursor: pointer;
}
.error-register{
    font-size: 10px;
    color: red;
    text-align: left;
    margin: 15px;
    font-family: 'MUSEOSANS';
}


.video-controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
}

.video-controls button {    
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    width: 40px;
    height: 40px;
}

.video-controls button i {
    font-size: 14px;
}

.video-controls button:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #bfbfbf;
}
.icon-td{
    vertical-align: top;
    text-align: center;
    width: 22px;
}

.icon-td i{
    margin-top: 2px;
}

.form-evento-wrapper{
    display: block;
}

.drop-it-hot {
    background-color: white;
    border-radius: 1px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;    
    overflow: hidden;
}
    
.drop-it-hot:after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 20px);
    border: 2px dashed #E6E7F0;
    border-radius: 1px;
    z-index: 0;
}

.drop-it-hot .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    color: rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
}


.circle {
    transition: transform 150ms ease-in;
    z-index: 2;
}
.circle svg {
    width: 30px;
    height: 30px;
}
    
.circle:before {
    content: '';
    background-color: #000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: transform 250ms ease-in, opacity 200ms ease-in;
    z-index: 0;
}
    
.circle:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
    
.circle:hover {
    transform: scale(1.2);
    opacity: .9;
}
  
.circle:hover:before {
    transform: scale(8);
    opacity: 1;
}
      
.circle:hover:after {
    border: 3px solid white;
}
.circle:hover svg {
    color: white;
    z-index: 1;
}

.circle:hover .label {
    color: white;
}


.highlight:before {
    transform: scale(8);
    opacity: 1;
}
    
.highlight:after {
    border: 3px solid white;
}
  
.highlight svg {
    color: white;
    z-index: 1;    
}
  
.choose-files {
    align-self: flex-end;
    z-index: 3;
}
  
  .button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;    
    position: relative;
    overflow: hidden;
    cursor: pointer;    
  }
  .button-wrapper:hover .btn {  
    background-color: #000;
    color: white;
}
  .label {
    margin-bottom: 12px;
    color: #4E5056;
    font-size: 14px;
  }
  
  .button-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  
  .btn {
    border: none;
    padding: 10px 20px;
    border-radius: 1px;
    background-color: #fff;
    color: black;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid black;
    transition: background-color 200ms ease-in;
  }
    
  .gallery {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;    
    z-index: 4;    
  }

  .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }

  .drop-image-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin:0px;
    aspect-ratio: 3/4;
    flex:3;
  }
  .main-image-drop{
    aspect-ratio: 500/314 !important;
  }

  .event-submit-thumbnail{
    display:flex;
    flex-direction: column;
    margin-bottom:12px;
  }

  .portada-explain{
    flex: 3;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    align-self: center;
  }

  .thumbnail-explain{
    flex:4;    
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    align-self: center;
  }

  .submit-event-dates{
    display: flex;
    flex-direction: column;
    gap:10px;
    vertical-align:middle;
    justify-content:center
  }

  .experience-icon-button{
    color: black;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #cbcbcb;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .experience-icon-button i{
    color:black;
  }

  .liked{
    background-color: #cbcbcb !important;
  }

  .like-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }

  .like-container i{
    font-size: 16px;
    margin: 0px;
  }
  #mobile-link-like{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .like-count{
    color: black;
    font-family: 'MUSEOSANS';
    font-size: 12px;
    margin: 0px;
  }

.hidden-text {
    visibility: hidden;
    white-space: nowrap;
    position: absolute;
    text-transform: uppercase;
    font-size: 55px;
    font-family: 'BR-FIRMA-bold';
}
#cosmovisual_imagen img{
    max-height: 100%;
}

#categoria-evento-span{
    display: inline-block;
}

.plain-text-container{
    text-align: justify;
    font-size: 22px;
    width: 92%;
    margin: auto;
    font-family: 'MUSEOSANS';    
}

.plain-text-container b{
    font-family: 'MUSEOSANS-500';
}

#search-menu {
    color: black;
    font-size: 22px;
    position: absolute;
    right: 30px; 
}

.login-center{    
    padding-bottom: 50px !important;
    align-items: start !important;
}

.login-center-wrapper{
    height: auto !important;
}

.login-close{
    top:52px !important;
}
.o-ingresa{
    text-align:center; 
}

#login_button{
    width: 100%;
    margin: 20px 0px;
    font-family: 'BR-FIRMA-regular';
}
#login-error, #login-error p{
    color: red;
    font-size: 10px;
    text-align: center;
}
.seccion-main-container{
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 8%;
    padding-top: 25px;    
}

.seccion-main-container .seccion-shrink{
    padding: 16px 8%;
}   

.seccion-main-title{
    color: #000;        
    font-family: "BR-FIRMA-regular";
    font-size: 24px;
    font-weight: normal;
    flex: 1;
    text-align: left;    
    text-transform: uppercase;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.seccion-main-description{
    flex:1;
    font-family: "BR-FIRMA-regular";
    font-size: 13px;
    font-weight: normal;
    line-height:20px;    
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 0px;
    text-align:left;
}



.textos-experiencia h2{    
    font-family: 'BR-FIRMA-bold';
    font-weight: normal;
    font-size: 19px;
    line-height: 22px;    
    text-align: left;
    color: #000;
    padding: 8px 0px;
    margin: 0px;
    letter-spacing: 0;
    height: auto;
}

.half-card-info-container .subtitulo-hover{
    margin-top: 0px; 
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.card-text-wrapper{
    margin-bottom: 20px;        
}

.image-cover-effect{    
    /*height: 100%;
    width: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: all .25s linear;        
}


@media screen and (min-width: 638px) {
    .card-text-wrapper{
        height: 142px;
        overflow-y: hidden;
    }
    .card-description{
        max-height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width:669px) {
    .desktop, .tablet {
        display: none !important;
    }   
}