/* Estilos generales */
:root {
    --tt-primary: #FFC62D;
    --tt-hover: #FFCF55;
    --tt-secondary: #222222;
    --tt-dark: #222222;

    --tt-white: #fff;
    --tt-black: #000;
}

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow: auto !important;
    overflow-x: hidden !important;
}

body.disable-scroll {
    overflow: hidden !important;
    touch-action: none; /* Bloquea el touch en el body */
}

.ancho-maximo, .site-container {
    max-width: 1490px !important;
    margin-inline: auto;
    width: 100%;
    box-sizing: border-box;
}

p,a,span,h1,h2,h3,h4,h5,h6,img {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

ul,ol,li {
    margin: 0 !important;
    list-style: none;
}

.spacer {
    flex-basis: 80px;
    transition: flex-basis .50s ease;
}

.site {
    position: relative;
}

.scroll-up {
    --inner-w: 76px;
    position: fixed;
    bottom: 30px;
    right: 2rem;
    z-index: 8888;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    filter: drop-shadow(0 0 2px #ffffff22);
}

.scroll-up img,
.scroll-up .hero__arrow {
    width: var(--inner-w);
    height: var(--inner-w);
}

/* Header alternativo */

.header-alternativo {
    min-height: 200px;
}

.header-alternativo > .header-alternativo-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--global-palette9);
    z-index: 88888;
}

.header-alternativo__container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-alternativo__logo {
    filter: invert(1);
}

.header-alternativo__logo svg {
    width: 210px;
}

.header-alternativo__social-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    filter: invert(1);
}

.header-alternativo__social-icon {
    fill: #000;
    background-color: var(--global-palette9);
    border-radius: 50%;
    padding: 8px;
    border: none;
    overflow: visible;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.header-alternativo__social-icon:hover {
    background-color: var(--tt-primary) !important;
    filter:invert(1);
}

.page-template-page-inicio .header-alternativo,
.single-casos-de-exito .header-alternativo {
    position: fixed;
    width: 100%;
    z-index: 88888;
}

.page-template-page-inicio .header-alternativo > .header-alternativo-inner,
.single-casos-de-exito .header-alternativo > .header-alternativo-inner {
    position: fixed;
    background-color: transparent;
}

.single-casos-de-exito .header-alternativo > .header-alternativo-inner .menu-burguer__icon,
.single-casos-de-exito .header-alternativo > .header-alternativo-inner .header-alternativo__logo,
.single-casos-de-exito .header-alternativo > .header-alternativo-inner .header-alternativo__social-menu {
    filter: invert(0);
}



/* Menu de navegación del menú hamburguesa */

.menu-nav__overlay {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 45%;
    height: 100vh;
    background-color: var(--tt-dark);
    z-index: 88889;
    transform: translateX(-100%);
    overflow-y: auto; /* Scroll independiente */
    -webkit-overflow-scrolling: touch; /* Para iOS */
    touch-action: pan-y; /* Permite scroll vertical en el menú */
    overscroll-behavior: contain; /* Evita que el scroll se propague */
}

.menu-nav__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 35px 35px 35px 50px;
    min-height: 100%;
}

.menu-nav__close {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.menu-nav__close__icon {
    border: 1px solid #fff;
    width: 100%;
}

.menu-nav__close__icon:nth-child(1) {
    transform: rotate(45deg) translateY(13px);
}

.menu-nav__close__icon:nth-child(2) {
    transform: rotate(-45deg) translateY(-13px);
}

.menu-nav__burguer__container {
    position: relative;
    width: 100%;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: stretch;
    max-width: 100%;
    overflow: hidden;
}

.menu-nav__burguer__container > ul {
    display: flex;
    flex-direction: column;
    gap: 2.5vh;

    flex: 1 0 100%;
    width: 100%;
    opacity: 1;
}

.menu-servicios__nav,
.menu-success__nav {
    opacity: 0;
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    opacity: 0; */
}

.menu-nav__content {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6vh;
    padding: 20px 0 0 48px;
    width: 100%;
    height: 100%;
}

.menu-nav__content > .menu-nav__top {
    display: flex;
    flex-direction: column;
    gap: 5.8vh;
    width: 100%;
}

.menu-nav__content > .menu-nav__bottom {
    display: flex;
    flex-direction: column;
    gap: 4.6vh;
    width: 100%;
}

.menu-nav__img {
    width: 210px;
}

.menu-nav__burguer a,
.menu-servicios__nav a,
.menu-success__nav a {
    font-size: clamp(34px, 3.5415vw, 68px);
    line-height: 0.7;
    letter-spacing: -2.04px;
    color: var(--global-palette9);
    font-family: var(--global-heading-font-family);
}

@media (min-width: 1020px) and (max-width: 1030px) {
    /* Estilos para orientación vertical */
    @media screen and (orientation: portrait) {
        .menu-nav__burguer a,
        .menu-servicios__nav a,
        .menu-success__nav a {
            font-size: clamp(40px, 4.5415vh, 68px);
        }
    }
}

.menu-nav__burguer a:hover,
.menu-nav__burguer.current-menu-item a,
.menu-servicios__nav a:hover,
.menu-success__nav a:hover,
.menu-servicios__nav.current-menu-item a,
.menu-success__nav.current-menu-item a {
    color: var(--tt-primary);
}


#menu-item-382 {
    cursor: pointer;
}

