@font-face {
    font-family: 'Circular Std Book';
    src: url('../fonts/CircularStd-Book.woff2') format('woff2'),
        url('../fonts/CircularStd-Book.woff') format('woff'),
        url('../fonts/CircularStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-Bold.woff2') format('woff2'),
        url('../fonts/CircularStd-Bold.woff') format('woff'),
        url('../fonts/CircularStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaProBlack.woff2') format('woff2'),
        url('../fonts/SofiaProBlack.woff') format('woff'),
        url('../fonts/SofiaProBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaProBold.woff2') format('woff2'),
        url('../fonts/SofiaProBold.woff') format('woff'),
        url('../fonts/SofiaProBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaProRegular.woff2') format('woff2'),
        url('SofiaProRegular.woff') format('woff'),
        url('SofiaProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1, h2{
    font-family: 'Sofia Pro';
    font-weight: 900;
}

h1{
    font-size: 104px;
    line-height: 98px;
}


h2 {
    font-size: 71px;
    line-height: 81px;
    color: #1D1D1B;
}

h3{
    font-size: 36px;
    line-height: 48px;
    font-family: 'Sofia Pro';
    font-weight: normal;
}

p,a {
    font-family: 'Circular Std Book';
    font-size: 28px;
    color: #1D1D1B;
    line-height: 42px;
}

.container {
    max-width: 1600px;
}


/* MENU */

span.line__w1 {
    width: 40px;
    height: 4px;
    background: #1D1D1B;
    display: block;
    margin-bottom: 10px;
}

span.line__w2 {
    width: 25px;
    height: 4px;
    background: #1D1D1B;
    display: block;
    margin-bottom: 5px;
    float: right;
}

div#navbarSupportedContent {
    justify-content: right;
    margin-right: 50px;
}

nav.navbar {
    position: absolute;
    width: 100%;
}

.navbar>.container {
    display: block;
}

.navbar>.container .wrapper__menu {
    display: inline-flex;
    float: right;
    z-index: 1000;
    position: relative;
}

.navbar>.container a {
    display: inline-block;
}

.navbar>.container .wrapper__menu>ul {
    list-style: none;
}

li.nav-item::marker {
    content: none;
}

.navbar__gp__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
}

.navbar__gp__content .wrapper__menu {
    flex: 70%;
    justify-content: right;
    display: flex;
    align-items: center;
}

.navbar>.container .wrapper__menu>ul li {
    font-size: 26px;
    font-family: 'Sofia Pro';
    font-weight: 900;
    margin-right: 40px;
}

.navbar>.container .wrapper__menu>ul {
    position: relative;
}

.navbar>.container .wrapper__menu>ul li::before {
    content: '';
    background: #E4E4E4;
    width: 85px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: 5px;
    z-index: -1;
    left: -8px;
    right: 0;
    margin: 0 auto;
}

nav.navbar.navbar__gp {
    padding-top: 30px;
}

.nav__menu.nav__menu__bg {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    background: black;
    position: fixed;
    z-index: 9997;
    transform: scaleY(1);
    max-height: 100%;
    animation: hide-scroll .3s backwards;
    width: 100%;
    max-width: 100%;
    transform: translate3d(0px, -100%, 0px);
    transition: 0.6s;
}

.nav__menu a {
    color: white;
    font-size: 71px;
    font-family: 'Sofia Pro';
    font-weight: 900;
    text-decoration: none;
}

.nav__menu li {
    margin-top: 35px;
    margin-bottom: 50px;
}

.nav__menu ul {
    text-decoration: none !important;
    list-style: none;
}

.header__modal__nav {
    position: absolute;
    width: 90%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 35px;
}

.header__modal__nav__logo {
    float: left;
}

.header__modal__nav__logo img {
    width: 80%;
}

.nav__menu a {
    color: #8d8d8d;
    font-size: 71px;
    font-family: 'Sofia Pro';
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s;
}

.nav__menu a:hover {
    color: white;
}

