/*
|--------------------------------------------------------------------------
| Estilos Globales
|--------------------------------------------------------------------------
|
| Aquí se definen los estilos que se aplican en toda la página, 
| como la tipografía base, colores de fondo, y otros estilos globales.
|
*/

/* */

/*
|--------------------------------------------------------------------------
| Componentes Reusables
|--------------------------------------------------------------------------
|
| Estilos para componentes reusables como botones, formularios, etc.
| Estos componentes pueden ser utilizados en múltiples partes del proyecto.
|
*/

.header {
    background-color: #8b14ac;
}

.ec-background-evolution {
    background: #abc640;
}

.ec-background-evolution-header {
    background: #333;
}

.ec-background-econnect {
    background: #8b14ac;
}

.sf-accordion__button--evolution:not(.collapsed) {
    background: #abc640;
    color: black;
}

.containerFondoImagen {
    position: relative;
    background-image: url("../images/blog.bannerCaracteristicas.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.containerFondoImagen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.hero {
    position: relative; /* Establish relative positioning */
    height: 100vh; /* Full viewport height */
    background-image: inherit; /* Add your image here */
    background-size: cover; /* Ensure the image covers the entire area */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Avoid image repetition */
    background-attachment: fixed; /* Fixed background for parallax effect */
    overflow: hidden; /* Prevent any overflowing content */
}

/* Overlay (Optional for Gradient/Dark Background) */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Add an optional dark overlay */
    z-index: 0; /* Place behind the content */
}

/* Hero Content */
.hero-content {
    position: relative; /* Place content above the pseudo-element */
    z-index: 1;
    color: white; /* White text for visibility */
    text-align: center;
}

/* .text {
    color: #000;
    &--white {
        color: white;
    }
    &--econnect {
        color:#8b14ac
    }
} */
.text--white {
    color: white;
}

.text--black {
    color: black;
}

/* .container-fluid {
    &--bg-econnect {
        background-color: #8b14ac;
    }
} */
.container-fluid--bg-econnect {
    background-color: #8b14ac;
}

.text--econnect {
    color: #8b14ac;
}

.round--button {
    border: solid, white;
    border-radius: 25px;
    background-color: transparent;
    border-width: medium;
}
/*Estilos para evolution, pendiente de revision.*/
.text--evolution {
    color: white;
    font-size: 24px;
    font-weight: 400;
}


/*
|--------------------------------------------------------------------------
| Blog
|--------------------------------------------------------------------------
|
| Estilos para todo lo relacionado con la sección del blog
|
*/

/*
|--------------------------------------------------------------------------
| Sección []
|--------------------------------------------------------------------------
|
| Sección no usada. Definir aquí una breve descripción
|
*/

.footer {
    background-color: #333333;
}

.full-height {
    height: 100vh; /* Ocupa el 100% del viewport height */
    object-fit: cover; /* Cubre el contenedor y recorta el exceso */
    filter: brightness(0.45);
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

/*
|--------------------------------------------------------------------------
| Light theme section
|--------------------------------------------------------------------------
|
| Sección no usada. Definir aquí una breve descripción
|
*/

/* [data-bs-theme="light"] .text-fixed-color { */
/* color: white; */
/* } */

.hero-text {
    font-size: 4vw;
    line-height: 4.2vw;
}
.title-text {
    font-size: 3vw;
}
.subtitle-text {
    font-size: 1.5vw;
    line-height: 1.6vw;
}
.content-text {
    font-size: 1.5vw;
    line-height: 1.8vw;
}
