@charset "UTF-8";
/* CSS Document */

/* General */

/**{	font-family: "Montserrat", sans-serif; }*/
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
span {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
}
img {
  margin: 0;
  padding: 0;
  border: none !important;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
  background: rgb(255, 168, 0);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255);
}
.clear-both {
  clear: both;
}
.d-xs-none {
  display: block !important;
}
.d-xl-none {
  display: none !important;
}
.not-link {
  cursor: default !important;
}
.mw-100 {
  width: auto !important;
  max-width: 100% !important;
}
.w-80 {
  width: 80%;
}
.oculto {
  position: absolute;
  opacity: 0;
  top: -1000px;
  left: -1000px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.espacio-30 {
  width: 100%;
  height: 29px;
  background: #fff;
  float: left;
  clear: both;
}
.espacio-20 {
  width: 100%;
  height: 20px;
  background: #fff;
  float: left;
  clear: both;
}

a {
  color: #5d5c5c;
  text-decoration: none;
}
a:hover {
  color: #ffa800;
  text-decoration: none;
}

.txt-color-blanco {
  color: #fff;
}
/*	Colore Index */
.bg-color-index {
  background-color: #e95200;
}
.txt-color-index {
  color: #e95200;
}
.border-index {
  border-color: #e95200;
  border-style: solid;
}
.bg-caluga-index:not(.hover-no-activo):hover {
  background-color: #e95200;
}
.bg-caluga-index:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #e95200;
}

/*	Color Mds Club */
.bg-color-mdsclub {
  background-color: #008fc7;
}
.txt-color-mdsclub {
  color: #008fc7;
}
.border-mdsclub {
  border-color: #008fc7;
  border-style: solid;
}
.bg-caluga-mdsclub:not(.hover-no-activo):hover {
  background-color: #008fc7;
}
.bg-caluga-mdsclub:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #008fc7;
}

/*	Color Casino */
.bg-color-casino {
  background-color: #ffa800;
}
.txt-color-casino {
  color: #ffa800;
}
.border-casino {
  border-color: #ffa800;
  border-style: solid;
}
.bg-caluga-casino:not(.hover-no-activo):hover {
  background-color: #ffa800;
}
.bg-caluga-casino:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #ffa800;
}

/*	Color MC */
.bg-color-mc {
  background-color: #56039c;
}
.txt-color-mc {
  color: #56039c;
}
.border-mc {
  border-color: #56039c;
  border-style: solid;
}
.bg-caluga-mc:not(.hover-no-activo):hover {
  background-color: #56039c;
}
.bg-caluga-mc:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #56039c;
}
.bg-color-fiesta {
  background-color: #56039c;
}
.txt-color-fiesta {
  color: #56039c;
}
.border-fiesta {
  border-color: #56039c;
  border-style: solid;
}
.bg-caluga-fiesta:not(.hover-no-activo):hover {
  background-color: #56039c;
}
.bg-caluga-fiesta:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #56039c;
}

.bg-color-fiesta- {
  background-color: #56039c;
}
.txt-color-fiesta- {
  color: #56039c;
}
.border-fiesta- {
  border-color: #56039c;
  border-style: solid;
}
.bg-caluga-fiesta-:not(.hover-no-activo):hover {
  background-color: #56039c;
}
.bg-caluga-fiesta-:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #56039c;
}

/*	Color Rally */
.bg-color-rally {
  background-color: #013ca6;
}
.txt-color-rally {
  color: #013ca6;
}
.border-rally {
  border-color: #013ca6 !important;
  border-style: solid;
}
.bg-caluga-rally:not(.hover-no-activo):hover {
  background-color: #013ca6;
}
.bg-caluga-rally:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #013ca6;
}

/*	Color Teatro */
.bg-color-teatro {
  background-color: #cc0253;
}
.txt-color-teatro {
  color: #cc0253;
}
.border-teatro {
  border-color: #cc0253;
  border-style: solid;
}
.bg-caluga-teatro:not(.hover-no-activo):hover {
  background-color: #cc0253;
}
.bg-caluga-teatro:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #cc0253;
}

/*	Color Restaurantes */
.bg-color-restaurantes,
.bg-color-restaurant {
  background-color: #97a300;
}
.txt-color-restaurantes,
.txt-color-restaurant {
  color: #97a300;
}
.border-restaurantes,
.border-restaurant {
  border-color: #97a300;
  border-style: solid;
}
.bg-caluga-restaurantes:not(.hover-no-activo):hover,
.bg-caluga-restaurant:not(.hover-no-activo):hover {
  background-color: #97a300;
}
.bg-caluga-restaurantes:not(.hover-no-activo):hover .img-item-caluga,
.bg-caluga-restaurant:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #97a300;
}

.txt-color-bar,
.txt-color-barra {
  color: #56039c;
}
.border-bar,
.border-barra {
  border-color: #56039c;
  border-style: solid;
}
.bg-caluga-bar:not(.hover-no-activo):hover,
.bg-caluga-barra:not(.hover-no-activo):hover {
  background-color: #56039c;
}
.bg-caluga-bar:not(.hover-no-activo):hover .img-item-caluga,
.bg-caluga-barra:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #56039c;
}
.bg-color-barra {
  background-color: #56039c;
}

/*	Color Restaurantes - S Restaurant*/
.bg-color-s-restaurant {
  background-color: #97a300;
}
.border-s-restaurant {
  border-color: #c7984a;
  border-style: solid;
}
.bg-caluga-s-restaurant:not(.hover-no-activo):hover {
  background-color: #c7984a;
}
.bg-caluga-s-restaurant:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #c7984a;
}
/*	Color Cena*/

.txt-color-cena {
  color: #c7984a;
}
/* .txt-color-restaurantes, .txt-color-restaurant{
	color: #C7984A;
} */
.bg-color-cena {
  background-color: #c7984a;
}
.border-cena {
  border-color: #c7984a;
  border-style: solid;
}
.bg-caluga-cena:not(.hover-no-activo):hover {
  background-color: #c7984a;
}
.bg-caluga-cena:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #c7984a;
}

/*	Color Buffet*/

.txt-color-buffet {
  color: #97a300;
}
.bg-color-buffet {
  background-color: #97a300;
}
.border-buffet {
  border-color: #97a300;
  border-style: solid;
}
.bg-caluga-buffet:not(.hover-no-activo):hover {
  background-color: #97a300;
}
.bg-caluga-buffet:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #97a300;
}

