@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url("prumo-text.css");


@font-face {
  font-family: "WeissenhofGroteskBold";
  src: url('WeissenhofGrotesk-Bold.eot');
  src: url('WeissenhofGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
    url('WeissenhofGrotesk-Bold.woff2') format('woff2'),
    url('WeissenhofGrotesk-Bold.woff') format('woff'),
    url('WeissenhofGrotesk-Bold.ttf') format('truetype'),
    url('WeissenhofGrotesk-Bold.svg#WeissenhofGrotesk-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WeissenhofGroteskMedium";
  src: url('WeissenhofGrotesk-Medium.eot');
  src: url('WeissenhofGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
    url('WeissenhofGrotesk-Medium.woff2') format('woff2'),
    url('WeissenhofGrotesk-Medium.woff') format('woff'),
    url('WeissenhofGrotesk-Medium.ttf') format('truetype'),
    url('WeissenhofGrotesk-Medium.svg#WeissenhofGrotesk-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WeissenhofGroteskRegular";
  src: url('WeissenhofGrotesk-Regular.eot');
  src: url('WeissenhofGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    url('WeissenhofGrotesk-Regular.woff2') format('woff2'),
    url('WeissenhofGrotesk-Regular.woff') format('woff'),
    url('WeissenhofGrotesk-Regular.ttf') format('truetype'),
    url('WeissenhofGrotesk-Regular.svg#WeissenhofGrotesk-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




body {
  background: var(--darkblue);
  /* background: #141c26; */
  color: var(--white);
  padding-top: 0px;
  font-family: "WeissenhofGroteskRegular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smooth: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

b, strong {

  font-family: "WeissenhofGroteskBold", Arial, Helvetica, sans-serif;
}


:root {
  --white: #ffffff;
  --yellow: #fdb727;
  --grey: #333333;
  --darkblue: #01053f;
  --blue: #1381ff;
  --black: #000000;
  --violet: #343765;
}



button:focus {
  outline: 0;
}

.dropdown-idioma {
  cursor: pointer;
}


h1 {
  font-family: "WeissenhofGroteskRegular";
  font-size: 60px;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1;
color: var(--white);
}


h1.grad {
  background: #69EDFB;
  background: linear-gradient(to top, #69EDFB 0%, #2880E7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* h1.grad::after {
  content: "";
  position: absolute;
  top: 50%;
background: url(../img/emoji.gif);
  transform: translateY(-50%);
  width: 100px;
  height: 140px;

  margin-left: 5px;
} */


h1 span {
display: inline-block;
background: url(../img/mas.svg) no-repeat;
width: 45px;
height: 45px;
margin-right: 5px;

}

.header h1 {
  font-family: "WeissenhofGroteskRegular";
  font-size: 18px;

  text-align: left;
  line-height: 28px;
  color: var(--white);

}

.btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #80458c !important;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
  color: #fff;
  background-color: #2a949e !important;
}

/* a {
  color: #e4b9c5;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
a:hover, a:focus, a:active {
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
} */

p {
  font-family: "WeissenhofGroteskRegular";
  font-size: 18px;
  line-height: 1.3;
}

p.lead {
  font-family: "WeissenhofGroteskRegular";
  font-size: 25px;
  text-align: center;
}

p.legal {
  font-family: "WeissenhofGroteskRegular";
  font-size: 16px;
  text-align: center;
}


footer .border-top {
  border-top: 1px solid #e4b9c5;
  margin: 3rem 0;
}

.nopadding {
  padding: 0 !important;
}

.img-center {
  display: block;
  margin: 0 auto;
}


/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */

.mainlogo {
  background: url(../img/logo-cln.svg) center center no-repeat;

  width: 200px;
  height: 50px;
}


nav {
  font-size: 1.25rem;
}

nav a {
  font-size: 18px;

  letter-spacing: -1px;
  color: var(--white) !important;
  background: rgba(211, 19, 51, 0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* nav a:hover,
nav a.active {
  color: white !important;
  background: rgba(288,185,197, 1);
} */

/* nav highlight animado */
nav li {
  display: inline-block;
  position: relative;
}

.nav-link.active {
  color: #fff !important;
}


/* .navbar-nav .nav-item:not(:last-child) a {
  position: relative;
}

.navbar-nav .nav-item:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: var(--white);
  margin-left: 5px;
} */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .025rem;
      padding-left: .025rem;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-toggler {
  color: var(--white);
  border-color: rgba(0, 0, 0, 0);
  background: transparent;
  border-radius: 0;

  right: 15px;
}

.nav-link {
  padding: 0 1rem;
  margin: 0 3rem;
}


.nav-link-btn {
  align-items: center;
  width: fit-content;
  padding: 15px 20px 10px;
  margin-left: 30px;
  border-radius: 30px;
  background: rgb(0, 133, 234);
  background: linear-gradient(90deg, rgba(0, 133, 234, 1) 0%, rgba(0, 80, 222, 1) 100%);
  cursor: pointer;
  justify-content: center;
}


.title-wrapper {position: relative;
min-height: 160px;
width: 65%;
/* background-color: violet; */
display: flex;
    flex-direction: column;
    justify-content:end;
    padding-bottom: 20px;
}

.title-wrapper #emoji-t1{
  position: absolute;
  top: -20px;
  right: 7%;

  width: 150px;
  height: 180px;
}

.title-wrapper #emoji-ben{
  position: absolute;
  top: -20px;
  left: 7%;

  width: 150px;
  height: 180px;
}




.fixed-top.scrolled {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: rgba(0, 0, 0, .1);
}

.fixed-top.scrolled {
  transition: background-color 200ms linear;
}

.navbar-gradient {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background: rgb(10, 13, 29);
  background: linear-gradient(180deg, rgba(10, 13, 29, 0.8) 0%, rgba(10, 13, 29, 0.6) 20%, rgba(10, 13, 29, 0.4) 40%, rgba(10, 13, 29, 0.2) 60%, rgba(10, 13, 29, 0.1) 79%, rgba(10, 13, 29, 0) 100%);
}

.navbar-brand img {
  width: 180px;
  height: 100px;
  ;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }
}

/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */

.menu {
  margin-bottom: 15px;
  position: relative;
  z-index: 99;
}

.menu p {
  font-family: 'Gotham Medium';
  text-align: center;
  font-size: 0.75rem;
  margin: 0;
}

.menuwrapper {
  max-width: 1100px;
}




/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ Esilos de V1 === +++ === +++ === +++  */

/* BENEFICIOS */

#section-1 {
  padding: 250px 0 100px;
  background-color: #00033a;
  text-align: center;
  margin-top: -120px;
}

#section-1 h1 {
  text-align: center;
  margin-bottom: 50px;
}

.contGrilla {
  animation: fondoBeneficios 2s ease-in-out infinite;
  /* background-image: url(../img/fondo-beneficios.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% auto;
  width: 100%;
  margin: 100px 0 30px;
}

.grillaBeneficios {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 70px;
}

.colBeneficio {
  width: calc(100% / 5);
}

.iconoBeneficio {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: 10%;
}

img.logoBeneficio {
  position: absolute;
  width: 100px;
  margin-top: -20px;

}

.iconoBeneficio {
  max-height: 170px;
}

h1.detalleBeneficio {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 50px;
  color: var(--white);
}

.btnTodo {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 15px 20px 10px;
  border-radius: 30px;
  background: rgb(0,133,234);
  background: linear-gradient(90deg, rgba(0,133,234,1) 0%, rgba(0,80,222,1) 100%);
  cursor: pointer;
  justify-content: center;
}


.pc .btnTodo p {
  color: #fff;
  text-align: center;
  font-size: 20px !important;
  margin-top: -10px;
  padding: 5px 0 ;   line-height: 1.3;
}

.btnTodoOut {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 15px 20px 10px;
  border-radius: 30px;
  box-shadow: 0 0 0 2px var(--white);
  cursor: pointer;
  justify-content: center;
}

.btnTodoOut:hover img.flechaBoton {
  scale: 1.4;
  transition: all .5s ease;
}


.btnTodoOut p {
  color: #fff;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 0;
}

.pc .btnTodoOut p {
  color: #fff;
  text-align: center;
  font-size: 20px !important;
  margin-top: -10px;
  padding: 5px 0
}


.pc .emailBox input {
  font-family: "WeissenhofGroteskRegular";
  font-size: 16px;
  width: 100%;
  padding: 11px 15px 17px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
}

::placeholder {
  font-family: "WeissenhofGroteskRegular";
}

.pc ::placeholder {
  font-family: "WeissenhofGroteskRegular";
  padding-bottom: 10px;
}

.pc .bannerSeparador p.grande {
  font-size: 34px;
  margin-top: auto;
}

.pc .suscripcion p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: -10px;
  padding: 5px 0;
}


.btnTodo.center {
  margin: 0 auto;
}

.btnTodo:hover img.flechaBoton {
  scale: 1.4;
  transition: all .5s ease;
}

.btnTodo p {
  color: #fff;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 0;
}

.pc .btnTodo p {
  color: #fff;
  text-align: center;
  font-size: 20px !important;
  margin-top: -10px;
  padding: 5px 0
}





ul {
  padding: 0;
  list-style-type: none;
  line-height: 10px;
  margin-bottom: 0rem;
}

img.playStore,
img.appleStore {
  width: 140px;
  cursor: pointer;
  transition: all .7s;
  box-shadow: 0 0 0 2px #343765;
  border-radius: 5px;
  padding: 5px;
}

img.playStore:hover,
img.appleStore:hover {
  opacity: .7;
}

img.playStore {
  margin: 40px 0 10px;
}

.inputNews {
  width: 70%;
  margin-top: 100px;
}

.inputNews form {
  display: flex;
  align-items: center;
  width: 100%;
}

.emailBox {
  width: 100%;
}

.emailBox input {
  font-family: "WeissenhofGroteskRegular";
  font-size: 16px;
  width: 100%;
  padding: 13px 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
}

.pc .emailBox input {
  font-family: "WeissenhofGroteskRegular";
  font-size: 16px;
  width: 100%;
  padding: 11px 15px 17px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
}

.btnEnviar {
  height: 50px;
}


::placeholder {
  font-family: "WeissenhofGroteskRegular";
}

.pc ::placeholder {
  font-family: "WeissenhofGroteskRegular";
  padding-bottom: 10px;
}

img.lineaDivisoria {
  margin: 100px 0;
}

.menuFooter {
  text-align: left;
}

p.tituloFooter {
  font-family: "WeissenhofGroteskBold";
  color: var(--white);
  font-size: 24px;
  margin-bottom: 50px;
}

.menuFooter li {
  margin-bottom: 20px !important;
}

.menuFooter a {
  font-family: "WeissenhofGroteskRegular";
  font-size: 20px;
  color: #fff;
  transition: all .4s;
}

.menuFooter a:hover {

  text-decoration: none;
  transform: scale(1.1);
  /* Escala el elemento al 150% */
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


.menuFooter a:hover {
  color: #00acff;
}

img.flechaBoton {
  width: 20px;
  margin-left: 10px;
  margin-top: -4px;
}

.redesSociales {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.redesSocialesPad {
  padding-left: 40px;

}

img.redSocial {
  width: 45px;
}


.contieneCarousel {
  margin: 100px 0;
  width: 100%;
}

.owl-carousel {
  display: flex !important;
  flex-flow: column;
  justify-content: center;
}

.owl-carousel .item {

  background-color: #CCCCCC;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.owl-carousel .imgSlide {
  width: 60%;
  padding-left: 40px;
}

.owl-carousel .parrafoSlide {
  width: 50%;
  padding: 0 70px 0 70px;
}

.owl-carousel .parrafoSlide p {
  font-family: 'Prumo Text Book';
  font-size: 30px;
  text-align: left;
  color: var(--grey);
}

.owl-carousel .parrafoSlide span,
.owl-carousel .parrafoSlide a {

  font-family: 'Prumo Text Bold';
}

.owl-theme .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 50px);
  margin: -25px 0 0 -25px;
  top: 40%;
}

.owl-theme .owl-nav [class*='owl-'] {
  width: 50px;
  margin: 0 !important;
  padding: 0 !important;
}



.owl-dots {
  margin-top: 30px;
}









/* pastilla Suscriptores*/

.LNsuscriptores {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: url(../img/LNsusc.svg) left center var(--white) no-repeat;
  background-position: 5px;
  color: var(--grey);
  background-size: 35px;
  width: 230px;
  display: flex;
  padding: 10px 10px 10px 50px;
  border-radius: 25px;
  text-decoration: none;
  margin-bottom: 40px;
}




.fondoCard1 {
  display: flex;

  width: 100%;

  padding: 30px;
}

.fondoCard2 {
  display: flex;
  align-items: center;
  padding: 0 20px;
  padding: 0;
}


.contacto a,
.contacto p {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
}



.contacto a.numero {
  font-size: 44px;
}

.contacto .iconos {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.clubbeneficios h1 {
  font-size: 32px;
  text-align: left;
  margin-left: 10px;
}

.contacto .iconos img {
  width: 55px;
  margin-right: 5px;
}

.clubbeneficios {
  padding-top: 6rem;
  padding-bottom: 9rem;
  overflow-x: hidden;
  position: relative;

}

.clubbeneficios .misc {
position: absolute;
width: 50%;
height: 300px;
left: 48%;
bottom: 0;
  background: url(../img/misc-blue.png) left bottom no-repeat;
  background-size: contain;
}

ol#club-lista {
  list-style-position: outside;

}
ol#club-lista li {
  color: var(--white);
  line-height: 2;
  font-size: 18px;
}


.clubbeneficios .box {
  display: flex;
  position: relative;
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/club-beneficios.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 20px;
  border-radius: 10px;
  width: 100%;
  padding-bottom: 79.90%;
  /* 1086 / 800 * 100 (la imagen mide 800x1086) */
  border-radius: 30px;
}

.header-link {
  display: flex;
  position: relative;
  background-size: 100%;
  width: 100%;
  justify-content: right;
  align-items: right;
}

.header-ani {
  position: relative;
  background: url(../img/header9.png) no-repeat;
  background-size: 100%;
  width: 90%;

  padding-bottom:122.64% ;
    /* 1300 / 1060 * 100 (la imagen mide 1060x1300) */

}

#emojis {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 280px;
}

.clubbeneficios .box .marcas {
  position: absolute;
  top: -80px;
  right: -70px;
  display: flex;
  flex-direction: row;
  align-content: center;
  height: 220px;
  width: 220px;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.clubbeneficios .box .marcas .cocarda {
  background: url(../img/cocarda.svg) center center no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* animation: rotate 7s linear  3; */
}

/* @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  } */


  .padplus .cocarda2 {
    background-image: url(../img/cocarda2.svg);
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: 1;
    /* animation: rotate 7s linear 3; */
}

/* @keyframes rotate {
      0% {
        transform: translate(-50%, -50%) rotate(0deg);
      }
      100% {
        transform: translate(-50%, -50%) rotate(360deg);
      }
    } */


.botonesApp a {
  display: block;
}


.clubbeneficios .padplus {
  padding: 15px;
  position: relative;
  z-index: 99;
}

.clubbeneficios .marcas .total {
  font-family: "WeissenhofGroteskBold";
  position: absolute;
  z-index: 99;
  transform: rotate(-10deg);
  font-size: 30px;
  line-height: .85;
}

.clubbeneficios .marcas .total span {
  font-family: "WeissenhofGroteskBold";
  color: transparent;
  font-size: 52px;
    /* Text Shadow Property */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.clubbeneficios .bg-white {
  background: var(--white);
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.5rem;
  padding-top: 2rem;
}

.clubbeneficios .bg-white .semi-circulo {
  width: 35px;
  height: 90px;
  position: absolute;
  background: url(../img/circle.svg) center center no-repeat;
  right: 0;


}


.clubbeneficios .bg-white .troquel {
  width: 15px;
  height: 415px;
  position: absolute;
  background: url(../img/troquel.svg) center center no-repeat;
  left: -10px;


}




.clubbeneficios .bg-white h1 {
  font-family: "WeissenhofGroteskRegular";
  font-size: 50px;
  letter-spacing: -1px;
  color: var(--darkblue);
  line-height: 1;
  text-align: left;
}

.clubbeneficios .bg-white h1 span {
  font-family: "WeissenhofGroteskBold";
}

.clubbeneficios .bullets img {
  width: 18px;
  margin-right: 10px;
  margin-top: 2px;
}

.clubbeneficios .bullets p {
  font-size: 18px;
  line-height: 1.3;
  color: var(--darkblue);
}

.clubbeneficios .bullets a {
  font-family: "WeissenhofGroteskBold";
  font-size: 18px;
  line-height: 1.3;
  color: var(--darkblue);
}



h2 {
  color: var(--white);
  text-align: left;
  font-size: 30px;
}

h2 span {
  font-family: "WeissenhofGroteskBold";
}

.borde-violeta {
  box-shadow: 0 0 0 2px #343765;
  border-radius: 20px;
  padding: 30px 10px 30px 30px;
  position: relative;
  min-height: 280px;
}

.w-borde-violeta {
  padding: 30px 10px 30px 30px;
}

.borde-violeta-simple {
  box-shadow: 0 0 0 2px #343765;
  border-radius: 20px;
  padding: 30px 10px 30px 30px;
  position: relative;
}

.parrafoyboton {
  position: absolute;
  width: 70%;
  min-height: 300px;
  z-index: 99;
}

#fig1 {
  width: 50%;
  right: 0;
  top: 10px;
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
}


#fig2 {
  width: 50%;
  right: 0;
  top: 10px;
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
}



#contenidos {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#beneficios {
  margin-bottom: 70px;
}

#calculadora {
  margin-bottom: 30px;
}

.contacto {
  margin: 70px 0 0 0;
}

footer {
  margin: 70px 0;
}

/* Thick red border */
div.hr-violet {
  height: 2px;
  width: 100%;
  background: #343765;
  margin: 2rem 0;
}

.onda {
  margin: 80px 0 20px 0;
}


.fondoCard1,
.fondoCard2 {
  position: relative;
}
