h1, h2, h3, h4, h5, h6, strong, b {
  font-family: 'Nunito-Bold';
  font-weight: 400;
}
main {
  margin: auto;
  max-width: 400px;
  font-family: 'Nunito-Regular';
}
.volver {
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.caja_volver {
  font-family: 'Nunito-Bold';
  font-weight: 400;
}
.volver a {
  color: #122e43;
  max-width: 1280px;
  margin: auto;
}


.newDrawerBeneficios {
  width: 100%;
  max-width: 400px;
  top: 0;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 40px;
}

/* Inicio Secciones / Contenedores */

.newDrawerBeneficios .drawer-header {
  width: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
}

.newDrawerBeneficios .drawer-header img {
  width: 100%;
}

.newDrawerBeneficios .drawer-header-prev {
  width: 100%;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.newDrawerBeneficios .drawer-line-box {
  width: 340px;
  padding: 20px;
  border: 1px solid #aaa;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
}

.newDrawerBeneficios .drawer-line-box .text-rainbow {
  font-weight: 900;
  font-size: 16px;
}

.newDrawerBeneficios .drawer-dcto {
  width: 100%;
  min-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}


.newDrawerBeneficios .drawer-header img {
  width: 100%;
}

.newDrawerBeneficios .drawer-header img.logo {
  width: auto;
  margin-bottom: 20px;
}


.newDrawerBeneficios h1,
.newDrawerBeneficios h2,
.newDrawerBeneficios h3,
.newDrawerBeneficios h4,
.newDrawerBeneficios h5,
.newDrawerBeneficios h6, 
.newDrawerBeneficios p {
  margin: 0;
  text-align: center;
}

a, button {
  text-decoration: none;
  cursor: pointer;
}

a {
  width: auto;
  display: block;
}

.text-rainbow {
  color: #6e137e;
  background: -webkit-linear-gradient(240deg, rgba(255,132,0,1) 0%, rgba(180,0,140,1) 50%, rgba(0,90,229,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.back-rainbow {
  background: rgb(255,132,0);
  background: -moz-linear-gradient(210deg, rgba(255,132,0,1) 0%, rgba(180,0,140,1) 50%, rgba(0,90,229,1) 100%);
  background: -webkit-linear-gradient(240deg, rgba(255,132,0,1) 0%, rgba(180,0,140,1) 50%, rgba(0,90,229,1) 100%);
  background: linear-gradient(240deg, rgba(255,132,0,1) 0%, rgba(180,0,140,1) 50%, rgba(0,90,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8400",endColorstr="#1EE4FF",GradientType=1);
  padding: 20px;
  width: 100%;
  max-width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
}

ul.blue-list {
  color: #426b96;
  font-weight: 600;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.drawer-dcto-val {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.drawer-dcto-val p {
  width: auto;
  min-width: 260px;
  text-align: left;
  font-weight: 800;
  font-size: 28px;
}

.dcto-val {
  font-weight: 900;
  font-size: 120px;
  line-height: 110px;
}

.dcto-porc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-self: center;

}

.dcto-porc .porc {
  font-size: 70px;
  font-weight: 800;
  line-height: 60px;
}

.dcto-porc .dcto {
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.drawer-dcto-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

.drawer-dcto-detail .back-rainbow {
  padding: 6px 20px;
  width: auto;
  min-width: 220px;
  font-size: 22px;
  color: white;
  font-weight: 700;
  margin-top: -15px;
  border-radius: 40px;
  line-height: 20px;
}

.title {
  font-weight: 900;
}

.drawer-consejos {
  background-color: white;
  padding: 20px;
  padding-top: 12px;
  position: relative;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  min-width: 300px;
  max-width: 340px;
  min-height: 300px;
  overflow: hidden;
}

.drawer-consejos .back-rainbow {
  position: absolute;
  top: 0;
  left: 0;
  height: 160px;
  clip-path: circle(120% at 50% -105%);
  padding: 0;
  z-index: 9;
}

.consejos-header {
  z-index: 99;
  color: white;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.consejos-header {
  z-index: 99;
  color: white;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.consejos-header img {
  width: 260px;
  margin-bottom: 45px;
}

.consejos-header h3 {
  text-align: left;
  font-size: 32px;
  font-weight: 800;
  margin-top: 24px;
  line-height: 32px;
}

.consejos-body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 300px;
}

.consejos-body h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 900;
}

.consejos-body a {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

a .btn-consejos {
  background-color: #fb7400;
  font-weight: 700;
  color: white;
  border: none;
  padding: 12px 70px;
  margin: 16px 0;
  border-radius: 28px;
  font-size: 22px;
  cursor: pointer;
}

a .btn-cta {
  background-color: #fb7400;
  font-weight: 700;
  color: white;
  border: none;
  padding: 12px 70px;
  margin: 16px 0;
  border-radius: 28px;
  font-size: 22px;
  cursor: pointer;
}

.drawer-d-simple {
  width: 340px;
}

.drawer-d-simple-title {
  font-weight: 900;
  font-size: 28px;
}

.d-simple-icon-container {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  margin-top: 20px;
}

.d-simple-icon-rainbow  {
  padding: 3px;
  border-radius: 60px;
  height: 80px;
  width: 80px;
}

.d-simple-icon-white {
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.d-simple-icon p {
  color: #222d4c;
  font-weight: 800;
  line-height: 16px;
  margin-top: 12px;
  font-size: 14px;
}

.btn-d-simple {
  border-radius: 50px;
  padding: 8px 32px;
  font-size: 24px;
  color: white;
  font-weight: 700;
  width: 250px;
  border: none;
  margin-top: 32px;
}

.btn-d-simple button {
  border-radius: 50px;
  padding: 0;
  font-size: 20px;
  color: white;
  background-color:  rgba(0, 0, 0, 0);
  font-weight: 700;
  width: 100%;
  border: none;
}

.drawer-app-download {
  width: 100%;
  max-width: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.drawer-app-download h4 {
  font-weight: 900;
  font-size: 16px;
  width: 50%;
  text-align: left;
}

.drawer-app-download .icons-container {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.drawer-app-download .icons-container > img {
  width: 25%;
}

.apps-container {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.apps-container p {
  font-size: 8px;
  font-weight: 900;
  margin-bottom: 4px;
  text-align: left;
  width: 100%;
}

.apps-icon-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.apps-icon-container a {
  width: 48%;
}

.apps-icon-container img{
  width: 100%;
}

.line-rainbow {
  padding: 0;
  max-width: 370px;
  height: 2px;
  margin: 0;
  opacity: 0.3;
  width: 100%;
  padding: 1px;
  background: rgb(255,132,0);
  background: -moz-linear-gradient(210deg, rgba(255,132,0,1) 0%, rgba(180,0,140,1) 50%, rgba(0,90,229,1) 100%);
  background: -webkit-linear-gradient(240deg, rgba(255,132,0,1) 0%, rgba(180,0,140,1) 50%, rgba(0,90,229,1) 100%);
  background: linear-gradient(240deg, rgba(255,132,0,1) 0%, rgba(180,0,140,1) 50%, rgba(0,90,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8400",endColorstr="#1EE4FF",GradientType=1);
}

.drawer-legal {
  max-width: 370px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.drawer-legal .tarjetas-legal {
  width: 30%;
}

.drawer-legal .logo_puntos {
  width: 15%;
}

.drawer-legal h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
}

p.legal-text {
  width: 100%;
  max-width: 370px;
  text-align: justify;
  padding-bottom: 40px;
  font-size: 14px;
  margin-top: 40px;
}

.drawer-title {
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  max-width: 340px;
}

.drawer-dcto-bajada {
  font-size: 14px;
}

.drawer-dcto .tarjeta {
  width: 200px;
}

.normal {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.x-bold {
  font-weight: 900;
}

.drawer-line-box-text {
  color: #436d96;
  font-size: 14px;
}

div.drawer-dcto-detail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

.btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn-container a .cta-btn {
  background-color: #fb7400;
  border: none;
  color: white;
  font-weight: 700;
  padding: 4px 40px;
  font-size: 18px;
  border-radius: 20px;
}

.drawer-legal {
  position: relative !important;
  background-color: rgba(0, 0, 0, 0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
}
