/* 
    Created on : 21 nov. 2024, 12:07:48
    Author     : Eric Palacios Portilla
*/
h1{
    font-family: 'poppinsbold';
    font-size: 45px;
}
p{
    font-family: 'poppinsregular';
    color: #505b6d;
}
.top-position-navbar{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.nav-link{
    font-family: 'poppinsregular';
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
}
.nav-link.menu-int {
    color: #000000;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #4BDEDA;
}
.nav-seccion-interior .navbar-nav .nav-link.active, .nav-seccion-interior .navbar-nav .nav-link.show{
    color: #ab0ee7;
}
.nav-link:focus, .nav-link:hover {
    color: #4BDEDA;
}
.nav-seccion-interior .nav-link:focus, .nav-seccion-interior .nav-link:hover {
    color: #ab0ee7;
}
.navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
.nav-seccion-interior .navbar-toggler {
    color: rgba(170,14,230,1);
    border-color: rgba(170,14,230,1);
}
.navbar-toggler:focus {
    box-shadow:  rgb(255, 255, 255) 0px 0px 0px 2px;
}
.nav-seccion-interior .navbar-toggler:focus {
    box-shadow:  rgb(170, 14, 230) 0px 0px 0px 2px;
}
.navbar-toggler-icon{
    color: rgba(255,255,255,1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-seccion-interior .navbar-toggler-icon{
    color: rgba(170,14,230,1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28170, 14, 230, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#myCarousel .carousel-item a.slider-more-btn {
    background-image: -webkit-gradient( linear, left top, right top, from(rgb(122, 59, 255)), to(rgb(61, 85, 255)));
    background-image: linear-gradient( 90deg, rgb(122, 59, 255) 0%, rgb(61, 85, 255) 100%);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
    box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
    display: inline-block;
    border-radius: 25px;
    margin-top: 40px;
    padding: 14px 36px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-size: 100% auto;
    text-decoration: none;
    font-family: 'poppinsmedium';
    border: none;
    float: right;
}
#myCarousel .carousel-item a.slider-more-btn:hover {
    background-size: 200% auto;
}
.bg-slider{
    position: relative;
    background: url(../images/bg-slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 1010px;
}
.slider-container{
    position: relative;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.slider-image{
    width: 600px;
    height: 680px;
}
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 10%;
    left:0;
    height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
    font-family: 'poppinsbold';
    font-size:44px;
    margin-bottom:15px;
    color:#ffffff;
    line-height:1;
    letter-spacing:0.5px;
}
#myCarousel p{
    font-family: 'poppinsmedium';
    font-size:20px;
    margin-bottom:15px;
    color:#ffffff;
}

#myCarousel .carousel-item h4{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft;
}
#myCarousel .carousel-item p{
    -webkit-animation-name:slideInRight;
    animation-name:slideInRight;
}
#myCarousel .carousel-item a, .icon-app-store, .icon-google-play{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp;
}
#myCarousel .carousel-item .mask img{
    -webkit-animation-name:slideInRight;
    animation-name:slideInRight;
    display:block;
    height:auto;
    max-width:100%;
}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img, .icon-app-store, .icon-google-play{
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {
    max-width: 1600px;
}
#myCarousel .carousel-item{
    height:100%;
    min-height:1000px;
}
.carousel-control-next, .carousel-control-prev{
    height:60px;
    width:40px;
    padding:12px;
    top:50%;
    bottom:auto;
    transform:translateY(-50%);
    background-color: #f47735;
    opacity: 0.8;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
    background-size: 200%;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
    opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@supports (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.icon-app-store{
    position: relative;
    float: left;
    width: 180px;
    height: 58px;
    background: url(../images/icon-app-store.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.icon-google-play{
    position: relative;
    float: left;
    width: 190px;
    height: 58px;
    background: url(../images/icon-google-play.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.container-bloque-1{
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0px;
}
.container-bloque-2{
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.fd-subtitle-1 {
    position: relative;
    width: 213px;
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 8px 20px 8px 20px;
    border-radius: 100px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 10px 0px rgba(21, 10, 82, 0.2);
}
.fd-subtitle-1-icon{
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/idea.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.subtitle-1-text {
    font-family: 'poppinssemibold';
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #222222;

}
.subtitle-1-text span{
    color: #7c4fe0;
}
.core-feature-single{
    position: relative;
    margin-top: 30px;
}
.fd-subtitle-2 {
    position: relative;
    width: 213px;
    display: block;
    background-color: #ffffff;
    padding: 8px 20px 8px 20px;
    border-radius: 100px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 10px 0px rgba(21, 10, 82, 0.2);
}
.fd-subtitle-2-icon{
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/idea.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.core-feature-single .core-feature-single-item {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.2);
    padding: 60px 40px 30px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 395px;

}
.core-feature-single .core-feature-single-item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 50px;
    line-height: 75px;
    position: relative;
    border-radius: 50%;
    background-color: #f03858;
    color: #fff;
    font-size: 40px;
    z-index: 9;
}
.core-feature-single .core-feature-single-item .icon::after {
    width: 100px;
    height: 100px;
    position: absolute;
    content: '';
    top: -14px;
    left: -15px;
    border-radius: 50%;
    background-color: rgba(240, 56, 88, 0.5);
    z-index: -1;
}
.core-feature-single .core-feature-single-item .icon::before {
    width: 125px;
    height: 125px;
    position: absolute;
    content: '';
    top: -27px;
    left: -28px;
    border-radius: 50%;
    background-color: rgba(240, 56, 88, 0.2);
}
.core-feature-single .core-feature-single-item.two .icon {
    background-color: #693cb8;
}
.core-feature-single .core-feature-single-item.two .icon::after {
    background-color: rgba(105, 60, 184, 0.5);
}
.core-feature-single .core-feature-single-item.two .icon::before {
    background-color: rgba(105, 60, 184, 0.2);
}
.core-feature-single .core-feature-single-item.three .icon {
    background-color: #4dd1ed;
}
.core-feature-single .core-feature-single-item.three .icon::after {
    background-color: rgba(77, 208, 237, 0.5);
}
.core-feature-single .core-feature-single-item.three .icon::before {
    background-color: rgba(77, 208, 237, 0.2);
}
.core-feature-single-item h3{
    font-family: 'poppinsbold';
    font-size: 24px;
    line-height: 1.3;
}
.core-feature-single-item  p{
    font-family: 'poppinsregular';
    font-size: 15px;
    line-height: 1.2;
    color: #505b6d;
}
.core-feature-single .core-contact-single-item {
    padding: 20px 40px 0px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 20px;
}
.core-feature-single .core-contact-single-item .icon {
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
    line-height: 75px;
    border-radius: 50%;
    background-color: #2aa81a;
    color: #fff;
    font-size: 40px;
    z-index: 9;
}
.container-contacto-whats-txt{
    position: relative;
    float: left;
    width: calc(100% - 70px)
}
.container-contacto-whats-txt h3{
    font-family: 'poppinsmedium';
    font-size: 28px;
    line-height: 1;
    color: #A7A6A6;
    margin-bottom: 0;
}
.container-contacto-whats-txt a{
    font-family: 'poppinsmedium';
    font-size: 22px;
    color: #000000;
    display: block;
    text-decoration: none;
}
.container-contacto-whats-txt a.email-txt-2{
    font-family: 'poppinsmedium';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    display: block;
    text-decoration: none;
}
.icon-llamar{
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/llamar.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    top: 12px;
}
.icon-whats-1{
    position: relative;
    width: 35px;
    height: 35px;
    background: url(../images/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    top: 18px;
}
.icon-email-1{
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/email-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    top: 11px;
}
.core-feature-single .core-contact-single-item.two .icon {
    background-color: #ac52fb;
}
.core-feature-single .core-contact-single-item.three .icon {
    background-color: #5797f9;
}
.icon-tel{
    position: relative;
    width: 45px;
    height: 45px;
    background: url(../images/telefono.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    top: 12px;
}
.icon-tel-1{
    position: relative;
    width: 45px;
    height: 45px;
    background: url(../images/telefono-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    top: 12px;
    left: -1px;
}
.icon-tel-2{
    position: relative;
    width: 45px;
    height: 45px;
    background: url(../images/telefono-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    top: 12px;
    left: -1px;
}
.icon-tel-3{
    position: relative;
    width: 45px;
    height: 45px;
    background: url(../images/telefono-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    top: 12px;
    left: -1px;
}
.icon-tel-4{
    position: relative;
    width: 45px;
    height: 45px;
    background: url(../images/telefono-4.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    top: 12px;
    left: -1px;
}
.load-more-btn{
    font-family: 'poppinsmedium';
}
.load-more-btn a {
    background-image: -webkit-gradient( linear, left top, right top, from(rgb(174, 14, 233)), to(rgb(46, 25, 167)));
    background-image: linear-gradient( 90deg, rgb(174, 14, 233) 0%, rgb(46, 25, 167) 100%);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
    box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
    display: inline-block;
    border-radius: 25px;
    margin-top: 40px;
    padding: 14px 36px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-size: 100% auto;
    text-decoration: none;
}
.load-more-btn a:hover {
    background-size: 200% auto;
}
ul.list-bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-bullet li {
    background: url('../images/comprobar.svg') no-repeat left center;
    background-size: auto;
    background-size: 30px;
    width: 100%;
    height: 36px;
    padding-left: 44px;
    margin-bottom: 10px;
    font-family: 'poppinssemibold';
    font-size: 16px;
    line-height: 1.2;
    padding-top: 8px;
}
.bg-points{
    background: url(../images/bg-points.png);
    background-repeat: no-repeat;
    width: 522px;
    height: 217px;
    position: absolute;
    right: 20%;
}
.margin-top-minus-290{
    margin-top: -350px;
}
.img-wrapper {
    position: relative;
    z-index: 2;
}
.container-bloque-3{
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.container-bloque-4{
    position: relative;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 10px;
}
.single-icon-box-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-icon-box-03 .icon {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    line-height: 100px;
    text-align: center;
    font-size: 36px;
    color: var(--main-color-one);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.icon-android{
    position: relative;
    width: 36px;
    height: 41px;
    background: url(../images/androide.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 28px auto 0 auto;
    left: -2px;
}
.icon-deesarrollo{
    position: relative;
    width: 41px;
    height: 41px;
    background: url(../images/software-development.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 28px auto 0 auto;
    left: -2px;
}
.icon-diseno-2{
    position: relative;
    width: 41px;
    height: 41px;
    background: url(../images/icon-ui.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 28px auto 0 auto;
    left: -2px;
}
.icon-consultor{
    position: relative;
    width: 41px;
    height: 41px;
    background: url(../images/ganancia.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 28px auto 0 auto;
    left: -2px;
}
.icon-star-1{
    position: relative;
    width: 42px;
    height: 40px;
    background: url(../images/estrella.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 25px auto 0 auto;
    left: 0px;
}
.icon-apple-1{
    position: relative;
    width: 36px;
    height: 44px;
    background: url(../images/manzana-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 25px auto 0 auto;
    left: -5px;
}
.icon-ux{
    position: relative;
    width: 43px;
    height: 43px;
    background: url(../images/diseno-ux.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 25px auto 0 auto;
    left: -1px;
}
.icon-concepto{
    position: relative;
    width: 52px;
    height: 53px;
    background: url(../images/icon-concepto.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    left: -2px;
}
.icon-diseno{
    position: relative;
    width: 53px;
    height: 53px;
    background: url(../images/icon-diseno.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5px auto 0 auto;
    left: 0px;
}
.icon-pruebas{
    position: relative;
    width: 63px;
    height: 61px;
    background: url(../images/icon-pruebas.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 2px auto 0 auto;
    left: 0px;
}
.icon-exito{
    position: relative;
    width: 58px;
    height: 58px;
    background: url(../images/icon-exito.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 2px auto 0 auto;
    left: 0px;
}
.text-icon{
    position: relative;
    float: left;
    width: Calc(100% - 120px);
}
.text-icon h3 {
    font-family: 'poppinsbold';
    font-size: 23px;
}
.text-icon h4 {
    font-family: 'poppinsbold';
    font-size: 21px;
}
.container-idea{
    position: absolute;
    width: 1263px;
    height: 860px;
    background: url(../images/linea-degradado.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.workflow-3-item-single{

}
.workflow-3-img{
    z-index: 2;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.workflow-3-item-single .item-icon {
    width: 88px;
    height: 88px;
    background: #ffecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--fd-clr-h-1);
    margin-bottom: 30px;
}
.workflow-3-item-single .item-icon-2 {
    width: 88px;
    height: 88px;
    background: #e4ffee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--fd-clr-h-1);
    margin-bottom: 30px;
}
.fd-workflow-3-wrap{
    z-index: 1;
}
.fd-workflow-3-item{
    display: grid;
    gap: 120px;
}
.fd-workflow-3-img-wrap{
    position: relative;
    text-align: center;
}
.fd-workflow-3-wrap::after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(236, 236, 236) 5%, rgb(236, 236, 236) 53%, rgb(236, 236, 236) 95%, rgba(0, 212, 255, 0) 100%);
}
.fd-workflow-3-wrap::before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(236, 236, 236) 5%, rgb(236, 236, 236) 53%, rgb(236, 236, 236) 95%, rgba(0, 212, 255, 0) 100%);
}
.container-workflow{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.workflow-3-item-single h5{
    font-family: 'poppinsbold';
    font-size: 22px;
    line-height: 1;
}
.fd-workflow-3-illus-1 {
    width: 42%;
    position: absolute;
    top: -48px;
    left: -18px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 60px rgba(0, 0, 0, 0.13);
    z-index: 3;
}
.fd-workflow-3-illus-2 {
    position: absolute;
    width: 42%;
    bottom: 31%;
    left: -90px;
    border-radius: 10px;
    overflow: hidden;
    /*    box-shadow: 0 2px 60px rgba(0, 0, 0, 0.13);*/
    z-index: 3;
}
.fd-workflow-3-illus-3 {
    width: 40%;
    position: absolute;
    bottom: 41%;
    right: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 60px rgba(0, 0, 0, 0.13);
    z-index: 3;
}
.container-necesidades{
    /*    margin: 0px 0px -30px 0px;*/
}
.container-necesidades-item {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 120px;
    background: linear-gradient(260deg, rgb(249, 255, 226) 45%, rgb(254, 223, 217) 100%);
    padding: 105px 110px;
    border-radius: 20px;
    /*    overflow: hidden;*/
}
.container-necesidades-item-img {
    width: 65%;
    position: absolute;
    bottom: 0;
    right: -50px;
}
.container-necesidades-item-single {
    display: flex;
    gap: 35px;
    max-width: 400px;
    margin-bottom: 20px
}
.container-necesidades-item-single h6{
    font-family: 'poppinsbold';
    font-size: 20px;
    line-height: 1;
}
.container-necesidades-item-single p{
    line-height: 1.2;
}
.container-necesidades-item-single .item-serial {
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #c1b4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
}
.container-necesidades-item-single .item-serial.color2{
    background: #eefc98;
}
.container-necesidades-item-single .item-serial.color3{
    background: #ffd763;
}
.container-necesidades-item-single .item-serial.color4{
    background: #d3fa01;
}
.icon-personalizacion {
    position: relative;
    width: 34px;
    height: 37px;
    background: url(../images/icon-personalizacion.svg);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    left: 2px;
}
.icon-codigo {
    position: relative;
    width: 27px;
    height: 44px;
    background: url(../images/icon-codigo.svg);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    left: -1px;
}
.icon-mobile-gear {
    position: relative;
    width: 36px;
    height: 43px;
    background: url(../images/icon-mobile-gear.svg);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    left: 4px;
}
.icon-mobile-personal {
    position: relative;
    width: 32px;
    height: 46px;
    background: url(../images/icon-mobile-personal.svg);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    left: -1px;
}
#blogCarousel .carousel-indicators {
    bottom: -40px;
}
#blogCarousel .carousel-indicators button {
    background-color: #797979;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 2px;
    cursor: pointer;
}
#blogCarousel .carousel-indicators .active {
    background-color: #797979;
}
.separador-cuadro{
    position: relative;
    width: 50px;
    height: 4px;
    background-color: #35008e;
    display: block;
    margin: 0 auto;
}
.container-footer{
    position: relative;
    width: 100%;
    min-height: 120px;
    height: auto;
    margin-top: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}
.container-logo-footer{
    position: relative;
    width: 230px;
    height: 50px;
    background: url(../images/logo-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.container-mail{
    position: relative;
    width: 100%;
    min-height: 23px;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.container-telefono{
    position: relative;
    width: 100%;
    min-height: 23px;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}
.icon-footer-mail{
    position: relative;
    float: left;
    width: 20px;
}
.txt-footer-mail{
    position: relative;
    float: left;
    width: calc (100% - 23px);
}
.icon-mail-footer{
    position: relative;
    width: 15px;
    height: 11px;
    background: url(../images/icon-mail-footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 2px;
}
.icon-whats-footer{
    position: relative;
    width: 16px;
    height: 16px;
    background: url(../images/icon-whats-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 1px;
}
.txt-footer-mail a{
    display: block;
    font-family: 'poppinsregular';
    font-size: 16px;
    line-height: 1;
    color: #505b6d;
    text-decoration: none;
    transition: all ease 0.3s;
}
.txt-footer-mail a:hover{
    color: #000;
}
.container-icons-social{
    position: relative;
    width: 100%;
    min-height: 23px;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.icon-footer{
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #5029de;
    border-radius: 5px;
    margin-top: 1px;
    margin-right: 5px;
    transition: all ease 0.3s;
}
.container-icons-social a{
    display: inline-block;
    text-decoration: none;
}
a .icon-footer:hover{
    background-color: #505b6d;
    text-decoration: none;
}
.icon-facebook{
    position: relative;
    width: 8px;
    height: 15px;
    background: url(../images/icon-facebook.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    top: 8px;
}
.icon-x{
    position: relative;
    width: 14px;
    height: 14px;
    background: url(../images/icon-x.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    top: 8px;
}
.icon-linkedin{
    position: relative;
    width: 13px;
    height: 13px;
    background: url(../images/icon-linkedin.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    top: 8px;
    left: 1px;
}
.icon-insta{
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../images/instagram.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    top: 5px;
    left: 1px;
}
.icon-footer-google{
    position: relative;
    width: 180px;
    height: 54px;
    background: url(../images/Google_Play_Store_badge_EN.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
.icon-footer-store{
    position: relative;
    width: 161px;
    height: 56px;
    background: url(../images/App_Store_blk.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
.container-footer-copyright{
    position: relative;
    width: 100%;
    min-height: 23px;
    height: auto;
    overflow: hidden;
    border-top: solid 1px #505b6d;
    margin-top: 40px;
    padding-top: 20px;
}
.container-footer-copyright p{
    font-family: 'poppinsregular';
    font-size: 14px;
    line-height: 1;
    color: #505b6d;
}
.container-footer-copyright a{
    display: block;
    font-family: 'poppinsregular';
    font-size: 14px;
    line-height: 1;
    color: #505b6d;
    text-decoration: none;
    transition: ease 0.2s;
    text-align: right;
}
.container-footer-copyright a:hover{
    color: #5029de;
}

.container-bloque-1 h6{
    font-family: 'poppinsbold';
    font-size: 17px;
}
.footer-link-title h5{
    font-family: 'poppinssemibold';
    font-size: 22px;
    line-height: 1;
    color: #222222;
    margin-bottom: 30px;
}
.footer-links ul{
    list-style: none;
    padding: 0;
}
.footer-links li a{
    font-family: 'poppinssemibold';
    font-size: 16px;
    line-height: 1;
    color: #222222;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    transition: ease 0.2s;
}
.footer-links li a:hover{
    color: #5029de;
}
.container-header{
    position: relative;
    width: 100%;
    min-height: 120px;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
}
.fd-about-6-content-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 40px;
}
.tab-servicios-cont{
    position: relative;
    margin-top: 30px;
}
.fd-about-6-tabs-btn {
    background: #a70fe5;
    border-radius: 100px 0 0 100px;
    display: flex;
    align-items: center;
    padding: 20px 52px;
    height: 70px;
}
.fd-about-btn-2 {
    position: absolute;
    width:64%;
    height: 70px;
    right: 0;
    top: 0;
    background-color: #6310e6;
    border-radius: 100px 0 0 100px;
    z-index: 1;
}
.tab-servicios-cont .nav-item{
    z-index: 1001;
}
.tab-servicios-cont .nav-pills .nav-link.active, .tab-servicios-cont .nav-pills .show > .nav-link {
    color: rgba(250,250,250, 1);
    background-color: transparent;
    font-family: 'poppinssemibold';
    font-size: 16px;
    padding-top: 3px;
}
.tab-servicios-cont .nav-pills .nav-link {
    border-radius: 0;
    color: rgba(250,250,250, 0.8);
    background-color: transparent;
    font-family: 'poppinssemibold';
    font-size: 16px;
    padding-top: 3px;
}
.tab-servicios-cont .tab-content{
    margin-top: 20px;
    margin-left: -30px;
}
.tab-servicios-cont p{
    font-size: 14px
}
.fd-overview-6-screen {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.fd-overview-6-screen-signle {
    flex: 0 0 auto;
    border-radius: 30px;
    overflow: hidden;
}
.screen-signle-0{
    transform: translate(200px, 120px) rotate(-20deg);
    opacity: 1;
    z-index: 2;
    box-shadow: -20px 20px 26px 0 rgba(0, 0, 0, 0.10);
}
.screen-signle-1 {
    transform: translate(120px, 40px) rotate(-15deg);
    opacity: 1;
    z-index: 2;
    box-shadow: -20px 20px 20px 0 rgba(0, 0, 0, 0.10);
}
.screen-signle-3{
    z-index: 3;
}
.screen-signle-4 {
    transform: translate(-110px, 40px) rotate(15deg);
    opacity: 1;
    box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.10);
    z-index: 2;
}
.screen-signle-5{
    transform: translate(-180px, 127px) rotate(20deg);
    opacity: 1;
    box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.10);
    z-index: 1;
}

.nav-link.pills-serv-1{
    margin-left: -15px !important;
}
.nav-link.pills-serv-2{
    margin-left: 25px !important;
}
.img-aplicacion-1 {
    box-shadow: -15px 22px 52px 0 rgba(0, 0, 0, 0.06);
    border: 20px;
    overflow: hidden;
    margin-right: -390px;
}
.contenedor_formacontacto {
    position: relative;
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    height: auto;
    padding: 50px 30px 40px 30px;
}
.contenedor_formacontacto h3{
    font-family: 'poppinsbold';
}
.contenedor_formacontacto #comentarios{
    height: 160px;
}
.boton_enviar {
    background-image: -webkit-gradient( linear, left top, right top, from(rgb(174, 14, 233)), to(rgb(46, 25, 167)));
    background-image: linear-gradient( 90deg, rgb(174, 14, 233) 0%, rgb(46, 25, 167) 100%);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
    box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
    display: inline-block;
    border-radius: 25px;
    padding: 14px 36px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-size: 100% auto;
    text-decoration: none;
    border: none;
    float: right;
}
.boton_enviar:hover {
    background-size: 200% auto;
}
.container-bg-testimonial{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 600px;
    overflow: hidden;
    background: url(../images/bg-testimonial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.container-testimonial-txt{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px
}
.container-testimonial-txt h1{
    color: #ffffff;
    font-family: 'poppinsbold';
}
.container-testimonial-review{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    margin-top: 25px;
}
.container-testimonial-review-star{
    position: relative;
    float: left;
    width: 165px;
}
.container-testimonial-review-text{
    position: relative;
    float: left;
    width: calc(100% - 165px);
    font-family: 'poppinsbold';
    color: #ffffff;
    font-size: 17px;
    line-height: 1;

}
.icon-estrella-naranja{
    position: relative;
    float: left;
    width: 18px;
    height: 17px;
    background: url(../images/estrella-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
}
.container-testimonial-parrafo{
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.container-testimonial-parrafo p{
    font-family: 'poppinslight';
    font-size: 25px;
    line-height: 1.2;
    color: #ffffff;
}
.text-testimonial-name{
    font-size: 23px !important;
}
.container-testimonial-img{
    position: relative;
    width: 100%;
}
.img-testimonial-1{
    position: relative;
    width: 500px;
    height: 500px;
    background: url(../images/img-testimonial-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    -webkit-box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.6);
    -moz-box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.6);
    box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.6);
    border-radius: 500px;
    z-index: 1;
}
.img-testimonial-2 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    left: 6%;
    top: -6%;
    background: url(../images/img-testimonial-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.3);
    border-radius: 500px;
    z-index: 2;
}
.img-testimonial-3 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    left: -3%;
    bottom: 0;
    background: url(../images/img-testimonial-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.3);
    border-radius: 500px;
    z-index: 2;
}
.img-testimonial-4 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/img-testimonial-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 19px -13px rgba(0,0,0,0.3);
    border-radius: 500px;
    z-index: 2;
}
@media (min-width: 768px){
    .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next{
        transform: translateX(25%);
    }
    .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev{
        transform: translateX(-25%);
    }
    .carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start{
        transform: translateX(0);
    }
}
@media (max-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
    }
    #myCarousel .carousel-item {
        height: 100%;
        min-height: 610px;
    }
    #myCarousel h4 {
        font-size: 30px;
        line-height: 1.1;
    }
    #myCarousel p {
        font-size: 14px;
    }
    .icon-app-store {
        float: none;
        width: 150px;
        height: 48px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .icon-google-play {
        float: none;
        width: 174px;
        height: 53px;
    }
    .bg-slider {
        height: 700px;
    }
    .margin-top-minus-290 {
        margin-top: 0;
    }
    .fd-workflow-3-wrap {
        grid-template-columns: 1fr 1.5fr 1fr;
    }
    .fd-workflow-3-wrap::before, .fd-workflow-3-wrap::after  {
        display: none;
    }
    .img-wrap{
        display: none;
    }
    .container-necesidades-item {
        padding: 85px 50px;
    }
    .container-necesidades-item-img {
        right: -125px;
    }
    .icon-footer-google {
        width: 116px;
        height: 35px;
    }
    .icon-footer-store {
        width: 130px;
        height: 44px;
    }
    .container-servicios-list .fd-about-6-content-list{
        display: grid;
        grid-template-columns: none;
        gap: 0;
    }
    .img-servicios-1{
        height: 500px;
    }
    .tab-servicios-cont {
        position: relative;
        min-height: 280px;
        height: auto;
        padding-bottom: 0px;
    }
    .container-screen-servicios{
        position: relative;
        width: 100%;
        min-height: 975px;
        height: auto;
        overflow: hidden;
    }
    .container-necesidades-bloque{
        position: relative;
        width: 100%;
        min-height: 460px;
        height: auto;
        overflow: hidden;
    }
    .container-testimonial-img {
        margin-top: 40px;
    }
    .container-bg-testimonial{
        padding-top: 40px;
    }
    .container-testimonial-parrafo p {
        font-size: 22px;
        text-align: center;
    }
    .container-testimonial-txt h1{
        text-align: center;
    }
    .container-testimonial-review {
        width: 325px;
        margin: 30px auto 0 auto;
    }
    .text-testimonial-name {
        font-size: 20px !important;
    }
    .img-testimonial-4 {
        width: 110px;
        height: 110px;
        right: -48px;
        bottom: -18px;
    }
    .container-contacto-whats-txt {
        width: 250px;
    }
    .core-feature-single .core-contact-single-item {
	width: 400px;
	margin: 0 auto;
        padding: 0 40px;
}
}
@media (max-width: 767px){
    .carousel-inner .carousel-item >div{
        display: none;
    }
    .carousel-inner .carousel-item >div:first-child{
        display: block;
    }
    .carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev{
        display: flex;
    }
    #myCarousel .carousel-item .mask {
        top: 2%;
    }
    .slider-image {
        width: 290px;
    }
    .icon-app-store, .icon-google-play{
        display: none;
    }
    #myCarousel h4, #myCarousel p{
        text-align: center;
    }
    h1 {
        font-size: 32px;
    }
    .fd-subtitle-2{
        margin: 0 auto;
    }
    .container-bloque-2 h1, .container-bloque-3 h1, .container-bloque-2 p, .container-bloque-3 p{
        text-align: center;
    }
    .load-more-btn{
        text-align: center;
    }
    .load-more-btn a{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .img-wrapper, .bg-points, .imagen-bussines{
        display: none;
    }
    .container-bloque-2 {
        padding-bottom: 10px;
    }
    .container-servicios{
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .container-bloque-3 {
        margin-bottom: 20px;
    }
    .container-bloque-4 {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .fd-workflow-3-item {
        gap: 30px 50px;
        grid-template-columns: 1fr;
    }
    .workflow-3-item-single .item-icon, .workflow-3-item-single .item-icon-2, .workflow-3-item-single .item-icon-3, .workflow-3-item-single .item-icon-4, .workflow-3-item-single .item-icon-5{
        margin-left: auto;
        margin-right: auto;
    }
    .workflow-3-item-single h5, .workflow-3-item-single p{
        text-align: center;
    }
    .container-workflow {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .container-necesidades-item-img{
        display: none;
    }
    .container-necesidades-item-single {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .container-necesidades-item-single .item-serial {
        margin: 0 auto 25px auto;
    }
    .item-serial-text h6{
        text-align: center;
    }
    .container-necesidades-item {
        padding: 60px 30px;
    }
    .footer-link-title, .footer-links, .icon-footer-google, .icon-footer-store{
        display: none;
    }
    .container-logo-footer{
        margin: 0 auto;
    }
    .container-mail {
        width: 280px;
        margin: 25px auto 0 auto;
    }
    .container-telefono {
        width: 145px;
        margin: 5px auto 0 auto;
    }
    .container-icons-social {
        width: 125px;
        margin: 20px auto 0 auto;
    }
    .container-footer-copyright p, .container-footer-copyright a {
        text-align: center;
    }
    .tab-servicios-cont {
        min-height: 630px;
    }
    .tab-servicios-cont .nav-item {
        z-index: 1001;
        width: 100%;
        text-align: center;
    }
    .fd-about-btn-2 {
        display: none;
    }
    .tab-servicios-cont .nav-pills .nav-link.active, .tab-servicios-cont .nav-pills .show > .nav-link {
        color: #ffffff;
        font-size: 16px;
        padding-top: 3px;
    }
    .fd-about-6-tabs-btn {
        background: linear-gradient(to bottom,  rgba(167,15,229,1) 0%,rgba(167,15,229,1) 50%,rgba(99,16,230,1) 51%,rgba(99,16,230,1) 100%);
        border-radius: 15px;
        display: flex;
        align-items: center;
        padding: 12px 20px;
        height: 90px;
    }
    .nav-link.pills-serv-1{
        margin-left: 0px !important;
    }
    .nav-link.pills-serv-2{
        margin-left: 0px !important;
    }
    .container-screen-servicios {
        min-height: 635px;
    }
    .container-testimonial-parrafo p {
        font-size: 19px;
    }
    .text-testimonial-name {
        font-size: 18px !important;
    }
    .img-testimonial-1 {
        width: 380px;
        height: 380px;
    }
    .img-testimonial-2 {
        width: 110px;
        height: 110px;
    }
    .img-testimonial-4 {
        right: 0;
        bottom: 0;
    }
    .img-testimonial-3 {
        width: 110px;
        height: 110px;
        left: 0;
        bottom: 0;

    }
}
