.info-ecommerce{
    min-height: 500px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    font-weight: bolder;
    background-repeat: no-repeat;
    background-image: url(http://127.0.0.1:8000/storage/images/illustration_ecommerce_desktop.svg);
}
.img-project-phone{
    max-height: 450px;
}
a.btn-card:hover {
    text-decoration: none;
    color: black;
}
.bg-project-img{
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(http://127.0.0.1:8000/storage/images/bck_projecto_tt.png);
}
.icon-stack{
    width: 60px;
}
.bg-blue-light{
    background-color:#0663EA;
}
.bck-illustration {
    min-height: 490px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(http://127.0.0.1:8000/storage/images/illustration_ecommerce_desktop.svg);
}
.bg-green{
    background-color:#78E3AB;;
}
.cta-digital-business{
    height: 200px;
}
.logo-bck-right{
    position: fixed;
    left:0;
}
.title-h3-pagecontent{
    font-size: larger;
    font-weight: 700;
}
.p-pagecontent{
    font-size: large;
    text-align: left;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active{
   display: flex; 
}
