@import url('nav-m.css?v=2');
body{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	color:#555555;
}
h1, h2{
	color:#FF8300;
}
h3,h4,h5{
	color:#111111;
}
main,section,article{
	display:block;
	width:100%;
	/*float:left;*/
}
.contenedor{
	display:block;
	margin:0 auto;
	width:95%;
}
.contenedor-80{
	display:block;
	margin:0 auto;
	width:80%;
}
.contenedor-90{
	display:block;
	margin:0 auto;
	width:90%;
}
.contenedor-1200{
	display:block;
	margin:0 auto;
	width:90%;
	max-width: 1200px;
}
.centrar{
	text-align: center;
}
.derecha{
	text-align: right;
}
.row{
	display:block;
	width:100%;
	float:left;
}
.relative{
	position: relative;
}
.full-width{
	width:100%;
	display:block;
}
.vertical-center{
    align-items: center;
}
.flex-container{
	display:flex;
	width:100%;
	flex-flow: row wrap;
}
.col-cartel{
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.flex-10{
	flex:0 0 10%;
}
.flex-15{
	flex:0 0 15%;
}
.flex-16{
	flex:0 0 16.6666%;
}
.flex-20{
	flex:0 0 20%;
}
.flex-25{
	flex:0 0 25%;
}
.flex-30{
	flex:0 0 30%;
}
.flex-33{
	flex:0 0 33.33%;
}
.flex-40{
	flex:0 0 40%;
}
.flex-50{
	flex:0 0 50%;
}
.flex-60{
	flex:0 0 60%;
}
.flex-70{
	flex:0 0 70%;
}
.flex-80{
	flex:0 0 80%;
}
.flex-85{
	flex:0 0 85%;
}
.sticky{
	position: sticky;
	top:0;
}
.display-flex{
	display:flex;
	flex:0 0 100%;
}
.parrafo-500{
	display: block;
	width: 500px;
	margin:0 auto;
}
.p-12{
	font-size:12px;
	line-height: 18px;
}
.p-13{
	font-size:13px;
	line-height: 19px;
}
.p-14{
	font-size:14px;
	line-height:20px;
}
.p-b-20{
	padding-bottom:20px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-b-40{
	padding-bottom:40px;
}
.p-b-50{
	padding-bottom:50px;
}
.p-t-20{
	padding-top:20px;
}
.p-t-10{
	padding-top:10px;
}
.p-t-30{
	padding-top:30px;
}
.p-t-40{
	padding-top:40px;
}
.p-t-50{
	padding-top:50px;
}
.m-r-10{
	margin-right: 10px;
}
.m-b-20{
	margin-bottom: 20px;
}
.link-verde{
	font-size:14px;
	color:#8dba1a;
	text-decoration: underline;
}
.link-verde i{
	font-size:12px;
	display:inline-block;
	transition: 0.3s;
}
.link-verde:hover i{
	margin:0 0 0 6px;
}
.col-10{
	display:inline-block;
	width:10%;
	float:left;
}
.col-20{
	display:inline-block;
	width: 20%;
	float:left;
}
.col-25{
	display:inline-block;
	width: 25%;
	float:left;
}
.col-30{
	display:inline-block;
	width: 30%;
	float:left;
}
.col-33{
	display:inline-block;
	width: 33.3333%;
	float:left;
}
.col-40{
	display:inline-block;
	width: 40%;
	float:left;
}
.col-50{
	display:inline-block;
	width:50%;
	float:left;
}
.col-60{
	display:inline-block;
	width:60%;
	float:left;
}
.col-70{
	display:inline-block;
	width:70%;
	float:left;
}
.col-80{
	display:inline-block;
	width:80%;
	float:left;
}
.col-90{
	display:inline-block;
	width:90%;
	float:left;
}
.hr{
	display:block;
	border:0;
	height: 5px;
	background:#ffffff;
	width: 100%;
	float:left;
}
.pleca-top{
	display:block;
	float:left;
	height: 25px;
}
.hr-150{
	display:block;
	border:0;
	height: 5px;
	background:#ffffff;
	width: 150px;
	float:left;
}
.hr-50{
	display:block;
	border:0;
	height: 5px;
	background:#ffffff;
	width: 50px;
	float:left;
	margin:10px 0 25px 0;
}
.hr-50.centrar{
	float:none;
	margin:10px auto 20px auto;
}
.cta-solo{
	display:inline-block;
	padding:10px 30px;
	border:2px solid #8dba1a;
	border-radius: 50px;
	color:#ffffff;
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
}
.cta-solo:hover{
	background:rgba(0,0,0,0.2);
}
.cta-solo:hover i{
	color:#8dba1a;
}
.cta-solo i{
	display:inline-block;
	margin:0 15px 0 0;
	transition: 0.3s;
}
.desc-menu{
	position: absolute;
	z-index: 2;
	left:0;
	top:0;
	width: 100%;
	color:#111111;
}
.logo{
	display:inline-block;
	width:160px;
	float:left;
	background:#ffffff;
	padding:8px 0;
}
.logo img{
	display:block;
	margin:0 auto;
	max-height: 50px
}
.menu{
	display:inline-block;
	float:right;
	background:#ffffff;
	position: relative;
}
.menu ul{
	margin:0;
	padding:0;
}
.menu ul li{
	display:inline-block;
	margin:0 15px;
	float:left;
}
.menu ul li a{
	color:#030b3b;
	font-size:13px;
	text-decoration: none;
	display: inline-block;
	padding:25px 15px;
}
.menu ul li i{
	color:#8dba1a;
}
.desplegable:hover .nav-desplegable{
	visibility: visible;
	top:65px;
	opacity: 1;
}
.nav-desplegable{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top:50px;
	left:0;
	width:100%;
	transition:0.3s;
}
.nav-desplegable .content-desplegable{
	padding:20px 0;
}
.content-desplegable-back{
	background:#ffffff;
	display: block;
	float:left;
	width: 100%
}
.detalle-evento h1{
	margin:0 0 16px 0;
}
.bar-menu-evento{
	position: absolute;
	width: 72px;
	top:0;
	right: 0;
	height: 100%;
	background: #000;
}
.bar-menu-evento a{
	display: block;
	aspect-ratio: 1;
	border-bottom: 1px solid #111;
	text-align: center;
	transition: 0.3s;
}
.bar-menu-evento a:hover{
	background:#FF8300;
}
.bar-menu-evento a img{
	margin:0 auto;
	width: 32px;
}
#hero{
	position: relative;
	height: 600px;
	width: 100%;
	background:#f0f0f0;
}
.gradient-overlay{
	position: absolute;
	z-index: 1;
	left:0;
	bottom: 0;
	width: 100%;
	height: 64px;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 90%);
}
.bullets-hero{
	position: absolute;
	bottom: -80px;
	height: 150px;
	z-index: 2;
	width: 100%;
	font-size:14px;
}
.bullets-hero h5{
	margin:0 0 16px 0;
	font-size:18px;
}
.caja-resumen{
	background: #fff;
	width: calc(100% - 32px);
	padding: 16px;
}
#evento-contenido{
	padding: 100px 0 50px 0;
}
#evento-contenido iframe{
    width: 100%;
    aspect-ratio: 16/9;
}
#evento-contenido a{
    color:#ff8300 !important;
    text-decoration: none;
}
.hero_bullets .item{
	background:#fff;
	padding: 24px 0;
	transition: 0.3s;
}
.registro-evento { padding: 40px 0; }
.lista-distancias { display: grid; gap: 12px; margin-top: 16px; }

