.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-90797826-9616-6556-2335-f9c053dfd497 {
padding-bottom: var(--spacer-4,1.5rem) !important;
text-align: center !important;
}
.lfr-layout-structure-item-5e591285-8b1a-9b12-35aa-84cc58c7c185 {
text-align: center !important;
}
.lfr-layout-structure-item-37bc48e7-630e-14a1-5bcf-8525453a426d {
/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    background-color: #f7f9fc;
}

/* Contenedor */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* HERO */
.censo-hero {
    background: linear-gradient(135deg, #0b2c5f, #1e5bd8);
    color: white;
    padding: 80px 0;
    text-align: center;
}

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

.censo-hero p {
    font-size: 1.4rem;
    color: white;
    opacity: 1;
}

/* SECCIONES GENERALES */
section {
    padding: 60px 0;
}

h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #0b2c5f;
    text-align: center;
}

p {
    font-size: 1rem;
    color: #555;
}

/* GRID */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

/* CARDS */
.card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

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

.card h3 {
    color: #1e5bd8;
    margin-bottom: 10px;
}

/* DESCRIPCIÓN */
.censo-descripcion p {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

/* BENEFICIOS */
.censo-beneficios ul {
    max-width: 600px;
    margin: auto;
    list-style: none;
    padding-top: 10px;
}

.censo-beneficios li {
    background: white;
    margin-bottom: 10px;
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.05);
}

/* ENTREGABLES */
.censo-entregables .card {
    text-align: center;
}

/* CTA */
.censo-cta {
    background: linear-gradient(135deg, #1e5bd8, #0b2c5f);
    color: white;
    text-align: center;
    padding: 70px 20px;
    border-radius: 20px;
    margin: 40px auto;
    width: 90%;
    max-width: 1000px;
}

.censo-cta h2 {
    color: white;
}

.censo-cta p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 20px;
}

/* BOTÓN */
.btn-primary {
    display: inline-block;
    background: white;
    color: #1e5bd8;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #e6ecff;
}

/* FOOTER */
.censo-footer {
    text-align: center;
    padding: 20px;
    background: #0b2c5f;
    color: white;
    margin-top: 40px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .censo-hero h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .censo-cta {
        border-radius: 0;
    }
}
}.lfr-layout-structure-item-e5ea0f67-ecfc-e2cf-b499-275c0c48e968 {
/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

/* Ajuste específico del banner */
.censo-hero {
  margin-top: 0;
  padding: 80px 0; /* ajusta si quieres más o menos altura */
}

/* Evita margen extra del título */
.censo-hero h1 {
  margin-top: 0;
}

/* Si hay otra sección antes */
.censo-seccion-1,
.censo-seccion-2 {
  margin: 0;
  padding: 0;
}

}

body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    background-color: #f7f9fc;
}

/* Contenedor */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* HERO */
.censo-hero {
    background: linear-gradient(135deg, #0b2c5f, #1e5bd8);
    color: white;
    padding: 80px 0;
    text-align: center;
}

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

.censo-hero p {
    font-size: 1.4rem;
    color: white;
    opacity: 1;
}

/* SECCIONES GENERALES */
section {
    padding: 60px 0;
}

h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #0b2c5f;
    text-align: center;
}

p {
    font-size: 1rem;
    color: #555;
}

/* GRID */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

/* CARDS */
.card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

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

.card h3 {
    color: #1e5bd8;
    margin-bottom: 10px;
}

/* DESCRIPCIÓN */
.censo-descripcion p {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

/* BENEFICIOS */
.censo-beneficios ul {
    max-width: 600px;
    margin: auto;
    list-style: none;
    padding-top: 10px;
}

.censo-beneficios li {
    background: white;
    margin-bottom: 10px;
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.05);
}

/* ENTREGABLES */
.censo-entregables .card {
    text-align: center;
}

/* CTA */
.censo-cta {
    background: linear-gradient(135deg, #1e5bd8, #0b2c5f);
    color: white;
    text-align: center;
    padding: 70px 20px;
    border-radius: 20px;
    margin: 40px auto;
    width: 90%;
    max-width: 1000px;
}

.censo-cta h2 {
    color: white;
}

.censo-cta p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 20px;
}

/* BOTÓN */
.btn-primary {
    display: inline-block;
    background: white;
    color: #1e5bd8;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #e6ecff;
}

/* FOOTER */
.censo-footer {
    text-align: center;
    padding: 20px;
    background: #0b2c5f;
    color: white;
    margin-top: 40px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .censo-hero h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .censo-cta {
        border-radius: 0;
    }
}
}