.lfr-layout-structure-item-row {overflow: hidden;}.lfr-layout-structure-item-f91d3c32-5c37-49fd-b3fc-d00180d525c0 {
background-color: var(--primary) !important;
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-f91d3c32-5c37-49fd-b3fc-d00180d525c0) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
padding-bottom: var(--spacer-6,4.5rem) !important;
padding-top: var(--spacer-6,4.5rem) !important;
color: var(--white) !important;
}
.lfr-layout-structure-item-9096977b-0282-29d6-cf45-53c6e7a80d5b {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-9096977b-0282-29d6-cf45-53c6e7a80d5b) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
}
.lfr-layout-structure-item-4b49cb39-247e-4079-ec06-e5478a93a4f1 {
/* Reset básico */
  * { margin: 0; padding: 0; box-sizing: border-box; }

  .hero {
    background:
    color: white;
    text-align: center;
    padding: 100px 20px;
  }

  /* Contenedor de texto con ancho fijo */
  .hero .content {
    max-width: 1200px;  /* ancho fijo máximo */
    margin: 0 auto;    /* centrado horizontal */
  }

  .hero h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }

  .hero p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .hero a {
  
    padding: 15px 30px;
    
    
  }

  .hero a:hover {
    background-color: white;
    color: #254145;
     
  }

  @media (max-width: 768px) {
    .hero h1 { font-size: 2rem; }
    .hero p { font-size: 1rem; }
  }
}.lfr-layout-structure-item-29bdb6b3-180e-0551-715f-b86286c47416 {
.cta-section {
  text-align: center;
  padding: 60px 20px;
}

.cta-section h2 {
  margin-bottom: 20px;
}



.contact-info {
  font-size: 1rem;
  color: rgba(37, 65, 69, 0.7); /* un poco transparente */
}

.contact-info a {
  color: rgba(37, 65, 69, 0.7);
  text-decoration: none;
  transition: 0.3s;
}

.contact-info a:hover {
  color: #254145;
  text-decoration: underline;
}
.cta-section .btn-primary {
  margin-bottom: 25px; /* más espacio debajo */
}

}.lfr-layout-structure-item-ca33b184-6278-45c2-b434-5b9501311f47 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-ca33b184-6278-45c2-b434-5b9501311f47) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
margin-bottom: var(--spacer-2,0.5rem) !important;
}
.lfr-layout-structure-item-c4842aec-331b-daae-2a49-ea3161ed76b3 {
background-color: var(--gray-500) !important;
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-c4842aec-331b-daae-2a49-ea3161ed76b3) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
}
.lfr-layout-structure-item-d7f84214-fe48-7081-4508-1baec69350b1 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-d7f84214-fe48-7081-4508-1baec69350b1) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
margin-left: var(--spacer-6,4.5rem) !important;
margin-right: var(--spacer-6,4.5rem) !important;
}
.lfr-layout-structure-item-b911660a-c6ff-9226-de40-47e0946f0e8f {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-b911660a-c6ff-9226-de40-47e0946f0e8f) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
}
.lfr-layout-structure-item-564574d1-c7ee-b931-3cfe-a56695ebaf54 {
.trust-section {
  padding: 60px 20px;
  background-color: #f0f0f0;
  text-align: center;

}

.trust-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.trust-card {
  background-color: white;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.trust-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
}

.trust-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trust-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #254145;
}

.trust-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
}
}.lfr-layout-structure-item-63b939a9-f240-6a02-6359-079faae76eb9 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-63b939a9-f240-6a02-6359-079faae76eb9) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
}
.lfr-layout-structure-item-2fb4b2de-6826-c9c1-2915-eb726f382380 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-2fb4b2de-6826-c9c1-2915-eb726f382380) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
padding-bottom: var(--spacer-5,3rem) !important;
padding-top: var(--spacer-5,3rem) !important;
text-align: center !important;
}
.lfr-layout-structure-item-ad1c2c47-478f-462e-9a33-06dce0695167 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-ad1c2c47-478f-462e-9a33-06dce0695167) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
padding-left: var(--spacer-3,1rem) !important;
padding-right: var(--spacer-3,1rem) !important;
}
.lfr-layout-structure-item-e24324de-bac6-298e-ff49-8b52295f1050 {
.innovation-services {
  background-color: #f7f7f7;
  padding: 80px 20px;
}

.innovation-services h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}

.services {
  display: grid;
  gap: 20px;
  
  /* Grid por defecto para escritorio: 3 columnas en la primera fila, 2 en la segunda */
  grid-template-columns: repeat(3, 1fr); 
}

.service-card {
  background-color: white;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #254145;
}

.service-card p {
  line-height: 1.6;
}

/* Hacer que la quinta tarjeta se alinee a la izquierda y ocupe 1fr */
.services .service-card:nth-child(5) {
  grid-column: span 1;
}

/* Responsive tablets: 2 columnas */
@media (max-width: 1024px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive móviles: 1 columna */
@media (max-width: 768px) {
  .services {
    grid-template-columns: 1fr;
  }
}
}
.lfr-layout-structure-item-c3d1672c-44f8-4e75-baa4-2842b71ff3d5 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-c3d1672c-44f8-4e75-baa4-2842b71ff3d5) !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
}
@media screen and (max-width: 991px) {.lfr-layout-structure-item-f91d3c32-5c37-49fd-b3fc-d00180d525c0 {
padding-bottom: var(--spacer-5,3rem) !important;
padding-top: var(--spacer-5,3rem) !important;
}
.lfr-layout-structure-item-d7f84214-fe48-7081-4508-1baec69350b1 {
margin-left: var(--spacer-0,0rem) !important;
margin-right: var(--spacer-0,0rem) !important;
}
}@media screen and (max-width: 575px) {.lfr-layout-structure-item-d7f84214-fe48-7081-4508-1baec69350b1 {
margin-left: var(--spacer-0,0rem) !important;
margin-right: var(--spacer-0,0rem) !important;
}
}