.opcion-distancia {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  cursor: pointer;
}
label{
	display: block;
	margin:0 0 24px 0;
	width: 100%;
}
select{
	width: 50%;
	padding: 10px;
	border:1px solid rgba(0,0,0,.15);
}
.p-block select{
	width: calc(100% - 22px);
}
input[type="text"],input[type="password"],input[type="email"],input[type="date"],input[type="time"],input[type="number"]{
	display: block;
	width: calc(100% - 34px);
	padding:8px 16px;
	margin:4px 0;
	background:#fff;
	border:1px solid #ccc;
}
textarea{
	display:block;
	padding:8px 16px;
	margin-top:0;
	border:1px solid #ccc;
	width: 100%;
	height: 300px;
	font-family: 'Lato', sans-serif;
	line-height: 1.4;
}
textarea:focus{
	outline: none;
	border:1px solid #FF8300;
}
input[type=text]:focus, input[type=password]:focus,input[type=password]:focus,input[type="date"]:focus,input[type="time"]:focus,input[type="number"]:focus,input[type="email"]:focus{
	outline: none;
	border:1px solid #FF8300;
}
input:disabled{
	background:#fafafa;
}

.opcion-distancia input[type="radio"] { margin-top: 4px; }

.opcion-contenido { width: 100%; }
.opcion-titulo { display: flex; gap: 10px; align-items: center; }
.opcion-meta { display: flex; gap: 12px; margin-top: 6px; opacity: .85; }