.nav__menu>div {
    width: 100%;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.header__modal__nav__close {
    float: right;
}

.header__modal__nav__close img {
    width: 40px;
    height: 40px;
    margin-top: 25px;
}

.footer__modal__nav {
    position: absolute;
    width: 90%;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 35px;
    bottom: 0;
}

.footer__modal__nav__social {
    float: left;
}

.footer__modal__nav__start {
    float: right;
}

.footer__modal__nav__social li {
    display: inline-block;
    margin-right: 20px;
}


.footer__modal__nav__start__button>a {
    background: #373737;
    width: 250px;
    height: 67px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 63px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
}

.footer__modal__nav__start {
    display: flex;
    align-items: center;
}

.footer__modal__nav__start__text span {
    color: white;
    font-size: 33px;
    font-family: 'Sofia Pro';
    font-weight: 900;
    line-height: 33px;
}

.footer__modal__nav__start__text {
    position: relative;
}

.footer__modal__nav__start__text::after {
    content: '';
    display: block;
    width: 2px;
    height: 100px;
    position: absolute;
    background: white;
    top: auto;
    bottom: -30px;
    right: 0;
}

.footer__modal__nav__start__text {
    padding-right: 35px;
}

.footer__modal__nav__start__button {
    margin-left: 35px;
}


    /*update color  */
    .nav__menu ul li a {
        color: #aae3ff;
        font-size: 71px;
    }
    .nav__menu.nav__menu__bg {
        background: #36A9E1;
    }
    .footer__modal__nav__start__button>a {
        background: #aae3ff;
        color: #1d1d1b;
    }
    /*update color  */


.open_menu{
    transform: translate3d(0px, 0%, 0px) !important;
}

.header__modal__nav__close{
    cursor: pointer;
}

.footer__modal__nav__start__button>a:hover {
    background: #1d1d1b;
    color: #aae3ff;
}

.nav__menu ul li a svg path {
    transition: 0.3s;
}

.nav__menu ul li a svg:hover path {
    fill: #1d1d1b;
}

/*  */



/* BUTTONS */
.wrapper__button__fixed {
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 50px;
}
.wrapper__button__fixed>a {
    background: #373737;
    width: 250px;
    height: 67px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 63px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
}
.wrapper__button__fixed a {
    transition: 0.3s;
}
.wrapper__button__fixed a:hover {
    background: white;
    border: 2px solid #373737;
    color: #373737;
}
/* BUTTONS END*/


section.container-fluid.proyects, section.specialists, section.t_demo_business, section.who_we {
    float: left;
    width: 100%;
    position: relative;
}


/* HERO */

    /* animation */
     .shapes {
         position: relative;
         height: 100vh;
         width: 100vw;
         background: #1D1D1B;
         overflow: hidden;
    }
     .shape {
         will-change: transform;
         position: absolute;
         border-radius: 50%;
    }
     .shape.shape-1 {
         background: #005ffe;
         width: 650px;
         height: 550px;
         margin: -225px 0 0 -225px;
    }
     .shape.shape-2 {
         background: #ffe5e3;
         width: 440px;
         height: 440px;
         margin: -120px 0 0 -120px;
    }
     .shape.shape-3 {
         background: #ffcc57;
         width: 270px;
         height: 270px;
         margin: -35px 0 0 -35px;
    }
    .container__by__animation .content {
         top: 0;
         left: 0;
         position: absolute;
         display: flex;
         justify-content: center;
         align-items: center;
         height: 100vh;
         width: 100vw;
         background: #fff;
         mix-blend-mode: screen;
    }
    .container__by__animation h1 {
         font-size: 104px;
         color: #1D1D1B;
         margin: 0;
         text-align: center;
    }
    .container__by__animation .cursor {
         position: fixed;
         background: #1D1D1B;
         width: 20px;
         height: 20px;
         margin: -10px 0 0 -10px;
         border-radius: 50%;
         will-change: transform;
         user-select: none;
         pointer-events: none;
         z-index: 10000;
    }
     ::selection {
         color: #fff;
         background: #1D1D1B;
    }
    /* animation end*/

body {
    height: 100vh;
    margin: 0;
    padding: 0;
}
.container.container__by__animation {
    display: flex;
    flex: 1;
    width: 100%;
}
.container.container__by__animation>div {
    flex: 1 0 50%;
    width: 50%;
}
.container__by__animation .left__animation div#canvas-wrapper {
    position: relative;
    height: 100vh;
}
.container__by__animation .left__animation canvas {
    top: 20%;
    width: 100% !important;
    height: auto !important;
    position: absolute;
}

.container.container__by__animation {
    float: left;
    width: 100%;
    z-index: 100;
    position: relative;
}

.container.container__by__animation>div {
    position: relative;
}

.shapes {
    position: relative;
    height: 100vh;
    width: 100%;
    background: #1D1D1B;
    overflow: hidden;
}

.shape.shape-1, .shape.shape-2, .shape.shape-3{
    width: 70%;
}

.container__by__animation .content {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-right: 150px;
}

.container.container__by__animation {
    margin: 0 auto;
    max-width: 100%;
}

.container__by__animation .content h1 {
    text-align: left;
}

