/* Expertise */
.expertise {
    width: 100%;
    margin: 150px 0 200px 0;
}

/* Expertise Header */
.expertise__header {
    width: 100%;
    display: grid;
    grid-template-columns: 0.7fr 1fr 0.7fr;
    height: 300px;
}

.expertise__header__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    max-height: 220px;
}

.expertise__header__info-projects {
    border-right: 1px solid #D6D6D6;
}

.expertise__header__info-projects h3 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -0.96px;
    margin: 0;
    margin-left: 25px
}

.expertise__projects__number-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.expertise__projects__number-container p {
    margin: 0;
    font-family: var(--global-heading-font-family);
    font-weight: 600;
}

.expertise__projects__number-container p {
    font-size: 120px;
    line-height: .5;
    letter-spacing: 3.6px;
    color: var(--tt-primary);
}

.expertise__header__info-experience-container {
    align-items: center;
    gap: 3rem;
    border-right: 1px solid #D6D6D6;
}

.expertise__header__info__experience {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6rem;
}

.expertise__header__info__experience p {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.72px;
    font-weight: 600;
    max-width: 200px;
}

.expertise__experience-number-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100px;
}

.expertise__experience-number-container p {
    font-size: 70px;
    line-height: 0.85;
    letter-spacing: -2.1px;
    font-family: var(--global-heading-font-family);
    font-weight: 600;
    color: #A0A0A0;
}

.expertise__header__info-clients {
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
}

.expertise__header__info-clients h5 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -0.96px;
    margin: 0;
}


/* Expertise Header V2 */
.expertise__header_v2 {
    --inner-padd: 74px;

    width: 100%;
    display: grid;
    grid-template-columns: 0.7fr 0.7fr 1fr;
    margin-bottom: calc( var(--inner-padd) * 2 );
}

.expertise__header_v2 > * {
    padding: 0 var(--inner-padd);
    border-left: 1px solid #D6D6D6;
}

.expertise__header_v2 > :first-child {
    border-left: none;
    padding-left: 0;
}

.expertise__header_v2 > :last-child {
    padding-right: 0;
}

.expertise__header_v2 p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.expertise__header_v2 .expertise__header__sticky {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -0.96px;
    font-weight: 700;
    font-family: var(--global-heading-font-family);

    align-content: center;
}

.expertise__header_v2 .expertise__header__sticky .number-counter-item {
    font-size: 120px;
    line-height: 1;
    letter-spacing: 3.6px;
    color: var(--tt-primary);
}

.expertise__header_v2 .expertise__header__numbers {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.72px;
    font-weight: 600;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-content: center;
}

.expertise__header_v2 .expertise__header__numbers .number-counter-item {
    font-size: 70px;
    line-height: 0.85;
    letter-spacing: -2.1px;
    color: #A0A0A0;
    font-family: var(--global-heading-font-family);
    text-align: right;
}

.expertise__header_v2 .expertise__header__claim {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -0.96px;
    font-weight: 600;
    color: var(--global-palette4);
    font-family: var(--global-heading-font-family);
    text-wrap-style: balance;

    align-content: center;
}


/* Team */
.team__carousel {
    --inner-fullw: 1490px;
    --inner-figw: 25vw;

    height: 100vh;
    width: 150%;
    margin-left: calc((100% - var(--inner-fullw)) / 2);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}

.team__carousel__figure {
    min-width: var(--inner-figw);
    width: var(--inner-figw);
    height: auto;
}

.team__carousel__figure__caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem;
    padding: .25rem;
}

.team__carousel__figure__caption__name {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: -0.96px;
    font-weight: 600;
}

.team__carousel__figure__caption__position {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.72px;
}

.team__carousel__img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.team__carousel__default {
    width: 100%;
    height: auto;
    object-fit: cover;
    color: var(--tt-primary);
    opacity: .25;
}

/* Presentación */

.us__presentation {
    padding: 150px 0 150px 0;
    position: relative;
    background-color: var(--global-palette7);
}

.us__presentation__header__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
}

.us__presentation__header__content__left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    overflow: hidden;
}

.us__presentation__header__content__img {
    display: inline-block;
    width: 50px;
    height: auto;
    color: var(--tt-dark);

}

.us__presentation__header__content__img > svg {
    width: 100%;
    height: auto;
}

.us__presentation__header__content__img > svg > .flecha {
    fill: var(--tt-white);
}

.us__presentation__header__content__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.us__presentation__header__content__text h2 {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.36px;
    margin: 0;
}

.us__presentation__header__title {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1.5px;
    max-width: 650px;
}

.us__presentation__header__title_words {
    display: block;
    overflow: hidden;
    position: relative;
}

.us__presentation__header__title_word {
    display: block;
}

.us__presentation__article__container {
    position: relative;
    z-index: 2;
}

.us__presentation__article__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 150px 0 150px 0;
}

.us__presentation__article__content figure {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.us__presentation__article__content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.us__presentation__article__content p {
    font-size: 21px;
    line-height: 1.15;
    letter-spacing: -0.42px;
    max-width: 482px;
}

.us__presentation__logo__background-img {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.03;
    z-index: -1;
    scale: 2;
    width: 100%;
    height: 100%;
    clip-path: inset(0 100% 0 0);
}

/* Casos de éxito */

.page-template-page-nosotros .success-stories {
    padding: 150px 0 150px 0;
}

.page-template-page-nosotros .success-stories__content-item,
.page-template-page-nosotros .success-stories__content-item__images {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-page-nosotros .success-stories__box__container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.page-template-page-nosotros .success-stories__box:nth-child(2) {
    top: 0;
    left: 82px;
}

/* Testimonios */

.testimonials {
    padding: 150px 50px 0 50px;
}

.testimonials__container {
    padding: 100px 50px 100px 50px;
    display: grid;
    grid-template-columns: 20% 70%;
    gap: 3rem;
    justify-items: center;
    border: 1px solid #EBEBEB;
    overflow: hidden;
}

.testimonials__figure {
    width: 148px;
    height: 148px;
}

.testimonials__figure > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: var(--tt-secondary)
}

.testimonials__carousel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    padding-top: 2.5rem;
    width: 100%;
    overflow: hidden;
}

.testimonials__items__container {
    width: 100%;
}

.testimonials__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
}

.testimonials__item__title {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -0.96px;
    max-width: 706px;
}

.testimonials__item p {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.36px;
}
