@charset "utf-8";
/* CSS Document */
/**************************************************/
/* importo las fuentes*/
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  /* font-display:block;*/
  src: url(fonts/fa-solid-900.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Black.ttf") format("truetype");
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}

body {
  background-color: #FFF;
}

body {
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-weight: normal
}

.titulo {
  color: #FFF;
  font-size: x-large;
  font-weight: bold;
}

.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0;
}

.box {
  background-color: rgb(0 0 0 / 0.7);
  backdrop-filter: blur(10px);
  height: 100vh;
  width: 33%;
  margin-right: 0;
  float: right;
  padding: 4%;
}

button, fieldset, input, legend, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
}

input {
  padding: 10px 0;
  color: #B7B7B7;
  font-size: 21px;
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-weight: lighter;
  border-bottom: solid 1px #B7B7B7;
  width: 80%;
}

form input:focus {
  padding: 10px 0;
  color: #B7B7B7;
  font-size: 21px;
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-weight: lighter;
  border-bottom: solid 1px #FFF;
  background-color: transparent;
  width: 80%;
}

input:-webkit-autofill {
  -webkit-background-color: transparent;
}

  input:-webkit-autofill:focus {
    -webkit-background-color: transparent;
  }

form input:autofill {
  background-color: transparent;
  -webkit-background-color: transparent;
  -moz-background-color: transparent;
}

  form input:autofill:focus {
    background-color: transparent;
    -webkit-background-color: transparent;
    -moz-background-color: transparent;
  }

.texto-usuario {
  color: #969696;
  font-size: 30px;
  vertical-align: middle;
}

.texto-web {
  color: #000;
  font-size: 14px;
  vertical-align: middle;
  padding: 0 5px;
}

.menu {
  background-color: #000;
  color: #FFF;
  font-size: 38px;
  padding: 20px 0;
}

.faq {
  background-color: #b3b3b3;
  padding: 20px 0;
  color: #000;
  font-size: 38px;
}

.logo-login{
    max-width:100%;
    max-height: 100%;
}

.login-title{
    font-size: 3rem;
}

.scaled {
  transform: scale(0.8);
}

.cardimg {
  position: relative;
  height: auto;
}

  .cardimg .img-top {
    display: none;
  }

  .cardimg:hover .img-top {
    display: inline;
    cursor: pointer
  }

  .cardimg:hover .img-bot {
    display: none;
  }

  .cardimg.selected .img-top {
    display: inline;
    cursor: pointer
  }

  .cardimg.selected .img-bot {
    display: none;
  }

form span {
  color: #B7B7B7;
  font-size: 41px;
  font-family: "Lato", Arial, Verdana, sans-serif;
}

.boton-login {
  width: 80%;
  color: #FFF;
  background-color: #DD4573;
  border: none;
  font-family: "Lato", Arial, Verdana, sans-serif;
  font-size: x-large;
  padding: 10px;
}

.card {
  background-color: transparent !important;
  border: none !important;
}

.accordion .card .card-header-int {
  color: #000000;
  word-wrap: break-word;
  padding-top: 1rem;
  padding-right: 2rem;
  ;
  font-family: 'Lato', sans-serif;
  text-align: left;
  font-size: 19px;
  border: none;
  border-radius: 0px !important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25) !important;
  background: none;
}

.accordion span {
  margin-right: 45px;
}

.accordion-int .card.open .card-header-int {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25) !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.accordion .card .card-header {
  color: #000000;
  word-wrap: break-word;
  padding: 1rem 0px;
  font-family: 'Lato', sans-serif;
  /*text-align: center;*/
  background-color: transparent !important;
  font-size: 19px;
  border: none;
  border-radius: 0px !important;
  border-bottom: solid 1px #000;
}

.accordion .card .card-header-res {
  color: #000000;
  word-wrap: break-word;
  padding: 1rem 0px;
  font-family: 'Lato', sans-serif;
  /*text-align: center;*/
  font-size: 19px;
  border: none;
  border-radius: 0px !important;
  border-bottom: solid 1px #000 !important;
}

.accordion .card .card-body {
  color: #000000;
  word-wrap: break-word;
  padding: 1rem 0px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  /*text-align: center;*/
  font-size: 19px;
}

.logo-footer {
  right: 10px;
}

.footer {
  padding: 50px 0;
}

.top-faq .accordion .card.open .card-header {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 1px solid #FFFFFF !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.collapsible .card .card-header i, .accordion .card .card-header i {
  margin-right: 0rem !important;
}

