@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.header {
  z-index: 9999999;
  float: left;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

select {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

.top_header {
  z-index: 9999;
  text-align: right;
  background-color: #6e8a31;
  padding: 10px 20px;
  position: relative;
}

.contenedor {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.contenedor.flex {
  width: 100%;
}

.contenedor._650 {
  max-width: 650px;
}

.contenedor._960 {
  max-width: 960px;
}

.contenedor._850 {
  max-width: 850px;
}

.horario {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.texto_horario {
  color: #fff;
  background-image: url('../images/arrow.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  font-family: "Montserrat", sans-serif;
}

.texto_horario.active {
  background-image: url('../images/arrow-active.png');
}

.horarios {
  z-index: 3;
  width: 300px;
  padding-top: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contenido_horarios {
  background-color: #fff;
  border-top: 3px solid #000;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.estatus_horario {
  border-bottom: 1px solid #7c7c7c;
  padding-bottom: 20px;
}

.left_estatus {
  float: left;
  text-align: left;
  width: 60%;
  padding-right: 10px;
}

.hoy {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.hora {
  color: #000;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.right_estatus {
  float: left;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 45px;
  padding-left: 20px;
  display: flex;
}

.estatus_titulo {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.tabla_horarios {
  padding-top: 15px;
}

.fila_horario {
  margin-top: 5px;
}

.left_dia {
  float: left;
  text-align: left;
  width: 30%;
}

.dia {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.right_dia {
  float: left;
  text-align: right;
  width: 70%;
}

.hora_dia {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.none {
  display: none;
}

.redes {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.red {
  margin-left: 10px;
  margin-right: 10px;
}

.enlaces_top ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.enlaces_top, .enlaces_top ul li {
  display: inline-block;
}

.enlace_top, .enlaces_top ul li a {
  color: #fff;
  margin-left: 30px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  display: inline-block;
}

.nav {
  float: left;
  width: 100%;
  padding: 10px;
}

.navbar {
  background-color: #0000;
}

.brand {
  float: left;
  width: 20%;
}

.nav_menu {
  text-align: right;
  width: 80%;
}

.nav_menu ul{
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav_menu  ul li{
  display: inline-block;
}

.enlace_menu, .nav_menu  ul li a{
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.enlace_menu.var {
  margin-left: 0;
}

.directorio {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.submenu{
  background-color: #fff;
  border-top: 3px solid #000;
  width: 250px;
  padding: 15px 20px;
  list-style: none;
}

.nav_menu ul.sub-menu li{
  display: inline-block;
  width: 100%;
}

.enlace_submenu, .nav_menu ul.sub-menu li a{
  color: #000;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  text-transform: inherit;
}

.enlace_submenu:hover, .nav_menu ul.sub-menu li a:hover {
  text-decoration: underline;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover {
    position: relative;
    padding-bottom: 0px;
}

.submenu_directorio, .nav_menu ul.sub-menu{
  padding-top: 0px;
  padding: 15px 20px;
  display: none;
  position: absolute;
  inset: 0% auto auto -75px;
  background-color: #fff;
  border-top: 3px solid #000;
  width: 250px;
  margin-top: 40px;
}

.menu-item-has-children {
    position: relative;
}

section.nav {
    height: 60px;
}

.menu-item-has-children:hover ul.sub-menu{
  display: block;
}

.main {
  float: left;
  width: 100%;
  margin-top: 102px;
}

.banner .w-slider-dot {
    width: 12px;
    height: 12px;
    background: #8c8c8c;
}

.banner .w-slider-dot.w-active{
  background: #fff;
}

.menu .current-menu-item a{
  text-decoration: underline;
}

.slider {
  background-color: #0000;
  height: auto;
}

.mask {
  height: auto;
}

.slide {
  padding: 0;
}

.contenido_slide {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  padding: 30px 30px 100px;
  display: flex;
}

.arrow {
  background-color: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: flex;
}

.arrow.var {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.dots {
  bottom: 50px;
}

.titulo_slider {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.texto_slider {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.enlace_slider {
  color: #000;
  background-color: #ffffffa6;
  border-radius: 50px;
  padding: 12px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.enlace_slider:hover {
  color: #fff;
  background-color: #000000a6;
}

.bienvenida {
  z-index: 2;
  float: left;
  text-align: center;
  background-image: url('../images/shape.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-top: -40px;
  padding: 30px 20px 20px;
  position: relative;
}

.texto_bienvenida {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.categorias {
  float: left;
  width: 100%;
  padding: 60px 20px;
}

.titulo_general {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.titulo_general.white {
  color: #fff;
}

.texto_general {
  color: #565656;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.texto_general.white {
  color: #fff;
}

.columnas_categorias {
  margin-top: 40px;
}

.categoria {
  float: left;
  border-radius: 10px;
  width: 31.3333%;
  height: 250px;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  text-decoration: none;
  overflow: hidden;
}

.categoria.var {
  width: 48%;
}

.imagen_categoria {
  width: 100%;
  height: 100%;
}

.imagen_categoria._1 {
  background-image: url('../images/c1.jpg');
  background-position: 50%;
  background-size: cover;
}

.imagen_categoria._2 {
  background-image: url('../images/c2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen_categoria._3 {
  background-image: url('../images/c3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen_categoria._4 {
  background-image: url('../images/c4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen_categoria._5 {
  background-image: url('../images/c5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen_categoria._6 {
  background-image: url('../images/c6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen_categoria._7 {
  background-image: url('../images/c7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contenido_categoria {
  background-image: linear-gradient(0deg, #000c, #fff0);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.titulo_categoria {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/arrowCategoria.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.actividades {
  float: left;
  background-color: #6e8a31;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  padding: 60px 20px;
}

.content_actividades {
  margin-top: 40px;
}

.actividad {
  padding-left: 80px;
  padding-right: 80px;
}

.left_actividad {
  float: left;
  border-radius: 15px;
  width: 50%;
  height: 365px;
}

.left_actividad._1 {
  background-image: url('../images/ac1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left_actividad._2 {
  background-image: url('../images/ac2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left_actividad._3 {
  background-image: url('../images/ac3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left_actividad._4 {
  background-image: url('../images/ac4.jpg');
  background-position: 50%;
  background-size: cover;
}

.left_actividad._5 {
  background-image: url('../images/ac5.jpg');
  background-position: 50%;
  background-size: cover;
}

.left_actividad._6 {
  background-image: url('../images/ac6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left_actividad._7 {
  background-image: url('../images/ac7.jpg');
  background-position: 50%;
  background-size: cover;
}

.right_actividad {
  float: left;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 365px;
  padding: 30px 40px;
  display: flex;
}

.titulo_actividad {
  color: #030303;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.texto_actividad {
  color: #3b3b3b;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 19px;
  overflow-y: auto;
}

.texto_actividad.var {
  color: #000;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}

.directriz {
  color: #000;
  background-image: url('../images/calendario.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.directriz._2 {
  background-image: url('../images/reloj.png');
}

.directriz._3 {
  background-image: url('../images/location.png');
}

.boton {
  color: #fff;
  background-color: #333;
  border-radius: 50px;
  margin-top: 15px;
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.boton:hover {
  background-color: #000;
}

.boton.gris {
  background-color: #6e8a31;
}

.boton.gris:hover {
  background-color: #000;
}

.boton.negro {
  background-color: #000;
  margin-top: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.boton.enviar {
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.boton.enviar.negro.new {
  margin-top: 15px;
  margin-left: 1%;
  padding-left: 65px;
  padding-right: 65px;
}

.boton.linea {
  color: #6e8a31;
  background-color: #0000;
  border: 1px solid #6e8a31;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.boton.linea:hover {
  color: #fff;
  background-color: #6e8a31;
}

.boton.cartelera {
  color: #000;
  text-transform: uppercase;
  background-color: #ddd3cb;
  margin-top: 0;
  margin-right: 15px;
  padding: 12px 40px;
}

.boton.cartelera:hover {
  color: #ddd3cb;
  background-color: #000;
}

.boton.reservar {
  background-color: #844b22;
  margin-top: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.marcas {
  float: left;
  width: 100%;
  padding: 60px 20px;
}

.content__marcas {
  justify-content: center;
  align-items: center;
  display: flex;
}

ul#marcas {
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

ul#marcas li {
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.circulo_marca {
  background-image: url('../images/m1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  display: inline-flex;
  overflow: hidden;
}

.circulo_marca._2 {
  background-image: url('../images/m2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circulo_marca._3 {
  background-image: url('../images/m3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circulo_marca._4 {
  background-image: url('../images/m4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circulo_marca._5 {
  background-image: url('../images/m5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circulo_marca._6 {
  background-image: url('../images/m6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circulo_marca._7 {
  background-image: url('../images/m7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circulo_marca._8 {
  background-image: url('../images/m8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.marcas__abajo {
  text-align: center;
  margin-top: 30px;
}

.novedades {
  float: left;
  width: 100%;
  padding: 60px 20px 30px;
}

.content__novedades {
  margin-top: 40px;
}

.content__novedades.var {
  margin-top: 0;
}

.novedad {
  float: left;
  width: 29.3333%;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 2%;
}

.imagen_novedad {
  float: left;
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

.imagen_novedad._1 {
  background-image: url('../images/n1.jpg');
  background-position: 50%;
  background-size: cover;
}

.imagen_novedad._2 {
  background-image: url('../images/n2.jpg');
  background-position: 50%;
  background-size: cover;
}

.imagen_novedad._3 {
  background-image: url('../images/c7.jpg');
  background-position: 50%;
  background-size: cover;
}

.imagen_novedad._4 {
  background-image: url('../images/b4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen_novedad._5 {
  background-image: url('../images/b5.jpg');
  background-position: 50%;
  background-size: cover;
}

.imagen_novedad._6 {
  background-image: url('../images/b6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen_novedad._7 {
  background-image: url('../images/b7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_novedad {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.titulo_novedad {
  color: #565656;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.texto_novedad {
  color: #565656;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

.footer {
  float: left;
  background-color: #acbc81;
  width: 100%;
  padding: 40px 20px;
}

.top_footer {
  float: left;
  border-bottom: 1px solid #e1dfdb;
  width: 100%;
  padding-bottom: 30px;
}

.columna_footer {
  float: left;
  width: 33.3333%;
  min-height: 100px;
}

.columna_footer._1 {
  padding-right: 60px;
}

.columna_footer._2 {
  padding-left: 40px;
  padding-right: 40px;
}

.columna_footer._3 {
  padding-left: 60px;
}

.titulo_newsletter {
  color: #000;
  text-transform: none;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.texto_newsletter {
  color: #000;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
}

.form_block {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

.input__form {
  color: #000;
  background-color: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  height: auto;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.input__form::placeholder {
  color: #000;
}

.input__form.var {
  background-color: #fff;
  border-style: none;
  padding-left: 15px;
  padding-right: 15px;
}

.input__form.var.select {
  background-image: url('../images/arrow_select.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.input__form.var.date {
  background-image: url('../images/calendar.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.titulo_footer {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.fila_redes {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.texto_red {
  color: #000;
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.visitanos {
  margin-top: 30px;
}

.location {
  color: #000;
  background-image: url('../images/ubicacion.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 25px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  display: inline-block;
}

.location.mail {
  background-image: url('../images/mail.png');
}

.location.phone {
  background-image: url('../images/phone.png');
  margin-bottom: 0;
}

.boton_visita {
  background-color: #000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 225px;
  margin-bottom: 10px;
  padding: 12px 29px;
  text-decoration: none;
  display: flex;
}

.texto_btn {
  color: #fff;
  text-transform: uppercase;
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.up_links {
  margin-bottom: 30px;
}

.up_links ul{
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.up_links ul li{
  width: 100%;
  display: inline-block;
}

.up_links .menu-item-has-children{
  display: none;
}

.up_links .menu-menu-arriba-container {
    width: 100%;
    display: inline-block;
}

.enlace_footer, .up_links ul li a {
  color: #000;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  display: inline-block;
}

.down_footer {
  float: left;
  width: 100%;
  padding-top: 30px;
}

.coldown {
  float: left;
  border-right: 1px solid #e1dfdb;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  min-height: 85px;
  display: flex;
}

.coldown.var {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.coldown.final {
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}

.label_footer {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.copy {
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.final_mobile {
  display: none;
}

.pop_up {
  z-index: 9999999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.content_pop {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.content__pop {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 575px;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.imagen_pop {
  border-radius: 10px;
  width: 100%;
  height: 275px;
}

.contenido_pop {
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.logo_pop {
  text-align: center;
  margin-top: -75px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.content_logo {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 20px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0003;
}

.down_pop {
  text-align: center;
}

.titulo_pop {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.texto_pop {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.cerrar {
  padding-top: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
  z-index: 999999;
}

.content__contacto {
  float: left;
  width: 100%;
}

.left_contacto {
  float: left;
  background-image: url('../images/bgContacto.jpg');
  background-position: 100% 0;
  background-size: auto;
  width: 50%;
  height: 650px;
}

.left_contacto.mobile {
  display: none;
}

.left_contacto.var {
  background-image: url('../images/bgActividadNew.jpg');
  background-size: cover;
}

.right_contacto {
  float: left;
  width: 50%;
  height: 650px;
  padding: 40px;
}

.right__contacto {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
}

.titulo_contacto {
  color: #6e8a31;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.titulo_contacto.negro {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px;
}

.texto_contacto {
  color: #6e8a31;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.texto_contacto.negro {
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
}

.form__contacto {
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
}

.form__contacto.var {
  margin-top: 20px;
}

.input_form {
  color: #000;
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 5px;
  height: auto;
  padding: 12px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.input_form::placeholder {
  color: #000;
}

.input_form.textarea {
  min-height: 85px;
}

.input_form.var {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

.input_form.var.date {
  background-image: url('../images/calendar.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.input_form.var.select {
  background-image: url('../images/arrow_select.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.banner_blogs {
  background-color: #f4eee7;
  padding: 50px 20px;
}

.banner__blogs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.titulo_banner {
  color: #89532c;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 35%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.texto_banner {
  color: #565656;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.primer_blog {
  background-color: #faf7f2;
  height: 400px;
  padding: 40px 20px;
}

.left_primer_blog {
  float: left;
  width: 40%;
  padding-right: 60px;
}

.mas_reciente {
  color: #89532c;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.primer_titulo {
  color: #000;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.primer_texto {
  color: #565656;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.right_primer_blog {
  float: left;
  border-radius: 10px;
  width: 60%;
  overflow: hidden;
}

.right_primer_blog.mobile {
  display: none;
}

.img_blog {
  border-radius: 10px;
  width: 100%;
}

.breadcrumb {
  float: left;
  background-color: #fcfbf8;
  width: 100%;
  padding: 12px 20px;
}

.item_bread {
  color: #565656;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  display: inline-block;
}

.banner_blog {
  float: left;
  background-color: #faf7f2;
  width: 100%;
  padding: 40px 20px;
}

.left_blog {
  float: left;
  width: 46%;
  padding-right: 40px;
}

.fecha_blog {
  color: #000;
  margin-bottom: 75px;
  font-family: "Montserrat", sans-serif;
}

.titulo_blog {
  color: #89532c;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.right_blog {
  float: left;
  width: 54%;
  padding-left: 60px;
  padding-right: 0;
}

.contenido_blog {
  float: left;
  color: #565656;
  text-align: justify;
  width: 100%;
  padding: 20px 20px 40px;
  font-family: "Montserrat", sans-serif;
}

.texto_blog {
  color: #565656;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}

.texto_blog img{
  height: auto;
}

.contenedor_redes a span, .contenedor_redes a:hover span, .contenedor_redes a span:hover{
  opacity: 0 !important;
}

.a2a_button_facebook{
  background: url('../images/fbk.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.a2a_button_linkedin{
  background: url('../images/lkdn.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.a2a_button_email{
  background: url('../images/email.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.a2a_button_whatsapp{
  background: url('../images/whatsapp.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.subtitulo_blog {
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}

.subtitulo_blog.var {
  color: #89532c;
}

.imagen_blog {
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contenido {
  color: #565656;
  font-family: "Montserrat", sans-serif;
}

.compartir_blog {
  margin-top: 30px;
}

.titulo_compartir {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.red_compartir {
  margin-right: 10px;
}

.banner_verde {
  float: left;
  text-align: center;
  background-color: #6e8a31;
  width: 100%;
  padding: 60px 20px 125px;
}

.banner_verde.var {
  background-color: #6e8a31;
  padding-bottom: 60px;
}

.banner_verde.interna {
  background-color: #6e8a31;
  padding-bottom: 60px;
}

.titulo_blanco {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.titulo_blanco.var {
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 35px;
}

.titulo_blanco.var.negro {
  color: #000;
}

.titulo_blanco.mid {
  font-size: 35px;
  line-height: 40px;
}

.contenido_cupones {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cupones {
  margin-top: -75px;
}

.cupon {
  float: left;
  background-color: #0000;
  border-radius: 10px;
  width: 48%;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  text-decoration: none;
  overflow: hidden;
}

.left_cupon {
  float: left;
  width: 38%;
  height: 195px;
  overflow: hidden;
}

.imagen_cupon {
  width: 100%;
}

.right_cupon {
  float: left;
  background-color: #faf7f2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 62%;
  height: 195px;
  padding: 20px 45px;
  display: flex;
}

.titulo_cupon {
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

.fecha_cupon {
  color: #565656;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.subtitulo_banner {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.subtitulo_banner.gris {
  color: #565656;
  font-weight: 400;
}

.mapas {
  float: left;
  width: 100%;
  padding: 40px 20px 75px;
}

.tabs_menu {
  text-align: center;
}

.link_tab {
  color: #000;
  background-color: #ddd;
  border-radius: 5px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 12px 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.link_tab.w--current {
  color: #fff;
  background-color: #6e8a31;
}

.tab_pane {
  text-align: center;
  padding-top: 60px;
}

.contenedor_tab {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.content__directorio {
  float: left;
  width: 100%;
  padding: 50px 20px 60px;
}

.columna_servicio {
  float: left;
  text-align: center;
  width: 29.3333%;
  margin-bottom: 40px;
  margin-left: 2%;
  margin-right: 2%;
  text-decoration: none;
}

.logo_servicio {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 15px;
  padding: 25px;
  display: flex;
}

.titulo_directorio {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.banner_tienda {
  float: left;
  width: 100%;
  padding: 20px;
}

.banner_tienda.var {
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner__servicio {
  background-color: #6e8a31;
  border-radius: 15px;
  padding: 50px 75px;
}

.banner__servicio.var {
  float: left;
  background-color: #f5f9fc;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 100px;
  padding-right: 100px;
}

.banner__servicio.var.new {
  background-color: #f3f1f0;
}

.left__servicio {
  float: left;
  width: 65%;
  padding-right: 10%;
}

.left__servicio.var {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 0%;
}

.titulo_tienda {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}

.texto_tienda {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14.5px;
}

.texto_tienda.var {
  min-height: 80px;
}

.redes_tienda {
  margin-top: 25px;
}

.red_tienda {
  margin-right: 5px;
}

.logo_tienda {
  float: left;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.logo_tienda.var {
  border: 1px #000;
  width: 100%;
  height: 175px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.abajo_servicio {
  float: left;
  width: 100%;
  padding: 40px 20px;
}

.titulo_pequeno {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.titulo_pequeno.upper {
  text-transform: uppercase;
}

.contenedor_items {
  width: 104%;
  margin-top: 20px;
  margin-left: -2%;
}

.contenedor_items.center {
  text-align: center;
}

.columna_hacemos {
  float: left;
  width: 29.3333%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.imagen_hacemos {
  width: 100%;
}

.titulo_nivel {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.relacionados__final {
  margin-top: 20px;
}

.img_red {
  width: 40px;
}

.content__mapa {
  float: left;
  width: 100%;
}

.slider_interna {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 65px;
  padding-left: 20px;
  padding-right: 20px;
}

.slider_interna.var {
  padding-top: 40px;
}

.arrows_slider {
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.arrow_in {
  float: left;
}

.arrow_in.right {
  float: right;
}

.slider__interno {
  margin-top: 20px;
}

.slide_interno {
  float: left;
  background-color: #f5f5f5;
  width: 31.3333%;
  height: 350px;
  margin-left: 1%;
  margin-right: 1%;
}

.slide_interno.active {
  height: 400px;
  margin-top: -70px;
}

.slide_interno.active._2 {
  background-image: url('../images/g2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_interno.active.var._5 {
  background-image: url('../images/pi2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide_interno.active.var._8 {
  background-image: url('../images/se2.png');
  background-position: 50%;
  background-size: cover;
}

.slide_interno._1 {
  background-image: url('../images/g1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_interno._3 {
  background-image: url('../images/g3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_interno.var {
  border-radius: 15px;
}

.slide_interno.var._4 {
  background-image: url('../images/pi1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_interno.var._6 {
  background-image: url('../images/pi3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_interno.var._7 {
  background-image: url('../images/se1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_interno.var._9 {
  background-image: url('../images/se3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content__actividades {
  float: left;
  width: 100%;
  padding: 30px 20px 60px;
}

.columna_control {
  float: left;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  min-height: 50px;
  display: flex;
}

.columna_control.mid {
  justify-content: center;
  align-items: center;
  width: 50%;
}

.columna_control.right {
  justify-content: flex-end;
  align-items: center;
}

.prev_act {
  color: #000;
  background-image: url('../images/prev_ac.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.next_act {
  color: #000;
  background-image: url('../images/next_ac.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.titulo_act {
  color: #030303;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.titulo_act.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.filas_actividades {
  margin-top: 30px;
}

.fila_actividad {
  border: 1px solid #899d9a;
  border-radius: 10px;
  height: 235px;
  margin-bottom: 10px;
  overflow: hidden;
}

.imagen__actividad {
  float: left;
  width: 27%;
  height: 100%;
}

.imagen__actividad._1 {
  background-image: url('../images/act1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen__actividad._2 {
  background-image: url('../images/act2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen__actividad._3 {
  background-image: url('../images/ac5.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen__actividad._4 {
  background-image: url('../images/ac2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
}

.info__actividad {
  float: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.horario__actividad {
  float: left;
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.columna_cine {
  float: left;
  background-position: 50%;
  background-size: cover;
  width: 23%;
  height: 375px;
  margin-left: 1%;
  margin-right: 1%;
}

.columna_cine._2 {
  background-image: url('../images/cine2.png');
}

.columna_cine._3 {
  background-image: url('../images/cine3.png');
}

.columna_cine._4 {
  background-image: url('../images/cine4.png');
}

.imagen_cartelera {
  width: 100%;
}

.banner_pinatas {
  float: left;
  background-color: #eaf8f7;
  background-position: 100% 30px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 100%;
  padding: 100px 18px 75px;
}

.titulo_pinata {
  color: #3d6b67;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.subtitulo_pinatas {
  color: #3d6b67;
  max-width: 500px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.logo_magic {
  max-width: 600px;
}

.content__pinatas {
  float: left;
  width: 100%;
  padding: 50px 40px;
}

.left_pinata {
  float: left;
  border-radius: 15px;
  width: 50%;
  height: 600px;
  position: relative;
}

.left_pinata.mobile {
  display: none;
}

.right_pinata {
  float: left;
  background-color: #90d3d4;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 600px;
  padding: 40px 50px;
  display: flex;
}

.img_pinatas {
  max-width: 150%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.texto__formulario {
  color: #000;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.banner_salon {
  float: left;
  width: 100%;
  padding: 20px;
}

.salon {
  background-image: url('../images/salon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.right_new {
  background-color: #fff;
  border-top-left-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.texto_eventos {
  color: #000;
  margin-right: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.formulario__reservar {
  float: left;
  width: 100%;
  padding: 40px 20px 75px;
}

.texto_salon {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

ul.rotador_lightbox {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 991px) {
  .header {
    float: left;
    position: relative;
  }

  .redes {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .enlaces_top {
    display: none;
  }

  .nav {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 20px;
  }

  .nav_menu {
    background-color: #0000;
    width: 100%;
    padding-top: 10px;
  }

  .nav_menu  ul, .nav_menu  ul li{
    width: 100%;
    float: left;
  }

  .enlace_menu, .nav_menu  ul li a{
    float: left;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #6078741c;
    width: 100%;
    margin: 0;
    margin-left: 0;
    padding: 12px 15px;
  }

  section.nav{
    height: auto;
  }

  .nav_menu ul.sub-menu {
      position: relative;
      display: none;
      left: 0;
      width: 100%;
      top: 0;
      margin: 0;
      padding: 0;
  }

  .nav_menu ul.sub-menu li a {
      margin: 0;
      padding: 12px;
      text-align: center;
      background: #f6f6f6;
  }

  .menu-item-has-children {
      padding: 0;
  }

  .enlace_menu.var {
    display: inline-block;
  }

  .directorio {
    float: left;
    width: 100%;
    margin-left: 0;
  }

  .submenu {
    width: 100%;
    padding: 0;
  }

  .enlace_submenu {
    text-align: center;
    background-color: #60787469;
    border-top: 1px solid #6078741c;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 15px;
  }

  .submenu_directorio {
    padding-top: 0;
    position: relative;
    left: 0;
  }

  .main {
    margin-top: 0;
  }

  .contenido_slide {
    height: 450px;
  }

  .titulo_slider {
    font-size: 30px;
    line-height: 35px;
  }

  .texto_slider {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .categorias {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .titulo_general {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .texto_general {
    font-size: 14px;
  }

  .actividades {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left_actividad {
    width: 100%;
    height: 250px;
  }

  .right_actividad {
    width: 100%;
    height: auto;
  }

  .boton.cartelera {
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .marcas {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content__marcas {
    text-align: center;
    width: 100%;
    display: block;
  }

  .circulo_marca {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .novedades {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top_footer {
    padding-bottom: 0;
  }

  .columna_footer._1 {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .columna_footer._2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columna_footer._3 {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .location {
    width: auto;
  }

  .boton_visita {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .texto_btn {
    display: inline-block;
  }

  .up_links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .coldown {
    padding-right: 30px;
  }

  .coldown.var {
    text-align: center;
    padding-left: 30px;
  }

  .coldown.final {
    padding-left: 30px;
    padding-right: 0;
  }

  .toggle {
    background-color: #0000;
    padding-top: 5px;
    padding-bottom: 4px;
  }

  .toggle.w--open {
    color: #000;
    background-color: #0000;
  }

  .final_mobile {
    float: left;
    width: 100%;
    display: block;
  }

  .left_contacto {
    display: none;
  }

  .left_contacto.mobile {
    display: block;
  }

  .left_contacto.mobile.var {
    background-position: 0%;
  }

  .left_contacto.var {
    background-image: url('../images/bgActividadNew.jpg');
  }

  .titulo_contacto {
    font-size: 30px;
    line-height: 35px;
  }

  .titulo_contacto.negro {
    font-size: 25px;
    line-height: 30px;
  }

  .texto_contacto {
    font-size: 16px;
  }

  .left_primer_blog {
    padding-right: 40px;
  }

  .primer_titulo {
    font-size: 16px;
    line-height: 20px;
  }

  .primer_texto {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .item_bread {
    font-size: 13px;
  }

  .fecha_blog {
    margin-bottom: 60px;
  }

  .titulo_blog {
    font-size: 25px;
    line-height: 30px;
  }

  .right_blog {
    padding-left: 0;
  }

  .titulo_blanco.mid {
    font-size: 25px;
    line-height: 30px;
  }

  .cupones {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .cupon {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .content__directorio {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columna_servicio {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .banner_tienda.var {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner__servicio.var {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left__servicio {
    padding-right: 8%;
  }

  .slide_interno {
    height: 250px;
  }

  .slide_interno.active {
    height: 300px;
  }

  .info__actividad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner_pinatas {
    background-position: 116% 30px !important;
    padding-top: 75px;
  }

  .titulo_pinata {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .subtitulo_pinatas, .logo_magic {
    max-width: 400px;
  }

  .content__pinatas {
    padding: 30px;
  }

  .left_pinata {
    overflow: hidden;
  }

  .right_pinata {
    padding-left: 35px;
    padding-right: 35px;
  }

  .salon {
    height: 200px;
  }

  .right_new {
    padding: 20px;
  }

  .texto_eventos {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
a.back_directorio {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
}

  .brand {
    width: 27%;
  }

  .arrow {
    width: 40px;
    height: 40px;
  }

  .arrow.var {
    background-color: #607874;
  }

  .categorias {
    padding-bottom: 10px;
  }

  .columnas_categorias {
    margin-top: 30px;
  }

  .categoria {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .categoria.var {
    width: 100%;
  }

  .actividad {
    padding-left: 0;
    padding-right: 0;
  }

  .right_actividad {
    padding-left: 75px;
    padding-right: 75px;
  }

  .novedad {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .content_novedad {
    text-align: center;
  }

  .footer, .top_footer {
    padding-bottom: 0;
  }

  .columna_footer._1 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .columna_footer._2 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .columna_footer._3 {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }

  /*  .fila_redes {
    justify-content: center;
    align-items: center;
  }*/

  .fila_redes {
      /* justify-content: center; */
      /* align-items: center; */
      width: 100%;
      max-width: 220px;
  }

  .visitanos {
    text-align: center;
  }

  .location {
    width: auto;
  }

  .boton_visita {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .texto_btn {
    display: inline-block;
  }

  .up_links {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .down_footer {
    padding-top: 0;
  }

  .coldown {
    text-align: center;
    border-bottom: 1px solid #e1dfdb;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 10px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .coldown.var {
    padding-left: 0;
    padding-right: 0;
  }

  .coldown.final {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .imagen_pop {
    height: 200px;
  }

  .contenido_pop {
    padding-bottom: 40px;
  }

  .content_logo {
    height: auto;
  }

  .titulo_pop {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }

  .texto_pop {
    font-size: 14px;
    line-height: 20px;
  }

  .left_contacto.mobile {
    background-size: cover;
    width: 100%;
    height: 400px;
  }

  .right_contacto {
    width: 100%;
    height: auto;
    padding: 20px 20px 30px;
  }

  .right__contacto {
    max-width: 100%;
  }

  .titulo_contacto.negro {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .form__contacto {
    max-width: 100%;
    margin-top: 20px;
  }

  .input_form.var {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .banner_blogs {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner__blogs {
    text-align: center;
    flex-flow: column;
  }

  .titulo_banner {
    width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .texto_banner {
    font-size: 14px;
  }

  .primer_blog {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left_primer_blog {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .primer_texto {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .right_primer_blog {
    width: 100%;
    display: none;
  }

  .right_primer_blog.mobile {
    margin-bottom: 30px;
    display: block;
  }

  .item_bread {
    font-size: 12px;
  }

  .banner_blog {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left_blog {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .fecha_blog {
    margin-bottom: 15px;
  }

  .titulo_blog {
    font-size: 20px;
    line-height: 25px;
  }

  .right_blog {
    width: 100%;
  }

  .contenido_blog {
    padding: 10px 25px 25px;
  }

  .banner_verde {
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .titulo_blanco {
    font-size: 30px;
    line-height: 35px;
  }

  .titulo_blanco.var {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .cupones {
    max-width: 450px;
  }

  .left_cupon {
    height: 160px;
  }

  .right_cupon {
    height: 160px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .titulo_cupon {
    font-size: 20px;
    line-height: 25px;
  }

  .fecha_cupon {
    margin-top: 5px;
  }

  .subtitulo_banner {
    font-size: 14px;
  }

  .link_tab {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content__directorio {
    padding: 20px;
  }

  .columna_servicio {
    width: 48%;
  }

  .logo_servicio {
    height: 150px;
  }

  .logo_directorio {
    height: 100%;
  }

  .banner_tienda {
    padding: 10px;
  }

  .banner_tienda.var {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner__servicio {
    padding: 20px 30px;
  }

  .banner__servicio.var {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left__servicio {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0%;
  }

  .titulo_tienda {
    font-size: 25px;
    line-height: 30px;
  }

  .texto_tienda.var {
    min-height: auto;
  }

  .logo_tienda {
    width: 100%;
    height: auto;
    margin-top: 1px;
    padding: 20px;
  }

  .abajo_servicio {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contenedor_items {
    width: 100%;
    margin-left: 0%;
  }

  .contenedor_items.var {
    margin-top: 0;
  }

  .slider_interna {
    padding-bottom: 20px;
  }

  .arrows_slider {
    text-align: center;
  }

  .arrow_in {
    float: none;
    margin-left: 5px;
    margin-right: 5px;
  }

  .arrow_in.right {
    float: none;
  }

  .slide_interno {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .slide_interno.active {
    height: 400px;
    margin-top: 0;
  }

  .columna_control {
    width: 10%;
    overflow: hidden;
  }

  .columna_control.mid {
    width: 80%;
    padding-left: 19px;
    padding-right: 19px;
  }

  .prev_act, .next_act {
    font-size: 0;
  }

  .titulo_act {
    text-align: center;
    width: 100%;
    font-size: 20px;
  }

  .fila_actividad {
    height: auto;
  }

  .imagen__actividad {
    width: 100%;
    height: 150px;
  }

  .info__actividad {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .horario__actividad {
    width: 100%;
  }

  .columna_cine {
    width: 48%;
    margin-bottom: 10px;
  }

  .logo_cine {
    max-height: 40px;
  }

  .banner_pinatas {
    text-align: center;
    background-position: 100% 145% !important;
    background-size: auto 250px !important;
    padding-top: 40px;
    padding-bottom: 200px;
  }

  .titulo_pinata {
    font-size: 20px;
    line-height: 25px;
  }

  .subtitulo_pinatas {
    max-width: 100%;
  }

  .logo_magic {
    max-width: 300px;
  }

  .left_pinata {
    display: none;
  }

  .left_pinata.mobile {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: block;
  }

  .right_pinata {
    width: 100%;
    height: auto;
  }

  .img_pinatas {
    max-width: 100%;
    height: auto;
    position: relative;
  }

  .banner_salon {
    padding-bottom: 0;
  }

  .salon {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 40px 0 0;
    display: inline-block;
  }

  .right_new {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: relative;
  }

  .formulario__reservar {
    padding-bottom: 40px;
  }

  .texto_salon {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .top_header {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .horario {
    width: 100%;
  }

  .texto_horario {
    background-position: 90%;
  }

  .horarios {
    width: 100%;
  }

  .redes {
    border-bottom: 1px #000;
    border-right-style: none;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .brand {
    width: 70%;
  }

  .contenido_slide {
    height: 400px;
  }

  .arrow.var {
    background-color: #fff6;
  }

  .titulo_slider {
    margin-bottom: 5px;
  }

  .bienvenida {
    background-color: #faf7f2;
    padding-top: 20px;
  }

  .categorias {
    padding-left: 15px;
    padding-right: 15px;
  }

  .titulo_general {
    font-size: 20px;
    line-height: 25px;
  }

  .actividades {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content_actividades {
    margin-top: 20px;
  }

  .right_actividad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .boton.gris.var {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12.5px;
  }

  .boton.enviar {
    width: 100%;
  }

  .boton.cartelera {
    max-width: 200px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .circulo_marca {
    width: 125px;
    height: 125px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .marcas__abajo {
    margin-top: 0;
  }

  .toggle {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .flechas {
    height: 250px;
    inset: 0% auto auto 0%;
  }

  .flechas.right {
    left: auto;
    right: 0;
  }

  .flecha_banner {
    width: 50px;
  }

  .content_pop {
    padding: 10px;
  }

  .imagen_pop {
    height: 200px;
  }

  .contenido_pop {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_logo {
    width: 150px;
    height: auto;
    padding: 15px;
  }

  .titulo_pop {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 25px;
  }

  .texto_pop {
    font-size: 14px;
    line-height: 18px;
  }

  .left_contacto.mobile {
    height: 350px;
  }

  .right__contacto {
    justify-content: center;
    align-items: center;
  }

  .titulo_contacto {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .titulo_contacto.negro {
    width: 100%;
  }

  .form__contacto {
    margin-top: 20px;
  }

  .primer_titulo {
    font-size: 15px;
    line-height: 20px;
  }

  .breadcrumb {
    text-align: center;
  }

  .item_bread {
    font-size: 12px;
    line-height: 17px;
  }

  .titulo_blog {
    font-size: 18px;
    line-height: 23px;
  }

  .contenido_blog {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner_verde {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .titulo_blanco {
    font-size: 30px;
    line-height: 35px;
  }

  .titulo_blanco.var {
    font-size: 20px;
    line-height: 25px;
  }

  .contenido_cupones {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cupon {
    width: 48%;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .left_cupon {
    width: 100%;
    height: auto;
  }

  .right_cupon {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .titulo_cupon {
    font-size: 18px;
    line-height: 22px;
  }

  .fecha_cupon, .subtitulo_banner {
    font-size: 14px;
    line-height: 18px;
  }

  .mapas {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link_tab {
    text-align: center;
    width: 100%;
    margin: 2px 0;
  }

  .tab_pane {
    padding-top: 40px;
  }

  .content__directorio {
    padding: 15px;
  }

  .columna_servicio {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .banner_tienda.var {
    padding: 10px 10px 0;
  }

  .banner__servicio, .banner__servicio.var {
    padding-left: 20px;
    padding-right: 20px;
  }

  .texto_tienda {
    font-size: 14px;
    line-height: 18px;
  }

  .contenedor_items {
    width: 100%;
    margin-left: 0%;
  }

  .columna_hacemos {
    width: 100%;
    margin: 10px 0%;
  }

  .slider_interna {
    padding: 20px 10px 10px;
  }

  .content__actividades {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .titulo_act {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
  }

  .columna_cine {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .banner_pinatas {
    background-position: 100% 108% !important;
    background-size: auto 200px !important;
  }

  .logo_magic {
    max-width: 275px;
  }

  .content__pinatas {
    padding: 5px;
  }

  .left_pinata.mobile {
    margin-top: 10px;
  }

  .right_pinata {
    padding: 30px 20px;
  }

  .banner_salon {
    padding: 5px 5px 0;
  }

  .right_new {
    flex-flow: column;
  }

  .texto_eventos {
    margin-bottom: 10px;
    margin-right: 0;
  }
}


