/* Variables */
:root {
    --primary-blue: #0066cc;
    --secondary-blue: #1276C9;
    --dark-blue: #004681;
    --orange: #FF9700;
    --gray: #868686;
    --dark-gray: #212529;
    --light-gray: #d9d9d9;
    --semi-dark-gray: #A8AAA7;
}

/* Base Styles */
body, p, h1, h2, h3 {
    font-family: "Inria Sans", serif;
}

p {
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #212529;
}

/* Typography */
h1 {
    /* Base h1 styles */
}

h2 {
    /* Base h2 styles */
}

h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--secondary-blue);
    margin-bottom: 1rem;
}

h3.title-with-line {
    line-height: 2.5rem;
    position: relative;
    margin-bottom: 1em;
}

h3.title-with-line::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -7.5px;
    height: calc(100% + 15px);
    width: 8px;
    background-color: var(--secondary-blue);
    border-radius: 5px;
}

h4 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--secondary-blue);
    margin-bottom: 1rem;
}

header {
    position: relative;
    z-index: 9999;
}

.low-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Text Utilities */
.lead {
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: 300;
    color: var(--dark-gray);
    position: relative;
}

.lead::after {
    display: block;
    content: "";
    height: 2px;
    width: 50px;
    background-color: var(--orange);
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.lead span {
    font-weight: 800;
    color: var(--secondary-blue);
    font-size: 2.6rem;
}

.lead b {
    font-weight: 800;
}

.lead-text {
    font-size: 1.1rem;
    line-height: 1.3rem;
    max-width: 32ch;
    margin: 0 auto 15px;
}

.lead-big {
    font-size: 2rem;
    line-height: 2rem;
}

.lead::before {
    content: "";
    height: calc(100% + 15px);
    width: 10px;
    background-color: var(--semi-dark-gray);
    display: none;
    position: absolute;
    left: -20px;
    top: -7.5px;
    border-radius: 5px;
}

.lead-dark::before {
    background-color: var(--dark-gray);
}

.lead-semidark::before {
    background-color: var(--gray);
}

.texto-grande {
    font-size: 1.6em;
    line-height: 1.2em;
}

.texto-impulsa {
    font-size: 52px;
    line-height: 50px;
    font-weight: 800;
    color: var(--dark-blue);
    margin-bottom: 0;
    letter-spacing: 8px;
    transform: translate(0px, 0px);    
    margin-bottom: 15px !important;
}

.texto-impulsa::after {
    content: "";
    height: 3px;
    width: 160px;
    background-color: var(--dark-gray);
    display: block;
    position: relative;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.texto-impulsa span,
.subtexto-impulsa span {
    color: var(--orange);
}

.subtexto-impulsa {
    color: var(--dark-gray);
    font-size: 48px;
    line-height: 40px;
    font-weight: 100;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.text--blue {
    color: var(--dark-blue);
}

.text--orange {
    color: var(--orange);
}

.text--gray {
    color: var(--gray);
}

/* Highlight Elements */
.resaltar-linea {
    color: white;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    white-space: nowrap;
}

.resaltar-linea--orange {
    background-color: var(--orange);
}

.resaltar-linea--blue {
    background-color: var(--dark-blue);
}

.resaltar-linea--gray {
    background-color: var(--gray);
}

.resaltar-linea--skyblue {
    background-color: var(--secondary-blue);
}

/* Navigation */
.navbar-nav {
    max-width: 900px;
}

.nav-item {
    text-align: center;
    font-weight: 800;
    display: flex;
    align-items: flex-start;
    line-height: 16px;
}

.nav-item a {
    color: var(--secondary-blue);
    transition: all 250ms;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
}

.nav-item a svg {
    margin-bottom: 5px;
}

.nav-item a:hover,
.nav-item.active a {
    color: var(--orange);
}

.nav-item a:hover svg path,
.nav-item.active svg path {
    fill: var(--orange);
}

.nav-item img {
    max-width: 20px;
    margin-bottom: 5px;
}

/* Hero Sections */
.hero-section {
    background: linear-gradient(rgba(0, 102, 204, 0.8), rgba(0, 102, 204, 0.8)), url('/placeholder.svg?height=600&width=800');
    background-size: cover;
    min-height: 600px;
}

.hero-inside {
    height: 400px;
    background: url('../img/consultoria-comercial-internalizacion.jpg');
    background-size: cover;
    position: relative;
}

.hero-inside h1 {
    color: white;
    font-weight: 900;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

/* Slider Section */
.slider-section h1 {
    color: white;
    font-weight: 100;
    text-align: left;
    font-size: 4rem;
}

.slider-section h1 span {
    font-size: 5rem;
    font-weight: 400;
}

.carousel-caption-custom {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
}

.carousel-caption-container {
    margin: 0 auto;
    padding: 15px;    
    color: white;
    border-radius: 0;
}

.carousel-caption-container h5 {
    font-size: 2rem;
}

.carousel-caption-container p {
    font-size: 1rem;
    margin-top: 10px;
}

/* Service Cards */
.service-card {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.service-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 1rem;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 90%);
    transition: all 250ms;
}

.service-overlay:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 90%);            
    cursor: pointer;
}

.service-overlay h3 {
    line-height: 2.3rem;
    width: 100%;
    font-weight: bold;
    font-size: 2.3rem;
}

.service-overlay svg { 
    opacity: 0;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    transition: all 400ms ease-in-out;
}

.service-overlay:hover svg {    
    opacity: 1;
    left: calc(100% - 4rem);
}

/* Overlay Dark Section */
.overlay-dark {
    background: url('../img/parallax3.jpeg') no-repeat center center;
    background-size: cover;
}

.overlay-dark h3 {
    color: var(--orange);
    line-height: 1em;
    font-size: 3em;
}

.overlay-dark button {
    border-radius: 30px;
}

/* Results Section */
.section-resultados {
    background: url('../img/parallax.jpg?v=123') no-repeat top right;            
    background-size: cover;
    position: relative;
}

.section-resultados::before {
    content: "";
    position: absolute;
    width: 35vw;
    height: 80vh;
    top: -20vh;
    right: 0;
    background: url('../img/bg-circle.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.section-resultados h2 {
    color: white;
    font-weight: 100;
    text-align: left;
    font-size: 3rem;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px black;
    z-index: 1000;
    position: relative;
}

.section-resultados h2 b {
    font-weight: 800;
}

/* Testimonials Section */

.section-testimonials {
    background: url('../img/bg-testimonials.jpg') no-repeat center center;    
}

.section-testimonials h2 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 800;
    color: var(--dark-gray);
}

.section-testimonials .container {
    padding-bottom: 5em;
}

.testimonial-photo {
    width: 70px;
    height: 70px;
}

/* Cards */
.card {
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.card-body {
    padding: 0em;    
}

.card-text {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.card-footer {    
    border: 0;
    background-color: transparent;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card-footer img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 4px solid var(--primary-blue);
    margin-bottom: 10px;
    margin-top: -50px;
}

.card-title {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 20px;
}

/* Number Cards */
.number-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px;
    padding: 30px 20px;
    border-radius: 0;
    border: 2px solid #808080;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: 20px;
}

.number-card:before {
    content: "";
    position: absolute;
    z-index: -1;
}

.number-card-num {
    border-radius: 50%;
    border: 5px solid var(--gray);
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-right: 10px;
    line-height: 42px;
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    flex: 0 0 52px;
}

.number-card__text {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 0;
}

.number-card__text--big {
    font-size: 1.4em;
    line-height: 1.5em;
}

.number-card__title {
    font-size: 2em;
}

.number-card p {
    line-height: 1.1em;
}

.number-card--v {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}

.number--orange.number-card--triangle:before {
    border-bottom: 150px solid var(--orange);
    border-right: 150px solid transparent;
    bottom: 0;
    left: 0;
}

.number--blue.number-card--triangle:before {
    border-bottom: 150px solid var(--dark-blue);
    border-left: 150px solid transparent;
    bottom: 0;
    right: 0;
}

.number--gray.number-card--triangle:before {
    border-top: 150px solid var(--gray);
    border-left: 150px solid transparent;
    top: 0;
    right: 0;
}

.number--blue {
    border-color: var(--dark-blue) !important;
}

.number--orange {
    border-color: var(--orange) !important;
}

/* Lists */
.list-gronow {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-gronow li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.list-gronow li .number {
    border-radius: 50%;
    border: 5px solid var(--gray);
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-right: 10px;
    line-height: 42px;
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    flex: 0 0 52px;
}

.list-gronow li .text {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 0;
}

/* Subtitle Section */
.subtitle-section__bar {
    background: var(--orange);
    min-height: 120px;
    position: relative;
}

.subtitle-section__bar::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    height: calc(100%);
    width: calc(10%);
    background-color: inherit;
    transform: skew(-20deg);   
}

.subtitle-section--left .subtitle-section__bar::before {
    transform: skew(20deg);
    right: -25px;
    left: initial;
}

.subtitle-section h2 {
    color: white;
    font-size: 2rem;
    font-weight: 900;
}

.subtitle-section__bar--inverted::before {    
    transform: skew(20deg);
    right: -25px;
    left: auto;
}

.subtitle-section__bar--inverted-right::before {
    left: -60px;
    right: initial;
}

.separador-interna {
    margin-top: -10em;
}

/* Background Images */
.bg-image-half-left {
    background: url('../img/estructura.jpg') no-repeat top left;
    background-size: contain;
    height: auto;
}

.bg-image-half-right {
    background: url('../img/overview.jpg') no-repeat top right;
    background-size: contain;
    height: auto;
}

.bg-junto {
    left: 0;
    top: -60%;
    max-width: 600px;
    height: 600px;
    object-fit: contain;
}

.exclamation {
    background: url('../img/bg_element.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 115vh;
    position: absolute;
    top: 120px;
    left: 0;
    width: 75px;
    z-index: 100;
}

/* Form Elements */
.form-control {
    background-color: var(--light-gray);
    padding: .8rem;
    border-left: 4px solid var(--secondary-blue);
    border-radius: 0;
}

/* Buttons */
.btn-warning {
    background-color: var(--orange);
}

/* Accordion */
.accordion-button:not(.collapsed) {
    background-color: #005b96;
    color: white;
}

.accordion-button.collapsed {
    background-color: var(--gray);
    color: white;
}

.accordion-item {
    border: 2px solid #005b96;
    margin-bottom: 5px;
    border-radius: 0 !important;
}

.accordion-button::after {
    filter: invert(1);
    transform: scale(1.5);
}

/* Footer */
.bg-primary {
    background-color: transparent !important;
    background-size: cover;
    background-image: url('../img/bg-footer.svg');
    background-repeat: no-repeat;
    background-position: top left;
}


footer.index-footer {
    margin-top: -60px !important;
}

footer h5 {
    color: var(--orange);
    border-bottom: 2px solid var(--orange);
    display: inline-block;
    font-size: 1.15rem;
    padding-bottom: 3px;
}

footer p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}

footer a {
    transition: all 250ms;
}

footer a:hover {
    opacity: 0.6;
}

/* Utilities */
.fas {
    color: var(--orange);
}

.max-72 {
    max-width: 72px;
}

.max-100 {
    max-width: 100px;
}

.max-130 {
    max-width: 130px;
}

.subtitle-section--commercial-consulting .container {
    position: absolute;
    bottom: -15px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.subtitle-section--commercial-consulting .container-fluid {
    position: absolute;
    bottom: -40px;
    right: 0px;
    padding: 0;
}

.subtitle-section--commercial-consulting2 .container {
    position: absolute;
    top: -15px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.subtitle-section--commercial-consulting2 .container-fluid {
    position: absolute;
    top: -40px;
    margin: 0;
    padding: 0;
}

.subtitle-section--strategy-management .container {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.subtitle-section--strategy-management .container-fluid {
    position: absolute;
    bottom: -40px;
    right: 0px;
}

.subtitle-section--talent-acquisition .container {
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.subtitle-section--talent-acquisition2 .container {
    position: absolute;
    bottom: -130px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.subtitle-section--research .container {
    position: absolute;
    top: -20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.hero-element--1 {
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    mix-blend-mode: multiply;
}

.img-estructura-mediciones {
    bottom: -12em;
    max-width: 700px;
}

.img-herramientas-y-automatizaciones {
    max-width: 500px;
    top: 14%;
}

.img-enfoque-g {
    width: 45vw;
    right: 0;
}

.list-gronow li.one {
    padding-left:80px;
}

.list-gronow li.two {
    padding-left:60px;
}

.list-gronow li.three {
    padding-left:40px;
}

.list-gronow li.four {
    padding-left:20px;
}

.bg_element4 {
    top: -30%;
    right: 0%;
    mix-blend-mode: multiply;
    width: 30vw;
}

.bg_element5 {
    top: 20%;
    right: 0;
}

.section-junto {
    margin-top: -30px;
}

.card-testimonial-quote {
    min-height: 330px;
}

/* Media Queries */
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
}

@media (min-width: 1200px) {
    .bg-junto {
        max-width: 700px;
        top: -50%;
    }
}

@media (min-width: 1400px) {
    .bg-junto {
        max-width: 840px;
    }
}

@media (min-width: 1700px) {
    .bg-junto {
        max-width: 1000px;
    }
}

@media (max-width: 1200px) {
    .nav-item a {
        font-size: 12px;
        line-height: 12px;
    }
}

@media (max-width: 768px) {


    .nav-item a {
        font-size: 16px;
        line-height: 20px;
    }

    .nav-item img {
        max-width: 100%;
        margin-bottom: 0px;
        margin-right: 12px;
    }

    .carousel-caption-container h5 {
        font-size: 1.5rem;
    }
    
    .carousel-caption-container p {
        font-size: 0.875rem;
    }
    
    .texto-impulsa {
        transform: translate(0px, 0px);
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 3px;
    }
    
    .subtexto-impulsa {
        font-size: 42px;
        display: inline-grid;
    }
    
    .overlay-dark {
        background-position: top left;
    }
    
    .exclamation {
        width: 25px;
        height: 60vh;
        top: 60px;
        left: -5px;
    }
    
    .section-resultados h2 {
        margin-bottom: 0;
        line-height: 2rem;
        font-size: 1.6rem;
    }
    
    .slider-section h1 {
        margin-bottom: 0;
        line-height: 1.8rem !important;
        font-size: 1.65em;
        padding-left: .5em;
    }
    
    .slider-section h1 span {
        font-size: 2.4rem;
        display: inline-block;
        margin-top: 5px;
        line-height: 2.2rem;
    }
    
    .carousel-item img {
        object-fit: cover;
        height: 300px;
    }
    
    .service-card {
        height: 160px;
    }
    
    .service-overlay h3 {
        line-height: 1.3rem;
        font-size: 1.1rem;
    }
    
    .nav-item a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 10px !important;
        text-align: left;
    }
    
    .nav-item a svg {
        margin-bottom: 0;
        margin-right: 10px;
    }
    
    .nav-item a br {
        display: none;
    }
    
    .triangulo {
        left: -50%;
    }
    
    .subtitle-section h2 {
        line-height: 1em;
        font-size: 1.7em;
    }
    
    .subtitle-section h2 br {
        display: none;
    }
    
    .subtitle-section .container-fluid {        
        display: none!important;
    }
    
    .hero-inside {
        height: 300px;
    }
    
    h3.title-with-line {
        margin-bottom: .5em;
        margin-top: .5em;
        line-height: 2.2rem;
        font-size: 2.2rem;
    }
    
    .resaltar-linea {
        white-space: normal;
    }
    
    .subtitle-section__bar {
        min-height: 110px !important;
    }
    
    .bg-junto {
        height: auto;
        position: relative;
        left: -15px;
        top: -20px;
        width: 100%;
    }
    
    .texto-grande {
        font-size: 1.3em;
        text-align: center;
    }

    .texto-grande-lead {
        text-align: left;
        font-size: 1.2em;
        line-height: 1em;
    }

    h3.title-with-line::before {
        left: -15px;
    }

    .img-herramientas-y-automatizaciones,
    .img-estructura-mediciones {
        max-width: 100%;
    }

    .subtitle-section--strategy-management .container,
    .subtitle-section--commercial-consulting .container,
    .subtitle-section--commercial-consulting2 .container,
    .subtitle-section--talent-acquisition .container,
    .subtitle-section--talent-acquisition2 .container    {
        background: var(--orange);
        padding: 15px 0;
    }

    .subtitle-section--commercial-consulting .container {
        bottom: -5px;
        z-index: 1;
    }

    .subtitle-section--talent-acquisition2 .container {
        background: var(--gray);
        position: relative;
        width: 100%;
        z-index: 10;
        top: 20px;
        transform: none;
        left: 0;
    }

    .subtitle-section--research .container {
        background: var(--gray);
        position: relative;
        width: 100%;
        z-index: 10;
        left: initial;
        transform: none;
        top: initial;
        padding: 15px 0;
        text-align: left;
    }

    .img-enfoque-g {
        width: 100%;
        right: -15px;
    }

    .list-gronow {
        margin-bottom: 2em;
    }

    .list-gronow li {
        padding-left: 0 !important;
    }

    .exclamation {
        display: none;
    }

    .bg_element4 {        
        right: -50vw;
        width: 80vw;
    }

    .icon-talent-content {
        max-width: 100%;
    }

    .hero-talent {
        height: 210px;
    }

    .hero-inside--contact {
        max-height: 210px;
    }

    .bg_element4 {
        opacity: 0.25;
    }

    .bg_element5 {
        top: 0;
        right: -10%;
        opacity: 0.25;
    }

    .separador-interna {
        display: none;
    }

    .section-junto {
        margin-top: 30px;
    }

    .number-card {
        margin-bottom: 5px;
    }

    .overlay-dark h3 {
        font-size: 2.2em;
    }

    .overlay-dark h2 {
        font-size: 1.5em;
        line-height: 1.2em;
    }
}




