/*   
Theme Name: Feria Tamaulipas 2022
Theme URI: http://www.tamaulipas.gob.mx/feria
Description: Tema de Feria Tamaulipas 2021
Author: Departamento de Diseño Grafico y Produccion Web | Direccion de Internet
Author URI: http://www.tamaulipas.gob.mx/feria
Version: 1.0
*/

/** Fonts **/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* font-family: 'Open Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;300;400;500;600;700;900&display=swap);
/* font-family: 'Encode Sans', sans-serif; */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

body{
	font-family: 'Encode Sans', sans-serif!important;
	color:#555;
	font-size:14px;
	font-weight:400;
	line-height:23px;
}
h1, h2,  h3,  h4,  h5, h6 {
  font-family: 'Encode Sans', sans-serif!important;
}
::selection {
	background: #b9b9b9;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: ##b9b9b9; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: ##b9b9b9; /* Safari */
	color: #FFF;
	text-shadow: none;
}
a {
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
}

a:hover {
	text-decoration:none;
}

.clean-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.scrolloff {
    pointer-events: none;
}

/*******
 * 2024*****/
.no-padding{padding:0;}
.absolute{position: absolute;}
.relative{position: relative;}
.z-1{z-index: 1;}


/*titulo secciones */
.titulo-seccion{
	color: #b61467;
	font-weight: 800;
	font-size: clamp(22px, 4.5vw, 42px);
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

 /*Bienvenida*/
 #mensaje{
	background-color: #f9f2ea;
}

#mensaje #row-mensaje{
	padding: 80px 0 30px;
}

#mensaje .img-top, #mensaje .img-bottom{
	max-height: 290px;
}


#mensaje #row-mensaje .text-mensaje *{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}
 /*FIN Bienvenida*/

 /*Centro de espectaculos*/
#palenque-slider .palenque .datos h3{
	font-weight: 600;
	font-size: 1.5em;
	color: #f6a500;
}

#palenque-slider .palenque .datos .btn{
	color:#fff;	
	border: 1px solid #fff;
	font-size: 1.2em;
	border-radius: 20px;
}

#palenque-slider {
	position: relative;
}

#controles-slide-palenque{
	padding: 0 0 35px 0;
}

#palenque-slider >.swiper-container-horizontal>.swiper-pagination { 
	bottom: 0!important; 
}

#palenque-slider > .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  background: #06abbf;
}

 /*FIN Centro de espectaculos*/

/*atracciones*/

#atracciones .img-top{
	max-height: 205px;
}

#atracciones #contenido-atracciones{
	padding: 50px 0;
}	
.atraccion-image{
  right: 0;
}

.atraccion-image .img-atraccion {
  position: relative;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;  
}

#atracciones .informacion li{
	display: block;
	position: relative;
	padding-left: 15px;
}

#atracciones .informacion li:before{
	content: "\f101";
	display: flex;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 6px;
	align-items: center;
	/*color: #fff;*/
	transition: all 0.5s;
}

#container-atracciones{
	top: 0;
}

#slide-atracciones #controles-slide  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

#slide-atracciones #controles-slide .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}

#slide-atraccionesr > .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  background: #333;
}

#slide-atracciones >.swiper-container-horizontal>.swiper-pagination { 
  bottom: 0px!important; 
} 

#slide-atracciones > .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #333;
}
/*FIN atracciones*/

/* Costos y Accesos */
#costos{
	background-image: url('https://www.tamaulipas.gob.mx/feria/wp-content/uploads/sites/39/2018/09/web-FeriaTam2025_Fondo-Costos.jpg'); 
	background-size: cover;
	background-position: center center;
	padding: 55px 0
}

#costos .cuadro {
	width: 90%;
	height: 465px;
	margin: 0 auto;
	/* box-shadow: 0px 7px 10px 4px #ddd; */
	border-radius: 170px;
	padding: 30px;
	background: #fff;
}

#costos .cuadro .content-info {
  width: 100%;
}

