body{
	font-family: "Montserrat", sans-serif;
}
/*header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}*/
.nav-link, .icons-head{
	color: #F9F9F9;
	display: inline-block;
	position: relative;
}
.nav-link:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	background: #FCD500;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.nav-link:hover:after {
	width: 50%; 
	left: 23%; 
}
.nav-link:hover, .icons-head:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #FCD500;
}
.navbar-nav .nav-link.active:after, .navbar-nav .nav-link.show:after{
	width: 50%;
	left: 23%;
}
.text-c-red{ color: #87163B; }
.text-shadow-countdown{ text-shadow: #00000040 0px 8px 8px; }
.bg-head{
	background: linear-gradient(-70deg, #F3B749, #E5408F, #4D2C7D);
}
.bg-countdown{
	background: url('../img/bg-countdown-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
.bg-cgradient{
	background: linear-gradient(125deg, #ffedc0, #FFFDFC, #f0d8ba);
}
.bg-footer{
	background: url('../img/footer.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.bg-footer-m{
	background: url('../img/footer.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -10em;
}
.ccard-01{
	aspect-ratio: 1/1;
	padding: 10px 15px;
	display: grid;
	align-items: end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ccard-03{
	aspect-ratio: 2/1.25;
	padding: 20px 15px;
	display: grid;
	align-items: end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ccard-04{
	background: #D9D9D9;
	padding: 20px 15px;
}
.bg-dot-01{ color: #EF810A; }
.bg-dot-02{ color: #D81159; }
.bg-dot-03, .bg-dot-04{ color: #3C70B5; }
.bg-dot-05{ color: #FCD500; }
.bg-dot-06{ color: #66BC9C; }

/*------------------- Contador ------------------*/
.contenedor h1 {
  font-weight: bolder;
  letter-spacing: .125rem;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.contenedor li {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
  list-style-type: none;
  padding: 1em;
  color: #4D2C7D;
  font-family: "Montserrat", sans-serif;
  background: #EFEFEF;
  aspect-ratio: 1/1;
  width: 170px;
  box-shadow: #0000004D 16px 20px 20px;
  border-radius: 25px;
  margin: 20px 10px;
}

.contenedor li span {
  display: block;
  font-size: 4.5rem;
  font-weight: 800;
}

.contenedor .emoji {
  display: none;
  padding: 1rem;
}

.contenedor .emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

/*-- Cards --*/
.ccard-02 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #000;
}

.ccard-02 *,
.ccard-02:before,
.ccard-02:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ccard-02 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.ccard-02:before {
  width: 0;
  height: 1px;
}

.ccard-02:after {
  height: 0;
  width: 1px;
}

.ccard-02 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px 20px;
}

.ccard-02 h2, .ccard-02 h3{
  font-weight: normal;
  opacity: 0;
}

.ccard-02 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.ccard-02:hover img,
.ccard-02.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.ccard-02:hover:before,
.ccard-02.hover:before,
.ccard-02:hover:after,
.ccard-02.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.ccard-02:hover:before,
.ccard-02.hover:before {
  width: 40px;
}

.ccard-02:hover:after,
.ccard-02.hover:after {
  height: 40px;
}

.ccard-02:hover h2,
.ccard-02.hover h2,
.ccard-02:hover h3,
.ccard-02.hover h3{
  opacity: 1;
}

.ccard-02:hover h2,
.ccard-02.hover h2,
.ccard-02:hover h3,
.ccard-02.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*-- Carousel --*/
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media all and (max-width: 798px) {
	.contenedor h1 {
		font-size: 1.5rem;
	}

	.contenedor li {
		font-size: 1.125rem;
		padding: .75rem;
	}

	.contenedor li span {
		font-size: 3.375rem;
	}
}

/* Video effect */


/* Seccion detalle */

.bg-sec-detail{
	background: url('../img/banner-detalle.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top center;
}

/* Palenque */
.ccpalenque{
	border-radius: 10px;
	transition: all .5s cubic-bezier(.3,.95,.3,.95);
}
.ccpalenque:hover{
	border-radius: 10px;
	transition: all .5s cubic-bezier(.3,.95,.3,.95);
	box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.16);
}

.btnc-blue{
	background: #226E96;
	color: #F9F9F9;
	border: solid 2px #226E96;
	border-radius: 25px;
	transition: all .5s cubic-bezier(.3,.95,.3,.95);
}
.btnc-blue:hover, .btnc-blue:active{
	background: transparent;
	color: #226E96;
	border: solid 2px #226E96;
	border-radius: 25px;
	transition: all .5s cubic-bezier(.3,.95,.3,.95);
}

@media (min-width: 1400px)
{
	.col-cxxl-5{
		flex: 0 0 auto;
		width: 20%;
	}
}

@media only screen and (min-width: 799px){
	.ccustom-pt{
		padding-top: 0px;
	}
	.ccustom-mt{
		margin-top: -200px;
	}
	.row-desk{ display: flex; }
	.row-mobile{ display: none; }
	.tab-vertical .tab-content{ width: inherit; }
	.con-desk{ display: block; }
	.con-mobile{ display: none; }
}
@media only screen and (max-width: 798px){
	.ccustom-pt{
		padding-top: 80px;
	}
	.ccustom-mt{
		margin-top: -40px;
	}
	.row-desk{ display: none; }
	.row-mobile{ display: flex; }
	.tab-vertical .tab-content{ width: 100%; }
	.con-desk{ display: none; }
	.con-mobile{ display: block; }
}