/* HOME */
/* INTRO ========================================================= */
#intro {
    margin-top: 89px;
    background: rgb(245,99,107);
    background: -moz-linear-gradient(90deg, rgba(245,99,107,1) 0%, rgba(255,109,139,1) 50%, rgba(255,178,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(245,99,107,1) 0%, rgba(255,109,139,1) 50%, rgba(255,178,0,1) 100%);
    background: linear-gradient(90deg, rgba(245,99,107,1) 0%, rgba(255,109,139,1) 50%, rgba(255,178,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5636b",endColorstr="#ffb200",GradientType=1);
    overflow: hidden;
}

#intro .pageWidth {
    position: relative;
    padding: clamp(50px, 8vw, 120px) 0px;
}

#intro .wrapper {
    max-width: 60%;
    position: relative;
    z-index: 2;
}

#intro h1 {
    font-weight: 700;
    font-size: clamp(1.9rem, 8.0vw, 5.0rem);
    line-height: 1.1em;
    margin-bottom: 0.5em;
    color: #FFF;
}

#intro h2 {
    font-weight: 700;
    font-size: clamp(1.1rem, 6.0vw, 2.1rem);
    line-height: 1.2em;
    margin-bottom: 1.5em;
    color: #FFF;
    max-width: 500px;
}

#intro p {
    font-weight: 500;
    font-size: clamp(0.5rem, 5.4vw, 1.1rem);
    line-height: 1.3em;
    margin-bottom: 40px;
    color: #FFF;
    max-width: 505px;
}

#intro p span {
    white-space: nowrap;
}

#intro a {
    font-weight: 500;
    font-size: clamp(0.5rem, 5.4vw, 1.1rem);
    line-height: 1.3em;
    margin-bottom: 30px;
    color: #FFF;
    transition: all .2s;
}

#intro a br {
    display: none;
}

#intro a span {
    border: 2px solid #FFF;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 8px;
    transition: all .2s;
}

#intro .pageWidth .user {
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    right: -60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0;
    z-index: 1;
}

.webp #intro .pageWidth .user {
    background-image: url(intro/user.webp);
}

.no-webp #intro .pageWidth .user {
    background-image: url(intro/user.png);
}

#intro .pageWidth .skyline {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: 0;
    right: -130px;
    bottom: 80px;
    width: 82%;
    z-index: 0;
}

.webp #intro .pageWidth .skyline {
    background-image: url(intro/skyline_xl.webp);
}

.no-webp #intro .pageWidth .skyline {
    background-image: url(intro/skyline_xl.png);
}

#intro a:hover span {
    background-color: rgba(0,0,0,.2);
}

@media screen and (max-width: 1100px) {
    #intro .pageWidth {
        padding: clamp(50px, 8vw, 120px) 10px;
    }
}

@media screen and (max-width: 1050px) {
    #intro .pageWidth .user {
        right: -20px;
    }
}

@media screen and (max-width: 1000px) {
    #intro .wrapper {
        max-width: 50%;
    }

    @media screen and (max-width: 1050px) {
        #intro .pageWidth .user {
            right: -70px;
        }
    }
}

@media screen and (max-width: 900px) {
    #intro .wrapper {
        max-width: 50%;
    }

    #intro .pageWidth .user {
        background-position: 120% 0;
        background-size: contain;
    }

    #intro a br {
        display: initial;
    }

    #intro a {
        text-align: center;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 800px) {
    #intro {
        margin-top: 0px;
    }

    #intro .pageWidth .user {
        background-position: 130% 0;
    }
}

@media screen and (max-width: 750px) {
    #intro .wrapper {
        max-width: 100%;
        margin-bottom: 400px;
    }

    #intro .pageWidth .user {
        background-position: center bottom;
        background-size: auto 440px;
    }

    /*     .webp #intro .pageWidth .user {
        background-image: url(intro/user_mobile.webp);
    }

    .no-webp #intro .pageWidth .user {
        background-image: url(intro/user_mobile.png);
    } */
    #intro p {
        max-width: 100%;
    }

    #intro a br {
        display: none;
    }

    #intro .pageWidth .skyline {
        background-position: center bottom;
        position: absolute;
        top: 0;
        right: 20px;
        left: 20px;
        bottom: 80px;
        width: auto;
        z-index: 0;
    }
}

