@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"),
    url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"),
    url("../fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd")
      format("svg");
  font-weight: normal;
  font-style: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLTStd-Roman.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff"),
    url("../fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype"),
    url("../fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLTStd-It.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeueLTStd-It.woff") format("woff"),
    url("../fonts/HelveticaNeueLTStd-It.ttf") format("truetype"),
    url("../fonts/HelveticaNeueLTStd-It.svg#HelveticaNeueLTStd-It")
      format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Yesteryear";
  src: url("../fonts/Yesteryear-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neutra Display";
  src: url("../fonts/NeutraDisp-Titling.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeutraDisp-Titling.woff") format("woff"),
    url("../fonts/NeutraDisp-Titling.ttf") format("truetype"),
    url("../fonts/NeutraDisp-Titling.svg#NeutraDisp-Titling") format("svg");
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-family: "Neutra Display";
  color: #d2021c;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h5 {
  color: #d2021c;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bold;
}

.titulos {
  font-family: "Neutra Display";
  background: #5a5748;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .titulos {
    font-size: 14px;
    padding: 10px 5px;
  }
}

.titulo_seccion {
  font-family: "Neutra Display";
  color: #d2021c;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .titulo_seccion {
    margin-top: 20px;
    font-size: 14px;
    /*display:none;*/
  }
}

.amigo {
  float: right;
  font-family: "Yesteryear", cursive;
  font-size: 50px;
  text-align: right;
  color: #5a5748;
  margin-top: 50px;
  display: block;
  clear: both;
  min-width: 370px;
}
@media (max-width: 767px) {
  .amigo {
    min-width: auto;
    font-size: 30px;
  }
}

.amigo a {
  color: #5a5748;
  text-decoration: none;
}

.amigo span {
  margin-right: 20px;
}

.amigo img {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .amigo img {
    margin-top: 5px;
  }
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  opacity: 0.8;
  background-color: #ffffff;
}

#pages {
  display: none;
}

.como-llegar {
  display: block;
  text-align: center;
  color: #5a5748;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Neutra Display";
  font-size: 18px;
}

a.btnRuta {
  font-family: "Neutra Display";
  background: #564322;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
}
a.btnRuta:hover {
  background: #d2021c;
}

.textos strong {
  color: #d2021c;
}
.textos h1 {
  color: #d2021c;
  font-weight: bold;
  font-size: 22px;
}

.videos {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}
.videos h4 a {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #d2021c;
  font-weight: bold;
  text-decoration: none;
}

#html5-watermark {
  display: none;
}

.grid-sizer,
.grid-item {
  width: 50%;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}

.row-no-padding [class*="col-"]:not(:first-child),
.row-no-padding [class*="col-"]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.row.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tour-enlace {
  position: relative;
  right: 20px;
  top: 45px;
  z-index: 999;
  float: right;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  padding: 5px;
  width: 380px;
  text-align: center;
}
@media (max-width: 767px) {
  .tour-enlace {
    width: 100%;
    top: 0px;
    left: 0px;
    right: auto;
    float: none;
    margin-top: 10px;
  }
}
.tour-enlace a {
  color: #d2021c;
}

#tour {
  width: 100%;
  height: 900px;
  border: 0px;
}
@media (max-width: 767px) {
  #tour {
    height: auto;
    min-height: 400px;
  }
}

#panoramaMenu {
  display: none;
}

#krpanoSWFObject div:nth-of-child(2):nth-of-child(2) {
  display: none;
}

#header {
  margin: 20px auto;
}
@media (max-width: 767px) {
  #header {
    margin-bottom: 0px;
  }
}
#header .redes {
  float: right;
  margin: 10px 0px;
}
@media (max-width: 1023px) {
  #header .redes {
    float: none;
    margin: 0px;
    text-align: right;
  }
}
@media (max-width: 1023px) and (max-width: 640px) {
  #header .redes strong {
    font-size: 12px;
    display: none;
  }
  #header .redes img {
    width: 50px;
    margin-top: -15px;
  }
}
@media (max-width: 1023px) {
  #header .redes a {
    display: inline-block !important;
  }
}
#header button {
  font-size: 30px;
  margin-right: 0px;
}