.menu-nav__legal {
    display: flex;
    gap: min(2vw, 30px);
    padding: 0;
}

.menu-nav__logos__container {
    display: flex;
}

.menu-nav__logos__container .logo_grupostartgo,
.menu-nav__logos__container .logo_expacioweb,
.menu-nav__logos__container .logo_scaleup,
.menu-nav__logos__container .logo_pullcomunicacion,
.menu-nav__logos__container .logo_nextout {
    width: auto;
    max-width: none;
}

.menu-nav__logos__container .menu-nav__logo-startgo {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 30px;
    margin-right: 30px;
}

.menu-nav__logos__container .menu-nav__logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px 30px;
    flex-wrap: wrap;
}

/* Menu burguer */

.menu-burguer-icon__container {
    width: 53px;
    height: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
}

.menu-burguer__icon {
    width: 100%;
    height: 2px;
    border: 1px solid #000;
    display: block;
}

/* Cursos circle */

.cursor-circle-zone {
    position: relative;
}

.cursor-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0; left: 0;
    width: 100px;
    height: 100px;
    background-color: var(--tt-hover);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
    z-index: 8888;
}

.cursor-circle p{
    color: var(--tt-dark);
    font-size: 16px;
}

.cursor-circle-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0; left: 0;
    width: 100px;
    height: 100px;
    background-color: var(--tt-hover);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
    z-index: 8888;
}

.cursor-circle-2 p{
    color: var(--tt-dark);
    font-size: 16px;
}

/* Talk button */
.talk-button-container {
    position: fixed;
    bottom: 30px;
    right: 2rem;
    z-index: 8888;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    width: auto;
}

.talk-button {
    --inner-w: 76px;
    width: var(--inner-w);
    height: var(--inner-w);
    filter: drop-shadow(0 0 2px #ffffff22);
    cursor: pointer;
    position: relative;
}

.tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    background: #222;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    white-space: nowrap;
    transition: all .3s ease-in-out;
}

.talk-button:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.talk-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Glider */

.glider-track {
    display: flex;
    overflow: hidden;
    gap: 2rem;
}

/* Flechas de los hero */

.hero__arrow {
    width: 61px;
    height: 61px;
    color: var(--tt-primary);
    display: inline-block;
}

.hero__arrow > svg {
    max-width: 100%;
    height: auto;
}

.hero__arrow > svg > .flecha {
    fill: var(--tt-dark);
}

/* Flechas de los carruseles */

.carousel__arrows {
    display: flex;
    gap: 1rem;
}

.carousel__arrows > .carousel__arrow {
    cursor: pointer;
    color: var(--tt-white);
}

.carousel__arrows > .carousel__arrow:hover {
    cursor: pointer;
    color: var(--tt-dark);
}

.carousel__arrows > .carousel__arrow > svg {
    max-width: 100%;
    height: auto;
}

.carousel__arrows > .carousel__arrow > svg > .flecha {
    fill: var(--tt-dark);
}

.carousel__arrows > .carousel__arrow:hover > svg > .flecha {
    fill: var(--tt-white);
}

.carousel__arrows img {
    cursor: pointer;
}

.carousel__arrows__next,
.carousel__arrows__prev {
    position: relative;
    width: 61px;
    height: 61px;
    overflow: hidden;
}

/* hero-global */

.hero-global {
    background-color: var(--global-palette7);
    padding: 4rem 0;
}

.hero-global__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}

.hero-global__title {
    font-size: clamp(50px, 5.2vw, 100px); /* 100px */
    line-height: 1;
    letter-spacing: -3px;
}

.hero-global__items {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hero-global__items__item:nth-child(1) {
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - 55px);
}

.hero-global__items__item:nth-child(1) img {
    width: 61px;
    height: 61px;
    margin-bottom: 2rem;
}

.hero-global__items__item:nth-child(1) div {
    width: 55px;
    height: 55px;
    background-color: var(--tt-dark);
    align-self: end;
}

.hero-global__items__item:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.hero-global__items__item:nth-child(2) div {
    width: 55px;
    height: 55px;
    background-color: var(--tt-primary);
}

.hero-global__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: flex-start;
    margin-top: 2rem;
}

.hero-global__subtitle {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1.5px;
    max-width: 500px;
}