.container.container__by__animation>div.left__animation {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.figure__hero__bh {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 111;
    background-position: center;
    background-repeat: no-repeat;
}

.container.container__by__animation {
    padding-bottom: 250px;
}

.shape__figure__line {
    position: absolute !important;
    bottom: 165px;
    width: 100% !important;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.container.container__by__animation>div.shape__figure__scroll {
    position: absolute;
    bottom: 230px;
    left: 150px;
}

.shape__figure__scroll span {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: -160px;
    font-size: 20px;
    font-family: 'Sofia Pro';
    color: #000;
    left: -15px;
}

.proyects__content__slider::before {
    content: '';
    background-image: url('../img/vector_girasol_union.svg');
    height: 163px;
    width: 163px;
    display: block;
    position: absolute;
    top: -100px;
    right: -65px;
    z-index: -1;
}

/* HERO END */



/* PROYECTS */

section.container-fluid.proyects {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
}

.proyects__content {
    display: flex;
    flex-wrap: wrap;
}

.proyects__content>div {
    flex: 1 0 50%;
}

.proyects__content__slider .carousel-item>div {
    max-width: 100%;
    margin: 0 auto;
}

.proyects__content__slider {
    background-size: cover;
}

.proyects__content__slider {
    padding-top: 40px;
    padding-bottom: 20px;
}

div.carousel__min {
    position: absolute;
    top: 80px;
    /* right: 80px; */
}

section.container-fluid.proyects {
    position: relative;
}

/* div.carousel__min {
    max-width: 370px;
}
 */
.proyects__content__slider {
    position: relative;
}

/* .carousel__big .carousel-item>div {
    margin-left: 150px;
} */

.carousel__big .carousel-item>div img {
    border-radius: 20px;
}

.proyects__content__description {
    padding: 100px;
}

.proyects__content__description>h2 {
    margin-bottom: 40px;
}

.proyects__content__description p span {
    color: #36A9E1;
    font-family: 'Sofia Pro';
    font-weight: 900;
}

.carousel__big .carousel-item>div>img {
    margin-left: 150px;
    max-width: 440px;
}

div.carousel__min {
    max-width: 100%;
    width: 100%;
}

div.carousel__min .carousel-item {
    width: 100%;
}

.proyects__content__slider div.carousel__min .carousel-item>div {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

div.carousel__min .carousel-item img {
    max-width: 370px;
    margin-right: 50px;
    float: right;
}

.carousel__big .carousel-item {
    transition-duration: 1.5s;
}

.carousel__min .carousel-item {
    transition-duration: 1.6s;
}

.proyects__content__slider {
    -webkit-transition: background-image 0.6s ease-in-out;
    transition: background-image 0.6s ease-in-out;
}

/* PROYECTS END*/


/* SPECIALISTS */

section.specialists {
    position: relative;
}

.specialists__wrapper {
    background: #242424;
    padding-top: 100px;
    padding-bottom: 200px;
}

#text .wrapper {
    font-family: 'Sofia Pro';
    font-weight: 900;
}

#text .wrapper {
    font-size: 200px;
    line-height: 242px;
}

/* animation */
 #text {
     font-family: 'Fredoka One', sans-serif;
     font-size: 6em;
     line-height: 1em;
     text-align: center;
     position: relative;
  /*    top: 50%;
     transform: translateY(-50%); */
}
 #text:hover {
     cursor: default;
}
 #text .wrapper {
     display: inline-block;
     top: -900px;
     position: relative;
     height: 150px;
    /* default */
     width: 90px;
    /* default */
     transition: ease 0.3s all;
}
 #text .wrapper span {
     position: absolute;
     top: 0;
     right: 0;
     transition: ease 0.3s all;
}
 #text .wrapper span.letter-2 {
     color: rgba(0, 0, 255, 0.5);
}
 #text .wrapper span.letter-1 {
     color: rgba(255, 0, 0, 0.5);
     z-index: 1;
}
 #text .wrapper span.letter-1:hover {
     top: -3px;
     right: -3px;
}
 #text .wrapper span.letter-1:hover ~ .letter-2 {
     top: 3px;
     right: 6px;
}
 #text .wrapper span.space {
     padding: 0;
     min-width: 30px;
     display: inline-block;
}
/* animation end*/


/* Animation 2 */
 .rolling-text {
     display: inline-block;
     font-family: 'Playfair Display', serif;
     font-size: 48px;
     line-height: 72px;
     letter-spacing: 24px;
     height: 72px;
     text-decoration: none;
     overflow: hidden;
     color: #1a1a1a;
}
 .rolling-text:hover .letter, .rolling-text.play .letter {
     transform: translateY(-100%);
}
 .rolling-text .block:last-child {
     color: #36A9E1;
}
 .rolling-text .letter {
     display: inline-block;
     transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
 .letter:nth-child(1) {
     transition-delay: 0s;
}
 .letter:nth-child(2) {
     transition-delay: 0.015s;
}
 .letter:nth-child(3) {
     transition-delay: 0.03s;
}
 .letter:nth-child(4) {
     transition-delay: 0.045s;
}
 .letter:nth-child(5) {
     transition-delay: 0.06s;
}
 .letter:nth-child(6) {
     transition-delay: 0.075s;
}
 .letter:nth-child(7) {
     transition-delay: 0.09s;
}
 .letter:nth-child(8) {
     transition-delay: 0.105s;
}
 .letter:nth-child(9) {
     transition-delay: 0.12s;
}
 .letter:nth-child(10) {
     transition-delay: 0.135s;
}
 .letter:nth-child(11) {
     transition-delay: 0.15s;
}
 .letter:nth-child(12) {
     transition-delay: 0.165s;
}
 .letter:nth-child(13) {
     transition-delay: 0.18s;
}
 .letter:nth-child(14) {
     transition-delay: 0.195s;
}
 .letter:nth-child(15) {
     transition-delay: 0.21s;
}
 .letter:nth-child(16) {
     transition-delay: 0.225s;
}
 .letter:nth-child(17) {
     transition-delay: 0.24s;
}
 .letter:nth-child(18) {
     transition-delay: 0.255s;
}
 .letter:nth-child(19) {
     transition-delay: 0.27s;
}
 .letter:nth-child(20) {
     transition-delay: 0.285s;
}
 .letter:nth-child(21) {
     transition-delay: 0.3s;
}

/* Animation 2  end*/

#text {
    text-align: left;
}

#text .wrapper span.letter-1 {
    background: linear-gradient(180deg, #36A9E1 38.02%, rgba(22, 19, 203, 0) 86.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.description__specialists p {
    color: #FFFFFF;
    width: 100% !important;
    height: auto !important;
}

.description__specialists {
    max-width: 700px;
    margin-left: auto;
    margin-right: 0;
}

.description__specialists p>span {
    color: #36A9E1;
}

.description__specialists p {
    font-size: 36px;
    line-height: 48px;
}

.description__specialists {
    margin-top: 50px;
}

section.specialists .container {
    position: relative;
}

.description__specialists::before {
    content: '';
    width: 5px;
    height: 210px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 75px;
}

#text .wrapper span.letter-2 {
    color: rgba(22, 19, 203, 0.5);
}

.list___specialists ul {
    padding-left: 0;
}

.list___specialists ul li> div {
    width: auto !important;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 30px;
}

.rolling-text .block:first-child {
    color: white;
}