#costos .cuadro ul li {
  font-size: 1.1rem;
  line-height: 1.4;
}

#costos .cuadro ul li strong {
  margin-left: 15px;
  white-space: nowrap;
}

#costos .info .cuadro{
  background-color: rgba(128, 169, 39, 0.85); /* Verde lima */
	color: #fff;
}

#costos .info:nth-child(2) .cuadro{
  background-color: rgba(195, 4, 110, 0.85); /* Rosa oscuro */
}

#costos .info:last-child .cuadro{
	background-color: rgba(217, 145, 1, 0.85); /* Naranja */
}
/* FIN Teatro del Pueblo */ 

/*footer*/
#footer{
	overflow: hidden;
}

#footer #logo-footer img{
	max-height: 120px;
}

#footer .content-img-ft{
	border-bottom: 40px solid;
	border-color: #620726;
}
/*fin footer*/

.one-page-arrow {
	position: absolute;
	z-index: 3;
  bottom: 170px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	font-size: 32px;
	text-align: center;
}

.one-page-arrow i{
	color: #222;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 13px;
}

#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 100px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}


#gotoTop .fa{
	transform: rotate(180deg);
}

#gotoTop:hover { background-color: #97c942; }

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }
/*FIN footer*/


/*button*/
.btn-primary {
	border: 2px solid #1d1f4e;
	background-color: transparent;
	color: #1d1f4e;
	line-height: 36px;
	font-weight: 300;
	text-shadow: none;
	border-radius: 3px;
	text-transform: uppercase;
}
.btn-primary:not(.button-fill):hover {
	background-color: #1d1f4e;
	color: #FFF;
	border-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

:root {
    --rojo: #ab0033!important;
    --rojo-o: #761830!important;
    --beige: #ddc9a3!important;
    --dorado: #bc955c!important;
    --gris: #54565a!important;
    --gris-oscuro: #313234!important;
    --body: #45494c!important;
    --font: 'Encode Sans', sans-serif;
    --vino: #651128!important;
}
/* flechas slider y footer*/




/*secciones*/ 
#mensaje, #index-app, #palenque, #atracciones ,#costos ,#ubicacion, #footer { 
	position: relative;
}

.content-wrap {
	position: relative;
}


/*Slider principal*/ 
#slider-principal {
	position: relative;
}

#slider-principal .swiper-slide img{
	width: 100%;
}
		 
#slider-principal .swiper-button-next, #slider-principal .swiper-button-prev {
	background-size: 15px;
} 

#slider-principal .swiper-button-next:hover, #slider-principal .swiper-button-prev:hover {
    background-color: rgba(0,0,0,0.6) !important;
}
/*.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{}*/
#slider-principal .swiper-button-next, #slider-principal .swiper-button-prev{
	width: 50px;
	height: 42px;
	background-color: rgba(0,0,0,0.3);
}
 
#slider-principal #controles-slide  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 0;
	margin-right: 7px;
}

#slider-principal #controles-slide .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 0;
	margin-left: 7px;
}

#slider-principal >.swiper-container-horizontal>.swiper-pagination { 
	bottom: 70px!important; 
}


/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

#header {
	position: fixed;
	width:100%;
}

#header.transparent-header {
/*	background-color: rgb(0,0,0);
	border-bottom: none;*/
	z-index: 199;
	border-bottom: none;
}

#logo {
	width: 100%;
	position: relative;
	float: left;
	font-family: 'Encode Sans', sans-serif;
	font-size: 36px;
	line-height: 100%;
	margin-right: 40px;
}

#header-wrap {
	position: relative;
	z-index: 199;
	-webkit-backface-visibility: hidden;
}

#header, #header-wrap, #logo img {
	height: 80px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

body:not(.top-search-open) #header-wrap #logo, 
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul, { 
	opacity: 1;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgb(255 255 255 / 42%);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap{ 
	height: 60px; 
/*		background-image: url('./img/Textura.png'); 
		background-size: cover;
		background-position: top center;*/
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	max-height: 60px;
	padding: 23px 20px;
	color: #931457;
	border-radius: 0; 
}

#primary-menu ul{
	display: flex;
	justify-content: center;
	align-items: center;
}

