@import '~mdb-ui-kit/css/mdb.min.css';
:root {
  --bg-color: #151515;
  --primary-color: #000000;
  --secondary-color: #79C9A9;
  --ff1: 'Poppins', sans-serif;
}
a[href^=tel] {
  text-decoration:inherit;
  color: inherit;
}
body {
  background: var(--bg-color);
  background-attachment: fixed;
  color: #ffffff;
  font-family: var(--ff1);
  background-image: url("https://cdn2.inversorglobal.com/Cartas-Venta/2025/4.abril/genius/inscripcion/bg3.webp");
  background-size: cover;
}
body form .alerta {
  color: red;
  font-size: 11px;
}
.color-w > .container > p {
  color: white !important;
}
.bg{
  background-image: url("https://cdn2.inversorglobal.com/Cartas-Venta/2025/4.abril/genius/inscripcion/bg3.webp");
  background-size: cover;
   height: 125vh;
   max-height: 100vh;
   position: relative;
   margin: 0 auto 0px;
   box-shadow:  inset 2px 17px 20px 0px #01015f;
}
.bg2{
  background-image: url("https://cdn2.inversorglobal.com/Cartas-Venta/2025/4.abril/genius/inscripcion/bg3.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;

}
.modal {
  backdrop-filter: blur(20px);
  background-image: url("https://cdn2.inversorglobal.com/Cartas-Venta/2025/4.abril/genius/inscripcion/bg3.webp");
  background-size: cover;

}
.modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}
.modal .modal-title {
  color: white;
}
.modal form .content input[type=text] {
  outline: 0;
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 33px;
}
.modal form .content button {
  border-radius: 33px;
  border: 0;
  background: #d4016b;
  color: white;
  padding: 15px;
  font-weight: bold;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.modal form .content button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(172, 222, 255, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
button:hover {
    transform: scale(1.05);
    transition: 0.6s;
    background-color: #284A77 !important;
    color: black !important;
}
@keyframes shine {
  0% {
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(2000px);
  }
}
.modal form label {
  margin: 1rem;
  display: table;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: white;
  text-align: left;
}

.modal form input {
 width: 100%;
 padding: 1rem;
 border-radius: 1rem;
}

.modal-content {
  background-color: rgba(255, 0, 0, 0) !important;
  border: 0px;
}

.form_icon {
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 30px;
  margin-left: 10px;
  background-color: #8c8c8c;
  mask-image: url(https://cdn2.inversorglobal.com/Cartas-Venta/2025/3.marzo/anomalia-3pm/inscripcion/sprite-form.svg);
  mask-repeat: no-repeat;
  mask-size: 20px 550px;
  -webkit-mask-image: url(https://cdn2.inversorglobal.com/Cartas-Venta/2025/3.marzo/anomalia-3pm/inscripcion/sprite-form.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 20px 550px;
  -moz-mask-image: url("https://cdn2.inversorglobal.com/Cartas-Venta/2025/3.marzo/anomalia-3pm/inscripcion/sprite-form.svg");
  -moz-mask-repeat: no-repeat;
  -moz-mask-size: 20px 550px;
}

.form_icon-email {
  mask-position: center -10px;
  -webkit-mask-position: center -10px;
  -moz-mask-position: center -10px;
}

/* Estilos base del botón */
.btn-liberar-acceso {
  display: inline-block;
  padding: 14px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background-color: #ffc107; /* Color amarillo/dorado */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

/* Efecto hover */
.btn-liberar-acceso:hover {
  background-color: #ffca28; /* Un tono más claro */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Efecto al hacer clic */
.btn-liberar-acceso:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Animación de brillo */
.btn-liberar-acceso::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  animation: shine-effect 3s infinite;
  pointer-events: none;
}

@keyframes shine-effect {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  20%, 100% {
    transform: translateX(100%) rotate(45deg);
  }
}

/* Variante para dispositivos móviles */
@media (max-width: 768px) {
  .btn-liberar-acceso {
    padding: 12px 22px;
    font-size: 14px;
    width: 100%;
  }
}

/* Fin Estilos base del botón */ 

.modal-header {
  border: 0;
  max-height: 25px;
}

.close {
  background-color: #00ffff00;
  color: white;
  border: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 751px;
    margin: 1.75rem auto;
  }
}
.nav-link {
  font-weight: 500;
  color: white !important;
}
.nav-link:hover {
  color: white !important;
  background-color: var(--primary-color);
  font-weight: 600;
  border-radius: 23px;
  transition: 0.6ms;
}


.titlePrinc{
  text-align: center;

}
.header {

  /* height: 120vh; */
  height: auto;
  max-height: auto;
  position: relative;
  margin: 0 auto 0px;
  overflow: hidden;
  /* box-shadow: inset 0 -46px 39px 0px #010065; */
  /* border-bottom: 1px solid var(--secondary-color); */
}

.header .container {
  max-width: 1100px !important;
}
@media (min-width: 1568px) {
  .header {
    height: auto;
  }
  .header .container {
    max-width: 1260px !important;
  }
}
@media (device-width: 768px) {
  .header {
    background-image: url("https://cdn2.inversorglobal.com/Cartas-Venta/2025/4.abril/genius/inscripcion/bg3.webp");
    max-height: 100%;
    /* background-position-x: -191px; */
    height: auto;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .header {
    background-image: url("https://cdn2.inversorglobal.com/Cartas-Venta/2025/4.abril/genius/inscripcion/bg3.webp");
    max-height: 100%;
    /* background-position-x: -191px; */
    height: auto;
    padding-bottom: 30px;
    background-size: cover !important;;
    background-repeat: no-repeat;
  }
}
.header .borde {
  padding: 0 0 0 20px;
  border-left: 5px solid #8ad6ef;
  color: white;
}
@media (max-width: 576px) {
  .header .borde {
    padding: 0 0 0 0;
    text-align: center;
    border-left: none;
    font-size: 16px !important;
  }
}
.header .fecha {
  color: white;
  font-size: 35px !important;
  margin: 24px 0;
  font-weight: 100;
}
@media (max-width: 576px) {
  .header .fecha {
    text-align: center;
    font-size: 20px;
    margin-top: -12px;
  }
}
.header .fecha span {
  font-weight: 100;
}
.header .fecha .blink {
  animation: blinker 2s linear infinite;
  color: #73e5ff;
  position: absolute;
  font-weight: 700;
  margin-top: 16px;
  margin-left: 12px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.header .play {
  width: 95%;
  opacity: 1;
  margin-top:58px;
  cursor: pointer;
  box-shadow: -2px 2px 22px -5px rgba(0,0,0,0.75);
}
@media (max-width: 576px) {
  .header .play {
    width: 100%;
    margin-top: -25px;
  }
}
.header .play:hover {
  opacity: 1;
}
.header .play img {
  width: 100%;
}
.header video {
  border: 1px solid var(--secondary-color);
}
.header .bg-gold {
  background-color: var(--secondary-color);
}
.header h1 {
  font-size: 3em !important;
  font-weight: 900;
  color: rgb(235, 15, 99);
}
.couso {
  width: 100%;
  /* margin-top: 116px;
  margin-left: -61px; */

}
.subtitlePrinc{
  text-align: center;
}
@media (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

  .subtitlePrinc{
    padding-top: 100px;
    text-align: center;
  }
  .header h1 {
    font-size: 2em !important;
    text-align: center;
    padding-top: 16px;
  }
}
.header header {
  transition: all 0.3s ease-in-out;
  top: -200px;
}
.header header .container {
  max-width: 1225px !important;
}
@media (min-width: 1568px) {
  .header header .container {
    max-width: 1625px !important;
  }
}
.header header.scroll {
  padding: 0 4vw;
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 4;
  width: 100%;
  background:#060a24;
  top: 0;
  left: 0;
  margin: 0;
  padding: 6px 0;
  min-height: 78px;
}
@media (max-width: 700px) {
  .header header.scroll #menuNew {
    padding: 6px 10px;
  }
}
.header header.scroll h2 {
  font-size: 16px;
  margin-top: 10px;
  color: white;
}

@media (min-width: 1500px) {
  .header header.scroll h2 {
    font-size: 20px;
  }

}
@media (max-width: 576px) {
  .header header.scroll {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .header header.scroll .container {
    width: 100% !important;
  }
}
.header header.scroll button {
  border-radius: 33px;
  padding: 13px 25px;
  border: 0;
  background: #d4016b;
  color: #ffffff;
  padding: 15px;
  font-weight: bold;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
}
@media (max-width: 576px) {
  .header header.scroll button {
    border-radius: 5px;
    border: 0;
    background: #d4016b;
    color: #ffffff;
    padding: 4px;
    font-weight: bold;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 12px;
  }
}
.header header.scroll button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(172, 222, 255, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
.header .banner {
  color: #fff;
  /* top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%); */
  /* z-index: 1; */
  /* margin-top: 77px; */
}
.header .banner a {
  border-radius: 40px;
  border: 0;
  background: linear-gradient(to right, rgb(0, 255, 251), rgb(6, 214, 255));
  color: black;
  padding: 10px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: 1s;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
}

.btnModal {
  border-radius: 40px;
  border: 0;
  background: linear-gradient(to right, rgb(0, 255, 251), rgb(6, 214, 255));
  color: black;
  padding: 15px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: 1s;
  text-align: center;
  text-decoration: none;
}


a:hover {
  background: linear-gradient(to right, rgb(85, 255, 252), rgb(40, 219, 255));
  transform: scale(1.05);
  transition: 0.6s;
  background-color: #284A77 !important;
}

.btnSubmit {
  border-radius: 40px;
  border: 0;
  background: #EB3170;
  color: white;
  padding: 15px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btnSubmit:hover {
  transform: scale(1.05);
  transition: 0.6s;
  background-color: #284A77 !important;
  color: white !important;
}

@media (max-width: 576px) {
  .header .banner button {
    font-size: 13px;
  }

}
.header .banner button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(172, 222, 255, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
.header .banner .text {
  padding: 0 2rem 0 2rem;
}
.header .banner .text .headline {
  font-size: 18px;
  font-family: var(--ff1);
  font-style: italic;
}
@media (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .banner .text .headline {
    text-align: center;
    font-size: 20px;
  }
}
.header .banner .text .separator {
  margin: 30px 0;
  display: block;
  width: 100px;
  height: 1px;
  background: #ffffff;
}
@media (max-width: 600px) {
  .header .banner .text .separator {
    margin: 15px 0;
  }
}
.header .banner .text .title-01 {
  width: 87%;
  margin: 46px 0 16px 0;
  margin-left: -11px;
}
.header .banner .text .title-02 {
  width: 90%;
  /* margin: 25px 15% 0; */
  text-align: center;
}
@media (max-width: 500px) {
  .header .banner .text .title-02 {
    width: 96% !important;
    margin: 17px auto !important;
  }
}
@media (max-width: 600px) {
  .header .banner .text .title-02 {
    width: 100%;
    display: block;
    margin: 120px auto 5px auto;
  }
}

@media (max-width: 1380px) {
  .header .banner .text .title-02 {
    width: 76%;
    display: block;
    margin: 0 auto !important;
  }
}
.header .banner .text .testimonio {
  font-size: 20px !important;
  /* background-color: #2c2c2c3d; */
  text-wrap: pretty;
  padding: 20px 0 0 20px;
}
.header .banner .text .testimonio p,li{
line-height: 1.6;
}
.header .banner .text .testimonio li{
list-style: none;
}


@media (max-width: 1380px) {
.header .banner .text .testimonio {
  font-size: 13px !important;
  padding: 9px 32px;
}
}
.header .banner .text .inscriptos {
  color: #57ddf3;
  position: absolute;
  margin: -29px 0 19px 0;
  font-size: 14px;
}
@media (max-width: 700px) {
  .header .banner .text .inscriptos {
    text-align: center;
    width: 100%;
  }
}
.header .banner .text p {
  font-size: 1.3em;
}
.header .banner .text p span {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 600px) {
  .header .banner .text p span {
    font-size: 19px;
    line-height: 24px;
  }
}
.header .banner .video {
 
}
@media (min-width: 1600px) {
  .header .banner .video {
    padding-top: 119px;
  }
}

.header .banner .video .evento {
  position: absolute;
  right: 0px;
  width: 130px;
  bottom: 0px;
}
@media (max-width: 768px) {
  .header .banner {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .header .banner .text {
    padding: 0px 0 0 0;
  }
  .header .banner .text .headline {
    font-size: 17px;
  }
  .header .banner .text .title-01 {
    width: 60%;
  }

  .header .banner .text p {
    font-size: 21px;
  }
  .header .banner .fecha {
    font-size: 21px !important;
  }
  .header .banner .video {
    padding-top: 57px;
    padding-bottom: 0px;
  }
  .header .banner .video img {
    width: 70%;
  }
}
.header .addEmail {
  width: 100%;
  position: fixed;
  bottom: -500px;
  background: #080021;
  background: linear-gradient(180deg, #0511168a 16%, #c9a74162 100%);
  padding: 10px 0 40px;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.header .addEmail .row .col {
  padding: 0;
}
.header .addEmail form .content {
  max-width: 600px;
  box-shadow: 0 28px 79px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  margin: 0;
}
.header .addEmail form .content input {
  border: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
}
.header .addEmail form .content button {
  border: 0;
  background: var(--secondary-color);
  color: white;
  padding: 15px;
  font-weight: bold;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header .addEmail form .content button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(255, 241, 172, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
@keyframes shine {
  0% {
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(2000px);
  }
}
.header .addEmail form label {
  margin: 10px auto;
  display: table !important;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .header .addEmail {
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, #0511168a 16%, #c9a74162 100%);
  }
  .header .addEmail form .content {
    transform: none;
    position: relative;
    left: 0;
  }
  .header .addEmail form .content button {
    font-size: 14px;
    padding: 18px 0 15px;
  }
  .header .addEmail form label {
    color: #fff;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    display: none !important;
  }
}
@media (min-width: 600px) {
  .header .addEmail.scroll {
    position: fixed;
    bottom: 0;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(5px);
    background: #bf455e;
    background: linear-gradient(180deg, #0511168a 16%, #414bc962 100%);
  }
  .header .addEmail.scroll form label {
    color: #fff;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {

      .header {
          /* background-size: cover;
    max-height: 100%;
    height: auto;
    padding-bottom: 30px;
    padding-bottom: 30px;
    background-position-x: -1466px;
    background-position-y: -42px; */
  }
  .header header {
    padding: 1px;
  }
  .header header nav .container-fluid {
    padding: 0;
  }
  .header header nav .container-fluid .main-nav {
    display: block !important;
    width: 100%;
  }
}
@media (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .header {
    background-position-x: -164px;
   /* max-height: 59vh;*/
  }
}
.header .form-02 form .content {
  text-align: left;
  /* max-width: 600px; */
  box-shadow: 0 28px 79px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media (min-width: 1500px) {
  .header .form-02 form .content {
    /* max-width: 800px; */
  }

}

.header .form-02 form .content .col {
  padding: 0;
}
.header .form-02 form .content input {
  border-radius: 33px;
  border: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
}
.header .form-02 form .content button {
  border: 0;
  border-radius: 33px;
  background: #79C9A9;
  color: black;
  padding: 15px;
  font-weight: bold;
  width: 94%;
  position: relative;
  overflow: hidden;
}
.header .form-02 form .content button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(172, 222, 255, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
@media (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .form-02 form .content button {
    font-size: 13px;
  }
}
@keyframes shine {
  0% {
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(2000px);
  }
}
.header .form-02 form label {
  margin: 10px auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.486);
  padding: 0.5rem;
  border-radius: 10px;
  
}

/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
#countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  color: #8d1c3d !important;
  border-width: 1px 0;
  overflow: hidden;
  font-family: var(--font-h1) !important;
  font-weight: bold;
}

ul#countdown li {
  margin: 0 5px 0px 14px;
  padding: 0;
  display: inline-block;
  font-size: 2vw;
  text-align: center;
  font-family: var(--font-h1) !important;
  color: var(--color-primario);
}
ul#countdown li .label {
  color: #8d1c3d;
  font-size: 8px;
  text-transform: uppercase;
  display: block !important;
}

@media screen and (max-width: 700px) {
  ul#countdown li {
    margin: 5px 5px 4px 5px;
    width: 23%;
    font-size: 6vw !important;
  }
  ul#countdown li .label {
    font-size: 1.8vw;
    color: #8D1C3D;
  }
}
/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
/* \\\ESTILOS COUNTDOWN \\\\*/
main {
  overflow: hidden;
}
main section {
  padding: 60px 0;
}
main section .subtitle2 {
  text-align: center;
  margin-bottom: 37px;
  font-family: var(--ff1);
  font-weight: 300;
}
main section .subtitle2 span {
  color: var(--secondary-color);
}
main section .subtitle {
  margin: 0 auto 50px;
  max-width: 800px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--ff1);
  font-size: 42px;
}
main section .subtitle span {
  color: var(--secondary-color);
}
main section .subtitle.italic {
  font-style: italic;
}
main section .subtitle b {
  font-weight: 600;
}
main section.mark2 {
  background: var(--secondary-color);
  margin: 0 !important;
}
main section.mark2 .container {
  padding-top: 26px;
  padding-bottom: 26px;
}
main section.mark2 .container h3 {
  margin: 0 auto;
}
main section.mark {
  background: var(--secondary-color);
  background: url(../img/fondo-4.jpg) no-repeat center center/cover;
  margin: 0 !important;
}
main section.mark .container {
  padding-top: 26px;
  padding-bottom: 26px;
}
main section.mark h3 {
  max-width: 890px;
  text-align: center;
  font-size: 36px;
  margin: 0 auto 50px;
}
@media (max-width: 600px) {
  main section.mark h3 {
    margin: 0 auto 20px;
  }
}
main .section1 {
  background-color: #0f0f0f;
}
main .section1 .container {
  max-width: 900px;
}
main .section1 .container h2 {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--secondary-color);
  /* background-color: white; */
  padding: 1% 5%;
  border-bottom: 1px solid var(--secondary-color);
  margin-bottom: 4%;
}
main .section1 .container .cuadro-usuario {
  display: flex;
  flex-direction: row;
  align-content: center;
  border: 1px solid #e1252e3d;
  border-radius: 21px;
  padding: 17px;
  margin: 7px;
}
main .section1 .container .cuadro-usuario .cont-img {
  max-width: 111px;
  max-height: 111px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  box-shadow: 3px 4px 20px #b12b1554;
}
main .section1 .container .cuadro-usuario .cont-img img {
  width: 166%;
  position: relative;
  left: -32%;
}
main .section1 .container .cuadro-usuario .cont-img img[src*=us-2] {
  top: -69px !important;
  position: relative;
  width: 166px;
  left: -29px;
}
main .section1 .container .cuadro-usuario .cont-text {
  padding-left: 23px;
  border-left: 1px solid #e1252e3d;
  margin-left: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .section1 .container .cuadro-usuario .cont-text h4 {
  font-size: 40px;
  color: #ec9898;
  margin: 0;
}
main .section1 .container .cuadro-usuario .cont-text p {
  color: #d0d0d0;
  font-size: 22px;
}
main .section2 {
  background-color: white;
  padding: 3% 2% !important;
}
main .section2 .container {
  max-width: 100%;
}
main .section2 .container h2 {
  font-size: 2em;
  text-align: center;
 
  font-weight: 900;
  color: #000;
  /* background-color: white; */
  padding: 1% 5%;
  border-top: 1px solid #8ad6ef;
  margin-bottom: 4%;
}
.listaCont > li i{
  color: #b89600;
}
.listaCont > li{
font-size: 18px;
font-weight: 300;
color: #000;
list-style: none;
}
@media (max-width: 600px) {
  main .section2 .container h2 {
    font-size: 1.2em;
    text-align: center;
  }
 
  }

main .section2 .container p {
  font-size: 21px;
  font-weight: 300;
  color: #484848;
}

@media (max-width: 600px) {
main .section2 .container p {
  font-size: 18px;
}
}
main .section2 .container .comentario-a {
  width: 100%;
  display: none;
}
main .section2 .container .comentario-b {
  width: 100%;
}
main .section2 .testimoniales .content2 {
  background: var(--primary-color);
  background: linear-gradient(-259deg, #0f1a6d 0%, #5987cc 154%);
  border-radius: 7px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  color: #ffffff;
}

.menuCopy > li {
  font-size: 20px;
  
  padding: 20px;
}

@media (max-width: 600px) {
.menuCopy > li {
  font-size: 18px;
  padding: 20px;
}
}

.menuCopy {
list-style-image: url('../img/arrow.png'); 
font-size: 10px;
padding-left: 3rem;
backdrop-filter: blur(0px) saturate(180%);
-webkit-backdrop-filter: blur(0px) saturate(180%);
background-color: rgb(36 37 224 / 95%);
border-radius: 12px;
border: 1px solid rgba(26, 241, 159, 0.705);

box-shadow: 15px 10px 15px -3px rgba(0,0,0,0.1),0px 10px 15px -3px rgba(0,0,0,0.1),0px 10px 15px -3px rgba(0,0,0,0.1);

}

.menuCopy > li::marker{
  width: 20px;
}

.btnFinal {
  width: 50%;
}

.textWarning {
  margin: 0;
  text-align: center;
}

.cajaTexto{
  backdrop-filter: blur(11px) saturate(130%);
  -webkit-backdrop-filter: blur(11px) saturate(130%);
  background-color: rgb(1, 4, 173);
  border-radius: 12px;
  border: 1px solid rgb(37 225 147);
  box-shadow: -1px 10px 31px -9px rgb(20 13 255 / 75%);
  width: 60%;
  text-align: center;
  margin: 0 auto;
  color: white;
}

.cajaTexto > p {
  color: rgb(250, 250, 250);
  padding: 22px 20px 0 20px;
  text-align: center;
  font-weight: normal;
  font-size: 1.5rem;
}

.imgAvatar{

 
  width: 12%;

}

@media (max-width: 600px) {
  .imgAvatar{

 
    width: 30%;

  }

  
.cajaTexto{
  backdrop-filter: blur(11px) saturate(130%);
  -webkit-backdrop-filter: blur(11px) saturate(130%);
  background-color: rgb(1, 4, 173);
  border-radius: 12px;
  border: 1px solid rgb(37 225 147);
  box-shadow: -1px 10px 31px -9px rgb(20 13 255 / 75%);
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.cajaTexto > p {
  color: rgb(250, 250, 250);
  padding: 22px 20px 0 20px;
  text-align: center;
  font-weight: normal;
  font-size: 0.8rem;
}

}
@media (max-width: 600px) {
  main .section2 .testimoniales .content2 {
    margin: 20px auto;
  }
}
main .section2 .testimoniales .content2 h6 .fa-facebook-square {
  font-size: 25px;
  position: absolute;
  right: 38px;
  margin-top: 0px;
}
main .section2 .testimoniales .content2 h6 .comentario-fecha {
  position: absolute;
  font-weight: 100;
  top: 53px;
  opacity: 0.7;
  font-size: 11px;
}
@media (max-width: 600px) {
  main .section2 .testimoniales .content2 h6 .comentario-fecha {
    top: 82px;
  }
}
main .section2 .testimoniales .content2 h6 img {
  width: 42px;
  margin-right: 15px;
}
main .section2 .testimoniales .content2 p {
  font-style: italic;
  text-align: left;
  font-size: 16px;
}
main .section2 .testimoniales .content2 span {
  font-weight: bold;
  font-size: 14px;
  font-family: var(--ff1);
  text-align: left;
  display: block;
  width: 100%;
}
main .section2 .swiper-container {
  min-height: 422px;
  overflow: hidden;
}
main .section2 .swiper-slide {
  transition: 1s ease-in-out;
  margin-top: 73px;
  transform: scale(0.8);
}
@media (max-width: 700px) {
  main .section2 .swiper-slide {
    transform: none;
    margin-top: 202px;
  }
}
main .section2 .swiper-slide-next {
  transform: scale(1.2);
  transform-origin: bottom;
  border-radius: 32px;
}
@media (max-width: 760px) {
  main .section2 .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
    display: none;
  }
  main .section2 .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
    display: none;
  }
  main .section2 .swiper-container {
    height: 84vh;
    overflow: hidden;
  }
}
main .section2 form .content {
  max-width: 600px;
  box-shadow: 0 28px 79px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  margin: 0;
}
main .section2 form .content input {
  border: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  border-radius: 34px;
  font-size: 12px;
}
main .section2 form .content button {
  border: 0;
  background: var(--secondary-color);
  color: white;
  padding: 15px;
  font-weight: bold;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
}
main .section2 form .content button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(255, 241, 172, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
@keyframes shine {
  0% {
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(2000px);
  }
}
main .section2 form label {
  margin: 10px auto;
  display: table !important;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  color: black;
}

.warn {
  width: 4%;
  /* float: left; */
}

@media (max-width: 768px) {
  .warn {
    width: 10%;
    float: left;
    margin-top: 10px;
  }
}
main .section2 button {
  border-radius: 40px;
  border: 0;
  background:#EB3170;
  color: white;
  padding: 15px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  main .section2 button {
    font-size: 16px;
    padding: 14px;
    border-radius: 30px;
  }
}
main .section2 button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(172, 222, 255, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
main .section3 {
  background-color: #ebebeb;
  padding: 3% 2% !important;
}
main .section3 .container {
  max-width: 900px;
}
main .section3 .container h2 {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--secondary-color);
  /* background-color: white; */
  padding: 1% 5%;
  border-bottom: 1px solid var(--secondary-color);
  margin-bottom: 4%;
}
main .section3 .container ul {
  padding: 0 !important;
}
main .section3 .container li {
  list-style: none;
  font-size: 30px;
  color: #393939;
}
main .section3 .container li i {
  color: var(--secondary-color);
}
main .section3 .container p {
  font-size: 23px;
  color: #393939;
}
main .section3 .container .kiyo2 {
  display: block;
  margin: 10px auto;
  box-shadow: 7px 8px 0px #e1252e;
}
@media (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  main .section3 .container .kiyo2 {
    width: 100%;
  }
}
main .section3 .container .libro-a {
  display: block;
  margin: 0 auto;
}
main .section3 .container #carouselExampleControls2 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%black'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
main .section3 .container .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%black'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
main .section3 form .content {
  max-width: 600px;
  border-radius: 5px;
  overflow: hidden;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  margin: 0;
}
main .section3 form .content input {
  border: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  border-radius: 34px;
}
main .section3 form .content button {
  border: 0;
  background: var(--secondary-color);
  color: white;
  padding: 15px;
  font-weight: bold;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
}
main .section3 form .content button:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(255, 241, 172, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}
@keyframes shine {
  0% {
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(2000px);
  }
}
main .section3 form label {
  margin: 10px auto;
  display: table !important;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  color: black;
}
main .section3 .button-form {
  border-radius: 40px;
  border: 0;
  background: var(--secondary-color);
  color: white;
  padding: 15px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  main .section3 .button-form {
    font-size: 13px;
  }
}
main .section3 .button-form:before {
  content: "";
  animation: shine linear 3s;
  animation-iteration-count: infinite;
  position: absolute;
  height: 200px;
  width: 700px;
  background: white;
  background: linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(172, 222, 255, 0.7) 48%, rgba(255, 255, 255, 0) 83%);
  margin: -150px 0 0;
}

.exito {
  margin: 0;
  padding: 20px 0 50px;
  text-align: center;
  height: 100%;
  max-height: 100%;
  font-weight: normal;
  background: url(../img/fondo-2.jpg) no-repeat center center/cover !important;
}
.exito .container {
  max-width: 1108px !important;
}
.exito:after {
  display: none;
}
.exito .ahora {
  border: 1px solid var(--secondary-color);
  border-radius: 21px;
  margin: 12px 0;
  background-color: #00000052;
}
.exito .ahora .button {
  display: inline-block;
  /* background-color: antiquewhite; */
  border: 2px solid var(--secondary-color);
  padding: 6px 15px;
  color: var(--secondary-color) !important;
  color: white;
  border-radius: 10px;
  text-decoration: none;
}
.exito .ahora .button:hover {
  background-color: #284A77;
  color: black;
}
.exito .ahora .row div:first-child {
  border-right: 1px solid var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.exito .ahora .row div:first-child .numero {
  font-size: 95px;
  color: var(--secondary-color);
}
.exito .ahora .row div:last-child {
  padding: 19px 23px;
  display: flex;
  align-items: center;
}
.exito .ahora .row div:last-child p {
  padding: 34px 15px;
  text-align: left;
}
@media (max-width: 600px) {
  .exito .ahora .row div:last-child p {
    text-align: center;
  }
}
.exito .boton {
  border: 0;
  background: var(--secondary-color);
  color: #ffffff;
  padding: 15px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  width: 100%;
  position: relative;
  margin: 18px auto;
  overflow: hidden;
  border-radius: 3px;
  max-width: 473px;
}
.exito .boton:hover {
  background-color: #d5c237;
}
.exito .bg-01 {
  background: url(./img/fondo-3.jpg) no-repeat center center/cover;
  padding: 15px 0;
}
.exito h1 {
  margin: 1.5rem 0;
}
.exito h1.title {
  text-shadow: 0 0 50px rgba(0, 2, 149, 0.8);
  font-size: 46px;
}
@media (max-width: 600px) {
  .exito h1.title {
    font-size: 3rem;
  }
}
.exito h5 {
  max-width: 564px;
  margin: 9px auto;
}
.exito .tickets {
  width: 100%;
  max-width: 300px;
}
.exito .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  transform: none;
  left: 0;
  top: 0;
}
.exito .container .banner .text .separator {
  margin: 25px auto;
}
.exito .list {
  text-align: left;
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none;
}
.exito .list li {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 2rem;
  position: relative;
}
@media (max-width: 600px) {
  .exito .list li {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.exito .list li span {
  position: absolute;
  left: -40px;
  font-size: 3rem;
  top: 0;
  line-height: 1;
}
.exito .list li a {
  color: var(--secondary-color);
}
.exito .list .subscribe {
  background: #c4302b url(../img/yt-play.png) no-repeat 10px center/40px;
  border-radius: 7px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  color: white;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 1px;
  margin: 15px 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.exito .list.last {
  background: var(--secondary-color);
  padding: 40px 40px 10px 70px;
  line-height: 1;
}
.exito .list.last li span {
  left: -44px;
  top: -5px;
}
.exito .shareWP {
  max-width: 625px;
  margin: 1rem auto;
}
.exito .wap {
  align-items: center;
  width: 207px;
  border-radius: 7px;
  background-color: #25d366;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  margin-top: 30px;
  padding: 7px 20px;
  opacity: 0.9;
  display: flex;
}
.exito .wap:hover {
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.exito .wap i {
  font-size: 1.4em;
  margin-right: 10px;
}

footer {
  margin: 0 auto;
  padding: 50px 0 0px;
  font-size: 12px;
  /* background: #060a24; */
  background: unset;
background: unset;
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  color: #ffffff;
  min-height: 163px;
}
footer .logo-footer {
  margin: 20px 0 0;
}
footer a {
  color: var(--primary-color);
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  font-size: 12px;
  margin: 0 0 15px;
}
footer .footer-faqs {
  margin: 15px 0;
}
footer .footer-faqs a {
  margin: 0 5px;
}
footer .socials {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
footer .socials li {
  display: inline-block;
  margin: 0 10px;
}
footer .socials li a {
  display: block;
}
footer .socials li a img {
  width: 30px;
  filter: invert(1);
}

.contenedorTextos {
  width: 100%;
        max-width: 750px;
        margin-left:5rem;

}

.header .banner a {
  padding: 20px 50px; border-radius: 10px;
}

@media (max-width: 600px) {
  footer {
    padding: 30px 30px 150px;
    text-align: center;
  }
  footer .logo-footer {
    width: 120px;
    margin: 10px 0;
  }
  footer .text-end {
    margin-bottom: 30px;
    text-align: center !important;
  }

  .contenedorTextos {
    margin-left:1rem;
  }

  .header .banner a {
    font-size: 0.9rem;
    padding: 1rem; 
    border-radius: 10px;
    margin: 0;
    width: 90%;


  }

}

.cajaLogo {
  background-color: #00000038;
  padding: 0.5rem;
  border-radius: 30px;
}

.fa-check:before {
  color: #001B66;
}

/* ESTILOS FORM BY CHRIS */

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.submit-btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
}

.submit-btn:hover {
  background-color: #45a049;
}

.popup-tag {
  background-color: yellow;
  color: black;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}

.whatsapp-icon {
  vertical-align: middle;
  margin-right: 5px;
}

.toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  display: none;
  z-index: 2000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: opacity 0.3s;
}

.toast.success {
  background-color: #4CAF50;
}

.toast.error {
  background-color: #f44336;
}

/*# sourceMappingURL=style.css.map */
