*{
    text-decoration: none !important;
    outline: 0 !important;
}
:root{
    --bs-border-radius-lg: 40px;
}
.row {
    margin: 0 !important;
    padding: 0;
}

@font-face {
    font-family: Principal;
    src: url("../fonts/Gilroy-Regular.ttf");
}
@font-face {
    font-family: PrincipalBold;
    src: url("../fonts/Gilroy-Bold.ttf");
}
@font-face {
    font-family: SecundariaU;
    src: url("../fonts/Cedarville.ttf");
}
@font-face {
    font-family: SecundariaD;
    src: url("../fonts/Abhaya.ttf");
}
body {
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    position: relative;
    margin: 0 auto;

}
.container-in {
    max-width: 1100px;
    margin: 0 auto;
}
.__desktop{
    display: block;
}
.__responsive{
    display: none;
}
.__landscape{
    display: none;
}
.logoHeader {
    width: 160px;
    margin: 30px auto;
    position: relative;
}
.logoHeader a{
    display: block;
}
.logoHeader img{
    width: 100%;
}
.links {
    width: 670px;
    margin: auto;
    position: relative;
    background: #fff;
    height: 70px;
    padding: 20px 40px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 24px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 24px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 24px 0 rgba(0, 0, 0, 0.25);
}
.linksItems {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.linksItems .item a{
    font-size: 14px;
    font-family: 'PrincipalBold';
    color: #000;
    transition: all 0.3s;
}
.linksItems .item a:hover{
    color: #FED33D;
    transition: all 0.3s;
}
.linksItems .item a.active{
    color: #FED33D;
    transition: all 0.3s;
}
section.coverHome {
    position: relative;
    width: 100%;
}
.coverHome header {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.backCover {
    width: 100%;
    position: absolute;
}
.backCover img{
    width: 100%;
}
.ctaCoverHome {
    position: relative;
    height: 100%;
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}
.ctaCoverHome h1 {
    font-size: 106px;
    font-family: 'SecundariaD';
    color: #000;
    letter-spacing: -5px;
    line-height: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.ctaCoverHome span#word {
    font-family: 'SecundariaU';
    color: #AF71FE;
}
.subrayado {
    width: 150px;
}
.subrayado img{
    width: 100%;
}
.ctaContent {
    margin: 50px;
}
.ctaContent p{
    font-size: 16px;
    font-family: 'Principal';
    color: #000;
    line-height: 18px;
}
#word::after {
    content: '';
    animation: blink 1s infinite;
}
  
@keyframes blink {
0%, 50%, 100% { opacity: 1; }
25%, 75% { opacity: 0; }
}
.iconos{
    position: absolute;
    width: 100%;
    height: 100%;
}
.icon1 {
    position: absolute;
    left: 240px;
    top: 420px;
    width: 150px;
}
.iconos img{
    width: 100%;
}
.icon2 {
    position: absolute;
    right: 320px;
    top: 230px;
    width: 80px;
}
.icon3 {
    position: absolute;
    right: 120px;
    top: 350px;
    width: 40px;
}
.icon4 {
    position: absolute;
    right: 350px;
    top: 470px;
    width: 20px;
}
.icon5 {
    position: absolute;
    left: 310px;
    bottom: 100px;
    width: 20px;
}
.dataTextCta p {
    font-size: 16px;
    font-family: 'Principal';
    color: #000;
    line-height: 18px;
}
.ctaBtns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px 0 0;
}
.ctaBtns a {
    font-size: 14px;
    font-family: 'PrincipalBold';
    color: #000;
    text-decoration: underline !important;
}
.ctaBtns a.btnPrinc {
    background: #FED33D;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'PrincipalBold';
    color: #000;
    text-decoration: none!important;
    transition: all 0.3s;
}
.ctaBtns a.btnPrinc:hover {
    border-radius: 0px;
    transition: all 0.3s;
}
.center {
    align-items: center;
}
.dataInfo{
    position: relative;
}
.dataInfoFront {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 40px 50px;
    text-align: center;
    background: #F9F9F9;
    border-radius: 30px;
    z-index: 7;
}
.dataInfoBack {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #af71fe20;
    z-index: 1;
    border-radius: 30px;
    top: 15px;
    left: 15px;
}
.itemData h1 {
    font-size: 48px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
}
section.data {
    position: relative;
    margin-bottom: 80px;
}
.itemData p{
    margin: 0 auto;
    width: 60%;
    font-size: 16px;
    font-family: 'Principal';
    color: #000;
    line-height: 18px;
}
.footer {
    position: relative;
    width: 100%;
    height: auto;
}
.footerBack {
    position: absolute;
    width: 100%;
}
.footerBack img{
    width: 100%;
}
.footerContent {
    position: relative;
    text-align: center;
    top: 130px;
}
.footerContent h1 {
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #fff;
    margin: 0;
}
.footerContent a {
    font-size: 16px;
    font-family: 'PrincipalBold';
    color: #fdd33d;
    transition: all 0.3s;
}
.footerContent a:hover {
    color: #fff;
    transition: all 0.3s;
}
.footer .slideText .itemsFooter h1 {
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.footer .slideText .itemsFooter h1 span {
    width: 5px;
    height: 5px;
    display: block;
    background: #fff;
    border-radius: 50px;
}
.slick-slide {
    display: none;
    float: left;
    height: auto!important;
    min-height: 1px;
}
.slideText {
    position: relative;
    top: 160px;
}
.slideTextContent {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.letsTalk .col-md-6{
    padding: 0 !important;
}
.letsTalkBack {
    width: 50%;
    position: absolute;
    left: 0;
}
.letsTalkBack img{
    width: 100%;
}
section.letsTalk {
    position: relative;
    width: 100%;
}
.letsTalkContent {
    height: 540px;
}
.picture {
    position: relative;
    padding: 60px 0;
    width: 100%;
    height: 680px;
    overflow: hidden;
}
.picture img{
    width: 100%;
}
.createTitle h1 {
    font-size: 48px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    line-height: 40px;
}
.createTitle h1 span {
    font-family: 'SecundariaU';
    color: #fdd33d;
}
.createText p {
    font-size: 16px;
    font-family: 'Principal';
    color: #000;
    line-height: 18px;
    margin: 0;
}
.createText {
    margin: 30px 30px 30px 0;
}
.socialHome {
    width: 70%;
}
.coverHome.skills .ctaCoverHome {
    position: relative;
    height: 600px;
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    text-align: center;
}

.coverHome.skills .ctaCoverHome span#word {
    font-family: 'SecundariaU';
    color: #fdd33d;
}
.dataInfoFrontSkills {
    position: relative;
    padding: 40px 50px;
    text-align: center;
    background: #F9F9F9;
    border-radius: 30px;
    z-index: 7;
    margin-bottom: 80px;
}
.dataInfoFrontSkills p {
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Principal';
    color: #000;
    line-height: 18px;
}
.dataInfoFrontSkills h1 {
    font-size: 26px;
    font-family: 'SecundariaU';
    color: #000;
    margin-bottom: 20px;
}
.dataInfoSkills {
    position: relative;
    margin: 20px 0;
}
section.skillsIcons {
    margin: 0 0 100px;
    position: relative;
}
.titleSkills h1 {
    font-size: 48px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    line-height: 40px;
    text-align: center;
}
.titleSkills h1 span {
    font-family: 'SecundariaU';
    color: #fdd33d;
}
.itemsSoftware {
    width: 50px!important;
    height: 50px!important;
}
.itemsSoftware img{
    width: 100%;
}
.slideSoftware {
    padding: 100px 0 0;
}
.ctaCoverHome.error404 h1 {
    font-size: 246px;
}
.portfoliocontent {
    position: relative;
    margin: 40px 0;
}
.portfoliomockup h1 {
    font-size: 48px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    line-height: 40px;
    width: 60%;
}
.portfoliomockup h1 span{
    font-family: 'SecundariaU';
    color: #fdd33d;
}
.imgmockup {
    position: relative;
    width: 100%;
    z-index: 9;
}
.imgmockup img{
    width: 110%;
}
.imgPost {
    width: 100% !important;
    margin: 10px 0;
    border-radius: 20px;
    overflow: hidden;
}
.imgPost img{
    width: 100% !important;
}
.portfoliocontent .col-md-6{
    padding: 0 !important;
}
.portfoliocontent .slick-dots button {
    background: #EFEFEF;
    height: 15px;
    width: 15px;
    text-indent: -9999px;
    border-radius: 30px;
    margin: 5px 0px;
    transition: all 0.3s;
    border: 1px solid #EFEFEF;
}
.portfoliocontent .slick-dots .slick-active button {
    background: #EFE3FF;
    height: 15px;
    width: 15px;
    text-indent: -9999px;
    border-radius: 30px;
    margin: 5px 0px;
    transition: all 0.3s;
    border: 1px solid #EFEFEF;
}
.portfoliocontent ul.slick-dots {
    position: absolute;
    right: -20px;
    top: 240px;
    list-style: none;
}
.portfoliostories h1 {
    font-size: 48px;
    font-family: 'PrincipalBold';
    color: #000;
    margin: 0;
    line-height: 40px;
    width: 100%;
}
.portfoliostories h1 span {
    font-family: 'SecundariaU';
    color: #af71fe;
}
.portfoliostories.reelsTitle h1 span {
    color: #fdd33d;
}
.processImg {
    position: relative;
    width: 100%;
}
.processImg img {
    width: 100%;
    position: relative;
    z-index: 9;
    border-radius: 80px;
}
.processImgBack{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #af71fe20;
    z-index: 1;
    border-radius: 80px;
    top: 15px;
    left: 15px;
}
.process {
    margin: 100px;
}
.storiesContent {
    margin: 60px 0;
    position: relative;
}

.sliderStories {
    position: relative;
}


.sliderStories .imgPost {
    position: relative;
    top: 0;
    left: 0;
    transition: transform 0.3s;
    cursor: pointer;
}


.sliderStories .items .row > .col-md-3:nth-child(1) {
    z-index: 4;
    left: 0px!important;
    position: relative;
}
.sliderStories .items .row > .col-md-3:nth-child(2) {
    z-index: 3;
    left: -60px!important;
    position: relative;
}
.sliderStories .items .row > .col-md-3:nth-child(3) {
    z-index: 2;
    left: -120px!important;
    position: relative;
}
.sliderStories .items .row > .col-md-3:nth-child(4) {
    z-index: 1;
    left: -180px!important;
    position: relative;
}
.arrows {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:#fff;
}
.left {
    width: 60px;
    margin: 20px;
    cursor: pointer;
}
.right {
    width: 60px;
    margin: 20px;
    transform: rotate(180deg);
    cursor: pointer;
}
.arrows img{
    width: 100%;
}
.backStories {
    position: absolute;
    width: 100%;
    left: 0;
}
.backStories img{
    width: 100%;
}
.reelsContent {
    position: relative;
    padding: 100px 0;
}
.iphoneMockup {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 7;
    display: flex;
    justify-content: center;
    top: -60px;
}
section.portfolio {
    margin-bottom: 120px;
}
.iphoneMockup img{
    width: 360px;
}

.videoReel {
    width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
    /* border-radius: 50px; */
    overflow: hidden;
}
.videoReel video {
    width: 100%;
}
.sliderReel {
    position: relative;
}
.slideReelContent.slick-initialized.slick-slider {
    display: flex!important;
}
.reels .arrows {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background: #fff;
    height: auto;
}
.reels .leftReel {
    width: 60px;
    margin: 20px;
    cursor: pointer;
}
.reels .rightReel {
    width: 60px;
    margin: 20px;
    transform: rotate(180deg);
    cursor: pointer;
}
.copies {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 150px;
}
.copies .backCopies {
    position: absolute;
    left: 0;
    width: 100%;
    top: -90px;
}
.copies .backCopies img{
    width: 100%;
}
.copiesContent {
    width: 100%;
    padding: 100px 0;
}
.slideCopyContent {
    padding: 100px 0;
    position: relative;
}
.slideCopyContent .items {
    position: relative;
    width: 90% !important;
    height: auto;
    margin: auto;
}
.slideCopyContent .items img{
    width: 100%;
}
.backSlideCopy {
    position: absolute;
    width: 100%;
}
.copyPost {
    position: relative;
    width: 100%;
    padding: 50px 20px;
}
.copyPost img{
    width: 100%;
    border-radius: 20px;
}
.copyText {
    position: relative;
    top: -10px;
    width: 110%;
    left: -15px;
}
.copyText img{
    border-radius: 20px;
}
.contactTitle h1{
    font-size: 106px;
    font-family: 'SecundariaD';
    color: #000;
    letter-spacing: -5px;
    line-height: 80px;
    width: 100%;
    text-align: left;
}
section.contact {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 50px auto 0;
    text-align: center;
}
.contactTitle h1 span{
    font-family: 'SecundariaU';
    color: #AF71FE;
}
.contactCover{
    width: 100%;
}
.contactCover img{
    width: 100%;
}
.contactForm p{
    font-size: 16px;
    font-family: PrincipalBold;
    color: #000;
    text-align: left;
}
.contactForm {
    width: 60%;
    margin: auto;
}
.contactForm input, .contactForm select {
    width: 100%;
    margin: 0 0 30px 0;
    border: 2px solid #af71fe20;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Principal';
    color: #000;
    transition: all 0.3s;
}
.contactForm input:hover, .contactForm input:focus, .contactForm input:active, .contactForm select:hover, .contactForm select:focus, .contactForm select:active, .contactForm textarea:hover, .contactForm textarea:focus, .contactForm textarea:active{
    border: 2px solid #af71fe;
    transition: all 0.3s;
}
.contactForm textarea{
    width: 100%;
    height: 250px;
    margin: 0 0 30px 0;
    border: 2px solid #af71fe20;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Principal';
    color: #000;
    transition: all 0.3s;
}
.contactForm button {
    background: #FED33D;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'PrincipalBold';
    color: #000;
    text-decoration: none !important;
    transition: all 0.3s;
    border: none;
}
.contactForm button:hover {
    border-radius: 0px;
    transition: all 0.3s;
}

.leftResp {
    width: 60px;
    margin: 20px;
    cursor: pointer;
}
.rightResp {
    width: 60px;
    margin: 20px;
    transform: rotate(180deg);
    cursor: pointer;
}
.sliderStoriesResp.__responsive.slick-initialized.slick-slider {
    display: none;
}
.arrows.__responsive {
    display: none !important;
}

.sliderPosts.__landscape.slick-initialized.slick-slider.slick-dotted.slick-vertical {
    display: none !important;
}
.sliderPosts.__responsive.slick-initialized.slick-slider.slick-dotted.slick-vertical {
    display: none !important;
}

/*MENÚ RESPONSIVE*/


.navigation__checkbox {
    display: none;
  }
  .navigation__button {
      background-color: #af71ff;
      height: 40px;
      width: 40px;
      position: fixed;
      top: 20px;
      right: 30px;
      border-radius: 10px;
      z-index: 2000;
      text-align: center;
      cursor: pointer;
  }
  .navigation__background {
      height: 40px;
      width: 40px;
      border-radius: 10px;
      position: fixed;
      top: 20px;
      right: 30px;
      background-image: radial-gradient(#fdd43f, #fdd43f);
      z-index: 1000;
      transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .navigation__nav {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1500;
    left: 150%;
    opacity: 0;
    width: 0;
    transition: all 0.8s;
  }
  .__allresponsive .logo {
    position: relative;
    width: 190px;
    padding: 25px 0 0 10px;
}
  .navigation__checkbox:checked ~ .navigation__nav .logo{
      opacity: 1;
      width: 100%;
      left: 0;
  }
  .__allresponsive .logo img{
      width: 100%;
  }
  .navigation__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    left: 0;
    margin: 0;
    /* padding: 30px 0 0 60px; */
    height: 50%;
    list-style: none;
}
  .navigation__list li a{
      font-size: 16px;
      font-family: 'PrincipalBold';
      color: #000;
  }
  .navigation__item {
    margin: 10px;
  }
  .navigation__link:link, .navigation__link:visited {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 2px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%);
    background-size: 220%;
    transition: all 0.4s;
  }
  .navigation__link:hover, .navigation__link:active {
    background-position: 100%;
    color: #8254e5;
    transform: translateX(10px);
  }
  .navigation__checkbox:checked ~ .navigation__background {
    transform: scale(20);
    border-radius: 0 !important;
  }
  .navigation__checkbox:checked ~ .navigation__nav {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .navigation__icon {
    position: relative;
    margin-top: 20px;
  }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
  }
  .navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.2s;
  }
  .navigation__icon::before {
    top: -8px;
  }
  .navigation__icon::after {
    top: 8px;
  }
  .navigation__button:hover .navigation__icon::before {
    top: -10px;
  }
  .navigation__button:hover .navigation__icon::after {
    top: 10px;
  }
  .navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent;
  }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
  }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
  }
  
  
  /*MENÚ RESPONSIVE*/
  .__allresponsive{
    display: none;
  }
div#imageModal {
    z-index: 99999999;
}