#primary-menu ul li { position: relative; }

#primary-menu > ul > li > ul{
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}

#primary-menu ul li > a {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.1em;
	text-align: center;
	max-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	color: #f9a600;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);*/
	font-family: 'Encode Sans', sans-serif;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
	border-radius: 20px;
	text-decoration: none;
}

#primary-menu ul li > a:hover {
	background-color:#fff;
	color: #931457; 
/*    background: rgba(255, 255, 255, 0.09);*/
}

/*menu movil*/
#primary-menu-trigger { 
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color:#fff;
}

#barras-boton {
  line-height: 80px;
  font-size: 3em;
  text-align: right;
}
input[name="menu-toggle"] {
  display: none;
}
#menu-btn {
  top: 0px;
  margin:0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.menu-bars {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 20px;
  margin-top: -5px;
}
.menu-bars span {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 7px;
  transition: all 300ms ease;
  background-color: #fff;
}
.menu-bars span:last-child {
  margin-bottom: 0;
}
#menu-open:checked + .container #row-cabecera > #barras-boton .menu-btn-container label .menu-bars span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 0;
}
#menu-open:checked + .container #row-cabecera > #barras-boton label .menu-bars span:last-child {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);  
}
#menu-open:checked ~ #row-menu-movil {
  transform: scaleY(1);
  display: block;
}
.menu-item-has-children .menu-flecha .open {
  transform: rotateX(180deg);
}
#row-menu-movil ,#row-menu-movil >.hidden-md{
  /*height: 250px;*/
}
nav.menu-menu-gobtam-container {
  overflow-y: auto;
  height: 100%;
}
nav.menu-menu-gobtam-container::-webkit-scrollbar {
  width: 10px;
  background: #f7efef4a;
}
nav.menu-menu-gobtam-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fff;
}

#row-menu-movil {
  overflow: hidden;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.26s ease;
  display: none;
} 
#row-menu-movil.showing-menu {
  transform: scaleY(1); 
}

#row-menu-movil #primary-menu ul li > a {
	display: block;
	line-height: 22px;
	padding: 15px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Encode Sans', sans-serif;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
	text-align: left;
}

#row-menu-movil #primary-menu ul li {
	border-color: rgba(255,255,255,0.1) !important;
	width: 100%;
	border-bottom: 1px solid;
}
/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
.slider-element {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slider-parallax { position: relative; }

.slider-parallax, .slider-parallax .swiper-container {
	visibility: visible;
	-webkit-backface-visibility: hidden;
}

.slider-parallax .slider-parallax-inner {
	position: fixed;
	width: 100%;
	height: 100%;
}

/*.device-touch .slider-parallax .slider-parallax-inner { position: relative; }*/

body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; }

body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; }

#header.transparent-header + .slider-parallax .slider-parallax-inner {/* top: 0; */}

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption {
	will-change: transform;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: transform 0s linear;
	-webkit-backface-visibility: hidden;
}



/* Swiper Slider
-----------------------------------------------------------------*/

