/* main.css - Estilos personalizados */


@font-face {
  font-family: 'Gilroy';
  src: url('../assets/font/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../assets/font/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../assets/font/gilroy-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../assets/font/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


div.container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

body {
    font-family: 'Gilroy', sans-serif;
}

h1, h2, h3, h4, h5, h6,
p,
ul, ol, li,
label,
button,
input,
a,
.accordion-button,
.accordion-body,
footer .small {
    font-family: 'Gilroy', sans-serif !important;
}


section.how-to > div.container > div > div > a:hover,
section.hero > div > ul > li div.widget-card > button:hover  {
  color: white ;
}

.hero {
  /*min-height: 100vh;*/
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%), 
              url('../assets/img/hero-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 60px 0 120px 0 !important;
}

.hero .text-primary {
  color: #1faaff !important;
}

.widget-card {
  max-width: 400px;
  margin: 0 auto;
}

.btn-gradient {
  background: linear-gradient(135deg, #4ec7f3, #0a45d4, #4ec7f3);
  color: white;
  font-weight: 600;
  border: none;
  padding: 12px 32px;
  font-size: 1.1rem;
  border-radius: 999px;
  transition: 0.3s ease;
}

.btn-gradient:hover {
  opacity: 0.9;
}

.legal-text {
  font-size: 0.9rem;
  color: #ccc;
}

@media (max-width: 991px) {
  .hero {
    text-align: center;
  }
  .widget-card {
    margin-top: 40px;
  }
}


.gradient-list li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
  font-weight: 500;
}
.gradient-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #0057ff, #00c6ff);
  border-radius: 50%;
}

.video-placeholder {
  max-width: 100%;
  position: relative;
}

.video-placeholder .play-button {
  font-size: 3rem;
  color: white;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}



.step-box {
  border-left: 3px solid #007bff;
  padding-left: 12px;
}

.step-number {
  font-weight: 700;
  font-size: 1.25rem;
  color: #007bff;
  margin-bottom: 5px;
}

.video-placeholder .play-button {
  font-size: 3rem;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}


/*////////////// HEADER ////////////////*/

/*GRADIENT*/

.hero {
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.99) 40%, rgba(0,0,0,0) 100%);
  z-index: 1;
}

.hero > .container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}


section.hero span.line-outside {
  width: 30%;
    height: 50px;
    position: absolute;
    border-bottom: 1px solid #1faaff;
    z-index: 3;
    top: 516px;
}


section.hero span.line-inside {
  width: 522px;
  height: 50px;
  position: absolute;
  border-bottom: 1px solid #1faaff;
  border-right: 1px solid #1faaff;
  border-radius: 0 0 10px 0;
  z-index: 3;
  top: 456px;
}




section.hero {
  padding: 40px ;
  position: relative;
}

section.hero > div > ul {
  overflow: hidden;
}

section.hero > div > ul > li {
  max-width: 40% ;
  overflow: hidden;
}

section.hero > div > ul > li:first-child {
  float: left;
      max-width: 60%;
    width: 100%;
}


section.hero > div > ul > li.text-white > h1 {
    font-size: 76px;
    max-width: 760px;
    color: white ;
    font-family: 'Gilroy', sans-serif;
    margin: 60px 0 40px 0 ;
    padding-left: 70px ;
    line-height: 72px;
}

section.hero > div > ul > li.text-white > p {
    font-size: 34px;
    max-width: 495px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600 ;
    margin: 0px 0 20px 0 ;
    padding-left: 70px ;
    line-height: 41px;
}

section.hero > div > ul > li.text-white > div > p {
    font-size: 19px;
    max-width: 540px;
    line-height: 24px;
    font-family: 'Gilroy', sans-serif;
    margin: 50px 0 20px 0 ;
    padding-left: 70px ;
}

section.hero > div > ul > li.text-white > div > p > strong {
  font-size: 23px ;
}


section.hero > div > ul > li.text-white > h1 > strong,
section.hero > div > ul > li.text-white > div > p > strong {
    font-weight: 700 ;
}


section.hero > div > ul > li div.widget-card {
  background-color: white  !important;
  border-radius: 20px  !important;
  padding: 0 !important;
  height: auto;
  max-width: 380px ;
  margin-top: 88px ;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.widget-iframe {
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 580px;
  border: none;
  border-radius: 20px;
  display: block;
}

section.hero > div > ul > li div.widget-card > h5 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin: 60px 0 20px 0;
}

