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

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

html {
  font-size: 10px;
}

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

  --font-Montserrat: "Montserrat", sans-serif;
  --font-Baloo2: "Baloo 2", sans-serif;
  --font-opensans: "Open Sans", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;

  /*
--font-Inter: "Inter", sans-serif;
--font-Roboto: "Roboto", sans-serif;
--font-Poppins: "Poppins", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
--font-Oswald: "Oswald", sans-serif;

--font-Verdana: Verdana, 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: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

/*header*/
.main-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 18.65/9;
}

.page-estimaciones-comerciales .main-header,
.page-avaluos-inmuebles .main-header,
.page-avaluos-maquinaria-equipo .main-header,
.page-contacto .main-header {
  aspect-ratio: auto;
  height: 680px;
}

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

.header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav {
  position: relative;
  z-index: 10;
  padding: 58px 0;
}

.nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 675px);
  height: 74px;
  background: #004182;
  z-index: 1;
}

.nav::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 675px);
  height: 74px;
  background: #004182;
  z-index: 1;
}

.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0px 40px;
  height: 74px;
  max-width: 1360px;
  position: relative;
}

.nav .container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 100%;
  background: #004182;
  z-index: -1;
  clip-path: polygon(0px 0px, 0px 100%, 30.5% 101.36%, 64.5% -44px, 102px -0%);
}

.nav .container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 161px);
  height: 100%;
  background: #004182;
  z-index: -1;
  clip-path: polygon(60px 50%, 42px 3px, 100% 0px, 100% 100%, 80px 100%);
}

.nav-logo {
  position: relative;
  top: -0px;
  z-index: 4;
}

.nav-logo img {
  height: 138px;
  width: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 17px;
  margin-right: 60px;
  padding: 0;
}

.nav-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.3s ease;
  position: relative;
  padding-bottom: 4px;
}

.nav-menu li:not(.separator) a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.nav-menu li:not(.separator) a.active::after {
  width: 100%;
}

.nav-menu li a:hover {
  opacity: 0.8;
}

.nav-menu li.separator {
  color: #ffffff;
  font-size: 19px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #ffffff 50%,
    transparent 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn-contacto {
  display: inline-block;
  background: #ffffff;
  color: #0c3452;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

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

.hero-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: center;
  max-width: 1100px;
  margin-top: 160px;
}

.hero-title {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.hero-subtitle {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

.hero-content-internal {
  text-align: center;
  max-width: 1400px;
  padding: 0 20px;
  margin-top: 130px;
}

.page-avaluos-inmuebles .hero-content-internal {
  max-width: 1800px;
}

.page-avaluos-maquinaria-equipo .hero-content-internal {
  max-width: 1800px;
}

.hero-title-internal {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.page-avaluos-inmuebles .hero-title-internal {
  font-size: 46px;
}

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

.page-contacto .hero-subtitle-internal {
  font-size: 45px;
}

.hero-btn-internal {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  color: #0a2c49;
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 38px;
  border-radius: 31px;
  border: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.hero-btn-internal:hover {
  background: #ffffff;
  color: #003d6b;
}

.hero-indicator {
  width: 265px;
  height: 16px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  border-radius: 8px;
}

.hero-arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 6;
}

.hero-arrow-left {
  left: 250px;
}

.hero-arrow-right {
  right: 250px;
}

.hero-arrow img {
  width: 54px;
  height: auto;
}

/*top footer*/

.top-footer {
  background: #2a2a2a;
  padding: 120px 0 60px 0;
}

.top-footer .container {
  max-width: 1325px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.2fr auto 1fr auto 1.2fr auto 1.3fr;
  gap: 40px;
  align-items: start;
}

.footer-column {
  color: #ffffff;
}

.footer-title {
  color: #3c90ae;
  font-family: var(--font-Montserrat);
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.footer-text {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}

.footer-privacy-link {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
  transition: color 0.3s ease;
}

.footer-privacy-link:hover {
  color: #5bc0de;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu li a {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  color: #5bc0de;
}

.footer-separator {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.footer-contact p {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 0 15px 0;
}

.footer-contact p a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact p a:hover {
  color: #5bc0de;
}

.footer-contact p strong {
  font-weight: 600;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.footer-social .social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social .social-icon.facebook {
  color: #506a82;
}

.footer-social .social-icon.instagram {
  color: #f98d78;
}

.footer-social .social-icon:hover {
  transform: scale(1.1);
}

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

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

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

.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 p {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Arial);
  margin: 0;
  text-align: left;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.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: #004182;
  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 {
  position: relative;
  padding: 175px 0;
  background: #f5f5f5;
  overflow: hidden;
}

#intro-1 .container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

#intro-1 .content-wrapper {
  max-width: 50%;
}

#intro-1 .text-side {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#intro-1 .title-img {
  max-width: 467px;
  width: 100%;
  height: auto;
}

#intro-1 .desc {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

#intro-1 .img-side {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 45%;
  z-index: 1;
}

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

#intro-2 {
  position: relative;
  padding: 120px 0;
  background: url("../images/inicio/bg.png") center/cover no-repeat;
  overflow: hidden;
}

#intro-2 .container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

#intro-2 .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

#intro-2 .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#intro-2 .icon-circle {
  margin-bottom: 20px;
}

#intro-2 .icon-circle img {
  width: 180px;
  height: auto;
}

#intro-2 .card-title {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 24px;
  font-weight: 700;
  min-height: 62px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro-2 .card-box {
  background: rgba(8, 75, 120);
  border-radius: 15px;
  padding: 30px 25px 50px 25px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  position: relative;
}

#intro-2 .card-text {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

#intro-2 .card-text-bold {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

#intro-2 .btn-card {
  display: inline-block;
  background: #5bc0de;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}

#intro-2 .btn-card:hover {
  background: #4aa8c5;
}

