.btn-navbar {
  background: transparent !important;
  border: 0px;
  color: #0076c0;
  float: left !important;
}
.btn-navbar .icon-bar {
  background-color: #0076c0 !important;
  color: #0076c0 !important;
  text-shadow: none;
}
.btn {
  border-radius: 2px;
}
.btn.btn-primary {
  background: #f47d30;
  text-shadow: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 13px;
  color: white;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #f47d30 !important;
}
.btn.btn-warning {
  background: #eaac37;
  text-shadow: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 13px;
  color: white;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background: #eaac37 !important;
}
.btn.btn-danger {
  background: #d9534f;
  text-shadow: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 13px;
  color: white !important;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background: #d9534f !important;
}
.btn.btn-info {
  background: #0076c0;
  text-shadow: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 13px;
  color: white;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background: #0076c0 !important;
}
.btn.btn-secundary {
  background: #00ccFF;
  text-shadow: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 13px;
  color: white;
}
.btn.btn-secundary:hover,
.btn.btn-secundary:focus {
  background: #00ccFF !important;
}
.btn.btn-silver {
  -webkit-border-radius: .75em;
  -moz-border-radius: .75em;
  border-radius: .75em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #CCC;
  color: #3e4f53;
  background-color: #ffffff;
  background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ccc));
  background: -webkit-linear-gradient(top,#ffffff,#ccc);
  background: -moz-linear-gradient(top,#ffffff,#ccc);
  background: -ms-linear-gradient(top,#ffffff,#ccc);
  background: -o-linear-gradient(top,#ffffff,#ccc);
}
.btn.btn-link {
  color: #0076c0;
  font-weight: 600;
}
.btn.btn-xl {
  padding: 10px 30px;
  font-weight: 600;
  font-size: 120%;
}
.btn.btn-comprar {
  background: #eaac37;
  text-shadow: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 13px;
  color: white;
  font-size: 11px;
  font-weight: 600;
}
.btn.btn-comprar:hover,
.btn.btn-comprar:focus {
  background: #eaac37 !important;
}
.btn-remove {
  text-align: center;
  vertical-align: middle;
  color: #d9534f;
  background: none;
  margin: 5px;
  width: 100%;
}
input.rect,
.btn.sqr {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #CCC;
  color: #ccc;
  background: transparent;
  padding: 7px;
  width: 1em;
}
input.rect {
  color: #3e4f53;
  font-weight: 600;
  font-size: 150%;
  width: 100%;
  text-align: center;
}
.btn-lg {
  padding: 7px 20px;
  font-weight: 600;
  font-size: 120%;
}
.navbar .nav > li > a.btn {
  padding: 5px 15px;
  color: inherit;
}
#btn-login {
  color: white;
}
.btn-acciones {
  text-align: right;
}
.btn-acciones .btn {
  margin: 5px;
}
.btn.btn-gray {
  background: #f6f2f3;
  color: #8d8b8b;
}
.btn.btn-tertiary {
  background: #2ca5ee;
  color: white;
  text-shadow: none;
}
.btn.btn-tertiary:hover {
  background: #2ca5ee;
  color: white;
}
.text-tlt {
  color: #003783;
  font-family: 'MontserratRegular', sans-serif !important;
}
.family-beba {
  font-family: 'MontserratRegular', sans-serif;
}
h3,
h2 {
  font-family: 'Helvetica';
}
h4 {
  font-weight: 500;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-white {
  color: white;
}
.center {
  margin: auto;
}
h2.estilizado,
h3.estilizado {
  font-weight: 600;
  font-family: 'MontserratRegular', sans-serif;
}
.errorMessage {
  color: #d9534f;
  font-size: 80%;
}
.bolder {
  font-weight: 600;
  color: #0076c0;
}
.justificado {
  text-align: justify;
}
.text-link {
  color: white;
}
.text-link:hover {
  color: white;
}
.form-control {
  display: block;
  width: 100%;
}
input[type="date"].form-control {
  height: inherit;
}
.form-group select,
.form-group input,
.form-group textarea {
  width: 100%;
}
.form-group .checkbox input {
  width: inherit;
}
form label {
  font-weight: bold;
  margin: 8px 0;
}
form textarea,
form input[type="text"],
form input[type="password"] {
  height: 34px;
  border: 1px solid #dadada;
  box-shadow: none;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 2px;
}
form input[type="password"] {
  text-align: left;
}
form textarea {
  height: inherit;
}
input.wide,
form.wide input,
form.wide select {
  width: 100%;
  padding: 5px;
}
form.wide input[type="checkbox"] {
  width: initial;
}
#calendario {
  font-family: 'MontserratRegular';
}
#calendario table {
  width: 100%;
}
@media screen and (max-width: 767px) and (min-width: 300px) {
  #calendario {
    font-size: 14px !important;
  }
}
.DynarchCalendar {
  position: relative;
  cursor: default;
  width: 97%;
}
.DynarchCalendar .DynarchCalendar-bottomBar {
  padding: 2px;
  text-align: center;
}
.DynarchCalendar .DynarchCalendar-title div {
  padding: 5px 17px;
}
.DynarchCalendar table.DynarchCalendar-titleCont {
  font-size: 18px;
  font-family: 'MontserratBold';
  text-align: center;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) and (min-width: 300px) {
  .DynarchCalendar table.DynarchCalendar-titleCont {
    font-size: 16px !important;
  }
}
.DynarchCalendar table.DynarchCalendar-titleCont .DynarchCalendar-title {
  padding: 10px 0;
}
.DynarchCalendar .DynarchCalendar-dayNames {
  border-top: 2px solid #040C8C;
  padding-top: 7px;
}
.DynarchCalendar .DynarchCalendar-dayNames div {
  width: 100%;
  padding: 5px 4px;
}
.DynarchCalendar .DynarchCalendar-dayNames td div {
  font-size: 14px;
  font-family: 'MontserratRegular';
  text-align: center;
}
@media screen and (max-width: 767px) and (min-width: 300px) {
  .DynarchCalendar .DynarchCalendar-dayNames td div {
    font-size: 12px !important;
  }
}
.DynarchCalendar .DynarchCalendar-day-othermonth {
  color: #dadada;
}
.DynarchCalendar .DynarchCalendar-day {
  border: 1px solid transparent;
  text-align: center;
  margin: 2px 8px;
  border-radius: 2px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .DynarchCalendar .DynarchCalendar-day {
    margin: 2px;
  }
}
.DynarchCalendar .DynarchCalendar-day-selected,
.DynarchCalendar .DynarchCalendar-hover-date {
  background-color: #040C8C;
  color: white;
  border-radius: 5px;
}
.DynarchCalendar .highlight {
  background: #0076c0;
  color: white;
}
.DynarchCalendar input {
  width: 95%;
}
.DynarchCalendar table {
  position: relative;
  top: 0px;
  border-collapse: collapse;
  line-height: 14px;
  margin: auto;
}
.DynarchCalendar-pressed-title div {
  border: 1px solid #000;
  padding: 4px 16px;
  background-color: #777;
  color: #fff;
  background-image: url("../../js/jscal219/css/img/drop-up.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.DynarchCalendar-bottomBar-today {
  padding: 5px 15px;
  font-size: 14px;
  border: 1px solid #0c20b7;
  border-radius: 16px;
}
@media screen and (max-width: 767px) and (min-width: 300px) {
  .DynarchCalendar-bottomBar-today {
    font-size: 12px !important;
  }
}
.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid;
}
.DynarchCalendar-body {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
.DynarchCalendar-first-col {
  padding-left: 5px;
}
.DynarchCalendar-last-col {
  padding-right: 5px;
}
.DynarchCalendar-animBody-backYear {
  position: absolute;
  top: -100%;
  left: 0;
}
.DynarchCalendar-animBody-back {
  position: absolute;
  top: 5px;
  left: -100%;
}
.DynarchCalendar-animBody-fwd {
  position: absolute;
  top: 5px;
  left: 100%;
}
.DynarchCalendar-animBody-now {
  position: absolute;
  top: 5px;
  left: 0;
}
.DynarchCalendar-animBody-fwdYear {
  position: absolute;
  top: 100%;
  left: 0;
}
.DynarchCalendar-dayNames {
  padding-left: 5px;
  padding-right: 5px;
}
.DynarchCalendar-navBtn {
  position: absolute;
  top: 5px;
}
.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 23px;
  width: 25px;
  padding: 1px;
}
.DynarchCalendar-hover-navBtn div {
  padding: 0;
}
.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #777;
  color: #fff;
}
.DynarchCalendar-nextMonth {
  left: 100%;
  margin-left: -30px;
}
.DynarchCalendar-prevYear {
  left: 5px;
}
.DynarchCalendar-nextYear {
  left: 100%;
  margin-left: -23px;
}
.DynarchCalendar-prevMonth div {
  background-image: url("../../js/jscal219/css/img/back.png");
}
.DynarchCalendar-nextMonth div {
  background-image: url("../../js/jscal219/css/img/next.png");
}
.DynarchCalendar-prevYear div {
  background-image: url("../../js/jscal219/css/img/nav-left-x2.gif");
  display: none;
}
.DynarchCalendar-nextYear div {
  background-image: url("../../js/jscal219/css/img/nav-right-x2.gif");
  display: none;
}
.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.DynarchCalendar-menu table td div {
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width: 4em;
  text-align: center;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #fff;
  color: #000;
}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #777;
  color: #fff !important;
}
.DynarchCalendar-menu-year {
  text-align: center;
  font-weight: bold;
}
.DynarchCalendar-menu-sep {
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  border-top: 1px solid #888;
  background: #fff;
  margin-top: 4px;
  margin-bottom: 3px;
}
.DynarchCalendar-time td {
  font-weight: bold;
  font-size: 120%;
}
.DynarchCalendar-time-hour,
.DynarchCalendar-time-minute {
  padding: 1px 3px;
}
.DynarchCalendar-time-down {
  background: url("../../js/jscal219/css/img/time-down.png") no-repeat 50% 50%;
  width: 11px;
  height: 8px;
  opacity: 0.5;
}
.DynarchCalendar-time-up {
  background: url("../../js/jscal219/css/img/time-up.png") no-repeat 50% 50%;
  width: 11px;
  height: 8px;
  opacity: 0.5;
}
.DynarchCalendar-time-sep {
  padding: 0 2px;
}
.DynarchCalendar-hover-time {
  background-color: #444;
  color: #fff;
  opacity: 1;
}
.DynarchCalendar-pressed-time {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.DynarchCalendar-time-am {
  padding: 1px;
  width: 2.5em;
  text-align: center;
}
.DynarchCalendar-day,
.DynarchCalendar-weekNumber {
  padding: 3px 4px;
  text-align: center;
  font-size: 18px;
  font-family: 'MontserratBold';
}
@media screen and (max-width: 767px) and (min-width: 300px) {
  .DynarchCalendar-day,
  .DynarchCalendar-weekNumber {
    font-size: 12px !important;
  }
}
.DynarchCalendar-weekNumber {
  border-right: 1px solid #aaa;
  margin-right: 4px;
  width: 2em !important;
  padding-right: 8px !important;
}
.DynarchCalendar-day-disabled {
  opacity: 0.5;
}
.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.DynarchCalendar-tooltip {
  position: absolute;
  top: 10px;
  width: 100%;
  background: white;
  z-index: 9999;
}
.DynarchCalendar-tooltipCont {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 5px 0 5px;
  padding: 3px 6px;
  background: white;
}
.DynarchCalendar-tooltipCont ul {
  list-style: none;
}
.DynarchCalendar-tooltipCont ul li {
  padding: 5px 0;
  border-top: 1px solid #dadada;
}
.DynarchCalendar-tooltipCont ul li:first-child {
  border: none;
}
.DynarchCalendar-tooltipCont .enm {
  color: #47525d;
}
.DynarchCalendar-tooltipCont .fnf {
  font-size: 12px;
}
@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}
.contXtasea {
  border: 2px solid #cfcfcf;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-shadow: 4px 4px 7px 0px rgba(189,189,189,0.69);
  -moz-box-shadow: 4px 4px 7px 0px rgba(189,189,189,0.69);
  box-shadow: 4px 4px 7px 0px rgba(189,189,189,0.69);
  width: 75%;
  margin: 0 auto;
}
.contXtasea .txtdesc {
  text-align: center;
  font-size: 10px;
  height: 19px;
}
@media (min-width: 1200px) {
  .contXtasea {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .contXtasea {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .contXtasea {
    width: 61%;
  }
}
@media (max-width: 480px) {
  .contXtasea {
    width: 90%;
  }
}
.hidden {
  display: none;
}
ul.selecciona {
  list-style-type: none;
  margin: 0;
}
ul.selecciona li {
  margin-bottom: 1em;
  padding: 5px;
}
ul.selecciona li .fTxt {
  font-size: 14px;
}
ul.selecciona li .fleft {
  width: 50%;
  display: inline-block;
}
@media (max-width: 767px) {
  ul.selecciona li .fleft {
    width: 40%;
  }
}
ul.selecciona li .fright {
  width: 40%;
  display: inline-block;
}
@media (max-width: 767px) {
  ul.selecciona li .fright {
    width: 40%;
  }
}
ul.selecciona .fbord {
  border: 1px solid #040C8C;
  border-radius: 16px;
}
.boton-seleccionar {
  font-size: 14px;
  color: black;
}
.boton-seleccionar:hover {
  text-decoration: none;
  font-weight: bold;
  color: #040C8C;
}
.agotado {
  font-size: 14px;
  color: #8e8c8c;
}
div.tfunction {
  text-align: center;
  border-bottom: 2px solid #040C8C;
  font-family: 'MontserratBold';
  font-size: 18px;
  padding: 9px 0;
}
@media screen and (max-width: 767px) and (min-width: 300px) {
  div.tfunction {
    font-size: 16px !important;
  }
}
.bannerx {
  padding-bottom: 2em;
}
.no-padding {
  padding: 0px !important;
}
.btn-promo {
  color: #FFFFFF;
  background-color: #FF0000;
}
.chat {
  width: 25px;
  height: auto;
  margin: 0px 5px;
}
@media (max-width: 767px) {
  .zonaNom {
    font-size: 12px;
  }
}
.viewMore {
  padding: 0 !important;
  margin: 0 !important;
}
.viewMore .textInLine {
  color: ;
  font-size: 13px;
}
@media (max-width: 767px) {
  .viewMore .textInLine {
    font-size: 12px;
  }
}
.viewMore .buttonViewMore {
  border: 1px solid ;
  border-radius: 2px;
  background: ;
  cursor: pointer;
  padding: 2px;
}
.removeMargin {
  margin: 0 !important;
}
.removePadding {
  padding: 0 !important;
}
.notBorderRadius {
  border-radius: 0 !important;
}
.modalBodyCustom {
  max-height: 600px;
}
@media (min-width: 320px) and (max-width: 515px) {
  .modalBodyCustom {
    max-height: 400px;
  }
  .modalBodyCustom .nav-tabs li {
    width: 33.33333333%;
  }
  .modalBodyCustom .nav-tabs li > a {
    padding-right: 2px !important;
    padding-left: 2px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .modalBodyCustom .paddingHorizontal30 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 516px) and (max-width: 768px) {
  .modalBodyCustom .contentTab .offset1 {
    margin-left: 0;
  }
  .modalBodyCustom .contentTab .nav-tabs > li {
    float: none;
    text-align: center;
    display: inline-block;
  }
}
#calendario {
  font-family: 'MontserratRegular';
}
#calendario table {
  width: 80%;
}
.dexc {
  font-family: 'MontserratRegular';
  font-weight: bold;
}
.dexc .descom {
  font-size: 13px;
  margin-left: 1em;
  color: #071689;
}
.cleft {
  display: inline-block;
  width: 25%;
}
.cright {
  display: inline-block;
  width: 67%;
}
.containerAudio {
  background-color: #3464AE;
  border-radius: 10px;
  width: 100%;
}
.containerAudio div.containerButtons {
  padding: 25px 15px;
  height: 100%;
  position: relative;
}
.containerAudio div.containerButtons span.verticalAlign,
.containerAudio div.containerButtons div.verticalAlign,
.containerAudio div.containerButtons img.verticalAlign {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.containerAudio div.containerButtons p.textAudio {
  font-family: 'MontserratRegular';
  color: white;
  margin: 0;
  white-space: pre-line;
  font-weight: bold;
}
.containerAudio div.containerButtons p.marginLeft {
  margin-left: 10px !important;
}
.containerAudio div.containerButtons div.containerSwitch input.inputSwitch[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.containerAudio div.containerButtons div.containerSwitch label.labelSwitch {
  cursor: pointer;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
  width: 65px;
  height: 25px;
}
.containerAudio div.containerButtons div.containerSwitch label.labelSwitch:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 35%;
  height: 85%;
  background-color: white;
  border-radius: 100%;
  transition: 0.3s;
}
.containerAudio div.containerButtons div.containerSwitch input.inputSwitch:checked + label.labelSwitch {
  background: #f9a628;
}
.containerAudio div.containerButtons div.containerSwitch input.inputSwitch:checked + label.labelSwitch:after {
  left: calc(98%);
  transform: translateX(-100%);
}
@media (min-width: 320px) and (max-width: 767px) {
  .containerAudio div.containerButtons {
    padding: 10px 0;
    text-align: center;
  }
  .containerAudio div.containerButtons p.marginLeft {
    margin-left: 0 !important;
  }
  .containerAudio div.containerButtons div.span2,
  .containerAudio div.containerButtons div.span5 {
    margin: 10px 0 5px 0;
  }
  .containerAudio div.containerButtons span.verticalAlign,
  .containerAudio div.containerButtons div.verticalAlign,
  .containerAudio div.containerButtons img.verticalAlign {
    margin: 0;
    position: relative;
    transform: none;
  }
  .containerAudio div.containerButtons div.containerSwitch {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .containerAudio div.containerButtons {
    padding: 15px 10px;
  }
  .containerAudio div.containerButtons p.marginLeft {
    margin-left: 30px !important;
  }
  .containerAudio div.containerButtons div.containerRecord div.offset1 {
    margin-left: 0 !important;
  }
  .containerAudio div.containerButtons div.containerRecord div.span4,
  .containerAudio div.containerButtons div.containerRecord div.span2 {
    width: 100%;
    text-align: center;
    margin: 2px;
  }
  .containerAudio div.containerButtons div.containerRecord div.span4 span.verticalAlign,
  .containerAudio div.containerButtons div.containerRecord div.span4 div.verticalAlign,
  .containerAudio div.containerButtons div.containerRecord div.span2 span.verticalAlign,
  .containerAudio div.containerButtons div.containerRecord div.span2 div.verticalAlign {
    margin: 0;
    position: relative;
    transform: none;
  }
  .containerAudio div.containerButtons div.containerRecord div.span4 div.containerSwitch,
  .containerAudio div.containerButtons div.containerRecord div.span2 div.containerSwitch {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .containerAudio div.containerButtons div.containerRecord div.offset1 {
    margin-left: 0 !important;
    margin-right: 15px;
  }
  .containerAudio div.containerButtons div.containerRecord div.containerInstruction {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .containerAdminAudios div.row {
    margin: 0 !important;
  }
}
.textTitleSmall {
  color: #3464AE;
  margin: 0;
  font-family: 'MontserratRegular';
  font-weight: bold;
  margin: 10px 0;
}
.contentFrame {
  width: 100%;
  height: 350px;
  margin: 5px 0 50px 0;
}
.contentFrame iframe.frameVideo {
  width: 100%;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .contentFrame {
    height: 230px;
  }
}
.list-view {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.list-view div.container-audios {
  overflow-y: auto;
  height: 600px;
  padding: 25px 10px 0 10px;
}
.list-view div.container-audios div.controlsAudio {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #D7D7D7;
  padding-bottom: 10px;
  position: relative;
}
.list-view div.container-audios div.controlsAudio span.verticalAlign,
.list-view div.container-audios div.controlsAudio div.verticalAlign,
.list-view div.container-audios div.controlsAudio img.verticalAlign {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.list-view div.container-audios div.controlsAudio span.contentNick {
  width: 35%;
}
.list-view div.container-audios div.controlsAudio p.userNick {
  margin: 0;
  font-family: 'MontserratRegular';
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .list-view {
    margin-bottom: 20px;
  }
  .list-view div.container-audios {
    padding: 15px 10px 0 10px;
  }
  .list-view div.container-audios div.controlsAudio {
    text-align: center;
  }
  .list-view div.container-audios div.controlsAudio span.verticalAlign,
  .list-view div.container-audios div.controlsAudio div.verticalAlign,
  .list-view div.container-audios div.controlsAudio img.verticalAlign {
    margin: 0;
    position: relative;
    transform: none;
  }
}
.contentPlayer div.player-controls div.play-btn,
.contentPlayer div.player-controls div.pause-btn {
  width: 30px;
  height: 30px;
}
.contentPlayer div.player-controls div.play-btn {
  background: url('../../themes/dreamySantander/img/big_play.svg') center center no-repeat;
  background-size: cover;
}
.contentPlayer div.player-controls div.pause-btn {
  background: url('../../themes/dreamySantander/img/big_pause.svg') center center no-repeat;
  background-size: cover;
}
.contentPlayer div.player-controls progress[value] {
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: gray;
  color: #f9a628;
  height: 8px;
  border-radius: 60px;
}
.contentPlayer div.player-controls progress[value]::-webkit-progress-bar {
  border: 0;
  background-color: gray;
  border-radius: 60px;
  color: #f9a628;
}
.contentPlayer div.player-controls progress::-webkit-progress-value {
  background-color: #f9a628;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contentPlayer div.player-controls {
    width: 100%;
    text-align: center;
  }
  .contentPlayer div.player-controls div.play-btn,
  .contentPlayer div.player-controls div.pause-btn {
    display: inline-block;
    margin-bottom: 5px !important;
    width: 40px;
    height: 40px;
  }
  .contentPlayer div.player-controls progress {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .contentPlayer div.player-controls {
    text-align: center;
  }
  .contentPlayer div.player-controls div.span2,
  .contentPlayer div.player-controls div.span10 {
    width: 100%;
  }
  .contentPlayer div.player-controls div.span2 span.verticalAlign,
  .contentPlayer div.player-controls div.span2 div.verticalAlign,
  .contentPlayer div.player-controls div.span10 span.verticalAlign,
  .contentPlayer div.player-controls div.span10 div.verticalAlign {
    margin: 0;
    position: relative;
    transform: none;
  }
  .contentPlayer div.player-controls div div.play-btn,
  .contentPlayer div.player-controls div div.pause-btn {
    display: inline-block;
    margin-bottom: 5px !important;
  }
  .contentPlayer div.player-controls div progress {
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .contentPlayer div.player-controls div progress {
    width: 110px;
    margin-left: 6px;
  }
}
.tabsInteractor {
  margin-bottom: 10px !important;
}
.contentInteractor {
  padding: 5px !important;
}
.is-desktop {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 .75rem;
}
.is-desktop .box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.02);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.is-desktop .box .media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.is-desktop .box .media .media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}
.is-desktop .box .media .media-content .content h3 {
  font-weight: 600;
  line-height: 1.125;
  font-size: 1.5em;
  margin-bottom: .6666em;
}
.is-desktop .box .media .media-content .content h3.primary {
  color: #3464ae !important;
}
.is-desktop .box .media .media-content .content .field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.is-desktop .box .media .media-content .content .field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control .button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(-0.5em);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(-0.5em);
  text-align: center;
  white-space: nowrap;
  border-radius: 0 4px 4px 0;
  border: 1px solid transparent;
  height: 3em;
}
.control .button.bg-disabled {
  background-color: #efeded;
}
.control .button.bg-disabled .check {
  filter: brightness(0) invert(1);
  width: 30px;
}
.control .button.bg-primary {
  background-color: #3464ae;
  color: white;
}
.control .button.bg-primary .check {
  filter: brightness(0) invert(1);
  width: 30px;
}
.control .input {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(-0.5em);
  padding-left: calc(-0.25em);
  padding-right: calc(-0.25em);
  padding-top: calc(-0.5em);
  position: relative;
  vertical-align: top;
}
.columns {
  display: flex;
}
.columns .half {
  flex: none;
  width: 50%;
}
.columns .half.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .15rem;
}
.columns .half .indicador {
  background-color: #f6f5f5;
  border-radius: 30px;
  padding: 0px 5px;
  text-align-last: justify;
  width: 100%;
}
.columns .half .indicador label {
  display: inline-block;
}
.columns .half .indicador2 {
  background-color: #746f6f;
  border-radius: 30px;
  padding: 0px 5px;
  text-align-last: justify;
  width: 100%;
}
.columns .half .indicador2 label {
  display: inline-block;
}
.columns .half .cvertical {
  vertical-align: -webkit-baseline-middle;
  margin-top: 5px;
  margin-left: 10px;
}
.btn-disabled {
  filter: brightness(.8) invert(.2);
}
.ocultar {
  display: none !important;
}
.button-opt {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(-0.5em);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(-0.5em);
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid transparent;
  height: 3em;
}
.button-opt.bg-primary {
  background-color: #3464ae;
  color: white;
}
.btn-del {
  margin-left: 10px;
  border-color: #dbdbdb;
}
.b-grabar {
  width: 22%;
  margin-top: 2px;
  cursor: pointer;
}
.lwhite {
  color: white;
  margin-right: 5px;
}
.lred {
  color: red;
  margin-right: 5px;
}
#notificar {
  text-align: center;
}
.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}
.notification {
  background-color: #f5f5f5;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.check-notification {
  filter: brightness(0) invert(1);
  width: 15px;
}
.sonidos {
  margin-top: .5rem;
}
.sonidos .columns-five {
  display: inline-block;
  width: 18%;
  text-align: center;
  font-size: 9px;
}
.sonidos .columns-five .tipos {
  background: #efeded;
  border-radius: 30px;
  padding: 10px;
  width: 30px;
}
.sonidos .columns-five .tipos .img-sound {
  height: 25px;
}
.sound-option {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.mt-4 {
  margin-top: -4em;
}
.sound-option + .tipos {
  cursor: pointer;
}
.sound-option:checked + .tipos {
  background: #fac000;
}
.opciones-tab li {
  margin-bottom: -2px !important;
}
.opciones-tab li.active a {
  background-color: #3464ae !important;
  color: white !important;
  border-radius: 5px 5px 0 0 !important;
}
@media screen and (max-width: 1199px) {
  .is-desktop {
    padding: 0 .1rem;
  }
  .is-desktop .box {
    padding: 0.2rem;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .sonidos .columns-five {
    width: 23.404255319148934%;
  }
  .sonidos .columns-five .tipos {
    margin: 0 auto;
  }
  .mt-4 {
    margin: 5px 10px;
    float: right;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .sonidos .columns-five {
    width: 14.893617021276595%;
  }
  .sonidos .columns-five .tipos {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sonidos .columns-five {
    width: 23.404255319148934%;
  }
  .sonidos .columns-five .tipos {
    margin: 0 auto;
  }
  .mt-4 {
    margin: 5px 10px;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .input {
    width: 100%;
  }
}
@keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.show {
  animation: show 500ms linear;
  animation-fill-mode: forwards;
}
.hideMessage {
  animation: hide 500ms linear;
  animation-fill-mode: forwards;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../../themes/dreamy/css/bebas_neue/BebasNeue-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MontserratBold';
  src: url('../../themes/dreamySantander/css/Montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MontserratRegular';
  src: url('../../themes/dreamySantander/css/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoBold';
  src: url('../../themes/vallarta/css/Lato/Lato-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MontserratSemiBold';
  src: url('../../themes/dreamySantander/css/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #0076c0;
  background-image: url(../../images/pattern.jpg);
  color: #3e4f53;
}
a {
  color: #0076c0;
}
.container-fluid {
  padding: 0px;
}
#content-index {
  background: white;
}
#pagina {
  background: white;
  padding: 10px 30px;
}
#footer a {
  color: #FFF;
}
.padder {
  padding: 30px 60px;
}
.padder-sm {
  padding: 10px 30px;
}
#grayout {
  background: #ccc;
  background: #fff;
}
.respon {
  padding: 1% 10% 10% 10% !important;
}
#heading {
  margin-right: -30px;
  margin-top: -10px;
}
.heading-div {
  margin-left: 0px;
}
.separador {
  line-height: 25px;
  margin-top: 10px;
  border-bottom: solid 1px #ccc;
  padding-left: 10px;
  color: #3e4f53;
}
.metodo {
  width: 100%;
  color: black;
}
.tarjeta {
  overflow-y: auto;
  height: 45vh;
  background: #f5f5f5;
  background: white;
  padding: 2.5%;
  border-radius: 3px;
  border: 1px solid #E5E5E5;
}
.seleccion_manual {
  margin-top: 1px !important;
}
.atras {
  font-size: 28px !important;
  padding: 0px;
  border: none;
  margin-bottom: 7px;
  background-image: none !important;
  box-shadow: none !important;
  visibility: visible !important;
}
.background_manual {
  background-color: #ccc !important;
}
.tarjeta_txt {
  font-size: 11px;
  line-height: 14px;
  margin-top: 21px;
}
.color-primary {
  color: #f47d30;
}
.color-info {
  color: #0076c0;
}
.col3 {
  -moz-column-width: 30%;
  -moz-column-count: 3;
  -moz-column-gap: 50px;
  -moz-column-rule-color: transparent;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -webkit-column-width: 30%;
  -webkit-column-count: 3;
  -webkit-column-gap: 50px;
  -webkit-column-rule-color: transparent;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-width: 30%;
  column-count: 3;
  column-gap: 50px;
  column-rule-color: transparent;
  column-rule-style: solid;
  column-rule-width: 1px;
  margin: auto;
}
.footer-udg {
  background-image: url(../../themes/dreamySantander/img/cintillo-pie1.png);
  background-repeat: no-repeat;
}
.imagen-destacada {
  height: 400px !important;
  width: 600px;
}
.separe-bottom {
  border-bottom: 1px solid white;
}
#footer {
  background: #0076c0;
  color: white;
  font-size: 12px;
  font-weight: 100;
  font-family: 'MontserratRegular';
}
#footer .ft-h {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.txt-dr-rs {
  color: white;
  font-size: 10px;
  line-height: 22px;
}
.tc-white-logo {
  background: url("../../images/new-design/tc-white.png") no-repeat;
  text-indent: -99999em;
  display: block;
  height: 50px;
}
.text-warning {
  color: #eaac37;
}
.text-primary {
  color: #f47d30;
}
.text-truncar-elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  font-family: 'MontserratRegular';
  font-size: 14px;
  color: #000000;
}
.cnt-menu {
  background: white;
}
.cnt-menu .navbar .nav {
  margin: 12px 0px;
}
.cnt-menu .navbar .nav li {
  border: none;
}
.cnt-menu .navbar .nav li a {
  color: #3e4f53;
  font-size: 13px;
  text-shadow: none;
}
.cnt-menu .navbar .nav li a:hover {
  font-size: 13px;
  background: none;
  box-shadow: none;
  color: #f47d30;
}
.cnt-menu .navbar .nav li a.btn.btn-primary {
  color: white;
  font-weight: normal;
  margin: 0;
}
.cnt-menu .navbar .nav li a.btn.btn-primary:hover {
  color: #f47d30;
}
.cnt-menu .navbar .nav li a.btn.btn-primary.btn-mc-nr {
  margin: 0 30px;
}
.cnt-menu .navbar .nav li a.icn-nbr-ntk {
  color: white;
  background: #0076c0;
  width: 21px;
  height: 21px;
  font-size: 12px;
  padding: 0;
  border-radius: 10em;
  text-align: center;
  line-height: 22px;
  margin: 5px 8px;
}
.cnt-menu .navbar .nav li.active a {
  font-size: 13px;
  background: none;
  box-shadow: none;
  color: #f47d30;
}
.coverfield {
  position: absolute;
  bottom: 0px;
  height: 50px;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  background: rgba(20,20,20,0.8);
  visibility: hidden;
}
.card {
  margin: 0 12px;
  margin-bottom: 10px;
  border-radius: 2px;
  background: white;
}
.card .img {
  position: relative;
}
.card .img:hover > .coverfield {
  visibility: visible;
}
.card a {
  color: #47525d;
  font-weight: 500;
}
.card a:hover {
  text-decoration: none;
}
.card .inf {
  padding: 10px 20px;
}
.card .inf .title {
  height: auto;
  vertical-align: bottom;
  display: table-cell;
  text-align: justify;
}
.card .inf .title a.text-tlt {
  color: #3464AE;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
#sinopsis .card {
  margin: 0px;
}
.index-body-content-secondary {
  background: white;
  padding: 0 20px;
  padding-top: 35px;
}
.index-body-content-secondary .cont-scond {
  padding: 60px 80px;
  box-sizing: border-box;
}
.index-body-content-secondary .cont-scond .span4.sinmargin {
  margin: 0;
}
.index-body-content-secondary.row-fluid .span4 {
  margin: 0;
}
.ctn-desct {
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
}
.ctn-desct .div-after {
  position: absolute;
  width: 100%;
  height: 105px;
  bottom: 0;
  content: '';
  z-index: 0;
  background: white;
}
.ctn-desct .div-cnt {
  position: relative;
  z-index: 1;
  border: 1px solid #dadada;
  margin: 0 20px;
}
.slick-slider .item-sld {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slick-slider .item-sld .ctn-img {
  height: 100%;
}
.slick-slider .item-sld .ctn-img img {
  height: auto !important;
}
.slick-slider .item-sld .lks-evt {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  right: 20px;
  color: white;
  box-sizing: border-box;
}
.slick-slider .item-sld .lks-evt .nmb-evt {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 16px;
}
.slick-slider .item-sld .lks-evt .btn.btn-warning {
  float: right;
  clear: both;
  position: relative;
  top: -5px;
  text-transform: uppercase;
  font-size: 11px;
  text-shadow: none;
  font-weight: bold;
}
#slick1 .slick-next.slick-arrow {
  display: none !important;
}
#slick1 .slick-prev.slick-arrow {
  display: none !important;
  left: -20px;
}
@media (max-width: 767px) {
  #slick1 .slick-arrow {
    font-size: 20px;
    color: white;
  }
  #slick1 .slick-arrow:before {
    display: none;
  }
  #slick1 .slick-next.slick-arrow {
    display: block !important;
  }
  #slick1 .slick-prev.slick-arrow {
    display: block !important;
  }
}
#slick1 .ic-ticket {
  font-size: 17px;
  line-height: 14px;
  position: relative;
  top: 1px;
}
#slick2 {
  background: #f9f9f9;
}
#slick2 .slick-list.draggable {
  padding: 0 !important;
  height: 100%;
}
#slick2 .slick-track {
  width: 100% !important;
  height: 100%;
  transform: none !important;
  overflow: hidden;
  overflow-y: scroll;
}
#slick2 .slick-slide {
  float: none;
  width: 100% !important;
  height: 33.3%;
  padding-top: 10px;
  background: white;
  border-bottom: 1px solid #dadada;
  border-left: 4px solid white;
  display: table;
}
#slick2 .slick-slide .evt-nm {
  font-size: 20px;
}
#slick2 .slick-slide .evt-dy {
  color: #2f77ae;
}
#slick2 .slick-slide .evt-plc {
  font-weight: 300;
}
#slick2 .slick-slide .item-list-slide {
  vertical-align: middle;
  display: table-cell;
  padding-left: 23px;
}
#slick2 .slick-slide.slick-current {
  background: #173952;
  color: white;
  border-left-color: #2f77ae;
}
#slick2 .slick-slide.slick-current .evt-dy {
  color: white;
}
@media screen and (min-width: 980px) {
  .page {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .page {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .page {
    width: 480px;
  }
  #index-body-content table {
    margin: 0 auto;
    width: 100%;
  }
  .ctn-desct {
    padding-bottom: 15px;
  }
  .ctn-desct:after {
    background: #0076c0;
  }
  .ctn-desct .slick-slider .item-sld {
    height: 350px;
  }
  .ctn-desct .slick-slider .item-sld .lks-evt {
    background: white;
    color: #3e4f53;
  }
  .ctn-desct .slick-slider .item-sld .lks-evt .nmb-evt {
    color: #003486;
  }
  .ctn-desct .slick-slider .item-sld .lks-evt .btn.btn-warning {
    top: 8px;
  }
}
@media screen and (min-width: 1121px) {
  .page {
    width: 1121px;
  }
}
.navbar .nav .active >a {
  background: transparent;
  border: none;
  color: #eaac37;
  box-shadow: none;
}
.navbar .nav .active >a:hover {
  box-shadow: none;
  background: transparent;
}
.navbar .nav li a {
  font-weight: 600;
}
.div-middle-slick-1 {
  width: 600px;
  height: 400px;
  margin-right: 30px;
  float: left;
}
.div-middle-slick-2 {
  width: 600px;
  height: 400px;
  margin-left: 30px;
  float: right;
}
@media screen and (min-width: 995px) {
  .ctn-desct .div-cnt .span7 {
    width: 658px;
  }
}
@media screen and (max-width: 768px) {
  .card {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 3px 7.47px 1.53px rgba(181,181,181,0.4);
  }
  .card .img {
    float: left;
    width: 100%;
  }
  .card .inf {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .ctn-desct .div-after {
    display: none;
  }
}
@media (max-width: 480px) {
  .page {
    width: 330px;
    margin: 0 auto;
  }
  .ctn-desct .slick-slider .item-sld {
    height: 300px;
  }
  #login #login-form .recoveryPassword {
    text-align: center !important;
  }
  #login #login-form .loginBtn {
    margin-top: 0px !important;
  }
  #login .container .fondo_mapa,
  #registration .container .fondo_mapa,
  #verBoletos .container .reenviarform,
  #reservacion .container .fondo_mapa,
  #pwdrec .container .fondo_mapa,
  #recuperacion .container .fondo_mapa {
    margin-top: 40px;
  }
  #navUser div .span3 {
    width: 40% !important;
    float: left !important;
  }
  #navUser div .span3 p {
    margin-left: 30%;
  }
  #navUser div .span9 {
    width: 60% !important;
    float: right !important;
  }
  #navUser div a p {
    margin-bottom: 0px;
    display: block !important;
    text-align: initial;
  }
  .itemsSale .containerSale {
    padding: 10px 15px 10px 15px !important;
  }
  .itemsSale .containerInfo {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    position: relative;
  }
  .itemsSale .containerInfo .rowsSaleLeft,
  .itemsSale .containerInfo .rowsSaleRight {
    width: 50% !important;
    height: 100%;
  }
  .itemsSale .containerInfo .rowsSaleLeft {
    float: left;
  }
  .itemsSale .containerInfo .rowsSaleLeft .sinmargin {
    padding-top: 10px;
  }
  .itemsSale .containerInfo .rowsSaleRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .itemsSale .containerInfo .iconsBody {
    width: 10% !important;
  }
  .margin-card {
    padding: 5px 0px 5px 0px !important;
  }
  .alertuser .alertBtn {
    width: 30% !important;
    float: left;
  }
  .alertuser .alertinfo {
    width: 70% !important;
    float: right;
  }
  .alertuser .alertinfo .infoIcon {
    width: 20% !important;
    float: left;
  }
  .alertuser .alertinfo .infoText {
    width: 70% !important;
    float: right;
  }
  #reservacion .container-fluid,
  #verBoletos .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
  #pwdrec .container-fluid {
    padding-left: 6%;
    padding-right: 6%;
  }
  #reservacion #footerMin p,
  #verBoletos #footerMin p {
    text-align: center !important;
  }
  .formOXXO {
    padding: 30px 10px 0px 10px !important;
  }
  .formOXXO .infoFooter {
    font-size: 11px;
  }
  .formOXXO .text-infoOxxo {
    font-size: 12px;
  }
  .formOXXO h3 {
    font-size: 20px;
  }
  .formOXXO .iconOxxo {
    float: left;
    width: 30% !important;
  }
  .formOXXO .infoOxxo {
    float: right;
    width: 70% !important;
    margin-top: 10px;
  }
  .bg-grey .centerTable {
    padding: 10px 5px 0px 5px !important;
  }
  .alertInfoWhite {
    padding: 0px 0px 0px 0px !important;
  }
  .alert-white {
    padding: 0px 15px 0px 10px !important;
  }
  .alert-white .infoIcon {
    width: 25% !important;
    float: left;
  }
  .alert-white .infoText {
    width: 70% !important;
    float: right;
  }
  .alert-white h4 {
    margin-top: 10px !important;
  }
  .text-justify {
    text-align: justify !important;
    padding: 0px 15px 0px 15px !important;
  }
  #info .alert-white {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 980px) {
  .page {
    width: 1121px;
  }
}
.navbar-inner {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 0px;
  background: #FFF !important;
}
.navbar {
  margin-bottom: 0px;
}
.navbar .nav .active >a {
  background: transparent;
  border: none;
  color: #eaac37;
  box-shadow: none;
}
.navbar .nav .active >a:hover {
  box-shadow: none;
  background: transparent;
}
.navbar .nav li a {
  font-weight: 600;
  color: #3e4f53;
  font-size: 13px;
}
.global-menu {
  margin-top: 0px !important;
}
.navbar .brand {
  padding: 0px !important;
}
.menu-home {
  position: absolute;
  top: 10px;
  right: 55px;
}
.menu-user {
  position: absolute;
  top: 12px;
  right: 5px;
}
hr {
  margin: 5px;
}
.destacados {
  margin-top: 50px;
}
@media screen and (max-width: 980px) {
  body {
    padding: 0px;
  }
  .container {
    width: 100%;
  }
  .navbar-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-top: 0px;
  }
  #footer {
    text-align: center;
  }
  .tb-fun-item {
    width: 100% !important;
    background-color: #3464AE;
  }
  .selectivo {
    margin: 0px !important;
  }
  .destacados {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .cintillo-pago {
    padding: 10px;
    width: 80% !important;
  }
  .ctn-desct {
    margin-top: 0px !important;
  }
  .slick-slider .item-sld .ctn-img img {
    height: auto !important;
  }
}
.page>#ctn-desct {
  margin-top: 300px;
}
.back-white {
  background: white;
}
.text-info {
  color: #0076c0;
}
.cleaner {
  clear: both;
}
.sinmargin {
  margin: 0 !important;
}
.sinpadding {
  padding: 0;
}
.sinpadding-left {
  padding-left: 0;
}
.sinpadding-right {
  padding-right: 0;
}
.text-italic {
  font-style: italic;
}
.errorSummary li {
  color: #d9534f;
}
.sub-title {
  color: #0076c0;
  font-size: 16px;
}
.sub-h1 {
  font-size: 18px;
  color: #0076c0;
  text-transform: uppercase;
}
.cnt-contact .cnt-quienes {
  font-size: 15px;
  color: #47525d;
}
.liberar_lugares {
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  color: #2ca5ee;
}
.container-t1 {
  padding: 80px 200px;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .container-t1 {
    padding: 30px;
  }
}
.cnt-captcha .controls img {
  margin-bottom: 15px;
  margin-right: 15px;
}
.cnt-captcha .captcha .widget {
  margin-bottom: 15px;
}
.cnt-captcha .captcha .widget a {
  margin-left: 15px;
}
.force-btn-coltrol .btn {
  width: 100%;
}
.heading {
  background-color: #337FB8;
  background: -webkit-gradient(linear,left top,left bottom,from(#337FB8),to(#006CBA));
  background: -webkit-linear-gradient(top,#337FB8,#006CBA);
  background: -moz-linear-gradient(top,#337FB8,#006CBA);
  background: -ms-linear-gradient(top,#337FB8,#006CBA);
  background: -o-linear-gradient(top,#337FB8,#006CBA);
  min-height: 210px;
}
.heading h2 {
  font-size: 28px;
}
.heading h4 {
  font-size: 14px;
}
.heading.heading-t1 {
  min-height: 110px;
}
.heading table td {
  padding: 5px 10px;
}
.heading.heading-t1 {
  font-size: 36px;
  color: white;
  padding: 60px 0;
  text-transform: uppercase;
  box-sizing: border-box;
  line-height: 40px;
}
#pagina.page-t1 {
  box-sizing: border-box;
  border: 1px solid #dadada;
  margin-top: 18px;
  margin-bottom: 66px;
  border-radius: 2px;
  padding: 30px 120px;
  padding-bottom: 80px;
}
@media (max-width: 979px) {
  #pagina.page-t1 {
    padding: 5px;
  }
}
#pagina.page-t1 {
  margin-top: 0px;
}
.vnd-evt .checkbox.inline label {
  margin: 0;
}
.vnd-evt .checkbox {
  float: left;
  margin-right: 20px;
}
.list-check {
  list-style: none;
  margin-left: 12px;
}
.list-check .fa-check {
  margin-right: 12px;
}
.cnt-cb .th-table {
  background: #e1e1e1;
  color: #47525d;
  font-size: 18px;
  padding: 13px 35px;
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.cnt-cb .tbl-cb {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.cnt-cb .tbl-cb .button-column {
  width: 107px;
}
.cnt-cb .tbl-cb .btn-comprar {
  text-transform: uppercase;
  font-size: 12px;
  box-sizing: border-box;
  width: 107px;
  padding: 5px 0 !important;
}
.cnt-cb .tbl-cb .btn-comprar .fa-ticket {
  margin-right: 5px;
  font-size: 15px;
}
.cnt-cb .tbl-cb .nameEvt {
  font-size: 18px;
  font-weight: bold;
}
.cnt-cb .tbl-cb .UbEvt {
  color: #47525d;
}
.cnt-cb .tbl-cb .UbEvt .text-warning {
  margin-right: 6px;
}
.cnt-cb .tbl-cb.table td {
  padding-top: 13px;
}
.cnt-cb .tbl-cb .td-square {
  padding: 13px 20px;
}
.cnt-cb .summary {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border-bottom: none;
  border-top: none;
  padding: 10px 0;
  border-radius: inherit;
}
.cnt-cb .grid-view {
  padding: 0;
}
.cnt-cb .date-square {
  background: #f47d30;
  width: 66px;
  color: white;
  text-align: center;
  padding: 4px 0;
  margin: 0 auto;
}
.cnt-cb .date-square .m,
.cnt-cb .date-square .a {
  font-size: 12px;
}
.cnt-cb .date-square .d {
  font-size: 22px;
}
.cnt-cb .hsr {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.cnt-cb .grid-view .summary {
  border: none;
}
.cnt-cb .grid-view .pagination {
  margin: 0;
}
.cb-srh #search-form-reset-button {
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
  font-weight: normal;
}
.item-border {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  margin-bottom: 30px;
}
.accordion-group {
  margin: 5px 0;
}
.accordion-group .accordion-heading {
  background: #f2f2f2;
}
.accordion-group .accordion-heading a {
  color: #3e4f53;
  text-decoration: none;
}
.form-login-new .label-form {
  display: block;
  float: none;
  text-align: left;
}
.form-login-new .controls {
  margin: 0;
}
#registration-form input[type="password"] {
  text-align: left;
}
#login-form .cnt-captcha .help-block,
#registration-form  .cnt-captcha .help-block,
.hint {
  color: #aaaaaa;
}
#compras-heading {
  position: relative;
  bottom: -30px;
}
#compras-heading h2 {
  font-size: 20pt;
}
#precios {
  margin-left: 5px;
}
.selectivo {
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
}
.selectivo h3,
.selectivo h4,
.selectivo i {
  text-align: left;
}
.selectivo h2,
.selectivo h3,
.selectivo h4 {
  color: #3e4f53;
}
.selectivo h2 {
  font-size: 170%;
}
.selectivo #content-img .maps,
.selectivo #content-img table {
  margin: auto;
}
.selectivo table {
  overflow-x: auto;
}
.selectivo th {
  font-weight: 600;
  padding: 5px;
}
.delimit {
  border: 1px solid #ccc;
}
#container-detalles-compra h3 {
  margin: 10px;
}
#table-metodo-de-entrega,
#table-detalles {
  width: 100%;
}
#table-metodo-de-entrega th,
#table-detalles th {
  padding-bottom: 5px;
}
#detalle-zona {
  text-align: left;
  padding: 15px;
}
#sesion-expirada-titulo {
  color: #eaac37;
  font-weight: 600;
  font-size: 150%;
  margin: auto;
}
.sesion-expirada {
  text-align: center;
}
.mesa {
  display: inline-block;
  margin: 5px;
}
.col-2 {
  width: 47%;
  display: inline-table;
}
.well {
  border: 0px !important;
}
.remarcado {
  color: #f47d30;
  font-weight: 600;
  font-size: 120%;
}
.strong {
  font-weight: 600;
}
.dlabel,
.dvalue {
  display: inline-block;
}
.dlabel {
  width: 170px;
  text-align: left;
}
.dvalue {
  text-align: right;
  width: 80px;
}
#tabla-resumen td {
  margin: 15px;
  border: 0px;
}
#tabla-resumen th.text-right {
  text-align: right;
}
.flash-primary {
  background: #f47d30;
  color: white;
  padding: 7px;
  font-weight: 600;
}
.flash-error {
  background: #d9534f;
  color: white;
  padding: 7px;
  font-weight: 600;
}
.flash-success {
  background: #5cb85c;
  color: white;
  padding: 7px;
  font-weight: 600;
}
.sqr-sm {
  width: 65px;
  height: 65px;
  text-align: center;
  padding: 5px;
}
.sqr-sm h1,
.sqr-sm h2,
.sqr-sm h3,
.sqr-sm h4,
.sqr-sm h5 {
  text-align: center;
  margin: 0px;
}
.sqr-primary {
  background: #f47d30;
  color: white;
  padding: 7px;
  font-weight: 600;
}
.sqr-primary h1,
.sqr-primary h2,
.sqr-primary h3,
.sqr-primary h4 {
  color: white;
}
.tabla-funciones td {
  vertical-align: middle;
}
td.text-right {
  text-align: right;
}
.tab-tc .nav.nav-tabs {
  border: none;
}
.tab-tc .nav.nav-tabs li a {
  border: none;
  border-left: 5px solid transparent;
  background: none;
  color: #3e4f53;
}
.tab-tc .nav.nav-tabs li a:hover {
  color: #0076c0;
}
.tab-tc .nav.nav-tabs li.active a {
  border-radius: inherit;
  border-left: 5px solid #0076c0;
  background: #f5f7f7;
  font-weight: bold;
}
.tab-tc .nav.nav-tabs li.active a:hover {
  color: #3e4f53;
}
.tab-tc .tab-content .well {
  padding: 50px;
  padding-top: 15px;
  box-sizing: border-box;
}
.tab-tc .tab-content .well .sub-h1 {
  margin-bottom: 20px;
}
.tab-tc .tab-content .well .sub-h1 img {
  margin-right: 15px;
}
@media (max-width: 979px) {
  .tab-tc .tab-content .well {
    padding: 10px;
  }
}
.detail-view th,
.detail-view td,
.detail-view tr {
  border: none;
}
@media (max-width: 768px) {
  .table-responsive th,
  .table-responsive td {
    display: block;
  }
}
.table-mis-compras th {
  padding: 15px 10px;
}
.table-mis-compras tr td {
  padding: 15px 10px;
  vertical-align: middle;
}
.table-mis-compras tr:nth-child(odd) {
  border: 1px solid #dadada;
  background: #f5f7f7;
}
.table-mis-compras thead tr:first-child {
  background: none;
  border: none;
}
.table-mis-compras .th-res {
  display: none;
  font-weight: bold;
}
@media (max-width: 768px) {
  .table-mis-compras.table-responsive .th-res {
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding-right: 30px;
  }
  .table-mis-compras.table-responsive .th-res,
  .table-mis-compras.table-responsive .td-cnt {
    float: left;
    width: 50%;
  }
  .table-mis-compras.table-responsive thead {
    display: none;
  }
  .table-mis-compras.table-responsive tr td {
    border: none;
    padding: 5px 20px;
  }
  .table-mis-compras.table-responsive tr td:first-child {
    padding-top: 20px;
  }
  .table-mis-compras.table-responsive tr td:last-child {
    padding-bottom: 20px;
  }
}
.cont-search-evt {
  position: relative;
}
.cont-search-evt .fa-search {
  position: absolute;
  left: 10px;
  top: 9px;
}
.cont-search-evt #Funciones_textoABuscar {
  padding-left: 35px;
}
div.loading {
  background-size: 50px;
  background-image: url('../../images/loading-light.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
div.loading-trans {
  background-size: 50px;
  background-image: url('../../images/loading-light.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
.button-column {
  font: normal normal normal 14px/1 FontAwesome;
}
.button-column .view:before {
  content: "\f06e";
}
.button-column .update:before {
  content: "\f040";
}
.button-column .delete:before {
  content: "\f014";
}
.cont-form-radio .radio {
  float: left;
  margin-right: 50px;
}
.cont-form-radio .radio input[type="radio"] {
  width: auto;
  margin-right: 15px;
}
.text-center h4 {
  text-align: center;
}
.panel {
  border: 1px solid #CCC;
}
.panel .panel-header {
  padding: 10px;
  font-weight: 600;
}
.panel .panel-body {
  background: white;
  padding: 10px;
  border-width: 1px 0px 1px 0px;
}
.panel .panel-footer {
  font-style: 11px;
  padding: 10px;
}
.panel-blue .panel-header,
.panel-blue .panel-footer {
  background: #0076c0;
  color: white;
}
.panel-blue h2,
.panel-blue h3 {
  color: white;
}
.box6,
.box-7 {
  margin: auto;
}
.box-6 {
  max-width: 600px;
}
.box-7 {
  max-width: 700px;
}
img.single-logo {
  margin: 10px;
}
img.barcode {
  max-width: inherit;
}
.boleto th {
  color: #0076c0;
}
.boleto tr.odd {
  background: white;
}
.general-group {
  display: block;
  margin: auto;
  text-align: center;
}
.general-group a,
.general-group input {
  display: inline-table;
  margin: 2px;
}
.general-group input[type="number"],
.general-group .btn {
  max-width: 70px;
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  padding: 8px;
}
table.td-firts-p0 td:first-child {
  padding-left: 0;
}
h2.h2-n {
  font-size: 16px;
}
.tb-fun-item {
  padding: 20px 10px;
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.tb-fun-item tr td.td-fun {
  position: relative;
  vertical-align: top;
  width: 33%;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
.tb-fun-item tr td.td-fun:last-child {
  border: none;
}
.pdlft-30 {
  padding-left: 25px;
}
.icon-pb {
  position: absolute;
  top: 2px;
}
.row-hdFn {
  border: 1px solid #ccc;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 0;
}
.row-hdFn .list-Steps {
  color: #0076c0;
  list-style: none;
  height: 60px;
  margin: 0;
  padding: 15px 0;
  box-sizing: border-box;
}
.row-hdFn .list-Steps li {
  border-right: 1px solid;
  display: block;
  width: 33%;
  float: left;
}
.row-hdFn .list-Steps li:last-child {
  border: none;
}
.row-hdFn .list-Steps li .badge {
  font-weight: 300;
  width: 30px;
  height: 29px;
  line-height: 30px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 3px;
  background-color: #0076c0;
}
.row-hdFn .list-Steps li.brd-none {
  border: none;
}
.cont-btn-pp {
  position: relative;
}
.cont-btn-pp .btn-pp {
  display: block;
  cursor: pointer;
  background: #0076c0;
  color: white;
  text-align: center;
  padding: 0;
}
.cont-btn-pp .btn-pp:hover {
  text-decoration: none;
  color: white;
}
.cont-btn-pp .btn-pp .li-span {
  display: block;
  float: left;
  text-align: center;
  margin: 0;
}
.cont-btn-pp .btn-pp .li-span.price {
  width: 70%;
}
.cont-btn-pp .btn-pp .li-span.icon {
  width: 30%;
  border-left: 1px solid white;
  box-sizing: border-box;
  font-size: 35px;
  font-weight: 100;
}
.cont-btn-pp .popover.bottom {
  margin: 0;
  left: 0 !important;
  width: 100%;
  max-width: 500px;
  border-radius: 0;
  box-sizing: border-box;
}
.cont-btn-pp .popover.bottom .arrow {
  display: none;
}
.cont-btn-pp .popover.bottom .popover-title {
  display: none;
}
.cont-btn-pp .popover.bottom .popover-content {
  padding: 15px 20px;
}
.btn.btn-hdr-cp {
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 200;
  border-radius: 0;
}
.evento-img img {
  border: 1px solid white;
}
.center-table {
  display: table;
  margin: 0 auto;
}
.row-full .span6 {
  margin: 0;
  width: 50%;
}
.sinpadding {
  padding: 0;
}
.sinmargintop {
  margin-top: 0;
}
.margintop30 {
  margin-top: 30px;
}
.btn-gray-per .icon {
  border-left: 1px solid #ccc;
}
.btn-tertiary-per .icon,
.btn-info-per .icon {
  border-left: 1px solid white;
}
.price-mini-map {
  padding: 15px 20px;
  font-size: 16px;
}
.btn .icon.in-collapse-icon {
  display: none;
}
.btn .icon.collapse-icon {
  display: block;
}
.btn.collapsed .icon.in-collapse-icon {
  display: block;
}
.btn.collapsed .icon.collapse-icon {
  display: none;
}
#seleccion-manual {
  margin: auto;
  margin-bottom: 15px;
}
.cont-deta-compra {
  padding: 0 30px;
  color: #8d8b8b;
  padding-bottom: 60px;
  font-size: 16px;
  font-weight: 300;
  padding: 2.5%;
  border-radius: 3px;
  border: 1px solid #E5E5E5;
}
.fontw400 {
  font-weight: 400;
}
.back-tertiary {
  background: #2ca5ee;
}
.resum-item {
  padding: 15px 25px 20px 25px;
  border-bottom: 1px solid #3464AE;
}
.text-base {
  color: #3e4f53;
}
.tb-total {
  padding: 25px;
  font-size: 20px;
  font-weight: 300;
}
.tb-total table {
  width: 100%;
}
#content-img {
  padding: 45px 0 45px 0;
}
.btn-pay {
  padding: 10px 0;
  border: 1px solid #ce6b00;
  font-family: Arial;
  font-size: 12px;
}
#table-metodo-de-entrega label {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  padding-left: 10px;
}
#content-lugares .hileras {
  margin: 0 auto;
}
#content-lugares {
  overflow: auto !important;
  height: 37vh;
}
#container-detalles-compra .span4 {
  margin: 0;
}
#container-detalles-compra .cont-deta-compra {
  border: 1px solid #ccc;
  border-top: 0;
}
#table-acciones-botones td {
  padding: 0;
}
#inicia-anonimo,
#registro-anonimo {
  border-top: 0;
}
#inicia-anonimo .form,
#registro-anonimo .form {
  padding: 20px;
}
#inicia-anonimo .form input,
#registro-anonimo .form input {
  width: 100%;
}
#inicia-anonimo .form label,
#registro-anonimo .form label {
  color: #8d8b8b;
  font-weight: 300;
  font-size: 16px;
}
#inicia-anonimo .form .minCar,
#registro-anonimo .form .minCar {
  font-weight: 200;
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 1px;
}
.tab-TerYSer td {
  vertical-align: top;
}
.text-min {
  color: #8d8b8b;
  font-weight: 200;
}
.reg-cod-se {
  margin-top: 20px;
  font-size: 12px;
}
.reg-cod-se input {
  font-weight: 300;
}
.reg-cod-se a {
  float: right;
  margin-top: 20px;
  padding-right: 3px;
}
.cont-input-rec {
  position: relative;
}
.cont-input-rec .recuperar-pass {
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: 300;
}
.well-border {
  border: 1px solid;
  padding: 25px;
  margin: 20px 0;
}
.well-border.well-border-gray-light {
  border-color: #ccc;
}
.well-border.well-border-primary {
  border-color: #f47d30;
}
.ttl-pg-tj {
  width: 100%;
  font-size: 20px;
  font-weight: 300;
}
.recomendacion {
  font-size: 16px;
  font-weight: 300;
}
.recomendacion h4 {
  margin: 0;
  font-weight: 400;
}
.recomendacion .alert-icon {
  font-size: 40px;
}
.recomendacion table td {
  padding: 0 10px;
}
.well.well-formPago {
  padding: 60px 40px;
}
.well.well-formPago label {
  color: #47525d;
  font-size: 16px;
  font-weight: 300;
}
.well.well-formPago .note {
  font-size: 13px;
  font-weight: 300;
}
.btn-info:hover {
  background: none !important;
}
.btn-info:active {
  background: none !important;
}
.btn-info.btn-info-border {
  background: none;
  color: #0076c0;
  border: 1px solid #0076c0;
}
.btn-info.btn-info-border:hover {
  background: #0076c0;
  color: white;
}
.fw300 {
  font-weight: 300 !important;
}
.tb-net-sinp {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.accordion-group {
  margin: 0;
  border: none;
}
.btn.btnGay {
  background: #f6f2f3;
  color: #8d8b8b;
}
.row-horizontal div {
  display: inline;
}
.imgEscenario {
  width: 150px;
  display: none;
}
.imgEscenario.s3 {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.imgEscenario.s2 {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
#seleccion-manual  td {
  min-width: 22px;
}
#z898-1-6 {
  display: none;
}
.imgEvento {
  height: 16em;
}
.clock {
  color: #29aae1 !important;
}
.tb-fun-item tr td.td-fun {
  border: none;
}
.span-udg {
  width: 92% !important;
}
.fondo_mapa {
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.seleccionZona {
  padding: 0px 10px;
}
#content-img {
  width: 100% !important;
  border: none;
  padding: 0px;
}
.selectivo {
  border: none;
  padding: 15px 15px;
}
.padder-sm {
  padding: 10px 0px;
}
h4,
.txtBold {
  font-family: 'MontserratBold';
}
h2,
h5,
.pdlft-30,
.txtRegular {
  font-family: 'MontserratRegular';
}
.padder-sm h5 {
  padding: 0px 30px;
}
.seleccionZona h2 {
  color: #000000;
  border-bottom: 1px solid #3464AE;
}
.atras {
  padding: 0px;
  border: none;
  margin-bottom: 7px;
  background-image: none !important;
  box-shadow: none !important;
  visibility: visible !important;
  font-size: 24px !important;
}
.mapa {
  height: 40vh !important;
}
.well.well-formPago {
  padding: 10px 40px;
}
.well-border-pago {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0;
}
.pago-total {
  font-size: 1em;
  font-weight: bold;
}
.exp > div > label > span {
  display: none;
}
.btn-navbar .icon-bar {
  background-color: #F9A61A !important;
}
.navbar .nav li a {
  color: #3464AE;
  font-weight: bold;
}
.navbar .nav li a:hover {
  color: #3464AE;
}
#mainmenu {
  border-bottom: 3px solid #3464AE !important;
}
#btn-login {
  border-radius: 5px;
}
.place-icon {
  width: 4%;
  fill: #94d31b;
}
.clock-icon {
  width: 7%;
}
.border_table {
  border-bottom: 1px solid #3464AE;
  margin-bottom: 5px;
}
.select_w {
  width: 25%;
  border-radius: 0px;
  border: 1px solid #5D5757;
  color: black;
}
#div-paen br {
  display: none;
}
.height_form {
  height: auto;
}
.tableSeleccion {
  color: #000000;
  width: 100%;
}
.totalSpace {
  margin-right: 40px;
}
.siguienteBtn {
  width: 15%;
  border-radius: 5px;
}
#table-metodo-de-entrega label {
  font-size: 14px;
}
.btnRadius {
  border-radius: 5px;
  margin-right: 20px;
  background-color: #3464AE !important;
}
.btnRadiusReg {
  width: 20%;
  border-radius: 5px;
}
.mensajeContinuacion {
  font-size: 14px;
}
#inicia-anonimo .form label,
#registro-anonimo .form label {
  color: black;
  font-size: 14px;
}
#inicia-anonimo .form input,
#registro-anonimo .form input,
#login .loginform form input,
#registration .loginform form input,
.reenviarform .inputEmail,
#pwdrec form input,
#recuperacion form input {
  border-radius: 5px;
  margin-bottom: 0px;
  border: 1px solid black;
}
#btn-registro i {
  display: none;
}
.aceptoTerm {
  font-size: 14px;
}
#btn-validar-cupon:hover {
  background-color: #3464AE !important;
}
#footerMin {
  color: white;
  position: relative;
  left: 0px;
  bottom: 0px;
  height: 40px;
  width: 100%;
}
.respon {
  padding: 1% 10% 21% 10% !important;
}
#seleccion-general-form {
  width: 95% !important;
}
.hConfirmacion {
  height: 85vh;
}
.centerBtn {
  display: block;
  margin: 0 auto;
}
.img-logo {
  position: relative;
  top: 0px;
  left: 20;
}
.row-sinopsis {
  background-color: #3464AE;
  margin-top: 60px;
  margin-left: 0px !important;
}
.funcionList {
  margin-bottom: 15px;
  border: 1px solid #3464AE;
  background-color: #3464AE;
}
.txtSinopsis {
  color: #3464AE;
}
#footerMin {
  text-align: center;
  background-color: #3464AE;
}
.txtPrecio {
  color: #000000;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .height_auto {
    height: auto !important;
  }
  .infoText h4 {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .height_auto {
    height: auto !important;
  }
  .well.well-formPago {
    padding: 10px;
  }
  .pago-total {
    font-size: 1.1em;
  }
  .navbar .brand {
    padding: 5px 10px 5px !important;
  }
  #mainmenu {
    border-bottom: 3px solid #3464AE !important;
  }
  .card-funcion {
    padding: 8% 10% 0% 10% !important;
  }
  .card .inf {
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .card .inf .title {
    height: auto;
  }
  .card .inf .title a.text-tlt {
    font-size: 15px !important;
  }
  #grayout {
    padding: 0% 10%;
  }
  .reloj {
    width: 100% !important;
    margin: 0 auto;
  }
  .contador {
    font-size: 40px !important;
  }
  .cod_acceso,
  .ev_avisos {
    width: 100% !important;
  }
  .f_code {
    width: 90% !important;
  }
  .span-udg {
    width: 100% !important;
  }
  .tb-fun-item {
    width: 100%;
  }
  .funcionBorder {
    border: 1px solid #3464AE !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .btn.btn-warning {
    font-weight: bold;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 10px;
  }
  .funcionTxt {
    font-size: 12px;
  }
  .footerApp {
    margin-bottom: -10px;
    font-size: 13px;
    margin-top: 5px;
  }
  .width70 {
    width: 67% !important;
  }
  .select_w {
    width: 53%;
  }
  #table-detalles td {
    padding: 0px !important;
  }
  .tableSeleccion {
    color: #000000 !important;
    width: 95%;
  }
  #salto {
    display: inline-block;
  }
  .totalSpace {
    margin-right: 20px;
  }
  .siguienteBtn {
    width: 30%;
  }
  .btnRadiusReg {
    width: 35%;
    border-radius: 5px;
  }
  .btnRadius {
    border-radius: 5px;
    margin-right: 0px;
  }
  .mensajeContinuacion {
    font-size: 11px;
  }
  .aceptoTerm {
    font-size: 12px;
  }
  .height_form {
    height: auto;
  }
  .respon {
    padding: 1% 10% 45% 10% !important;
  }
  #seleccion-general-form {
    width: 90% !important;
  }
  .hConfirmacion {
    height: 65vh;
  }
  .btn.btn-agregar {
    width: 40% !important;
  }
  .img-logo {
    position: relative;
    top: 0px;
    left: 0px;
  }
}
.headEvento {
  padding: 0;
  padding-top: 15px;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  float: left;
}
.backEvento {
  color: white;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  padding-right: 21px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 12px;
  margin-bottom: 20px;
  background-color: #3464AE;
}
.checkCircle {
  color: #3464AE;
  margin-top: 5px;
  margin-right: 12px;
  font-size: 34px;
}
.modal-header {
  border-bottom: 1px solid #3464AE !important;
}
@media screen and (max-width: 767px) {
  #mapaCompra {
    display: none;
  }
}
.ui-pnotify-container {
  position: relative;
  top: 0% !important;
  left: -90% !important;
  width: 250px;
}
.metodosEntrega td {
  padding-top: 10px;
  font-size: 14px;
  color: black;
}
.metodosEntrega td {
  padding-top: 10px;
  font-size: 14px;
  color: black;
}
@media screen and (max-width: 767px) {
  .tarjetaBanco {
    padding: 0px 0px 10px 0px !important;
  }
  .imagenTarjeta {
    width: 15%;
  }
}
#textoTarjeta {
  font-size: 10px;
  line-height: normal;
  padding-top: 5px;
}
#camposObligatorios {
  margin-left: 0px;
  margin-bottom: 15px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) and (min-width: 581px) {
  #imagenTarjeta {
    width: 15%;
    float: left;
    padding: 10px 0px;
    padding-right: 5px;
  }
  #textoTarjeta {
    width: 85%;
    padding: 5px 0px;
    padding-bottom: 60px;
    float: inline-start;
    padding-left: 5px;
    font-size: 10px;
  }
  #camposObligatorios {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 580px) and (min-width: 491px) {
  #imagenTarjeta {
    width: 19%;
    float: left;
    padding: 10px 0px;
    padding-right: 5px;
  }
  #textoTarjeta {
    width: 81%;
    padding: 5px 0px;
    padding-bottom: 60px;
    float: inline-start;
    padding-left: 5px;
    font-size: 10px;
  }
  #camposObligatorios {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 490px) and (min-width: 416px) {
  #imagenTarjeta {
    width: 23%;
    float: left;
    padding: 10px 0px;
    padding-right: 5px;
  }
  #textoTarjeta {
    width: 77%;
    padding: 5px 0px;
    padding-bottom: 40px;
    float: inline-start;
    padding-left: 5px;
    font-size: 10px;
  }
  #camposObligatorios {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 415px) {
  #imagenTarjeta {
    width: 25%;
    float: left;
    padding: 10px 0px;
    padding-right: 5px;
  }
  #textoTarjeta {
    width: 75%;
    padding: 5px 0px;
    padding-bottom: 40px;
    float: inline-start;
    padding-left: 5px;
    font-size: 10px;
  }
  #camposObligatorios {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.btn.btn-liberar {
  background-color: #2ca5ee;
}
.btn.btn-liberar:hover {
  background-color: #2ca5ee !important;
}
.btn.btn-liberar:focus {
  background-color: #2ca5ee !important;
}
.btn.btn-agregar {
  width: 20%;
  border-radius: 5px;
  background-color: #3464AE !important;
}
.btn.btn-agregar:hover {
  background: #3464AE !important;
}
.btn.btn-agregar:focus {
  background: #3464AE !important;
}
.btn-agregar:hover {
  background: #3464AE !important;
}
.btn.btn-info {
  background: #3464AE;
}
.btn.btn-info:hover {
  background: #3464AE;
}
.btn.btn-tertiary {
  background-color: #2ca5ee;
}
.btn.btn-tertiary:hover {
  background-color: #2ca5ee !important;
}
.btn.btn-tertiary:focus {
  background-color: #2ca5ee !important;
}
.crugeForm {
  color: #000000;
  border-bottom: solid 1px #3464AE;
}
.seleccion_manual {
  color: black;
  padding-left: 0px;
  border-bottom: 1px solid #3464AE;
  font-size: 16px;
}
.fa_check {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-flex;
  padding-bottom: 5px;
}
.boleto_virtual {
  border-bottom: 1px solid #3464AE !important;
  margin-bottom: 0px;
}
#z918-1-6,
#z904-1-6,
#z903-1-6,
#z902-1-6,
#z902-2-6,
#z948-1-6,
#z965-1-13,
#z965-1-9,
#z965-2-9,
#z965-3-9,
#z965-4-9,
#z1057-1-14,
#z975-1-14,
#z977-1-14,
#z1051-1-2,
#z1051-1-3,
#z1105-1-8,
#z1105-1-9,
#z1105-1-10,
#z1105-1-11,
#z1105-1-12,
#z1105-1-14,
#z1105-1-7,
#z1058-1-14,
#z1115-1-14,
#z1108-1-14,
#z1134-1-14,
#z1135-1-14,
#z1106-1-7,
#z1106-1-8,
#z1106-1-14,
#z1145-1-14,
#z1149-1-14,
#z1148-1-14,
#z1166-1-14,
#z1147-1-14,
#z1195-1-14,
#z1195-2-14,
#z1195-3-14 {
  display: none;
}
.containerImgEvent {
  background-color: #3464AE;
}
#login .heading,
#registration .heading {
  display: none;
}
#login .container,
#registration .container,
#verBoletos .container,
#reservaciones .container,
#reservacion .container {
  border: none;
}
#registration #registration-form label span.required {
  color: black;
}
#login #login-form label span.required {
  display: none;
}
#login #login-form,
#registration #registration-form {
  margin-bottom: 0px;
}
#login #login-form .checkbox,
#registration #registration-form .checkbox {
  margin: 0px;
}
#login #login-form .btnRadiusRegLogin,
#registration #registration-form .btnRadiusRegLogin {
  border-radius: 5px;
  width: auto;
  margin: 0px auto;
  text-transform: uppercase;
}
#login #login-form .recoveryPassword,
#registration #registration-form .recoveryPassword {
  text-align: right;
}
#login #login-form .recoveryPassword a,
#registration #registration-form .recoveryPassword a {
  color: #003783;
}
#login #login-form .createAccount,
#registration #registration-form .createAccount {
  text-align: center;
  margin-top: 10px;
}
#login #login-form .createAccount a,
#registration #registration-form .createAccount a {
  color: #003783;
}
#login #login-form .remembergroup .control-group,
#registration #registration-form .remembergroup .control-group {
  margin-bottom: 0px;
}
#login #login-form .loginBtn,
#registration #registration-form .loginBtn {
  margin-top: 20px;
}
#login #login-form .notMarginLabel,
#registration #registration-form .notMarginLabel {
  margin: 0px;
}
#login #login-form .minCar,
#registration #registration-form .minCar {
  font-weight: 200;
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 1px;
  color: #000000;
}
#login #login-form .help-inline,
#registration #registration-form .help-inline {
  color: #b94a48 !important;
}
#login #login-form .control-label,
#registration #registration-form .control-label {
  color: black;
}
#navUser {
  background: #3464AE !important;
}
#navUser div .span3 {
  text-align: right;
}
#navUser div a {
  color: white;
}
#navUser div a:hover,
#navUser div a:focus {
  text-shadow: none;
  text-decoration: none;
}
#navUser div a p {
  display: inline;
}
.text-to-right {
  text-align: right;
}
.text-Title {
  color: black;
}
.removeMarginBottom {
  margin-bottom: 0px;
}
.removeMarginTop {
  margin-top: 0px;
}
.sizetextMin {
  font-size: 12px;
}
.itemsSale {
  background: #3464AE;
  margin-bottom: 15px;
  border-radius: 3px;
}
.itemsSale .containerSale {
  padding: 5px 30px 10px 30px;
}
.itemsSale h4,
.itemsSale span {
  color: white;
}
.itemsSale .iconsBody {
  width: 4%;
}
.itemsSale .boton-comprar {
  float: right;
  text-transform: uppercase;
  padding-left: 6px;
  padding-right: 6px;
}
.separator {
  margin-bottom: 30px;
}
.margin-card {
  padding: 5px 20px 10px 20px;
}
.reenviarform .radioemail {
  width: auto;
}
.reenviarform .inputEmail {
  width: 80%;
}
.checkViewAll {
  width: 1.3em !important;
  height: 1.3em !important;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid #ddd;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-top: 0 !important;
  background-clip: content-box;
  padding: 0.16em;
}
.checkViewAll:checked {
  background-color: #3464AE;
}
.btnBotones {
  margin-left: 0;
  text-align: center;
}
.alert-success {
  background: #CDF9D5 !important;
  color: #006837 !important;
  text-align: center;
}
.formOXXO {
  padding: 30px 40px 0px 40px;
}
.formOXXO ul {
  margin-left: 15px;
  list-style: none;
}
.formOXXO ul li {
  color: #5B5B5B;
}
.formOXXO ul li:before {
  content: "\2022";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.formOXXO .table .text-dark {
  width: auto;
}
.formOXXO .table .text-infoOxxo {
  word-break: break-all;
}
.titleOxxo {
  text-align: center;
}
.text-grey {
  color: #5B5B5B;
}
.text-dark {
  color: #000000;
}
.margintop20 {
  margin-top: 20px;
}
.marginbottom20 {
  margin-bottom: 20px;
}
.radius5 {
  border-radius: 5px;
}
.bg-grey {
  background: #E6E6E6;
}
.bg-grey .centerTable {
  padding: 10px 15px 0px 15px;
}
.bg-grey td {
  padding-left: 0px;
  padding-bottom: 0px;
  border: none;
}
.alertInfoWhite {
  padding: 0px 40px 0px 30px;
}
.alert-white {
  background: white;
  border: none;
}
.alert-white h4 {
  color: #000000 !important;
  margin-top: 20px;
}
.divtoleft,
.divtoright {
  margin: 0px !important;
}
.divtoleft {
  width: 40% !important;
  float: left !important;
}
.divtoright {
  width: 60% !important;
  float: right !important;
}
#pwdrec .control-group span.required,
#recuperacion .control-group span.required {
  display: none;
}
#pwdrec .infoIcon,
#recuperacion .infoIcon {
  margin-top: 15px;
}
.text-justify {
  text-align: center;
  padding: 0px;
}
.imgInfo {
  width: 62px;
  height: 62px;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
  .alertInfoWhite {
    padding-right: 0px;
    padding-left: 0px;
  }
  .alertInfoWhite .alert-white {
    padding-left: 10px;
    padding-right: 10px;
  }
  .alertInfoWhite .alert-white .imgInfo {
    width: 25% !important;
    float: left !important;
  }
  .alertInfoWhite .alert-white .infoText {
    width: 70% !important;
    float: right !important;
  }
  .alertInfoWhite .alert-white .infoText h4 {
    margin-top: -10px !important;
  }
  #navUser div .span3 {
    width: 40% !important;
    float: left !important;
  }
  #navUser div .span3 p {
    margin-left: 30%;
  }
  #navUser div .span9 {
    width: 60% !important;
    float: right !important;
  }
  #navUser div a p {
    margin-bottom: 0px;
    display: block !important;
    text-align: initial;
  }
}
.navbar .nav #yw1 li.active {
  background-color: #3464AE !important;
}
.navbar .nav #yw1 li.active a {
  color: white !important;
}
.navbar .nav #yw1 li a {
  color: #000000 !important;
  font-weight: normal;
}
.navbar .nav #yw1 li a:hover {
  color: white !important;
  background: #3464AE !important;
}
.navbar .nav li .dropdown-menu:before {
  border-right: none !important;
  border-bottom: none !important;
}
.navbar .nav li .dropdown-menu:after {
  border-right: none !important;
  border-bottom: none !important;
}
.containerSession {
  margin-top: 40px;
  text-align: center;
}
.containerSession p {
  margin-bottom: 3px;
  color: black;
}
.containerSession a {
  margin-top: 20px;
  border-radius: 5px;
  text-transform: uppercase;
}
#manual .timeout-dialog,
#mesas .timeout-dialog,
#general .timeout-dialog,
#resumen .timeout-dialog {
  background: white;
}
#manual .timeout-dialog .ui-dialog-titlebar,
#mesas .timeout-dialog .ui-dialog-titlebar,
#general .timeout-dialog .ui-dialog-titlebar,
#resumen .timeout-dialog .ui-dialog-titlebar {
  border-bottom: 1px solid #3464AE;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#manual .timeout-dialog #timeout-dialog,