section.hero > div > ul > li div.widget-card > p {
  text-align: center;
    font-size: 19px;
    line-height: 21px;
    max-width: 232px;
    margin: 22px auto 40px auto;
}

section.hero > div > ul > li div.widget-card > label {
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin: 47px 0 10px 0;
 
}

section.hero > div > ul > li div.widget-card > input {
  width: 100%;
  border-radius: 5px;
  height: 38px;
  margin-bottom: 30px;
  padding: 0 0 0 10px;
}

section.hero > div > ul > li div.widget-card > button {
    padding: 10px 30px;
    border-radius: 10px;
    margin: 41px auto 0 auto;
    display: block;
    font-size: 14px;
    max-width: 180px;
    font-size: 19px;
}


/*////////////// HEADER END ////////////////*/


/*////////////// HOW TO ////////////////*/

section.how-to {
  padding-bottom: 60px;
}

section.how-to > div.container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section.how-to > div.container > h2 {
    text-align: center;
    font-size: 49px;
    margin: 35px 0px 30px 0px;
    font-weight: 700;
}

section.how-to > div.container > p {
   text-align: center;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 0px !important;
    line-height: 28px;
}


section.how-to > div.container > div  {
  overflow: hidden;

}

section.how-to > div.container > div > div  {
  float: left;
    flex: none;
    margin: 0;
    width: 50%;
    vertical-align: top;
    padding: 20px 20px 20px 20px;
    top: -40px;
    position: relative;
}

section.how-to > div.container > div > div:first-child {
  margin-top: 83px ;
}

section.how-to > div.container > div > div.text-center  {
  padding: 0px 20px 20px 20px ;
}

section.how-to > div.container > div > div img  {
  width: 100% ; height: auto;
  margin-top: 0px;
  padding: 0;
}


section.how-to > div.container > div > div > a {
 margin: 0 auto;
display: block;
max-width: 320px;
text-align: center;
text-decoration: none;
border-radius: 10px;

}



section.how-to > div.container ul {
  overflow: hidden;
  margin-bottom: 40px ;

}


section.how-to > div.container ul > li {
float: left;
width: 50% ;
}


section.how-to > div.container ul > li > div {
  border-left: none ;
  padding: 10px 20px;
  overflow: hidden;
}

section.how-to > div.container ul > li > div > div {
width: 12%;
float: left;
font-weight: 700 ;
color: black;
margin: 0 ;
font-size: 28px;
}

section.how-to > div.container ul > li > div > span {
width: 86%; height: 3px;
background: linear-gradient(135deg, #4ec7f3, #0a45d4, #4ec7f3);
float: right;
display: block;
    margin-top: 20px;
}

section.how-to > div.container > div > div.list {
    margin-top: 49px;
}

section.how-to > div.container ul > li > div > p {
width: 100%;
    font-size: 21px;
    line-height: 23px;
    max-width: 250px;
    margin-top: 32px;
}

/*////////////// HOW TO END ////////////////*/


/*////////////// CTA SECTION ////////////////*/



.cta-final {
  position: relative;
  padding: 10px 0px !important;
  overflow: hidden;
   background: url('../assets/img/cta-bg.jpg') center/cover no-repeat;
}

.cta-final::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0,0,0,0.99) 40%, rgba(0,0,0,0) 100%);
  z-index: 1;
}

.cta-final > .container {
  position: relative;
  z-index: 2;
}


span.divider{
background: linear-gradient(135deg, #4ec7f3, #0a45d4, #4ec7f3);
height: 10px;
    display: block;
}


section.cta-final > div.container > h2 {
text-align: center;
    color: white;
    font-weight: 700;
    font-size: 49px;
    margin: 60px 0 10px 0;
}

section.cta-final > div.container > p {
text-align: center;
    color: white;
    font-size: 23px;
    margin-bottom: 40px;
}

section.cta-final > div.container > a {
margin: 0 auto 60px auto;
    display: block;
    max-width: 320px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}

/*////////////// CTA SECTION END ////////////////*/


/*////////////// FAQs ////////////////*/

.accordion-button {
  background-color: #ffffff;
  color: #111;
  font-weight: 400;
  border-radius: 10px !important;
  transition: background-color 0.2s ease;
  width: 100%;
    border: 1px solid #999999;
    padding: 20px;
    text-align: left;
    font-size: 24px;
    box-shadow: none !important;
}

.accordion-button strong {
  font-weight: 600;
  margin-left: 5px ;
}

.accordion-body {
  font-size: 20px !important;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: #2997f3;
      border-radius: 10px 10px 0 0 !important;
    border-bottom: 0px;
}

.accordion-body {
  background-color: white;
  padding: 0rem 1.25rem 1rem 1.25rem;
  border: 1px solid #999999;
   border-top: none ;
  border-radius: 0 0 10px 10px !important;
  color: #444;
  font-size: 0.95rem;
}

.accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  background-color: transparent !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}


