@font-face {
    font-family: 'Town 10 Display';
    src: url('../font/Town10Display-Bold.woff2') format('woff2'),
        url('../font/Town10Display-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
}

.carousel-content img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: 50% 22%;
}

.swiper-slide01::before {
    /* background-position: bottom; */
    background-position: center;
    background-image: url(../img/bg-sli2.svg);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    background-size: cover;
    height: 961px;
}

.logo_top {
    max-width: 230px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 290px;
    z-index: 10;
}

.logo_top img {
    width: 100%;
    height: auto;
}

.caption-swiper__gs.arro-ico-right {
    position: absolute;
    z-index: 10;
    bottom: 0;
}

.caption-swiper__gs.arro-ico-right {
    position: absolute;
    z-index: 10;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.caption-swiper__gs.arro-ico-right img {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.caption-swiper__gs.arro-ico-right div {
    flex: 1 0 33%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.caption-swiper__gs.arro-ico-right div.atm img{
    max-width: 300px;
}

.caption-swiper__gs.arro-ico-right div.pa img{
    max-width: 190px;
    top: -20px;
    position: relative;
}

.caption-swiper__gs.arro-ico-right div.atj img{
    max-width: 300px;
}

.caption-swiper__gs.arro-ico-right {
    position: absolute;
    z-index: 10;
    bottom: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

body {
    overflow: hidden;
}

.swiper-slide {
    background: transparent !important;
    height: 100vh;
}

.swiper-scrollbar {
    display: none;
}

.swiper-button-prev, .swiper-button-next {
    display: none;
}

.caption-swiper__gs.arro-ico-right img {
    cursor: pointer;
}

.swiper-slide {
    cursor: col-resize;
}

.swiper-slide02::before {
    /* background-position: bottom; */
    background-position: center;
    background-image: url(../img/bg-sli3.svg);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    background-size: cover;
    height: 961px;
}

.swiper-slide03::before {
    /* background-position: bottom; */
    background-position: center;
    background-image: url(../img/bg-sli4.svg);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    background-size: cover;
    height: 961px;
}

.swiper-slide02 .logo_top {
    max-width: 500px;
}

.swiper-slide03 .logo_top {
    max-width: 500px;
}

.cta__btn {
    background: #2F41E4;
    z-index: 10;
    max-width: 148px;
    margin-right: 0;
    position: absolute;
    right: 0;
    color: white;
    height: 39px;
    line-height: 39px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Town 10 Display';
    font-size: 12px;
}

.swiper-slide.swiper-slide-active .caption-swiper__gs.arro-ico-right div {
    position: relative;
}

.swiper-slide.swiper-slide01 .pa::before {
    content: '';
    width: 310px;
    height: 10px;
    background: #C91C38;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.swiper-slide.swiper-slide02 .atm::before {
    content: '';
    width: 310px;
    height: 10px;
    background: #2F41E4;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.swiper-slide.swiper-slide03 .atj::before {
    content: '';
    width: 310px;
    height: 10px;
    background: #6A3EAC;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.atj svg path {
    fill: white !important;
}

.atj img {
    top: -15px;
    position: relative;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 295.416px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fadeInDown {
    0% {
       opacity: 0;
       -webkit-transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateY(0);
    }
}
 
@keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
 }

.swiper-slide {
     transition: all linear 1300ms;
 }

.swiper-slide {
     opacity: 0;
 }
.swiper-slide.swiper-slide-active .carousel-content> img {
    transform: scale3d(1.11, 1.11, 1) !important;
    transition: transform 10000ms;
}
.swiper-slide img {
     transform: scale3d(1, 1, 1);
 }

 .swiper-hero-progress {
     position: absolute;
     left: 0;
     bottom: 20px;
     width: 0;
     height: 3px;
     background: #FFF;
     z-index: 5;
 }


 /*  */

canvas {
  background-color: #111;
}

.intro_animation {
  transform: scale3d(1.11, 1.11, 1) !important;
  transition: transform 10000ms;
}

canvas#stage {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    /* opacity: 0.5; */
}

/* .bg__degredado::before {
    background-position: center;
    background-image: url('../img/bg-sli2.svg');
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    z-index: 100000000;
    background-size: cover;
    height: 961px;
    top: 0;
} */


.intro_animation__hidden{
    opacity: 0;
}

.pa::before, .atm::before, .atj::before {
    content: '';
    opacity: 0;
}

.pa:hover::before {
    width: 310px;
    height: 10px;
    background: #C91C38;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    display: block;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

.atm:hover::before {
    width: 310px;
    height: 10px;
    background: #2F41E4;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    display: block;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}


.atj:hover::before {
    width: 310px;
    height: 10px;
    background: #6A3EAC;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    display: block;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

.caption-swiper__gs.arro-ico-right div {
    position: relative;
}


@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}



.pa.activeInit::before{
    content: '';
    width: 310px;
    height: 10px;
    background: #C91C38;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    display: block;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}


.atm.activeInit::before{
    content: '';
    width: 310px;
    height: 10px;
    background: #2F41E4;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    display: block;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}
.atj.activeInit::before{
    content: '';
    width: 310px;
    height: 10px;
    background: #6A3EAC;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    display: block;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}



.lt_01, .lt_02, .lt_03{
    display: none;
}

.lt_02 {
    max-width: 500px;
}

.lt_03 {
    max-width: 500px;
}

.cta__btn{
    display: none;
    top: 0;
}


@media only screen and (max-width: 1600px) {
    .logo_top {
        max-width: 210px;
        top: 150px;
    }
    .logo_top.lt_02 {
        max-width: 350px;
    }
    .logo_top.lt_03 {
        max-width: 350px;
    }
    .intro_animation {
      transform: scale3d(1.13, 1.13, 1) !important;
      transition: transform 13000ms;
    }
}

@media only screen and (max-width: 1024px) {
    .caption-swiper__gs.arro-ico-right div.atm img {
        max-width: 200px;
    }
    .caption-swiper__gs.arro-ico-right div.pa img {
        max-width: 150px;
        top: -5px;
    }
    .caption-swiper__gs.arro-ico-right div.atj img {
        max-width: 200px;
    }
    .atm.activeInit::before, .atj.activeInit::before, .pa.activeInit::before {
        width: 210px !important;
        height: 8px !important;
    }
    .atm:hover::before, .atj:hover::before, .pa:hover::before {
        width: 210px !important;
        height: 8px !important;
    }
    .atj img {
        top: -4px;
    }
}

@media only screen and (max-width: 768px) {
    .caption-swiper__gs.arro-ico-right .atm {
        order: 1;
    }
    .caption-swiper__gs.arro-ico-right .atj {
        order: 2;
    }
    .caption-swiper__gs.arro-ico-right .pa {
        order: 3;
    }
    .caption-swiper__gs.arro-ico-right div {
        flex: 1 0 50%;
    }
    .caption-swiper__gs.arro-ico-right {
        flex-wrap: wrap;
    }
    .pa {
        top: 50px;
    }
    .caption-swiper__gs.arro-ico-right div.atm img {
        max-width: 150px;
    }
    .caption-swiper__gs.arro-ico-right div.atj img {
        max-width: 150px;
    }
    .caption-swiper__gs.arro-ico-right div.pa img {
        max-width: 75px;
    }
    .atm.activeInit::before, .atj.activeInit::before, .pa.activeInit::before {
        width: 150px !important;
        height: 4px !important;
        bottom: -20px !important;
    }
    .atm:hover::before, .atj:hover::before, .pa:hover::before {
        width: 150px !important;
        height: 4px !important;
        bottom: -20px !important;
    }
    .logo_top {
        max-width: 150px;
    }
    .logo_top.lt_02 {
        max-width: 250px;
    }
    .logo_top.lt_03 {
        max-width: 250px;
    }

}