/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --accent-color: #ff7200; /*  COLOR NARANJA Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
}


/******************* hero */
.hero-row {
    /*min-height: 900px;*/ /* O usa height: 350px para un alto fijo */

    height: 100vh; /*estable el alto en toda la pantala visible*/
    align-items: center; /* Centra verticalmente el contenido de las columnas */
    /*display: flex; */ /* Asegura el alineamiento vertical */
}

/* configuracion de la columna de datso generales de la consultora*/
.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
    margin-bottom: 18px;
    line-height: 1.2;
}

#texto-soft {
    color: var(--accent-color) !important; /*color naranja*/
    font-weight: 800;
    font-size: 4rem;
    letter-spacing: 10px;
}
#colornaranja {
    color: var(--accent-color) !important; /*color naranja*/
}


#srl {
    color: #ff7200;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ff6a00 0%, #62d13c 100%);
    border-radius: 2px;
    margin: 18px 0;
}

.hero-description p {
    font-size: 1.15rem;
    color: #444;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 700px; /* Limita el ancho del párrafo */
    /*margin-left: auto;*/ /* Centra el párrafo horizontalmente */
    margin-right: auto;
}

.fondotrasp {
    background-color: #00000025;
    border-radius: 4px;
    padding: 20px;
}

.logo-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px; /* Cambia el valor según el tamaño deseado */
    height: auto; /* Mantiene la proporción */
}
/********* fin hero*/


/******************************************************* ACERCA DE NOSOTROS */

.about-section {
    padding: 48px 0 32px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.about-title {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    color: #ff6a00;
    margin-bottom: 32px;
    text-align: center;
    letter-spacing: 1px;
}

.about-img { /*imagen de mas informacon sobre nosotros*/
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
}

.about-content {
    padding: 16px 24px;
}

.about-heading {
    font-size: 1.9rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
}

.about-lead {
    font-size: 1.3rem;
    color: #444;
    margin-bottom: 12px;
    line-height: 1.7;
}

.about-paragraph {
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.6;
}

.feature-item {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 0px 2px rgba(0,0,0,0.04);
    margin-bottom: 12px;
    transition: box-shadow 0.2s;
}

.feature-item:hover {
    box-shadow: 0px 0px 0px 0px rgb(0, 0, 0, 0), 6px 6px 10px -2px rgb(52, 52, 52);
 }

.feature-icon {
    font-size: 4rem;
    color: #ff6a00;
    margin-bottom: 8px;
    display: block;
}

.feature-title { /*texto titulo de los objetivos*/
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.feature-text { /*texto de los objetivos*/
    font-size: 1.09rem;
    color: #444;
    margin-bottom: 0;
}

/******************************************* SERVICIOS */
#letra-seccion2 {
    font-size: 3.09rem;
}
#color-seccion2 {
    font-size: 3.09rem;
    color: var(--accent-color) !important; /*color naranja*/
}
.service-icon {
    margin-bottom: 25px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 64px;
    height: 64px;
}
.service-icon i {
    font-size: 32px;
    color: var(--accent-color);
    transition: all 0.3s ease;
}
.card h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}
.card p {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
}
.cardmio {
    height:300px;
    padding:20px;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
}