*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: rgb(26, 27, 57);
}
.bg-smart{
    background-color: rgb(26, 27, 57)
}
.contenedor{
    margin: 0 auto;
    width: 80%;
    max-width: 1024px;
    margin: auto;
    overflow: hidden;
}
.nav{
    height: 80px;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.nav__contenedor{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__lista{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    
}
.nav__item, .nav__item:hover{
    text-decoration: none;
    color: black;
    padding: 0px;
    margin: 0px;
}

.nav__item{
    font-weight: 700;
}
.nav__icon{
    display: none;
}
.nav__icon i{
    font-weight: 900;
    font-size: 1.5rem;
}

.button-demo{
    background-color: rgb(26, 27, 57);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 900;
}
.hero{
    background-color: rgb(26, 27, 57);
    height: 100vh;
    
    
}

.hero-img{
    height: 300px;
}
.hero__pos{
    width: 550px;
    height: 500px;
    z-index: 1;
}
.hero__pos--block{
    display: none;
}
.hero__contenedor{
    padding-top: 80px;
    max-width: 1300px;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 0;
}
.hero__wave{
    width: 100px;
    height: 200px;
    position: absolute;
    top: 50%;
    width: 90%;
    z-index: 0;
    max-width: 1300px;
}
.hero__section{
    padding: 50px 100px 10px 10px;
    min-width: 600px;
    margin: 0 -50px;

}
.hero__section div > *{
    color: #fff;
}
.hero__section div > h1{
    font-weight: 700;
}
.hero__section div > p{
    font-weight: 600;
}
.hero__form{
    width: 70%;
    background-color: #fff;
    margin: 10px 10px;
    padding: 20px 20px;
    border-radius: 40px;
}
.form__title{
    text-align: center;
    font-weight: 700;
}
.form-label{
    font-weight: 500;
    font-size: .9rem;
}
.form-control{
    background-color: rgb(0, 0, 0, .1);
}
.form__contact{
    padding: 20px 0;
    display: none;
}
.form__contact--contenedor{
    padding: 20px 20px;
    width: 80%;
    margin: auto;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.hero-img{
    mask-image: linear-gradient(
        rgb(26, 27, 57) 75%,
        transparent
    );

}
.btn-Enviar{
    text-align: center;
}
.btn-success{
    font-weight: 500;
}
.paragraph{
    padding: 30px 0;
}
.paragraph__contenedor{
    display: flex;
    align-items: center;
    gap: 100px;
}
.paragraph__item{
    width: 60%;
}
.paragraph__text{
    font-weight: 700;
}
.button__demo--span{
    background-color: rgb(26, 27, 57);
    color: #fff;
    height: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 700;
}
.process{
    background-color: rgb(26, 27, 57);   
    padding: 50px 0;
}
.process__title{
    color: #fff;
    width: 70%;
    margin: auto;
}
.process__text{
    font-weight: 700;
    text-align: center;
}
.process__body{
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    flex-wrap: wrap;
    
}
.process-image{
    width: 170px;
    height: 170px;
    object-fit: center;
    
    border-radius: 50%;
}
.process__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.process__description{
    color: #fff;
    font-weight: 500;
    width: 50%;
    text-align: center;
    line-height: 18px;
}
.process-image--3{
    width: 220px;
    height: 220px;
}
.ecosistema{
    background-color: rgb(241, 242, 242);
    padding: 50px 0;
}
.ecosistema__contenedor{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.ecosistema__title{
    font-weight: 700;
}
.ecosistema__box{
    display: flex;
    align-items: start;
    gap: 10px;
}
.ecosistema__item{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 310px;
    padding: 10px 10px;
}
.ecosistema__image{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: center;
}
.ecosistema__description h6{
    color: rgb(5, 113, 211);
    font-weight: 700;
    font-size: 1rem;
    line-height: 15px;
}
.ecosistema__description p{
    font-size: 11px;
    margin-top: -5px;
    margin-bottom: 0;
    line-height: 13px;
}
.ecosistema__description--aside{
    display: block;
    font-weight: 700;
    font-size: 1rem;
    line-height: 15px;
    color: rgb(26, 27, 57);
    background-color: rgb(229, 229, 227);
    padding: 10px 10px;
}
.ecosistema__box--aside{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ecosistema__text{
    display: block;
    background-color: #fff;
    font-size: 11px;
    line-height: 13px;
    padding: 10px 10px;
}
.ecosistema__description--box{
    height: 100%;
    padding: 0px 0px;
}
.demo{
    padding: 50px 0;
}
.demo__item{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.demo__image{
    width: 350px;
    height: 400px;
}
.demo__description > *{
    color: rgb(26, 27, 57);
}
.demo__description-title{
    font-weight: 700;
}
.demo__item--reverse{
    flex-direction: row-reverse;
}
.span{
    padding: 40px 0;
    background-color: rgb(48, 165, 94);
}
.span__contenedor{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.span__item>*{
    color: #fff;
}
.item__title{
    font-weight: 700;
}
.span__description{
    margin-bottom: -2px;
    font-size: .8rem;
}
.hero__description{
    display: flex;
    flex-direction: column;
}
.span-hero{
    font-weight: 700;
    font-size: 1.1rem;
}
.hero__title{
    font-weight: 700;
    letter-spacing: 1px;
}
.about{
    padding: 30px 0;
}
.about__contenedor{
    display: flex;
    gap: 5px;
}
.about__description--1, .about__description--2{
    padding: 20px 20px;
    width: 50%;
    color: #fff;
}
.about__description--paragraph>*{
    color: #fff;
    font-weight: 500;
}
.about__description--title{
    font-weight: bold;
    margin-bottom: 20px;
}
.about__description--1{
    background-color: rgb(26, 27, 57);
}
.about__description--2{
    background-color: rgb(5, 113, 211);
}
.about__description--box{
    display: flex;
    
}
.about__item{
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about__item h7 span{
    color: #fff;
}
.about__item--rigth{
    border-right: 1px solid #fff;
}
.about__item--bottom{
    border-bottom: 1px solid #fff;
}
.about__item > *{
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.about__item h7{
    font-size: 2rem;
}
.about__item span{
    line-height: 18px;
}
video {
    outline: none; /* Eliminar sombreado en el borde del video */
}

video:focus {
    outline: none; /* Evitar que aparezca el borde al hacer clic o enfocar */
}

video::-webkit-media-controls {
    outline: none; /* Eliminar sombreado en los controles de video en navegadores basados en WebKit (como Chrome y Safari) */
}
.marco-video{
    border: 5px solid #1a1b39;
    border-radius: 30px;
    overflow: hidden;
    max-width: 500px;
}
.icono-pais{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.testimonios{
    padding: 10px 0;
}
.testimonios__carousel{
    background-color: rgb(246, 246, 246);
    width: 80%;
    padding: 20px 0;
    border-radius: 30px;
}
.testimonios__contenedor{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonios__title{
    font-weight: 700;
}
.swiper {
    width: 80%;
    height: 250px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.swiper-slide--contenedor{
    height: 100%;
    background-color: #efeff0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
}
.carousel-image{
    width: 150px;
    height: 150px;
}
.swiper-button-prev, .swiper-button-next{
    --swiper-navigation-size: 1rem;
    background-color: black;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.carousel-caption--description{
    width: 50%;
    padding: 20px 0px;
}
.carousel-caption--description p{
    font-size: .8rem;
}
.carousel-caption--text{
    font-weight: 900;
    font-size: 1rem;
    line-height: 20px;
}

@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
    z-index: 0;
  }
  .logos__contenedor{
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    overflow: hidden;
  }
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  .logos:hover .logos-slide {
    animation-play-state: paused;
  }
  
  .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }
  
  .logos-slide img {
    height: 50px;
    margin: 0 40px;
  }
.custom{
    padding: 20px 0;
}
.custom__title{
    font-weight: 700;
    margin-bottom: 20px;
}
.custom__description{
    font-weight: 500;
    font-size: 1.1rem;
}
.footer{
    background-color: #1a1b39;
    padding: 40px 0;
}

.footer__contenedor{
    margin: 0 auto;
    width: 90%;
    max-width: 1300px;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}
.footer__title, .footer__icon--list li{
    color: #fff;
}
.footer__description--1{
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.footer__description--1 >*{
    color: #fff;
}
.footer__icon{
    color: #fff;
    font-weight: 900;
    font-size: 1.1rem;
}
.footer__list li span{
    color: #fff;
    font-size: 1rem;
    
}
.footer__list--item li{
    color: #fff;
}
.icon__menu{
    display: flex;
    align-items: center;
    gap: 10px;
}
.icon__menu span{
    color: #fff;
    font-size: .8rem;
}
.footer__list--1{
    display: flex;
    gap: 20px;
}
.footer__icon--list--3{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__list{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.footer__icon{
    text-decoration: none;
    list-style: none;
}
.footer__description--paragraph{
    text-align: justify;
}
.footer__list--contenedor{
    display: flex;
    gap: 20px;
}
.footer__list--item li{
    margin-bottom: 5px;
}
.footer__icon{
    font-size: 1.2rem;
}
.footer__icon--3{
    font-size: 1.5rem;
}
@media(max-width: 1120px){
    .hero__form{
        display: none;
    }
    .form__contact{
        margin: auto;
        display: block;
    }
    
}

@media(max-width: 1050px){
    
    .nav__lista{
        position: fixed;
        background-color: #1a1b39;
        top: 80px;
        bottom: 0;
        right: 0;
        left: 0;
        flex-direction: column;
        justify-content: center;
        gap: 6em;

        clip-path: circle(0% at center);
        transition: clip-path 1s;
    }
    .nav__item{
        color: #fff;
    }
    .nav__item:hover{
        color: #fff;
        font-size: 1.2rem;
        transition: .1s;
    }
    .spred{
        clip-path: circle(100% at center);
    }
    .nav__icon{
        display: block;
    }
    .hero__section{
        width: 50%;
    }
    .ecosistema__contenedor{
        flex-direction: column;
        gap: 10px;
    }
    .ecosistema__aside{
        margin-top: 10px;
    }
    .ecosistema__box--aside{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .ecosistema__description--box{
        width: 30%;
    }
    .hero__section{
        min-width: 100%;
    }
}


@media(max-width: 910px){
    .testimonios__carousel{
        width: 90%;
    }
    .swiper{
        width: 90%;
        height: 350px;
    }
    .swiper-slide{
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: center;
        
    }
    .carousel-image{
        width: 100px;
        height: 100px;
    }
    .carousel-caption--description{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
    .about__contenedor{
        flex-direction: column;
    }
    .about__description--1, .about__description--2{
        width: 90%;
        margin: auto;
    }
    .hero__section{
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        
    }
    .hero__img{
        margin: auto;
    }
    .hero__wave{
        height: 100px;
        top: 70%;
    }
    .ecosistema__item{
        width: 100%;
    }
    .hero__pos{
        display: none;
    }
    
}
@media(max-width: 850px){
    .hero__form{
        display: none;
    }
    
    
    
    .hero__section div >*{
        text-align: center;
    }
}
@media(max-width: 700px){
    .footer__contenedor{
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .footer__description--1{
        justify-content: center;
        align-items: center;
        justify-content: center;
    }
    .footer__description--paragraph{
        text-align: center;
    }
    .footer__list--contenedor{
        flex-direction: column;
    }
    .footer__list--item li, .footer__title{
        text-align: center;
    }
    .icon__menu{
        align-items: center;
        justify-content: center;
    }
    .demo__item--reverse{
        margin-top: 20px;
    }
    .demo__item{
        flex-direction: column;
        gap: 10px;
    }
    .ecosistema__box{
        flex-wrap: wrap;
    }
    .ecosistema__description--box{
        width: 100%;
    }
    
}
@media(max-width: 630px){
    .swiper{
        height: 490px;
    }
    .swiper-slide--contenedor{
        flex-direction: column;
        padding-top: 5px;
        gap: 0;
    }
    .carousel-caption--description{
        margin: 0 auto;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .paragraph__contenedor, .span__contenedor{
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .paragraph__item>*, .span__item>*{
        text-align: center;
    }
}
@media(max-width: 500px){
    .about__item{
        border: none;
        border-bottom: 1px solid #fff;
    }
    .about__description--box{
        flex-direction: column;
    }
    .hero__contenedor{
        width: 100%;
    }
    .hero__section{
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
    }
    .process__body{
        width: 80%;
        margin: auto;
    }
    .footer__contenedor{
        width: 95%;
    }
    .process-image{
        width: 170px;
        height: 170px;
    }
    .footer__description--1{
        width: 100%;
        padding: 0 5px;
    }
    .hero__img{
        position: relative;
        display: flex;
        justify-content: end;
    }
    .hero-img{
        width: 280px;
        margin-left: 40px;
    }
    .hero__pos--block{
        display: block;
        position: absolute;
        top: 0;
        left: -100px;
        width: 200px;
        height: 200px;
    }
}