* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wow {
  visibility: hidden;
}

body {
  line-height: 1.1;
  overflow-x: hidden;
}

html {
  font-size: 10px;
}

:root {
  /*movile*/
  --font-Lato: "Lato", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;

  --font-Montserrat: "Montserrat", sans-serif;
  --font-Inter: "Inter", sans-serif;
  --font-Verdana: Verdana, sans-serif;

  /*
--font-Poppins: "Poppins", sans-serif;
--font-opensans: "Open Sans", sans-serif;
--font-Oswald: "Oswald", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
--font-Baloo2: "Baloo 2", sans-serif;
--font-Roboto: "Roboto", sans-serif;
--font-Ubuntu: "Ubuntu", sans-serif;
--font-RobotoCondensed: "Roboto Condensed", sans-serif;
--font-BebasNeue: "Bebas Neue", sans-serif;
--font-AbrilFatface: "Abril Fatface", serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-Nunito: "Nunito", sans-serif;
--font-LenguajeSpartan: "League Spartan", sans-serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
*/
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-header {
  position: relative;
  width: 100%;
}

.header-bg {
  height: 859px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-pagination {
  position: absolute;
  bottom: 35px;
  left: 200px;
  width: fit-content;
  z-index: 3;
}

.hero-pagination-inner {
  display: flex;
  align-items: flex-start;
}

.swiper-pagination-hero {
  position: static !important;
  display: flex !important;
  flex-direction: row;
  gap: 0px;
  pointer-events: all;
}

.swiper-pagination-hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ababab;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.swiper-pagination-hero .swiper-pagination-bullet-active {
  background-color: #145ea8;
}

.top-nav {
  background-color: rgba(30, 27, 100, 0.95);
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.top-nav .container {
  max-width: 1460px;
}

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

.logo-area img {
  height: 87px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 0;
}

.main-nav a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 3px;
  background-color: #ffffff;
}

.nav-separator {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}

.social-icons {
  display: flex;
  gap: 8px;
  margin-left: 100px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #385295;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.lang-selector {
  position: relative;
}

.lang-current {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  padding: 8px 15px;
  border-radius: 25px;
  cursor: pointer;
}

.lang-current img {
  width: 27px;
  height: 16px;
}

.lang-current span {
  color: #5d5d5d;
  font-family: var(--font-Inter);
  font-size: 16px;
  font-weight: 300;
}

.lang-current i {
  color: #5d5d5d;
  font-size: 12px;
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 0;
  min-width: 150px;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.lang-selector:hover .lang-dropdown {
  display: block;
}

.lang-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  color: #1f1c65;
  text-decoration: none;
  font-family: var(--font-Lato);
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.lang-dropdown a:hover {
  background-color: rgba(31, 28, 101, 0.1);
}

.lang-dropdown a img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.hero-section {
  margin-top: auto;
  padding-bottom: 130px;
  position: relative;
  z-index: 2;
}

.hero-section .container {
  max-width: 1580px;
}

.hero-content {
  max-width: 700px;
}

.hero-title {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -3px;
}

.hero-subtitle {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.2;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn-primary {
  background-color: #1976d2;
  color: #ffffff;
  width: 274px;
  height: 61px;
  border-radius: 30px;
  text-decoration: none;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover {
  background-color: #0b5ed7;
}

.btn-secondary {
  background-color: transparent;
  color: #ffffff;
  width: 274px;
  height: 61px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  text-decoration: none;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/*modal agendar*/
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.modal-overlay.active {
  display: flex;
}

.modal-box {
  background-color: #dfe0e0;
  border-radius: 50px 0 50px 50px;
  padding: 40px;
  width: 100%;
  max-width: 494px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: #1f1c65;
}

.modal-logo {
  text-align: center;
  margin-bottom: 15px;
}

.modal-logo img {
  height: 79px;
  width: auto;
}

.modal-title {
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 800;
  color: #3a3a3a;
  text-align: center;
  margin-bottom: 8px;
}

.modal-subtitle {
  font-family: var(--font-Montserrat);
  font-size: 16px;
  color: #3a3a3a;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.5;
}

.modal-form .modal-field {
  margin-bottom: 7px;
}

.modal-form .modal-row {
  display: flex;
  gap: 7px;
  margin-bottom: 7px;
}

.modal-form .modal-row .modal-field {
  flex: 1;
  margin-bottom: 0;
}

.modal-form input,
.modal-form select,
.modal-form textarea {
  width: 100%;
  padding: 23px 14px;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
  font-family: var(--font-Montserrat);
  font-size: 12px;
  color: #181717;
  background: #e6e4e1;
  outline: none;
  transition: border-color 0.2s ease;
}
.modal-form textarea {
  max-height: 63px;
}

.modal-form input:focus,
.modal-form select:focus,
.modal-form textarea:focus {
  border-color: #145ea8;
}

.modal-form textarea {
  resize: none;
}

.modal-buttons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  justify-content: center;
}

.modal-btn-borrar {
  width: 127px;
  height: 43px;
  border: none;
  background: #2b2b2b;
  color: #fff;
  border-radius: 25px;
  font-family: var(--font-Montserrat);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
}

.modal-btn-borrar:hover {
  background-color: #444444;
}

.modal-btn-enviar {
  width: 127px;
  height: 43px;
  background-color: #0076d8;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 25px;
  font-family: var(--font-Montserrat);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.modal-btn-enviar:hover {
  background-color: #005db0;
}

/*top footer*/
.top-footer {
  background-color: #2f2f2f;
  padding: 110px 0;
}

.top-footer .container {
  max-width: 1620px;
}

.tf-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 65px;
}

.tf-logo img {
  display: block;
  height: 132px;
  width: auto;
}

.tf-logo {
  margin-right: 50px;
  margin-top: 10px;
}

.tf-separator {
  width: 1px;
  height: 270px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
  flex-shrink: 0;
}

.tf-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tf-title {
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 700;
  color: #1b90fb;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.tf-item {
  font-family: var(--font-Montserrat);
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.8;
  transition: color 0.2s ease;
}

a.tf-item:hover {
  color: #cccccc;
}

/*footer*/
.main-footer {
  background-color: #232323;
  padding: 32px 0;
}

.main-footer .container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 15px;
}

.footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.main-footer .footer-separator {
  background: transparent;
}

.footer-privacy {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-privacy:hover {
  opacity: 0.8;
}

.footer-left {
  order: 0;
}

.footer-left p {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Verdana);
  margin: 0;
  text-align: left;
}

.footer-right {
  order: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-right span {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Inter);
}

.tecweb-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.tecweb-logo img {
  height: 20px;
  width: auto;
}

.tecweb-logo span {
  color: #ffffff;
  font-size: 11px;
  font-family: Arial, sans-serif;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #1b90fb;
  box-shadow: 0 0 3px 2px #fff;
  left: 40px;
  bottom: 65px;
  display: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
}

a#toTop::before {
  content: "\f077";
  font-family: FontAwesome;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

/*inicio*/

#intro-1 {
  background-color: #ffffff;
  padding: 100px 0 20px;
}

#intro-1 .container {
  max-width: 1200px;
  text-align: center;
}

#intro-1 .title {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 800;
  color: #505050;
  margin-bottom: 0;
  line-height: 1.3;
}

#intro-1 .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 600;
  color: #505050;
  margin-bottom: 40px;
  line-height: 1.4;
}