#intro-3 {
  position: relative;
  padding: 80px 0;
  background: url("../images/inicio/bg2.png") center/cover no-repeat;
}

#intro-3 .container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

#intro-3 .section-title {
  font-family: var(--font-Baloo2);
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 60px 0;
  color: #003257;
  text-transform: uppercase;
}

#intro-3 .section-title .highlight {
  color: #003d6b;
  font-weight: 700;
}

#intro-3 .grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px;
  position: relative;
  z-index: 2;
}

#intro-3 .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

#intro-3 .feature-icon {
  margin-bottom: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro-3 .feature-icon img {
  max-width: 80px;
  max-height: 80px;
  height: auto;
  width: auto;
}

#intro-3 .feature-item:nth-child(3) .feature-icon img {
  height: 71px;
  width: auto;
  max-width: none;
}

#intro-3 .feature-title {
  color: #003d6b;
  font-family: var(--font-Baloo2);
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#intro-3 .feature-desc {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

#intro-3 .separator-vertical {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: calc(100% - 140px);
  background: #bacada;
  border-radius: 6.5px;
  z-index: 1;
}

#intro-3 .separator-horizontal {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  height: 13px;
  background: #bacada;
  border-radius: 6.5px;
  z-index: 1;
}

#intro-3 .center-circle {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #003d6b;
  z-index: 3;
}

#intro-4 {
  position: relative;
  padding: 80px 0;
  background: url("../images/inicio/br3.png") center/cover no-repeat;
  overflow: hidden;
}

#intro-4 .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

#intro-4 .section-title {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}

#intro-4 .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

#intro-4 .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#intro-4 .stat-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  position: relative;
  background: transparent;
}

#intro-4 .stat-circle::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 102%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

#intro-4 .stat-circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #1563b1;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}

#intro-4 .stat-number {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 48px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-right: -10px;
}

#intro-4 .stat-label {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.4;
}

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

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

#intro-5 .section-title {
  color: #003257;
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}

#intro-5 .section-title .highlight {
  color: #004182;
  font-weight: 800;
}

#intro-5 .faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#intro-5 .faq-item {
  background: #ebf0f5;
  border-radius: 10px;
  overflow: hidden;
}

#intro-5 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 43px 40px;
  cursor: pointer;
  transition: background 0.3s ease;
  gap: 10px;
}

#intro-5 .faq-question:hover {
  background: #e5ebf1;
}

#intro-5 .faq-question h3 {
  color: #202020;
  font-family: var(--font-Montserrat);
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

#intro-5 .faq-icon {
  color: #003d6b;
  font-size: 30px;
  transition: transform 0.3s ease;
}

#intro-5 .faq-item.active .faq-icon {
  transform: rotate(-90deg);
}

#intro-5 .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-out;
  background: #ffffff;
}

#intro-5 .faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

#intro-5 .faq-answer-inner {
  overflow: hidden;
}

