* {
  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-selector::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
}

.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: 1300px;
  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;
  position: relative;
}

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

#intro-2 .card-label {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 18px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(14px, 1.5vw, 24px);
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

#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;
}

#intro-4 {
  background-image: url("../images/inicio/bg-cliente.webp");
  background-size: cover;
  background-position: center;
  padding: 115px 0 50px;
}

#intro-4 .container {
  max-width: 1560px;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

#intro-4 .left {
  flex: 1;
}

#intro-4 .left .badge {
  display: inline-block;
  background-color: #dcb029;
  color: #fff;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 19px 36px;
  border-radius: 25px;
  margin-bottom: 30px;
}

#intro-4 .left .title {
  font-family: var(--font-Montserrat);
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -2px;
}

#intro-4 .left .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.4;
}

#intro-4 .left .list {
  margin-bottom: 20px;
}

#intro-4 .left .list .item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 0;
}

#intro-4 .left .list .bullet {
  color: #dcb029;
  font-size: 20px;
  line-height: 1.2;
  flex-shrink: 0;
}

#intro-4 .left .list .text {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}

#intro-4 .left .section {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.2;
}

#intro-4 .right {
  flex: 1.1;
  background-color: rgba(171, 71, 188, 0.5);
  border-radius: 80px;
  padding: 50px 45px 50px 100px;
}

#intro-4 .right .badge {
  display: inline-block;
  background-color: #5e3865;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 19px;
  border-radius: 25px;
  margin-bottom: 25px;
}

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

#intro-4 .right .list .item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 8px;
}

#intro-4 .right .list .bullet {
  color: #ffffff;
  font-size: 20px;
  line-height: 0.8;
  flex-shrink: 0;
}

#intro-4 .right .list .text {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

#intro-5 {
  background-color: #ffffff;
  padding: 140px 0;
}

#intro-5 .container {
  max-width: 1560px;
  display: flex;
  gap: 54px;
  align-items: center;
}

#intro-5 .left {
  flex: 1;
  max-width: 650px;
}

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

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

#intro-5 .left .text {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 40px;
  line-height: 1.6;
}

#intro-5 .left .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 700;
  color: #343434;
  margin: 0;
  line-height: 1.4;
}

#intro-5 .right {
  flex: 1;
}

#intro-5 .right .grid {
  display: grid;
  grid-template-columns: repeat(4, 175px);
  gap: 40px;
}

#intro-5 .right .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#intro-5 .right .card {
  width: 165px;
  height: 160px;
  background-color: #1976d2;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

#intro-5 .right .card.has-triangle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #ffffff;
}

#intro-5 .right .card img {
  object-fit: contain;
  filter: brightness(0) invert(1);
}

#intro-5 .right .item:nth-child(1) .card img { width: 88px; height: 94px; }
#intro-5 .right .item:nth-child(2) .card img { width: 87px; height: 83px; }
#intro-5 .right .item:nth-child(3) .card img { width: 79px; height: 79px; }
#intro-5 .right .item:nth-child(4) .card img { width: 88px; height: 83px; }
#intro-5 .right .item:nth-child(5) .card img { width: 95px; height: 91px; }
#intro-5 .right .item:nth-child(6) .card img { width: 88px; height: 88px; }
#intro-5 .right .item:nth-child(7) .card img { width: 82px; height: 83px; }
#intro-5 .right .item:nth-child(8) .card img { width: 68px; height: 83px; }

#intro-5 .right .card .name {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin-top: 8px;
}

#intro-5 .right .item .desc {
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  text-align: center;
  line-height: 1.1;
  margin: 0;
  min-height: 16px;
}

#intro-6 {
  background-image: url("../images/inicio/bg-frase.webp");
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}

#intro-6 .container {
  max-width: 1400px;
}

#intro-6 .quote {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 120px;
}

#intro-6 .quote .open {
  position: absolute;
  top: 0;
  left: 50px;
  width: 189px;
  height: 148px;
}

#intro-6 .quote .close {
  position: absolute;
  bottom: 0;
  right: 100px;
  width: 189px;
  height: 148px;
}

#intro-6 .quote .text {
  font-family: var(--font-Montserrat);
  font-size: 60px;
  font-weight: 700;
  color: #4c4c4c;
  letter-spacing: -2px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 1;
}

#intro-7 {
  background-image: url("../images/inicio/bg-agendar.webp");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
}

#intro-7 .container {
  max-width: 1300px;
}

#intro-7 .title {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.2;
}

#intro-7 .text {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.5;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

#intro-7 .btn {
  display: inline-block;
  background-color: #7cb342;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 700;
  padding: 24px 50px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#intro-7 .btn:hover {
  background-color: #689f38;
}

/*contacto*/

#contact-1 {
  background-color: #fff;
  padding: 120px 0;
  text-align: center;
}