.card {
  background-color: transparent;
}

.top-faq .collapse-title {
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: normal;
}

.collapse-title {
  -webkit-text-fill-color: #000000 !important;
  font-weight: normal;
}

.accordion .card.open {
  box-shadow: none !important;
  border-radius: none;
}

.titulo-top {
  color: #FFFFFF;
  word-wrap: break-word;
  font-family: 'Lato', sans-serif;
  text-align: center;
  -webkit-text-fill-color: #FFFFFF;
  font-size: 22px;
}

.top-faq .accordion .card .card-header {
  color: #000000;
  word-wrap: break-word;
  padding: 1rem 0px;
  font-family: 'Lato', sans-serif;
  /*text-align: center;*/
  -webkit-text-fill-color: #FFFFFF;
  font-size: 19px;
  border: none;
  border-radius: 0px !important;
  border-bottom: solid 1px #FFFFFF;
}

.lupa-icon::before {
  position: absolute;
  top: 68%;
  right: 15px;
  font-family: 'boxicons';
  content: '\eb54';
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  font-size: 2.7rem;
  font-weight: 600;
}

.container {
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}

.collapse-title-int {
  -webkit-text-fill-color: #ff3f72 !important;
}

.collapse-icon-int.accordion-icon-rotate [aria-expanded="true"]::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.centered-element {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top-faq .collapse-icon [data-toggle="collapse"]::before {
  position: absolute;
  top: 26%;
  right: 20px;
  font-family: 'boxicons';
  content: '\eb21';
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  font-size: 1.2rem;
  font-weight: 600;
}

.accordion .card.open .card-header {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.card.open-home {
  border-bottom: 1px solid #000 !important;
}

.main-wrapper-content {
  width: 90%;
  margin: 0 auto;
}

.texto-contacto {
  padding: 20px 0;
  text-align: left;
  font-size: 17px;
}

.menu-responsive {
  height: 80px;
  width: auto;
}

@media (min-width: 1800px) {
  .menu-responsive {
    height: 100px;
    width: auto;
  }
}

.collapse-icon-int [data-toggle="collapse"]::before {
  position: absolute;
  top: 26%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  -webkit-text-fill-color: #000000;
}

.collapse-icon-int [data-toggle="collapse"]::after {
  position: absolute;
  top: 26%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  -webkit-text-fill-color: #000000;
}

.carousel .carousel-inner {
  border-radius: 0;
}

.top {
  border-bottom: solid 8px #DD4573;
}

.bloque_titulos {
  height: 200px;
  font-size: 76px;
  color: #FFF;
  text-align: center;
}

  .bloque_titulos div img {
    margin: 0 20px;
  }

.bloque_contenido {
  padding: 40px;
  width: 100%;
  margin: 60px auto;
}

.bloque_descripcion {
  width: 100%;
  margin: 40px 0;
}

.texto-descripcion {
  font-size: 19px;
  padding: 0 50px;
}

.titulos-descripcion {
  font-size: 26px;
  font-weight: bold;
}

.bloque_perfil {
  width: 100%;
  padding: 60px 0px;
  font-size: 26px;
  color: #FFF;
}

.bloque_perfil_info {
  width: 100%;
  background-color: #000;
  height: 354px;
  margin-top: -335px;
}

.bloque_perfil img {
  width: 300px;
  border: solid 10px #FFF;
}

.perfil-nombre {
  color: #DD4573;
  font-size: 32px;
  font-weight: bold;
  padding-top: 100px;
  display: inline-block;
}

.perfil-email {
  color: #000;
}

.perfil-saldo {
  border: 1px solid #FFF;
  padding: 3px 10px;
}

.perfil-separador {
  background-color: #DD4573;
  height: 20px;
  width: 100px;
  margin: 30px 0;
}

.bloque_descripcion img {
  width: 100%;
}

.bloque_contenido img {
  width: 150px;
  height: 150px;
  -webkit-box-shadow: -8px 8px 0px 0px rgba(128, 128, 128, 0.25);
  -moz-box-shadow: -8px 8px 0px 0px rgba(128, 128, 128, 0.25);
  box-shadow: -8px 8px 0px 0px rgba(128, 128, 128, 0.25);
  float: right;
  margin-right: 20px;
}

.boton_vermas {
  position: absolute;
  background-color: #6F1E82;
  /*padding:5px 10px;*/
  bottom: 20px;
  width: 200px;
  margin-left: -45px;
  font-size: 26px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}

  .boton_vermas a {
    text-decoration: none;
    color: #FFF;
    width: 100%;
    display: block;
  }

.boton_vermas_cat01 {
  background-color: #6F1E82;
}

.boton_vermas_cat02 {
  background-color: #F9A100;
}

.boton_vermas_cat03 {
  background-color: #37B9CF;
}

.boton_vermas_cat04 {
  background-color: #005EA1;
}

.boton_vermas_cat05 {
  background-color: #E40033;
}

.boton_vermas_cat06 {
  background-color: #00A76B;
}

.boton_vermas_cat07 {
  background-color: #9B90C4;
}

.beneficio {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  padding-top: 16px;
}

.fila_beneficios {
  padding: 25px 0;
}

.bloque_volver {
  width: 500px;
  background-color: #e6e6e6;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  font-weight: lighter;
}

.bloque_volver_chico {
  width: 130px;
  background-color: #e6e6e6;
  margin: 0 auto;
  text-align: center;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: lighter;
}

.bloque_home_chico {
  width: 130px;
  background-color: #e6e6e6;
  margin: 0 auto;
  text-align: center;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: lighter;
}

.bloque_volver img {
  margin: 8px;
  width: 60px;
  height: auto;
}

.bloque_subtitulo {
  color: #FFF;
  background-color: #000;
  display: inline-block;
  padding: 60px 35px 20px 35px;
  font-size: 34px;
  font-weight: bolder;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .menu {
    background-color: #000;
    color: #FFF;
    font-size: 22px;
    padding: 20px 20px;
  }

  .contenedor {
    width: 100% !important;
  }

  .logo_club {
    width: 160px !important
  }

  .icono_perfil {
    width: 30px !important
  }

  .texto-usuario {
    font-size: 16px !important
  }

  .main-wrapper-content .col {
    flex: 100%;
    text-align: left !important
  }

  .faq {
    font-size: 22px;
  }

  .texto-contacto {
    padding: 20px 0;
    text-align: left;
    font-size: 12px;
  }

  .scaled {
    transform: scale(1);
  }

  .col-auto {
    flex: 0 0 auto;
    width: 100%;
    margin: 20px auto !important;
  }

  .bloque_titulos {
    font-size: 27px;
  }

    .bloque_titulos div img {
      width: 70px;
      height: auto;
      margin: 0;
    }

  .boton_vermas {
    position: relative;
    background-color: #6F1E82;
    padding: 5px 10px;
    bottom: 0px;
    width: 200px;
    margin-left: 0px;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    font-weight: normal;
  }

  .bloque_contenido img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: -8px 8px 0px 0px rgba(128, 128, 128, 0.25);
    -moz-box-shadow: -8px 8px 0px 0px rgba(128, 128, 128, 0.25);
    box-shadow: -8px 8px 0px 0px rgba(128, 128, 128, 0.25);
    float: right;
    margin-right: 0px;
  }

  .bloque_contenido .col {
    flex: 100%;
  }

  .item {
    margin-bottom: 100px;
  }

  .beneficio {
    font-size: 27px;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
  }

  .bloque_volver {
    width: auto;
    background-color: #e6e6e6;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-size: 22px;
    font-weight: lighter;
  }

  .fila_beneficios {
    padding: 0
  }

  .bloque_titulos {
    height: 100px
  }

  .bloque_perfil {
    width: 100%;
    padding: 60px 40px;
    font-size: 22px;
    color: #FFF;
  }

  .perfil-nombre {
    font-size: 26px;
    padding-top: 30px;
  }

  .bloque_subtitulo {
    color: #FFF;
    background-color: #000;
    display: inline-block;
    padding: 20px 35px 20px 35px;
    font-size: 27px;
    font-weight: bolder;
    text-align: center;
    margin: 0 auto;
  }

  .bloque_descripcion {
    margin-top: 0px
  }

  .texto-descripcion {
    font-size: 19px;
    padding: 20px 50px;
  }

  .box {
    width: 100%;
    height: 100vh;
    float: none;
    padding: 20px;
  }

  .titulo {
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
  }

  body {
    user-select: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .box img {
    width: 180px
  }

  form span {
    color: #B7B7B7;
    font-size: 21px;
    font-family: "Lato", Arial, Verdana, sans-serif;
  }

  input {
    font-size: 16px;
  }


}

@media (max-width: 1400px) {
  .login-title {
    font-size: 2rem !important;
  }
}

@media (max-width: 980px) {
  .titulo {
    font-size: 1rem !important;
  }
}
