@charset "UTF-8";
/* Colores Primarios */
/* Base */
* {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #b9b9b9;
  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: 'Roboto', sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  text-align: center;
}

h1 {
  font-size: 44px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
}

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

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

h4 {
  font-size: 18px;
  line-height: 23px;
  color: #444444;
}

h5 {
  font-size: 15px;
  line-height: 20px;
  color: #444444;
  font-weight: 700;

}

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

p {
  font-size: 14px;
  font-weight: 400;
}

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

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: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  min-width: 170px;
  padding: 12px 35px;
  border-radius: 0px;
  text-align: center;
  background-color: #EB1C23;
  border: 2px solid #eb1c23;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

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

/* 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: 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;
}

.sec-gral .cont-top img {
  width: auto;
  height: 40px;
}

.sec-gral .cont-titulo {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #EB1C23;
  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: 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;
  background-image: url(img/bg-superclub.jpg);
  background-position: center center;
}

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

.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: 40px 20px;
  background-color: #eeeeee;
  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-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;
}

.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: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 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: 80px;
  height: auto;
}

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

/* Random */
.linea {
  width: 60px;
  height: 5px;
  background-color: #b9b9b9;
  margin-top: 5px;
}

.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: 36px;
    line-height: 42px;
  }
}

/* Smarthphone */
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .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%;
  }
  h5 {
    max-width: 240px;
  }
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

/* Fin */