@media screen and (max-width: 500px) {
    #intro .pageWidth .user {
        background-position: center bottom;
        background-size: contain;
        left: 60px;
        right: 60px;
    }
}

@media screen and (max-width: 450px) {
    #intro .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 340px;
    }

    #intro .pageWidth .skyline {
        bottom: 180px;
    }

    #intro h1 {
        width: 100%;
    }

    #intro a br {
        display: initial;
    }

    #intro p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 400px) {
    #intro .wrapper {
        margin-bottom: 360px;
    }

    #intro .pageWidth .user {
        left: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 350px) {
    #intro .wrapper {
        margin-bottom: 330px;
    }
}

@media screen and (max-width: 320px) {
    #intro .wrapper {
        margin-bottom: 290px;
    }
}

/* CLIENTS =============================================================== */
#case h2 {
    font-size: 47px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 60px;
    color: #2b3346;
    padding: 0 10px;
}

@media screen and (max-width: 860px) {
    #case h2 {
        font-size: 38px;
    }
}

@media screen and (max-width: 600px) {
    #case h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 480px) {
    #case h2 {
        font-size: 28px;
    }
}

/* INTEGRACIONES */
#integrations {
    background-color: #ffffff;
    padding: 160px 0 160px 0;
}

#integrations h2 {
    font-size: 47px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 30px;
    color: #4f4da7;
    padding: 0 10px;
}

#integrations h3 {
    font-size: 36px;
    font-weight: 200;
    text-align: center;
    margin: 0 0 30px 0;
    color: #8891a3;
    padding: 0 10px;
}

#integrations ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
}

#integrations ul li {
    display: block;
    margin: 20px 20px 20px 20px;
}

@media screen and (max-width: 600px) {
    #integrations {
        background-color: #ffffff;
        padding: 80px 0 80px 0;
    }

    #integrations h2 {
        font-size: 31px;
    }

    #integrations h3 {
        font-size: 29px;
    }
}

@media screen and (max-width: 450px) {
    #integrations h2 {
        font-size: 28px;
    }

    #integrations h3 {
        font-size: 24px;
    }
}

/* COEVOLUCION */
#reevolution {
    background-color: #273347;
    position: relative;
    align-items: center;
}

#reevolution .info {
    padding: 0;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    align-items: center;
}

#reevolution .info h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    font-size: clamp(1.5rem, 4.8vw, 3.0rem);
    line-height: 1.4em;
    color: #FFF;
    margin-bottom: 10px;
}

#reevolution .info h2 strong {
    color: #E63B3B;
}

#reevolution .info h2 span {
    white-space: nowrap;
}

#reevolution .pageWidth {
    display: flex;
    overflow: hidden;
    background: url(latin_america.svg) no-repeat right 0;
    background-size: contain;
    padding: 180px 0;
    /* max-width: 800px; */
}

@media screen and (max-width: 1100px) {
    #reevolution .pageWidth {
        padding: 180px 20px;
    }
}

@media screen and (max-width: 850px) {
    #reevolution .pageWidth {
        padding: 300px 20px 40px 20px;
        background: url(latin_america_mobile.svg) no-repeat center 0;
        background-size: 300px auto;
    }

    #reevolution {
        margin-top: 0px;
        display: block;
        min-height: auto;
    }

    #reevolution .info {
        display: block;
        min-height: auto;
        width: 100%;
        margin-left: 0;
    }

    #reevolution .pageWidth {
        flex-direction: column;
    }

    #reevolution .info h2 {
        text-align: center;
    }
}

@media screen and (max-width: 380px) {
    #reevolution .info h2 br {
        display: none;
    }
}