/*	Color Hotel */
.bg-color-hotel {
  background-color: #00cb9a;
}
.txt-color-hotel {
  color: #00cb9a;
}
.border-hotel {
  border-color: #00cb9a;
  border-style: solid;
}
.bg-caluga-hotel:not(.hover-no-activo):hover {
  background-color: #00cb9a;
}
.bg-caluga-hotel:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #00cb9a;
}

/*	Color Agenda */
.bg-color-agenda {
  background-color: #b0b0b3;
}
.border-agenda {
  border-color: #b0b0b3;
  border-style: solid;
}
.bg-caluga-agenda:not(.hover-no-activo):hover {
  background-color: #b0b0b3;
}
.bg-caluga-agenda:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #b0b0b3;
}

/*	Color Promociones */
.bg-color-promociones {
  background-color: #e95200;
}
.border-promociones {
  border-color: #e95200;
  border-style: solid;
}
.bg-caluga-promociones:not(.hover-no-activo):hover {
  background-color: #e95200;
}
.bg-caluga-promociones:not(.hover-no-activo):hover .img-item-caluga {
  background-color: #e95200;
}

/* Contenido */
.contenedor {
  width: 100%;
  position: relative;
  top: 199px;
  left: 0;
}
/* DA Resoluciones */
.tope-screen-section {
  min-width: 1250px;
}
/* Cabecera Casinos */
.sec-cabecera-casinos {
  width: 100%;
  background: #000;
  float: left;
  text-align: center;
  position: fixed;
  z-index: 999999;
}
.cont-cabecera-casinos {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.margen-cabecera-casinos {
  width: 100%;
  height: 124px;
  max-width: 1424px;
  margin: 0 auto;
  display: flex;
}
.cont-casinos {
  width: calc(100% / 3);
  position: relative;
  display: flex;
}

.cont-casinos > a img {
  float: left;
  height: 124px;
  cursor: pointer;
}
.cont-casinos-mov {
  display: none;
}
.cont-logo {
  width: calc(100% / 3);
  padding: 2rem;
}
.cont-logo img {
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  .cont-logo img {
    height: 100%;
    cursor: pointer;
  }
}

@media screen and (max-width: 1366px) {
  .cont-logo img {
    height: 100%;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .cont-logo img {
    height: 100%;
    cursor: pointer;
  }
}

.cont-mds-login {
  width: calc(100% / 3);
}
.cont-mds-login > a img {
  height: 124px;
  float: right;
  cursor: pointer;
}
/* DA Menu top*/
.top-menu-normal {
  top: 124px;
}
.top-menu-compress {
  top: 87px;
}
/* Menu Principal */
.sec-menu-principal {
  width: 100%;
  height: 75px;
  background: #e6e5e5;
  float: left;
  text-align: center;
  position: fixed;
  z-index: 99999;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; /* Chrome y Safari */
  -moz-transition: all 0.5s ease 0s; /* Mozilla */
  -o-transition: all 0.5s ease 0s; /* Opera */
  -ms-transition: all 0.5s ease 0s; /* Microsoft */
}
.cont-menu-principal {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.margen-menu-principal {
  height: 75px;
  margin: 0 auto;
  max-width: 1168px;
  text-align: justify;
  background: #e6e5e5;
}

#m-principal {
  height: 75px;
  width: 100% !important;
  position: relative !important;
  text-align: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
#m-principal > div[id^="btn-menu-"] {
  height: 75px;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 100% !important;
  position: relative !important;
  /* width: 100%; */
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
  margin: auto !important;
}
#m-principal > div[id^="btn-menu-"] img {
  position: relative !important;
  top: 0;
  left: 0;
  height: 75px;
  cursor: pointer;
  z-index: 9999;
}
.fondo-btn-menu-p {
  position: absolute;
  background: #ffa800;
  height: 0;
  width: 100%;
  z-index: 999;
  bottom: 0;
  left: 0;
}
/* ------------------------------ 	INICIO MODIFICAR MENU --*/
#btn-menu-casino {
  width: 109px;
  margin: 0 0 0 0;
}
#btn-menu-restaurantes {
  width: 154px; /* modificar x resolución */
  margin: 0 0 0 13.5px; /* modificar x resolución */
}
#btn-menu-mc {
  width: 179px; /* modificar x resolución */
  margin: 0 0 0 13.5px; /* modificar x resolución */
}
#btn-menu-teatro {
  width: 106px; /* modificar x resolución */
  margin: 0 0 0 13.5px; /* modificar x resolución */
}
#btn-menu-agenda {
  width: 116px; /* modificar x resolución */
  margin: 0 0 0 13.5px; /* modificar x resolución */
}
#btn-menu-promociones {
  width: 155px; /* modificar x resolución */
  margin: 0 0 0 13.5px; /* modificar x resolución */
}
#btn-menu-hotel {
  width: 99px; /* modificar x resolución */
  margin: 0 0 0 13.5px; /* modificar x resolución */
}
#btn-menu-plataforma-virtual {
  width: 155px; /* modificar x resolución */
  margin: 0 0 0 13.5px; /* modificar x resolución */
}
/* ------------------------------ 	FIN MODIFICAR MENU --*/

