html {
    scroll-behavior: smooth !important;
    scroll-padding-top: 5rem;
}

body {
    --bs-body-font-family: 'Poppins', sans-serif;
    --bs-body-color: #2e2e2e;
}

/*********
variables
**********/
:root {
    --primary-color: #00A87E;
    --text-color-dark: #7C8087;
    --text-color-lite: #fff;
    --primary-font-family: 'Poppins', sans-serif;
    --secondary-font-family: 'Source Sans 3', sans-serif;
    --gradient-blue: #0c0091;
    --gradient-green: #00a87e;

}

/**********
global
***********/
.mtn64 {
    margin-top: -64px;
}

.my128 {
    margin: 128px 0;
}

.my64 {
    margin: 64px 0;
}

.mt64 {
    margin-top: 64px;
}

.mb64 {
    margin-bottom: 64px;
}

.pt128 {
    padding-top: 128px;
}


/**********
Nav
***********/
.navbar .nav-link {
    color: white;
    opacity: 1;
    font-weight: 400;
    font-family: var(--primary-font-family);
}

.navbar .nav-link:hover {
    color: var(--primary-color);
    font-weight: 400;
}

.navbar-call {
    --bs-btn-bg: #00bc9e;
    --bs-btn-border-color: transparent;
}

.navbar-lang {
    --bs-btn-bg: #3d4947;
    --bs-btn-border-color: transparent;
}


.navbar-back {
    background-color: rgba(23, 23, 23, 0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

/**********
main
***********/

.slogan-background {
    background-size: auto;
    padding-bottom: 2.5rem;
    background: #0C0091 center;
    background-image: -webkit-linear-gradient(90deg, #0C0091 0%, #00A87E 100%);
    background-image: -o-linear-gradient(90deg, #0C0091 0%, #00A87E 100%);
    background-image: linear-gradient(90deg, #0C0091 0%, #00A87E 100%);
}

.logo-img {
    display: inline-block;
    height: 2.5rem;
}

.feature-image {
    max-height: 25em;
}

.main-slogan {
    padding-top: 5rem;
}

.slogan-title {
    font-size: 3rem;
    font-family: 'Poppins', serif;
    font-weight: 700;
    text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.3;
    letter-spacing: 0.05rem;
    color: #fff;
}

.slogan-subtitle {
    font-size: 2.5rem;
    font-family: 'Poppins', serif;
    font-weight: 700;
    text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.1;
    letter-spacing: 0.05rem;
    color: #fff;
}

.slogan-img {
    max-width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.slogan-enfasis {
    color: #00ffd4;
}

.img-max-height-vertical {
    max-height: 350px;
}

.img-max-height-horizontal {
    max-height: 310px;
}

.slogan-paragraph {
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.6;
    font-weight: 200;
    margin-top: 2rem;
    font-family: var(--secondary-font-family);
    font-weight: 300;
}

.slogan-paragraph b {
    font-weight: 800;
}

.section-title {
    font-weight: 200;
    font-size: 2.5rem;
    text-align: center;
    display: inline-block;
}


.feature {
    line-height: 30px;
    letter-spacing: -0.3px;
    font-size: 1.35rem;
    font-weight: 400;
    opacity: 1;
    color: var(--text-color-dark);
    font-family: var(--secondary-font-family);
}

.greenLabel {
    font-size: 1rem;
    color: #00A87E;
    font-family: var(--secondary-font-family);

}

.image-container {
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ecommerce-max-height {
    max-height: 310px;
    width: auto;
    object-fit: cover;
}

.servicios-max-height {
    max-height: 310px;
    width: auto;
    object-fit: cover;
}

.uxui-background {
    background-color: #f4f4f4;
}

/*filosofia*/
.textBox {
    border-radius: 12px;
    padding: 24px 24px;
    border: 1px solid #f4f4f4;
    margin-bottom: 32px;
    background-color: #fff;

    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);

}

.number {
    display: flex;
    align-self: center;
    margin-bottom: 32px;
    margin-left: 24px;
    z-index: 99;
}

.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;

    height: 42px;
    width: 42px;
    line-height: 0px;
    border-radius: 50%;
    padding: 8px;
    font-size: 1.35rem;
    background-color: var(--primary-color);
    border: 1px solid var(--gradient-green);
    color: var(--text-color-lite);
    opacity: 1;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);

}

.circle span {
    margin-top: 3px;
}


/*background main*/
.backComoHacemos {
    background: url('/images/background.png') center center / cover no-repeat;
}

.backQuehacemos {
    background: url('/images/background2.png') center center / cover no-repeat;
}

/*Typed*/
.typed-cursor {
    opacity: 1;
    color: #fff;
    font-weight: 200;
}

.typed-cursor.typed-cursor--blink {
    animation: typedjsBlink 0.7s infinite;
    -webkit-animation: typedjsBlink 0.7s infinite;
    animation: typedjsBlink 0.7s infinite;
}

@keyframes typedjsBlink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes typedjsBlink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1;
    }
}

/************
waves 
**************/
.waveHero {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.waveHero svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 40px;
    transform: rotateY(180deg);
}

.waveHero .shape-fill {
    fill: url('#gradient');
}

.waveCarousel {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}


.waveCarousel svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 124px;
    transform: rotateY(180deg);
}

.waveCarousel .shape-fill {
    fill: #f4f4f4;
}


.waveCarouselBottom {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.waveCarouselBottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 40px;
}

.waveCarouselBottom .shape-fill {
    fill: #f4f4f4;
}

.waveUXTop {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.waveUXTop svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 99px;
}

.waveUXTop .shape-fill {
    fill: #F4F4F4;
}

.waveUXBottom {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    background-color: transparent;
}

.waveUXBottom svg {
    position: relative;
    display: block;
    width: calc(162% + 1.3px);
    height: 99px;
}

.waveUXBottom .shape-fill {
    fill: #F4F4F4;
}

/***********************
        Queries
  *************************/
@media screen and (max-width: 600px) {
    body {
        text-align: center;
    }

    .my128 {
        margin: 32px 0px;
    }


}

/* marquee */
.tech-brand-image {
    height: 2rem;
    opacity: 0.5;
}

/* Container class */
.marquee-container {
    width: 100%;
    /* Adjust as needed */
    display: flex;
    overflow: hidden;
    gap: 4rem;
}

/* Marquee animation */
.marquee {
    min-width: 100%;
    gap: 4rem;
    flex: none;
    justify-content: space-around;
    animation: marquee 70s linear infinite;
    display: flex;
}

/* Define keyframes for the scrolling effect, 4rem must match the gap */
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 4rem));
    }
}

/* .marquee-container:hover > .marquee {
    animation-play-state: paused;
} */

