body {
  background: transparent;
  height: 750px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333!important;
}
.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
h1 {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 300;
  margin-top: 0;
}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid black;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ECECEC;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
}
.ui-widget-content .ui-state-default {
  background: #FFF;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
.ui-widget-header {
  background: none;
  border: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ECECEC;
}
.ui-datepicker-inline {
  margin: auto;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.reservarButton {
  font-weight: bold;
  border: 1px solid black;
  border-radius: 3px;
  color: #fff;
}
.reservarButton:hover {
  color: #fff;
}
.info_header2 {
  text-align: center;
  font-size: 16px;
}
.mb10 {
  margin-bottom: 10px;
}
.div_checkbox {
  display: inline;
  padding-left: 5px;
  padding-top: 5px;
}
.error {
  border: 2px solid red;
}
.error_checkbox {
  border: 2px solid red;
  height: 29px;
  width: 27px;
}
#confirm_1 {
  font-size: 19px;
}
#confirm_2 {
  font-size: 18px;
}
#confirm_link {
  font-size: 16px;
  cursor: pointer;
}
.spinner:before {
  background-color: rgba(49, 37, 37, 0.2);
  border-radius: 6px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  content: " ";
}
.disabled {
  background-color: red;
}
#header {
  margin: 0;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-family: sans-serif;
}
section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 50% 50%;
  transform: scaleX(1.5);
}
section .content {
  position: relative;
  z-index: 1;
  /*margin: 0 auto;*/
  margin-left: 60px;
  max-width: 900px;
  text-align: center;
}
section .content h1 {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 3em;
}
section .content h3 {
  color: #FFF;
  font-size: 1.2em;
}
.center {
  text-align: center;
  margin: auto;
  width: 60%;
  padding: 0;
}
ul {
  list-style-type: none;
  padding: 5px;
  background-color: #F6F6F6;
}
li {
  padding: 10px 0px 0px 10px;
  overflow: auto;
  background-color: #FFF;
  margin: 10px 10px 10px 10px;
}
li span {
  float: left;
  margin-left: 0px;
  margin-right: 30px;
}
li p {
  float: left;
  font: 200 12px/1.5;
}
li h4 {
  float: inherit;
}
li:hover {
  cursor: pointer;
  color: white;
}
.main {
  text-align: center;
  width: 100%;
}
.back {
  cursor: pointer;
  color: white;
  width: 80px;
  height: 35px;
  float: left;
}
.myBadge {
  float: right;
  width: fit-content;
  margin-top: 0px;
}
.myBadge2 {
  float: right;
  width: fit-content;
  margin-top: 0px;
}
.divBadge {
  padding-right: 0px;
}
.ui-datepicker {
  background-color: #fff;
  border-radius: 4px;
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: auto;
  max-width: 350px;
  min-width: 270px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
}
.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 20px;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
}
.ui-datepicker .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
  color: #000 !important;
}
.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
  color: #000;
}
.ui-datepicker .ui-datepicker-current-day {
  /*background: linear-gradient(45deg, #ff0081, #6827b0);*/
  /* background-color: #4289cc; */
}
.ui-datepicker td.ui-datepicker-current-day a {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}
.ui-datepicker-month {
  border: 0px;
  color: #000;
}
.ui-datepicker-year {
  border: 0px;
  color: #000;
}
.ui-icon-circle-triangle-e {
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.ui-icon-circle-triangle-w {
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.no-slots {
  padding: 20px;
  border-radius: 4px;
}
.parentSlot {
  width: 19%;
  margin-right: 22px !important;
  display: inline-block;
}
.slot {
  padding: 15px;
  max-width: 100px;
  min-width: 80px;
  margin-left: 10px;
  margin-right: 70px;
  border-radius: 4px;
}
.left-div {
  display: inline-block;
  max-width: 350px;
  text-align: left;
  padding: 0px;
  background-color: #ddd;
  border-radius: 3px;
  margin: 15px;
  vertical-align: top;
}
.right-div {
  display: inline-block;
  max-width: 400px;
  text-align: center;
  padding: 0px;
  background-color: #FFF;
  border-radius: 3px;
  margin: 15px;
}
.left-text,
.right-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
@media screen and (max-width: 550px) {
  .left-div,
  .right-div {
    max-width: 100%;
  }
  .viday-img {
    z-index: 5;
    cursor: pointer;
    height: 120px !important;
    width: 120px !important;
  }
  section {
    padding-right: 20px!important;
    align-items: flex-start;
    height: auto;
    min-height: 135px;
  }
  section .content h1 {
    margin-top: 15px;
    font-size: 26px;
  }
  section .content h3 {
    font-size: 13px;
  }
  .div-slots {
    padding-left: 0px!important;
  }
  .slot {
    max-width: 70px!important;
    min-width: 70px!important;
  }
  .iconDiv {
    padding-left: 0px;
    padding-right: 0px;
  }
  .center {
    width: 90%;
  }
}
.iconDiv {
  min-width: auto;
}
@media screen and (max-width: 1200px) {
  .div-text {
    padding-left: 7%!important;
  }
}
.div-text {
  padding-left: 1%;
  display: grid;
}
.toast-message {
  font-family: Montserrat !important;
}
.viday-img {
  z-index: 5;
  cursor: pointer;
  height: 150px;
  width: 150px;
  margin-left: 10px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.listItem {
  word-break: break-word;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
  transform: scale(1.02);
  border-width: 0.02em;
  border-style: solid;
  border-image: initial;
  border-radius: 4px;
  transition: border-color 0.25s ease 0s, box-shadow 0.25s ease 0s, transform 0.25s ease 0s;
  margin-top: 15px;
}
.list {
  margin-top: 25px;
  word-break: break-word;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
  /*transform: scale(1.02);*/
  border-width: 0px;
  border-style: solid;
  border-image: initial;
  border-radius: 4px;
  transition: border-color 0.25s ease 0s, box-shadow 0.25s ease 0s, transform 0.25s ease 0s;
  padding-left: 10px;
  padding-right: 10px;
}
#card-element {
  border: solid 1px #cccccc;
  padding: 10px 10px 9px 10px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px 0px, rgba(0, 0, 0, 0.08) 0px 1px 3px 0px;
  min-height: 38px;
}
.marginNext {
  margin-top: 37px;
}
.marginNext2 {
  margin-top: 20px;
}
@media screen and (max-width: 1172px) {
  .marginNext {
    margin-top: 70px;
  }
  .marginNext2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .marginNext {
    margin-top: 20px;
  }
  .cod-seguridad {
    margin-top: 10px!important;
  }
}
.client-img-circle2 {
  height: auto;
  width: auto;
  max-width: 60px;
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
/* REDSYS */
.result {
  width: 290px!important;
}
.left {
  float: left;
}
.ticket-mod-wr {
  background-color: #f8f8f8;
  border: 1px solid #EEE;
  border-radius: 6px;
  background: #fff;
}
.datosDeLaOperacion h1 {
  color: #8b0073;
}
.datosDeLaOperacion h1 {
  margin-bottom: 0;
  color: #2198ED;
  font-size: 22px;
  font-weight: normal;
  padding: 16px 0 0 16px;
}
.ticket-header {
  border: solid 1px #eeeeee;
  border-radius: 5px;
  background-color: #f6f5f4;
  padding: 10px 15px 0px 15px;
  background-color: #f8f8f8;
  color: #333;
}
.ticket-info {
  background-color: #f8f8f8;
  padding: 0px 18px;
}
.ticket-info,
.cards-mod-wr,
.cards-mod-wr-upi {
  background-color: #F6F6F6;
  min-height: 140px;
}
.ticket-header .price {
  border: 0px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #DDD;
  border-top: 2px solid #DDD;
  border-left: none;
  border-right: none;
  padding: 10px 0px;
}
.ticket-header .price .left {
  width: 38%;
}
.price .left {
  width: 60%;
  float: left;
}
.ticket-header .price .left p {
  color: black;
  font-weight: bold;
  padding-left: 2px;
}
.ticket-header .price .left p {
  color: #575858;
}
.ticket-header .price .left p {
  text-align: left;
  line-height: 21px;
}
.price .left p {
  text-align: right;
  font-size: 10pt;
  font-weight: bold;
}
.price .right {
  float: left!important;
  width: auto!important;
}
.right {
  float: right;
  clear: right;
}
.clear-fix {
  clear: both;
}
.ticket-info .table-condensed > tbody > tr > td.numeric {
  text-align: left !important;
  padding-left: 10px !important;
}
.ticket-info .table-condensed > tbody > tr > td.numeric {
  padding-left: 4px;
  font-size: 10pt;
}
.ticket-info .table-condensed > tbody > tr > td {
  padding: 12px 0;
}
.ticket-info .table-condensed > tbody > tr > td {
  padding: 10px 0;
}
.ticket-info table .numeric {
  color: #575858;
}
.ticket-info table .numeric {
  font-weight: normal;
}
.ticket-info .table-condensed > tbody > tr > td {
  padding: 12px 0;
}
.ticket-info .table-condensed > tbody > tr > td {
  padding: 10px 0;
}
.ticket-info table .text {
  text-align: right !important;
  padding-right: 10px !important;
}
.ticket-info table .text {
  text-align: left;
  font-weight: 700!important;
  width: 37%;
}
.table-condensed td.text,
.tableresults td.text {
  font-weight: normal;
  vertical-align: middle;
}
.ticket-info table .text {
  font-weight: normal;
  text-align: right;
  font-size: 10pt;
}
.table-condensed td {
  vertical-align: bottom;
}
.cards-mod-wr {
  border: 1px solid #E5E5E5;
  padding: 0;
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 12px;
}
.tituloPagoTarjeta {
  background-color: #f9f9f9!important;
  border-bottom: 1px solid #E5E5E5;
  padding: 0px 0px 3px 13px;
  background-image: none;
  margin-bottom: 0;
  background: no-repeat;
  background-position: 97% 19px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.tituloPagoTarjeta {
  width: 100%;
  float: left;
  clear: both;
}
.center-cards {
  padding-left: 20px;
}
.center-cards {
  padding-right: 6px !important;
  min-width: 10%;
  margin-left: 0%;
  margin-top: 8px;
  display: inline;
}
.center-cards {
  min-width: none;
  max-width: none;
  margin-left: 15px;
  width: auto;
  margin-top: 3px;
}
.center-cards {
  min-width: 50%;
  margin-top: 10px;
  float: left;
  /* width: 100%; */
}
h2.pagoConTarjeta {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0px;
  color: #333;
}
.center-cards .microcard {
  display: table-cell;
  width: 30px;
  padding-right: 5px;
  background-repeat: no-repeat;
  height: 14px;
  text-align: center;
}
#micro-visa.microcard {
  background-image: url(/img/9999minicon-visa.jpg);
}
#micro-master1.microcard {
  background-image: url(/img/9999minicon-mastercard.jpg);
}
#micro-master2.microcard {
  background-image: url(/img/9999minicon-mastercard2.jpg);
}
#micro-american.microcard {
  background-image: url(/img/9999minicon-americanexpress.jpg);
}
#micro-dinners.microcard {
  background-image: url(/img/9999minicon-dinners.jpg);
}
#micro-discover.microcard {
  background-image: url(/img/9999minicon-discover.jpg);
  height: 20px;
}
#micro-jcb.microcard {
  background-image: url(/img/9999minicon-jcb.jpg);
}
#micro-upi.microcard {
  background-image: url(/img/9999minicon-upi.jpg);
}
.datosTarjeta {
  width: 100%;
  padding-left: 15px;
  overflow: hidden;
  margin: 0 auto;
}
.lineaPagoTarjeta {
  margin-top: 15px;
  height: 40px;
  width: 100%;
  float: left;
  clear: both;
  min-height: 40px;
}
.detalleTarjeta {
  color: #575858;
  width: 100%;
  float: left;
  clear: left;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px!important;
  width: 100%!important;
  margin-right: 5px;
}
.inputTarjeta {
  width: 100%!important;
  margin-top: 0px;
  padding-right: 10px;
  float: left;
}
.icon.i-card {
  background-image: url(/img/9999icon_card.png);
  margin-right: 4px;
}
.icon {
  display: block;
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  position: relative;
  bottom: 0px;
}
.icon.i-cal {
  background-image: url(/img/9999icon_cal.png);
  margin-right: 4px;
}
.icon.i-lock {
  background-image: url(/img/9999icon_lock.png);
  margin-right: 4px;
}
.buttons-wr {
  width: 235px!important;
  margin: 12px 0;
}
.buttons-wr {
  text-align: right;
  padding-top: 3px;
}
.custom-padding {
  padding-left: 5px;
  padding-right: 5px;
}
.serviceImage {
  width: 70px;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
  border-radius: 5px;
  box-shadow: 0 1px 15px -5px rgba(0, 0, 0, 0.5);
  flex-basis: calc(42.5%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  overflow: hidden;
}
.employeeImage {
  width: 70px;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
  border-radius: 5px;
  /*box-shadow: 0 1px 15px -5px rgba(0,0,0,0.5);*/
  flex-basis: calc(42.5%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  overflow: hidden;
}
.iti__country-list {
  z-index: 100;
  max-width: 420px;
}
.iti__flag {
  background-image: url('../../img/flags.png');
}
.iti--allow-dropdown {
  width: 100%;
}
.iti__flag-container {
  border: solid 1px #ccc;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
  height: 34px;
}
#intPhone {
  left: 49px;
  width: 85%;
  border-left: none;
  border-radius: 0px;
  padding-left: 10px;
}
.businessData {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Arial';
}
.slot2 {
  overflow: hidden;
}