#intro-1 .text {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 300;
  color: #5d5d5d;
  margin-bottom: 25px;
  line-height: 1.6;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#intro-1 .text:last-child {
  margin-bottom: 0;
}

#intro-2 {
  background-color: #ffffff;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

#intro-2 .container {
  max-width: 1600px;
  position: relative;
}

#intro-2 .cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 150px;
  position: relative;
  z-index: 4;
}

#intro-2 .card-img {
  border-radius: 20px;
  overflow: hidden;
}

#intro-2 .card-img img {
  width: 100%;
  height: auto;
  display: block;
}

#intro-2 .content-wrapper {
  position: relative;
  min-height: 800px;
}

#intro-2 .box-right {
  position: absolute;
  top: -390px;
  right: 0;
  width: 46.2%;
  background-color: #efefef;
  border-radius: 0 0 0 180px;
  padding: 340px 10px 115px 160px;
  z-index: 3;
}

#intro-2 .box-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 9999px;
  height: 100%;
  background-color: #efefef;
}

#intro-2 .box-right .badge {
  display: inline-block;
  background-color: #d64545;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 21px;
  border-radius: 25px;
  margin-bottom: 30px;
}

#intro-2 .box-right .title {
  font-family: var(--font-Montserrat);
  font-size: 40px;
  font-weight: 800;
  color: #343434;
  margin-bottom: 30px;
  line-height: 1.2;
}