#contact-1 .container {
  max-width: 1500px;
}

#contact-1 .title {
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 800;
  color: #505050;
  margin-bottom: 20px;
  line-height: 1.2;
}

#contact-1 .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 50px;
  line-height: 1.5;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#contact-1 .form {
  max-width: 1250px;
  margin: 0 auto;
}

#contact-1 .form .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 5px;
}

#contact-1 .form .field {
  width: 100%;
}

#contact-1 .form input,
#contact-1 .form textarea {
  width: 100%;
  padding: 26px 20px;
  border: 1px solid #e1e1e4;
  border-radius: 14px;
  font-family: var(--font-Inter);
  font-size: 14px;
  color: #9a9a9a;
  background-color: #ffffff;
  outline: none;
  transition: border-color 0.3s ease;
}

#contact-1 .form input::placeholder,
#contact-1 .form textarea::placeholder {
  color: #ababab;
}

#contact-1 .form input:focus,
#contact-1 .form textarea:focus {
  border-color: #1976d2;
}

#contact-1 .form textarea {
  resize: none;
  height: 141px;
  margin-bottom: 40px;
}

#contact-1 .captcha {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

#contact-1 .buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

#contact-1 .btn-clear,
#contact-1 .btn-send {
  width: 140px;
  height: 48px;
  border: none;
  border-radius: 25px;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

#contact-1 .btn-clear,
#contact-1 .btn-send {
  background-color: #1976d2;
  color: #ffffff;
}

#contact-2 {
  background-color: #3655f2;
  padding: 54px 0;
}

#contact-2 .container {
  max-width: 1200px;
}

#contact-2 .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#contact-2 .icon {
  color: #ffffff;
  font-size: 24px;
  flex-shrink: 0;
}

#contact-2 .text {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

#contact-3 .map-container {
  width: 100%;
  height: 623px;
}

#contact-3 .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/*asesoria fiscal*/
#services-1 {
  background-color: #ffffff;
  padding: 80px 0 120px;
  text-align: center;
}

#services-1 .container {
  max-width: 1800px;
}

#services-1 .badge {
  display: inline-block;
  background-color: #1976d2;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 800;
  padding: 35px 100px;
  border-radius: 80px;
  margin-bottom: 60px;
}

[lang="en"] #services-1 .badge {
  padding: 35px 32px;
}

#services-1 .title {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 35px;
  line-height: 1;
}

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

#services-1 .images {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 60px;
}

#services-1 .img-wrapper {
  flex: 0 0 auto;
  border-radius: 30px;
  overflow: hidden;
}

#services-1 .img-wrapper img {
  display: block;
  width: 811px;
  height: auto;
}

#services-2 {
  background-color: #ffffff;
  padding: 0 0 100px;
}

#services-2 .wrapper {
  position: relative;
}

#services-2 .blue-box {
  background-image: url("../images/fiscal/bg-sat.webp");
  background-size: cover;
  background-position: center;
  height: 642px;
  position: relative;
  overflow: visible;
}

#services-2 .container {
  max-width: 1800px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#services-2 .left {
  flex: 0 0 55%;
  padding-right: 60px;
  padding-left: 180px;
}

#services-2 .title {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.2;
}

#services-2 .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 30px;
  line-height: 1.4;
}

#services-2 .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#services-2 .list li {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  line-height: 1.4;
}

#services-2 .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #1976d2;
}

#services-2 .right {
  flex: 0 0 45%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#services-2 .right .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 730px;
  max-width: none;
}

#services-2 .badge {
  position: absolute;
  bottom: -80px;
  left: 150px;
  background-color: #529ce8;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 400;
  padding: 50px 80px;
  border-radius: 80px;
  line-height: 1.1;
  text-align: center;
}

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

#services-3 .container {
  max-width: 1550px;
}

#services-3 .title {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 700;
  color: #505050;
  letter-spacing: -1px;
  margin-bottom: 20px;
  line-height: 1.2;
}

#services-3 .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #7a7a7a;
  margin-bottom: 60px;
  line-height: 1.5;
}

#services-3 .grid {
  display: grid;
  grid-template-columns: repeat(3, 479px);
  gap: 30px 50px;
  justify-content: center;
  max-width: 1520px;
  margin: 0 auto;
}

#services-3 .box:nth-child(4) {
  grid-column: 1 / 3;
  grid-row: 2;
  justify-self: center;
}

#services-3 .box:nth-child(5) {
  grid-column: 2 / 4;
  grid-row: 2;
  justify-self: center;
}

#services-3 .box {
  width: 479px;
  height: 121px;
  background-color: #f2f2f2;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 700;
  color: #616161;
  line-height: 1.3;
  text-align: center;
}