/* SubMenu Casino MODIFICAR COLOR */
.sec-submenu-casino {
  width: 100%;
  height: 42px;
  /*background-color: #b2afaf;*/
  z-index: 99998;
}
.sec-submenu-casino.bg-color-casino {
  /*Modificar solo para casino*/
  /*	background-color: #b2afaf;*/
}
.cont-submenu-casino {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 99998;
}
.margen-submenu-casino {
  width: 100%;
  height: 42px;
  margin: 0 auto;
  max-width: 1168px;
  text-align: center;
  z-index: 99998;
}
#submenu-casino,
#submenu-agenda {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 42px;
  text-align: center;
  z-index: 99998;
}
.btn-submenu-casino {
  display: inline-block;
  text-align: center;
  height: 42px;
}
#submenu-casino > ul,
#submenu-agenda > ul {
  color: #000;
}
#submenu-casino > li:first-child,
#submenu-agenda > li:first-child {
  margin: 0;
}
#submenu-casino > li + li,
#submenu-agenda > li + li {
  margin: 0 0 0 7% !important;
}
#submenu-casino > li,
#submenu-agenda > li {
  cursor: pointer;
  height: 42px;
  padding: 0;
}
.btn-submenu-casino > a {
  display: block;
  width: 100%;
  height: 42px;
  position: relative;
  z-index: 99998;
  text-decoration: none;
}
.btn-submenu-casino > a h2,
.btn-submenu-casino > h2 {
  font-size: 14px;
  line-height: 42px;
  font-weight: lighter;
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.btn-submenu-casino:hover > a h2,
.btn-submenu-casino.activo > a h2 {
  color: #fff;
}
.cont-titulo-informaciones {
}
.cont-titulo-informaciones h2 {
  line-height: 42px;
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}
#submenu-restaurantes {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 42px;
  text-align: center;
  z-index: 99998;
}
.btn-submenu-restaurantes {
  display: inline-block;
  text-align: center;
  height: 42px;
}
#submenu-restaurantes > ul {
  color: #000;
}
#submenu-restaurantes > li:first-child {
  margin: 0 0 0 0;
}
#submenu-restaurantes > li + li {
  margin: 0 0 0 10%;
}
#submenu-restaurantes > li {
  cursor: pointer;
  height: 42px;
  padding: 0;
}
.btn-submenu-restaurantes > a {
  display: block;
  width: 100%;
  height: 42px;
  position: relative;
  z-index: 99998;
  text-decoration: none;
}
.btn-submenu-restaurantes > a h2 {
  font-size: 14px;
  line-height: 42px;
  font-weight: lighter;
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.btn-submenu-restaurantes:hover > a h2 {
  color: #fff;
}

.sub-activo > a h2 {
  color: #fff;
  font-weight: lighter;
}
/* Slider */
.sec-slider {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 !important;
}
.cont-slider {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.margen-slider {
  margin: 0 auto;
  width: 100%;
  max-width: 1168px;
  border-width: 6px;
}
.margen-slider-index {
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
}
.margen-slider-casino {
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.margen-slider-casino-sub {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.margen-slider-mc {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
}
.margen-slider-rally {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
}
.margen-slider-teatro {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
}
.margen-slider-restaurantes {
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  margin: 0 auto 20px;
}
.margen-slider-s-restaurant {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.margen-slider-hotel {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
}
.margen-slider-mdsclub {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
}
.btn-carusel {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  bottom: 3%;
  right: 1%;
  background-color: #000;
  width: 120px;
  height: 20px;
  border-width: 1px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
  z-index: 9;
}
.btn-carusel:hover {
  color: #ffa800;
}
.slide-progresivos {
  position: absolute;
  top: 50%;
  right: 6%;
  color: #5d5c5c;
  font-weight: bold;
  margin-top: -50px;
  font-family: "Roboto", sans-serif;
  font-size: 105px;
}
.slide-progresivos-ac1 {
  font-size: 50px;
  position: absolute;
  top: 16%;
  right: 6%;
  color: #5d5c5c;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.slide-progresivos-ac2 {
  font-size: 50px;
  position: absolute;
  top: 41%;
  right: 6%;
  color: #5d5c5c;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.slide-progresivos-esp {
  font-size: 50px;
  position: absolute;
  top: 65%;
  right: 6%;
  color: #5d5c5c;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
/*	base IMAGEN SLIDER 

	heigth: 322px;
	width: 1168px;
*/

/* Cartelera */
.sec-cartelera {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0 0 0;
}
.cont-cartelera {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.margen-cartelera {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  display: table;
  border-width: 6px;
}
.margen-cartelera-index {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
}
.margen-cartelera-casino {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
}
.margen-cartelera-mc {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.margen-cartelera-rally {
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.margen-cartelera-teatro {
  /* border-bottom: 0px; */
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.cont-title-cartelera {
  width: 50%;
  text-align: center;
  padding: 5px 0;
  height: 25px;
  float: left;
  cursor: pointer;
}

.cartelera-proximos-eventos {
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
  height: 25px;
}
.cartelera-proximos-eventos img {
  height: 100%;
}

.cont-title-cartelera.activo {
  background: #fff;
  color: #fff;
}
.cont-title-cartelera img {
  height: 100%;
}
.cont-title-cartelera .titulo-premios > img {
  height: 25px;
}

.cont-title-cartelera .titulo-premios > p {
  padding: 0px 0 2px 10px;
  vertical-align: middle;
  display: table-cell;
  /* color: #FFF; */
  font-size: 14px;
  /*font-weight: bold;*/
}

.cont-items-cartelera {
  width: 100%;
  display: none;
}
.cont-items-cartelera.activo {
  display: block;
  background: #fff;
}
.cont-item-cartelera {
  width: calc(99% / 7);
  height: 156px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  display: flex;
  background: #fff;
}
.s-linea-cartelera {
  border-left: 2px solid #fff;
}
.linea-cartelera {
  border-left: 2px solid #d2d2d2;
}
.item-cart {
  background: #fff;
  width: 100%;
  text-align: center;
  margin: 18px 0;
  padding: 0;
  float: left;
}
.hv-index:hover {
  background: #fef5d9;
}
.hv-casino:hover {
  background: #fef5d9;
}
.hv-mc-discotheque:hover {
  background: #fef5d9;
}

/* nombre dia*/
.item-cart > .nombre-dia {
  line-height: 13px;
  font-size: 13px;
  margin: 13px 0 5px 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
}
/* titulo */
.item-cart > .titulo-dia {
  line-height: 11px;
  font-size: 11px;
  margin: 5px 0 7px 0;
  padding: 0;
  font-weight: 400;
}
/* número dia*/
.item-cart > .numero-dia {
  line-height: 39px;
  font-size: 39px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
/* Calugas */
.sec-calugas {
  width: 100%;
  height: 194px;
  display: flex;
  margin: 20px 0 20px 0 !important;
}
.cont-calugas {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.margen-calugas {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
}
.cont-calugas img {
  border-radius: 0px;
}

.cont-item-caluga {
  width: calc(97.3% / 6);
  position: relative;
  float: left;
  /*height: 194px;*/
}

.cont-item-caluga:not(.not-link) {
  cursor: pointer;
}
/*	Caluga base
			heigth: 194px
			width:	189px
		*/
.cont-item-caluga .img-item-caluga {
  width: 100%;
  height: 100%;
}
.cont-item-caluga > a > img {
  width: 100%;
}
.cont-caluga {
  position: absolute;
  top: 0px;
  left: 0px;
  vertical-align: middle;
  opacity: 0;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.img-btn-ver-mas {
  width: 80px;
  margin: 15px auto;
}
.cont-caluga > p {
  line-height: 1;
}
.icono-caluga {
  margin: 15px;
}
.icono-caluga img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.boton-caluga {
  margin: 25px;
  padding: 8px 25px;
  background-color: #fff;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.titulo-caluga {
  color: #fff;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 10px;
}
.subtitulo-caluga {
  color: #efc042;
  margin: 7px 0 0 0;
  font-size: 12px;
}
.hover-caluga {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  vertical-align: middle;
  width: 100%;
  opacity: 0;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.cont-item-caluga:not(.hover-no-activo):hover {
  border-radius: 50%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: none;
}
.cont-item-caluga:not(.hover-no-activo):hover .img-item-caluga {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
  border-radius: 50%;
}
.cont-item-caluga:not(.hover-no-activo):hover .hover-caluga {
  display: flex;
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
  border-radius: 50%;
}
.cont-item-caluga:not(.hover-no-activo):hover .cont-caluga {
  display: flex;
  opacity: 1;
  border-radius: 50%;
}

.cont-caluga-destacada {
  width: calc(98.9% / 3);
  position: relative;
  float: left;
  height: 100%;
}
.cont-caluga-destacada:not(.not-link) {
  cursor: pointer;
  text-align: center;
}
.cont-caluga-destacada > a > img {
  width: 386px;
  height: 194px;
}
.cont-caluga-destacada:not(.hover-no-activo):hover {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.cont-caluga-destacada:not(.hover-no-activo):hover .img-item-caluga {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
  transform: scale3d(0.97, 0.97, 0.97);
}
.cont-caluga-destacada:not(.hover-no-activo):hover .hover-caluga {
  display: flex;
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scale3d(0.99, 0.97, 0.97);
  transform: scale3d(0.99, 0.97, 0.97);
}
.cont-caluga-destacada:not(.hover-no-activo):hover .cont-caluga {
  display: flex;
  opacity: 1;
}
.margin-rigth {
  margin: 0 6px 0 0;
}

.cont-monto-prog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 50px;
  margin-top: 5px;
  margin-left: -125px;
  text-align: center;
}
.cont-monto-prog > p {
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  font-weight: bolder;
}
.cont-monto-prog2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 46px;
  margin-top: -5px;
  margin-left: -50%;
  text-align: center;
}
.cont-monto-prog2 > p {
  font-size: 46px;
  line-height: 46px;
  color: #fff;
  font-weight: bolder;
}

.btn-control-caluga {
  margin: 87% 0 0px 0;
}
#slider-prev a {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
}
#slider-next a {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
}

.hover-no-activo:hover .cont-caluga {
  opacity: 1;
}
/* Banner */
.sec-banner {
  width: 100%;
  float: left;
  margin: 0 0 0 0 !important;
  position: relative;
}
.cont-banner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.margen-banner {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto 0 !important;
  cursor: pointer;
  border-width: 6px;
  /*max-height: 189px;*/
}
.margen-banner-restaurantes {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
  
}
.margen-banner-medidas-covid,
.margen-banner-casino {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
  margin: 0 auto !important;
}
.margen-banner-s-restaurant {
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
}
.margen-banner-index {
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.cont-banner img {
  width: 100%;
  position: relative;
  float: left;
}
/*	Premios*/
.sec-premios-pagados {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
}
.margin-top-premios-index {
  margin: 0 0 20px 0;
}
.margin-top-premios-casino {
  margin: 0 0 20px 0;
}
.cont-premios {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.margen-premios {
  position: relative;
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  text-align: center;
}
.cont-premio-titulo {
  height: 25px;
  padding: 5px;
}
.titulo-premios {
  display: table;
  text-align: center;
  margin: 0 auto;
}
.titulo-premios > img {
  height: 36px;
}

.cont-premio-titulo .titulo-premios > img {
  height: 25px;
}
.cont-premio-titulo .titulo-premios > p {
  padding: 0 0 0 10px;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
}
.dia-premio-text {
  font-size: 24px;
  font-weight: lighter;
  color: #fff;
}
.dia-premio-num {
  font-size: 40px;
  font-weight: lighter;
  color: #fff;
}
.cont-premio-montos {
  width: 100%;
  margin: 18px auto;
}
.contenedor-montos {
  width: 100%;
  z-index: 999;
  text-align: center;
}
.item-premio {
  width: calc(98.5% / 3);
  display: inline-block;
  padding: 20px 0;
}
.item-premio > h3 {
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
.item-premio > p {
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #000000;
}
.border-item-premio {
  border-right: 2px solid #d2d2d2;
}
/*	Restaurante Detalle */
.sec-contenido {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}
.cont-contenido {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.margen-contenido {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
}

/*	Restaurantes */
.cont-item-restaurantes {
  width: 50%;
  text-align: center;
  float: left;
}
.cont-item-restaurantes #img-personaje-rest {
  height: 300px;
  margin: 0 auto;
}
.cont-item-restaurantes .img-tit-rest {
  margin: 20px 0;
  width: 40%;
}
.cont-item-restaurantes .cont-item-text {
  line-height: 16px;
  margin: 10px 0 0 0;
  font-size: 14px;
  padding: 0 10%;
}

/*	Hotel */
.cont-item-hotel {
  text-align: left;
  margin: 10px;
  float: left;
}
.cont-item-hotel p {
  padding: 10px;
}
.cont-item-hotel p + p {
  margin: 0 0 20px 0;
}
.cont-item-hotel div {
  text-align: center;
}

/* Agenda */
.cont-item-agenda {
  margin: 0 auto;
  position: relative;
  padding: 0.5rem 0 !important;
}
.cont-item-agenda > div + div:not(.clear-both) {
  margin-left: 10px;
}
.cont-item-agenda > div.cont-item-caluga:nth-child(2) {
  margin-left: 0;
}
.titulo-agenda {
  font-size: 40px;
  color: #ff9800;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
.cont-item-agenda .cont-item-caluga {
  width: calc(96% / 6);
  position: relative;
  cursor: pointer;
  float: left;
}
.cont-item-agenda .cont-item-caluga.hover-no-activo div {
  position: absolute;
  top: 0px;
  left: 0px;
  vertical-align: middle;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 92%;
  height: 100%;
  z-index: 2;
}
.cont-item-agenda .cont-item-caluga .item-dia-agenda {
  margin: 50px 0 0 0;
  font-size: 20px;
  color: #5d5c5c;
}
.cont-item-agenda .cont-item-caluga .item-num-dia-agenda {
  margin: 0;
  font-size: 70px;
  font-weight: bold;
  color: #5d5c5c;
  line-height: 70px;
}

/* Promociones */
.cont-item-promociones {
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.cont-item-promociones .margin-rigth {
  margin: 5px 10px 0 0;
}
.cont-item-promociones .cont-item-caluga {
  width: calc(94% / 6);
  position: relative;
  cursor: pointer;
  float: left;
}

/*	Quienes Somos	*/
.cont-quienes-somos {
}
.cont-item-titulo {
  width: 100%;
  text-align: center;
  background: #e6e5e5;
  padding: 0;
  border-radius: 2px;
  margin: 40px 0 20px 0;
}
.item-dos-elementos-left {
  width: 50%;
  float: left;
}
.item-dos-elementos-left > h2 {
  font-size: 24px;
  line-height: 45px;
  color: #000;
  margin: 0;
  padding: 0;
}
.item-dos-elementos-left > p {
  text-align: justify;
  margin: 0 20px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.item-dos-elementos-right {
  width: 50%;
  float: right;
}
.item-dos-elementos-right > h2 {
  font-size: 24px;
  line-height: 45px;
  color: #000;
  margin: 0;
  padding: 0;
}
.item-dos-elementos-right > p {
  text-align: justify;
  margin: 0 20px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.cont-item-titulo > h2 {
  font-size: 24px;
  line-height: 45px;
  color: #000;
  margin: 0;
  padding: 0;
}
.cont-item-quienes-somos {
  width: 100%;
  color: #5d5c5c;
  font-weight: lighter;
  text-align: justify;
  font-size: 16px;
  line-height: 20px;
}

.cont-item-quienes-somos p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
}

.cont-item-quienes-somos > ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.cont-item-quienes-somos > ul li {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
  margin: 0 20px;
}
.dv-cont-fotos-quienes-somos {
  width: 100%;
  text-align: center;
}
.item-foto-quienes-somos {
  width: calc(95% / 4);
  margin: 30px 0;
  position: relative;
  display: inline-block;
  padding: 0;
  border: 5px solid #ffa800;
}
.item-foto-quienes-somos > img {
  width: 100%;
  float: left;
}

/*	Horario	*/
.cont-horarios {
  float: left;
  width: 100%;
}
.cont-horarios-arriba {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 30px 0 0 0;
}
.right-horario {
  text-align: right;
}
.left-texto {
  text-align: left;
}
.item-horario-arriba {
  width: calc(98% / 6);
  height: 200px;
  border-left: 0px solid #000;
  float: left;
  padding: 1px;
}
.item-horario-arriba img {
  width: 100%;
}
.item-horario-arriba div + div {
  margin: 0 0 0 25px;
}
.item-horario-arriba > p {
  font-size: 11px;
  line-height: 14px;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.tit-horario {
  font-weight: bold;
  color: #646363;
}
p.tit-texto + p.tit-horario {
  margin-top: 3px;
}
.tit-texto {
  font-weight: lighter;
  color: #5d5c5c;
}

/*	Preguntas Frecuentes	*/

.dv-preguntas-frecuentes {
  position: static;
  margin: 40px 0;
  text-align: left;
}
.dv-preguntas-frecuentes .cont-preguntas {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  line-height: 20px;
  display: flex;
}

.cont-preguntas .cont-cabeza {
  width: 10%;
}
.cont-preguntas .cont-cabeza img {
  width: 90%;
}
.bg-color-gray {
  background-color: #e6e5e5;
}
.cont-preguntas .cont-cuerpo {
  width: 90%;
}
.cont-cuerpo h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 65px;
  margin: 0;
  padding: 0;
}
.cont-cuerpo p {
  margin: 0 0 10px 0;
  font-weight: lighter;
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 0 10px;
}

/*	Como Llegar	*/
.cont-como-llegar {
  margin: 20px 0 0 0;
  border: 1px solid #5d5c5c;
}

/*	Estados Financieros	*/
.cont-estados-financieros,
.cont-base-legal,
.cont-contacto,
.cont-reclamos {
  line-height: 20px;
  margin: 20px 0;
  color: #5d5c5c;
}
.cont-estados-financieros .titulo,
.cont-base-legal .titulo {
  width: 98%;
  text-align: center;
  background: #ebebeb;
  color: #6d6d6d;
  padding: 1%;
  border-radius: 2px;
  margin: 20px 0px;
  font-weight: 700;
  font-size: 26px;
}
.cont-estados-financieros .descripcion,
.cont-base-legal .descripcion {
  margin: 20px 0;
  text-align: left;

  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.cont-estados-financieros ul,
.cont-base-legal ul {
  width: 90%;
  margin: 20px 0;
}
.cont-estados-financieros ul li,
.cont-base-legal ul li {
  list-style-image: url(../images/contenidos/pdf.png);
  margin: 10px 0 0 30px;
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.cont-estados-financieros ul li:hover,
.cont-base-legal ul li:hover {
  color: #feb500;
  font-weight: 700;
}
.cont-estados-financieros ul li a,
.cont-base-legal ul li a {
  color: #feb500;
  font-weight: 700;
}
.cont-estados-financieros ul li a span,
.cont-base-legal ul li a span {
  font-family: "Roboto", sans-serif;
}

/*	Bases Legales	*/

/*	Contacto	*/
.cont-contacto,
.cont-reclamos {
  width: 50%;
  float: left;
  line-height: 20px;
  text-align: left;
}
.cont-contacto > .form-input,
.cont-reclamos > .form-input {
  display: flex;
  margin: 30px 0;
}
.form-input .cont-pregunta {
  margin: 0;
  width: 30%;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.form-input .cont-pregunta img {
  width: 25px;
}
input[type="text"],
input[type="password"],
textarea,
select,
.form-text-box {
  background-color: #cecece;
  color: #333;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.input,
.form-input {
  position: relative;
}
.form-input .input {
  width: 70%;
  position: relative;
}
.form-input .input span.mensaje,
.form-input span.mensaje {
  color: red;
  font-size: 12px;
  position: absolute;
  right: 35px;
  bottom: -20px;
}
.form-radio .input span.mensaje {
  color: red;
  font-size: 12px;
  position: absolute;
  right: 0px;
  bottom: -20px;
}
.form-input .input input[type="text"],
.form-input .input input[type="password"],
.form-text-box {
  width: 90%;
  border: none;
  height: 40px;
  padding: 0 0 0 2%;
}
.form-input textarea {
  width: 100%;
  border: none;
  padding: 0;
}
.btn {
  padding: 10px 5px;
  font-size: 14px;
  border: none;
  color: #fff;
  margin: 0 10px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center !important;
  min-width: 150px;
}
.btn span {
  min-width: 120px;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100% !important;
}

.btn-restaurant:hover {
  background-color: #fff;
  color: #97a300;
  transition: all 0.5s;
}
.btn-casino:hover {
  background-color: #fff;
  color: #ffa800;
  transition: all 0.5s;
}
.btn-mc:hover {
  background-color: #fff;
  color: #56039c;
  transition: all 0.5s;
}
.btn-teatro:hover {
  background-color: #fff;
  color: #cc0253;
  transition: all 0.5s;
}
/*.form-input input[type="submit"],.form-input input[type="button"] {
    padding: 10px 50px;
    background-color: #FFA800;
    font-size: 14px;
    border: none;
    color: #FFF;
    margin: 0 auto;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}
.form-input input[type="submit"]:hover ,.form-input input[type="button"]:hover {
    background-color: #FFF;
    color: #FFA800;
    font-weight: bold;
    transition: all 1s;
}*/
.btn-hotel {
  padding: 10px 50px;
  font-size: 14px;
  border: none;
  background-color: #00cb9a;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.btn-hotel:hover {
  color: #00cb9a;
  background-color: #fff;
}
.cont-reclamos .form-input {
  display: flex;
  margin: 30px 0;
}
.form-radio .cont-pregunta {
  width: 100%;
  margin: 25px 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.form-radio .input .classradio {
  display: flex;
  width: 33.3%;
  float: left;
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.form-radio .input textarea {
  width: 100%;
  border: none;
  font-family: "Roboto", sans-serif;
}
.cont-select {
  position: relative;
  height: 40px;
  width: 65%;
  margin: 0;
}
.cont-select:after {
  content: "<>";
  font: 20px "Consolas", monospace;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 1px;
  top: 9px;
  padding: 0;
  position: absolute;
  pointer-events: none;
}

.cont-select:before {
  content: "";
  right: 0px;
  top: 0px;
  width: 25px;
  height: 40px;
  background: #ffa800;
  position: absolute;
  pointer-events: none;
  display: block;
}
.cont-select select {
  padding: 0 20px;
  margin: 0;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  width: 100%;
}

.classradio input[type="radio"] {
  display: none;
}
.classradio input[type="radio"] + label {
  width: 90%;
}
.classradio input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.classradio input[type="radio"] + label span {
  background-color: #ffa800;
}

.classradio input[type="radio"]:checked + label span {
  background-color: #292321;
}

.classradio input[type="radio"] + label span,
.classradio input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
  float: right;
}

/*	MDS Club	*/
.cont-item-login-form {
  width: 100%;
  border-width: 6px;
  /*border-bottom: 0px;*/
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}

.cont-item-login-form > div[class^="item-"] {
  width: 50%;
  float: left;
  margin: 0;
  position: relative;
  min-height: 340px;
}
.cont-item-login-form .item-personaje img {
  margin: 25px 0 0 0;
  width: 65%;
}

.input p {
  font-size: 12px;
  color: red;
  font-weight: lighter;
}
.item-form-login > .cont-contacto {
  width: 80%;
  float: none;
  line-height: 20px;
  text-align: center;
  margin: 0 10%;
  display: none;
}
.item-form-login > .cont-contacto.activo {
  display: block;
}
.item-form-login > .cont-contacto .form-input {
  text-align: right;
}

.item-form-login > .cont-contacto .captcha {
  margin: 5px 0 5px 0;
}
#cont-captcha img {
  width: 92%;
}
.cont-item-info-clientes {
  width: 100%;
  border-width: 6px;
  /* border-bottom: 0px; */
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  padding: 10px 0 30px 0;
}
.form-input.error-msj {
  display: block;
  margin: 5px 0;
}
.form-input.error-msj p {
  color: #b70909;
}
.cont-item-menus {
  padding: 0px 40px 0px 40px;
  display: none;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
  margin: 0 20px;
}
.cont-item-menus li {
  text-align: left;
}
.cont-item-menus h3,
.cont-item-menus img {
  text-align: center;
}
.cont-item-menus p {
  text-align: justify;
}
.cont-item-menus.activo {
  display: block;
}

.item-noticias {
  margin: 20px 10px;
  text-align: left;
}
.noticia-titulo {
  color: #008fc7;
  font-size: 15px;
}
.noticia-contenido {
  color: #000;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.noticia-vermas {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}
.item-noticias-titulo {
  color: #008fc7;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 30px 0 0 0;
  border-top: 2px solid #d0d0d0;
  line-height: 50px;
}

.cont-login-user {
  margin: 20px 0;
}
.txt-bienvenida {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000;
  margin: 0 0 0 0;
}
.txt-nombre {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #008fc7;
}
.img-tarjeta {
  margin: 40px 0;
}
.img-ca {
  margin: 0 30px;
}
#datos-mds > h3 {
  margin: 20px 0 0 0;
  padding: 0;
}
#puntos-mds > h3 {
  margin: 20px 0;
  padding: 0;
}

#plataforma-virtual-mds {
  text-align: center;
}
.cont-puntos-mds {
  max-width: 60%;
  margin: 0 auto;
  border: 1px solid #4e337a;
}
.datos-puntos-3 {
  float: left;
  width: calc(100% / 3);
  margin: 10px 0;
}

.datos-puntos-3 label {
  color: #000;
  font-size: 16px;
  width: 50%;
  float: left;
  text-align: right;
}
.datos-puntos-3 span {
  color: #5d5c5c;
  font-size: 14px;
  width: 45%;
  float: left;
  text-align: left;
  margin-left: 5%;
}
.datos-puntos-2 {
  float: left;
  width: 50%;
  margin: 10px 0;
  /*background: #4e337a;*/
  padding: 10px 0;
}
.datos-puntos-2 label {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  float: left;
  text-align: center;
}
.datos-puntos-2 span {
  color: #5d5c5c;
  font-size: 14px;
  width: 96%;
  float: left;
  text-align: center;
  margin-left: 2%;
}
.datos-puntos-2 h3 {
  color: #4e337a;
  font-size: 3rem;
  margin: 0.85rem;
  width: 96%;
  float: left;
  text-align: center;
  margin-left: 2%;
}
.datos-puntos-2 h2 {
  color: #ffa800;
  font-size: 3rem;
  margin: 0.85rem;
  width: 96%;
  float: left;
  text-align: center;
  margin-left: 2%;
}
.datos-puntos-1 {
  float: left;
  width: 100%;
  margin: 10px 0;
  background: #4e337a;
  padding: 10px 0;
}
.datos-puntos-1 label {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 50%;
  float: left;
  text-align: right;
}
.datos-puntos-1 span {
  color: #fff;
  font-size: 14px;
  width: 48%;
  float: left;
  text-align: left;
  margin-left: 2%;
}

/*	POPUP Modal	*/
.item-modal {
  width: 36%;
  position: fixed;
  top: 16%;
  z-index: 1000000;
  background: #fff;
  border: 6px solid #ffa800;
  left: 50%;
  margin-left: -20.3%;
  padding: 2%;
  display: none;
  font-family: "Roboto", sans-serif;
}
.item-modal .modal-titulo {
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.item-modal .modal-titulo .item-close,
.item-modal .item-close {
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
  z-index: 99;
}
.item-modal .modal-titulo .item-close img {
  width: 26px;
}
.item-modal .modal-descripcion {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  position: relative;
  overflow: auto;
  max-height: 30rem;
}
.fondo-black {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
}

/* footer */
.sec-footer {
  float: left;
  width: 100%;
  height: 350px;
  background: url("../images/footer/fondo-footer.jpg");
  background-size: cover;
  padding: 0;
  margin: 20px 0 0 0 !important;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  /*border-top: 0px;*/
  border-width: 6px;
}
.cont-footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.margen-footer {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.links-footer {
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 100px 0 0 0;
}
.item-links {
  width: calc(100% / 4);
  float: left;
}
.item-links > a h3 {
  line-height: 18px;
  font-size: 16px;
  text-align: left;
  margin: 5px 0 0 0;
  font-weight: lighter;
  color: #9c9c9c;
}
.item-links > a h3:hover {
  color: #fff;
}
.item-top {
  padding-top: 10px;
}
.link-rsss {
  width: 100%;
  padding: 0;
  text-align: right;
}
.link-rsss > a img {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin: 0 0 0 10px;
}
.link-scj {
  width: 100%;
  height: 50%;
  text-align: right;
}
.link-scj > a img {
  width: 168px;
  cursor: pointer;
  margin: 10px 0 0 0;
}
.direccion-footer {
  width: 100%;
  text-align: center;
  padding: 40px 0 0 0;
}
.direccion-footer > p {
  line-height: 18px;
  font-size: 16px;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  color: #9c9c9c;
}
.direccion-footer > p a {
  color: #9c9c9c;
  text-decoration: none;
}
.direccion-footer > p a:hover {
  color: #fff;
  text-decoration: none;
}

/*	Detalle Eventos	*/
.cont-item-detalle {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  /* border-top: 0px; */
}
.cont-titulo-detalle {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.cont-titulo-detalle .item-titulo {
  float: left;
  width: 88%;
}
.cont-titulo-detalle .item-titulo h2 {
  margin: 0 0 0 14px;
  text-align: left;
  font-size: 34px;
  font-weight: bold;
  float: left;
  line-height: 100px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cont-titulo-detalle .item-icono-titulo {
  float: left;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  margin: 10px;
}
.cont-titulo-detalle .item-icono-titulo img {
  width: 50px;
  height: 50px;
  margin: 15px 0;
}
.cont-titulo-detalle .item-horario-titulo {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.cont-titulo-detalle .item-horario-titulo span {
  color: #5d5c5c;
  padding: 15px 0 0 0;
  font-size: 18px;
}
.cont-item-detalle .item-descripcion {
  margin: 20px 0 20px 10px;
}
.cont-item-detalle .item-descripcion p {
  font-family: "Roboto", sans-serif;
  color: #5d5c5c;
  width: 98%;
  display: inline-block;
  float: left;
  text-align: justify;
  margin: 0;
  padding: 1% 1% 0 1%;
  font-weight: lighter;
  font-size: 16px;
  line-height: 22px;
}
.cont-item-detalle .item-valores {
  margin: 26px 0 0 0;
  line-height: 22px;
  text-align: right;
  color: #5d5c5c;
  font-size: 16px;
}
.cont-item-detalle .item-valores .tit-valor-mc {
  font-weight: bold;
}
.cont-item-detalle .item-boton-comprar {
  margin: 10px auto 20px;
  text-align: right;
}
.item-boton-comprar input[type="button"] {
  padding: 10px 50px;
  font-size: 14px;
  border: none;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.item-boton-comprar input[type="button"]:hover {
  background-color: #fff;
  color: #56039c;
  font-weight: bold;
  transition: all 0.5s;
}
.cont-item-detalle .item-boton-rrss {
  margin: 20px auto;
  line-height: 0;
  text-align: center;
  background: blue;
  color: #fff;
  width: 38%;
  padding: 0px;
  min-height: 35px;
}
.item-boton-rrss > div {
  width: 50%;
  height: 35px;
  float: left;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.item-boton-rrss > .item-twitter {
  background: lightblue;
}
.item-boton-rrss > .item-facebook {
  background: blue;
}
.cont-sub-item-detalle .item-volver {
  margin: 30px 0 0 0;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.cont-item-detalle .item-otros {
  margin: 20px;
  text-align: center;
}
.item-compartir {
  margin: 20px 0 0 0;
}
.item-compartir p {
  line-height: 26px;
  text-align: center;
  color: #5d5c5c;
  font-size: 14px;
  font-weight: lighter;
  font-style: italic;
}
.cont-item-volver {
  width: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 6px 0px;
  font-family: "Roboto";
}
/*.cont-item-volver .btn{
			color: #5d5c5c;
    		background-color: #FFF;
		}*/
/*.cont-item-volver .btn:hover  {
	    	background-color: #56039C;
	    	color: #FFF;
		}*/

.cont-item-volver .btn-restaurant:hover {
  color: #fff;
  background-color: #97a300;
}
.cont-item-volver .btn-casino:hover {
  color: #fff;
  background-color: #ffa800;
}
.cont-item-volver .btn-mc:hover {
  color: #fff;
  background-color: #56039c;
}
.cont-item-volver .btn-teatro:hover {
  color: #fff;
  background-color: #cc0253;
}
.cont-titulo-mov {
  display: none;
}
.cont-logo-mov {
  display: none;
}

/*	detalle cartelera	*/

.fondo-detalle {
  width: 100px;
  height: 100px;
  background: #000;
  position: fixed;
  top: -100px;
  left: -100px;
  z-index: 9999998;
  opacity: 0.98;
  border-radius: 100%;
  overflow: hidden;
}
.contenedor-detalle-cartelera {
  width: 100%;
  z-index: 9999999;
  display: none;
  top: 0;
  position: fixed;
  left: 0;
}

.sec-detalle-cartelera {
  width: 100%;
  display: flex;
}
.cont-detalle-cartelera {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.margen-detalle-cartelera {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  position: relative;
}

.cartelera-head {
  display: inline-flex;
  float: left;
  width: 100%;
  position: relative;
  margin: 30px 0 15px 0;
}
.item-fecha-cartelera {
  color: #000;
  font-size: 24px;
  line-height: 40px;
  background: #ffa900;
  padding: 0;
  height: 40px;
  position: absolute;
  bottom: 0;
  font-family: "Roboto", sans-serif;
  width: 185px;
  text-align: center;
}
.item-campana-detalle-cartelera {
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
.item-campana-detalle-cartelera img {
  width: 250px;
  margin: 0;
}
.item-close-detalle-cartelera {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.item-close-detalle-cartelera img {
  width: 40px;
}

.cartelera-body {
  display: inline-flex;
  width: 100%;
  padding: 30px 0 15px 0;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}
.item-body-calugas-cartelera {
  float: left;
  width: 54%;
  overflow: auto;
  height: 697px;
}

.item-body-calugas-cartelera .item-cartelera-caluga {
  position: relative;
  width: 185px;
  height: 219px;
  float: left;
  margin-bottom: 20px;
}
.item-body-calugas-cartelera div.cont-item-caluga {
  color: #000;
  width: 183px;
  height: 187px;
  padding: 0;
  border: 1px solid #000;
  margin-bottom: 30px;
}
.item-body-calugas-cartelera div.cont-item-caluga:hover {
  border: none;
}
.item-carrusel-detalle-cartelera div.cont-item-caluga.hover-no-activo div {
  width: 100%;
}
.item-carrusel-detalle-cartelera div.cont-item-caluga.hover-no-activo div p {
  color: #000;
}

.item-body-calugas-cartelera .cont-item-caluga.actived {
  border: 1px solid #ffa900;
}
.item-body-calugas-cartelera p {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.item-body-calugas-cartelera p:hover {
  color: #fff;
}

.item-body-calugas-cartelera p.icono-caluga {
  margin: 10px auto;
}
.horario {
  position: absolute;
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  bottom: 0;
  line-height: 30px;
  width: 100%;
  background: #ffa900;
}

.item-body-detalle-cartelera {
  float: left;
  width: 50%;
}

.item-titulo-detalle-cartelera {
  text-align: center;
  margin: 0 0 0 2%;
}
.item-titulo-detalle-cartelera .cont-item-titulo-fecha {
  float: left;
  width: 20%;
}
.item-titulo-detalle-cartelera .cont-item-titulo-completo {
  width: 100%;
  text-align: left;
  color: #fff;
}

.cont-item-titulo-completo h3 {
  line-height: 28px;
  text-transform: uppercase;
  padding: 0;
  color: #ffa900;
  font-size: 24px;
  margin: -4px 0 0 10px;
}

.item-descripcion-cartelera {
  width: 96%;
  display: inline-block;
  float: left;
  text-align: left;
  margin: 0;
  padding: 0 1% 30px 4%;
  font-weight: lighter;
  font-size: 14px;
  line-height: 22px;
}

.item-descripcion-cartelera .item-descripcion {
  font-family: "Roboto", sans-serif;
  color: #eaeaea;
  width: 98%;
  display: inline-block;
  float: left;
  text-align: left;
  margin: 0;
  padding: 1% 1% 0 0;
  font-weight: lighter;
  font-size: 15px;
  line-height: 20px;
}
.item-titulo-detalle-cartelera .div-ubicacion {
  font-family: "Roboto", sans-serif;
  color: #868686;
  display: inline-block;
  float: left;
  text-align: left;
  margin: 0 0 10px 10px;
  padding: 0;
  font-weight: lighter;
  font-size: 18px;
  line-height: 20px;
}
.item-descripcion-cartelera .item-valores {
  font-family: "Roboto", sans-serif;
  color: #ffa800 !important;
  width: 70%;
  display: inline-block;
  float: left;
  text-align: left;
  margin: 0;
  padding: 1% 1% 0 0%;
  font-weight: lighter;
  font-size: 14px;
  line-height: 20px;
}
.item-descripcion-cartelera .item-valores * {
  color: #ffa800 !important;
}

/* Toplayer*/

.cont-toplayer {
  position: fixed;
  z-index: 9999999;
  top: 125px;
  left: 50%;
  margin-left: -584px;
  width: 1168px;
  text-align: center;
  height: 710px;
  display: none;
  border: 1px solid #ffa800;
}
.cont-toplayer .item-close-detalle-cartelera {
  top: -95px;
  right: -8px;
}

.cont-toplayer > img {
  width: 100%;
  max-height: 710px;
}

/* TAB DROPDOWN */
#myTopnav {
  display: none;
}

button.accordion {
  border: 1px solid #ffa800;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 1rem;
  width: 99%;
  /* border: none; */
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
  margin: 0 6px;
}

button.accordion.active,
button.accordion:hover {
  background-color: #ffa800;
  color: #fff;
}

button.accordion:after {
  content: "\002B";
  color: #5c3300;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

button.accordion-rally {
  border: 1px solid #ffa800;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 0.65rem;
  width: 96%;
  /* border: none; */
  text-align: left;
  outline: none;
  font-size: 0.785rem;
  transition: 0.4s;
  margin: 0 6px;
}

button.accordion-rally.active,
button.accordion-rally:hover {
  background-color: #013ca6;
  color: #fff;
}

button.accordion-rally:after {
  content: "\002B";
  color: #013ca6;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
  color: #ffffff;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0s ease-out;
}
.panel.open {
  max-height: 100%;
}
.panel.open p {
  padding: 0.5rem;
  font-size: 0.85rem;
  text-align: left;
  border-radius: 5px;
  background: #e8e8e8;
  margin: 0.5rem 0;
}
.con-descripcion-cartelera-mov {
  padding: 0.5rem;
  font-size: 0.85rem;
  text-align: left;
  border-radius: 5px;
  background: #e8e8e8;
  margin: 0.5rem 0;
  display: flex;
}

#tb-content li {
  margin: 0.5rem auto;
}

.cont-monto-jack {
  position: absolute;
  top: 43%;
  left: 50%;
  width: 194px;
  height: 50px;
  margin-top: 5px;
  margin-left: -99px;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.cont-dia-jack {
  position: absolute;
  top: 12%;
  left: 50%;
  width: 100%;
  /* height: 50px; */
  margin-top: 5px;
  margin-left: -50%;
  text-align: center;
  color: #fff;
  font-size: 1vw;
}

@media only screen and (max-width: 1600px) {
  .cont-dia-jack {
    font-size: 14px;
  }
  .cont-monto-jack {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .cont-dia-jack {
    font-size: 12px;
  }
  .cont-monto-jack {
    font-size: 17px;
  }
}

#wrapper {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999999999;
  background-color: #000000e0;
  padding: 10px 0 0 0;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 0;
  right: 1%;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  /*background: #000000;*/
  padding: 50px 0;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 250px;
  width: auto;
  margin-top: -50px;
  width: 20px;

  height: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background: #000;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