#intro-5 .faq-answer p {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
  padding: 25px 40px 30px 40px;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.25s ease 0.1s,
    transform 0.25s ease 0.1s;
}

#intro-5 .faq-item.active .faq-answer p {
  opacity: 1;
  transform: translateY(0);
}

#intro-6 {
  padding: 100px 0;
  background: url("../images/inicio/br4.png") center/cover no-repeat;
  position: relative;
}

#intro-6 .container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

#intro-6 .section-title {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  line-height: 1.4;
}

#intro-6 .section-title .highlight {
  font-size: 55px;
  font-weight: 800;
}

#intro-6 .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#intro-6 .form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#intro-6 .form-group input,
#intro-6 .form-group textarea {
  width: 100%;
  padding: 29px 20px;
  border: none;
  border-radius: 5px;
  background: rgb(255, 255, 255, 0.8);
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 400;
  outline: none;
  transition: background 0.3s ease;
}

#intro-6 .form-group input::placeholder,
#intro-6 .form-group textarea::placeholder {
  color: #616161;
}

#intro-6 .form-group input:focus,
#intro-6 .form-group textarea:focus {
  background: #ffffff;
}

#intro-6 .form-group.full {
  width: 100%;
}

#intro-6 .form-group textarea {
  resize: vertical;
  min-height: 172px;
  max-height: 220px;
}

#intro-6 .recaptcha-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#intro-6 .form-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

#intro-6 .btn-clear,
#intro-6 .btn-submit {
  padding: 14px 34px;
  border: none;
  border-radius: 25px;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

#intro-6 .btn-clear {
  background: #dbdbdb;
  color: #3e3e3e;
}

#intro-6 .btn-clear:hover {
  background: #b2b9c1;
}

#intro-6 .btn-submit {
  background: #238fb5;
  color: #ffffff;
}

#intro-6 .btn-submit:hover {
  background: #4aa8c5;
}


/* Estimaciones comerciales */

#comercial-1 {
  position: relative;
  padding: 200px 0 430px 0;
  background: #f0f0f0;
}

#comercial-1 .container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

#comercial-1 .main-title {
  color: #525252;
  font-family: var(--font-Baloo2);
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
}

#comercial-1 .main-title .highlight {
  color: #003d6b;
  font-weight: 800;
  font-size: 48px;
  display: block;
  margin: 0 0 30px 0;
}

#comercial-1 .main-desc {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  max-width: 1300px;
}

#comercial-1 .video-wrapper {
  position: absolute;
  bottom: -260px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
  aspect-ratio: 1343 / 549;
  z-index: 10;
  padding: 0 20px;
  box-sizing: border-box;
  background: #000;
  border-radius: 57px;
}

#comercial-1 .video-wrapper img,
#comercial-1 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

#comercial-1 .video-wrapper img {
  object-fit: cover;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
}

#comercial-1 .video-wrapper iframe {
  border-radius: 57px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

#comercial-1 .video-wrapper.playing img {
  opacity: 0;
  pointer-events: none;
}

#comercial-1 .video-wrapper.playing iframe {
  opacity: 1;
  pointer-events: auto;
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

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

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
}

.video-modal-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  line-height: 1;
}

#comercial-2 {
  position: relative;
  padding: 250px 0 60px 0;
  background: #ffffff;
  overflow: hidden;
  margin-top: 250px;
}

#comercial-2 .container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

#comercial-2 .content-wrapper {
  max-width: 57%;
}

#comercial-2 .text-side {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

#comercial-2 .item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

#comercial-2 .icon {
  flex-shrink: 0;
}

#comercial-2 .icon img {
  height: 67px;
  width: auto;
}

#comercial-2 .info {
  flex: 1;
}

#comercial-2 .title {
  color: #2f5370;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

#comercial-2 .desc {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}

#comercial-2 .img-side {
  position: absolute;
  top: 53%;
  right: 0;
  transform: translateY(-50%);
  width: 802px;
  height: 818px;
  z-index: 1;
}

#comercial-2 .img-side img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

#comercial-3 {
  padding: 90px 0;
  background: url("../images/comerciales/bg2.png") center/cover no-repeat;
  position: relative;
}

#comercial-3 .container {
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 20px;
}

#comercial-3 .section-header {
  text-align: center;
  margin-bottom: 60px;
}

#comercial-3 .section-title {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

#comercial-3 .section-subtitle {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

#comercial-3 .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

#comercial-3 .left-side {
  margin-top: 115px;
}

