@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Just+Another+Hand&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
  color: #2f2f2f;
  background-color: white;
  font-family: "Jost", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2f2f;
  font-family: font-family: "Jost", sans-serif;;
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  padding: 20px 40px;
  transition: all 0.5s;
  position: absolute;
  z-index: 999;
  width: 100%;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 70px;
}
.header .logo img.black{
  display: none;
}
.header .navmenu > ul > li > a{
  color: white;
}
.scrolled #header{
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
}
.scrolled #header a{
  color: #2f2f2f;
}
.scrolled .header .logo img.black{
  display: block;
}
.scrolled .header .logo img.white{
  display: none;
}
@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
  
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 25px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 17px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }


  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    background-color: white;
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul li:hover{
    background-color: #f1f1f1;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
  
}
@media (min-width: 1200px) and (max-width: 1800px) {
	.item-listado .evfooter{
	  width: 90%!important;
	  gap: 0px!important;
  }
}



section#top{
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section#top h1{
    color: white;
    font-size: 45px;
    margin-bottom: 30px;
}
.fixed-bg {
    left: 0px;
    right: 0px;
    width: auto;
    top: 0px;
    bottom: 0px;
    height: 517px;
    overflow: hidden;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    margin: 0;
    z-index: -2;
    position: absolute;
}

.dir-form {
  background: white;
  border-radius: 5px;
}
.dir-form button{
      background: #0072BB;
    border: 0px;
    color: white;
    padding: 20px 40px;
}
.dir-form button:hover{
  background-color: #0072BB;
}
.dir-form .field {
    padding: 20px 30px;
}
.dir-form .field label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #0072BB;
    margin-bottom: 5px;
}
.dir-form .field input,
.dir-form .field select,
.dir-form .field input:focus,
.dir-form .field select:focus,
.dir-form .field input:focus-visible,
.dir-form .field select:focus-visible{
  border:0px;
  color: #999;
  outline: 0;
}
.dir-form .field input::placeholder {
  color: #999;
}

.subtitulo{
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  font-style: normal;
  color: #0072BB;
  text-align: center;
  font-size: 40px;
}
.listado{
  margin-top: 30px;
  padding: 15px;
}
.listado h3 {
    text-align: center;
    font-size: 40px;
}
.inner-listado{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.item-listado{
  flex:0 calc(20% - 20px);
  position: relative;
}
.item-listado .imagen{
  aspect-ratio: 3 / 4;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.item-listado .imagen img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all .3s ease-in-out;
}
.item-listado .info{
    position: absolute;
    bottom: 95px;
    left: 15px;
    right: 15px;
    z-index: 99;
    display: flex;
    gap: 10px;

}

.item-listado .evfooter{
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 99;
  display: flex;
  gap: 10px;
  width:100%;
}


.item-listado .info h4{
  color: white;
  margin-bottom: 0px;
}
.item-listado .info a{
    flex:   2;
}
.item-listado .info .right{
      text-align: center;
}
.item-listado .info .right .encontrar{
  color:  #ccc;
  text-decoration: underline;
  font-size: 13px;
  margin-top: 5px;
}
.item-listado .info .right i{
      color: #0072BB;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
}




.item-listado .evfooter .right{
  text-align: center;
}
.item-listado .evfooter .right .encontrar{
color:  #ccc;
text-decoration: underline;
font-size: 13px;
margin-top: 5px;
}
.item-listado .evfooter .right i{
  color: #0072BB;
background: white;
padding: 5px 10px;
border-radius: 5px;
display: inline-block;
font-size: 18px;
}

.item-listado .evfooter .left {
  width:260px;
  padding-top:15px;
  }

  .item-listado .evfooter .right {
    width:50px !important;
    }
  

.item-listado .evfooter .left .encontrar{
  color:  #ccc;
  text-decoration: underline;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
  width:150px;
  vertical-align: bottom;
  }
  .item-listado .evfooter .left i{
    color: #0072BB;
  background: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  }

.item-listado .categoria{
  color: #a1a1a1;
    font-weight: 500;
}
.item-listado .imagen:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(90deg, rgba(23, 24, 25, 1) 0%, rgba(44, 44, 47, 0.7) 30%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(44, 44, 47, 0.7)), color-stop(100%, rgba(23, 24, 25, 1)));
    background: -webkit-linear-gradient(90deg, rgba(23, 24, 25, 1) 0%, rgba(44, 44, 47, 0.7) 30%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(90deg, rgba(23, 24, 25, 1) 0%, rgba(44, 44, 47, 0.7) 30%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(23, 24, 25, 1) 0%, rgba(44, 44, 47, 0.7) 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(23, 24, 25, 1) 0%, rgba(44, 44, 47, 0.7) 30%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#171819',GradientType=0 );
}

.item-listado:hover .imagen img{
  transform: scale(1.1);
  cursor: pointer;
}
.item-listado:hover h4{
  color: #d66922;
}

img{
  max-width: 100%;
}
.evento-description img{
  margin-top: 25px;
  margin-bottom: 25px;
} 

.evento-info {
    border: 1px solid #d66922;
    padding: 20px;
}
.evento-info h3{
    color: #d66922;
    font-size: 19px;
    mar
}
.evento-info ul li i{
  margin-right: 10px;
  color: #d66922;
}
.evento-info ul{
  padding: 0px;
}
.evento-info ul li{
  list-style: none;
  margin-bottom: 15px;
}
.evento-info ul li strong{
  display: block;
}
.page-title{
      background-size: cover;
    padding-top: 155px;
    background-position: center;
    text-align: center;
    padding-bottom: 60px;
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}
.page-title h1{
  color: white;
  z-index: 99;
}
.page-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    opacity:0.8;
    filter: blur(9px); /* Ajusta el nivel de desenfoque aquí */
    z-index: -1; /* Para que el contenido esté encima */
}
.breadcrumbs ol{
  display: flex;
  gap: 20px;
  justify-content: center;
  list-style: none;
}
.breadcrumbs ol li{
  color: #0072BB;
}

