section {
    position: relative;
}

.mc-cover {
    background-image: url("../assets/home_cover.png");
    height: 100vh;
}

#sectionNumbers {
    padding-bottom: 8%;
    padding-top: 8%;
}

#sectionNumbers .img-wrapper {
    padding-bottom: 10%;
    padding-top: 15%;
}

#sectionNumbers .img-wrapper > img {
    height: 7.23vmin;
}

.section-27-row-1-wrap {
    background: linear-gradient(90deg, #fa1763, #d92467 64%, white 64%);
    height: 60vmin;
    /* Flexbox */
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

.mc-store-wrap {
    color: white;
    /* Flexbox */
    align-self: center;
    padding-top: 2.5em;
}

.store-redirect {
    margin-top: 12%;
    margin-bottom: 12%;
    /* Flexbox */
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

.store-redirect img {
    height: 45px;
}

@media (min-width: 601px) and (max-width: 992px) {

    .store-redirect img {
        height: 50px;
    }
}

@media (min-width: 993px) {

    .store-redirect img {
        height: 45px;
    }
}

.mc-smartphone-wrap img {
    height: 70vmin;
}

.home-bg-1 {
    background-image: url("../assets/home_9847.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-flex-1 {
    display: flex;
    align-items: center;
}

@media (max-width:992px){
    .section-27-row-1-wrap {
        background: linear-gradient(180deg, #fa1763, #d92467 64%, white 64%);
        height: auto;
        padding: 15% 0;
        /* Flexbox */
        flex-flow: column nowrap;
    }

    .store-redirect {
        flex-flow: column nowrap;
        align-items: center;
    }

    .store-redirect img:last-child {
        margin-top: 16px;
    }

    .mc-smartphone-wrap {
        text-align: center;
    }

    .mc-smartphone-wrap img {
        height: auto;
        width: 80%;
    }

    .home-bg-1 {
        height: 70vh;
    }

    .home-flex-1 {
        padding: 15% 0;
    }
}

@media (min-width:993px){
    .section-27-row-2-wrap {
        height: 76.4vmin;
    }

    .section-27-row-2-wrap > div {
        height: 100%;
    }
}

.mc-carousel-services {
    padding: 0 10%;
}

.section-36 {
    padding: calc(9vmin + 3.5%) 0;
}

.mc-carousel-backers {
    padding: 3.5% 8px 0;
}

.mc-carousel-backers div.wrap {
    height: 15vmin;
}

.mc-carousel-backers div.wrap img {
    display: inline;
    height: 100%;
}

#sectionCalltoContact {
    background-color: var(--color-gray-bg);
    padding: 10%;
}

#sectionCalltoContact > div.wrap {
    background-color: white;
}

#sectionCalltoContact .w3-cell {
    width: 50%;
}

#sectionCalltoContact .w3-cell:last-child {
    padding: 8.33333%;
}

#sectionCalltoContact img {
    width: 100%;
}

@media (min-width:601px) {
    #sectionCalltoContact > div.wrap {
        padding: 5% 0;
    }
}

/* Owl.carousel overrides */
.owl-carousel .owl-item img {
    width: auto;
}

/*Carrousel Hover*/
.mc-button .img-cnpq:hover{
    content: url("../assets/backer/cnpq-rosa.svg");
}

.mc-button .img-magalu:hover{
    content: url("../assets/backer/magalu-rosa.svg");
}

.mc-button .img-porto_digital:hover{
    content: url("../assets/backer/porto_digital-rosa.svg");
}

.mc-button .img-tgc:hover{
    content: url("../assets/backer/tgc-rosa.svg");
}

.mc-button .img-avon:hover{
    content: url("../assets/backer/avon-rosa.svg");
}

.mc-button .img-ylai:hover{
    content: url("../assets/backer/ylai-rosa.svg");
}

.mc-button .img-comoregistrar:hover{
    content: url("../assets/backer/comoregistrar-rosa.svg");
}

.mc-button .img-spencer:hover{
    content: url("../assets/backer/spencerconsultores-rosa.svg");
}