
body {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(45,45,45,1) 0%, rgba(65,65,65,1) 100%);
}

.choice {
    height: 100vh;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    float: left;
    align-items: start;
    transition: width 0.5s;
    border-radius:3px;
}

.expand {
    width: 65%;
}

.unset {
    width: 16%;
    color: black !important;
    background-color: #ddd !important;
}

.small {
    background-image: none !important;
    width: 10%;
    cursor: pointer;
}

.small > div {
    opacity: 0;
}

.small > span {
    transform: rotate(270deg);
    margin-top: 5em;
    font-size: 1.5em;
    font-weight: bold;
    transition: transform 0.5s;
    width: 10em;
    text-shadow: 1px 1px 10px black;
}

.unset > div > p {
    opacity: 0;
}

.expand > div {
    opacity: 1;
    transition: opacity 1.5s;
}

.expand > span {
    transform: rotate(0deg);
    margin-top: 2em;
    margin-left: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
    transition: transform 0.5s;
    text-shadow: 1px 1px 10px black;
}

.expand > .content {
    text-align: justify;
    max-width: 460px;
}

.multimidiahouse {
    background-image:url('IMAGE/imagee.png');
    background-size: cover;
    background-color: #0c1116;
    background-repeat: no-repeat;
}

.landing-pages {
    background-image:url('IMAGE/image.png');
    background-size: cover;
    background-color: #17202a;
    background-repeat: no-repeat;
}

.dashboards {
    background-image:url('IMAGE/imageee.png');
    background-size: cover;
    background-color: #212f3d;
    background-repeat: no-repeat;
}

.aplicativos {
    background-image:url('IMAGE/imageeeee.png');
    background-size: cover;
    background-color: #2c3e50;
    background-repeat: no-repeat;
}

.gamificacao {
    background-image:url('IMAGE/imageeeeee.png');
    background-size: cover;
    background-color: #212f3d;
    background-repeat: no-repeat;
}

.ecommerce {
    background-image:url('IMAGE/imageeeeeee.png');
    background-size: cover;
    background-color: #17202a;
    background-repeat: no-repeat;
}

.carousel {
    height: 100vh;
}

.carousel-control-prev-icon {
    width: 1.5em !important;
    height: 1.5em !important;
}

.carousel-control-next-icon {
    width: 1.5em !important;
    height: 1.5em !important;
}

@media (max-width: 640px) {
    .container-desktop {
        display: none;
    }
    .container-mobile {
        display: block;
    }
    .content > p {
        text-align: justify;
    }
}

@media (min-width: 641px) {
    .container-desktop {
        display: flex;
        width: 100vw !important;
        height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100vw !important;
    }
    .container-mobile {
        display: none;
    }
}