.rolling-text {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0;
    font-family: 'Circular Std Book';
    text-transform: uppercase;
    height: 55px;
    top: 20px;
    position: relative;
    font-weight: normal !important;
    margin-left: 10px;
}

.list___specialists {
    margin-top: 170px;
}

.list3{
    margin-left: 200px;
}

.content__specialists {
    margin: 0 auto;
    text-align: center;
}


.list___specialists ul > li {
    border-bottom: 1px solid rgb(56 56 56);
    padding-top: 35px;
}

.list___specialists ul li > div svg path {
    transition: 0.3s;
}

.list___specialists ul li:hover > div svg path {
    fill: #36A9E1;
}

section.specialists{
    margin-top:200px; 
    /* margin-bottom: 150px; */
}

section.specialists:before {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, #4a4a4a 53.12%, rgba(55, 55, 55, 0) 100%);
    width: 90%;
    height: 120%;
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -150px;
    z-index: -1;
}


/* SPECIALISTS END */


/* BUSINESS */
.content__business h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
}

.content__business {
    padding-right: 180px;
}

section.business {
    padding-bottom: 150px;
}

.content__business h3>span {
    color: #36A9E1;
    font-weight: 900;
}

.content__business {
    position: relative;
}

.content__business h2::before {
    content: '';
    width: 61px;
    height: 5px;
    background: #36A9E1;
    display: block;
    margin-bottom: 20px;
}


/* .container.business__proyects {
    display: flex;
    flex-wrap: wrap;
}

.container.business__proyects>div {
    flex: 1 0 50%;
}
 */
.business__proyects__media img {
    width: 100%;
}

.container.business__proyects {
    transform: translate3d(0px, 0px, 0px);
    /* margin-top: 150px; */
}

.business__proyects__content__media {
    opacity: 0;
    transform: translateY(0px);
}

.business__proyects__media {
    transition: opacity 0.35s ease-in-out 0s;
    opacity: 0;
}

.business__proyects__content>div {
    margin: 5rem 0px;
    padding: 6rem 0px;
}

.business__proyects__content__media {
    position: absolute;
    width: 45%;
    height: 100vh;
    margin: 0px auto;
    max-width: 1366px;
    top: 0px;
    left: 45%;
    z-index: -1;
    will-change: top;
    transform: translate(0%, 0%);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.container.business__proyects>div.business__proyects__content {
    width: 35%;
}

section.business {
    position: relative;
    padding-top: 85px;
}

.container.business__proyects {
    position: relative;
    background: white;
    z-index: -1;
}

.container.cn__content__business {
    z-index: 1;
    position: relative;
    /* background: white; */
}

.business__proyects__content>div:first-child {
    margin-top: 0;
    padding-top: 0;
}

.container.cn__content__business {
    padding-bottom: 300px;
}

    /* DEMO 2 */
    section.business.business__demo2 .business__proyects__content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
    }
    .business__proyects__content__wrapper{
        width: 35%;
    }
    .business__proyects__content__wrapper>div{
        position: relative;
        margin: 5rem 0px;
        padding: 15rem 0px;s
    }
    .business__proyects__content__media__up{
        position: absolute;
        width: 45%;
        height: 100vh;
        margin: 0px auto;
        max-width: 1366px;
        top: 0px;
        left: 45%;
        z-index: -1;
        will-change: top;
        transform: translate(0%, 0%);
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
    .business__proyects__media {
        width: 100%;
        position: relative;
        border-radius: 20px;
        box-shadow: rgb(0 0 0 / 16%) 0px 33px 35px;
    }
    .business__proyects__media::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 62.5874%;
    }
    .business__proyects__media *{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }
    .ImgWrap{
        opacity: 0;
        transition: opacity 0.35s ease-in-out 0s;
    }
    .ImageContainer{
        width: 100%;
        height: 100%;
        overflow: hidden;
        will-change: transform;
    }
    .ImageWrapper-sc{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        will-change: transform;
    }
    .ImageInner-sc{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        will-change: transform;
    }
    .ImageEl-sc{
        position: relative;
        overflow: hidden;
        height: 100%;
        z-index: 1;
    }
    .ImageEl-sc img{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        opacity: 1;
        transition: opacity 500ms ease 0s;
        font-family: "object-fit: cover; object-position: 50% 50%";
        object-position: 50% top !important;
        border-radius: 20px;
    }

section.t_demo_business {
    margin-top: 200px;
}
/* BUSINESS END*/


/* TECH SOLUTIONS */
#text2 .wrapper {
    font-family: 'Sofia Pro';
    font-weight: 900;
}

#text2 .wrapper {
    font-size: 200px;
    line-height: 242px;
}

/* animation 2 */
 #text2 {
     font-family: 'Fredoka One', sans-serif;
     font-size: 6em;
     line-height: 1em;
     text-align: center;
     position: relative;
  /*    top: 50%;
     transform: translateY(-50%); */
}
 #text2:hover {
     cursor: default;
}
 #text2 .wrapper {
     display: inline-block;
     top: -900px;
     position: relative;
     height: 150px;
    /* default */
     width: 90px;
    /* default */
     transition: ease 0.3s all;
}
 #text2 .wrapper span {
     position: absolute;
     top: 0;
     right: 0;
     transition: ease 0.3s all;
}
 #text2 .wrapper span.letter-2 {
     color: rgba(0, 0, 255, 0.5);
}
 #text2 .wrapper span.letter-1 {
     color: rgba(255, 0, 0, 0.5);
     z-index: 1;
}
 #text2 .wrapper span.letter-1:hover {
     top: -3px;
     right: -3px;
}
 #text2 .wrapper span.letter-1:hover ~ .letter-2 {
     top: 3px;
     right: 6px;
}
 #text2 .wrapper span.space {
     padding: 0;
     min-width: 30px;
     display: inline-block;
}
/* animation 2 end*/

