@charset "UTF-8";

@font-face {
    font-family: 'Instrument Sans';
    src: url('fonts/InstrumentSans-VariableFontwdthwght.eot');
    src: url('fonts/InstrumentSans-VariableFontwdthwght.eot?#iefix') format('embedded-opentype'),
         url('fonts/InstrumentSans-VariableFontwdthwght.woff2') format('woff2'),
         url('fonts/InstrumentSans-VariableFontwdthwght.woff') format('woff'),
         url('fonts/InstrumentSans-VariableFontwdthwght.ttf')  format('truetype'),
         url('fonts/InstrumentSans-VariableFontwdthwght.svg#Instrument Sans') format('svg');
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Regular.woff2') format('woff2'),
         url('fonts/Montserrat-Regular.woff') format('woff'),
         url('fonts/Montserrat-Regular.ttf')  format('truetype'),
         url('fonts/Montserrat-Regular.svg#Montserrat') format('svg');
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Medium.woff2') format('woff2'),
         url('fonts/Montserrat-Medium.woff') format('woff'),
         url('fonts/Montserrat-Medium.ttf')  format('truetype'),
         url('fonts/Montserrat-Medium.svg#Montserrat Medium') format('svg');
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montserrat-Bold.woff2') format('woff2'),
         url('fonts/Montserrat-Bold.woff') format('woff'),
         url('fonts/Montserrat-Bold.ttf')  format('truetype'),
         url('fonts/Montserrat-Bold.svg#Montserrat') format('svg');
}



/* Colores Primarios */
/* Base */
* {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  color: gray;
  border: 0px;
}

* ::-moz-selection {
  background-color: #b9b9b9;
  color: #ffffff;
}

* ::selection {
  background-color: #b9b9b9;
  color: #ffffff;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: #FFFFFF;
}

/* Encabezados, Párrafos, Hipervínculos */
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  text-align: center;
}

h1 {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 500;
  font-family: 'Instrument Sans';
}

h2 {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}

h3 {
  font-size: 24px;
  line-height: 27px;
  color: #ffffff;
}

h4 {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0.4px;
    color: #5F545C;
    font-weight: 700;
    font-family: 'Instrument Sans';
}

h5 {
  font-size: 16px;
  line-height: 22px;
  color: #434040;
  font-weight: 700;

}

p, span {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 14px;
  font-weight: 400;
  color: #434040;
  font-weight: 700;
}

a {
  color: #d40128;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.texto-label{
    margin-right: 0px;
    font-size: 20px;
}

a:hover {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  margin: 2px 0;
}

.bold {
  font-weight: 600;
}

/* Inputs */
* :focus {
  outline: none;
}

input, select {
  padding: 0;
  margin: 0;
}

/* Boton */
.btn-reserva {
  font-family: 'Montserrat Medium', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #ffffff;
  cursor: pointer;
  min-width: 170px;
  padding: 15px 25px;
  border-radius: 0px;
  text-align: center;
  margin-top: 0px;
 background-color: #FF9713; 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197675', endColorstr='#197675',GradientType=1 ); /* IE6-9 */
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 25px;
}

.btn-reserva:hover {
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-reserva-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #ffffff;
  cursor: pointer;
  min-width: 170px;
  padding: 15px 25px;
  border-radius: 0px;
  text-align: center;
  margin-left: 0px;
  background-color: #FF9713; 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197675', endColorstr='#197675',GradientType=1 ); /* IE6-9 */
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 25px;
}

.btn-reserva-2:hover {
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-ayuda {
  margin-top: 35px;
  padding: 6px 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
}

.btn-ayuda a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
}