/* Features ==================================================== */
#features {
    background: rgb(154,119,255);
    background: -moz-linear-gradient(90deg, rgba(154,119,255,1) 0%, rgba(2,199,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(154,119,255,1) 0%, rgba(2,199,255,1) 100%);
    background: linear-gradient(90deg, rgba(154,119,255,1) 0%, rgba(2,199,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a77ff",endColorstr="#02c7ff",GradientType=1);
    padding: var(--paddingMedium) 0;
    position: relative;
}

#features .box {
    border: 2px solid #FFF;
    border-radius: 40px;
    margin-bottom: 40px;
    position: relative;
    color: #FFF;
}

#features .box .data {
    margin-left: 42%;
    padding: 100px 40px 100px 0;
    position: relative;
    z-index: 1;
}

#features .pageWidth .user {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: -30px;
    left: -30px;
    bottom: 0;
    width: 52%;
    z-index: 1;
}

.webp #features .pageWidth .user {
    background-image: url(cloud/user.webp);
}

.nowebp #features .pageWidth .user {
    background-image: url(cloud/user.png);
}

#features .pageWidth .misc {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(cloud/misc.svg);
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    width: 52%;
    z-index: 0;
    opacity: .3;
}

#features .pageWidth .skyline {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 30px;
    width: 52%;
    z-index: 0;
}

.webp #features .pageWidth .skyline {
    background-image: url(skyline.webp);
}

.nowebp #features .pageWidth .skyline {
    background-image: url(skyline.png);
}

#features .pageWidth .data h2 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #273347;
}

#features .pageWidth .data h3 {
    font-weight: 400;
    font-size: clamp(1.8rem, 3.8vw, 2.8rem);
    margin: 0 0 5px 0;
}

#features .pageWidth ul {
    display: flex;
    font-weight: 200;
    font-size: 20px;
    color: #273347;
}

#features .pageWidth ul li {
    width: 20%;
    box-sizing: border-box;
    padding: 0px 15px 0 15px;
    position: relative;
}

#features .pageWidth ul li i {
    font-size: 40px;
    color: #FFF;
    margin-bottom: 6px;
}

#features .pageWidth ul li h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3em;
    padding: 0;
    margin: 0 0 5px 0;
    color: #FFF;
    transition: all 0.4s;
}

#features .pageWidth .data h3 strong {
    font-weight: 700;
}

#features .pageWidth p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    color: #FFF;
}

@media screen and (max-width: 1100px) {
    #features .pageWidth {
        padding: 0 10px;
    }
}

@media screen and (max-width: 930px) {
    #features .pageWidth h2 br {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    #features .pageWidth ul {
        flex-wrap: wrap;
        margin: 0 auto;
    }

    #features .pageWidth h2 {
        font-size: 30px;
    }

    #features .pageWidth h2.cloud {
        font-size: 23px;
    }

    #features .pageWidth ul li {
        width: 33%;
        box-sizing: border-box;
        padding: 0px 15px 20px 15px;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    #features .box .data {
        margin-left: 0%;
        padding: 30px 20px 280px 20px;
        position: relative;
        z-index: 1;
        text-align: center;
    }

    #features .pageWidth .user {
        background-position: center bottom;
        position: absolute;
        top: 160px;
        left: -30px;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }

    #features .pageWidth .misc {
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 90%;
        z-index: 0;
        opacity: .3;
    }

    #features .pageWidth .skyline {
        background-position: center bottom;
        background-size: 80%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 30px;
        width: 100%;
        z-index: 0;
    }
}

@media screen and (max-width: 700px) {
    #features .pageWidth .user {
        top: 180px;
    }

    #features .pageWidth .misc {
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 90%;
        z-index: 0;
        opacity: .3;
    }
}

@media screen and (max-width: 600px) {
    #features .pageWidth ul li {
        width: 50%;
    }

    #features .pageWidth .user {
        top: 220px;
    }

    #features .pageWidth .misc {
        background-size: cover;
        width: 100%;
        border-radius: 40px;
        overflow: hidden;
    }
}

@media screen and (max-width: 450px) {
    #features .pageWidth ul li {
        width: 100%;
    }

    #features .pageWidth .user {
        top: 280px;
    }
}

/* SOLUCIONES ======================================*/
#solutions {
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d7d7d7",GradientType=1);
    padding: var(--paddingMedium) 0;
}

