/**
* Template Name: TheEvent
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #2f3138;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #f3b637;
  text-decoration: none;
  transition: 0.2s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
  color: #751184;
}

hr{
  border-top: 1px solid rgba(255,255,255,0.5);
  max-width: 685px;
  margin: 40px auto 10px auto;
}


/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f3b637;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.2s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #751184;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2 {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  color: #751184;
  letter-spacing: -0.5px;
}

.section-with-bg {
  background: rgb(62,8,70);
  background: linear-gradient(90deg, rgba(62,8,70,1) 0%, rgba(102,14,115,1) 100%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 997;
  background: rgba(62,8,70,0);
  box-shadow: none;
  transition: all 0.2s;
}

#header.header-scrolled,
#header.header-inner {
  background: rgba(62,8,70,1);
  background: linear-gradient(90deg, rgba(62,8,70,1) 0%, rgba(102,14,115,1) 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06)!important;
  height: 100px;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f3b637;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 140px;
  margin-top: 100px;
  transition: all 0.2s;
}
#header.header-scrolled #logo img {
  max-height: 80px;
  margin-top: 0px;
}

@media (max-width: 992px) {
  #header #logo img {
    max-height: 100px;
    margin-top: 60px;
  }
}
@media (max-width: 574px) {
  #header #logo img, #header.header-scrolled #logo img {
      max-height: 60px;
      margin-top: 0px;
  }
}

/*--------------------------------------------------------------
# Buy Tickets
--------------------------------------------------------------*/
.boton {
  color: #751184;
  background: #f3b637;
  padding: 12px 30px;
  margin: 0px;
  border-radius: 50px;
  border: 2px solid #f3b637;
  transition: all ease-in-out 0.2s;
  line-height: 1;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.boton:hover,
.boton:focus,
.boton.focus,
.boton.active {
  background: #f3b637;
  border: 2px solid #f3b637;
  color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(243,182,55,0.5);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(243,182,55,0.5);
  -moz-box-shadow: 0px 0px 25px 0px rgba(243,182,55,0.5);
}

.boton-border {
  color: #f3b637;
  background: rgba(243,182,55,0);
  padding: 12px 30px;
  margin: 0px;
  border-radius: 50px;
  border: 2px solid #f3b637;
  transition: all ease-in-out 0.2s;
  line-height: 1;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.boton-border:hover,
.boton-border:focus,
.boton-border.focus,
.boton-border.active {
  background: rgba(243,182,55,1);
  color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(243,182,55,0.5);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(243,182,55,0.5);
  -moz-box-shadow: 0px 0px 25px 0px rgba(243,182,55,0.5);
}

@media (max-width: 992px) {
  .boton-border {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 574px) {
  .boton, .boton-border{
    font-size: 12px;
    padding: 10px 20px;
  }
  .boton-border {
    margin: 0 0 20px 0;
  }
}

.boton-gr {
  color: #751184;
  background: #f3b637;
  padding: 15px 65px;
  margin: 0px;
  border-radius: 50px;
  border: 2px solid #f3b637;
  transition: all ease-in-out 0.2s;
  line-height: 1;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.boton-gr:hover,
.boton-gr:focus,
.boton-gr.focus,
.boton-gr.active {
  background: #f3b637;
  border: 2px solid #f3b637;
  color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(243,182,55,0.5);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(243,182,55,0.5);
  -moz-box-shadow: 0px 0px 25px 0px rgba(243,182,55,0.5);
}
@media (max-width: 574px) {
  .boton-gr{
    padding: 12px 55px;
    font-size: 14px;
  }
}

.button-box {
   text-align:center;
   margin-top:20px;
}
@media (max-width: 574px) {
  .button-box{
     display: contents;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f3b637;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.2s;
  position: relative;
  padding: 6px 4px;
}

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

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -6px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.2s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #060c22;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #f3b637;
}

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

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

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

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.2s;
  margin: 0px 10px 0px 20px;
}
@media (max-width: 574px) {
  .mobile-nav-toggle {
      margin: 0px 10px 0px 10px;
  }
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.2s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 25px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 50px 20px;
  background: rgb(62,8,70);
  background: linear-gradient(90deg, rgba(62,8,70,1) 0%, rgba(102,14,115,1) 100%);
  overflow-y: auto;
  transition: 0.2s;
}

.navbar-mobile>ul>li {
  padding: 5px 0px;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 20px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #f3b637;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

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

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #f3b637;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #hero .hero-container {
    top: 70px;
  }
}

#hero h1 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
}

#hero h1 b {
  font-weight: 600;
}

@media (max-width: 991px) {
  #hero h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

#hero p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #hero p {
    font-size: 16px;
  }
}

/*---------------------
  Conter
-----------------------*/

.counter-section {
  padding: 30px 0px 60px 0px;
}

.counter-section .counter-text span {
  font-size: 16px;
  color: #ffffff;
}

.counter-section .counter-text h3 {
  color: #ffffff;
  font-weight: 500;
  line-height: 38px;
  margin-top: 10px;
}

.counter-section .cd-timer {
  text-align: right;
}