.breadcrumbs ol li a{
  color: white;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  background-color: #f1f1f1;
  font-size: 14px;
  position: relative;
  margin-top: 40px;
}

.footer .footer-top {
  padding-top: 30px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about p {
  font-size: 14px;
}

.footer h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}


.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  line-height: 1;
  color: #2f2f2f;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding: 30px 0;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}

.footer .social-links a {
  font-size: 18px;
  display: inline-block;;
  color: var(--contrast-color);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  text-decoration: none;
}


/* Mobile Navigation */



@media (max-width: 1199px) {
  .item-listado{
      flex:0 calc(50% - 20px) !important;
  }
  .mobile-nav-toggle {
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
    color: white;
  }
  .navmenu a{
    color: white !important;
  }
  .scrolled .mobile-nav-toggle{
    color: #333;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }


  .navmenu .active i,
  .navmenu .active:focus i {
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color:white;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
  .header {
    padding: 12px 14px;
  }
  .header .logo img {
    max-height: 50px;
  }
  section#top{
    padding: 15px;
  }
  section#top h1{
    text-align: center;
  }
  .fixed-bg video{
    height: 100%;
    width: auto;
  }
  .dir-form{
    display: block !important;
    width: 100%;
  }
  section#top {
    min-height: 517px;
    padding-top: 86px;
    padding-bottom: 50px;
    height: auto !important;
  }
  .dir-form .field {
    padding: 10px 20px;
  }
  .dir-form button{
    display: block;
    width: 100%;
  }
  section#top h1{
    font-size: 38px;
        line-height: 1;
  }

  .footer .footer-links {
    margin-bottom: 30px;
    float: left;
    width: 50%;
  }
  .footer .footer-links:last-child{
    width: 100%;
    float: none;
  }
  .footer .footer-links ul li{
    padding-bottom: 5px;
  }
  .footer .footer-links{
    margin-bottom: 0px;
  }
  .dir-form .field input{
        width: calc(100% - 22px);
  }
  .dir-form .field  select,
  .dir-form .field input[type="date"]{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .item-listado{
      flex:0 calc(100% - 0px) !important;
  }
  .fixed-bg{
    height: 560px !important;
  }
}





