/** 
    Landing Page - The Way Digital Agency
    Author: Dev Rivers
    Date: oct - 2023
    Version: 1.0
**/

/** animaciones **/

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}
.itemZoom, .FadeInE, .FadeInU, .FadeInD, .FadeInR, .FadeInL {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.visible {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
body .itemZoom, body .activeFade, body .activeFadeL, body .activeFadeR, body .activeFadeU, body .activeFadeD {
  opacity: 1;
}
.activeFade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1.5s;
}
.activeFadeL {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 4s;
}
.activeFadeR {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 2s;
}
.activeFadeD {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 4s;
}
.activeFadeU {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 4s;
}

@keyframes zoomIn {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
  }
  50% {
      opacity: 1
  }
}
@keyframes fadeIn {
  0% {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
    
.FadeDownUp, .FadeDownUp1{
line-height: 1.2;
font-weight: 400!important;
opacity: 0;
-moz-transform: translateY(100%);
-o-transform: translateY(100%);
-ms-transform: translateY(100%);
-webkit-transform: translateY(100%);
transform: translateY(100%);
-moz-transition: all .6s cubic-bezier(.5,0,0,1);
-o-transition: all .6s cubic-bezier(.5,0,0,1);
-webkit-transition: all .6s cubic-bezier(.5,0,0,1);
transition: all .6s cubic-bezier(.5,0,0,1);
}

.FadeDownUp.activeFadeDU, .activeFadeDU, .FadeDownUp1.activeFadeDU{
opacity: 1;
-moz-transform: unset;
-o-transform: unset;
-ms-transform: unset;
-webkit-transform: unset;
transform: unset;
}

/** Generales **/ 

*{
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    margin: 0;
    overflow-x: hidden;
}

p, h1, h2, h3, h4, h5{
    margin: 0;
    cursor: default!important;
}

/** Hero **/


#hero {
    background-image: url(../assets/bgHero.jpg);
    background-position: center;
}

.heroContent {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.leftSide {
    display: block;
    width: 300px;
}

.titleHero h1 {
    font-size: 49px;
    margin: 0;
    line-height: 1;
    color: #FFFFFF;
}

.flotHeroElements {
    display: none;
}

.rightSide {
    width: 300px;
}

.midSide {
    width: 342px;
}

.logo {
    margin-bottom: 40px;
}

.paragraph p {
    font-size: 16px;
    color: #FFFFFF;
}

.titleHero {
    margin-bottom: 30px;
}

.midSide img {
    display: block;
}

.downArrow {
    text-align: center;
    margin: 5px 0;
}

#form .twoColumn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    justify-content: center;
}

.txtDisclaimer p {
    font-size: 10px;
    text-align: left;
}

.logoForm {
    width: 100%;
    max-width: 35px;
}

.txtDisclaimer {
    width: 100%;
    max-width: 181px;
}

.titleForm {
    max-width: 190px;
    margin: 0 auto;
}

#form {
    background-color: #FFFFFF;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

form {
    width: 100%;
    max-width: 265px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
}

form input {
    width: 100%;
    height: 34px;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    margin-bottom: 7px;
    padding: 0 22px;
    box-sizing: border-box;
}

form textarea {
    height: 80px;
    width: 100%;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    padding-left: 20px;
    box-sizing: border-box;
}

.submmitForm {
    margin: 20px auto 40px;
    width: 100%;
    text-align: center;
}

.submmitForm button {
    background-color: #FF2848;
    width: 100%;
    max-width: 187px;
    height: 41px;
    border: unset;
    border-radius: 11px;
    color: #ffffff;
    font-size: 13px;
}

form p {
    font-size: 14px;
    text-align: center;
}


#sliderPotenciamos {
    background-color: #080014;
    padding: 0;
    height: 725px;
}

#sliderPotenciamos .itemSlider .insideItem {
    width: 100%;
    max-width: 282px;
    background-color: #15032F;
    border-radius: 15px;
    font-size: 24px;
    box-sizing: border-box;
    padding: 35px 20px 60px;
    min-width: 282px;
    margin: 0 auto;
    height: 388px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: end;
    align-content: space-between;
    text-align: left;
}