.swiper_wrapper {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.full-screen .swiper_wrapper { height: auto; }

.swiper_wrapper .swiper-container {
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
	background: url('images/pattern2.png') repeat;
}

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

.slider-element .container {
	position: relative;
	height: 100%;
}


/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption,
.flex-caption {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 20;
	max-width: 550px;
	color: #EEE;
	font-size: 1.375rem;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #222;
	text-shadow: none;
}

.slider-caption h2 {
	font-size: 4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.slider-caption p {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
}

.slider-caption.slider-caption-right {
	left: auto;
	right: 15px;
}

.slider-caption.slider-caption-center {
	position: relative;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slider-caption-bg {
	padding: 5px 12px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
	top: auto;
	bottom: 50px;
	left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	font-weight: 400;
	text-shadow: none;
}

.slider-caption-top-left {
	top: 50px;
	bottom: auto;
}

.slider-caption-top-right {
	top: 50px;
	bottom: auto;
	left: auto;
	right: 50px;
}

.slider-caption-bottom-right {
	left: auto;
	right: 50px;
}


/* Slider Arrows
-----------------------------------------------------------------*/
.slider-arrow-left,
.slider-arrow-right {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	margin-top: -26px;
	background-color: rgba(0,0,0,0.3);
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.slider-arrow-right, .slider-element {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.slider-arrow-left i, .slider-arrow-right i {
	line-height: 50px;
	width: 34px;
	height: 52px;
	color: #DDD;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 34px;
	text-align: center;
	margin-left: 7px;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover { background-color: rgba(0,0,0,0.6) !important; }



/* ----------------------------------------------------------------
	Page Transitions
-----------------------------------------------------------------*/

body:not(.no-transition) #wrapper,
.animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	background-color: #FFF;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-perspective: 1000;
}

.css3-spinner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: 13px;
	width: 18px;
	height: 18px;
	background-color: #DDD;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner .css3-spinner-bounce1 {
	margin-left: -31px;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.css3-spinner .css3-spinner-bounce2 {
	margin-left: -9px;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 40% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}


.css3-spinner > .css3-spinner-flipper {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	border-radius: 0;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(180deg) }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	} 50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	} 100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.css3-spinner > .css3-spinner-double-bounce1,
.css3-spinner > .css3-spinner-double-bounce2 {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	opacity: 0.6;
	-webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out;
	animation: cssspinnerbounce 2.0s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes cssspinnerbounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes cssspinnerbounce {
	0%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

.css3-spinner > .css3-spinner-rect1,
.css3-spinner > .css3-spinner-rect2,
.css3-spinner > .css3-spinner-rect3,
.css3-spinner > .css3-spinner-rect4,
.css3-spinner > .css3-spinner-rect5 {
	height: 30px;
	width: 6px;
	margin-top: -15px;
	margin-left: -21px;
	border-radius: 0;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-rect2 {
	margin-left: -12px;
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.css3-spinner > .css3-spinner-rect3 {
	margin-left: -3px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.css3-spinner > .css3-spinner-rect4 {
	margin-left: 6px;
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.css3-spinner > .css3-spinner-rect5 {
	margin-left: 15px;
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100% {
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
	}  20% {
	transform: scaleY(1.0);
	-webkit-transform: scaleY(1.0);
	}
}

.css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
	width: 16px;
	height: 16px;
	border-radius: 0;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: cubemove 1.8s infinite ease-in-out;
	animation: cubemove 1.8s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
	25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
	50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
	75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
	100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
	25% {
	transform: translateX(42px) rotate(-90deg) scale(0.5);
	-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	} 50% {
	transform: translateX(42px) translateY(42px) rotate(-179deg);
	-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	} 50.1% {
	transform: translateX(42px) translateY(42px) rotate(-180deg);
	-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	} 75% {
	transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	} 100% {
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	}
}

.css3-spinner > .css3-spinner-scaler {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
	0% { -webkit-transform: scale(0.0) }
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 100% {
	transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}


.css3-spinner > .css3-spinner-grid-pulse {
	width: 48px;
	height: 48px;
	margin-top: -24px;
	margin-left: -24px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-grid-pulse > div {
	background-color: #DDD;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	float: left;
	-webkit-animation-name: ball-grid-pulse;
	animation-name: ball-grid-pulse;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.css3-spinner-grid-pulse > div:nth-child(1) {
	-webkit-animation-delay: 0.73s;
	animation-delay: 0.73s;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
}

.css3-spinner-grid-pulse > div:nth-child(2) {
	-webkit-animation-delay: 0.32s;
	animation-delay: 0.32s;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
}

.css3-spinner-grid-pulse > div:nth-child(3) {
	-webkit-animation-delay: 0.71s;
	animation-delay: 0.71s;
	-webkit-animation-duration: 0.88s;
	animation-duration: 0.88s;
}

.css3-spinner-grid-pulse > div:nth-child(4) {
	-webkit-animation-delay: 0.62s;
	animation-delay: 0.62s;
	-webkit-animation-duration: 1.06s;
	animation-duration: 1.06s;
}

.css3-spinner-grid-pulse > div:nth-child(5) {
	-webkit-animation-delay: 0.31s;
	animation-delay: 0.31s;
	-webkit-animation-duration: 0.62s;
	animation-duration: 0.62s;
}

.css3-spinner-grid-pulse > div:nth-child(6) {
	-webkit-animation-delay: -0.14s;
	animation-delay: -0.14s;
	-webkit-animation-duration: 1.48s;
	animation-duration: 1.48s;
}

.css3-spinner-grid-pulse > div:nth-child(7) {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
	-webkit-animation-duration: 1.47s;
	animation-duration: 1.47s;
}

.css3-spinner-grid-pulse > div:nth-child(8) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 1.49s;
	animation-duration: 1.49s;
}

.css3-spinner-grid-pulse > div:nth-child(9) {
	-webkit-animation-delay: 0.73s;
	animation-delay: 0.73s;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

@-webkit-keyframes ball-grid-pulse {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1); }

	50% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.7; }

	100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1; }
}

@keyframes ball-grid-pulse {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1); }

	50% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.7; }

	100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1; }
}


.css3-spinner > .css3-spinner-clip-rotate {
	width: 33px;
	height: 33px;
	margin-top: -17px;
	margin-left: -17px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-clip-rotate > div {
	border-radius: 100%;
	border: 2px solid #DDD;
	border-bottom-color: transparent !important;
	height: 33px;
	width: 33px;
	background: transparent !important;
	-webkit-animation: rotate 1s 0s linear infinite;
	animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
	0% {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1); }

	50% {
	-webkit-transform: rotate(180deg) scale(0.6);
	transform: rotate(180deg) scale(0.6); }

	100% {
	-webkit-transform: rotate(360deg) scale(1);
	transform: rotate(360deg) scale(1); }
}


.css3-spinner > .css3-spinner-ball-rotate {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
	background-color: transparent !important;
	-webkit-animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
	animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
}

.css3-spinner-ball-rotate > div {
	background-color: #DDD;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: relative;
}

.css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	content: "";
	position: absolute;
	opacity: 0.7;
}

.css3-spinner-ball-rotate > div:nth-child(1) {
	top: 0px;
	left: -22px;
}

.css3-spinner-ball-rotate > div:nth-child(3) {
	top: 0px;
	left: 22px;
}


@-webkit-keyframes ballrotate {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }

  50% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }

  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); }
}