#solutions h2 {
    font-weight: 700;
    font-size: 39px;
    font-size: clamp(1.5rem, 4.8vw, 2.5rem);
    color: var(--negro);
    margin: 0 0 40px 0px;
    text-align: center;
}

#solutions .pageWidth ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#solutions .pageWidth ul li {
    width: calc(33% - 20px);
    margin: 140px 7px 40px 7px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s;
    border-radius: 20px;
    background-color: #FFF;
    text-align: center;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    flex: 1;
}

#solutions .pageWidth ul li a {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#solutions .pageWidth ul li:hover {
    box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.15);
}

#solutions .pageWidth ul li .initials {
    max-width: 200px;
    margin: 0 auto;
    border-radius: 100px;
    text-align: center;
    padding: 20px 20px;
    min-height: 320px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -140px;
    margin-bottom: -140px;
    color: var(--negro);
}

#solutions .pageWidth ul li.erp .initials {
    background: rgb(2,199,255);
    background: -moz-linear-gradient(180deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: linear-gradient(180deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
}

#solutions .pageWidth ul li.crm .initials {
    background: rgb(255,203,0);
    background: -moz-linear-gradient(0deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    background: linear-gradient(0deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcb00",endColorstr="#ff6d8b",GradientType=1);
}

#solutions .pageWidth ul li.hcm .initials {
    background: rgb(2,199,255);
    background: -moz-linear-gradient(0deg, rgba(2,199,255,1) 0%, rgba(154,119,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(2,199,255,1) 0%, rgba(154,119,255,1) 100%);
    background: linear-gradient(0deg, rgba(2,199,255,1) 0%, rgba(154,119,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#9a77ff",GradientType=1);
}

#solutions .pageWidth ul li .initials span {
    /* position: absolute; */
    top: 25px;
    left: 20px;
    width: 160px;
    height: 160px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 48px;
    background-color: #fff;
    transition: all 0.3s;
    margin: 0 auto;
}

#solutions .pageWidth ul li .initials h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    padding: 0;
    margin: 24px 0 15px 0;
    color: #FFF;
    flex: 1;
    align-items: center;
    display: flex;
}

#solutions .pageWidth ul li .description {
    font-weight: 500;
    font-size: clamp(1.2rem, 5.0vw, 1.4rem) !important;
    padding: 0;
    color: #49505b;
    padding: 25px 40px 32px 40px;
    flex: 1;
}

#solutions .pageWidth ul li span.cta {
    font-weight: 700;
    font-size: 24px;
    transition: all 0.3s;
    display: block;
    padding: 25px 10px;
    color: #FFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#solutions .pageWidth ul li.erp span.cta {
    background: rgb(2,199,255);
    background: -moz-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
}

#solutions .pageWidth ul li.crm span.cta {
    background: rgb(255,203,0);
    background: -moz-linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    background: linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcb00",endColorstr="#ff6d8b",GradientType=1);
}

#solutions .pageWidth ul li.hcm span.cta {
    background: rgb(2,199,255);
    background: -moz-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(154,119,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(154,119,255,1) 100%);
    background: linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(154,119,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#9a77ff",GradientType=1);
}

@media screen and (max-width: 1100px) {
    #solutions .pageWidth {
        padding: 0 10px;
    }

    #solutions h2 {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1000px) {
    #solutions .pageWidth ul li h3 {
        font-size: 23px;
        line-height: 27px;
        margin: 25px 0 8px 0;
    }
}

@media screen and (max-width: 910px) {
    #solutions .pageWidth ul li {
        width: 100%;
        max-width: 350px;
    }

    #solutions .pageWidth ul li span {
        left: 15px;
    }
}

@media screen and (max-width: 820px) {
    #solutions .pageWidth ul {
        flex-direction: column;
    }

    #solutions .pageWidth ul li {
        width: 100%;
        max-width: 350px;
        margin: 140px auto 60px auto;
    }

}



/* TRANSFORMATION =================================== */
#transformation {
    background-color: #273347;
    padding: var(--paddingMedium) 0;
    position: relative;
}

#transformation .pageWidth {
    text-align: center;
}