#text2 {
    text-align: left;
}

#text2 .wrapper span.letter-1 {
    background: linear-gradient(180deg, #36A9E1 38.02%, rgba(22, 19, 203, 0) 86.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

#text2 .wrapper span.letter-2 {
    color: rgba(22, 19, 203, 0.5);
}

.content__techsolutions p{
    color: white;
    margin-bottom: 50px;
}

.content__techsolutions {
    padding-left: 140px;
}

.content__techsolutions {
    margin-top: 140px;
}

section.specialists.tech__solutions .description__specialists {
    max-width: 500px;
    margin-top: 20px;
}

section.specialists.tech__solutions .container-fluid.content__specialists >h2 {
    color: white;
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 160px;
}

section.specialists.tech__solutions .container-fluid.content__specialists .list___specialists {
    margin-top: 90px;
}

section.specialists.tech__solutions .specialists__wrapper>img {
    position: absolute;
    top: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.specialists.tech__solutions .list___specialists li>div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 100px;
    padding-right: 100px;
}

li.list4 > div:first-child {
    border-right: 1px solid white;
}

.specialists__wrapper li.list3 {
    margin-left: 0;
}

/* animation underline */
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #fff;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/* animation underline end*/

/* TECH SOLUTIONS END*/



/* BUSINESS DEMO 2 */
section.t_demo_business .t_demo_business__content {
    width: 43%;
}
section.t_demo_business .t_demo_business__content>div {
    padding-top: 100px;
    padding-bottom: 300px;
}
.t_demo_business__content__media {
    width: 50%;
}
.t_demo_business__content__media img {
    width: 86%;
}
.t_demo_business__content__media {
    position: fixed;
    bottom: 100px;
    right: 0;
}
.t_demo_business__content__media {
    transition: opacity 0.35s ease-in-out 0s;
    opacity: 0;
}
section.t_demo_business .container {
    width: 100%;
    max-width: 85%;
}
.content__business {
    padding-right: 0;
    max-width: 1120px;
}
.container.cn__content__business::before {
    content: '';
    width: 5px;
    height: 190px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 75px;
    bottom: 20px;
}
section.t_demo_business .t_demo_business__content h2 {
    position: relative;
    margin-bottom: 25px;
}
section.t_demo_business .t_demo_business__content h2>span {
    color: rgba(54, 169, 225, 1);
    font-size: 22px;
    font-family: 'Circular Std Book';
    position: absolute;
    top: 20px;
    left: -35px;
    line-height: 22px;
}

section.t_demo_business .t_demo_business__content p {
    font-family: 'Circular Std Book';
}

section.t_demo_business .t_demo_business__content p span {
    color: rgba(54, 169, 225, 1);
}

.view{
    opacity: 1 !important;
}
/* BUSINESS DEMO 2 END*/




/* SECTION WE WHO */
.who__we__content {
    position: fixed;
    bottom: 300px;
    right: 0;
    width: 50%;
    padding-right: 175px;
    padding-left: 175px;
}
.who__we__brands {
    margin-bottom: 70px;
}
.who__we__brands {
    transition: opacity 0.35s ease-in-out 0s;
    opacity: 0;
}
.who__we__content {
    transition: opacity 0.35s ease-in-out 0s;
    opacity: 0;
}
.figure__vector {
    height: 600px;
    background-repeat: no-repeat;
    background-position: right;
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    transition: opacity 0.35s ease-in-out 0s;
    opacity: 0;
}
section.who_we {
    padding-top: 150px;
    position: relative;
}
/* SECTION WE WHO END*/






/* CONTACT */
section.contact {
    position: relative;
    margin-top: 100px;
    float: left;
    width: 100%;
    background: rgba(251, 251, 251, 1);
    padding-top: 150px;
    padding-bottom: 150px;
}

.contact__content_aside a {
    color: rgba(18, 18, 18, 1);
}

.contact__content_aside ul {
    padding-left: 0;
} 

.contact__content_aside ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact__content {
    display: flex;
    flex: 1;
}

.contact__content_aside {
    flex: 1 0 40%;
}

.contact__content__form {
    flex: 1 0 60%;
}

section.contact .container-fluid {
    width: 90%;
}

/* .contact__content__form form>div {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}
 */

 .contact__content__form form>div>div {
     display: flex;
     flex-wrap: wrap;
 }

.contact__content__form form>div>div>div {
    flex: 1 0 50%;
    margin-bottom: 60px;
    padding-right: 30px;
}

.contact__content__form form>div>div input {
    width: 100%;
}

.contact__content__form form>div>div input {
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 2px solid rgba(18, 18, 18, 1);
    font-size: 28px;
    color: rgba(18, 18, 18, 1) !important;
    padding-bottom: 10px;
}

.contact__content__form form>div>div input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(18, 18, 18, 1) !important;
  opacity: 1; /* Firefox */
  font-size: 28px;
}

.contact__content__form form>div>div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(18, 18, 18, 1) !important;
  font-size: 28px;
}

.contact__content__form form>div>div input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(18, 18, 18, 1) !important;
  font-size: 28px;
}

