@font-face {
  font-family: 'Sofia Sans';
  src: url(../fonts/SofiaSans/SofiaSans-Thin.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url(../fonts/SofiaSans/SofiaSans-Light.ttf);
  font-weight: 200;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url(../fonts/SofiaSans/SofiaSans-Regular.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url(../fonts/SofiaSans/SofiaSans-SemiBold.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url(../fonts/SofiaSans/SofiaSans-Bold.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url(../fonts/SofiaSans/SofiaSans-ExtraBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url(../fonts/SofiaSans/SofiaSans-Black.ttf);
  font-weight: 700;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --green: #358A42;
  --red: #DB2C28;
  --purple: #3F1F68;
  --gray: #333333;
  --gray-light: #E0E0E0;
  --gray-medium: #CECECE;

  --black-K: #00B4EF;
  --red-K: #035AD9;
  --blue-K: #00B4EF;

  --blue-primary: #035AD9;
  --blue-secondary: #00B4EF;
  --blue-tertiary: #0056A5;
  --blue-quaternary: #00928C;
  --green-primary: #5ABA2D;
  --yellow-primary: #F9DC5F;


  --radius-container:15px
}

html,
body {
  background-color: /* #FDFDFD */#D2E0FF;
  color: var(--gray);
  font-family: "Onest", sans-serif !important;
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* overflow-x: hidden; */
}
.noclick {
  margin: 0;
  height: 100%;
  overflow: hidden !important;
  pointer-events: none;
}

.loader {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgb(35 64 88 / 50%)
  }
  
.loader .spinner-grow {
   background-color: var(--red-K);
  }
  
.noclick .loader{
display: flex;
}
*:focus-visible {
  outline: 0;
}
h1 {
  color: var(--black-K);
  font-size: 25px;
  font-weight: 700;
}
h2 {
  color: var(--gray);
  font-size: 25px;
}
h3 {
  color: var(--blue-primary);
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
h4 {
  color: #434142;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
h5 {
  color: var(--blue-primary);
  font-size: 16px;
}
p {
  margin-bottom: 0;
}
.subtitle {
  color: /* var(--red-K) */var(--black-K);
}
.blue {
  color: var(--gray);
}
.green-bold {
  color: var(--red-K);
  font-weight: 600;
}
.red {
  color: var(--red);
}
header {
  background-color: #ffffff;
  /* padding: 28px 0; */
  padding: 10px 0 10px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
header p {
  margin-top: 10px;
}

header img{
  object-fit: contain;
  max-height: 50px;
}

footer{
  margin-top: auto;
}
/* #footer{
 position: absolute;
 bottom: 0;
 width: 100%;
} */

/* body{
  background-image: url(../images/bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
} */
.main {
  /* margin-top: auto; */
  /* background-color: #DDE4E9; */
  /* padding: 230px 0 146px; */
 /*  background-image: url(../images/bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #D2E0FF;
  padding: 150px 0 146px;
}

@media screen and /* (min-width:1367px) */(min-width:1400px) {
  .main/* .alone */{
    height: auto;
  }
}
.error-section {
  min-height: 75vh;
}
.form-group {
  display: flex;
  flex-direction: column;
}
.form-group.error input {
  background-color: #ffdcdc;
  border-color: #e80404;
}
.form-group.error select {
  background-color: #ffdcdc;
  border-color: #e80404;
}
.form-group {
  display: flex;
  flex-direction: column;
}
.form-control{
  font-size: 14px !important;
  font-family: inherit !important;
  color: var(--black-K) !important;
  padding: 0 20px !important;
}
.form-iti{
  font-size: 14px !important;
  font-family: inherit !important;
  color: var(--black-K) !important;
}
.form-control:focus,
.form-iti:focus,
.form-select:focus {
  box-shadow: 0 0 0 1px rgb(72 91 112 / 40%) !important;
  border-color: var(--blue-K) !important;
}
.form-control.error input {
  background-color: #ffdcdc !important;
  border-color: #e80404 !important;
}
label {
  color: var(--blue-quaternary);
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.form-group label {
  padding-left: 10px;
}
input,
select {

  /* border-radius: 2px; */
  border: 2px solid transparent;
  /* height: 50px; */
  padding: 0 20px;
  width: 100%;
  background-color: #fcfcfc;
  border: 2px solid #e7e7e7 !important;
  font-size: 14px;
  height: 36px;
}

input[type="checkbox"] {
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#netpay-checkout {
  display: none;
}

.netpay-btn {
  background-color: #207EE0;
  
}

input[type="file"]::file-selector-button{
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 2px solid #e7e7e7;
  margin-top: 5px;
}

input[type="file"]::-ms-browse{
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 2px solid #e7e7e7;
  margin-top: 5px;
}

input[type="file"]::-webkit-file-upload-button{
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-right: 2px solid #e7e7e7;
  margin-top: 5px;
}

.check {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.check.error input {
  -webkit-box-shadow: 0px 0px 0px 3px #e80404;
  -moz-box-shadow: 0px 0px 0px 3px #e80404;
  box-shadow: 0px 0px 0px 3px #e80404;
}
.check.error,
.check.error a {
  color: #e80404;
}
.check a {
  color: var(--red-K);
  margin-left: 5px;
  text-decoration: underline;
}
.btn {
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  padding: 13px 30px;
  width: 100%;
}
.btn:hover {
  color: #ffffff;
}
.btn.azul {
  background-color: var(--blue-tertiary);
}
.btn:hover.azul {
  background-color: var(--blue-K);
}
.btn.verde {
  background-color: var(--red-K);
  border-radius: 0;
}
.btn:hover.verde {
  background-color: var(--blue-K);
}
.btn.rojo {
  /* background-color: #e61111; */
  background-color: var(--red);
  border-radius: 0;
}
.btn-secondary {
  background-color: transparent;
  color: #003764;
  text-decoration: underline;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: transparent !important;
  color: #014a86;
  text-decoration: underline;
}
.btn .icon {
  margin-right: 10px;
}
.btn-group {
  display: block;
}
.btn-group button:first-child {
  margin-bottom: 15px;
}

.header-registro {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.background__first {
  background-image: url("/images/backgroud_card_new.png");
  background-color: #FFFFFF;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.info-pago {
  /* padding: 25px 20px; */
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  box-shadow: 0px 3px 6px rgba(000, 000, 000, 0.08);
  margin-bottom: 30px;
  border-radius: var(--radius-container);
}

.title_morelia {
  background-image: url("/images/card_title.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2rem;
}

.title_contact {
  background-image: url("/images/card_title_contac.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2rem;
  margin-bottom: 1rem;;
}

.title_fiscales {
  background-image: url("/images/card_title_fiscales.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2rem;
  margin-bottom: 1rem;;
}

.info-pago .costo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.info-pago small {
  color: #8f8f8f;
  display: block;
  font-size: 15px;
  text-align: right;
}
#pago {
  margin-bottom: 50px;
}
label.option {
  display: block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  min-height: 100px;
  width: 100%;
  clear: both;
}
.card-input-element {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
}
.card-input-element:checked + .card-pago {
  border-color: #00bf8b;
}
.card-input-element:checked + .card-pago:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #ffffff;
  background-color: var(--red-K);
  position: absolute;
  height: 30px;
  width: 30px;
  top: -15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-pago {
  background-color: #ffffff;
  border: 3px solid transparent;
  box-shadow: 0px 3px 6px rgba(000, 000, 000, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 22px;
  position: relative;
  min-height: 100px;
}

.card-pago p {
  color: var(--blue-K);
  font-size: 18px;
  font-weight: 600;
}
.card-pago .paypal {
  margin: 0 50px;
  height: 55px;
  width: auto;
}
#transfer,
#paypal {
  display: none;
}
#comprobante form {
  margin-top: 50px;
}
.leyenda {
  background-color: #e9ecef;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.leyenda p {
  color: var(--blue-K);
}
.dropzone {
  border: 3px dashed #cbcbcb !important;
  border-radius: 10px;
}
.dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dz-message .icon {
  color: #cbcbcb;
  font-size: 50px;
  margin-bottom: 15px;
}
.circle {
  border-radius: 50px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  height: 60px;
  width: 60px;
}
.circle.success {
  background-color: var(--red-K);
}
.circle.error {
  background-color: #e94c4c;
}
.circle .icon {
  color: #ffffff;
  font-size: 30px;
}

.modal-header {
  background-color: #f2f3f5;
  border-bottom: 0 !important;
}
.modal-body {
  padding: 40px 0;
}
.modal-footer {
  border-top: 0 !important;
}

.footer-bottom {
  background-color: var(--black-K);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: auto;
}
.prointernet .pro-footer {
  height: 30px;
  opacity: 0.5;
}

.card-carnet {
  background-color: #ffffff;
  /* border-radius: 10px; */
  box-shadow: 0px 3px 6px rgba(000, 000, 000, 0.08);
  border-radius: var(--radius-container);
  overflow: hidden;
}
.card-aviso {
  background-color: #fdffbf;
  /* border-radius: 10px; */
  box-shadow: 0px 3px 6px rgba(000, 000, 000, 0.08);
  padding-bottom: 15px;
}
.card-carnet:nth-child(n + 4) {
  margin-top: 30px;
}
.card-carnet .carnet-title {
  background-color: var(--blue-secondary);
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
  padding: 10px 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-aviso .carnet-title {
  background-color: #ffea9b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-carnet.promo .carnet-title {
  background-color: #00bf8b;
}
.card-carnet.promo .carnet-title h4,
.card-carnet.promo .carnet-title h2 {
  color: #ffffff;
}
.card-carnet .carnet-title h4,
.card-carnet .carnet-title h2,
.card-aviso .carnet-title h4 {
  margin-bottom: 0;
  text-align: center;
}
.card-carnet .carnet-title h2 {
  /* color: var(--red-K); */
  color: white;
}
.card-carnet .carnet-title h2.new-price {
  text-decoration: line-through;
  color: #6F6F73;
  font-size: 14px;
}
.card-carnet .carnet-title h4 {
  /* color: var(--red-K); */
  color: white;
}
.carnet-body {
  padding: 5px 20px;
}
.carnet-body h5 {
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 12px;
  color: #434142;
  font-weight: 700;
}
.card-carnet input,
.card-carnet select {
  background-color: #fcfcfc;
  border: 2px solid #e7e7e7 !important;
  font-size: 14px;
  height: 36px;
}
@media (min-width: 992px) {
  .card-pago p {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-pago {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 17px 10px;
  }
  .card-pago p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .info-pago h1,
  .info-pago h5,
  .info-pago small {
    text-align: center;
  }
  .info-pago .costo {
    justify-content: center;
  }
  .card-pago {
    margin-bottom: 20px;
  }


  .background__first {
    background-image: url("/images/backgroud_card_responsive_new.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/* ==== estilos para info whatsapp y datos de carnet ===== */

#info-whatsapp {
  border: 2px solid #003764;
  background-color: transparent;
  padding: 10px;
}

#info-whatsapp:hover {
  background-color: #003764;
}

div.hidden {
  display: none;
}

/* Target the hidden div when the target div is being hovered over */
#trigger:hover + div.hidden {
  display: block;
}
#trigger {
  margin-left: 10px;
  font-size: 18px;
  background-color: transparent;
  border: 2px solid #003764;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#trigger:hover {
  background-color: #003764;
  color: #fff;
}

#info-whatsapp h6 {
  font-weight: bold;
}

#info-whatsapp {
  position: absolute;
  border: 2px solid #003764;
  background-color: #f0f0f0;
  padding: 10px;
  transform: translateY(26px);
  border-radius: 8px;
  z-index: 2;
}

.card-aviso-carnet .carnet-title {
  background-color: #003764;
}

.card-aviso-carnet .carnet-title h4 {
  color: #fff;
}

.card-aviso-carnet .carnet-body {
  background-color: #f9f9f9;
}

.card-aviso-carnet {
  background-color: #f9f9f9;
}

/* body {
    -webkit-touch-callout: none; 
   -webkit-user-select: none;   
      -moz-user-select: none; 
       -ms-user-select: none; 
           user-select: none;
} */

/* body {
    height: 100vh;
    overflow-y: scroll;
}

*::selection {
    color:unset;
} */

.container-fluid {
  padding: 0 100px;
}

@media (max-width: 991px) {
  .container-fluid {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding: 0 20px;
  }
}
.important-input {
  outline: 2px solid var(--red-K);
  border: none !important;
}

#datos .card-datos-contacto {
  background-color: #fff;
  padding: 30px 10px;
  border-radius: var(--radius-container);
  /* border-radius: 10px; */
}

#datos_fiscales .card-datos-fiscales {
  background-color: #fff;
  padding: 0px 10px 30px;
  /* border-radius: 10px; */
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  border-radius: var(--radius-container);
}
#habitacion-detalle ul {
  list-style: none;
  padding: 0;
}
.info_habitacion_palacio, .info_habitacion_princess {
  margin-top: 20px;
  margin-bottom: 30px;
  /* display: none; */
}
.select_carnet, .select_hotel {
  margin-top: 20px;
}
.info_habitacion_palacio img, .info_habitacion_princess img {
  border-radius: 6px;
  height: 100%;
object-fit: cover;
}
.info_habitacion_palacio h6, .info_habitacion_princess h6 {
  font-weight: 700;
}
/* .asistente2_datos {
  display: none;
}
.select_hotel {
  display: none;
} */
.info_habitacion ul {
  list-style: none;
  padding: 0;
}
.info_habitacion ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.info_habitacion ul li svg {
  height: 20px;
  margin-right: 6px;
  fill: #003764;
}
.icons-habitacion .icon-habitacion {
  height: 24px;
  margin: 6px;
}

.titulos_asientos {
  padding-top: 40px;
}
.cena1_cont, .cena2_cont {
  background-color: #143a66!important;
  border-radius: 6px;
  color: #fff!important;
  padding: 20px;
  width: 100%;
  opacity: .5;
  transition: all .5s ease-in-out;
}
.cena1_cont.active, .cena2_cont.active,
.cena1_cont.hover, .cena2_cont.hover {
  opacity: 1;
}
.cena1_cont h3, .cena2_cont h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.contenedor-responsivo {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.contenedor-responsivo iframe{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;

}