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

    --tt-gray-43: #434343;
    --tt-gray-64: #646464;
    --tt-gray-70: #707070;
    --tt-gray-e7: #e7e7e7;
    --tt-gray-f6: #f6f6f6;

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

    --tt-font-body:Rubik, sans-serif;
    --tt-font-head:Roboto, sans-serif;

    --inner-pad: 60px;
    --max-w: 1490px;
}

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

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

body, input, select, optgroup, textarea {
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6;
	font-family: var(--tt-font-body);
	color: var(--tt-dark);
}

body {
	background: var(--tt-white);
    margin: 0;
    padding: 0;
}

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

.content-bg, body.content-style-unboxed .site{
	background: var(--tt-white);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--tt-font-head);
}

h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	color: var(--tt-dark);
}

h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	color: var(--tt-dark);
}

h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: var(--tt-dark);
}

h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
	color: var(--tt-gray-43);
}

h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: var(--tt-gray-43);
}

h6 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: var(--tt-gray-64);
}

strong,
b {
    font-weight: 500;
}

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

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

a:focus,
a:hover {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

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

button,
.button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"],
.fl-button,
.elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button,
.wc-block-cart__submit {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 100px;
	padding: 10px 40px;
    border: 2px solid currentColor;
	border-color: currentColor;
	display: inline-block;
    transition: all .25s ease-in-out;
}

.button:hover {
    background-color: var(--tt-hover);
    border-color: var(--tt-hover);
    color: var(--tt-dark);
}

.ancho-maximo, .site-container {
    max-width: var(--max-w) !important;
    margin-inline: auto;
    width: 100%;
    box-sizing: border-box;
}

.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 {
    --inner-clr: var(--tt-dark);
    --inner-clr2: var(--tt-white);
    --inner-hvr: var(--tt-primary);
    --inner-bkg: var(--tt-white);

    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(--inner-bkg);
    z-index: 88888;
}

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

.header-alternativo .header-alternativo__logo {
    color: var(--inner-clr);
}

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

.header-alternativo .header-alternativo__social-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: var(--inner-clr);
}

.header-alternativo .header-alternativo__social-menu a {
    color: var(--inner-clr2);
    background-color: var(--inner-clr);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    padding: 7px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.header-alternativo .header-alternativo__social-menu a:hover {
    color: var(--inner-clr);
    background-color: var(--inner-hvr);
}

.header-alternativo .header-alternativo__social-menu a svg {
    width: 100%;
    height: auto;
    color: currentColor;
}

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

.header-alternativo .menu-burguer__icon {
    width: 100%;
    height: 2px;
    border: 1px solid var(--inner-clr);
    display: block;
}


.page-template-page-inicio .header-alternativo {
    --inner-clr: var(--tt-dark);
    --inner-hvr: var(--tt-white);

    position: fixed;
    width: 100%;
    z-index: 88888;
}

/* .page-template-page-inicio .header-alternativo, */
.single-casos-de-exito .header-alternativo {
    --inner-clr: var(--tt-white);
    --inner-clr2: var(--tt-dark);
    --inner-bkg: transparent;
    --inner-hvr: var(--tt-dark);

    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;
}


/* 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__close__img {
    color: var(--tt-white);
}

.menu-nav__close__img:hover {
    color: var(--tt-hover);
}

.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 svg {
    width: 210px;
    color: var(--tt-white);

    .menu-nav__img svg .color-secundario {
        fill: var(--tt-primary);
    }
}

.menu-nav__burguer a,
.menu-servicios__nav a,
.menu-success__nav a {
    font-size: clamp(34px, 3.5415vw, 68px);
    line-height: 0.8;
    letter-spacing: -2.04px;
    color: var(--tt-white);
    font-family: var(--tt-font-head);
}

@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;
    color: var(--tt-white);
}

.menu-nav__legal a {
    color: var(--tt-white);
}

.menu-nav__legal a:hover,
.menu-nav__legal a:focus {
    color: var(--tt-primary);
}

.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-nav__logos__container .menu-nav__logos a {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(46%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(91%) contrast(92%);
}

.menu-nav__logos__container .menu-nav__logos a:nth-child(3) {
    filter: none;
}

/* 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 {
    --inner-ctxt: var(--tt-white);
    --inner-cbkg: var(--tt-dark);

    position: fixed;
    bottom: 30px;
    right: 2rem;
    z-index: 8888;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    width: auto;
}

.talk-button-container .talk-button {
    --inner-w: 76px;

    position: relative;
    display: inline-flex;
    width: var(--inner-w);
    height: var(--inner-w);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    color: var(--inner-ctxt);
    background-color: var(--inner-cbkg);
    filter: drop-shadow(0 0 2px #ffffff22);
}

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

.talk-button-container .talk-button:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%);
}

/* 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(--tt-gray-e7);
    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 calc(50% - 4rem);
    gap: 4rem;
    align-items: flex-start;
    margin-top: 2rem;
}

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

.hero-global__subtitle strong {
    color: var(--tt-primary);
}

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

.hero-global__content p strong {
    color: var(--tt-primary);
}

/* 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: 150px 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;
    max-width: 60%;
}

.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(--tt-gray-e7);
    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(--tt-gray-e7);
}

.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;
    text-wrap-style: balance;
}

.why-pull__title strong {
    color: var(--tt-primary);
}

.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(--tt-white);
    color: var(--tt-white);
    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__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--tt-primary);
}

.why-pull__content__elements__img .this-white {
    color: var(--tt-white);
}

.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: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    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: currentColor;
    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(--tt-font-body) !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: currentColor;
}

.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(--tt-font-body) !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.jpg');
    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 {
}

.banner-contacto__image__img {
    width: 210px;
    height: 79px;
    display: inline-block;
}

.banner-contacto__image__img svg {
    max-width: 100%;
    height: auto;
}

.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;
}