#transformation .pageWidth h2 {
    font-weight: 700;
    font-size: 55px;
    color: #FFF;
    margin: 0 0 80px 0px;
}

#transformation .pageWidth h2 span {
    white-space: nowrap;
}

#transformation .pageWidth h2 strong {
    font-weight: 200;
    color: #6a67ce;
    /* 	color: #1AAFD0; */
}

#transformation .pageWidth ul {
    display: flex;
    flex-wrap: wrap;
}

#transformation .pageWidth ul li {
    width: 25%;
    margin-bottom: 30px;
    text-align: center;
}

#transformation .pageWidth ul li i {
    font-size: 80px;
    color: var(--negro);
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.2s;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
}

#transformation .pageWidth ul li:nth-child(1) i, #transformation .pageWidth ul li:nth-child(3) i, #transformation .pageWidth ul li:nth-child(6) i, #transformation .pageWidth ul li:nth-child(8) i {
    background: rgb(2,199,255);
    background: -moz-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
}

#transformation .pageWidth ul li:nth-child(2) i, #transformation .pageWidth ul li:nth-child(4) i, #transformation .pageWidth ul li:nth-child(5) i, #transformation .pageWidth ul li:nth-child(7) i {
    background: rgb(255,203,0);
    background: -moz-linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    background: linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcb00",endColorstr="#ff6d8b",GradientType=1);
}

#transformation .pageWidth ul li:hover i {
    color: #FFF;
}

#transformation .pageWidth ul li h3 {
    font-weight: 600;
    font-size: 22px;
    color: #FFF;
    margin: 0 0 6px 0px;
    text-transform: uppercase;
}

#transformation .pageWidth ul li:hover h3 {
    /*     color: #02ceff; */
    transition: all 0.2s;
}

#transformation .pageWidth ul li:hover a {
    opacity: 1;
}

@media screen and (max-width: 1100px) {
    #transformation .pageWidth {
        padding: 0 10px;
    }
}

@media screen and (max-width: 910px) {
    #transformation .pageWidth ul li {
        width: 33%;
    }
}

@media screen and (max-width: 740px) {
    #transformation .pageWidth ul li {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    #transformation .pageWidth ul li h3 {
        font-size: 18px;
    }

    #transformation .pageWidth h2 {
        font-size: 36px;
        margin: 0 0 30px 0px;
    }
}

@media screen and (max-width: 440px) {
    #transformation .pageWidth ul li h3 {
        font-size: 16px;
        font-weight: 300;
    }

    #transformation .pageWidth ul li i {
        font-size: 60px;
        width: 90px;
        height: 90px;
    }

    #transformation {
        padding: 100px 0;
    }
}

/* CASO DE ÉXITO =============================================================== */
#case {
    width: 100%;
    padding: var(--paddingMedium) 0;
    position: relative;
}

#case.gray {
    background: #f8f8f9;
}

#case h2 {
    font-weight: 700;
    font-size: 45px;
    font-size: clamp(1.5rem, 5.4vw, 3.0rem);
    color: var(--negro);
    text-align: center;
    margin-bottom: clamp(30px, 5.4vw, 50px);
    padding: 0 10px;
}

#case h2 strong {
    font-weight: 200;
    /* color: #4F4DA7; */
}

#case .wrapper {
    display: flex;
}

#case .photo {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 10px 10px 40px rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

#case .photo picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#case .photo picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 100%;
}

#case .testimony {
    position: relative;
    flex: 1;
    padding-left: 4%;
}

#case p {
    padding: 0;
    margin: 0;
}

#case .testimony p.experience {
    font-size: clamp(1.1rem, 2.4vw, 1.7rem);
    line-height: 1.4em;
    font-weight: 500;
    padding-top: clamp(50px, 10.4vw, 80px);
    background-image: url('case/quote_start.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-size: clamp(20px, 4.4vw, 35px) auto;
    margin-bottom: 30px;
}

#case .testimony p.author {
    color: #fc636b;
    font-size: 20px;
    font-weight: 700;
    /* margin-bottom: 5px; */
}