div#textarea__contact {
   
    flex: 1 0 100%;
}
div#textarea__contact textarea {
    width: 100%;
    background: transparent;
    border: 0;
    background: transparent;
    border-bottom: 2px solid rgba(18, 18, 18, 1);
    font-size: 28px;
    color: rgba(18, 18, 18, 1) !important;
    padding-bottom: 10px;
    height: 60px;
}

div#textarea__contact textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(18, 18, 18, 1) !important;
  opacity: 1; /* Firefox */
}

div#textarea__contact textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(18, 18, 18, 1) !important;
}

div#textarea__contact textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(18, 18, 18, 1) !important;
}

section.contact>div>h2 {
    text-transform: capitalize;
}

.button__contact button {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    transform: rotate(0.59deg);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Sofia Pro';
    color: rgba(85, 85, 85, 1);
}

section.contact>div>h2 {
    font-size: 104px;
    line-height: 98px;
}

.contact__content {
    margin-top: 50px;
}

.button__contact button {
    position: relative;
}

.button__contact button svg {
    position: absolute;
    right: 60px;
    top: 90px;
}

footer {
    position: relative;
    float: left;
    width: 100%;
}

.content__footer {
    background: rgba(36, 36, 36, 1);
    max-width: 80%;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.content__footer {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.content__footer>div>div {
    flex: 1 0 50%;
}

.content__footer>div {
    flex: 1 0 50%;
}

.content__footer {
    padding-left: 50px;
    padding-right: 50px;
    z-index: 1;
    position: relative;
}

.content__footer>div p {
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 36px;
    padding-right: 50px;
}

.content__footer>div a {
    color: white;
    font-size: 22px;
    line-height: 48px;
    margin-bottom: 10px;
    display: block;
}

.copyright {
    background: rgba(36, 36, 36, 1);
    max-width: 80%;
    width: 100%;
    padding-left: 50px;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
    border: 0;
    bottom: 1px;
}

.copyright p {
    color: white;
    font-size: 22px;
}

.img__footer {
    width: 800px;
    height: 750px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: cover;
}

footer {
    padding-top: 300px;
    background-color: rgba(251, 251, 251, 1);
}

.content__footer>div ul {
    padding-left: 200px;
    padding-top: 30px;
}

.content__footer>div>div>svg {
    margin-right: 20px;
}

.content__footer {
    padding-top: 50px;
    padding-bottom: 30px;
}

    /* animation buttons send contact */
    .my-super-cool-btn{
      position:relative;
      text-decoration:none;
      color:#fff;
      letter-spacing:1px;
      font-size:2rem;
      box-sizing:border-box;
    }
    .my-super-cool-btn span{
      position:relative;
      box-sizing:border-box;
      display:flex;
      align-items:center;
      justify-content:center;
      width:250px;
      height:250px;
      text-align: center;
      font-size: 32px;
      font-weight: 500;
      font-family: 'Sofia Pro';
      color: rgba(85, 85, 85, 1);
    }
    .my-super-cool-btn span:before{
      content:'';
      width:100%;
      height:100%;
      display:block;
      position:absolute;
      border-radius:100%;
      border:1px solid #D9D9D9;
      box-sizing:border-box;
      transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);
      box-shadow: 0 30px 85px rgba(0,0,0,0.14), 0 15px 35px rgba(0,0,0,0.14);
    }
    .my-super-cool-btn:hover span:before{
      transform:scale(0.8);
      box-shadow: 0 20px 55px rgba(0,0,0,0.14), 0 15px 35px rgba(0,0,0,0.14);
    }
    .my-super-cool-btn .dots-container{
      opacity:0;
      animation: intro 1.6s;
      animation-fill-mode: forwards;
    }
    .my-super-cool-btn .dot{
      width:8px;
      height:8px;
      display:block;
      background-color:#36A9E1;
      border-radius:100%;
      position:absolute;
      transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);
    }
    .my-super-cool-btn .dot:nth-child(1){
      top:50px;
      left:50px;
      transform:rotate(-140deg);
      animation: swag1-out 0.3s;
      animation-fill-mode: forwards;
      opacity:0;
    }
    .my-super-cool-btn .dot:nth-child(2){
      top:50px;
      right:50px;
      transform:rotate(140deg);
      animation: swag2-out 0.3s;
      animation-fill-mode: forwards;
      opacity:0;
    }
    .my-super-cool-btn .dot:nth-child(3){
      bottom:50px;
      left:50px;
      transform:rotate(140deg);
      animation: swag3-out 0.3s;
      animation-fill-mode: forwards;
      opacity:0;
    }
    .my-super-cool-btn .dot:nth-child(4){
      bottom:50px;
      right:50px;
      transform:rotate(-140deg);
      animation: swag4-out 0.3s;
      animation-fill-mode: forwards;
      opacity:0;
    }
    .my-super-cool-btn:hover .dot:nth-child(1){
      animation: swag1 0.3s;
      animation-fill-mode: forwards;
    }
    .my-super-cool-btn:hover .dot:nth-child(2){
      animation: swag2 0.3s;
      animation-fill-mode: forwards;
    }
    .my-super-cool-btn:hover .dot:nth-child(3){
      animation: swag3 0.3s;
      animation-fill-mode: forwards;
    }
    .my-super-cool-btn:hover .dot:nth-child(4){
      animation: swag4 0.3s;
      animation-fill-mode: forwards;
    }
    @keyframes intro {
       0% {
         opacity:0;
      }
      100% {
         opacity:1;
      }
    }
    @keyframes swag1 {
       0% {
         top:50px;
         left:50px;
         width:8px;
      }
      50% {
        width:30px;
        opacity:1;
      }
      100% {
         top:20px;
         left:20px;
         width:8px;
         opacity:1;
      }
    }
    @keyframes swag1-out {
       0% {
         top:20px;
         left:20px;
         width:8px;
      }
      50% {
         width:30px;
        opacity:1;
      }
      100% {
         top:50px;
         left:50px;
         width:8px;
        opacity:0;
      }
    }
    @keyframes swag2 {
       0% {
         top:50px;
         right:50px;
         width:8px;
      }
      50% {
        width:30px;
        opacity:1;
      }
      100% {
         top:20px;
         right:20px;
         width:8px;
         opacity:1;
      }
    }
    @keyframes swag2-out {
       0% {
         top:20px;
         right:20px;
         width:8px;
      }
      50% {
         width:30px;
        opacity:1;
      }
      100% {
         top:50px;
         right:50px;
         width:8px;
        opacity:0;
      }
    }
    @keyframes swag3 {
       0% {
         bottom:50px;
         left:50px;
         width:8px;
      }
      50% {
        width:30px;
        opacity:1;
      }
      100% {
         bottom:20px;
         left:20px;
         width:8px;
         opacity:1;
      }
    }
    @keyframes swag3-out {
       0% {
         bottom:20px;
         left:20px;
         width:8px;
      }
      50% {
         width:30px;
        opacity:1;
      }
      100% {
         bottom:50px;
         left:50px;
         width:8px;
        opacity:0;
      }
    }
    @keyframes swag4 {
       0% {
         bottom:50px;
         right:50px;
         width:8px;
      }
      50% {
        width:30px;
        opacity:1;
      }
      100% {
         bottom:20px;
         right:20px;
         width:8px;
         opacity:1;
      }
    }
    @keyframes swag4-out {
       0% {
         bottom:20px;
         right:20px;
         width:8px;
      }
      50% {
         width:30px;
        opacity:1;
      }
      100% {
         bottom:50px;
         right:50px;
         width:8px;
        opacity:0;
      }
    }
    /* animation buttons send contact */