.titleSlider p {
    background: -webkit-linear-gradient(346deg, #62C3ED, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px;
    margin: 0 auto;
}

.imgSlider img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#sliderPotenciamos .twoColumn {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1000px;
    justify-content: end;
    margin: 0 auto;
    position: relative;
}

.txtSide {
    width: 390px;
}

.titleTxt h2 {
    color: #ffffff;
    font-size: 49px;
    max-width: 387px;
}

.btn.btnCta {
    width: 183px;
    color: #62C3ED;
    border: 1px solid #62C3ED;
    height: 41px;
    display: flex;
    justify-content: space-evenly;
    border-radius: 11px;
    cursor: pointer;
    align-items: center;
    text-decoration: none;
}

.aqua {
    color: #62C3ED;
}

.txtSide .ctaTxt {
    margin-top: 50px;
}

.sliderServicios .slick-list {
    overflow: visible;
}

.sliderServicios {
    clip-path: inset(0 0px 0px -299px);
}

.arrowBoxServices {
    width: 100%;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
}

.columns {
    display: flex;
    gap: 8px;
    align-items: center;
}

.textArrow p {
    color: #6B558C;
    font-size: 12px;
}

.itemArrow {
    cursor: pointer;
    pointer-events: all;
}

/** Clientes **/

.titleSection h3 span {
    display: block;
}

.rightArrow, .leftArrow {
    cursor: pointer;
}

#clients {
    background-color: #62C3ED;
    position: relative;
    min-height: 474px;
}

#clients .btn.btnCta {
    color: #15032F;
    border-color: #15032F;
    margin-top: 37px;
}

.customSafe {
    height: 474px;
    display: flex;
    align-items: center;
}

#clients .paragraph p {
    margin: 0;
    color: #000000;
    margin-top: 20px;
}

#clients .paragraph {
    max-width: 390px;
}

#clients .titleSection h3 {
    background: -webkit-linear-gradient(346deg, #7A22F7, #CC2E5A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 49px;
    margin: 0 auto;
    line-height: 1.3;
}

.titleBg {
    position: relative;
    height: 63px;
}

h3.hoverTitle {
    position: absolute;
    z-index: 99999;
    top: 0;
}

.bgTitle {
    width: 100%;
    display: block;
    position: absolute;
    height: 43px;
    background-color: #ffffff;
    top: 10px;
    left: -5px;
}

.titleBg:first-child > span {
    max-width: 274px;
}

.titleBg:last-child > span {
    max-width: 390px;
}

#clients .twoColumn {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: start;
}

#clients .sliderBox {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 600px;
    background-color: #FFFFFF;
    top: 0;
    border-bottom-left-radius: 160px;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 60px;
}

#clients .itemSlider {
    display: grid!important;
    place-content: center;
    height: 100%;
}

.sliderClient  div {
    height: 100%;
}

.sliderClient {
    height: 100%;
}

.arrowBox {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}

#clients .itemSlider p {
    width: 100%;
    max-width: 408px;
    margin: 0 auto;
}

/** About Us **/

#aboutUs .fullWidth {
    margin-top: 148px;
    background-image: url(../assets/bgAboutUs.jpg);
    background-position: center top;
    background-repeat: repeat;
}

#aboutUs {
    width: 100%;
    position: relative;
    z-index: 1;
}

#aboutUs::before {
    content: "";
    width: 100%;
    height: 150px;
    background-color: #080014;
    top: -148px;
    position: absolute;
}

#aboutUs .sliderAboutUs .itemSlider p {
    font-size: 49px;
    color: #ffffff;
    font-weight: bold;
}

#aboutUs .safeZone .twoColumn.bannerUs {
    width: 100%;
    max-width: 1086px;
    margin: 0 auto;
    background-color: #725BC5;
    border-top-left-radius: 95px;
    height: 416px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.topAboutUs {
    padding: 85px 0;
}

.topImg {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 0 0;
    position: relative;
}

.imgBox {
    background-color: #000000;
    border-radius: 130px 130px 0 0;
    position: relative;
    overflow-y: visible;
}

.imgBox img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -2px;
}

.titleUs p {
    margin: 0;
    font-size: 14px;
}

.titleUs {
    background-color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 0;
    top: -16px;
    position: relative;
}

.nameUs {
    font-weight: bold;
}

#aboutUs .arrowBox {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    right: 0;
    left: unset;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