.badge-agotado {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.2);
}

.opcion-distancia.agotado { opacity: .6; cursor: not-allowed; }
.registro-cta { margin-top: 16px; }
.btn-primario{
	background: #FF8300;
	padding: 16px 24px;
	font-size: 16px;
	border:0;
	color:#fff;
}
.cta-bullet-evento{
	width: 100%;
	height: 100%;
	display: block;
	background:#FF8300;
	color:#fff;
	font-size:18px;
	text-decoration: none;
	text-align: center !important;
}
.hero_bullets .item:hover img{
	width: 42px !important;
}
.hero_bullets .item img{
	width: 32px !important;
	display: block;
	transition: 0.3s;
}

#eventos{
	padding: 80px 0 50px 0;
}
#eventos .flex-container{
	gap:24px;
}
#eventos .flex-33{
	flex:0 0 calc(33.33% - 18px);
	border:1px solid #f0f0f0;
	padding: 18px 0;
	transition: 0.3s;
}
#eventos .flex-33:hover{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	margin-top: -5px;
}
#eventos h2{
	font-size: 43px;
	margin:0 0 16px 0;
}
.thumb-evento{
	aspect-ratio: 16 / 9;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.mask-link{
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.caja-evento .categoria{
	position: absolute;
	right: 5%;
	top:16px;
	font-size: 12px;
	text-decoration: none;
	color:#111;
}
.rush, .proximo{
	padding: 4px 8px;
}
.proximo{ background: #FF8300; color: #fff; }
.evento-categoria-badge{
	position: absolute;
	right: 5%;
	top: 16px;
	font-size: 12px;
	text-decoration: none;
	border-radius: 4px;
}

.dato{
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}
.dato img{
	margin:0 8px 0 0;
	width: 24px;
}
.ext-evento{
	flex:1;
}
.caja-evento-cta{
	margin-top:16px;
	display: block;
	width: 100%;
}
.caja-evento-cta a{
	width: 80%;
	border:2px solid #CFCFCF;
	color:#666666;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin:0 auto;
	text-align: center;
	padding: 14px 0;
	font-size:18px;
	transition: 0.3s;
}
.caja-evento:hover .cta-evento-ver{
	background:#FF8300;
	color:#ffffff;
	border:2px solid #FF8300;
}
#anualidad{
	background: url(../img/back-anualidad.jpg) center center no-repeat;
	background-size:cover;
	padding: 150px 0;
}
#anualidad h2{
	color:#fff;
	font-size: 50px;
	margin:0 0 16px 0;
}
#anualidad p{
	color:#fff;
	font-size:18px;
}
#anualidad a{
	margin:24px 0 0 0;
	display: inline-block;
	border:2px solid #fff;
	color:#fff;
	text-decoration: none;
	padding: 16px 32px;
	text-transform: uppercase;
}
#nosotros{
	background: url(../img/back-nosotros.png) center center no-repeat;
	background-size: cover;
	padding: 50px 0;
}

