html{
	scroll-behavior: smooth;
}

strong{
	font-family: "Brandon Grotesque bold" !important;
}
.lca-header-activo{
	background: #320C04 !important;  
}

.lca-header-activo,
.ins-header-logo{
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.ins-header-logo{
	opacity: 0;
	visibility: hidden;
	width: 0 !important;
}

.ins-header-logo-activo{
	opacity: 1;
	visibility: visible;
	width: 150px !important;
}


html {
  scroll-behavior: smooth;
}

.lca-bannerl-logo{
	position: absolute;
	top: 80px;
	left: 20%;
	z-index:30;
	width: 200px

}
.lca-fecha{
	padding: 0;
    gap: 0px !important;
    aspect-ratio: 1 / 1;
    border-radius: 200px;
    width: 150px !important;
    height: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    align-content: center;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer;

}



.lca-fecha-activo{
	    background-image: url(https://latincoinart.com/wp-content/uploads/2025/05/vect-04.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	
}


.lca-fecha-dia .elementor-heading-title,
.lca-fecha-numero .elementor-heading-title{
	font-family: "Brandon Grotesque Bold", Sans-serif;
    font-weight: 600;

    line-height: 1;
	text-transform: uppercase
}

.lca-fecha-dia,
.lca-fecha-numero{
	color: #F9C846 !important;
	margin: 0;
}

.lca-fecha-dia{
	padding-top: 10px;
}

.lca-fecha-dia .elementor-heading-title{
	font-size: 20px;
    line-height: 20px;
}



.lca-fecha-numero .elementor-heading-title{
	font-size: 100px;
    line-height: 80px;
}


.lca-horario{
	  
}

.lca-horario-cont{
	padding-left: 9% !important;
}

.lca-horario-dia{
    flex-direction: column !important;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 50px !important;
    display: none !important;
    width: 80% !important;
    border-left: 3px solid #000000;
    padding: 20px 0px 20px 50px !important;
    margin-left: 100px;
} 

.lca-horario-dia-activo{
	display: flex !important;
}

.lca-horario-hora{
	color: #F9C846 !important;
	font-family: "Brandon Grotesque Light", Sans-serif;
	font-weight: 600;
	line-height: 1;
	text-align: right;
	font-size: 18px;
	
}

.lca-horario-descripcion{
	color: #2b3f5a !important;
	font-family: "Brandon Grotesque Light", Sans-serif;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	font-size: 18px;
}


.owl-prev::after{
	transform: rotate(1800deg) !important;
}

.owl-prev span,
.owl-next span{
	display: none;
}
.lac-carousel-expositores{
	    max-width: 300px;
    margin: 0 auto;
}

.owl-prev:after,
.owl-next:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url('https://latincoinart.com/wp-content/uploads/2025/05/vect-03.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.owl-next:after {
  transform: rotate(180deg);
}


.lac-carousel{
border-right: 0	!important;
}


.lac-carousel-expositores{
	    background-size: cover;
	    background-repeat: no-repeat;
}

.lac-carousel-expositores {
    background-image: url(https://latincoinart.com/wp-content/uploads/2025/05/Marco_Coin.webp) !important;
}

.owl-carousel-expositores .owl-item:nth-child(odd) .lac-carousel-expositores {
    background-image: url(https://latincoinart.com/wp-content/uploads/2025/05/Marco_Arte.webp) !important;
}

.gt_switcher_wrapper{
	display: flex;
	flex-direction: row;
	gap: 10px;
	
}

.gt_switcher_wrapper img{
	border-radius: 50px;
	width: 30px;
	height: 30px;
	aspect-ratio: 1/1;
	object-fit: cover !important;
}
.lca-menu-movil{
	display: none !important;
}

@media (max-width: 992px){
	.lca-sedes{
		display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
		align-content: stretch !important;
        justify-content: flex-start !important;
        align-items: flex-end !important;
        gap: 10px !important;
	}
	.lca-sedes-imagen {
        width: calc(65% - 10px) !important;
        max-width: 100% !important;
        height: auto;
		aspect-ratio: 16 / 9;
    }
	.lca-sedes-imagen img{
		width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
	.lca-sedes-cont-mapas{
		width: 35% !important;
		display: flex !important;
        flex-direction: column-reverse !important;
        align-content: flex-start;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 10px !important;
	}
	.lca-sedes-mapa{
		width: 100% !important;
        height: auto !important;
        aspect-ratio: 3/2;
		overflow: hidden;
	}
	.lca-sedes-mapa a{
		width: 100% !important;
	}
	.lca-sedes-mapa img{
		width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
	.lca-sedes-info{
		
	}
}

@media (max-width: 769px){
	.lca-header{
		background: #320C04 !important;
	}
	.lca-fecha{
		width: 100px !important
	}
	.lca-fecha-dia .elementor-heading-title{
		font-size: 13px;
	}
	.lca-fecha-numero .elementor-heading-title{
		font-size: 60px;
    	line-height: 50px;
	}
	.lac-carousel{
		flex-wrap: wrap !important;
	}
	.lac-carousel-imagen{
		width: 100% !important;
	}
	.lac-carousel-info{
		width: 100%  !important;
	}
	.lac-carousel-titulo{
		text-align: center !important;
	}
	.lac-carousel-descripcion{
		text-align: center !important;
	}
	.owl-carousel-monedas .lac-carousel {
		gap: 20px !important;
	}
	.gt_switcher_wrapper img {
		width: 20px;
		height: 20px;
		margin-top: 9px !important;
	}
	.lca-horario-dia{
		gap: 30px !important;
	}
}

@media (max-width: 690px){
	.lca-sedes-imagen {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 500px){
	
	.lca-fecha{
		width: 70px !important
	}
	.lca-fecha-dia .elementor-heading-title{
		font-size: 9px;
        line-height: 10px;
	}
	.lca-fecha-numero .elementor-heading-title{
		font-size: 38px;
        line-height: 32px;
	}
	.lca-horario-cont{
		padding-left: 0 !important;
	}
	.lca-horario-dia{
		border-left: unset;
		margin-left: 0px;
		padding: 20px 0 !important; 
		width:100% !important;

	}
	
	/*.lca-horario-hora{
		width: 70px !important;
		min-width: 70px !important;
	}*/
	.lac-carousel-expositores{
		width: 75% !important;
	}
	
	
	
	.lca-menu-movil{
		display: block !important;
		position: fixed !important;
        top: 70px;
        z-index: -1 !important;
        width: 100% !important;
        height: calc(100dvh - 70px) !important;
        opacity: 0;
		visibility: hidden;
        -webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -ms-transition: all 500ms ease-out !important;
        -o-transition: all 500ms ease-out !important;
        transition: all 500ms ease-out !important;
	}
	.lca-menu-movil-activo{
		opacity: 1;
		visibility: visible;
		z-index: 10 !important;
	}
}

	

@media (max-width: 460px){
	.lca-sedes-imagen {
        aspect-ratio: 16 / 12;
    }
}



.lca-ticket{
	width: 300px;
	padding:40px 20px;
	position: relative;
}

.lca-ticket::after,
.lca-ticket::before{
	display: block;
	content: "";
	width: 40px;
	height: auto;
	aspect-ratio: 1/1;
	background: #ffffff;
	position: absolute;
	left:0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px
}

.lca-ticket::before{
		top: -20px;
}

.lca-ticket::after{
		bottom: -20px;
}
.lca-ticket-imagen-fondo{
	position: absolute;
	z-index:1;
	right:0px;
	bottom:100px;
	
}

.lca-ticket-info-cont{
		position: relative;
		z-index:2;
		right:0px;
}

.lca-ticket-titulo{
	
}

.lca-ticket-logo{
	    width: 120px !important;
    margin: 0 auto;
}
.lca-ticket-entrada{
	
}

.lca-ticket-precio{
	
}

.lca-ticket-cupo{
	
}

.lca-ticket-texto ul{ 
	    list-style: disc;
    padding-left: 21px;
}

.lca-ticket-texto ul li{ 
	   margin-bottom: 20px
}

.lca-ticket-texto ul li:last-of-type{ 
	   margin-bottom: 20px
}
.lca-header-mobile{
	display: none;
}
.lca-footer a{
	color: #ffffff !important;
}


@media (max-width: 1024px){
	.lca-header-desktop{
		display: none;
	}
	
	.lca-header-mobile{
		display: flex;
	}
	.lca-header-mobile .ins-header-logo{
		width: 150px !important;
		visibility: visible;
		opacity: 1;
	}
	
	.lca-header-navicon{
		display: none;
	}
}

@media (max-width: 769px){
	.lca-header-btn-inscribete,
	.lca-header-btn-carrito{
		display: none;
	}
	.lca-header-navicon{
		display: flex;
		cursor: pointer;
	}
	
	.lca-menu-movil .lca-header-btn-inscribete{ 
		display: block;
		display: block;
        width: fit-content;
        margin: 0 auto;
	}
}