#comercial-3 .req-title {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#comercial-3 .req-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#comercial-3 .req-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}

#comercial-3 .check-icon {
  width: 22px;
  height: auto;
  flex-shrink: 0;
}

#comercial-3 .req-list li span {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

#comercial-3 .step-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 30%,
    rgba(255, 255, 255, 0.15) 100%
  );
  padding: 12px 25px 12px 0;
  border-radius: 50px;
  margin-bottom: 10px;
}

#comercial-3 .step-number {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #116b9e;
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 60px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#comercial-3 .step-text {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

#comercial-3 .footer-text {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 600;
  text-align: end;
  margin: 0 20px 0 0;
}

#comercial-4 {
  padding: 130px 0;
  background: #ffffff;
}

#comercial-4 .container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

#comercial-4 .section-header {
  text-align: center;
  margin-bottom: 60px;
}

#comercial-4 .pre-title {
  color: #666666;
  font-family: var(--font-Baloo2);
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

#comercial-4 .section-title {
  color: #003d6b;
  font-family: var(--font-Baloo2);
  font-size: 54px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

#comercial-4 .testimonials-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 1.2fr;
  gap: 30px;
  align-items: start;
}

#comercial-4 .testimonial-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#comercial-4 .testimonial-card {
  background: #f8f8f8;
  padding: 90px 30px;
  border-radius: 62px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#comercial-4 .testimonial-item:first-child .testimonial-card,
#comercial-4 .testimonial-item:last-child .testimonial-card {
  padding: 90px 30px;
  margin-top: 55px;
}

#comercial-4 .testimonial-item:last-child .quote-icon {
  margin-left: 40px;
}

#comercial-4 .quote-icon {
  width: 48px;
  height: 32px;
  margin-bottom: -19px;
  margin-left: 30px;
}

#comercial-4 .testimonial-text {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  text-align: center;
}

#comercial-4 .testimonial-author {
  color: #116b9e;
  font-family: var(--font-Montserrat);
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-bottom: -15px;
}

#comercial-4 .testimonial-company {
  color: #616161;
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}

#comercial-5 {
  padding: 200px 0;
  background: url("../images/comerciales/bg3.png") center/cover no-repeat;
  position: relative;
}

#comercial-5 .container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

#comercial-5 .content-left {
  text-align: center;
}

#comercial-5 .promo-title {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 60px;
  font-weight: 300;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#comercial-5 .promo-price {
  background: #ffffff;
  color: #003d6b;
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 700;
  padding: 12px 58px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
}

#comercial-5 .promo-desc {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
}

#comercial-5 .promo-btn {
  background: #0c3b5e;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 25px 30px;
  border-radius: 52px;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  line-height: 1.4;
}

#comercial-5 .promo-btn:hover {
  background: #ffffff;
  color: #003d6b;
}

/*inmuebles*/
#inmuebles-1 {
  position: relative;
  padding: 120px 0 400px 0;
  background: #f0f0f0;
}

#inmuebles-1 .container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

#inmuebles-1 .main-title {
  color: #003d6b;
  font-family: var(--font-Baloo2);
  font-size: 58px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

#inmuebles-1 .main-desc {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 70px auto;
  max-width: 1100px;
}

#inmuebles-1 .metodo-section {
  text-align: center;
}

#inmuebles-1 .metodo-title {
  color: #3f3f3f;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

#inmuebles-1 .metodo-subtitle {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 35px 0;
}

#inmuebles-1 .metodo-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

#inmuebles-1 .metodo-btn {
  background: #40607c;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  width: 403px;
  height: 61px;
  border: none;
  border-radius: 50px;
  cursor:default;
  transition: all 0.3s ease;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* #inmuebles-1 .metodo-btn:hover {
  background: #116b9e;
} */

#inmuebles-1 .video-wrapper {
  position: absolute;
  bottom: -260px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
  aspect-ratio: 1343 / 549;
  z-index: 10;
  padding: 0 20px;
  box-sizing: border-box;
  background: #000;
  border-radius: 57px;
}

#inmuebles-1 .video-wrapper img,
#inmuebles-1 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

#inmuebles-1 .video-wrapper img {
  object-fit: cover;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  border-radius: 57px;
}

#inmuebles-1 .video-wrapper iframe {
  border-radius: 57px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

#inmuebles-1 .video-wrapper.playing img {
  opacity: 0;
  pointer-events: none;
}