#mesas .timeout-dialog #timeout-dialog,
#general .timeout-dialog #timeout-dialog,
#resumen .timeout-dialog #timeout-dialog {
  background-image: none !important;
  background: white;
}
#manual .timeout-dialog #timeout-dialog #timeout-message,
#mesas .timeout-dialog #timeout-dialog #timeout-message,
#general .timeout-dialog #timeout-dialog #timeout-message,
#resumen .timeout-dialog #timeout-dialog #timeout-message {
  margin-left: 0px !important;
}
#manual .timeout-dialog .ui-dialog-buttonpane,
#mesas .timeout-dialog .ui-dialog-buttonpane,
#general .timeout-dialog .ui-dialog-buttonpane,
#resumen .timeout-dialog .ui-dialog-buttonpane {
  margin-top: 0px !important;
}
#manual .timeout-dialog .ui-widget-content,
#mesas .timeout-dialog .ui-widget-content,
#general .timeout-dialog .ui-widget-content,
#resumen .timeout-dialog .ui-widget-content {
  border: none;
}
#manual .timeout-dialog .ui-widget-content #timeout-keep-signin-btn,
#manual .timeout-dialog .ui-widget-content #timeout-sign-out-button,
#mesas .timeout-dialog .ui-widget-content #timeout-keep-signin-btn,
#mesas .timeout-dialog .ui-widget-content #timeout-sign-out-button,
#general .timeout-dialog .ui-widget-content #timeout-keep-signin-btn,
#general .timeout-dialog .ui-widget-content #timeout-sign-out-button,
#resumen .timeout-dialog .ui-widget-content #timeout-keep-signin-btn,
#resumen .timeout-dialog .ui-widget-content #timeout-sign-out-button {
  background-image: none !important;
  border: none !important;
  text-shadow: none !important;
}
#manual .timeout-dialog .ui-widget-content #timeout-keep-signin-btn,
#mesas .timeout-dialog .ui-widget-content #timeout-keep-signin-btn,
#general .timeout-dialog .ui-widget-content #timeout-keep-signin-btn,
#resumen .timeout-dialog .ui-widget-content #timeout-keep-signin-btn {
  background-color: #3464AE !important;
  float: right;
  margin-left: 16px;
  margin-right: -13px;
  font-family: 'MontserratBold';
}
#manual .timeout-dialog .ui-widget-content #timeout-sign-out-button,
#mesas .timeout-dialog .ui-widget-content #timeout-sign-out-button,
#general .timeout-dialog .ui-widget-content #timeout-sign-out-button,
#resumen .timeout-dialog .ui-widget-content #timeout-sign-out-button {
  background-color: #ccc;
  font-family: 'MontserratBold';
  color: white;
}
@media screen and (max-width: 1199px) and (min-width: 981px) {
  .select_w {
    width: 30%;
  }
  .btn.btn-agregar {
    width: 25%;
  }
}
@media screen and (max-width: 980px) and (min-width: 940px) {
  .select_w {
    width: 36%;
  }
  .btn.btn-agregar {
    width: 27%;
  }
}
@media screen and (max-width: 939px) and (min-width: 767px) {
  .select_w {
    width: 40%;
  }
  .btn.btn-agregar {
    width: 30%;
  }
}
@media screen and (max-width: 840px) and (min-width: 767px) {
  .select_w {
    width: 47%;
  }
  .btn.btn-agregar {
    width: 32%;
  }
}
.ui-pnotify-container {
  width: 100px !important;
}
map {
  display: block;
}
map area {
  display: block;
}
.bgHome {
  background-image: url(../../themes/dreamySantander/img/home1.png);
}
.destacados {
  margin-left: 110px;
  margin-right: 100px;
  margin-bottom: 50px;
}
.cintillo-pago {
  width: 40%;
}
.slick-dots li button:before {
  color: #fff;
  font-size: 15px;
}
.slick-dots li.slick-active button:before {
  color: #fff !important;
}
.slick-prev,
.slick-next {
  top: 100%;
  font-size: 100px;
}
.slick-dots {
  bottom: -32px;
}
.item-list-slide {
  padding: 60px;
  padding: 2vw;
}
.evt-nm {
  color: #fff;
  font-size: 1.8em;
  line-height: 2rem;
  word-wrap: break-word;
  font-family: 'MontserratBold';
  text-align: center;
}
.evt-oxxo {
  font-size: 1.1em;
  font-family: 'MontserratSemiBold';
  line-height: 2rem;
  text-align: justify;
}
.btnComprar {
  background-image: none;
  background-color: #eaac37;
  color: white;
  border: none;
}
.comprar_Btn {
  text-align: center;
  margin-top: 5vh;
}
.cartelera {
  font-family: 'MontserratBold';
  color: #3464AE;
  font-size: 2.3em;
  padding-bottom: 30px;
  text-align: center;
}
.navbar navbar-static-top {
  width: 100%;
}
.navbar-inner {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.text-tlt {
  font-family: 'MontserratSemiBold';
}
.divNovEvn {
  padding: 20px 30px;
  height: auto;
}
.navbar .btn-navbar {
  margin-right: 5px;
  margin-left: 5px;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 1367px) {
  .evt-oxxo {
    line-height: normal;
  }
}
@media (max-width: 1239px) {
  .evt-nm {
    line-height: 1em;
  }
}
@media (max-width: 1169px) {
  .divNovEvn {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1169px) {
  .comprar_Btn {
    margin-top: 3vh;
  }
}
@media (max-width: 1129px) {
  .divNovEvn {
    padding: 14px 27px;
  }
}
@media (max-width: 1089px) {
  .divNovEvn {
    padding: 14px 27px;
  }
  .evt-nm {
    font-size: 1.6em;
  }
  .evt-oxxo {
    font-size: 0.9em;
  }
}
@media (max-width: 1049px) {
  .evt-oxxo {
    line-height: 1rem !important;
  }
}
@media (max-width: 1009px) {
  .evt-nm {
    font-size: 1.2em;
  }
}
@media (max-width: 854px) {
  .evt-nm {
    font-size: 1em;
  }
  .evt-oxxo {
    line-height: 0.8rem !important;
    font-size: 0.7em;
  }
}
@media (max-width: 904px) {
  .comprar_Btn {
    margin-top: 1vh;
  }
}
@media (max-width: 1129px) {
  .comprar_Btn {
    margin-top: 1vh;
  }
}
@media (max-width: 979px) {
  .navbar .btn,
  .navbar .btn-group {
    margin-top: 8px;
  }
}
.minimapa {
  display: inherit;
}
.sp-2 {
  margin: 20px;
  padding: 20px;
}
@media screen and (max-width: 980px) {
  body {
    padding: 0px !important;
  }
  .heading table td {
    padding: 2px;
  }
  #pagina {
    padding: 0px;
    margin: 0px;
  }
  .selectivo {
    padding: 2px;
    margin: 5px;
  }
  .well {
    width: 95%;
    margin: auto;
  }
  .dvalue {
    float: right;
  }
  .selectivo {
    border: 0px;
  }
  th.hidden-desktop,
  td.hidden-desktop {
    display: block !important;
  }
  #table-detalles td {
    padding: 10px;
  }
  .tabulate {
    display: table;
  }
  .tabulate .tab-first {
    display: table-header-group;
  }
  .tabulate .tab-second {
    display: table-footer-group;
  }
  .index-body-content-secondary >.cont-scond,
  .well {
    padding: 0px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: 0px;
  }
  .padder {
    padding: 0px;
  }
  .evento-img {
    text-align: center;
  }
  #mesas .heading,
  #manual .heading,
  #resumen .heading,
  #general .heading,
  #index .heading {
    display: none;
  }
  #mesas .minimapa,
  #manual .minimapa,
  #resumen .minimapa,
  #general .minimapa,
  #index .minimapa {
    display: none;
  }
  #content-img {
    overflow: scroll;
  }
  .hilera {
    width: 100%;
  }
  #container-detalles-compra {
    padding: 5px;
  }
  .sp-2 {
    margin: 5px;
    padding: 5px;
  }
  .estilizado {
    margin: 10px;
  }
  .slick-slider .item-sld .ctn-img img {
    width: 100%;
    height: initial;
  }
  table.tbl-cb.table {
    width: 100%;
  }
  .heading.heading-t1 {
    font-size: 150%;
    padding: 30px !important;
    max-height: auto;
  }
  .col3 {
    -moz-column-width: 50%;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -moz-column-rule-color: #EEE;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-width: 50%;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    -webkit-column-rule-color: #EEE;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    column-width: 50%;
    column-count: 2;
    column-gap: 50px;
    column-rule-color: #EEE;
    column-rule-style: solid;
    column-rule-width: 1px;
    padding: 15px;
  }
  .tb-fun-item {
    border: 1px solid #ccc;
    width: 96%;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  .tb-fun-item tr td.td-fun {
    width: 100%;
    padding: 0;
    border: none;
  }
  .tb-fun-item table.tb-resp-span td {
    display: inline;
  }
  .pull-left-responsive {
    float: left;
  }
  .width70 {
    width: 70%;
  }
  .width30 {
    width: 30%;
  }
  .row-hdFn .list-Steps {
    height: inherit;
  }
}
@media screen and (max-width: 979px) {
  .div-middle-slick-1 {
    width: 100%;
  }
  #slick2 {
    display: none;
  }
  .seleccion {
    width: 90%;
    margin: auto;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  #slick2 {
    height: 400px;
  }
  .slick-slider .item-sld .ctn-img img {
    width: 100%;
    height: inherit;
  }
  .card {
    min-height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .row-fluid .span6.span6-xs {
    float: left;
    width: 50%;
  }
  .row-fluid .span9.span9-xs {
    float: left;
    width: 74.30939226519337%;
  }
  .row-fluid .span3.span3-xs {
    float: left;
    width: 22.92817679558011%;
  }
  .resp-taquilla {
    background-size: cover;
  }
}
@media print {
  .navbar,
  #footer,
  .img_link,
  .btn,
  .hidden-desktop {
    display: none;
  }
}
.btn-cod {
  width: 100% !important;
  border: none;
  color: white;
  padding: 3px 0;
  border-radius: 4px;
  font-weight: bold;
}
.btn-cod.enacod {
  background-color: #df5000;
}
.btn-cod.discod {
  background-color: #949494;
}
.reloj {
  width: 35%;
  margin: 0 auto;
}
.contador {
  font-size: 80px;
  height: 50px;
}
.cod_acceso {
  width: 45%;
  margin: 0 auto;
  border: 1px solid #abaaaa;
  border-radius: 10px;
  margin-top: 2em;
  -webkit-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.2);
  padding: 20px 0;
}
.ev_avisos {
  width: 35%;
  margin: 2em auto 0;
  text-align: center;
}
.f_code {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
.content-stream {
  padding-top: 25px;
}
.cardStream {
  width: 60%;
  border: solid 1px #cecece;
  margin-bottom: 5% !important;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 7.47px 1.53px rgba(181,181,181,0.4);
}
.cardReglas {
  margin-right: 25%;
}
.cardCarac {
  margin-left: 25%;
}
@media (max-width: 767px) {
  .cardReglas,
  .cardCarac {
    margin: auto !important;
  }
  .cardStream {
    width: 80% !important;
  }
}
.pasosStream {
  padding: 0px 10%;
  width: 67%;
}
.numCont {
  width: 15%;
  padding-right: 3%;
  padding-bottom: 15%;
}
img.imgTitle {
  width: 80%;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 480px) {
  img.imgTitle {
    width: 60%;
    height: 80%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  img.imgTitle {
    width: 40% !important;
    max-width: 60% !important;
  }
}
.gridTitle {
  margin-left: 0 !important;
  margin-bottom: 20px;
}
.gridTitle .containerTitle {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 5px;
}
.gridTitle .containerTitle p.textCartelera {
  color: #CD5E2F;
  font-family: 'MontserratRegular';
  font-size: 2.3em;
  font-weight: bold;
  line-height: normal;
}
@media (min-width: 320px) and (max-width: 480px) {
  .gridTitle .containerTitle p.textCartelera {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .gridTitle .containerTitle p.textCartelera {
    text-align: center;
  }
}
.carteleraV2 {
  font-family: 'MontserratRegular';
  color: #3464AE;
  font-size: 2.3em;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
.cardElevation {
  box-shadow: 0px 3px 7.47px 1.53px rgba(181,181,181,0.4);
}
.infoCardHeight {
  height: 100px;
}
.width100 {
  width: 100%;
}
.logoNav {
  width: 180px;
  height: auto;
}
.displayInLine {
  display: inline;
}
.displayBlock {
  display: block;
}
.hideElement {
  display: none;
}
.textCenter {
  text-align: center;
}
.marginTop10 {
  margin-top: 10px !important;
}
.marginBottom30 {
  margin-bottom: 30px !important;
}
.marginLeft15 {
  margin-left: 15px !important;
}
.bgColorBlackOpacity {
  background: rgba(25,25,25,0.8);
}
.titleOutstanding {
  padding: 5px 30px 0px;
  height: auto;
}
.titleSecondary {
  vertical-align: bottom;
}
.containerPleca {
  background: #3464AE;
  text-align: center;
}
.logoFooter {
  max-width: none;
}
.contactFooter {
  margin-top: 0px;
}
.bgModalCupon {
  background: #eee;
}
.buttonModalCupon {
  padding: 9px;
}
.normalLineHeight {
  line-height: normal;
}
.removeMargin {
  margin: 0 !important;
}
.titleHeaderModal,
.titleHeadeModalEn,
.textInfoBlack {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 14px;
}
.minAuto {
  min-height: auto !important;
}
.titleHeaderModal {
  font-family: 'MontserratBold';
  color: black;
  font-weight: bold;
}
.titleHeadeModalEn,
.textInfoBlack,
.textInfoLight,
.textInfoNormal {
  font-family: 'MontserratRegular';
}
.textInfoBlack,
.textInfoLight,
.textInfoNormal {
  color: black;
}
.textInfoBlack {
  font-weight: bold;
}
.textInfoLight {
  font-style: italic;
}
.textInfoNormal {
  font-style: normal;
  font-size: 13px;
}
.marginBottom5 {
  margin-bottom: 5px;
}
