
/* modal reserva*/

#modalCovid {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 20000;
  bottom: 0px;
  height: 120px;
  align-items: center;
  display: flex;
  box-shadow: -3px -5px 13px -3px rgba(0,0,0,0.1);
}

  #modalCovid .modalContainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0px;
  }

    #modalCovid .modalContainer .Reservabox {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

      #modalCovid .modalContainer .Reservabox div p {
        width: 90%;
        line-height: 20px;
      }

/* Colores Primarios */
/* Voucher */
.cont-voucher {
  width: 100%;
  height: auto;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cont-voucher form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cont-voucher h2 {
  margin-bottom: 20px;
}

.cont-voucher h2, .cont-voucher h5 {
  color: #fff;
}

.cont-voucher h5 {
  font-weight: 400;
}

/*
.cont-voucher .cont-inputs {
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px;
}

.cont-voucher .cont-inputs input {
  height: 50px;
  width: 33.33%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  color: #606060;
}

.cont-voucher .cont-inputs input::-webkit-input-placeholder {
  font-size: 12px;
  color: #606060;
}

.cont-voucher .cont-inputs input:-ms-input-placeholder {
  font-size: 12px;
  color: #606060;
}

.cont-voucher .cont-inputs input::placeholder {
  font-size: 12px;
  color: #606060;
} */

.cont-voucher .cont-inputs {
  width: 100%;
  max-width: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px;
}

.cont-voucher .cont-inputs, .cont-voucher .cont-ejemplos  {
  width: 100%;
  max-width: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 10px 2px;
}

.cont-voucher .cont-ejemplos {
  margin: 0 0 10px !important;
}

.cont-voucher .cont-ejemplos p {
  width: 33.33%;
  text-align: center;
  color: rgb(255 255 255 / 60%);
}

.cont-voucher .cont-inputs input {
  height: 40px;
  width: 33.33%;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #f4f4f4;
  margin: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
}

.cont-voucher .cont-inputs input::placeholder {
  font-size: 14px;
  color: #f7f7f7;
}

.reserva-banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 250px;
  margin-top: 70px;
  background: url("/fanbag/img/texturas/general.png") center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reserva-banner h2 {
  /* line-height: 40px; */
  color: #606060;
}

.reserva-banner h3 {
  margin-top: 5px;
  color: #01a2dc;
}

.reserva-banner h5 {
  font-size: 14px;
  font-weight: 600;

  box-sizing: border-box;
  padding: 8px 16px 6px 16px;
  border-radius: 25px;
  border: 1px solid #f2f2f2;
  background-color: #fff;

  margin-top: 15px;
}

.cont-ingdatos {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  background-color: #f2f2f2;

  align-items: stretch;
}

.padd-val {
  margin-top: 70px;
}

.padd-ingdatos {
  margin-top: 0;
}

.cont-ingdatos .col-ingdatos {
  width: 50%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cont-ingdatos .col-ingdatos .cambioExp {
  position: relative;
  width: 100%;

  box-sizing: border-box;
  padding-top: 10px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cont-ingdatos .col-ingdatos a {
  border-bottom: 1px solid #00aad2;
}

.cont-ingdatos .col-ingdatos h3, .cont-ingdatos .col-ingdatos h4 {
  margin-bottom: 15px;
}

.cont-ingdatos .col-ingdatos .cont-exp {
  width: 100%;
  max-width: calc(600px - 30px);
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.cont-ingdatos .col-ingdatos .cont-exp img {
  height: 14px;
  width: auto;
  margin-bottom: -2px;
}

.cont-ingdatos .col-ingdatos .cont-exp h5 {
  margin: 5px 0;
}

.cont-ingdatos .col-ingdatos .cont-exp ul li {
  list-style: initial;
  list-style-type: disc;
  margin-left: 40px;
}

.cont-ingdatos .col-ingdatos .cont-exp .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-ingdatos .col-ingdatos .cont-exp .offmobile-flex {
  display: flex;
}

.cont-ingdatos .col-ingdatos .cont-exp .onmobile-flex {
  display: none;
}

.cont-ingdatos .col-ingdatos .cont-exp .img img {
  width: 100%;
  height: auto;
}

.cont-ingdatos .col-ingdatos .cont-datos {
  width: 100%;
  max-width: calc(600px - 30px);
  /* height: 100%; */
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.cont-ingdatos .col-ingdatos .cont-datos a {
  /* margin-left: 5px; */
  margin-top: 10px;
  font-size: 12px;
  /* border-bottom: 1px solid #00aad2; */
}

.cont-ingdatos .col-ingdatos .cont-datos .cuerpo-iniciosesion .links-iniciosesion a {
  margin: 0;
  border-bottom: 0;
}


/* .cont-ingdatos .col-ingdatos .cont-datos label {
  margin: 5px 0;
  color: #606060;
} */

.cont-ingdatos .col-ingdatos .cont-datos label img {
  height: 14px;
  width: auto;
  margin-bottom: -3px;
  margin-right: 3px;
}

.cont-ingdatos .col-ingdatos .cont-datos .grid-inputs {
    display: flex;
    flex-direction: row;
  }

  .cont-ingdatos .col-ingdatos .cont-datos .confdatos {
      display: flex;
      flex-direction: column;
  }


.cont-ingdatos .col-ingdatos .links {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-ingdatos .col-ingdatos .links .offmobile-flex {
  display: flex;
}

.cont-ingdatos .col-ingdatos .links .onmobile-flex {
  display: none;
}

.cont-ingdatos .colright {
  padding-right: 0;
  padding-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.cont-ingdatos .colright form {
  width: 100%;
}

.cont-pasos {
  background-color: #ffffff;
}

.cont-pasos .sec-pasos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cont-pasos .sec-pasos .cont-box {
  width: 100%;
  height: auto;
  margin: 40px 0 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cont-pasos .sec-pasos .cont-box .box {
  position: relative;
  width: 33.33%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cont-pasos .sec-pasos .cont-box .box-wide {
  width: 66.66%;
}

.cont-pasos .sec-pasos .cont-box .box img {
  width: auto;
  height: 140px;
  padding: 15px;
}

.cont-pasos .sec-pasos .cont-box .box h4 {
  text-align: center;
}

.cont-pasos .sec-pasos .cont-box .box h3 {
  margin: 8px;
}

.cont-pasos .sec-pasos .cont-box .box p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #a0a0a0;
  max-width: 350px;
  text-align: center;
}

.cont-pasos .sec-pasos .cont-box .box a {
  margin-top: 6px;
}

.cont-pasos .sec-pasos .cont-box .box a[class*="negrita"] {
  font-size: 16px;
}

.cont-pasos .sec-pasos .cont-box .box-wide .box-col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.cont-pasos .sec-pasos .cont-box .box-wide p {
  max-width: 700px;
  margin: 0 15px;
}

.cont-reservagracias {
  background-color: #ffffff;
}

.cont-reservagracias .sec-reservagracias {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cont-reservagracias .sec-reservagracias .cont-box {
  width: 100%;
  height: auto;
  margin: 40px 0 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cont-reservagracias .sec-reservagracias .cont-box .box {
  position: relative;
  width: 33.33%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cont-reservagracias .sec-reservagracias .cont-box .box img {
  padding: 15px;
  width: auto;
  height: 100px;
}

.cont-reservagracias .sec-reservagracias .cont-box .box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: #a0a0a0;
  max-width: 350px;
  text-align: center;
}

.detexp-sec .detexp-right .right-cont .det-box .info .days-before p {
  font-family: 'Poppins',sans-serif;
  color: #606060;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 0;

  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.detexp-sec .detexp-right .right-cont .det-box .info .days-before p img {
  height: 13px;
  width: auto;
  margin-right: 5px;
  margin-top: -3px;
}

.cont-valoration {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: stretch;

  margin: 15px 0;
}

.cont-valoration .box {
  position: relative;
  width: 20%;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;

  box-sizing: border-box;
  padding: 10px;

  cursor: pointer;


  background-color: #fff;
  border-radius: 5px;
  /* border: 2px solid rgba(0, 0, 0, 0); */
  opacity: .5;
  transition: all .4s ease-in-out;
}

.cont-valoration .box:hover {
  background-color: #f7f7f7;
  /* border: 2px solid rgba(0, 0, 0, 0.05); */
  opacity: 1;
  transition: all .4s ease-in-out;
}

.cont-valoration .box-active {


  box-sizing: border-box;
  padding: 10px;

  cursor: pointer;


  background-color: #f9f9f9;
  border-radius: 5px;
  /* border: 2px solid rgba(0, 0, 0, 0); */
  opacity: 1;
  transition: all .4s ease-in-out;
}

.cont-valoration .box img {
  margin: 10px;
}

.cont-valoration .box h5 {
  font-size: 13px;
  text-align: center;
}

.mensaje-sec .mensaje-cont .info h4 span[class*="descuento"] {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 2px solid #fff;
}

.mensaje-sec .mensaje-cont .info h4 span[class*="codigo"] {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #01a2dc;

  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px 10px;
}

@media only screen and (max-width: 481px){


  #modalCovid {
    height: auto;
  }

    #modalCovid .modalContainer {
        width: 100%;

    }

      #modalCovid .modalContainer .Reservabox {
        display: flex;
        flex-direction: column;
      }

          #modalCovid .modalContainer .Reservabox div p {
              width: 90%;
              margin: 0 auto;
              line-height: 20px;
              padding-bottom: 12px;
          }


  .grid-inputs .fullrow {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: flex-start;
  }

    .cont-ingdatos .col-ingdatos .cont-datos a {
        margin-left: 0px;
    }
}