#services-4 {
  background-color: #ffffff;
  padding: 0 0 100px;
}

#services-4 .wrapper {
  position: relative;
}

#services-4 .dark-box {
  background-color: #363636;
  height: 642px;
  position: relative;
  overflow: visible;
}

#services-4 .container {
  max-width: 1900px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#services-4 .left {
  flex: 0 0 45%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#services-4 .left .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 730px;
  max-width: none;
}

#services-4 .right {
  flex: 0 0 55%;
  padding-left: 60px;
  padding-right: 20px;
  margin-top: -35px;
}

#services-4 .title {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.2;
}

#services-4 .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.4;
}

#services-4 .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#services-4 .list li {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  line-height: 1.4;
}

#services-4 .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #1ca3ec;
}

#services-4 .badge {
  position: absolute;
  bottom: -80px;
  right: 150px;
  background-color: #529ce8;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 400;
  padding: 50px 80px;
  border-radius: 80px;
  line-height: 1;
  text-align: center;
}

#services-5 {
  background-color: #ffffff;
  padding: 80px 0;
}

#services-5 .container {
  max-width: 1700px;
}

#services-5 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

#services-5 .col {
  display: flex;
  flex-direction: column;
}

#services-5 .image {
  margin-bottom: 40px;
}

#services-5 .image img {
  width: 100%;
  height: auto;
  display: block;
}

#services-5 .title {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}

#services-5 .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
}

#services-5 .list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  width: fit-content;
}

#services-5 .list li {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
}

#services-5 .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 5px solid #e7e7e7;
  background-color: #1976d2;
}

#services-5 .highlight {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #1976d2;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

#services-6 {
  background-image: url("../images/fiscal/porque/bg-porque.webp");
  background-size: cover;
  background-position: center;
  padding: 250px 0;
  position: relative;
}

#services-6 .container {
  max-width: 1600px;
  position: relative;
}

#services-6 .title-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

#services-6 .title-wrapper::before {
  content: "¿Por Qué Elegir Nuestra Firma?";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-Montserrat);
  font-size: 90px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.12;
  z-index: 0;
  white-space: nowrap;
  pointer-events: none;
}

[lang="en"] #services-6 .title-wrapper::before {
  content: "Why Choose Our Firm?";
}

#services-6 .title {
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

#services-6 .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  justify-items: center;
}

#services-6 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#services-6 .icon {
  margin-bottom: 25px;
}

#services-6 .icon img {
  display: block;
  width: 207px;
  height: 207px;
}

#services-6 .text {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
}

#services-7 {
  background-color: #ffffff;
  padding: 280px 0;
  position: relative;
}

#services-7 .wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

#services-7 .container {
  max-width: 1460px;
  flex: 1;
  z-index: 1;
}

#services-7 .left {
  max-width: 770px;
  position: relative;
  top: -100px;
}

#services-7 .title {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #3d3c3c;
  margin-bottom: 20px;
  line-height: 1.1;
}

#services-7 .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 25px;
  line-height: 1.5;
}

#services-7 .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#services-7 .list li {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
}

#services-7 .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 5px solid #dcdcdc;
  background-color: #1976d2;
}

#services-7 .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 0;
}

#services-7 .right img {
  width: 100%;
  max-width: 890px;
  height: auto;
  display: block;
  margin-left: auto;
}

#services-7 .badge {
  position: absolute;
  bottom: -70px;
  right: 25%;
  background-color: #529ce8;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 400;
  padding: 30px 71px;
  border-radius: 80px;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
}

#services-8 {
  background-color: #f5f5f5;
  padding: 100px 0 120px;
  text-align: center;
}

#services-8 .container {
  max-width: 1500px;
}

#services-8 .title-wrapper {
  position: relative;
  margin-bottom: 30px;
}

#services-8 .title-wrapper::before {
  content: "Consultoría en Cumplimiento Empresarial en México";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-Montserrat);
  font-size: 3.4vw;
  font-weight: 800;
  color: #e0e0e0;
  opacity: 0.4;
  z-index: 0;
  white-space: nowrap;
  pointer-events: none;
}

[lang="en"] #services-8 .title-wrapper::before {
  content: "Business Compliance Consulting in Mexico";
}

#services-8 .title {
  font-family: var(--font-Montserrat);
  font-size: 36px;
  font-weight: 700;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

#services-8 .subtitle {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 60px;
  line-height: 1.5;
}

#services-8 .grid {
  display: grid;
  grid-template-columns: repeat(4, 333px);
  gap: 50px;
  justify-content: center;
}

#services-8 .item {
  display: flex;
  justify-content: center;
}

#services-8 .box {
  width: 333px;
  height: 313px;
  background-image: url("../images/fiscal/objetivo/bg-objetivo.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#services-8 .icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

#services-8 .text {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}