.menu-principal {
  font-family: "Neutra Display";
  padding: 0px;
}
@media (max-width: 1023px) {
  .menu-principal {
    background: #d3c3aa;
    border: 0px;
    border-radius: 0px;
  }
}
.menu-principal .navbar-collapse,
.menu-principal .navbar-collapse.collapse,
.menu-principal .navbar-collapse.collapse.in {
  border: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
}
.menu-principal .navbar-default .navbar-collapse,
.menu-principal .navbar-default .navbar-form {
  border: 0px;
  border-color: transparent;
}
.menu-principal.navbar {
  min-height: auto;
  background: none;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .menu-principal.navbar {
    margin: 0px;
  }
}
.menu-principal ul {
  padding: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .menu-principal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0px;
  }
}
.menu-principal li {
  list-style: none;
}
@media (max-width: 1023px) {
  .menu-principal li {
    width: 100%;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.menu-principal li a {
  padding: 0px;
  text-transform: uppercase;
  color: #5a5748;
  white-space: nowrap;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .menu-principal li a {
    font-size: 13px;
  }
}
.menu-principal li a:hover,
.menu-principal li a.selected {
  border-bottom: 4px solid #d2021c;
  color: #d2021c;
}

.titulo-pagina {
  text-align: right;
  text-transform: uppercase;
  font-size: 26px;
  font-family: "Neutra Display";
  margin-top: 20px;
  display: block;
  clear: both;
}
@media (max-width: 1023px) {
  .titulo-pagina {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .titulo-pagina {
    margin-top: 0px;
  }
}
@media (max-width: 639px) {
  .titulo-pagina {
    font-size: 18px !important;
  }
}

#banners-portada {
  margin: 0px auto 20px;
}
@media all and (max-width: 767px) {
  #banners-portada {
    margin-top: 20px;
  }
  #banners-portada img {
    margin-bottom: 20px;
  }
}

#banner-no-obras-portada {
  background: url("../images/bg_banner_sin_representaciones.jpg") no-repeat
    #a79c88;
  background-position: center bottom;
  color: #fff;
  overflow: hidden;
  font-size: 26px;
  padding: 40px;
}
#banner-no-obras-portada p {
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  font-size: 15px;
}
#banner-no-obras-portada p strong {
  font-size: 20px;
  text-shadow: none;
}
#banner-no-obras-portada strong {
  color: #fff;
}
#banner-no-obras-portada ul {
  list-style: none;
  margin: 40px 0px;
  padding: 0px;
}
#banner-no-obras-portada ul li {
  font-size: 15px;
  margin-bottom: 5px;
}
#banner-no-obras-portada ul li strong {
  color: #d2021c;
}

.situacion-actual {
  margin-bottom: 20px;
}
.situacion-actual h4 a {
  color: #d2021c;
  display: block;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: normal;
}
.situacion-actual h3 {
  font-style: italic;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: normal;
}
.situacion-actual strong {
  color: #d2021c;
}
.situacion-actual a.btnComprarEntrada {
  display: block;
  color: #d2021c;
  font-weight: bold;
  border-top: 2px solid #d2021c;
  border-bottom: 2px solid #d2021c;
  text-transform: uppercase;
  padding: 7px 0px;
  font-size: 18px;
  display: block;
  margin-top: 20px;
  text-align: center;
  font-family: "Neutra Display";
  text-decoration: none;
}

.facebook-widget,
.lightwidget-widget {
  margin-bottom: 20px;
}