section.faq  {
   background:url('../assets/img/faq-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 60px 0 100px 0 !important;
}



section.faq > div.container > h2  {
      text-align: center;
    font-weight: 700;
    font-size: 49px;
    margin: 50px 0 30px 0;
}

section.faq > div.container > div > div > h2 {
  border-radius: 10px ;
  font-size: 25px ;
}
section.faq > div.container >  div.accordion {
  max-width: 1000px ;
  margin: 0 auto ;
}

/*////////////// FAQs END ////////////////*/

/*////////////// FOOTER ////////////////*/

footer {
  background-color: black;
  /* Ajustamos el padding para dar más espacio vertical */
  padding: 60px 0 20px 0; 
}

/* Estilo para los links del menú */
footer ul li {
  margin-bottom: 15px; /* Espacio entre los elementos del menú */
}

footer ul li a {
  font-size: 14px;
  font-family: 'Gilroy', sans-serif;
}

/* Estilo para la línea horizontal */
footer hr {
  border-top: 1px solid #fff; /* Línea blanca sólida */
  opacity: 1;
  margin-top: 50px;
}

/* Estilo para el texto de copyright */
footer .small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-family: 'Gilroy', sans-serif;
}

/* mobile */
@media (max-width: 576px) {
  footer .container {
    text-align: center;
  }
  footer .row {
    flex-direction: column;
    align-items: center;
  }
  footer ul.list-unstyled {
    padding-left: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer ul.list-unstyled li {
    width: 100%;
    text-align: center;
  }
  footer .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer img {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


/*////////////// FOOTER END ////////////////*/


.accordion-button::after {
  display: none;
}

.accordion-button {
  position: relative;
  
}
.accordion-item {
  border-radius: 0 0 10px 10px ;
}


.accordion-button::before {
  content: "+";
  font-size: 1.5rem;
  color: black; /* Azul Bootstrap */
  margin-right: 1rem;
  float: right;
  position: absolute;
  right: 20px ; top: 15px ; 
   font-weight: 600;
}




.accordion-button:not(.collapsed)::before {
  content: "–";
  float: right;
  color: #0d6efd; /* Azul Bootstrap */
   font-weight: 600;
}



@media (max-width: 1400px) {
  section.hero > div > ul > li.text-white > h1 {
    font-size: 62px ;
    line-height: 60px;
  }

  section.hero > div > ul > li.text-white > p {
    font-size: 28px;
    line-height: 33px ;
  }

  section.hero > div > ul > li.text-white > div > p {
    font-size: 16px;
    line-height: 19px ;
  }

  section.hero > div > ul > li.text-white > div > p > strong {
    font-size: 20px;
  }

  section.hero span.line-inside {
    width: 440px;
    top: 401px;
  }

  section.hero span.line-outside {
    top: 461px ;
  }

    section.how-to > div.container > div > div.list {
    margin-top: 70px ;
  }

  footer > div.container > div > div.menu > ul {
    right: -176px;
  }

  section.how-to > div.container ul > li > div > span {
    width: 81%;
  }

}

@media (max-width: 1200px)  {
  section.hero > div > ul > li.text-white > h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 25px;
  }

   section.hero > div > ul > li.text-white > p {
    font-size: 22px;
    line-height: 26px ;
    
  }

  section.hero > div > ul > li.text-white > div > p {
    font-size: 13px;
    line-height: 17px;
    margin-top: 35px;
  }

  section.hero > div > ul > li.text-white > div > p > strong {
    font-size: 17px ;
  }

  section.hero span.line-outside {
  width: 30%;
    height: 50px;
    position: absolute;
    border-bottom: 1px solid #1faaff;
    z-index: 3;
    top: 414px;
}


section.hero span.line-inside {
  width: 369px;
  height: 50px;
  position: absolute;
  border-bottom: 1px solid #1faaff;
  border-right: 1px solid #1faaff;
  border-radius: 0 0 10px 0;
  z-index: 3;
  top: 354px;
}

section.how-to > div.container > div > div:first-child {
margin-top: 40px ;
}


footer > div.container > div > div.menu {
  width: 50% ;

}
footer > div.container > div > div.menu > ul {
  right: -192px;
}

section.how-to > div.container ul > li > div > p {
  font-size: 17px ;
  line-height: 20px;
}

section.how-to > div.container ul > li > div > span {
  width: 78% ;
}

}

@media (max-width: 992px)  {




   section.hero > div > ul > li {
    max-width: 100% ;
    width: 100% ;
  }

  section.hero > div > ul > li div.widget-card {
    margin-top: 0px ;
  }

  section.hero > div > ul > li:first-child {
    text-align: center;
    width: 100% ;
    max-width: 100% ;
  }

  section.hero > div > ul > li.text-white > h1,
  section.hero > div > ul > li.text-white > p,
  section.hero > div > ul > li.text-white > div > p  {
    width: 100% ;
            max-width: 480px;
        margin: 30px auto 0 auto;
        padding: 0 ;
  }

  section.how-to > div.container > div > div {
    width: 100% ;
  }

  footer > div.container > div > div.menu {
    width: 50% ;
  }

   section.hero span.line-outside,
   section.hero span.line-inside {
    display: none;
}

section.how-to > div.container > div > div:first-child {
margin-top: 70px ;
}

section.how-to > div.container > div > div.list {
  margin-top: 0px ;
}

footer > div.container > div > div.menu > ul {
  right: -119px;
}

footer > div.container > div > div.menu > ul > li {
  width: 50% ;
}

footer > div.container > div > div.logo {
  width: 40% ;
}

footer > div.container > div > div.menu {
  width: 60% ;
}

}

@media (max-width: 768px)  {

  section.how-to > div.container > h2,
  section.faq > div.container > h2,
  section.cta-final > div.container > h2 {
    font-size: 35px ;
  }
  section.how-to > div.container > p {
    font-size: 18px ;
  }

   footer > div.container > div > div.logo,
  footer > div.container > div > div.menu {
    width: 100% ;
    text-align: center;
  }

  footer > div.container > div > div.logo > p {
    margin: 0 auto ;
  }

  footer > div.container > div > div.menu > ul > li {
    width: 100% ;
    text-align: center;
  }
  footer > div.container > div.small {
    text-align: center;
  }

  footer > div.container > div > div.menu > ul {
    right: 0px ;
  }

  .accordion-button {
    font-size: 19px ;
    display: block !important;
    line-height: 24px;
  }

   .accordion-button strong {
    margin: 0;
  } 

  .accordion-body {
    font-size: 17px !important;
  }
 
}

@media (max-width: 576px)  {
  section.hero > div > ul > li.text-white > h1 {
    font-size: 32px;
    padding: 0;
    line-height: 33px;
    margin: 16px 0 0 0;
  }

  section.hero > div > ul > li.text-white > p {
    padding: 0;
  }

  section.hero > div > ul > li.text-white > div > p {
    margin: 0;
    padding: 0 20px;
  }

  .accordion-button {
    font-size: 18px ;
    padding-right: 75px;
  }
  section.how-to > div.container ul > li > div > span {
    width: 77%;
  }

  section.how-to > div.container ul > li {
    width: 100% ;
    padding: 0 ;
  }

  section.how-to > div.container ul > li > div {
    padding: 10px 0;
  }

  section.how-to > div.container ul > li > div > p {
    max-width: 100%;
    margin-top: 36px;
        margin-bottom: 10px;
  }

   section.how-to > div.container ul > li > div > p br {
    display: none;
  }

  section.how-to > div.container ul > li > div > span {
    width: 90%;
  }

  section.how-to > div.container ul > li > div > div {
    width: 9% ;
  }

  section.how-to > div.container > h2, section.faq > div.container > h2, section.cta-final > div.container > h2 {
    font-size: 25px ;
  }

  section.cta-final > div.container > p {
    font-size: 17px ;
  }

  section.how-to > div.container > p {
    margin-top: 10px ;
  }

 
}

@media (max-width: 575.98px) {
  /* XS (Extra Small) */
}