#aboutUs .leftSide {
    width: 340px;
    position: relative;
}

#aboutUs .titleSection {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

#aboutUs .rightSide {
    width: 410px;
}

#aboutUs .titleSection h3 {
    margin: 0 auto 20px;
    line-height: 1.2;
}

#aboutUs .paragraph p {
    margin: 0;
}


#aboutUs::after {
    content: "";
    width: 100%;
    height: 693px;
    position: absolute;
    bottom: 0;
    background: rgb(8,0,20);
    background: linear-gradient(0deg, rgba(8,0,20,1) 66%, rgba(8,0,20,0) 100%);
    z-index: 0;
}

#aboutUs .safeZone {
    position: relative;
    z-index: 99;
}

.contactInfo h3 {
    font-size: 49px;
    color: #FFFFFF;
    margin: 0;
}

.contactSafe {
    width: 100%;
    max-width: 1000px;
    margin: 100px auto 0;
    padding-bottom: 70px;
    /* position: relative; */
}

#aboutUs .contactSafe .twoColumn {
    width: 100%;
    max-width: 470px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 35px 0 ;
}

.txtContact a {
    color: #FFFFFF;
    text-decoration: none;
}

.arrowBoxMobile{
    display: none;
}

.itemContant {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

#aboutUs .btn.btnCta {
    border-color: #FF2848;
    color: #FF2848;
}

.contactSafe::after {
    content: "";
    width: 859px;
    height: 446px;
    position: absolute;
    background-image: url(../assets/twVector.svg);
    right: -80px;
    bottom: -40px;
    background-repeat: no-repeat;
    background-size: contain;
}

#footer {
    position: relative;z-index: 10;background-color: #7A22F7;
}

#footer .safeZone {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

#footer .columns {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 0;
    align-items: center;
}

.itemFooter p {
    margin: 0;
    color: #ffffff;
}

.columnsSocial {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.iconSocial a {
    display: block;
    height: 35px;
}


#sliderPotenciamos .sliderBox {
    position: absolute;
    left: -60px;
    max-width: 600px;
}