#producto h1 {
  font-family: "Neutra Display";
  color: #d2021c;
  font-weight: normal;
  font-size: 20px;
  margin: 20px 0px;
}
#producto form input[type="submit"] {
  background: #d2021c;
  color: #fff;
  font-family: "Neutra Display";
  padding: 5px;
  border: 0px;
  display: block;
  margin: 20px 0px;
  width: 200px;
}
@media (max-width: 767px) {
  #producto form input[type="submit"] {
    margin: 0px auto;
    width: 100%;
    padding: 7px 0px;
  }
}
@media (max-width: 374px) {
  #producto form input[type="submit"] {
    font-size: 12px;
    margin-top: 3px;
  }
}
#producto form label {
  margin-top: 6px;
  margin-right: 10px;
}
#producto .precio {
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  #producto .precio {
    margin-top: 10px;
  }
}
#producto .precio strong {
  font-family: "Neutra Display";
  color: #d2021c;
  font-weight: normal;
}
#producto .preseescucha {
  display: block;
  margin-top: 20px;
}
#producto .preseescucha strong {
  font-family: "Neutra Display";
  font-weight: normal;
  color: #d2021c;
  font-size: 18px;
}
#producto .preseescucha i {
  color: #fff;
  background: #d2021c;
  padding: 5px 5px;
  margin-left: 10px;
  cursor: pointer;
}

#descargar-disco {
  background: #f1f0eb;
  padding: 10px;
  margin-top: 40px;
}
#descargar-disco .form-group {
  overflow: hidden;
}
#descargar-disco label {
  margin-top: 20px;
  display: block;
}
#descargar-disco h4 {
  padding: 5px 15px;
  color: #d2021c;
  font-family: "Neutra Display";
  margin-bottom: 0px;
}
#descargar-disco .btn {
  background: #d2021c;
  color: #fff;
  font-family: "Neutra Display";
  padding: 5px;
  border: 0px;
  display: block;
  width: 200px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #descargar-disco .btn {
    margin: 0px auto;
    width: 100%;
    padding: 7px 0px;
  }
}
@media (max-width: 374px) {
  #descargar-disco .btn {
    font-size: 12px;
    margin-top: 3px;
  }
}

@media (max-width: 1023px) {
  .col-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#banner-no-obras {
  background: #a79c88;
  color: #fff;
  padding: 20px 50px 0px 20px;
  overflow: hidden;
  font-size: 26px;
  margin: 40px auto;
}
@media (max-width: 1023px) {
  #banner-no-obras {
    font-size: 16px;
    padding: 20px 20px 0px 20px;
  }
}
@media (max-width: 767px) {
  #banner-no-obras {
    padding: 20px;
  }
}
#banner-no-obras .imagen-banner {
  float: left;
  width: 30%;
  margin-right: 5%;
}
#banner-no-obras ul {
  list-style: none;
  padding: 0px;
  clear: both;
  margin-top: 30px;
  /*
  @media (min-width: 763px) {
  	width: 455px;
  	float: left;
  }

  @media (min-width: 1024px) {
  	width: 665px;
  	float: left;
  	margin: 40px 0px;
  }



  */
}
@media (min-width: 768px) {
  #banner-no-obras ul {
    clear: none;
    width: 65%;
    float: left;
    margin-top: 40px;
  }
}
#banner-no-obras ul li {
  width: 50%;
  float: left;
  font-size: 15px;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  #banner-no-obras ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #banner-no-obras ul li {
    float: none;
    width: 100%;
  }
}
#banner-no-obras ul li strong {
  color: #d2021c;
}

.buscador {
  margin: 20px 0px;
  width: 100%;
  background: #d3c3aa;
}
.buscador span {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  padding: 8px 0px;
  display: block;
  background: #a79c88;
}
.buscador label {
  margin-top: 11px;
}
.buscador input[type="text"] {
  border: 0px;
  border-radius: 0px;
  height: 28px;
}
.buscador input[type="submit"] {
  background: #5a5748;
  color: #fff;
  text-transform: uppercase;
  font-family: "Neutra Display";
  padding: 5px 0px;
  border: 0px;
  letter-spacing: 1px;
  display: block;
  margin: 5px auto;
  width: 90%;
}
.buscador .input-group {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .buscador .input-group {
    margin: 0px 16px 10px 16px;
  }
}
.buscador .input-group-addon {
  padding: 6px 8px;
  font-size: 12px;
  color: #fff;
  background-color: #5a5748;
  border: 0px;
  border-radius: 0px;
}
.buscador .input-group-addon span {
  background: none;
  padding: 0px;
}