@keyframes ballrotate {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }

  50% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }

  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); }
}


/******* SECCIONES FERIA*******/


/* ============================
   Media Queries – Bootstrap 
============================ */
/* ==================== MEDIA QUERIES BASE ==================== */
/* ============================
   MEDIA QUERIES – Bootstrap 5.3 + Cascada personalizada
============================ */

/* Ultra grandes – ≥1600px (opcional, personalizado) */
@media (min-width: 1600px) {
  /* TVs o pantallas 4K */
}

/* Solo pantallas muy grandes (≥1400px) */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* .container { background-color: yellow; } */
}

/* Extra Large (Bootstrap xl) – 1200px a <1400px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /*.container { background-color: #add8e687; } /* celeste */
}

/* Large (Bootstrap lg) – 992px a <1200px */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*.container { background-color: #ffc0cb96; } /* rosa */
}

/* Medium (Bootstrap md) – 768px a <992px */
@media (min-width: 768px) and (max-width: 991.98px) {
  /*.container { background-color: #1c181c17; } /* gris oscuro */

  /* mensaje / bienvenida */
  #mensaje .img-top,
  #mensaje .img-bottom {
    max-height: 240px;
  }
  #mensaje .fecha img {
    max-height: 35px !important;
  }

  /*atracciones*/
  .atraccion-image{
  	width: 100%!important;
  }
	.atraccion-image .img-atraccion{
		max-height: 480px;
	}
	#slide-atracciones #contenido-atracciones{
		padding-bottom: 365px;	
	}

}

