.feature-step-items-2:hover .icon {
  color: #f5f6f9;
}

#header-sticky .header-top-section .top-logo {
  display: block;
}
#header-sticky .header-logo {
  display: none;
}

#header-sticky.sticky .header-top-section .top-logo {
  display: none;
}
#header-sticky.sticky .header-logo {
  display: block;
}

@media (max-width: 1199px) {
  #header-sticky .header-top-section .top-logo {
    display: none !important;
  }

  #header-sticky .header-logo {
    display: block !important;
  }
}

.icono-fino {
  font-size: 80px;
  opacity: 0.55;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header-main .logo {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header-main .logo .header-logo {
    display: block !important;
  }
}

@media (max-width: 1399px) {
  .header-top-wrapper .top-right .theme-btn {
    background-color: #072036;
  }
}

.cuadricula-imagenes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
}

.img-cuadricula {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.ba-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.ba-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.ba-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 50% 0 0);
}

.ba-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  z-index: 10;
  cursor: ew-resize;
}

.ba-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 40px;
  height: 100%;
  background: transparent;
  cursor: ew-resize;
}
.ba-range::-moz-range-thumb {
  width: 40px;
  height: 100%;
  background: transparent;
  cursor: ew-resize;
  border: none;
}

.ba-slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #072036;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 5;
}

.ba-slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  pointer-events: none;
  z-index: 6;
}

.feature-step-items:hover .icon {
  color: #f5f6f9;
}

.ancho-iconos {
  width: 90%;
}

@media (max-width: 1499px) {
  .ancho-iconos {
    width: 100%;
  }
}

.methodology-section {
  background-color: #f8f9fa;
}

.step-number-large {
  font-size: 72px;
  font-weight: 800;
  color: #072036;
  line-height: 1;
  margin-bottom: 10px;
  font-family: inherit;
}

.methodology-section .choose-us-items.style-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  padding: 30px;
}

.methodology-section .content.flex-grow-1 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.methodology-section .content h4 {
  margin-bottom: 15px;
}

.step-number-large {
  font-size: 48px;
  font-weight: 800;
  color: #072036;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 3px solid #072036;
  border-radius: 50%;

  margin-bottom: 20px;
  font-family: inherit;
  line-height: 1;
}

.differentiator-section {
  background-color: #ffffff; /* Contrastará bien si la sección anterior era grisácea */
}

.mini-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
}

.mini-card:hover {
  box-shadow: 0 10px 30px rgba(7, 32, 54, 0.08);
  border-color: #072036;
}

.mini-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(7, 32, 54, 0.05);

  border-radius: 6px;
  margin-right: 15px;
  flex-shrink: 0;
}

.mini-card h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #072036;
  line-height: 1.3;
}

.input-area input.error,
.input-area textarea.error {
  border: 1px solid #ff4d4d !important;
  background-color: #fff8f8;
  animation: shake 0.4s ease-in-out;
}

.error-msg {
  color: #ff4d4d;
  font-size: 13px;
  margin-top: 5px;
  display: none;
  font-weight: 500;
}

.check-error {
  color: #ff4d4d;
  font-weight: bold;
}

.service-image {
  border: #072036 1px solid;
}

.header-2.sticky .theme-btn {
  background-color: #072036;
  color: #ffffff;
  border: 1px solid #072036;
}

.header-2.sticky .theme-btn:hover {
  background-color: #333333;
}

.header-2.sticky .sidebar__toggle i {
  color: #072036;
}

@media (max-width: 1362px) {
  .about-wrapper-3 .about-content .about-list-items .list-items li {
    font-size: 17px;
  }
}

@media (max-width: 500px) {
  .about-wrapper-3 .about-content .about-list-items .list-items li {
    font-size: 15px;
  }
  .about-wrapper-3 .about-content .about-list-items .list-items li i {
    font-size: 20px;
    margin-right: 5px;
  }
  .about-wrapper-3 .about-content .about-list-items {
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .about-wrapper-3 .about-content .about-list-items .list-items li i {
    display: none;
  }
}

.offer-wrapper .offer-area .offer-list li {
  font-size: 22px;
  color: #072036;
  padding-bottom: 15px;
}

.offer-wrapper .offer-area .offer-list li i {
  margin-right: 8px;
  color: #072036;
}

.offer-wrapper .offer-area {
  justify-content: end;
  gap: 40px;
}

@media (max-width: 1199px) {
  .offer-wrapper .offer-area {
    justify-content: start;
    gap: 20px;
  }
}

@media (max-width: 550px) {
  #header-sticky .header-logo img {
    width: 75%;
  }
  .offcanvas__logo a img {
    width: 75%;
  }
}

@media (max-width: 450px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 58px;
  }
}

@media (max-width: 400px) {
  #header-sticky .header-logo img {
    width: 50%;
  }
  .offcanvas__logo a img {
    width: 75%;
  }
}

.alinear-privacidad {
  text-align: end;
}

@media (max-width: 991px) {
  .alinear-privacidad {
    text-align: start;
  }
}

@media (max-width: 767px) {
  .back-to-top {
    bottom: 10px;
    left: 10px;
  }
}

.tamaño-icono-sn {
  width: 80px;
  height: 80px;
}

@media (max-width: 1399px) {
  .feature-step-items-2 .feature-step-content .number::after {
    width: 350%;
  }
  .tamaño-icono-sn {
    width: 60px;
    height: 60px;
  }
  .choose-us-items .content h4 {
    margin-bottom: 10px;
  }
  .choose-us-items .icon {
    margin-bottom: 10px;
  }
  .choose-us-items:not(:last-child) {
    margin-bottom: 50px;
  }
}

.hero-section {
  position: relative;
  overflow: hidden; 
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}