.aviso-entradas {
  border-left: 4px solid #a79c88;
  padding-left: 10px;
  color: #5a5748;
  min-height: 40px;
  margin: 20px 80px 40px 0px;
}
@media (max-width: 767px) {
  .aviso-entradas {
    margin: 10px 0px;
  }
}

.espectaculo {
  padding: 20px 0px;
  border-top: 1px solid #a79c88;
  border-bottom: 1px solid #a79c88;
}
.espectaculo h1 {
  text-transform: uppercase;
  font-family: "Neutra Display";
  font-size: 19px;
}
.espectaculo h1 a {
  color: #d2021c;
}
.espectaculo h2 {
  text-transform: none;
  font-size: 18px;
  font-family: "Helvetica Neue";
}
.espectaculo h2 a {
  color: #d2021c;
}
.espectaculo .fecha {
  display: block;
  font-size: 20px;
}
.espectaculo .precio-entrada {
  color: #d2021c;
  font-size: 17px;
  text-align: right;
  display: block;
  font-weight: bold;
}
.espectaculo .precio-entrada span {
  font-family: "Neutra Display";
}
@media (max-width: 767px) {
  .espectaculo .ticket-venta img {
    display: block;
    margin: -20px auto 0px;
  }
}

#ficha-espectaculo h1 {
  color: #d2021c;
  font-family: "Neutra Display";
  font-size: 20px;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #ficha-espectaculo h1 {
    margin-top: 40px;
  }
}
#ficha-espectaculo .info-ficha {
  background: #a79c88;
  padding: 20px 30px;
  margin: 40px 0px;
}
#ficha-espectaculo .info-ficha ul {
  list-style: none;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
#ficha-espectaculo .info-ficha ul i {
  margin-right: 10px;
  color: #d2021c;
}
#ficha-espectaculo .reservar_boton {
  border: 0px;
  background: url("../images/reservar_entrada.png");
  width: 91px;
  height: 42px;
  margin-top: -5px;
  float: right;
}
@media (max-width: 767px) {
  #ficha-espectaculo .reservar_boton {
    margin-top: 15px;
  }
}
#ficha-espectaculo a.info {
  position: relative;
  z-index: 24;
  text-decoration: none;
}
#ficha-espectaculo a.info:hover {
  z-index: 25;
}
#ficha-espectaculo a.info span {
  display: none;
}
#ficha-espectaculo a.info:hover span {
  display: block;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 200px;
  background-color: #d2021c;
  color: #fff;
  text-align: left;
  font-size: 11px;
  padding: 5px;
}
#ficha-espectaculo #calendario .mes {
  text-align: center;
  color: #d2021c;
  text-transform: uppercase;
  font-family: "Neutra Display";
  font-size: 18px;
  margin: 10px auto;
  display: block;
}
#ficha-espectaculo #calendario strong {
  color: #d2021c;
}
#ficha-espectaculo #comprar-entradas .dato-form {
  display: block;
  font-family: "Neutra Display";
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #ficha-espectaculo #comprar-entradas .dato-form {
    margin-bottom: 10px;
  }
  #ficha-espectaculo #comprar-entradas .dato-form.dato-entradas {
    float: left;
    margin-top: 25px;
    margin-right: 5px;
  }
}
#ficha-espectaculo #comprar-entradas select.form-control {
  width: 70px;
  float: left;
}
@media (max-width: 767px) {
  #ficha-espectaculo #comprar-entradas select.form-control {
    margin-top: 20px;
  }
}