.counter-section .cd-timer .cd-item {
  display: inline-block;
  text-align: center;
  margin-left: 35px;
  height: 80px;
  width: 80px;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 574px) {
  .counter-section .cd-timer .cd-item {
    margin-left: 15px;
    height: 50px;
    width: 50px;
  }
}

.counter-section .cd-timer .cd-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  border-radius: 4px;
}

.counter-section .cd-timer .cd-item:first-child {
  margin-left: 0;
}

.counter-section .cd-timer .cd-item span {
  font-size: 42px;
  color: #ffffff;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 574px) {
  .counter-section .cd-timer .cd-item span {
    font-size: 32px;
  }
}

.counter-section .cd-timer .cd-item p {
  font-size: 16px!important;
  font-weight: 300!important;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 30px;
}
@media (max-width: 574px) {
  .counter-section .cd-timer .cd-item p {
    font-size: 12px!important;
    line-height: 20px;
  }
}



section {
  padding: 100px 0;
}


/*--------------------------------------------------------------
# Info Section
--------------------------------------------------------------*/

#info .container-fluid {
  margin-bottom: 3px;
}

#info .info-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#info .info-info {
  background: rgb(62,8,70);
  background: linear-gradient(90deg, rgba(62,8,70,1) 0%, rgba(102,14,115,1) 100%);
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#info .info-info h3 {
  font-size: 35px;
  font-weight: 300;
  color: #f3b637;
}

@media (max-width: 574px) {
  #info .info-info h3 {
    font-size: 24px;
  }
}

#info .info-info p {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

#info .info-galeria-container {
  padding-right: 12px;
}

#info .info-galeria {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#info .info-galeria img {
  transition: all ease-in-out 0.2s;
}

#info .info-galeria:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# galeria Section
--------------------------------------------------------------*/
#galeria {
  overflow: hidden;
}

#galeria .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#galeria .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f3b637;
}

#galeria .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f3b637;
}

#galeria .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  #galeria .swiper-wrapper {
    padding: 40px 0;
  }

  #galeria .swiper-slide-active {
    border: 8px solid #f3b637;
    padding: 0px;
    background: #fff;
    z-index: 1;
    transform: scale(1.15);
    margin-top: 6px;
  }
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/

#auspiciantes .auspiciantes-wrap {
  margin-bottom: 30px;
}

#auspiciantes .supporter-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 160px;
}
#auspiciantes .supporter-logo img{
  transform: scale(0.9);
}

#auspiciantes .supporter-logo:hover img {
  transform: scale(1);
}

#auspiciantes img {
  transition: all 0.2s ease-in-out;
}


/*--------------------------------------------------------------
# actividades Section
--------------------------------------------------------------*/
#actividades {
  background: url(../img/actividades-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#actividades:before {
  content: "";
  background: rgba(6, 12, 34, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #actividades {
    background-attachment: fixed;
  }
}

#actividades h2,
#actividades h3,
#actividades p {
  color: #f3b637;
}

#actividades h3{
  font-size: 23px;
  margin: 15px 0px 50px 0px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #actividades h3{
    font-size: 16px;
  }
}
@media (max-width: 574px) {
  #actividades img{
    max-width: 50px;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Comprar Entradas Section
--------------------------------------------------------------*/
#comprar-entradas h2,
#comprar-entradas p{
  color: #fff;
}
#comprar-entradas h4{
  font-size: 20px;
  color: #f3b637;
}
#comprar-entradas p{
  font-size: 15px;
  font-weight: 500;
}
#comprar-entradas h3{
  font-size: 35px;
  color: #f3b637;
  font-weight: 300;
}
#comprar-entradas h5{
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Cronograma Section
--------------------------------------------------------------*/
#cronograma h2,
#cronograma p,
#cronograma time{
  color: #fff;
}
#cronograma h4{
  font-size: 20px;
  color: #f3b637;
}
#cronograma h3{
  font-size: 35px;
  color: #f3b637;
  font-weight: 300;
}
#cronograma h5{
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.schedule-item{
  padding: 22px 30px 12px 30px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0px;
  color: #fff;
  font-size: 14px;
}

#footer h3{
  color: #fff;
}
#footer p{
  margin: 0px;
}
#footer a{
  color: #fff;
}
#footer a:hover{
  color: #f3b637;
}

#footer .footer-top p{
  line-height: 18px!important;
  margin-bottom: 20px;
}

#footer .footer-top {
  background: url(../img/hero-bg.jpg) bottom center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info img{
  max-width: 200px;
}
@media (max-width: 574px) {
  #footer .footer-top .footer-info img{
    max-width: 140px;
  }
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #751184;
  color: #ddd;
  line-height: 1;
  margin-right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #f3b637;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #f3b637;
}

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f3b637;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
}

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

#footer .footer-top .footer-links ul a {
  font-size: 16px;
  color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f3b637;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #f3b637;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.close {
  padding: 0px 0px;
  margin: auto 0px;
  opacity: 1;
  text-shadow: none;
  opacity: .8;
  margin-left: auto;
  border: 0px;
  background: none;
}
.close img{
  height: 20px;
}
.close:hover,.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}