#inmuebles-1 .video-wrapper.playing iframe {
  opacity: 1;
  pointer-events: auto;
}

#inmuebles-2 {
  position: relative;
  padding: 120px 0;
  margin-top: 350px;
  background: #ffffff;
  overflow: hidden;
}

#inmuebles-2 .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

#inmuebles-2 .content-wrapper {
  max-width: 40%;
}

#inmuebles-2 .text-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#inmuebles-2 .section-title {
  color: #116b9e;
  font-family: var(--font-Montserrat);
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

#inmuebles-2 .section-subtitle {
  color: #3b3a3a;
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 600;
  margin: 0;
}

#inmuebles-2 .section-desc {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
}

#inmuebles-2 .button-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

#inmuebles-2 .btn-primary {
  background: #0b3557;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  width: 253px;
  height: 55px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-transform: none;
}

#inmuebles-2 .btn-primary:hover {
  background: #116b9e;
}

#inmuebles-2 .btn-secondary {
  background: #40607c;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  width: 253px;
  height: 55px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-transform: none;
}

#inmuebles-2 .btn-secondary:hover {
  background: #3aa8c9;
}

#inmuebles-2 .image-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 958px;
  height: 493px;
  z-index: 1;
}

#inmuebles-2 .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#inmuebles-3 {
  position: relative;
  padding: 10px 0 40px 0;
  background: #ffffff;
  overflow: hidden;
}

#inmuebles-3 .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

#inmuebles-3 .content-wrapper {
  max-width: 44%;
  margin-left: auto;
}

#inmuebles-3 .text-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#inmuebles-3 .section-title {
  color: #116b9e;
  font-family: var(--font-Montserrat);
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  text-align: end;
}

#inmuebles-3 .section-subtitle {
  color: #3b3a3a;
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  text-align: end;
}

#inmuebles-3 .section-desc {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  text-align-last: right;
  margin: 0;
}

#inmuebles-3 .button-group {
  display: flex;
  justify-content: end;
  gap: 20px;
  margin-top: 10px;
}

#inmuebles-3 .btn-primary {
  background: #0b3557;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  width: 253px;
  height: 55px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-transform: none;
}

#inmuebles-3 .btn-primary:hover {
  background: #116b9e;
}

#inmuebles-3 .btn-secondary {
  background: #40607c;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  width: 253px;
  height: 55px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-transform: none;
}

#inmuebles-3 .btn-secondary:hover {
  background: #3aa8c9;
}

#inmuebles-3 .image-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 958px;
  height: 493px;
  z-index: 1;
}

#inmuebles-3 .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#inmuebles-4 {
  position: relative;
  padding: 60px 0 70px 0;
  background: #ffffff;
  overflow: hidden;
}

#inmuebles-4 .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

#inmuebles-4 .content-wrapper {
  max-width: 41%;
}

#inmuebles-4 .text-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#inmuebles-4 .section-title {
  color: #116b9e;
  font-family: var(--font-Montserrat);
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

#inmuebles-4 .section-subtitle {
  color: #3b3a3a;
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 600;
  margin: 0;
}

#inmuebles-4 .section-desc {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
}

#inmuebles-4 .button-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

#inmuebles-4 .btn-primary {
  background: #0b3557;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  width: 253px;
  height: 55px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-transform: none;
}

#inmuebles-4 .btn-primary:hover {
  background: #116b9e;
}

#inmuebles-4 .btn-secondary {
  background: #40607c;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  width: 253px;
  height: 55px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-transform: none;
}

#inmuebles-4 .btn-secondary:hover {
  background: #3aa8c9;
}

#inmuebles-4 .image-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 958px;
  height: 493px;
  z-index: 1;
}

#inmuebles-4 .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#inmuebles-5 {
  position: relative;
  padding: 40px 0 150px 0;
  background: #ffffff;
  overflow: hidden;
}

#inmuebles-5 .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

#inmuebles-5 .content-wrapper {
  max-width: 44%;
  margin-left: auto;
}

#inmuebles-5 .text-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#inmuebles-5 .section-title {
  color: #116b9e;
  font-family: var(--font-Montserrat);
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  text-align: end;
}

#inmuebles-5 .section-subtitle {
  color: #3b3a3a;
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  text-align: end;
}

#inmuebles-5 .section-desc {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  text-align-last: right;
  margin: 0;
}