#intro-2 .box-right .text {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 30px;
  line-height: 1.6;
}

#intro-2 .box-right .text-bold {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  margin-bottom: 0;
  line-height: 1.6;
}

#intro-2 .box-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 76%;
  background-color: #2b2b2b;
  border-radius: 0 0 220px 0;
  padding: 140px 590px 150px 20px;
  z-index: 2;
}

#intro-2 .box-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999px;
  height: 100%;
  background-color: #2b2b2b;
}

#intro-2 .box-left .badge {
  display: inline-block;
  background-color: #7cb342;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 19px 13px;
  border-radius: 30px;
  margin-bottom: 40px;
}

#intro-2 .box-left .title {
  font-family: var(--font-Montserrat);
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1;
}

#intro-2 .box-left .text {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.6;
}

#intro-2 .box-left .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 30px;
}

#intro-2 .box-left .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#intro-2 .box-left .list li {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  line-height: 1.1;
}

#intro-2 .box-left .list li::before {
  content: "●";
  color: #7cb342;
  position: absolute;
  left: 0;
  font-size: 22px;
  line-height: 0.7;
}

#intro-3 {
  background-color: #ffffff;
  padding: 120px 0;
  text-align: center;
}

#intro-3 .container {
  max-width: 1800px;
}

#intro-3 .badge {
  display: inline-block;
  background-color: #1976d2;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 19px 19px;
  border-radius: 25px;
  margin-bottom: 28px;
}

#intro-3 .title {
  font-family: var(--font-Montserrat);
  font-size: 40px;
  font-weight: 800;
  color: #2b2b2b;
  margin-bottom: 30px;
  line-height: 1.2;
}

#intro-3 .grid {
  display: grid;
  grid-template-columns: 400px 1fr 1fr;
  gap: 2px 40px;
  max-width: 1540px;
  margin: 0 auto 60px;
}

#intro-3 .item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}

#intro-3 .item .bullet {
  color: #1976d2;
  font-size: 20px;
  line-height: 1.3;
  flex-shrink: 0;
}

#intro-3 .item .text {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #616161;
  line-height: 1.6;
  margin: 0;
}

#intro-3 .wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

#intro-3 .card {
  width: 556px;
  height: 385px;
  background-image: url("../images/inicio/bg-beneficios.png");
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

#intro-3 .card .icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

#intro-3 .card:nth-child(1) .icon {
  width: 78px;
  height: 125px;
}

#intro-3 .card:nth-child(2) .icon {
  width: 105px;
  height: 123px;
}

#intro-3 .card:nth-child(3) .icon {
  width: 154px;
  height: 123px;
}

#intro-3 .card .number {
  font-family: var(--font-Montserrat);
  font-size: 72px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 5px;
  line-height: 1;
}

#intro-3 .card .label {
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1;
}

#intro-3 .card .type {
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

#intro-3 .btn {
  display: inline-block;
  background-color: #48a0f8;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 21px 70px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#intro-3 .btn:hover {
  background-color: #0b5ed7;
}