footer{
	background:#404040;
	padding: 40px 0;
	display: block;
	width: 100%;
	float: left;
	color:#ccc;
	line-height: 1.4;
}
.logo-footer{
	max-width: 200px;
	width: 80%;
}
footer h4{
	color:#FF8300;
	margin:0 0 16px 0;
}
.hero_pc{
	height: 600px;
	width: 100%;
	overflow: hidden;
}
.hero_pc .item{
	height:600px;
	background-size:cover;
	background-position: center center;
}
.hero_pc h2{
	font-size:45px;
	margin:0 0 16px 0;
}
.hero_pc h3{
	color:#fff;
	margin:0;
	font-weight: 400;
}
.cta-login{
	display: inline-block;
	padding: 4px 6px;
	color:#fff !important;
	text-decoration: none;
	transition: 0.3s;
}
.cta-login:hover{
	background:rgba(255,255,255,0.2);
}
.cta-login img{
	display: inline-block;
	margin-right: 4px;
	width: 24px;
}
/* Menú usuario (dropdown) */
.user-menu-wrap{
	position: relative;
	display: inline-block;
}
.user-menu-trigger{
	background: none;
	border: none;
	cursor: pointer;
	font: inherit;
	color: inherit;
	padding: 4px 8px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.user-menu-trigger img{
	margin-right: 0;
}
.user-dropdown{
	position: absolute;
	z-index: 3;
	top: 100%;
	right: 0;
	margin-top: 4px;
	min-width: 160px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.12);
	z-index: 1000;
	overflow: hidden;
}
.user-dropdown a{
	display: block;
	padding: 10px 14px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
	transition: background 0.2s;
}
.user-dropdown a:last-child{
	border-bottom: none;
}
.user-dropdown a:hover{
	background: #f8f8f8;
	color: #FF8300;
}
.checkout-wrap h2{
	font-size: 45px;
	margin:0 0 16px 0;
}

/*Detalle evento*/
#evento-detalle-header{
	background-size:cover;
	background-position: center center;
	position: relative;
	height: 40vh;
	min-height: 350px;
}

/* Menú hamburguesa: oculto en desktop */
.topbar__hamburger {
	display: none;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	align-items: center;
	transition: background 0.2s;
	border-radius: 8px;
}
.topbar__hamburger:hover { background: rgba(0,0,0,.06); }
.topbar__hamburger-line {
	display: block;
	width: 22px;
	height: 2px;
	background: #111;
	border-radius: 1px;
	transition: transform 0.25s, opacity 0.25s;
}
.topbar.is-nav-open .topbar__hamburger-line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.topbar.is-nav-open .topbar__hamburger-line:nth-child(2) {
	opacity: 0;
}
.topbar.is-nav-open .topbar__hamburger-line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* =========================
   RESPONSIVE — sitio público
========================= */

/* Tablet */
@media screen and (max-width: 900px) {
  .contenedor-80 { width: 92%; }
  .contenedor-90 { width: 95%; }
  .contenedor-1200 { width: 95%; }
  .parrafo-500 { width: 100%; max-width: 500px; }
  .flex-10, .flex-15, .flex-16, .flex-20 { flex: 0 0 50%; }
  .flex-25, .flex-30, .flex-33 { flex: 0 0 50%; }
  .flex-40, .flex-50 { flex: 0 0 100%; }
  .flex-60, .flex-70, .flex-80, .flex-85 { flex: 0 0 100%; }
  .col-10, .col-20, .col-25, .col-30, .col-33,
  .col-40, .col-50, .col-60, .col-70, .col-80, .col-90 { width: 100%; float: none; display: block; }
  #eventos .flex-33 { flex: 0 0 calc(50% - 12px); }
  #eventos h2 { font-size: 32px; }
  #hero { height: 450px; }
  .hero_pc, .hero_pc .item { height: 450px; }
  .hero_pc h2 { font-size: 32px; }
  select { width: 100%; }
  .caja-evento-cta a { width: 100%; }
  #anualidad { padding: 80px 0; }
  #anualidad h2 { font-size: 32px; }
  #nosotros { padding: 40px 0; }
  .checkout-wrap h2 { font-size: 32px; }
  #evento-detalle-header { min-height: 300px; }
  .bullets-hero .caja-resumen .flex-25 { flex: 0 0 50%; }
  .caja-resumen{
  	width: 80px;
  }
}