.my-super-cool-btn span svg {
    position: absolute;
    right: 60px;
    top: 90px;
}
/* CONTACT END*/



#magic {
  /* position: fixed; */
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  z-index: -9999;
}

.playground{

  /* position: fixed; */
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

}
.bottomPosition{

  text-align: center;
  margin-bottom: 50px;
  
}
.minText{
  
  font-size: 14px;
}

.logo {
    width: 50px;
    height: 50px;
}

.container {
    width: 100%;
    max-width: 85%;
}

li.nav-item {
    z-index: 10;
    cursor: pointer;
}

.navbar>.container .wrapper__menu>ul li {
    transition: 0.3s;
}
.navbar>.container .wrapper__menu>ul li::before {
    transition: 0.3s;
}
.navbar>.container .wrapper__menu>ul li:hover::before {
    background: #36A9E1 !important;
}

li.nav-item {
    transition: margin-top 0.2s ease-in-out 0s;
}

span.line__w1.line__w1__centre {
    transition: top 300ms ease 0s, transform 300ms ease 0s, background-color 300ms ease 0s;
}

span.line__w1 {
    transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

span.line__w2 {
    transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

li.nav-item:hover span.line__w2 {
    transform: translateY(2px);
}

li.nav-item:hover span.line__w11__centre {
    transform: translateY(-2px);
}


/* animation bounce arrow */

.box {
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    height: 130px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: auto;
}
.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-100px); }
    100% { transform: translateY(0); }
}
/* animation bounce arrow end*/

.contact h2 {
    filter: url('#distortionFilter');
}
.contact  svg {
     position: absolute;
     width: 0;
     height: 0;
     left: -9999px;
     pointer-events: none;
}

.who__we__content h2 {
    filter: url('#distortionFilter2');
}
.who__we__content  svg {
     position: absolute;
     width: 0;
     height: 0;
     left: -9999px;
     pointer-events: none;
}

.proyects__content__description h2 {
    filter: url('#distortionFilter3');
}
.proyects__content__description  svg {
     position: absolute;
     width: 0;
     height: 0;
     left: -9999px;
     pointer-events: none;
}

section.container-fluid.proyects {
    z-index: 1000;
}

section.specialists {
    position: relative;
    z-index: 100;
}