button {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #ffffff;
  min-width: 170px;
  padding: 15px 25px;
  text-align: center;
  margin-left: 0px;
  background-color: #FF9713;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

button:hover {
  background-color: #db810b;
}

button:disabled,
button[disabled]{
  color: #a9a9a9;
  background-color: #efefef;
  opacity: 0.9;
}






/* Seccion General */
.sec-gral {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-gral .cont-top {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background-color: transparent;
  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;
}

.sec-gral .cont-top img {
    width: auto;
    height: 70px;
    margin: 30px 15px 15px 15px;
}

.sec-gral .cont-titulo {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px 45px 15px;
  background-color: transparent; 
  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;
  z-index: 1;

}

.sec-gral .cont-titulo img {
    display: none;
    width: 45px;
    height: auto;
    margin-top: 5px;
}

.sec-gral .cont-voucher {
  width: 100%;
  height: auto;
  /*max-width: 1200px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 25px 100px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  background-image: url(img/bg.jpg);
  background-position: center center;
  background-size: cover;
  
}

.sec-gral .cont-voucher h5 {
  margin-bottom: 9px;
}

.sec-gral .cont-voucher-2 {
  width: 100%;
  height: auto;
  /*max-width: 1200px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 25px 100px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(img/bg.jpg);
  background-position: center center;
  background-size: cover;
}

.cont-voucher__img {
  display: none;
}

.cont-voucher__img-dos {
  position: absolute;
  bottom: 20px;
  max-height: 500px;
  width: auto;
  height: auto;
  left: 20px;
}

.cont-voucher__img-tres {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.cont-voucher__img_top1 {
  display: none;
}

.cont-voucher__img_top2 {
  display: none;
}

.sec-gral .cont-voucher-2 .voucher-info {
  width: 100%;
  height: auto;
  /*max-width: 1200px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 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: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sec-gral .cont-voucher-2 .voucher-info.--column {
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  grid-row-gap: 0px;
  padding: 20px 20px 20px 20px;
  background-color: #2200003b;
  border-radius: 10px 10px 0 0;
  z-index: 1;
  width: auto;
}

.sec-gral .cont-voucher-2 .voucher-info.--column:last-of-type {
  border-radius: 0 0 10px 10px;
}



.sec-gral .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;
  background-color: #2200003b;
  padding: 15px;
  border-radius: 10px;
  z-index: 1;
}

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

.sec-gral .cont-voucher .cont-inputs {
  width: 100%;
  max-width: 360px;
  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;
}

.sec-gral .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: 5px;
  text-align: center;
  font-size: 16px;
  color: #606060;
}


.input-dni{
  height: 45px;
  width: 100%;
  max-width: 360px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px 12px 30px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  color: #606060;
}

.input-flex {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px 0px 25px 0px;
}

.input-flex .input-dni {
  margin: 0px 0px 0px 0px;
}

.voucher {
  color: #ffffff;
  border: 1px dashed #ffffff;
  border-radius: 5px;
  padding: 12px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 20px;
    
}

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

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

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

.sec-gral .cont-pasos {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 25px 0px 25px;
  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;
  /* background-image: url(img/bg-2.jpg); */
  background-position: center bottom;
  background-size: cover;
  border-top: 3px solid #ffffff;
}

.cont-flex-row {
  display: flex;
  align-items: center;
  gap: 12px
}

.cont-flex-row img {
  height: 25px;
  width: auto;
}

.sec-gral .cont-box {
  width: 100%;
  margin-top: 30px;
  max-width: 1200px;
  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-footer {
  line-height: 0;
  background: linear-gradient(0deg,rgba(237, 221, 222, 1) 0%, rgba(255, 255, 255, 1) 90%);
}

.cont-footer img {
  width: 100%;
}

.cont-footer img.--desktop {
  display: block;
}

.cont-footer img.--mobile {
  display: none;
}

.sec-gral .cont-box h5 {
  font-weight: 500;
  font-family: 'Montserrat Medium';
}

.sec-gral .cont-box .box {
  width: 33.33%;
  height: auto;
  overflow: hidden;
}

.sec-gral .cont-box .box .box-img {
  width: 100%;
  height: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 15px 15px;
  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;
}


.sec-gral .cont-box .box .box-img img {
    width: 85px;
    height: auto;
    transition: all .2s ease-in-out;
    transform: scale(0.8);
    margin-bottom: 0px;
}

.sec-gral .cont-box .box .box-img img:hover{
    transform: scale(0.95);
}

.sec-gral .cont-box .box .box-info {
  width: 100%;
  min-height: 80px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 40px;
}

.cont-bottom {
      text-align: center;
      display: flex;
      align-items: center;
      grid-gap: 30px;
}


.sec-gral .cont-pasos .cont-bottom img:first-child {
    width: auto;
    height: 44px; 
}

.sec-gral .cont-pasos .cont-bottom img {
    width: auto;
    height: 55px;
    margin: 0px;
    display: inline-block;
    text-align: center;
 
}

.info-bottom {
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 55px 20px 70px 20px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.info-bottom p {
  font-size: 15px;
}

.sec-gral .cont-pasos .legal{
 width: 100%;
 max-width: 1000px;
 padding-top: 20px;
 margin-top: 30px;
 margin-bottom: 20px;
 padding-bottom: 5px;
}

  .sec-gral .cont-pasos .legal h4{
   font-size: 14px;
   color: gray;
   padding-bottom: 10px;
  }

  .sec-gral .cont-pasos .legal h5{
   font-size: 14px;
   color: gray;
   font-weight: 300;
  }
  .sec-gral .cont-pasos .legal h5:last-child{
    padding-top: 10px;
  }

    .sec-gral .cont-pasos .legal h5 span{
     font-weight: 800;
     color: #e94b53;
    }

/* Random */
.linea {
  width: 60px;
  height: 3px;
  background-color: #ff9713;
  margin-top: 10px;
}

.show {
  display: inline;
}

.hide {
  display: none;
}

/* Desktop / Laptop */
/* Tablets */

@media(max-width: 1400px) {
  .cont-voucher__img-dos {
    max-height: 450px;
  }
}

@media (max-width: 1180px) {
  .cont-voucher__img-dos {
      top: auto;
      transform: none;
      max-height: 400px;
      left: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .sec-gral .cont-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec-gral .cont-box .box {
    width: 100%;
  }
  h1 {
      font-size: 25px;
      line-height: 31px;
  }

  h4 {
      font-size: 21.5px;
      line-height: 24.5px;
  }

  h5 {
    max-width: 100%;
    font-size: 15px;
  }

  .info-bottom p { 
    font-size: 14px;
  }

  .cont-footer img.--desktop {
    display: none;
  }

  .cont-footer img.--mobile {
    display: block;
  }
}

/* Smarthphone */
@media only screen and (min-width: 0px) and (max-width: 480px) {

  .voucher {
    padding: 10px;
    font-size: 18px;
  }

  .texto-label{
    font-size: 19px;
  }

  /* Nuevo css */
  .sec-gral .cont-top img {
    height: 55px;
    z-index: 1;
  }

  .sec-gral .cont-box .box .box-img {
    padding: 15px 15px 9px 15px;
  }

  .sec-gral .cont-box .box .box-img img {
    width: 75px;
  }

  .sec-gral .cont-voucher-2 .voucher-info {
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .sec-gral .cont-voucher-2 {
    padding: 0px 25px 50px 25px;
  }

  .sec-gral .cont-titulo {
    padding: 15px 0px 30px 0px;
    z-index: 1;
  }

  .sec-gral .cont-titulo img {
    width: 75px;
    margin-top: 10px;
    height: auto;
    display: block;
  }

  .sec-gral .cont-voucher {
    padding: 0px 25px 50px 25px;
  }

  .sec-gral .cont-pasos {
    padding-top: 50px;
  }

  .btn-ayuda {
    font-size: 13px;
  }
  
  .btn-ayuda a {
    font-size: 13px;
  }

  /****/

  .sec-gral .cont-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .sec-gral .cont-box .box {
    width: 100%;
  }

  h5 {
    max-width: 100%;
    font-size: 15px;
  }

  h1 {
    font-size: 23px;
    line-height: 28px;
  }

  h4 {
      font-size: 19.5px;
      line-height: 22.5px;
  }

  .info-bottom p { 
    font-size: 14px;
  }

.sec-gral .cont-pasos .cont-bottom img:first-child {
    width: auto;
    height: 32px;
}

.sec-gral .cont-pasos .cont-bottom img {
    width: auto;
    height: 45px;
    margin: 0px;
    display: inline-block;
    text-align: center;
}

.sec-gral .cont-pasos .legal{
 padding-top: 40px;
 padding-bottom: 5px;
}

.info-bottom {
  margin: 40px 0px 60px 0px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}


.cont-footer {
  margin-top: 20px;
}

.cont-footer img {
  width: 100%;
}

.cont-footer img.--desktop {
  display: none;
}

.cont-footer img.--mobile {
  display: block;
}


.sec-gral .cont-voucher form {
  z-index: 1;
}

.btn-reserva {
    min-width: 140px;
    padding: 15px 20px;
}

button {
    min-width: 125px;
    padding: 12px 15px;
}

.cont-voucher__img {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0px;
    max-height: 405px;
    left: -18px;
    z-index: 0;
    opacity: 0.35;
}

.cont-voucher__img-dos {
   display: none;
}

.cont-voucher__img_top1 {
  display: block;
  position: absolute;
  top: -25px;
  left: -25px;
  max-width: 110px;
}

.cont-voucher__img_top2 {
  display: block;
  position: absolute;
  top: -25px;
  right: -25px;
  max-width: 110px;
}

}

/* Fin */