.hero-global__content p {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: -0.42px;
}

/* CTA Button */

.cta-button-container {
    opacity: 0;
    overflow: hidden;
}

.cta-button {
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    margin-top: 2rem;
    max-width: 185px;
}

/* Casos de éxito */

.success-stories {
    width: 100%;
    padding: 100px 0 0 0;
}

.success-stories__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.success-stories__header-title {
    font-size: 120px;
    line-height: .85;
    letter-spacing: -2px;
    text-wrap-style: balance;
}

.success-stories__header-title-word--container {
    display: block;
    overflow: hidden;
    position: relative;
}

.success-stories__header-title-word {
    display: block;
}

.success-stories__header-title-char {
    display: inline-block;
    will-change: transform;
    overflow: hidden;
}

.success-stories__content {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    cursor: pointer;
}

.success-stories__content-item {
    min-height: 459px;
    width: 100%;
    border: 1px solid var(--global-palette7);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4rem 3rem;
    transition: all .8s ease;
}

.success-stories__content-item:hover {
    background-color: var(--global-palette7);
}

.success-stories__content-item h4 {
    font-size: 21px;
    line-height: 1.15;
    letter-spacing: -0.63px;
    max-width: 304px;
}

.success-stories__content-item__images {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.success-stories__content-item__images figure:nth-child(1) {
    width: 140px;
    margin: 0;
    padding: 0;
}

.success-stories__content-item__images figure:nth-child(1) img  {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.success-stories__content-item__images figure:nth-child(2) {
    transform: translateX(50%);
    opacity: 0;
    margin: 0;
    transition: all .25s ease .1s;
}

.success-stories__content-item:hover .spacer{ flex-basis: 0; }
.success-stories__content-item:hover .success-stories__content-item__images figure:nth-child(2){
    transform: translateX(0);
    opacity: 1;
}

.logo-beams {
    filter: grayscale(100%);
}

.success-stories__box__container {
    --inner-w: 82px;
    position: relative;
}

.success-stories__box:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--inner-w);
    height: var(--inner-w);
    background-color: var(--tt-primary);
}

.success-stories__box:nth-child(2) {
    position: absolute;
    top: calc( var(--inner-w) * -1 );
    left: calc( var(--inner-w) * -1 );
    width: var(--inner-w);
    height: var(--inner-w);
    background-color: var(--tt-dark);
}

.success-stories__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 82px;
}


/* Porqué pull */
.why-pull {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100vh;
    background-color: var(--tt-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5rem;
    width: 100%;
}

.why-pull__box__container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.why-pull__box:nth-child(1) {
    width: 82px;
    height: 82px;
    background-color: var(--tt-dark);
    transform: translateY(-82px);
}

.why-pull__box:nth-child(2) {
    width: 82px;
    height: 82px;
    background-color: var(--tt-primary);
}

.why-pull__container {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.why-pull__header {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.why-pull__title {
    color: #fff;
    font-size: clamp(40px, 4.165vw, 80px);
    line-height: 1;
    letter-spacing: -3.6px;
    font-weight: 200 !important;
    position: relative;
    overflow: hidden;
}

.why-pull__title__word__container {
    display: block;
    overflow: hidden;
    position: relative;
}

.why-pull__title__word {
    display: block;
}

.why-pull__title__word span {
    color: var(--tt-primary);
}

.why-pull__text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 500px;
}

.why-pull__text__p {
    font-size: clamp(16px, 2.1vw, 21px);
    line-height: 1.3;
    letter-spacing: -0.42px;
    color: #fff;
}

.why-pull__text__p:nth-child(1) {
    color: var(--tt-primary);
}

.why-pull__content {
    display: flex;
    justify-content: space-between;
}

.why-pull__content_xs {
    display: none;
}

.why-pull__content__elements {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 6rem;
}

.why-pull__content__elements .cta-button {
    border-color: var(--global-palette9);
    color: var(--global-palette9);
    max-width: 185px;
    margin-top: 14rem;
}

.why-pull__content__elements .cta-button:hover {
    border-color: var(--tt-hover);
    color: var(--tt-dark);
}

.why-pull__content__elements__images_container {
    position: relative;
    overflow: hidden;
    width: 83px;
    height: 83px;
}

.why-pull__content__elements__images_container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.why-pull__content__elements__img:nth-child(2),
.why-pull__content__elements__img:nth-child(3) {
    opacity: 0;
    transform: translateY(30px);
}

.why-pull__content__elements__text {
    position: relative;
    width: 700px;
}

.why-pull__content__elements__text__p {
    position: absolute;
    top: 0;
    left: 0;
    font-size: clamp(25px, 1.8vw, 35px);
    line-height: 1.15;
    color: #fff;
    width: 600px;
}

.why-pull__content__elements__text__p:nth-child(1) {
    clip-path: circle(140.9% at 0 0);
}


.why-pull__content__elements__text__p:nth-child(2),
.why-pull__content__elements__text__p:nth-child(3) {
    clip-path: circle(0% at 0 0);
    opacity: 0;
}

.why-pull__content__scroll__bar {
    height: 100%;
    width: 2px;
    background-color: grey;
    position: relative;
    overflow: hidden;
}

.why-pull__content__scroll__bar .progress__bar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 30%;
    width: 100%;
    background-color: var(--tt-primary);
    will-change: transform;
    transform: translateY(0%);
}

.why-pull__logo__background {
    position: absolute;
    bottom: -190px;
    z-index: -1;
    clip-path: inset(0 100% 0px 0);
    margin: 0;
    padding: 0;
    opacity: 0.3;
}

/* Porqué pull wrapper */

.why-pull__wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 888;
}