@media only screen and (max-width: 1600px) {
    h1 {
        font-size: 80px !important;
        line-height: 80px;
    }
    h2 {
        font-size: 55px;
        line-height: 68px;
    }
    p, a {
        font-size: 22px;
        line-height: 36px;
    }
    h3 {
        font-size: 32px;
        line-height: 44px;
    }
    section.t_demo_business .t_demo_business__content h2>span {
        font-size: 18px;
        line-height: 22px;
    }
    section.contact>div>h2 {
        font-size: 80px;
        line-height: 80px;
    }
    .contact__content__form form>div>div input {
        font-size: 22px;
    }
    .description__specialists p {
        font-size: 32px;
        line-height: 44px;
    }
    #text .wrapper {
        font-size: 150px;
        line-height: 180px;
    }
    #text2 .wrapper {
        font-size: 150px;
        line-height: 180px;
    }
    .nav__menu ul li a {
        font-size: 55px;
    }
    .navbar__gp__content .wrapper__menu {
        flex: 70%;
    }
    .container.container__by__animation>div.left__animation svg {
        width: 32% !important;
        height: auto !important;
    }
    a.navbar-brand svg {
        width: 75%;
    }
    a.navbar-brand {
        top: -10px;
        position: relative;
    }
    #text {
        line-height: 0;
    }
    #text2 {
        line-height: 0;
    }
    .rolling-text {
        font-size: 32px;
        line-height: 44px;
        height: 44px;
    }
    .list___specialists ul li> div svg {
        width: 60px;
        height: 60px;
    }
    .content__business h2 {
        padding-right: 250px;
    }
    section.specialists.tech__solutions .description__specialists {
        max-width: 460px;
        margin-top: 30px;
    }
    .description__specialists::before {
        width: 5px;
        height: 180px;
        margin-top: 100px;
    }
    .who__we__brands {
        width: 50%;
    }
    .who__we__brands img {
        width: 90%;
    }
    .who__we__content {
        bottom: 250px;
        padding-right: 150px;
        padding-left: 130px;
    }
    .who__we__brands__content {
        margin: 0 auto;
        text-align: center;
    }
    .button__contact button {
        width: 200px;
        height: 200px;
        font-size: 28px;
        font-weight: 500;
    }
    .button__contact button svg {
        position: absolute;
        right: 38px;
        top: 70px;
    }
    .figure__vector {
        background-size: 20%;
        background-position: top right;
    }
    .nav__menu li {
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .my-super-cool-btn span {
        width: 200px;
        height: 200px;
        font-size: 24px;
    }
    .my-super-cool-btn span svg {
        position: absolute;
        right: 48px;
        top: 73px;
        width: 7%;
    }
    .t_demo_business__content__media {
        bottom: 170px;
    }
    
}



@media only screen and (max-width: 1500px) {
    .rolling-text {
        font-size: 30px;
        line-height: 40px;
    }
    section.specialists.tech__solutions .list___specialists li>div {
        padding-left: 70px;
        padding-right: 70px;
    }
    .t_demo_business__content__media {
        bottom: 280px;
    }
    .who__we__content {
        bottom: 300px;
    }

}

@media only screen and (max-width: 1400px) {
    .navbar__gp__content .wrapper__menu {
        flex: 50%;
    }
    .container__by__animation .content {
        padding-right: 50px;
    }
    .rolling-text {
        font-size: 26px;
        line-height: 40px;
    }
    .who__we__brands {
        margin-bottom: 40px;
    }
    .proyects__content__description {
        padding: 70px;
    }
}

@media only screen and (max-width: 1300px) {
    section.specialists.tech__solutions .specialists__wrapper>img {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .container__by__animation .content {
        padding-right: 20px;
    }
    #text .wrapper {
        font-size: 120px;
        line-height: 150px;
    }
    #text2 .wrapper {
        font-size: 120px;
        line-height: 150px;
    }
    section.specialists.tech__solutions .list___specialists li>div {
        padding-left: 40px;
        padding-right: 40px;
    }
    .who__we__content {
        padding-right: 80px;
        padding-left: 80px;
    }
    .img__footer {
        height: 650px;
    }
    .container {
        max-width: 90%;
    }
}

@media only screen and (max-width: 1024px) {
    .container.container__by__animation>div.shape__figure__scroll {
        left: 50px;
    }
    .container.container__by__animation>div.shape__figure__scroll {
        bottom: 280px;
    }
    .header__modal__nav__close img {
        margin-top: 10px;
    }
    .nav__menu>div {
        max-width: 85%;
    }
    .footer__modal__nav__social li {
        margin-top: 10px;
    }
    .proyects__content__description {
        padding: 50px;
    }
    div.carousel__min .carousel-item img {
        max-width: 330px;
    }
    .carousel__big .carousel-item>div>img {
        margin-left: 20px;
        max-width: 440px;
    }
    div.carousel__min {
        top: 150px;
    }
    .description__specialists p {
        font-size: 28px;
        line-height: 40px;
    }
    .description__specialists::before {
        left: 45px;
    }
    .description__specialists::before {
        margin-top: 50px;
    }
    .description__specialists {
        margin-top: 90px;
    }
}


@media only screen and (max-width: 998px) {
    .content__footer>div ul {
        padding-left: 0;
    }
    .proyects__content>div {
        flex: 1 0 100%;
    }
    section.container-fluid.proyects .carousel-item {
        padding-left: 100px;
        padding-right: 100px;
    }
    .container.container__by__animation>div {
        flex: 1 0 100%;
        width: 100%;
    }
    .container.container__by__animation {
        flex-wrap: wrap;
    }
    .container__by__animation .content {
        height: 45vh;
    }
    .shapes {
        height: 45vh;
    }
    .shape.shape-1 {
        height: 350px;
        margin: -175px 0 0 75px;
    }
    .shape.shape-2 {
        background: #ffe5e3;
        height: 300px;
        margin: -100px 0 0 100px;
    }
    .shape.shape-3 {
        background: #ffcc57;
        height: 200px;
        margin: -25px 0 0 25px;
    }
    .shape.shape-1, .shape.shape-2, .shape.shape-3 {
        width: 55%;
    }
    .container.container__by__animation {
        padding-top: 200px;
    }
    .container.container__by__animation>div.left__animation svg {
        width: 28% !important;
    }
    .proyects__content__slider::before {
        right: 0;
    }
    .container.container__by__animation>div.shape__figure__scroll {
        width: 80%;
    }
    section.container-fluid.proyects {
        padding-bottom: 0;
    }
    .proyects__content__description {
        padding-top: 70px;
    }
    section.specialists {
        margin-top: 130px;
        /* margin-bottom: 150px; */
    }
}