/* SIDE CONTENT */
.side-content{width: 100%; display: flex; flex-wrap: wrap;
	&.left{padding-right: 100px;}
	&.right{padding-left: 100px;}
	&.light{color: #fff;
		h6{color: #fff;}}
	h6{width: 100%; display: block; margin-bottom: 10px; @include font-second; letter-spacing: 1px; color: $color-main;}
	h3{width: 100%; display: block; margin-bottom: 30px; font-size: 42px; font-weight: 800;}
	h2{width: 100%; display: block; margin-bottom: 30px; font-size: 50px; font-weight: 800;}
	p{width: 100%;}
	strong{font-weight: 600;}
	.custom-button{margin-top: 40px;}
	.custom-link{margin-top: 40px;}}





/* SIDE IMAGE */
.side-image{width:100%; display:block; margin-bottom: 0;
	img{width: 100%;}}




/* IMAGE BOX */
.image-box{width: 100%; display: flex; flex-wrap: wrap; align-items: center; margin: 0;
	img{display: block;}}



/* GALLERY THUMB */
.gallery-thumb{width: 100%; display: flex; flex-wrap: wrap; align-items: center; margin: 0;
	a{width: 100%; display: block;
		img{ width: 100%; display: block;}}}




/* TEXT BOX */
.text-box{ width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 40px;
	&:last-child{margin-bottom: 0;}
	h5{color: $color-main; font-weight: 600;}
	h4{color: $color-main; font-weight: 600;}
	h3{color: $color-main; font-weight: 600;}
	strong{font-weight: 600;}
	small{width: 100%; display: block; opacity: 0.6;}}





/* CAROUSEL SLIDER */
.carousel-slider{width: 100%; height: 80vh; max-height: 700px; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;
	.swiper-slide{ max-width: 65%; background-size: cover !important; background-position: center !important;
		.caption{width: auto; display: flex; flex-wrap: wrap; background: #fff; position: relative; z-index: 1; padding: 40px; position: absolute; left: 50px; bottom: 50px; @include transition; opacity: 0;
		h3{ width: auto; display: block;font-size: 48px; @include font-second; margin-bottom: -10px;}}
		&.swiper-slide-active{transform: scale(1);
			.caption{opacity: 1;}}}}




/* COUNTER BOX */
.col-lg-4:nth-child(1) .counter-box{margin-top: 50px;}
.col-lg-4:nth-child(2) .counter-box{margin: 0 auto;}
.col-lg-4:nth-child(3) .counter-box{margin-left: auto; margin-top: 100px;}
.counter-box{width: 346px; height: 320px; display: flex; flex-wrap: wrap; align-items: center; border: 1px solid #ddd; background: url("../images/counter-box-bg.svg") center no-repeat #fff; padding:0 15%; position: relative; @include transition;
	&:before{content: ""; width: 60%; height: 6px; background: $color-main; position: absolute; left: -1px; top: -1px; @include transition;}
	&:after{content: ""; width: 120px; height: 55px; background: url("../images/dots-bg01.svg") center no-repeat; position: absolute; right: -25px; bottom: -45px; @include transition;}
	figure{width: 100%; display: block; margin-bottom: 0; margin-top: auto;
		img{height: 54px;}}
	.odometer{width: 100%; display: inline-block; font-size: 60px; font-weight: 800; line-height: 1; margin: 0;}
	h6{width: 100%; display: block; margin-bottom: auto; font-size: 15px; font-weight: 400; line-height: 1.3;}
	&:hover{transform: translateY(-10px);
		&:before{width: 80%;}
		&:after{ bottom: -25px;}}}





/* SCHEDULE BOX */
.schedule-box{width: 100%; display: flex; flex-wrap: wrap; position: relative;
	.nav{width: 300px; display: block;
		div{width: 100%; height: 150px; display: flex; flex-wrap: wrap; align-items: center; background: $color-third; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 0 15%; cursor: pointer; position: relative;
			&:before{content: ""; width: 3px; height: 0; background: $color-main; position: absolute; left: 0; top: 0; @include transition;}
			&:hover:before{height: 100%;}
			&.active{background: $color-main;}
			.day{width: 100%; display: block; font-size: 34px; font-weight: 600; margin-top: auto; line-height: 1;}
			.date{width: 100%; display: block; margin-bottom: auto;}}}
	.tab-content{width: calc(85% - 300px); display: flex; flex-wrap: wrap; background: #fff; padding:70px; position: relative; z-index: 1;
		.timeline{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 40px;
			&:last-child{margin-bottom: 0;}
			.event-time{width: 180px; display: flex; font-weight: 600; color:$color-main; font-size: 15px; margin-top: 2px;
				img{ height: 20px; display: inline-block; margin-right: 10px;}}
			.event-description{width: calc(100% - 180px); display: flex; flex-wrap: wrap;
				h5{width: 100%; display: block; font-size: 20px; font-weight: 600;}
				p{width: 100%; display: block; opacity: 0.7;
					&:last-child{margin-bottom: 0;}}}}}}





/* COUNTDOWN */
.countdown{ width: 100%; display: flex; flex-wrap: wrap; margin-top: 20px;
	.countdown-item{ display: flex; flex-wrap: wrap;
		.countdown__timer { width: 100%; display: block; font-size: 40px; font-weight: 800; line-height: 1;}
		span{width: 100%; display: block;}}}


    .slider-eventos {
      position: relative;
      display: block;
      box-sizing: border-box;
    }
    
    .slider-eventos .slick-prev,
    .slider-eventos .slick-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: 10px; 
      z-index: 1;
      background: #0072BB;
      color: #fff;
      padding: 10px;
      cursor: pointer;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
    }
    
    .slider-eventos .slick-prev {
      left: 10px;  
    }
    
    .slider-eventos .slick-next {
      right: 10px; 
    }

    .slick-list {
      margin: 0 0.5px;
    }

    .slick-initialized .slick-slide {
      padding: 0 5px;
    }
      
    
    
    