/* Móvil: menú hamburguesa */
@media screen and (max-width: 768px) {
  .topbar__inner { flex-wrap: wrap; padding: 10px 12px; gap: 8px; }
  .topbar__hamburger { display: flex; }
  .topbar__brand { order: 1; flex: 1 1 auto; }
  .topbar__hamburger { order: 2; flex: 0 0 auto; }
  .topbar__user { order: 3; flex: 0 0 auto; }
  .topbar__nav-wrap { order: 4; flex: 0 0 100%; width: 100%; display: none; margin-top: 0; }
  .topbar.is-nav-open .topbar__nav-wrap { display: block; }
  .topbar .flex-20 { flex: 0 0 auto; }
  .topbar .flex-20:first-of-type { flex: 1 1 auto; }
  .topbar .topbar__nav-wrap.nav { padding: 8px 0; }
  .topbar .nav a { padding: 10px 16px; margin: 0 4px; font-size: 15px; display: block; text-align: center; }
  .topbar .nav { display: block; background: #FF8300; border-radius: 8px; margin-top: 8px; padding: 8px 0; }
  .topbar::after { left: 100%; }
  .logo { width: 120px; }
  .logo img { max-height: 40px; }
  #hero { height: 380px; min-height: 320px; }
  .hero_pc, .hero_pc .item { height: 380px; min-height: 320px; }
  .hero_pc h2 { font-size: 26px; }
  .hero_pc h3 { font-size: 15px; }
  .bullets-hero { position: relative; bottom: auto; height: auto; margin-top: 20px; padding: 0 0 24px; }
  .bullets-hero .contenedor-80 { width: 95%; }
  .flex-10, .flex-15, .flex-16, .flex-20,
  .flex-25, .flex-30, .flex-33, .flex-40, .flex-50,
  .flex-60, .flex-70, .flex-80, .flex-85 { flex: 0 0 100%; }
  #eventos .flex-33 { flex: 0 0 100%; }
  #eventos { padding: 60px 0 40px; }
  #eventos h2 { font-size: 28px; }
  .thumb-evento { aspect-ratio: 16/10; }
  .caja-resumen { width: 90%; margin: 230px auto 0 auto; padding: 12px; }
  .bullets-hero .caja-resumen .flex-container { gap: 12px; }
  .bullets-hero .caja-resumen .flex-25 { flex: 0 0 100%; }
  .cta-bullet-evento { font-size: 16px; padding: 8px 0; }
  #evento-contenido { padding: 300px 0 30px; }
  #evento-detalle-header { min-height: 260px; height: 35vh; }
  .registro-evento { padding: 24px 0; }
  .opcion-distancia { flex-direction: column; gap: 8px; width: calc(100% - 30px)}
  .opcion-titulo, .opcion-meta { flex-wrap: wrap; }
  #anualidad { padding: 50px 0; }
  #anualidad h2 { font-size: 26px; }
  #anualidad p { font-size: 16px; }
  #anualidad a { padding: 12px 24px; font-size: 14px; }
  #nosotros { padding: 30px 0; }
  footer { padding: 24px 0; text-align: center; }
  .logo-footer { margin: 0 auto; }
  .user-dropdown { right: 0; left: auto; min-width: 160px; }
  .user-menu-trigger { padding: 6px 8px; }
  .cta-login img { width: 20px; }
  .checkout-wrap h2 { font-size: 26px; }
  .checkout-wrap { padding: 24px 0; }
  .owl-carousel.owl-loaded{
  	margin-top:-60px ;
  }
}

@media screen and (max-width: 600px) {
  .contenedor, .contenedor-80, .contenedor-90, .contenedor-1200 { width: 90%; }
  #hero, .hero_pc, .hero_pc .item { min-height: 280px; height: 320px; }
  .hero_pc h2 { font-size: 22px; }
  #eventos h2 { font-size: 24px; }
  .numero-destacar, .caja-contenedor .numero-destacar { font-size: 28px; }
  .btn-primario { padding: 12px 20px; font-size: 15px; display: block; width: 100%; text-align: center; }
  .cta-solo { padding: 10px 20px; font-size: 14px; }
  input[type="text"], input[type="password"], input[type="email"],
  input[type="date"], input[type="time"], input[type="number"] { width: 100%; box-sizing: border-box; }
  .bar-menu-evento { width: 56px; }
  .bar-menu-evento a img { width: 24px; }
}