#cesta-compra {
  background: #f1f0eb;
  padding: 20px;
}
@media screen and (max-width: 639px) {
  #cesta-compra h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
#cesta-compra #basket .row {
  margin-bottom: 20px;
}
#cesta-compra #basket .th {
  font-family: "Neutra Display";
  display: block;
  margin-bottom: 5px;
}
#cesta-compra .btn {
  background: #5a5748;
  color: white;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  text-shadow: none;
  font-weight: bold;
}
#cesta-compra .btn:hover,
#cesta-compra .btn.btnFinalizar {
  background: #d2021c;
}
@media all and (max-width: 767px) {
  #cesta-compra .btn:hover,
  #cesta-compra .btn.btnFinalizar {
    width: 100%;
  }
}
#cesta-compra a.btnIncrementar,
#cesta-compra a.btnDisminuir {
  background: #5a5748;
  border-radius: 2px;
  border-color: #5a5748;
  color: white;
  text-shadow: none;
  width: 30px;
  padding: 0px;
  text-align: center;
  float: left;
  width: 20px;
  height: auto;
  cursor: pointer;
  margin: 5px;
  font-weight: bold;
}
@media all and (max-width: 479px) {
  #cesta-compra a.btnIncrementar,
  #cesta-compra a.btnDisminuir {
    width: 20px;
  }
}
#cesta-compra a.btnIncrementar:hover,
#cesta-compra a.btnDisminuir:hover {
  text-decoration: none;
}
#cesta-compra input[type="text"].art_stock_cesta {
  width: 35%;
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
@media all and (max-width: 767px) {
  #cesta-compra input[type="text"].art_stock_cesta {
    padding: 0px;
    width: 25%;
  }
}
#cesta-compra .total {
  text-align: right;
  font-size: 27px;
}
@media all and (max-width: 767px) {
  #cesta-compra .total {
    font-size: 20px;
  }
}
#cesta-compra .table > tbody > tr > td,
#cesta-compra .table > tfoot > tr > td {
  vertical-align: middle;
}
#cesta-compra .obligatorio {
  color: #d2021c;
}
#cesta-compra .form-group {
  margin-bottom: 10px;
  overflow: hidden;
}
#cesta-compra .btnPagar {
  background: #5a5748;
  color: white;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  text-shadow: none;
  border: 0px;
  padding: 5px 15px;
  text-shadow: none;
}
#cesta-compra .btnPagar:hover {
  background: #d2021c;
}
@media all and (max-width: 767px) {
  #cesta-compra .producto-cesta {
    display: block;
    width: 100%;
    background: red;
  }
}

#envios-modal .modal-dialog {
  width: 664px;
  height: 370px;
  background: url("../images/fondo_mensaje_titiriteros.png");
}
#envios-modal .modal-content {
  padding: 50px;
  padding-top: 75px;
  padding-bottom: 25px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  font-size: 1em;
  text-align: justify;
  line-height: normal;
  color: black;
}
#envios-modal .modal-content a {
  color: #2da0d9;
}
#envios-modal .modal-content strong {
  color: #d2021c;
  font-weight: bold;
}
#envios-modal .modal-content a.btNclose {
  display: block;
  background-image: url(../images/aceptar_btn.png);
  width: 182px;
  height: 60px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}
#envios-modal .modal-content a.btNclose:hover {
  background-position: bottom;
}

#finalizar-pedido-entradas #aceptar-aviso {
  background: #d3c3aa;
  padding: 20px;
}
#finalizar-pedido-entradas input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-left: -40px;
}
#finalizar-pedido-entradas .checkbox label {
  padding-left: 40px;
  padding-right: 40px;
}
#finalizar-pedido-entradas input[type="submit"] {
  background: #d2021c;
  color: #fff;
  text-transform: uppercase;
  font-family: "Neutra Display";
  display: block;
  border: 0px;
  margin-top: 40px;
  padding: 10px 0px;
  width: 100%;
  font-size: 19px;
}
#finalizar-pedido-entradas .form-group {
  overflow: hidden;
  margin-bottom: 5px;
}
#finalizar-pedido-entradas textarea {
  min-height: 85px;
}

.resumen {
  background: #f1f0eb;
  padding: 20px;
}
.resumen input[type="submit"],
.resumen button {
  background: #d2021c;
  color: #fff;
  text-transform: uppercase;
  font-family: "Neutra Display";
  display: block;
  border: 0px;
  margin-top: 40px;
  padding: 10px 0px;
  width: 250px;
  font-size: 19px;
}
.resumen button {
  margin: auto;
}
.resumen a {
  color: #d2021c;
}

