@charset "UTF-8";

@font-face {
  font-family: 'nobelbold';
  src: url('nobel-bold-webfont.woff2') format('woff2'),
       url('nobel-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'hindbold';
  src: url('hind-bold-webfont.woff2') format('woff2'),
       url('hind-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'hindregular';
  src: url('hind-regular-webfont.woff2') format('woff2'),
       url('hind-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Colores Primarios */
/* Base */
* {
  font-family: 'hindregular', 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: 'hindregular', sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  text-align: center;
}

h1 {
  font-size: 38px;
  line-height: 48px;
  color: #75BF9A;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-family: 'nobelbold';
}

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

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

h4 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #5F545C;
    font-weight: 700;
    font-family: 'nobelbold';
}

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

}

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

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

a {
  color: #DC0032;
  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;
}

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: 'hindbold', 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: #75BF9A; 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75BF9A', endColorstr='#75BF9A',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: #75BF9A; 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75BF9A', endColorstr='#75BF9A',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: 15px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
}

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

button:disabled,
button[disabled]{
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #a9a9a9;
  min-width: 170px;
  padding: 15px 25px;
  border-radius: 0px;
  text-align: center;
  margin-left: 10px;
  background-color: #efefef;
  border-radius: 25px;
  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: #ffffff;
  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: 155px;
    margin: 15px;
}

.sec-gral .cont-titulo {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 50px 20px;
  background-color: #ffffff; 
  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;

}

.sec-gral .cont-voucher {
  width: 100%;
  height: auto;
  /*max-width: 1200px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 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: 120px 20px;
  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/bg1.jpg);
  background-position: center center;
  background-size: cover;
}


.cont-voucher__img {
  position: absolute;
  top: 0;
  transform: translate(0px, -50%);
  width: 100%;
}

.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;
}

.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;
}

.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 35px 0px;
}

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

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

.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;
}

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

.sec-gral .cont-box h5 {
  font-weight: 300;
}

.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 5px 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;
    border-radius: 60px;
    /*box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);*/
    transition: all .2s ease-in-out;
    transform: scale(0.8);
}

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

.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: #75BF9A;
  margin-top: 10px;
}

.show {
  display: inline;
}

.hide {
  display: none;
}

/* Desktop / Laptop */
/* Tablets */
@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: 30px;
    line-height: 38px;
  }


  h4 {
    font-size: 22px;
    line-height: 26px;
  }
}

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

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

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

  /* Nuevo css */
  .sec-gral .cont-top img {
    height: 115px;
  }

  .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: 50px 20px;
  }

  .sec-gral .cont-titulo {
    padding: 0px 20px 40px 20px;
  }

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

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

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

  /****/

  .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%;
  }
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 21px;
    line-height: 25px;
  }

.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 20px 60px 20px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}


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

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

}

/* Fin */