#inmuebles-5 .button-group {
  display: flex;
  gap: 20px;
  justify-content: end;
  margin-top: 10px;
}

#inmuebles-5 .btn-primary {
  background: #0b3557;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  width: 253px;
  height: 55px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-transform: none;
}

#inmuebles-5 .btn-primary:hover {
  background: #116b9e;
}

#inmuebles-5 .btn-secondary {
  background: #40607c;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  width: 253px;
  height: 55px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-transform: none;
}

#inmuebles-5 .btn-secondary:hover {
  background: #3aa8c9;
}

#inmuebles-5 .image-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 958px;
  height: 493px;
  z-index: 1;
}

#inmuebles-5 .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#inmuebles-6 {
  padding: 90px 0;
  background: url("../images/inmuebles/bg2.png") center/cover no-repeat;
  position: relative;
}

#inmuebles-6 .container {
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 20px;
}

#inmuebles-6 .section-header {
  text-align: center;
  margin-bottom: 60px;
}

#inmuebles-6 .section-title {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

#inmuebles-6 .section-subtitle {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

#inmuebles-6 .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

#inmuebles-6 .left-side {
  margin-top: 115px;
}

#inmuebles-6 .req-title {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#inmuebles-6 .req-list {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#inmuebles-6 .req-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}

#inmuebles-6 .check-icon {
  width: 22px;
  height: auto;
  flex-shrink: 0;
}

#inmuebles-6 .req-list li span {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

#inmuebles-6 .req-note {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

#inmuebles-6 .step-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 30%,
    rgba(255, 255, 255, 0.15) 100%
  );
  padding: 12px 25px 12px 0;
  border-radius: 50px;
  margin-bottom: 10px;
}

#inmuebles-6 .step-number {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #116b9e;
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 60px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#inmuebles-6 .step-text {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

#inmuebles-6 .footer-text {
  color: #22aaf7;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 600;
  text-align: end;
  margin: 0 20px 0 0;
}

#inmuebles-7 {
  padding: 200px 0;
  background: url("../images/inmuebles/bg3.png") center/cover no-repeat;
  position: relative;
}

#inmuebles-7 .container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

#inmuebles-7 .section-title {
  color: #4b4b4b;
  font-family: var(--font-Montserrat);
  font-size: 44px;
  font-weight: 300;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  line-height: 1.3;
}

#inmuebles-7 .section-title .highlight {
  color: #203f5a;
  font-weight: 800;
  font-size: 55px;
  display: block;
}

#inmuebles-7 .cta-btn {
  background: #116b9e;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 31px;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: none;
}

#inmuebles-7 .cta-btn:hover {
  background: #0d5678;
}

/*maquinaria*/

#maquinaria-1 {
  position: relative;
  padding: 200px 0;
  background: #ffffff;
  overflow: hidden;
}

#maquinaria-1 .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

#maquinaria-1 .content-wrapper {
  max-width: 42%;
}

#maquinaria-1 .text-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#maquinaria-1 .section-title {
  color: #003257;
  font-family: var(--font-Baloo2);
  font-size: 48px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
}

#maquinaria-1 .section-title .highlight {
  color: #003257;
  font-weight: 800;
  display: block;
}

#maquinaria-1 .section-desc {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

#maquinaria-1 .button-group {
  display: flex;
  gap: 20px;
}

#maquinaria-1 .btn-primary {
  background: #41617d;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: none;
  text-align: center;
  line-height: 1.4;
}

#maquinaria-1 .btn-primary:hover {
  background: #3aa8c9;
}

#maquinaria-1 .image-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 956px;
  height: 493px;
  z-index: 1;
}

#maquinaria-1 .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#maquinaria-2 {
  padding: 150px 0;
  background: url("../images/maquinaria/bg-caracteristicas.png") center/cover
    no-repeat;
  position: relative;
}

#maquinaria-2 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#maquinaria-2 .cards-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

#maquinaria-2 .card-item {
  background: rgba(37, 37, 37, 0.737);
  border-radius: 42px;
  width: 332px;
  height: 389px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#maquinaria-2 .card-item:hover {
  background: rgba(0, 0, 0, 0.85);
}

#maquinaria-2 .card-item:nth-child(1) {
  grid-column: 1 / 3;
}

#maquinaria-2 .card-item:nth-child(2) {
  grid-column: 3 / 5;
}

#maquinaria-2 .card-item:nth-child(3) {
  grid-column: 5 / 7;
}

