@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: #31374A;
}

html {
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #141824;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

a {
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

p {
  font-size: 1.125rem;
  line-height: 26px;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

button,
button:focus,
input:focus,
input:checked,
input.form-check-input:focus,
input.form-control:focus,
select:focus,
select.form-select:focus,
select,
textarea:focus,
textarea.form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.btn-primary {
  background-color: #3874FF;
}

.navbar {
  background-color: #FFF;
}

.navbar-brand img {
  height: 30px;
}
@media (max-width: 768px) {
  .navbar-brand img {
    height: 20px;
  }
}

.title-h1 .title {
  font-size: clamp(34px, 4vw, 4rem);
  font-weight: 600;
  margin-bottom: 1.875rem;
}
.title-h1 .title i {
  color: #3874FF;
  font-family: "Poppins", sans-serif;
}
.title-h1 .subtitle {
  font-size: clamp(24px, 4vw, 2rem);
  font-weight: 600;
}
.title-h1 .text {
  font-size: clamp(1.125rem, 2vw, 1.313rem);
  margin-bottom: 1.875rem;
  line-height: 28px;
}

.title-h2 .subtitle {
  color: #3874FF;
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: clamp(15px, 3vw, 30px);
}
.title-h2 .title {
  font-size: clamp(34px, 4vw, 3.5rem);
  font-weight: 600;
  margin-bottom: 30px;
}
.title-h2 .title i {
  color: #3874FF;
  font-family: "Poppins", sans-serif;
}
.title-h2 .text {
  font-size: clamp(1.125rem, 2vw, 1.313rem);
  line-height: 28px;
}
.title-h2.dark .title {
  color: #EFF2F6;
}
.title-h2.dark .text {
  color: #9FA6BC;
}

.title-h3 .subtitle {
  color: #3874FF;
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: clamp(15px, 3vw, 30px);
}
.title-h3 .title {
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 600;
  margin-bottom: 30px;
}
.title-h3 .title i {
  color: #3874FF;
  font-family: "Poppins", sans-serif;
}
.title-h3 .text {
  line-height: 28px;
}

.title-h4 .subtitle {
  color: #3874FF;
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 5px;
}
.title-h4 .title {
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  margin-bottom: 15px;
}
.title-h4 .title i {
  color: #3874FF;
  font-family: "Poppins", sans-serif;
}
.title-h4 .text {
  line-height: 28px;
}

footer {
  background-color: #141824;
}
footer .footer-brand {
  margin-bottom: 40px;
}
footer .footer-brand img {
  width: 160px;
}
footer .nav {
  margin-bottom: 40px;
}
footer .nav .nav-link {
  color: #9FA6BC;
}
footer .nav .nav-link:hover {
  color: #3874FF;
}
footer .border-top {
  border-color: #373E53 !important;
}
footer .copyright {
  color: #9FA6BC;
}
footer .footer-brand-2 {
  height: 25px;
}

header {
  margin-top: 70px;
  padding-bottom: clamp(60px, 8vw, 120px);
}
header .landing-header {
  background-image: url("../img/content/background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: clamp(30px, 3vw, 60px) clamp(12px, 3vw, 120px);
  padding-bottom: clamp(150px, 30vw, 390px);
  border-radius: 15px;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  header .landing-header {
    margin-top: 20px;
  }
}
header .landing-header .btn {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  header .landing-header .btn {
    margin-bottom: 40px;
  }
}
header .landing-header-image {
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  header .landing-header-image {
    width: 95%;
  }
}

.features-main {
  background-color: #141824;
  padding: clamp(60px, 8vw, 100px) 0;
}
.features-main-item .features-main-icon {
  background-color: #F5F7FA;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.features-main-item .features-main-text__title {
  color: #EFF2F6;
  font-weight: 600;
  margin-bottom: 15px;
}
.features-main-item .features-main-text__text {
  color: #9FA6BC;
}
.features-main-item .features-main-text__text b {
  color: #9FA6BC;
}

.features {
  /* padding-top: clamp(60px, 8vw, 120px);*/
   padding-top: clamp(30px, 4vw, 60px);
} 
.features-item {
  margin-bottom: clamp(60px, 8vw, 120px);
}
.features-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .features-image img {
    width: 100%;
  }
}
.features-content-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 10%;
  color: #3874FF;
}
.features-content-title {
  font-size: clamp(20px, 3vw, 1.438rem);
  font-weight: bold;
}
.features-content-link svg path {
  color: #3874FF;
  transition: 0.3s;
}
.features-content-link:hover svg path {
  color: #0a58ca;
}

.how {
  /* padding: clamp(60px, 8vw, 120px) 0; */
   padding: clamp(30px, 4vw, 60px) 0;
}
.how .title-h2 {
  margin-bottom: clamp(30px, 8vw, 60px);
}
@media (max-width: 992px) {
  .how-image {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .how-image {
    width: 100%;
  }
}
.how-list li {
  position: relative;
  padding-left: 24px; /* Espacio para el icono */
  margin: 5px 0;
  font-size: 1.125rem;
}
.how-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/svgs/check.svg");
  background-size: cover;
}

.faq {
  /* padding: clamp(60px, 8vw, 120px) 0; */
   padding: clamp(30px, 4vw, 60px) 0;
  background-color: #F5F7FA;
}
.faq .title-h2 {
  margin-bottom: clamp(30px, 8vw, 60px);
}
.faq .accordion-item {
  border: 0;
  color: #31374A;
  margin-bottom: 30px;
  border-radius: 12px;
}
.faq .accordion-button {
  font-size: 1.438rem;
  font-weight: 600;
  color: #141824;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .faq .accordion-button {
    font-size: 1.125rem !important;
  }
}
.faq .accordion-button:not(.collapsed) {
  background-color: #FFF;
}
.faq .accordion-body p:last-child {
  margin-bottom: 0;
}

.contact {
  background-color: #F5F7FA;
  /* padding-bottom: clamp(60px, 8vw, 120px); */
   padding-bottom: clamp(30px, 4vw, 60px);
}
.contact .title-h3 {
  margin-bottom: clamp(30px, 8vw, 60px);
}
.contact-item {
  margin-bottom: 30px;
}
.contact-item-link {
  font-size: 20px;
  font-weight: 600;
  color: #141824;
}
.contact-item-link:hover {
  color: #3874FF;
}
.contact-form .form-label {
  color: #3874FF;
  font-size: 0.813;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 16px;
}
.contact-form .form-control {
  border: 0;
  padding: 10px 16px;
}
.contact-form .form-control::-moz-placeholder {
  color: #9FA6BC;
}
.contact-form .form-control::placeholder {
  color: #9FA6BC;
}
.contact-form .form-check-label {
  color: #9FA6BC;
  font-size: 0.875rem;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */

@media ( max-width: 450px ) {
  .col-md-4 {
    margin-bottom: 50px;
  }
}
.card-hover-effect:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  transform: scale(1.03);
  transition: all 0.3s ease;
  z-index: 10; /* Para que se superponga si es necesario */
}
.feature-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  padding: 30px;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.feature-icon {
  font-size: 40px;
  color: #0d6efd; /* Bootstrap primary color */
  margin-bottom: 20px;
}
 .feature-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #212529;
}
