@keyframes fade-1 {
  25%,
  50%,
  75% {
    opacity: 0;
  }
  0%,
  to {
    opacity: 1;
  }
}
@keyframes fade-2 {
  0%,
  50%,
  75%,
  to {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes fade-3 {
  0%,
  25%,
  75%,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade-4 {
  0%,
  25%,
  50%,
  to {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
@font-face {
  font-family: "ArTarumianBakhum";
  src: url(../fonts/BAKHUM.eot?) format("eot"),
    url(../fonts/BAKHUM.woff) format("woff"),
    url(../fonts/BAKHUM.ttf) format("truetype"),
    url(../fonts/BAKHUM.svg#ArTarumianBakhum) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "iconfont-jc";
  src: url(../fonts/iconfont-jc.ttf?wiq41p) format("truetype"),
    url(../fonts/iconfont-jc.woff?wiq41p) format("woff"),
    url(../fonts/iconfont-jc.svg?wiq41p#iconfont-jc) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url(../fonts/open-sans-v18-latin-regular.woff2) format("woff2"),
    url(../fonts/open-sans-v18-latin-regular.woff) format("woff"),
    url(../fonts/open-sans-v18-latin-regular.ttf) format("truetype");
}
[class*=" iconjc-"],
[class^="iconjc-"] {
  font-family: "iconfont-jc" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  color: #ec7d00;
}
.iconjc-logo-mono:before {
  content: "\e801";
  font-size: 5rem;
  line-height: 20vh;
}
.iconjc-en-redondo-2x:before {
  content: "\e808";
  color: #fff;
  font-size: 1.5rem;
}
.iconjc-es-redondo-2x:before {
  content: "\e810";
  color: #fff;
  font-size: 1.5rem;
}
.iconjc-circulo-pin:before {
  content: "\e802";
}
.iconjc-circulo-sobre-ancho:before {
  content: "\e804";
}
.iconjc-circulo-telefono:before {
  content: "\e805";
}
.iconjc-circulo-reloj:before {
	content: "\e901"
}
.iconjc-instagram:before {
  content: "\e845";
}
.iconjc-facebook:before {
  content: "\e846";
}
*,
::after,
::before,
a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: 0;
}
body {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  background-color: #100e17;
}
.idioma-home,
.logo-home {
  position: relative;
}
.idioma-home {
  float: right;
  display: block;
  height: 1px;
  top: -3rem;
  padding-right: 0.5rem;
}
.carrusel,
.carrusel--img {
  height: 28vh;
  width: 92vw;
}
.carrusel {
  position: relative;
}
.carrusel--img {
  border-radius: 10px;
}
.carrusel__item-1 {
  display: block;
  position: relative;
}
.carrusel__item-2,
.carrusel__item-3,
.carrusel__item-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.carrusel__item-1 {
  animation: fade-1 13s infinite;
  -webkit-animation: fade-1 13s infinite;
}
.carrusel__item-2 {
  animation: fade-2 13s infinite;
  -webkit-animation: fade-2 13s infinite;
}
.carrusel__item-3 {
  animation: fade-3 13s infinite;
  -webkit-animation: fade-3 13s infinite;
}
.carrusel__item-4 {
  animation: fade-4 13s infinite;
  -webkit-animation: fade-4 13s infinite;
}
.menu,
.navegador {
  position: relative;
  height: 35vh;
}
.menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-evenly;
}
.menu--link {
  color: #ec7d00;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-variant: small-caps;
}
[class^=menu--item]:hover {
	transform: scale(1.2);
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease;
}
[class^="menu--item"]:hover .menu--link {
	text-shadow: 0 0 1px #ec7d00, 0 0 1px #ec7d00, 0 0 1px #ec7d00;
}
.futer,
.pie,
.pie-derecha {
  display: -ms-flexbox;
  display: flex;
}
.futer {
  width: 100%;
  justify-content: center;
}
.pie,
.pie-derecha {
  flex-direction: column;
}
.pie {
  max-height: 0;
  transition: all 0.5s ease;
  -ms-flex-direction: row;
	flex-direction: row;
  position: fixed;
  bottom: 0;
  width: 92vw;
  justify-content: space-evenly;
  align-items: center;
  background-color: #242424;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.pie-derecha {
  -ms-flex-direction: column;
	flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
 }
.pie-derecha__contactos {
  padding: 0.5rem 0;
  padding-left: 10px;
  display: inline-block;
}
.pie-derecha--links-contactos {
  text-rendering: auto;
  text-align: left;
  display: block;
}
.pie-derecha--txt-contactos {
  display: inline-block;
  padding-left: 0.3rem;
  vertical-align: top;
  font: 1.1rem "Helvetica", sans-serif;
  line-height: 1.2em;
  color: #fff;
}
#horario { 
	font-size: .9rem;
}
.pie-derecha__social {
  margin: 2rem auto 0;
}
.pie-derecha--links-social {
  display: inline-block;
  padding-left: 0.5rem;
}
.pie-derecha__legal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  padding-top: 0.8rem;
  border-top: solid 1px gray;
  justify-content: center;
}
.pie-derecha--txt-copyright {
  font: 700 0.9rem "Open Sans", sans-serif;
  color: #8f9296;
  font-size: 1rem;
}
.pie-derecha--span-copyright {
  padding-left: 0.3rem;
  color: #ec7d00;
}
.pie-derecha--txt-politicas {
  display: inline-block;
  font: 0.8rem Arial;
  color: #8f9296;
  padding-bottom: 2rem;
}
.boton-flecha {
  display: none;
}
.frame-flecha {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.conte-flecha {
  cursor: pointer;
  display: block;
  user-select: none;
  width: 50px;
  height: 32px;
  background: 0 0;
  border-radius: 30px 30px 0 0;
}
.barra-izqda {
  position: relative;
  background-color: transparent;
  top: 3px;
  left: -22px;
  transform: rotate(-35deg);
  border-radius: 2px;
}
.barra-izqda:after {
  content: "";
  background-color: #fff;
  border-radius: 6px 10px 10px 6px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.barra-dcha,
.barra-dcha:after,
.barra-izqda,
.barra-izqda:after {
  width: 20px;
  height: 5px;
  display: block;
  float: right;
}
.barra-dcha {
  position: relative;
  background-color: transparent;
  top: 3px;
  left: 12px;
  transform: rotate(35deg);
  border-radius: 2px;
}
.barra-dcha:after {
  content: "";
  background-color: #fff;
  border-radius: 10px 6px 6px 10px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.boton-flecha:checked ~ .frame-flecha .conte-flecha .barra-izqda:after {
  transform-origin: center center;
  transform: rotate(70deg);
}
.boton-flecha:checked ~ .frame-flecha .conte-flecha .barra-dcha:after {
  transform-origin: center center;
  transform: rotate(-70deg);
}
.boton-flecha:checked ~ .futer .pie {
  max-height: 100vh;
  padding: 20px 0;
  overflow: visible;
}
@media only screen and (min-width: 400px) {
	#horario { 
		font-size: 1.1rem;
	}
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .iconjc-logo-mono:before {
    top: 5rem;
    font-size: 5.5rem;
  }
  .carrusel,
  .carrusel--img {
    top: 1rem;
    width: 75vw;
    height: 45vh;
  }
  .navegador {
    top: 0;
    height: 0;
  }
  .menu,
  .pie-derecha {
    justify-content: space-around;
  }
  .menu {
    -ms-flex-flow: row;
    flex-flow: row;
    width: 69vw;
    height: 15vh;
  }
  .pie-derecha {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .pie-derecha__contactos {
    padding-left: 5px;
  }
  .pie-derecha__legal {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    width: 69vw;
    margin-top: 0.5rem;
  }
  .pie-derecha--txt-politicas {
    padding-bottom: 0;
  }
  .pie-derecha__social {
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .logo-home {
    top: 2rem;
  }
  .iconjc-logo-mono:before {
    font-size: 4.5rem;
  }
  .carrusel,
  .carrusel--img {
    top: 3rem;
    width: 70vw;
    height: 45vh;
  }
  .navegador {
    top: 3rem;
  }
  .menu {
    width: 65vw;
  }
  .menu--link {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1366px) {
  .logo-home {
    top: 2rem;
  }
  .iconjc-logo-mono:before {
    font-size: 6.5rem;
  }
  .carrusel,
  .carrusel--img {
    top: 2.5rem;
    width: 75vw;
    height: 45vh;
  }
  .navegador {
    top: 1rem;
  }
  .menu {
    width: 65vw;
  }
  .menu--link {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1640px) {
  .logo-home {
    top: 4rem;
  }
  .iconjc-logo-mono:before {
    font-size: 6.5rem;
  }
  .carrusel,
  .carrusel--img {
    top: 4.5rem;
    width: 60vw;
    height: 40vh;
  }
  .navegador {
    top: 3rem;
  }
  .menu {
    width: 50vw;
  }
  .menu--link {
    font-size: 1.6rem;
  }
}
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-compliance,
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-window.cc-banner {
  justify-content: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: max-content;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}






 /* ----------------------------- MODAL ------------------------------------------ */


 .modal_a-galeria {
	color: #ec7d00;
}
.modal_a-feria {
	color: #e71d73;
}
.modal_a-lugar {
	color: #222121;
}
.modal_a-galeria:hover {
	transform: scale(1);
  text-shadow: 0 0 .5px #ec7d00, 0 0 1px #ec7d00, 0 0 .5px #ec7d00;
	-webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}
.modal_a-feria:hover {
	transform: scale(1);
  text-shadow: 0 0 .5px #e71d73, 0 0 1px #e71d73, 0 0 .5px #e71d73;
	-webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}
.modal_a-lugar:hover {
	transform: scale(1);
  text-shadow: 0 0 .5px #222121, 0 0 1px #222121, 0 0 .5px #222121;
	-webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}
.modal_h2 {
	font-size: 1.3rem;
	margin: .5em 0;
}
.modal_h4 {
	margin-bottom: 1em;
}
.modal_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
	}
.modal_popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  /* background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out; */
	}
.modal_popupInner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 600px;
  max-height: 450px;
	background-color: rgb(236, 220, 220);
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
	border-radius: 15px;
}
.modal_popup__photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
	border-radius: 15px 0 0 15px;
}
.modal_popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: center;
  align-items: center;
	font-family: "Open Sans", sans-serif;
  font-size: 16px;
	background-image: url(/img/ferias/modal-fondo-2.png);
}
.modal_logo__svg {
	max-width: 50%;
}
.modal_popup__text .modal_h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  /* color: #0A0A0A; */
	color:#fff;
	font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.modal_popup__text p {
  font-size: 0.875rem;
  color: #686868;
  line-height: 1.5;
}
.modal_popup:target {
  visibility: visible;
  opacity: 1;
}
.modal_popup:target .modal_popupInner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.modal_popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  /* background-color: #0A0A0A; */
	background-color: #ec7d00;
  z-index: 4;
  color: #fff;
	font-weight: bold;
	font-size: large;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
	font-family: "Open Sans", sans-serif;
}
.modal_popup__close:hover {
	transform: scale(1.1);
	-webkit-transition: transform 0.1s ease;
	transition: transform 0.1s ease;
	text-shadow: 0 0 .5px #fff, 0 0 1px #fff, 0 0 .5px #fff;
}

@media screen and (max-width: 768px) {
	.modal_popupInner {
		max-width: 360px;
		max-height: 450px;
  }
	.modal_popup__photo {
		width: 90%;
	}
	.modal_logo__svg {max-width: 75%; }
	.modal_h2 { font-size: 18px; }
	.modal_h4 { font-size: 14px; }
}