#maquinaria-2 .card-item:nth-child(4) {
  grid-column: 2 / 4;
}

#maquinaria-2 .card-item:nth-child(5) {
  grid-column: 4 / 6;
}

#maquinaria-2 .card-icon {
  width: 142px;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#maquinaria-2 .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#maquinaria-2 .card-title {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

#maquinaria-3 {
  padding: 90px 0;
  background: url("../images/maquinaria/bg2.png") center/cover no-repeat;
  position: relative;
}

#maquinaria-3 .container {
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 20px;
}

#maquinaria-3 .section-header {
  text-align: center;
  margin-bottom: 60px;
}

#maquinaria-3 .section-title {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

#maquinaria-3 .section-subtitle {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

#maquinaria-3 .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

#maquinaria-3 .left-side {
  margin-top: 60px;
}

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

#maquinaria-3 .req-title {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#maquinaria-3 .req-list {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#maquinaria-3 .req-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}

#maquinaria-3 .check-icon {
  width: 22px;
  height: auto;
  flex-shrink: 0;
}

#maquinaria-3 .req-list li span {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

#maquinaria-3 .req-note {
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

#maquinaria-3 .step-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 30%,
    rgba(255, 255, 255, 0.15) 100%
  );
  padding: 12px 25px 12px 0;
  border-radius: 50px;
  margin-bottom: 10px;
}

#maquinaria-3 .step-number {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #116b9e;
  color: #ffffff;
  font-family: var(--font-Baloo2);
  font-size: 60px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#maquinaria-3 .step-text {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

#maquinaria-3 .footer-text {
  color: #22aaf7;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 600;
  text-align: end;
  margin: 0 60px 0 0;
}

/*contacto*/

#contacto-1 {
  padding: 170px 0;
  background: #f0f0f0;
}

#contacto-1 .container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

#contacto-1 .info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#contacto-1 .info-card {
  position: relative;
}

#contacto-1 .card-header {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #2f5370;
  width: 270px;
  height: 71px;
  border-radius: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contacto-1 .card-header h3 {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

#contacto-1 .card-content {
  background: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 20px;
  padding: 60px 30px 40px 30px;
  text-align: center;
}

#contacto-1 .card-content a {
  color: #666666;
  text-decoration: none;
  transition: color 0.3s ease;
}

#contacto-1 .card-content a:hover {
  color: #2f5370;
}

#contacto-1 .card-content p {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
}

#contacto-2 {
  padding: 120px 0;
  background: #ffffff;
}

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

#contacto-2 .form-header {
  text-align: center;
  margin-bottom: 50px;
}

#contacto-2 .form-title {
  color: #003257;
  font-family: var(--font-Baloo2);
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

#contacto-2 .form-subtitle {
  color: #666666;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

#contacto-2 .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#contacto-2 .form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

#contacto-2 .form-group {
  width: 100%;
}

#contacto-2 .form-group input,
#contacto-2 .form-group textarea {
  width: 100%;
  padding: 25px 25px;
  border: 1px solid #b9b9b9;
  border-radius: 12px;
  font-family: var(--font-opensans);
  font-size: 14px;
  font-weight: 400;
  color: #504f4f;
  background: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

#contacto-2 .form-group textarea {
  border-radius: 24px;
}

#contacto-2 .form-group input:focus,
#contacto-2 .form-group textarea:focus {
  outline: none;
  border-color: #2f5370;
}

#contacto-2 .form-group textarea {
  resize: vertical;
  min-height: 200px;
  max-height: 250px;
}

#contacto-2 .recaptcha-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

#contacto-2 .form-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

#contacto-2 .btn-clear,
#contacto-2 .btn-submit {
  font-family: var(--font-Arial);
  font-size: 11px;
  font-weight: 600;
  padding: 13px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

#contacto-2 .btn-clear {
  background: #41617d;
  color: #ffffff;
}

#contacto-2 .btn-clear:hover {
  background: #1f3a4d;
}

#contacto-2 .btn-submit {
  background: #41617d;
  color: #ffffff;
}

#contacto-2 .btn-submit:hover {
  background: #1f3a4d;
}

#contacto-3 {
  background: #004182;
  padding: 50px 0;
}

#contacto-3 .location-info {
  text-align: center;
}

#contacto-3 .location-info i {
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
}

#contacto-3 .location-info span {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}

#contacto-4 .map-container {
  width: 100%;
  height: 900px;
}

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