/*
#mask{position:absolute;left:0;top:0;z-index:9000;background-color:#000;display:none;}
#boxes .window{position:fixed;left:0;top:0;width:440px;height:200px;display:none;z-index:9999;padding:20px;}
#boxes #dialog{width:564px;height:270px;padding:50px; padding-top:75px; padding-bottom:25px; background-image:url(img/tienda/fondo_mensaje_titiriteros.png); font-size:1em; text-align:justify; line-height:normal;}
a.close{display:block; background-image:url(img/tienda/aceptar_btn.png); width:182px; height:60px; margin:auto; margin-top:20px; text-align:center;}
a.close:hover{background-position:bottom;}
#boxes strong{	color:#A42310; font-family:Arial; font-weight:bold;}
#dialog a{color:#2da0d9;}
*/
.carousel-showmanymoveone h4 {
  text-transform: uppercase;
  font-size: 12px;
  color: "Helvetica Neue";
  font-weight: bold;
  min-height: 28px;
}

@media screen and (max-width: 992px) {
  .carousel-showmanymoveone img {
    /*padding-top: 70px;*/
    margin: 0 auto;
  }
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
  opacity: 1;
}
.carousel-showmanymoveone .carousel-control .fa {
  font-size: 50px;
  color: #5a5748;
  top: 40%;
  position: relative;
}

.carousel-showmanymoveone .carousel-control.left {
  left: -15px;
}

.carousel-showmanymoveone .carousel-control.right {
  right: -15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}

@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-control.left {
    left: -30px;
  }

  .carousel-showmanymoveone .carousel-control.right {
    right: -30px;
  }

  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }

  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }

  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d),
  all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }

  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }

  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d),
  all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .carousel-showmanymoveone .carousel-control.left {
    left: -10px;
  }

  .carousel-showmanymoveone .carousel-control.right {
    right: -10px;
  }
}
@media all and (max-width: 639px) {
  .carousel-showmanymoveone {
    overflow: inherit;
  }
  .carousel-showmanymoveone .carousel-inner > .item {
    display: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-left: -15px;
    margin-right: -15px;
  }
  .carousel-showmanymoveone #slider-control {
    display: none !important;
  }
}
body {
  background: url("../images/bg.png");
  border-top: 8px solid #d2021c;
  font-family: "Helvetica Neue";
  color: #5a5748;
}

/**
 * FOOTER
 */
.mt-20 {
  margin-top: 20px;
}

#footer {
  background: #5a5748;
  padding: 30px 0px;
  color: #fff;
  margin-top: 40px;
  font-size: 13px;
}
#footer a {
  text-decoration: underline;
  color: #fff;
}
#footer .amigo-pie {
  font-family: "Neutra Display";
}
#footer .redes {
  margin-top: 20px;
}
#footer .redes a {
  margin-right: 20px;
}
#footer .redes a i {
  font-size: 20px;
}

@media (max-width: 768px) {
  #footer {
    text-align: center;
  }
  #footer .redes-bg {
    background-color: #e2e0d3;
    padding: 20px 0;
  }

  .redes-bg {
    color: #5a5748;
  }
  .redes-bg a {
    color: #5a5748;
  }
  .redes-bg a i {
    color: #5a5748;
  }

  #footer .mb-20 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 767px) {
  #footer img {
    margin-top: 20px;
  }
}
#footer a {
  text-decoration: underline;
  color: #fff;
}

.cargando {
  z-index: 9;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.cargando > div {
  display: flex;
  justify-content: center;
  align-content: center;
}
.spin3 {
  position: relative;
  margin-top: 45vh;
}
.spin3 div {
  position: absolute;
  border-radius: 70%;
  border: 4px solid transparent;
  animation: spin linear infinite;
  border-bottom-color: #d2021c;
}
.spin3 .c1 {
  width: 80px;
  height: 80px;
  animation-duration: 0.85s;
}
.spin3 .c2 {
  top: -10px;
  width: 100px;
  height: 100px;
  animation-duration: 0.95s;
}
.spin3 .c3 {
  top: -20px;
  width: 120px;
  height: 120px;
  animation-duration: 1.05s;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.producto {
  margin-bottom: 10px;
}

.carousel-control {
  background: none !important;
  top: 48%;
  opacity: 1;
  text-shadow: none;
  font-size: 30px;
}