/* Small (Bootstrap sm) – 576px a <768px */
@media (min-width: 576px) and (max-width: 767.98px) {
  /*.container { background-color: #00790094; } /* verde */

  /* mensaje / bienvenida */
  #mensaje .img-top {
    max-height: 190px;
  }
  #mensaje .img-bottom {
    max-height: 210px;
  }
  #mensaje .fecha img {
    max-height: 30px !important;
  }

	#costos .cuadro {
		width: 75%; 
	}

	 /*atracciones*/
	#atracciones .img-top {
    max-height: 190px;
	}
  .atraccion-image{
  	width: 100%!important;
  }
	.atraccion-image .img-atraccion{
		max-height: 480px;
	}
	#slide-atracciones #contenido-atracciones{
		padding-bottom: 365px;	
	}

}

/* Pequeños personalizados – 480px a <576px */
@media (min-width: 480px) and (max-width: 575.98px) {
  /*.container { background-color: #0000ffa8; } /* azul */

  /* mensaje / bienvenida */
  #mensaje .img-top {
    max-height: 140px;
  }
  #mensaje .img-bottom {
    max-height: 190px;
  }
  #mensaje .fecha img {
    max-height: 25px !important;
  }

	 /*atracciones*/
	#atracciones .img-top {
    max-height: 140px;
	}
  .atraccion-image{
  	width: 100%!important;
  }
	.atraccion-image .img-atraccion{
		max-height: 380px;
	}
	#slide-atracciones #contenido-atracciones{
		padding-bottom: 365px;	
	}

}

/* Extra pequeños (teléfonos muy pequeños) – <480px */
@media (max-width: 479.98px) {
  /*.container { background-color: #3eefef99; } /* celeste claro */

  /* mensaje / bienvenida */
  #mensaje .img-top {
    max-height: 140px;
  }
  #mensaje .img-bottom {
    max-height: 150px;
  }
  #mensaje .fecha img {
    max-height: 25px !important;
  }
  /*atracciones*/
	 #atracciones .img-top {
    max-height: 140px;
	}
  .atraccion-image{
  	width: 100%!important;
  }
	.atraccion-image .img-atraccion{
		max-height: 380px;
	}
	#slide-atracciones #contenido-atracciones{
		padding-bottom: 365px;	
	}
}


/*banners*/
/*#banners-index #controles-slide-banners{
  padding: 0 0 35px;  
}*/
#banners-index > .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
   background: #fff;
}
#banners-index #controles-slide-banners > .swiper-pagination{ 
  bottom: 0!important;
}
#banners-index .banner img{
  margin: 0 auto;
}
/*#banners-index  .swiper-button-next, #banners-index .swiper-button-prev {
  width: 55px;
  height: 45px;
  background-color: rgba(101, 100, 105, 0.55)!important;
  background-size: 20px;
  display: none;
}
#banners-index #controles-slide-banners:hover .swiper-button-next,
#banners-index #controles-slide-banners:hover .swiper-button-prev{
  display:block;
} 
#banners-index #controles-slide-banners  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
#banners-index #controles-slide-banners .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}*/


/*boton*/ 
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, 
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover{
	background: #f7a500;
	border-color:#f7a500;	
}

.btn-primary:hover{
	background: #f7a500;
	border-color:#f7a500;	
}



/** Margenes **/ 
.mt5{margin-top:5px !important;}				.mt10{margin-top:10px !important;} 			.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}			.mt30{margin-top:30px !important;} 			.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;} 			.mt60{margin-top:60px !important;}
.mb5{margin-bottom:5px !important;} 		.mb10{margin-bottom:10px !important;} 	.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;} 	.mb30{margin-bottom:30px !important;} 	.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;} 	.mb60{margin-bottom:60px !important;} 