#case .testimony p.role {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

#case .testimony p.company {
    color: #49505B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}

#case .testimony p a {
    background: rgb(2,199,255);
    background: -moz-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 200;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
    display: inline-block;
    transition: all .2s;
}

#case .testimony p a:hover {
    background: #179dba;
}

@media screen and (max-width: 1100px) {
    #case .wrapper {
        padding: 0 30px;
    }
}

@media screen and (max-width: 800px) {
    #case .wrapper {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }

    #case .photo {
        height: 400px;
        width: 100%;
        margin: 0 0 50px 0;
    }

    #case .testimony {
        padding-left: 0;
    }

    #case h2 br {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #case .photo {
        height: 70vw;
        width: 100%;
        margin: 0 0 50px 0;
    }
}


/* DGI =============================================================== */
#dgi {
    background-color: #273347;
    padding: var(--paddingMedium) 0 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

#dgi .texture {
    height: clamp(100px, 25vw, 225px);
    background: url("texture_go_bottom_center.svg") no-repeat center bottom;
    width: calc(100% - 20px);
    z-index: 0;
    margin: 0 auto;
}

#dgi h2 {
    margin: 0 0 0.2em 0;
    color: #FFF;
    font-weight: 700;
    font-size: clamp(1.9rem, 4.5vw, 2.8rem);
    text-align: center;
}

#dgi p.legal {
    margin: 0 0 2em 0;
    color: #FFF;
    font-weight: 700;
    font-size: clamp(1.3rem, 3.0vw, 1.8rem);
    text-align: center;
}


#dgi ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 50px;
    margin-bottom: 50px;
}

#dgi ul li {
    box-sizing: border-box;
    font-weight: 300;
}

#dgi ul li h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
    /* color: #02CEFF; */
    color: #FFF;
}

#dgi ul li p {
    font-size: 16px;
    line-height: 22px;
    color: #49505b;
    color: #FFF;
    font-weight: 500;
}

#dgi ul li p strong {
    font-weight: 300;
    text-transform: uppercase;
}

#dgi ul li span {
    margin-left: -5px;
}

#dgi ul li span.noGap {
    height: 66px !important;
    display: inline-block;
    position: relative;
}

#dgi ul li span i {
    font-size: 70px;
    color: #02CEFF;
}


#dgi p.more {
    margin: 0 0 2em 0;
    color: #FFF;
    font-weight: 700;
    font-size: clamp(1.3rem, 3.0vw, 1.4rem);
    text-align: center;
    line-height: 1.5em;
}


#dgi .demoAccess {
    text-align: center;
    margin-bottom: var(--paddingMedium);
}

#dgi .demoAccess a {
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 6px;
    transition: all 0.2s;
    font-weight: 700;
    background: rgb(2,199,255);
    background: -moz-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(154,119,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(154,119,255,1) 100%);
    background: linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(154,119,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#9a77ff",GradientType=1);
}

#dgi .demoAccess a:hover {
    background: rgb(0,189,235);
    background: -moz-linear-gradient(90deg, rgba(0,189,235,1) 0%, rgba(145,104,238,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,189,235,1) 0%, rgba(145,104,238,1) 100%);
    background: linear-gradient(90deg, rgba(0,189,235,1) 0%, rgba(145,104,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bdeb",endColorstr="#9168ee",GradientType=1);
}

@media screen and (max-width: 1100px) {
    #dgi .pageWidth {
        padding: 0 20px;
    }
}

@media screen and (max-width: 860px) {
    #dgi .pageWidth {
        padding: 0 20px;
    }

#dgi ul {
    grid-template-columns: repeat(2, 1fr);
}

    #dgi ul li span {
        width: 120px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
#dgi ul {
    grid-template-columns: repeat(1, 1fr);
}

    #dgi ul li {
        width: 100%;
    }
}


@media screen and (max-width: 400px) {
    #dgi ul li h3 {
        font-size: 19px;
        line-height: 24px;
    }

    #dgi ul li h4 {
        font-size: 15px;
    }

    #dgi ul li p {
        font-size: 15px;
        line-height: 20px;
    }
}
