.btn.btn-primary {
  background-color: #3464AE;
  color: white;
  text-shadow: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #3464AE;
  color: white;
}
.btn.btn-primary.border-1 {
  border: 1px solid white;
}
.btn.btn-warning {
  background-color: #eaac37;
  color: white;
  text-shadow: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  background-color: #eaac37;
  color: white;
}
.btn.btn-primary,
.btn.btn-warning,
.btn.btn-orange-primary {
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
}
.btn.btn-primary.btn-form-submit,
.btn.btn-warning.btn-form-submit,
.btn.btn-orange-primary.btn-form-submit {
  padding: 5px 13px;
  border-radius: 5px;
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'MontserratBold', sans-serif;
  line-height: 20px;
  letter-spacing: normal;
}
.btn.btn-primary.btn-form-submit.semi-regular,
.btn.btn-warning.btn-form-submit.semi-regular,
.btn.btn-orange-primary.btn-form-submit.semi-regular {
  font-size: 0.875rem;
}
.btn.btn-primary.submit-form,
.btn.btn-warning.submit-form,
.btn.btn-orange-primary.submit-form {
  border-radius: 4px;
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.25rem 1rem;
  white-space: normal;
  word-wrap: break-word;
}
.btn.btn-primary.text-semi-regular,
.btn.btn-warning.text-semi-regular,
.btn.btn-orange-primary.text-semi-regular {
  font-size: 0.875rem;
}
.btn.btn-orange,
.btn.btn-orange-primary {
  background-color: #F05E25;
  color: white;
}
.btn.btn-danger {
  background-color: #d9534f;
  color: white !important;
}
.btn.btn-danger.btnIniciarSesion {
  text-transform: initial;
  padding: 5px 15px;
}
.btn.btn-white {
  background-color: white;
  color: #333333;
  border: 1px solid #CCCCCC;
}
.btn.btn-small {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}
.btn.btn-siguiente {
  width: 90px;
  padding: 5px 13px;
  background-color: #999999;
  border-radius: 0.25rem;
  border-color: #999999;
  pointer-events: none;
}
.btn.btn-siguiente:hover,
.btn.btn-siguiente:active,
.btn.btn-siguiente:focus {
  background-color: #999999;
}
.btn.btn-siguiente.active {
  background-color: #F05E25;
  border-color: #F05E25;
  pointer-events: all;
}
.btn.btn-siguiente.primary {
  background-color: #3464AE;
  color: white;
  text-shadow: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-siguiente.primary:hover,
.btn.btn-siguiente.primary:focus,
.btn.btn-siguiente.primary:active {
  background-color: #3464AE;
  color: white;
}
.btn.btn-siguiente.primary.active {
  pointer-events: all;
}
.btn.btn-auth {
  min-width: 115px;
  width: auto;
  padding: 5px;
}
@media screen and (max-width: 376px) {
  .btn.btn-auth.btn-crear-cuenta {
    margin-top: 8px;
  }
}
.encabezado-evento-compra a {
  width: 30px;
  height: 30px;
}
.encabezado-evento-compra a img {
  width: 100%;
  height: 100%;
}
.btn-close:hover {
  background-position: center;
}
.dropdown-toggle::after {
  vertical-align: middle;
}
strong,
h5,
.h5 {
  font-size: 0.875rem !important;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 10px 0;
  letter-spacing: normal;
  text-rendering: optimizelegibility;
}
.text-size-big {
  font-size: 1.75rem;
}
.text-semi-big-size {
  font-size: 1.125rem;
}
.text-regular-size {
  font-size: 1rem;
}
.text-size-semi-regular {
  font-size: 15px;
}
.text-size-medium-regular {
  font-size: 0.875rem;
}
.text-small-size {
  font-size: 0.75rem;
}
.h2-n {
  font-size: 1rem !important;
}
@media screen and (max-width: 576px) {
  .text-regular-min-xs {
    font-size: 0.75rem;
  }
}
.calendar-widget table {
  width: 100%;
  font-family: 'MontserratRegular', sans-serif;
}
.calendar-widget table div.DynarchCalendar {
  background-color: white;
  border: none;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar {
  background-color: white;
  border: none;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-prevYear,
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-nextYear {
  display: none;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-nextMonth,
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-prevMonth {
  background-color: #3464AE;
  padding: 3px;
  border-radius: 4px;
  display: flex;
  position: absolute;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-nextMonth div,
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-prevMonth div {
  display: flex;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-nextMonth div span,
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-prevMonth div span {
  color: white;
  margin: 0 auto;
  font-weight: bold;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-nextMonth.DynarchCalendar-prevMonth,
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-prevMonth.DynarchCalendar-prevMonth {
  left: 0;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-nextMonth.DynarchCalendar-nextMonth,
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-prevMonth.DynarchCalendar-nextMonth {
  margin-left: -23px;
  left: 100%;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-nextMonth.DynarchCalendar-hover-navBtn div,
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-prevMonth.DynarchCalendar-hover-navBtn div {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 1px;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-nextMonth.DynarchCalendar-navDisabled,
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-prevMonth.DynarchCalendar-navDisabled {
  display: none;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar table.DynarchCalendar-titleCont {
  font-weight: normal;
  font-size: 1rem;
  color: #000000;
  margin: 0 0 12px;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar table.DynarchCalendar-titleCont div.DynarchCalendar-title.DynarchCalendar-hover-title div {
  border: none;
  padding: 5px 17px;
  cursor: pointer;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar table.DynarchCalendar-titleCont div.DynarchCalendar-title div {
  text-shadow: none;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar table.DynarchCalendar-titleCont div.DynarchCalendar-pressed-title div {
  background-color: #3464AE;
  border: none;
  padding: 5px 17px;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-dayNames {
  padding: 0;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-dayNames table {
  width: 100%;
  table-layout: fixed;
  background-color: #3464AE;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-dayNames table tr td {
  padding: 3px 0;
  border-right: 0.5px solid white;
}
.calendar-widget table div.DynarchCalendar .DynarchCalendar-topBar div.DynarchCalendar-dayNames table tr td div {
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  text-shadow: none;
  color: white;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body {
  padding: 0;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table {
  width: 100%;
  table-layout: fixed;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable tr.DynarchCalendar-hover-week {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable tr.DynarchCalendar-hover-week div.DynarchCalendar-hover-date {
  background-color: transparent;
  border: none;
  padding: 3px 4px;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable td {
  border: 1px solid #E6E6E6;
  border-top: none;
  padding: 0;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable td div {
  height: 41px;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable td div.DynarchCalendar-day {
  width: 100%;
  font-size: 0.875rem;
  font-weight: bold;
  color: #333333;
  font-family: 'MontserratBold', sans-serif;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable td div.DynarchCalendar-day.DynarchCalendar-day-disabled {
  text-shadow: none;
  font-weight: normal;
  font-family: 'MontserratRegular', sans-serif;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable td div.DynarchCalendar-day.DynarchCalendar-day-today {
  color: #333333 !important;
  font-weight: bold;
  font-family: 'MontserratBold', sans-serif;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable td div.DynarchCalendar-day.DynarchCalendar-day-othermonth.DynarchCalendar-day-disabled {
  color: #ACACAC;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable td.DynarchCalendar-td-selected {
  background-color: #3464AE;
  border: none;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable td.DynarchCalendar-td-selected div.DynarchCalendar-day-selected {
  background-color: transparent;
  color: white !important;
  padding: 3px 4px;
  margin: 0;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-body table.DynarchCalendar-bodyTable td.DynarchCalendar-td-selected div.DynarchCalendar-day-selected.DynarchCalendar-day-disabled {
  color: #ACACAC;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-bottomBar {
  background-color: white;
  border: none;
  margin-top: 15px;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-bottomBar table {
  width: 70%;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-bottomBar table div.DynarchCalendar-bottomBar-today {
  background-color: #3464AE;
  color: white;
  padding: 6px 15px;
  border-radius: 4px;
  font-weight: bold;
  font-family: 'MontserratBold', sans-serif;
  text-transform: uppercase;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-bottomBar table div.DynarchCalendar-bottomBar-today.DynarchCalendar-hover-bottomBar-today {
  border: none;
  cursor: pointer;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-menu table {
  text-align: center;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-menu table.DynarchCalendar-menu-mtable {
  text-align: center;
  font-size: 0.875rem;
  font-weight: normal;
  font-family: 'MontserratRegular', sans-serif;
}
.calendar-widget table div.DynarchCalendar div.DynarchCalendar-menu table.DynarchCalendar-menu-mtable td div.DynarchCalendar-menu-month {
  text-align: center;
  font-weight: bold;
  margin: auto;
}
.contenedor-sinopsis {
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.6;
  word-wrap: break-word;
}
.contenedor-sinopsis p {
  margin: 1em 0 !important;
  line-height: 1.6;
}
.contenedor-sinopsis h1,
.contenedor-sinopsis h2,
.contenedor-sinopsis h3,
.contenedor-sinopsis h4,
.contenedor-sinopsis h5,
.contenedor-sinopsis h6 {
  font-weight: normal;
  line-height: 1.2;
}
.contenedor-sinopsis h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.contenedor-sinopsis h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.contenedor-sinopsis h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.contenedor-sinopsis h4 {
  margin: 1.33em 0;
}
.contenedor-sinopsis h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.contenedor-sinopsis h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
.contenedor-sinopsis pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}
.contenedor-sinopsis address {
  display: block;
  font-style: italic;
}
.contenedor-sinopsis ol,
.contenedor-sinopsis ul,
.contenedor-sinopsis dl {
  *margin-right: 0;
  padding: 0 40px;
}
.contenedor-sinopsis ul,
.contenedor-sinopsis ol {
  margin: 1em 0;
  padding-inline-start: 40px;
}
.contenedor-sinopsis ul {
  list-style-type: disc;
}
.contenedor-sinopsis ul li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.contenedor-sinopsis blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 8px 2px 20px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  border-left-width: 5px;
}
.contenedor-sinopsis blockquote p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
}
.contenedor-sinopsis sub,
.contenedor-sinopsis sup {
  font-size: smaller;
  line-height: 1.6;
}
.contenedor-sinopsis sub {
  vertical-align: sub;
  bottom: 0;
}
.contenedor-sinopsis sup {
  top: 0;
}
.contenedor-sinopsis table tbody tr td {
  border: #d3d3d3 1px dotted;
}
.contenedor-sinopsis .marker {
  background-color: Yellow;
}
.contenedor-sinopsis small {
  font-size: smaller;
}
.contenedor-sinopsis kbd {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.contenedor-sinopsis kbd,
.contenedor-sinopsis code {
  font-family: monospace;
}
.contenedor-sinopsis code,
.contenedor-sinopsis kbd {
  font-size: 1em;
}
.contenedor-sinopsis strong {
  font-size: inherit !important;
}
.contenedor-sinopsis a {
  color: #0782C1;
}
.contenedor-sinopsis a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782C1;
}
.contenedor-sinopsis hr {
  border: 0;
  border-top: 1px solid #ccc;
}
.contenedor-sinopsis img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}
.contenedor-sinopsis img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}
.contenedor-sinopsis span[lang] {
  font-style: italic;
}
.contenedor-sinopsis figure > figcaption {
  text-align: center;
  display: block;
}
.contenedor-sinopsis .code-featured {
  border: 5px solid red;
}
.contenedor-sinopsis .math-featured {
  padding: 20px;
  box-shadow: 0 0 2px #c80000;
  background-color: rgba(255,0,0,0.05);
  margin: 10px;
}
.contenedor-sinopsis .image-clean {
  border: 0;
  background: none;
  padding: 0;
}
.contenedor-sinopsis .image-clean > figcaption {
  font-size: .9em;
  text-align: right;
}
.contenedor-sinopsis .image-grayscale {
  background-color: white;
  color: #666;
}
.contenedor-sinopsis .image-grayscale img,
.contenedor-sinopsis img.image-grayscale {
  filter: grayscale(100%);
}
.contenedor-sinopsis .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}
.contenedor-sinopsis .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}
.contenedor-sinopsis .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}
.contenedor-sinopsis .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}
.contenedor-sinopsis .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}
@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: 'MontserratSemiBold';
  src: url("../../themes/dreamySantander/css/Montserrat/Montserrat-SemiBold.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-regular {
  font-family: 'MontserratRegular', sans-serif;
}
.font-regular-bold {
  font-family: 'MontserratBold', sans-serif;
}
.font-semi-bold {
  font-family: 'MontserratSemiBold', sans-serif;
}
body {
  font-family: 'MontserratRegular', sans-serif;
}
.contenedor-encabezado-layout {
  background-color: #3464AE;
}
.contenedor-encabezado-layout .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.contenedor-encabezado-layout .container h3.titulo-encabezado {
  font-size: 29px;
  color: white;
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #3464AE;
}
a.captchaReload {
  color: #3464AE;
}
p {
  margin: 0 !important;
}
@media (min-width: 1200px) {
  #grayout {
    padding: 0 10%;
  }
  #grayout.container-fluid {
    padding: 0;
  }
  #grayout.container-fluid >.container {
    width: 1170px;
    max-width: 1170px;
  }
}
nav.navbar {
  border-bottom: 2px solid #3464AE;
}
nav.navbar li.nav-item a {
  padding: 10px 15px;
  color: #3464AE;
  font-family: 'MontserratSemiBold', sans-serif;
  font-size: 0.875rem;
}
nav.navbar li.nav-item a.btn-orange {
  color: white;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
}
nav.navbar li.nav-item a.btn-orange:hover,
nav.navbar li.nav-item a.btn-orange:focus,
nav.navbar li.nav-item a.btn-orange:active {
  color: white;
}
nav.navbar li.nav-item a.btn-orange p {
  font-size: 13px;
}
@media screen and (max-width: 992px) {
  nav.navbar li.nav-item a {
    padding: 0;
  }
  nav.navbar li.nav-item a.btn-orange {
    padding-right: 10px;
    padding-left: 10px;
  }
}
nav.navbar li ul.dropdown-menu li {
  padding: 4px 15px;
}
nav.navbar li ul.dropdown-menu li a {
  padding: 0;
}
@media screen and (max-width: 992px) {
  nav.navbar li.nav-item {
    margin: 2px 0 !important;
  }
  nav.navbar li ul {
    margin: 0 15px !important;
    border: none;
    padding: 6px 0;
  }
  nav.navbar li ul.dropdown-menu li {
    margin: 6px 0;
  }
}
@media (min-width: 992px) {
  nav.navbar.nav-main div.container-fluid {
    width: 85%;
    padding: 0;
  }
}
nav.navbar img.logoNav {
  width: 180px;
  height: auto;
}
nav.navbar .navbar-toggler {
  border-color: #F05E25;
}
nav.navbar .navbar-toggler:focus {
  box-shadow: none;
}
nav.navbar .navbar-toggler .icon-bar {
  color: #F05E25;
}
nav.navbar .navbar-toggler .icon-bar i {
  font-weight: 600;
}
nav.navbar.simple-nav li.nav-item a.nav-link {
  color: #3464AE;
  font-weight: bold;
  font-family: 'MontserratBold', sans-serif;
}
nav.navbar.simple-nav li.nav-item ul.dropdown-menu li {
  margin: 0;
}
nav.navbar.simple-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
  color: #000000;
  padding: 3px 15px;
  font-size: 13px;
  font-family: 'MontserratRegular', sans-serif;
}
nav.navbar.simple-nav li.nav-item ul.dropdown-menu li a.dropdown-item:hover,
nav.navbar.simple-nav li.nav-item ul.dropdown-menu li a.dropdown-item:focus,
nav.navbar.simple-nav li.nav-item ul.dropdown-menu li a.dropdown-item:active {
  background-color: #3464AE;
  color: white;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.flex-row.row:after,
.flex-row.row:before {
  display: flex;
}
.contenedor-eventos-destacados li.parallax .contenedor-imagen,
.contenedor-eventos-destacados li.parallax .contenedor-info {
  width: 50%;
  background-color: #1F3450;
}
.contenedor-eventos-destacados li.parallax .contenedor-imagen {
  float: left;
}
.contenedor-eventos-destacados li.parallax .contenedor-info {
  float: right;
}
.contenedor-eventos-destacados li.parallax .contenedor-imagen .imagen-evento-destacado {
  position: relative;
  width: 100%;
  height: 360px;
  color: white;
}
.contenedor-eventos-destacados li.parallax .contenedor-imagen .imagen-evento-destacado img {
  width: 90%;
  height: 100%;
}
.contenedor-eventos-destacados li.parallax .contenedor-imagen .imagen-evento-destacado::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(255,255,255,0) 58%,#1f3450 86%);
}
.contenedor-eventos-destacados li.parallax .contenedor-info {
  padding: 0 3rem;
  height: 360px;
}
.contenedor-eventos-destacados li.parallax .contenedor-info p.evento-destacado,
.contenedor-eventos-destacados li.parallax .contenedor-info p.texto-forma-pago {
  color: white;
}
.contenedor-eventos-destacados li.parallax .contenedor-info p.evento-destacado {
  font-family: 'MontserratSemiBold', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.contenedor-eventos-destacados li.parallax .contenedor-info p.texto-forma-pago {
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 992px) {
  .contenedor-eventos-destacados li.parallax .contenedor-imagen {
    width: 55%;
  }
  .contenedor-eventos-destacados li.parallax .contenedor-info {
    width: 45%;
    padding: 0 1rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .contenedor-eventos-destacados li.parallax .contenedor-imagen {
    width: 55%;
  }
  .contenedor-eventos-destacados li.parallax .contenedor-imagen .imagen-evento-destacado img {
    width: 100%;
  }
  .contenedor-eventos-destacados li.parallax .contenedor-info {
    width: 45%;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .contenedor-eventos-destacados li.parallax .contenedor-imagen,
  .contenedor-eventos-destacados li.parallax .contenedor-info {
    width: 100%;
    float: none;
  }
  .contenedor-eventos-destacados li.parallax .contenedor-imagen .imagen-evento-destacado {
    height: 280px;
  }
  .contenedor-eventos-destacados li.parallax .contenedor-imagen .imagen-evento-destacado img {
    width: 100%;
  }
  .contenedor-eventos-destacados li.parallax .contenedor-imagen .imagen-evento-destacado::after {
    background: none;
  }
  .contenedor-eventos-destacados li.parallax .contenedor-info {
    display: none !important;
  }
}
.contenedor-eventos-destacados li.parallax .notice-bar {
  background-color: #3464AE;
  box-shadow: none;
  padding: 0;
}
.contenedor-eventos-destacados li.parallax .notice-bar .texto-proximo,
.contenedor-eventos-destacados li.parallax .notice-bar .texto-evento,
.contenedor-eventos-destacados li.parallax .notice-bar .meta-data {
  color: white;
}
.contenedor-eventos-destacados li.parallax .notice-bar .texto-proximo {
  font-family: 'MontserratSemiBold', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.contenedor-eventos-destacados li.parallax .notice-bar .texto-evento a {
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
  color: white !important;
}
.contenedor-eventos-destacados li.parallax .notice-bar .meta-data {
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  font-style: normal;
}
.contenedor-eventos-destacados li.parallax .notice-bar div.counter div.timer-col #days,
.contenedor-eventos-destacados li.parallax .notice-bar div.counter div.timer-col #hours,
.contenedor-eventos-destacados li.parallax .notice-bar div.counter div.timer-col #minutes,
.contenedor-eventos-destacados li.parallax .notice-bar div.counter div.timer-col #seconds {
  color: white;
  font-family: 'MontserratSemiBold', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.contenedor-eventos-destacados li.parallax .notice-bar div.counter div.timer-col #days {
  background-color: #F05E25 !important;
}
.contenedor-eventos-destacados li.parallax .notice-bar div.counter div.timer-col #hours,
.contenedor-eventos-destacados li.parallax .notice-bar div.counter div.timer-col #minutes,
.contenedor-eventos-destacados li.parallax .notice-bar div.counter div.timer-col #seconds {
  background-color: rgba(255,255,255,0.2);
}
.contenedor-eventos-destacados li.parallax .notice-bar div.counter div.timer-col span.timer-type {
  color: white;
  font-family: 'MontserratBold', sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
}
.contenedor-eventos-secundarios a.link-evento-secundario,
.contenedor-eventos-secundarios a .card-evento-secundario {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.contenedor-eventos-secundarios a.link-evento-secundario {
  margin-bottom: 20px;
}
.contenedor-eventos-secundarios a.link-evento-secundario div.card-evento-secundario div.card-body {
  padding-top: 12px;
  background-color: white;
}
.contenedor-eventos-secundarios a.link-evento-secundario div.card-evento-secundario div.card-body .contenedor-evento {
  margin-bottom: 12px;
}
.contenedor-eventos-secundarios a.link-evento-secundario div.card-evento-secundario div.card-body .contenedor-evento .texto-evento {
  color: #5E5E5E;
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.contenedor-eventos-secundarios a.link-evento-secundario div.card-evento-secundario div.card-body .contenedor-detalle-evento i.fas {
  line-height: 20px;
  color: #999999;
}
.contenedor-eventos-secundarios a.link-evento-secundario div.card-evento-secundario div.card-body .contenedor-detalle-evento .texto-detalle {
  font-size: 0.875rem;
  color: #333333;
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
}
@media (min-width: 481px) and (max-width: 576px) {
  .contenedor-eventos-secundarios a.link-evento-secundario div.card-evento-secundario {
    margin: auto;
    width: 75%;
  }
}
@media (min-width: 376px) and (max-width: 481px) {
  .contenedor-eventos-secundarios a.link-evento-secundario div.card-evento-secundario {
    width: 83.33333333%;
    margin: auto;
  }
}
.text-red {
  color: red;
}
.text-black {
  color: '#000000';
}
.text-dark {
  color: #000000;
}
.text-dark-light {
  color: #5E5E5E;
}
.text-grey-base {
  color: #3e4f53;
}
.text-black-medium {
  color: #333333;
}
.text-gray {
  color: #5B5B5B;
}
.text-orange {
  color: #FF5500;
}
.text-justify {
  text-align: justify;
}
.line-height-custom-24 {
  line-height: 24px;
}
.help-inline,
.help-block {
  color: #b94a48;
}
.text-error-strong {
  color: #7E3636;
}
.createAccount a,
.recoveryPassword a {
  color: #3464AE;
}
.createAccount a:hover,
.createAccount a:focus,
.createAccount a:active,
.recoveryPassword a:hover,
.recoveryPassword a:focus,
.recoveryPassword a:active {
  text-decoration: underline;
}
.panel-heading {
  background: #3464AE !important;
}
.flash-alert.alert-danger {
  padding-top: 2.2%;
}
#pagina {
  background-color: white;
  padding: 10px 30px;
}
#pagina .page-t1 {
  box-sizing: border-box;
  border: 1px solid #dadada;
  margin-top: 0;
  margin-bottom: 66px;
  border-radius: 2px;
  padding: 30px 80px 120px;
}
@media screen and (max-width: 992px) {
  #pagina .page-t1 {
    padding: 5px;
  }
}
.text-funcion-evento {
  color: black;
}
.texto-nombre-evento {
  font-family: 'MontserratBold', sans-serif;
  color: #333333;
  line-height: normal;
  font-size: 1.125rem;
}
@media screen and (max-width: 362px) {
  .texto-nombre-evento {
    font-size: 1rem;
  }
}
.text-funcion-evento {
  font-family: 'MontserratRegular', sans-serif;
  font-size: 13px !important;
}
.fondo_mapa {
  border: 1px solid #ccc;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  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);
}
.seleccionZona h2 {
  color: #000000;
  border-bottom: 1px solid #3464AE;
  font-family: 'MontserratRegular', sans-serif;
}
.separador {
  line-height: 25px;
  margin-top: 10px;
  border-bottom: solid 1px #ccc;
  color: #3e4f53;
}
.contenedor_mapa_grande {
  padding: 15px;
  min-height: 65vh;
  border: none;
}
.contenedor_mapa_grande map {
  display: block;
  height: auto;
}
.contenedor_mapa_grande div.contenedor-imagen-mapa-grande {
  width: 100%;
  border: none;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}
.contenedor_mapa_grande div.contenedor-imagen-mapa-grande > .maps,
.contenedor_mapa_grande div.contenedor-imagen-mapa-grande table {
  margin: auto;
}
.popover h3 {
  margin-top: 0;
}
.popover h3.popover-header {
  font-family: 'Helvetica', sans-serif;
  font-size: 1.125rem !important;
  color: #3e4f53 !important;
}
.popover .popover-arrow:after {
  border-bottom-color: #f0f0f0;
}
.popover .popover-body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3e4f53 !important;
  padding: 9px 14px;
}
.popover .popover-body span {
  font-size: 0.875rem !important;
  line-height: 20px;
}
.linkPopover {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #000000 !important;
}
.tarjeta {
  overflow-y: auto;
  background: white;
  border: 1px solid #E5E5E5;
}
.form-seleccion-general {
  background-color: white;
  padding: 14px 14px 2px 14px;
}
.border_table {
  border-bottom: 1px solid #3464AE;
  margin-bottom: 5px;
}
.select-cantidad-asientos {
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #5D5757;
  color: black;
  font-family: 'MontserratBold', sans-serif;
  line-height: normal;
  padding: 4px 6px;
  font-size: 0.875rem;
  background-color: white !important;
}
.my-custom-10 {
  margin: 10px 0;
}
.mb-custom-10 {
  margin-bottom: 10px;
}
.mt-custom-10 {
  margin-top: 10px;
}
.mt-custom-20 {
  margin-top: 20px;
}
.padding-2-5-p {
  padding: 2.5%;
}
.px-custom-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.form-control-group {
  display: block;
  margin-bottom: 10px;
}
.form-control-group label {
  display: block;
}
.form-control-group label.control-label {
  color: #5E5E5E;
  font-weight: bold;
  font-size: 0.875rem;
  font-family: 'MontserratBold', sans-serif;
}
.form-control-group label.control-label.regular {
  font-size: 1rem;
  color: #333333;
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
}
.form-control-custom {
  border-radius: 5px;
  margin-bottom: 0;
  border: 1px solid #868685;
}
.form-control-custom:hover,
.form-control-custom:active,
.form-control-custom:focus {
  border: 1px solid #868685;
}
.form-control-custom.disabled {
  background-color: #E5E5E5;
  color: #6E6E6E;
}
.form-control-custom.place-dark::-webkit-input-placeholder,
.form-control-custom.place-dark::placeholder {
  color: #000000;
}
.form-control-custom.place-dark:-moz-placeholder {
  color: #000000;
}
.form-control-custom.place-dark::-moz-placeholder {
  color: #000000;
}
.form-control-custom.place-dark:-ms-input-placeholder {
  color: #000000;
}
.form-control-custom.place-dark::-ms-input-placeholder {
  color: #000000;
}
.form-select.form-select-control {
  height: 34px;
  border-radius: 5px;
  border: 1px solid #868685;
  font-size: 0.875rem;
  font-family: 'MontserratRegular', sans-serif;
}
.card-bs {
  height: auto;
  background-color: white;
  padding: 2.5%;
  border: 1px solid #ccc;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  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);
}
.card-bs div.card-header {
  background-color: white;
  border-bottom: 1px solid #3464AE;
  padding: 0;
  margin-bottom: 10px;
  display: block;
}
.card-bs div.card-header > .texto-titulo {
  color: black;
  font-size: 1rem;
  font-family: 'MontserratBold', sans-serif;
  line-height: normal;
  font-weight: bold;
  margin: 12px 0;
}
.card-bs div.card-body {
  display: block;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .container-forms {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.form-check label,
.form-check p {
  cursor: pointer;
}
.form-check-input[type=radio] {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #707070;
  outline: none;
  cursor: pointer;
  background-clip: content-box;
  padding: 0.125rem;
}
.form-check-input[type=radio]:checked {
  background-image: none;
  background-color: #3464AE;
}
.img_info {
  width: 62px;
  height: 62px;
}
.info-table li:nth-child(2n+1) {
  background-color: #F0EEE7 !important;
}
.info-table li i.fas {
  color: #999999;
}
.border-bottom-4 {
  border-bottom: 4px solid #F8F7F3;
}
.border-top-8 {
  border-top: 8px solid #F8F7F3;
}
.contenedor-info-funcion {
  background-color: #F0EEE7;
  padding: 10px 15px;
  margin-top: 15px;
}
.contenedor-info-funcion strong {
  font-size: 1rem !important;
}
.contenedor-info-funcion i.fas {
  color: #999999;
}
.contenedor-info-funcion p.texto-visualizacion {
  color: #5E5E5E;
  font-size: 0.875rem;
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
}
.contenedor-info-funcion p.texto-visualizacion a.link-visualizar-boletos {
  color: #3464AE;
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
}
.text-seleccion-descripcion {
  font-family: 'MontserratSemiBold', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
}
.separador-detalle-funcion {
  background-color: #3464AE;
  padding: 10px 15px;
}
.separador-detalle-funcion .texto-separador,
.separador-detalle-funcion .text-encabezado {
  color: white;
}
.separador-detalle-funcion .texto-separador {
  font-size: 15px;
  font-family: 'MontserratRegular', sans-serif;
}
.separador-detalle-funcion .text-encabezado {
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 318px) {
  .content-button-three-columns {
    margin-top: 5px;
    width: 100%;
  }
}
.contenedor-seleccion-asiento {
  background-color: white;
}
.contenedor-seleccion-asiento div.contenedor-asientos {
  background-color: white;
  padding: 0.5rem 0;
}
.contenedor-seleccion-asiento div.contenedor-asientos table {
  background-color: #F9F9F9;
}
.contenedor-seleccion-asiento div.contenedor-asientos table tr {
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
  color: #564d4d;
  white-space: nowrap;
}
.contenedor-seleccion-asiento div.contenedor-asientos table tr td {
  min-width: 22px;
}
.contenedor-mapa-chico {
  min-height: 280px;
}
@media screen and (max-width: 576px) {
  .contenedor-mapa-chico {
    min-height: 250px;
  }
}
.tabla-resumen > thead th,
.tabla-resumen > thead td {
  font-family: 'MontserratSemiBold', sans-serif;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 600;
}
.tabla-resumen > :not(:last-child) > :last-child > * {
  border-bottom-color: #F8F7F3;
  border-bottom-width: 4px;
}
.tabla-resumen > :not(:first-child) {
  border-top: none;
  border-bottom-color: #ECEAE4;
}
.tabla-resumen > tbody > tr.listado-seleccion:first-child > td {
  padding-top: 14px;
}
.tabla-resumen > tbody > tr.listado-seleccion td {
  font-family: 'MontserratRegular', sans-serif;
  color: #3464AE;
  font-size: 1rem;
}
.tabla-resumen > tbody > tr.sin-datos {
  font-family: 'MontserratRegular', sans-serif;
  color: #333333;
  font-size: 15px;
}
.tabla-resumen > tbody > tr td div.form-check {
  padding-left: 2.5rem;
}
.tabla-resumen > tbody > tr td div.form-check label.nombre-metodo {
  font-family: 'MontserratRegular', sans-serif;
  color: #333333;
  font-weight: normal;
  font-size: 1rem;
}
.contenedor-costo-total {
  background-color: #F0EEE7;
  padding: 14px;
}
.contenedor-costo-total p.texto-costo-total {
  color: #3464AE;
  font-family: 'MontserratSemiBold', sans-serif;
  text-align: left;
  font-size: 1.438rem;
}
.loading,
.loading-trans {
  background-size: 50px;
  background-image: url('../../images/loading-light.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-gray {
  background-color: #ccc;
}
.bg-gray-medium {
  background-color: #eee;
}
.ui-pnotify-container {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.ui-pnotify-container div.ui-pnotify-icon,
.ui-pnotify-container div.ui-pnotify-closer {
  flex: 0 0 auto;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.ui-pnotify-container div.ui-pnotify-icon {
  align-content: flex-start;
  order: 1;
}
.ui-pnotify-container div.ui-pnotify-closer {
  align-content: flex-end;
  order: 3;
}
.ui-pnotify-container div.ui-pnotify-text {
  flex-basis: 100%;
  order: 4;
}
.ui-pnotify-container h4.ui-pnotify-title {
  flex: 1 0 0%;
  align-content: center;
  order: 2;
  margin: 6px;
}
#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: 0;
  border-bottom-right-radius: 0;
}
#manual .timeout-dialog #timeout-dialog,
#mesas .timeout-dialog #timeout-dialog,
#general .timeout-dialog #timeout-dialog,
#resumen .timeout-dialog #timeout-dialog {
  background: none;
  background: white;
}
#manual .timeout-dialog p.timeout-message,
#mesas .timeout-dialog p.timeout-message,
#general .timeout-dialog p.timeout-message,
#resumen .timeout-dialog p.timeout-message {
  font-family: 'MontserratRegular', sans-serif;
  margin-bottom: 5px;
  color: #333333;
}
#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-dialog-buttonset,
#mesas .timeout-dialog .ui-dialog-buttonset,
#general .timeout-dialog .ui-dialog-buttonset,
#resumen .timeout-dialog .ui-dialog-buttonset {
  display: flex;
}
#manual .timeout-dialog .ui-dialog-buttonset #timeout-keep-signin-btn,
#manual .timeout-dialog .ui-dialog-buttonset #timeout-sign-out-button,
#mesas .timeout-dialog .ui-dialog-buttonset #timeout-keep-signin-btn,
#mesas .timeout-dialog .ui-dialog-buttonset #timeout-sign-out-button,
#general .timeout-dialog .ui-dialog-buttonset #timeout-keep-signin-btn,
#general .timeout-dialog .ui-dialog-buttonset #timeout-sign-out-button,
#resumen .timeout-dialog .ui-dialog-buttonset #timeout-keep-signin-btn,
#resumen .timeout-dialog .ui-dialog-buttonset #timeout-sign-out-button {
  font-family: 'MontserratBold', sans-serif;
  text-transform: uppercase;
  flex: auto;
  background-image: none !important;
  border: none !important;
  text-shadow: none !important;
}
#manual .timeout-dialog .ui-dialog-buttonset #timeout-keep-signin-btn,
#mesas .timeout-dialog .ui-dialog-buttonset #timeout-keep-signin-btn,
#general .timeout-dialog .ui-dialog-buttonset #timeout-keep-signin-btn,
#resumen .timeout-dialog .ui-dialog-buttonset #timeout-keep-signin-btn {
  order: 2;
  text-align: right;
  background-color: #3464AE !important;
  align-self: flex-end;
  margin-right: 0;
}
#manual .timeout-dialog .ui-dialog-buttonset #timeout-sign-out-button,
#mesas .timeout-dialog .ui-dialog-buttonset #timeout-sign-out-button,
#general .timeout-dialog .ui-dialog-buttonset #timeout-sign-out-button,
#resumen .timeout-dialog .ui-dialog-buttonset #timeout-sign-out-button {
  order: 1;
  text-align: left;
  background-color: #ccc;
  color: white;
  margin-right: 1rem;
  align-self: flex-start;
}
.img-encabezado-compra {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
@media screen and (max-width: 576px) {
  .img-encabezado-compra {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
    height: 120px;
    width: 220px;
  }
}
.titulo-tabla {
  font-family: 'MontserratSemiBold', sans-serif;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 600;
}
.titulo-tabla,
.texto-nombre-metodo {
  color: #333333;
}
.texto-nombre-metodo {
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
}
img.alerta-advertencia {
  width: 22px;
  height: 22px;
}
img.img-tarjeta {
  width: 48px;
  height: 33px;
}
.accordion div.accordion-item {
  border-bottom: none;
}
.texto-link {
  color: #3464AE;
  font-size: 0.75rem;
  font-family: 'MontserratRegular', sans-serif;
}
.texto-link.regular {
  font-size: 0.875rem;
}
.texto-link:hover,
.texto-link:focus,
.texto-link:active {
  text-decoration: underline;
}
.contenedor-info-cupon {
  background-color: #DCFDCE;
  border-radius: 5px;
  padding: 10px 10px 2px;
  margin-bottom: 10px;
}
.contenedor-info-cupon div:first-child.row strong {
  font-weight: bold;
  font-family: 'MontserratBold', sans-serif;
}
.contenedor-info-cupon div.row strong {
  font-size: 1rem;
  color: #447C42;
  font-family: 'MontserratRegular', sans-serif;
}
.contenedor-info-cupon div.separador {
  border-bottom: 1px solid #DDDDDD;
}
footer.simple-footer {
  background-color: #3464AE;
  padding: 12px 0;
}
footer.simple-footer p.texto-simple-footer {
  font-size: 0.75rem;
  font-family: 'MontserratRegular', sans-serif;
  color: white;
}
footer.main-footer {
  background-color: #333333;
}
footer.main-footer div.contenedor-info-oxxo {
  padding: 1.5rem 0 2rem;
  background-image: url('../../themes/taquilla-cero/img/bg-footer-tc.png');
  background-repeat: no-repeat;
  background-size: cover;
}
footer.main-footer div.contenedor-info-oxxo .texto-tienda-oxxo {
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: white;
}
@media screen and (max-width: 516px) {
  footer.main-footer div.contenedor-info-oxxo .texto-tienda-oxxo {
    margin-bottom: 12px !important;
  }
}
footer.main-footer div.contenedor-info-oxxo .contenedor-pasos .texto-paso-oxxo,
footer.main-footer div.contenedor-info-oxxo .contenedor-pasos .contador {
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}
footer.main-footer div.contenedor-info-oxxo .contenedor-pasos .texto-paso-oxxo {
  color: white;
}
footer.main-footer div.contenedor-info-oxxo .contenedor-pasos .contador {
  color: #F05E25;
}
@media (min-width: 576px) and (max-width: 602px) {
  footer.main-footer div.contenedor-info-oxxo .contenedor-pasos .contenedor-contador,
  footer.main-footer div.contenedor-info-oxxo .contenedor-pasos .contenedor-info {
    width: 100%;
    text-align: center;
    padding: 0 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 803px) {
  footer.main-footer div.contenedor-info-oxxo .contenedor-pasos .contenedor-contador,
  footer.main-footer div.contenedor-info-oxxo .contenedor-pasos .contenedor-info {
    width: 100%;
    text-align: center;
    padding: 0 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1204px) {
  footer.main-footer div.contenedor-info-oxxo .contenedor-pasos .contenedor-info {
    width: 50% !important;
  }
}
footer.main-footer div.footer-info {
  padding: 1.5rem 0 0.5rem;
}
footer.main-footer div.footer-info .titulo-info,
footer.main-footer div.footer-info .text-link,
footer.main-footer div.footer-info .text-derechos {
  color: white;
}
footer.main-footer div.footer-info .titulo-info {
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
footer.main-footer div.footer-info .text-link,
footer.main-footer div.footer-info .text-derechos {
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
}
footer.main-footer div.footer-info .text-link {
  font-size: 0.875rem;
}
footer.main-footer div.footer-info .text-derechos {
  font-size: 0.75rem;
}
footer.main-footer div.footer-info img.footer-logo {
  width: 130px;
  height: 30px;
}
.encabezado-compra-exitosa img.img-compra-exitosa {
  height: 65px;
  width: 65px;
}
.encabezado-compra-exitosa h1.texto-encabezado-compra {
  font-family: 'MontserratSemiBold', sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 29px;
}
.contenedor-boletos-virtuales div.contenedor-boleto-virtual {
  overflow: auto;
}
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h1,
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h2,
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h3,
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h4,
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h4,
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  font-family: 'Helvetica', sans-serif;
}
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h1,
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h2,
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h3 {
  line-height: 40px;
}
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h1 {
  font-size: 38.5px;
}
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h2 {
  font-size: 31.5px;
}
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h3 {
  font-size: 24.5px;
}
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h4 {
  font-size: 17.5px;
}
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h5 {
  font-size: 14px;
}
.contenedor-boletos-virtuales div.contenedor-boleto-virtual h6 {
  font-size: 11.9px;
}
.modal-menu div.modal-header {
  border-color: #3464AE;
  padding-bottom: 10px;
}
.modal-menu div.modal-header i.fa-check-circle {
  font-size: 30px;
  color: #3464AE;
  margin-right: 0.5rem;
}
.modal-encuesta-satisfaccion div.modal-header {
  border-color: #3464AE;
  padding-bottom: 10px;
}
.modal-encuesta-satisfaccion div.modal-header i.fa-check-circle {
  font-size: 30px;
  color: #3464AE;
  margin-right: 0.5rem;
}
.modal-encuesta-satisfaccion div.modal-header .texto-modal {
  color: black;
  font-family: 'MontserratBold', sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.modal-encuesta-satisfaccion div.modal-body img.img-cara {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 352px) {
  .modal-encuesta-satisfaccion div.modal-body img.img-cara {
    width: 35px;
    height: 35px;
  }
}
.modal-encuesta-satisfaccion div.modal-body p.texto-pregunta-encuesta {
  font-size: 0.875rem;
  color: black;
  font-weight: bold;
  font-family: 'MontserratBold', sans-serif;
}
.modal-encuesta-satisfaccion div.modal-body div.img-cara.active {
  border: 1px solid #3464AE;
  border-radius: 0.2em;
}
.modal-encuesta-satisfaccion div.modal-body div.lblTips p {
  font-size: 0.75rem;
  color: red;
  margin: 8px 0;
}
.modal-encuesta-satisfaccion div.modal-body div.subtitulos {
  padding-top: 8px;
  font-size: 0.875rem;
  color: black;
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
}
.nav-mis-compras {
  background-color: #3464AE;
  width: 100%;
  padding: 1rem 0.5rem 0;
}
.nav-mis-compras a.item-nav {
  color: white;
  font-size: 0.875rem;
  font-weight: normal;
  font-family: 'MontserratRegular', sans-serif;
}
.nav-mis-compras a.item-nav.active {
  font-weight: bold;
  font-family: 'MontserratBold', sans-serif;
}
.nav-mis-compras div.border-bottom-nav {
  padding-top: 5px;
  border-bottom: 5px solid transparent;
}
.nav-mis-compras div.border-bottom-nav.active {
  border-bottom-color: #eaac37;
}
.titulo-mis-compras {
  background-color: #F0EEE7;
}
.titulo-mis-compras .titulo,
.titulo-mis-compras .subtitulo {
  color: #3464AE;
}
.titulo-mis-compras .titulo {
  font-weight: bold;
  font-size: 1.75rem;
  font-family: 'MontserratBold', sans-serif;
}
.titulo-mis-compras .subtitulo {
  font-size: 0.875rem;
  font-weight: normal;
  font-family: 'MontserratRegular', sans-serif;
}
.titulo-mis-compras.sin-reservaciones {
  background-color: white;
}
.titulo-mis-compras.sin-reservaciones .titulo,
.titulo-mis-compras.sin-reservaciones .subtitulo {
  color: #000000;
}
.titulo-mis-compras.sin-reservaciones .subtitulo {
  padding-top: 0.5rem;
}
.listado-detalle-boleto img.img-evento {
  width: 100%;
  height: 130px;
  object-fit: fill;
}
@media (min-width: 576px) and (max-width: 768px) {
  .listado-detalle-boleto img.img-evento {
    height: 100%;
  }
}
@media (min-width: 392px) and (max-width: 575px) {
  .listado-detalle-boleto img.img-evento {
    height: 245px;
  }
}
@media screen and (max-width: 392px) {
  .listado-detalle-boleto img.img-evento {
    height: 180px;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .listado-detalle-boleto {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 351px) {
  .listado-detalle-boleto .content-button-three-columns {
    margin-top: 5px;
    width: 100%;
  }
}
.contenedor-info-compras img.img_info {
  width: 170px;
  height: 170px;
}
.contenedor-info-compras .texto-info,
.contenedor-info-compras .text-detalle {
  color: #ACACAC;
}
.contenedor-info-compras .texto-info {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: 'MontserratBold', sans-serif;
}
.contenedor-info-compras .text-detalle {
  font-size: 1rem;
  font-weight: normal;
  font-family: 'MontserratRegular', sans-serif;
}
.radioEmail {
  width: auto;
}
.checkViewAll {
  width: 1.137rem;
  height: 1.137rem;
  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;
}
.card-reservacion-oxxo div.contenedor-reservacion-oxxo {
  padding: 30px 40px 0;
}
@media screen and (max-width: 480px) {
  .card-reservacion-oxxo div.contenedor-reservacion-oxxo {
    padding: 30px 10px 0;
  }
}
.card-reservacion-oxxo div.contenedor-reservacion-oxxo ul.instrucciones-oxxo {
  list-style-position: inside;
}
.card-reservacion-oxxo div.contenedor-reservacion-oxxo ul.instrucciones-oxxo li {
  color: #5B5B5B;
  font-size: 15px;
  text-align: left;
  line-height: 20px;
}
@media screen and (max-width: 480px) {
  .card-reservacion-oxxo div.contenedor-reservacion-oxxo ul.instrucciones-oxxo li {
    font-size: 0.75rem;
  }
}
.card-reservacion-oxxo div.contenedor-reservacion-oxxo ul.instrucciones-oxxo li:before {
  content: "\2022";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
.card-reservacion-oxxo div.contenedor-reservacion-oxxo div.contenedor-detalle-reservacion {
  background-color: #E6E6E6;
  padding: 10px 15px 0;
}
.card-reservacion-oxxo div.contenedor-reservacion-oxxo div.contenedor-detalle-reservacion table td {
  padding: 5px 5px 0 0;
  border: none;
  line-height: 20px;
}
.card-reservacion-oxxo div.contenedor-reservacion-oxxo div.contenedor-detalle-reservacion table td.text-infoOxxo {
  word-break: break-all;
  color: #3e4f53;
}
@media screen and (max-width: 480px) {
  .card-reservacion-oxxo div.contenedor-reservacion-oxxo div.contenedor-detalle-reservacion table td.text-infoOxxo {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 480px) {
  .card-reservacion-oxxo div.contenedor-reservacion-oxxo .infoFooter {
    font-size: 0.75rem;
  }
}
.contenedor-img-escenario {
  background-color: #B2B1B1;
  padding: 0;
}
.contenedor-img-escenario .texto-escenario {
  color: white;
  text-align: center;
  font-weight: bold;
  font-family: 'MontserratRegular', sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
}
.contenedor-seleccion-asiento-mesa {
  background-color: white;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras {
  min-width: 400px;
  padding: 0 10px;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div .contenedor-img-escenario {
  width: 100%;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: baseline;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa {
  display: flex;
  margin: 5px;
  flex: 1 1 0;
  width: 0;
  white-space: nowrap;
  justify-content: center;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa td.container-seat-left div,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa td.container-seat-right div,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa td.container-seat-bottom div,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa td.container-seat-top div {
  width: 22px;
  height: 21px;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa td.container-seat-left div img,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa td.container-seat-right div img,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa td.container-seat-bottom div img,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa td.container-seat-top div img {
  width: auto;
  height: auto;
  border: none;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.sin_asiento {
  width: 22px;
  height: 21px;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-cuadrada,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-redonda,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-rectangular {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  background-color: #CCCCCC;
  text-align: center;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-cuadrada.ocho_asientos,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-redonda.ocho_asientos,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-rectangular.ocho_asientos {
  height: 92px;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-cuadrada div.etiqueta-mesa,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-redonda div.etiqueta-mesa,
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-rectangular div.etiqueta-mesa {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
  color: #3e4f53;
  font-size: 0.875rem;
  font-family: Helvetica, Arial, Sans, serif;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-cuadrada {
  height: 35px;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-cuadrada.mesa-cuadrada-4 {
  height: 55px;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-redonda {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.mesa-rectangular {
  height: 75px;
  width: 32px;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.detalle-imagen-mesa {
  position: relative;
}
.contenedor-seleccion-asiento-mesa div.contenedor-asientos-mesa div.hileras div.hilera .mesa div.contenedor-imagen-mesa div.detalle-imagen-mesa div.etiqueta-mesa {
  justify-content: center;
  align-items: center;
  display: flex;
  color: #3e4f53;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.875rem;
  font-family: Helvetica, Arial, Sans, serif;
}
.contenedor-forms {
  display: flex;
  flex: 1 1 auto;
  background-color: #F2F2F2;
  justify-content: center;
  align-items: center;
}
.contenedor-forms.white {
  background-color: white;
}
.card.card-formulario {
  background-color: white;
  padding: 2rem 1.5rem;
}
.card.card-formulario .card-img-header img {
  width: 180px;
  height: 40px;
}
.card.card-formulario .card-header {
  background-color: white;
  border: none;
}
.card.card-formulario .card-header .texto-titulo {
  font-family: 'MontserratSemiBold', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  padding-bottom: 4px;
  border-bottom: 4px solid #F8F7F3;
}
.card.card-formulario .card-body {
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 576px) {
  .card.card-formulario {
    padding: 1.5rem 0.75rem;
  }
  .card.card-formulario .card-body {
    padding: 0.5rem 0.75rem;
  }
}
@media screen and (max-width: 322px) {
  .card.card-formulario .recoveryPassword {
    width: 100%;
    text-align: center !important;
  }
}
@media (min-width: 316px) and (max-width: 500px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
@media (min-width: 308px) and (max-width: 316px) {
  .g-recaptcha {
    transform: scale(0.70);
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 308px) {
  .g-recaptcha {
    transform: scale(0.62);
    transform-origin: 0 0;
  }
}
.container-validar-carrera li {
  list-style-type: disc;
}
.container-validar-carrera div.contenedor-info-compra {
  background-color: #f5f5f5;
  border-radius: 0.375rem;
  padding: 1.5rem;
  font-size: 0.875rem;
}
.container-validar-carrera div.contenedor-info-compra a {
  color: #3464AE;
}
.container-validar-carrera div #formularios div.contenedor-formulario-registro {
  padding: 0 6.5rem;
}
.container-validar-carrera div #formularios div.contenedor-formulario-registro div.body-formulario {
  border: dashed #AAA 1.5px;
  padding: 1rem;
}
.container-validar-carrera div #formularios div.contenedor-formulario-registro div.body-formulario div.errorSummary {
  color: #b94a48;
  font-family: 'MontserratRegular', sans-serif;
  margin-bottom: 1rem;
}
.container-validar-carrera div #formularios div.contenedor-formulario-registro div.body-formulario label.control-label {
  background-color: #d9534f;
  display: inline-block;
  padding: 0.1rem 0.3rem 0;
  color: white;
  font-size: 0.75rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  margin-bottom: 0;
  font-weight: bold;
  line-height: normal;
}
.container-validar-carrera div #formularios div.contenedor-formulario-registro div.body-formulario input.form-control {
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 576px) {
  .container-validar-carrera div #formularios div.contenedor-formulario-registro {
    padding: 0 1rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .container-validar-carrera div #formularios div.contenedor-formulario-registro {
    padding: 0 3.5rem;
  }
}
.size-big-lx {
  font-size: 2.25rem !important;
}
.nav-auth {
  padding: 0 0.5rem;
}
.nav-auth li {
  border-bottom: 4px solid #F8F7F3;
}
.nav-auth li button.nav-link {
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
}
.nav-auth li button.nav-link.active {
  background-color: #F05E25;
  color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 520px) and (max-width: 576px) {
  .nav-auth {
    padding: 0 3rem;
  }
}
@media (min-width: 464px) and (max-width: 520px) {
  .nav-auth {
    padding: 0 1.5rem;
  }
}