#sliderPotenciamos .fullWidth {
    height: 725px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px){

    .heroContent {
        flex-wrap: wrap;
        max-width: 340px;
        align-items: start;
    }

    .arrowBoxMobile{
        display: block;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .arrowBoxMobile .columns {
        justify-content: center;
    }
    
    .arrowBoxMobile .textArrow p {
        color: #ffffff;
    }
    
    #sliderPotenciamos .twoColumn {
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: start;
    }
    
    .titleTxt h2 span {
        display: block;
    }

    #sliderPotenciamos .sliderBox {
        position: relative;
        left: 5px;
        max-width: 297px;
        order: 1;
        margin-top: 90px;
    }
    
    html, body {
        width: 100vw;
        overflow-x: hidden;
    }
    
    .heroContent .leftSide {
        max-width: 183px;
        padding-top: 50px;
    }
    
    .titleHero h1 {
        font-size: 32px;
    }
    
    .midSide {
        max-width: 157px;
        position: relative;
        top: 90px;
    }
    
    .midSide img {
        min-width: unset;
        position: relative;
        right: -10px;
        max-width: unset;
        max-height: 388px;
    }
    
    #hero::after {
        content: "";
        width: 100%;
        height: 220px;
        position: absolute;
        background: #080014;
        bottom: 0;
    }
    
    .rightSide {
        max-width: 100%;
        width: 100%;
        z-index: 10;
        padding-top: 50px;
    }
    
    #hero {
        position: relative;
        background-image: url(../assets/bgHeroMobile.jpg);
        background-position: initial;
    }
    
    .arrowBoxServices {
        bottom: -120px;
    }
    
    .txtSide {
        order: 0;
        max-width: 340px;
        margin: 0 auto;
    }
    
    .titleTxt h2 {
        font-size: 32px;
    }
    #sliderPotenciamos {
        height: auto;
        padding-bottom: 150px;
    }
    
    #sliderPotenciamos .fullWidth {
        height: auto;
        padding-top: 96px;
        display: block;
    }
    
    .sliderServicios {
        clip-path: inset(0 -110px 0px 1px);
    }

    #sliderPotenciamos .itemSlider .insideItem {
        justify-content: start;
    }
    
    .arrowBoxServices .columns {
        justify-content: center;
    }
    
    #clients {
        height: auto;
        min-height: unset;
    }
    
    .customSafe {
        height: 100%;
        max-width: 340px;
        margin: 0 auto;
        padding: 80px 0;
    }
    
    #clients .sliderBox {
        position: relative;
        height: 530px;
        box-sizing: border-box;
        padding: 0 45px;
        margin: 0;
        z-index: 9;
    }
    
    #clients .itemSlider p {
        font-size: 14px;
    }

    .downArrow{
        margin: 5px 0 13px;
    }
    
    .sliderClient .itemBox img {
        display: block;
        max-width: 100%;
    }
    
    #clients .titleSection h3 {
        font-size: 32px;
    }
    
    #aboutUs::before {
        height: 72px;
        top: -70px;
    }
    
    #clients:after {
        content: "";
        height: 140px;
        width: 100%;
        position: absolute;
        background: #080014;
        bottom: 0px;
        z-index: 0;
    }
    
    #aboutUs .fullWidth {margin-top: 70px;}
    
    .topAboutUs {
        padding: 45px 0;
    }
    
    #aboutUs .safeZone .twoColumn.bannerUs {
        flex-wrap: wrap;
        height: 100%;
        border-top-left-radius: 34px;
        padding-bottom: 35px;
    }
    
    #aboutUs .safeZone {
        max-width: 320px;
        margin: 0 auto;
    }
    
    #aboutUs .rightSide {
        order: 0;
        box-sizing: border-box;
        padding: 50px 25px 0;
    }
    
    #aboutUs .leftSide {
        order: 1;
        margin-top: 30px;
        max-width: 100%;
    }
    
    #aboutUs .titleSection h3 {
        font-size: 24px;
    }
    
    #aboutUs .paragraph p {
        font-size: 14px;
    }
    
    #aboutUs .arrowBox {
        display: none;
    }
    
    .topImg {
        margin: 0 auto;
    }
    
    #aboutUs::after {
        background: linear-gradient(0deg, rgba(8,0,20,1) 75%, rgba(8,0,20,0) 100%);
        height: 1310px;
    }
    
    .contactInfo h3 {
        font-size: 32px;
    }
    
    .contactSafe::after {
        width: 409px;
        bottom: -15px;
        height: 212px;
        left: -60px;
    }
    
    .contactSafe {
        position: relative;
        margin-top: 70px;
        padding-bottom: 270px;
    }
    
    #aboutUs .contactSafe .twoColumn {
        display: block;
        text-align: left;
        margin: 20px 0;
    }
    
    .itemContant {
        justify-content: start;
    }
    
    #footer .columns {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0 30px;
    }
    
    #footer .safeZone {max-width: 170px;margin: 0 auto;}
    
    .itemFooter:first-child {
        order: 0;
    }
    
    .itemFooter:last-child {
        order: 1;
        margin: 34px 0;
    }
    
    .itemFooter:nth-child(2) {
        text-align: center;
        order: 2;
    }
    
    .itemFooter p {
        font-size: 14px;
    }

    #aboutUs .sliderAboutUs .itemSlider p {
        font-size: 45px;
    }

    form {
        padding: 34px 0 22px;
    }
    
    form input {
        margin-bottom: 10px;
    }
    
    .sliderAboutUs .itemSlider {
        margin-right: 10px;
    }

    .slick-dots {
        display: flex;
        gap: 10px;
        width: 100%;
        max-width: 196px;
        margin: 30px auto 0;
        padding: 0;
    }
    
    .slick-dots li button {
        background: unset;
        border: unset;
        font-size: 0;
    }
    
    .slick-dots li button {
        width: 36px;
        height: 4px;
        background-color: #949494;
        border-radius: 35px;
    }
    
    .slick-dots li.slick-active button {
        background-color: #732CFF;
        max-width: 8px;
    }
    
    .slick-dots li {
        height: 30px;
        display: flex;
        align-items: center;
    }

    .itemContant:first-child {
        margin-bottom: 10px;
    }
    .bgTitle {
        height: 30.55px;
        top: 6px;
    }
    .titleBg:first-child > span{
        max-width: 178px;
    }
    .titleBg:last-child > span{
        max-width: 253.5px;
    }
}