/* Bloque servicios */

.services__item__img {
    width: 55px;
    height: 68px;
}


/* CTA banner */

.cta-banner {
    width: 100%;
    padding: 150px 0;
}

.cta-banner__container {
    background-color: var(--tt-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 60px 0;
}

.cta-banner__container h2 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.96px;
}

.cta-banner__desc {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.36px;
    text-align: center;
    max-width: 680px;
}

.cta-banner__call__text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.16px;
    text-align: center;
    text-transform: uppercase;
}

.cta-banner__img {
    width: 49px;
    height: auto;
    cursor: pointer;
    color: var(--tt-dark);
}

.cta-banner__img > svg {
    width: 100%;
    height: auto;
}

.cta-banner__img > svg > .flecha {
    fill: var(--tt-primary);
}

.wpcf7 {
    width: 100%;
}

.cta-banner__form {
    overflow: hidden;
    width: 850px;
    height: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.cta-banner__form a {
    color: inherit;
    text-decoration: underline;
}

.cta-banner__form form {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.cta-banner__form form span {
    margin: 0 !important;
}

.cta-banner__form form span.wpcf7-form-control-wrap {
    text-align: left;
}

.cta-banner__form form p {
  max-width: none !important;
  width: 100%;
  margin: 0;
}

.cta-banner__form input[type="text"],
.cta-banner__form input[type="tel"],
.cta-banner__form input[type="email"],
.cta-banner__form input[type="phone"],
.cta-banner__form textarea,
.cta-banner__form select {

    width: 100%;
    margin-bottom: 3rem;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    padding: 1rem 0 !important;
    border-bottom: 1px solid black !important;
    font-family: var(--global-body-font-family) !important;
}

.cta-banner__form textarea {
    height: auto;
}

.cta-banner__form input::placeholder,
.cta-banner__form textarea::placeholder {
    color: var(--tt-dark) !important;
    font-size: 26px !important;
    letter-spacing: -0.52px !important;
    line-height: 1.2 !important;
}

.cta-banner__form-check {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cta-banner__form-check__input {
    width: 100%;
}

.cta-banner__form-check__input a {
    color: inherit;
}

.cta-banner__form-submit__input p {
    margin-bottom: 0;
    text-align: right;
}

.cta-banner__form-check__input .wpcf7-list-item-label,
.cta-banner__form-check__input label {
    padding-left: 30px;
    display: block;
}

.cta-banner__form-check__input input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 19px !important;
    height: 19px !important;
    border: 3px solid black !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;

    position: absolute;
}

.cta-banner__form-check__input input[type="checkbox"]:checked::after {
    content: "✔" !important;
    color: #000 !important;
    font-size: 14px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(0%, -59%);
}

.cta-cta-banner__form-check button[type="submit"],
.cta-cta-banner__form-check input[type="submit"] {
    flex: 0 0 auto;
}

.cta-banner__form button[type="submit"],
.cta-banner__form input[type="submit"] {
    width: 266px;
    height: 55px;
    background-color: transparent !important;
    margin-bottom: 0px;
    text-align: center;
    border-radius: 50px !important;
    outline: none !important;
    padding: 0px !important;
    border: 1px solid black !important;
}

.wpcf7-response-output {
    width: 90% !important;
    margin: 0 auto !important;
    border-radius: 50px !important;
    border-color: var(--tt-dark) !important;
    padding: 10px 0 !important;
    text-align: center !important;
    font-family: var(--global-body-font-family) !important;
}


/* Banner contacto */

.banner-contacto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 600px;
    background-image: url('../../images/uploads/banner-contacto.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

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

.banner-contacto__image {
    width: 210px;
    height: 79px;
}

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

.banner-contacto__title,
.banner-contacto__title2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1.5px;
    max-width: 600px;
    position: relative;
    overflow: hidden;
}

.banner-contacto__title__word__container {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner-contacto__title__word {
    display: block;
}






.overflow-hidden {
    overflow: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
