body {
    overflow-x: hidden;
}


/* Banner Section */
.custom-banner-section {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw; /* Truco para centrar y expandir */
    max-width: none !important; /* Anula cualquier restricción de ancho del tema */
}

.custom-banner-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* Text Section - Modern & Clean Style */
.custom-text-content {
    background-color: #ffffff;
    border-radius: 12px; /* Esquinas redondeadas */
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07); /* Sombra sutil */
    padding: 2.5rem;
    text-align: center;
    border-left: 4px solid #0145ff; /* Acento con color de marca */
    transition: all 0.3s ease;
}

.custom-text-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Estilos para el texto dentro del bloque */
.custom-text-content h1,
.custom-text-content h2,
.custom-text-content h3 {
    color: #000000;
    margin-bottom: 1rem;
}

.custom-text-content p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.custom-text-content p:last-child {
    margin-bottom: 0;
}

/* Footer banner */
.infotec-footer-banner {
    padding: 1rem 0;
}

.infotec-footer-banner--white-bg {
    background-color: #ffffff;
}
