/* Hero */

.service__hero {
    overflow: hidden;
    height: 100vh;
}

.service__hero__container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.service__hero__subtitle {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.service__hero__subtitle h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1.5px;
}

.single-servicios .hero-global {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.service__hero__img {
    position: absolute;
    top: 500px;
    left: 0;
    overflow: hidden;
    height: 1300px;
    width: 100%;
    /* z-index: 1; */
}

.service__hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.2;
    display: block;
}

.services__carousel__arrows {
    display: flex;
    gap: 1rem;
    overflow: hidden;
}

.services__carousel__arrows img {
    transform: translateY(0%);
    cursor: pointer;
}

.service__hero__subtitle__content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.service__hero__subtitle__content img {
    width: 63px;
    height: 68px;
}

/* Presentation */
.service__presentation {
    position: relative;
    background-color: var(--global-palette8);
    padding: 0 0 200px 0;
}

.service__presentation__container {
    display: flex;
    flex-direction: column;
    gap: 7rem;
}

.service__presentation__header {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-top: -120px;
}

.service__presentation__text {
    display: grid;
    gap: 1rem;
    align-items: start;
    padding: 4rem 3rem;
    background-color: var(--global-palette9);
}

.service__presentation__text h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
    line-height: 1;
    width: 700px;
}

.service__presentation__text p {
    font-size: 21px;
    letter-spacing: -0.42px;
    line-height: 1.15;
    width: 700px;
}


.service__presentation__claim {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4rem 3rem;
    background-color: var(--tt-primary);
}

.service__presentation__claim h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
    line-height: 1.05;
    width: 346px;
}

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

.service__content__header {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    align-items: start;
}

.service__content__header__right {
    justify-self: end;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    overflow: hidden;
}
.service__content__header__img {
    display: inline-block;
    width: 50px;
    height: auto;
    color: var(--tt-dark);

}

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

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

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

.service__content__header__text h2 {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.36px;
    margin: 0;
    text-align: right;
    text-wrap-style: balance;
}

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

.service__content__header__word {
    display: block;
}

.service__content__header__title {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    max-width: 572px;
}

.service__content__article {
    position: relative;
}

.service__content__article__content {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    align-items: center;
    padding: 150px 0 150px 0;
    z-index: 2;
}

.service__content__article__content img {
    width: 70%;
    height: auto;
}

.service__content__article__text {
    display: grid;
    gap: 1rem;
}

.service__content__article__content p {
    font-size: 21px;
    line-height: 1.15;
    letter-spacing: -0.42px;
}

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