﻿.bgBannerInternoMenor::before {
    background-image: url(../images/nuvensFundoASigeCloud.jpg);
    min-height: 88vh;
    transform-origin: center 99vh 0;
}
.bgBannerInternoMenor {
    padding-top: 31vh;
}
.bgBannerInternoMenor h1{
    width: 70%;
    font-weight: 300;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2vh;
    letter-spacing: unset;
}
.numberBalls {
    margin-top: 17vh;
    z-index: 20;
}
.whiteBg{
    padding-top: 7rem;
}
.centro960 .textoPadrao{
    text-align: center;
}
.listaParceirosHome{
    margin-bottom: 10rem;
}
.listaParceirosHome a {
    width: 19%;
}
.biggerContent{
    width: 47%;
}
.biggerContent p{
   color: #004e7c;
   margin-top: 2rem;
}

.bgFuncionalidades {
    background: none;
    margin-top: 0px;
    padding-top: 220px;
}
.bgFuncionalidades .imgRight{
    width: 48%;
    height: 630px;
    background-image: url(../images/imgMarketplacesEcommercesSigeCloud.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
}
.bgFuncionalidades::before{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(../images/bgFuncionalidades2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 7rem;
    transform-origin: center center 0;
    z-index: -1;
    transform: translateZ(-0.2px) scale(1.7);
}
.bgFuncionalidades p{
    margin-bottom: 10rem;
}
.cloudsDown {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.sliderFotosSigeCloud{
    width: 100%;
}
.sliderFotosSigeCloud div{
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sliderFotosSigeCloud div a{
    height: 100%;
    width: 100%;
    background-color: #0052b4;
    opacity: 0.3;
}
.sliderFotosSigeCloud div a:hover{
    opacity: 0;
}
.sliderFotosSigeCloud .slick-dots {
    bottom: -62px;
}

.sliderFotosSigeCloud .slick-dots li.slick-active button:before {
        color: #2cc3ff;
    }

    .sliderFotosSigeCloud .slick-dots li button:before {
        color: #2cc3ff;
    }
    .bgFotosSigeCloud{
        position: relative;
        width: 100%;
        height: 340px;
        overflow: hidden;
    }
    .bgFotosSigeCloud .esq{
        left: 3vw;
    }
    .bgFotosSigeCloud .dir{
        right: 3vw;
    }
    
    .bgFotosSigeCloud .dir, .bgFotosSigeCloud .esq{
        width: 42px;
        height: 42px;
        background: #fff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-align: center;
        padding-top: 10px;
        position: absolute;
        cursor: pointer;
        -webkit-box-shadow: 0px 10px 44px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: 0px 10px 44px 0px rgba(0,0,0,0.23);
        box-shadow: 0px 10px 44px 0px rgba(0,0,0,0.23);
        bottom: 30px;
        z-index: 1000;
    }
    .bgFotosSigeCloud .dir svg, .bgFotosSigeCloud .esq svg{
        fill: #32b7df;
        width: 15px;
        display: block;
        margin: 3px 0 0 12px;
    }
    .bgFotosSigeCloud .dir svg{
        transform: rotate(180deg);
        margin-left: 14px
    }
    .bgFotosSigeCloud .dir:hover, .bgFotosSigeCloud .esq:hover {
        background: #15539c;
    }

    .bgFotosSigeCloud .dir:hover svg, .bgFotosSigeCloud .esq:hover svg{
            fill: #2cc3ff;
        }
        .bgPrincipios{
            width: 100%;
            display: -webkit-flex; /* Safari */
            -webkit-flex-wrap: wrap; /* Safari 6.1+ */
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding-top: 10rem;
            padding-bottom: 3rem;
        }
        .bgPrincipios .principios{
            width: 19vw;
            padding-left:2vw;
            padding-right:2vw;
            margin-bottom: 4rem;
        }
        .bgPrincipios p{
            text-align: center;
            margin-top: 3rem;
        }
        .bgComercial { 
            border-top: 1px solid #e5e5e5;
        }
@media only screen and (max-width: 1600px) {
    .bgPrincipios .principios {
        width: 26vw;
    }
}
@media only screen and (max-height: 950px) {
    .whiteBg {
        padding-top: 12rem;
    }
}
@media only screen and (max-width: 1440px) {
    .numberBalls {
        margin-top: 6rem;
    }
    .whiteBg {
        padding-top: 9rem;
    }
    .bgPrincipios .principios {
        width: 28vw;
    }
}
@media only screen and (max-width: 1366px) {
    .numberBalls {
        margin-top: 4rem;
    }
    .whiteBg {
        padding-top: 14rem;
    }
    .bgPrincipios .principios {
        width: 30vw;
    }
}
@media only screen and (max-width: 1280px) {
    .bgPrincipios .principios {
        width: 32vw;
    }
}
@media only screen and (max-width: 1023px) {
    .bgBannerInternoMenor {
        padding-top: 13rem;
        height: 46rem;
    }
    .bgBannerInternoMenor::before {
        transform-origin: center 76vh 0;
        min-height: 49rem;
    }
    .numberBalls {
        margin-top: 2rem;
        z-index: 20;
    }
    .whiteBg{
        padding-top: 14rem;
    }
    .listaParceirosHome{
        margin-bottom: 5rem;
    }
    .listaParceirosHome div{
        width: 39%;
        margin: 0 2%;
    }
    .treeColumns .bgTreeColumns:last-child{
        margin-bottom: 5rem;
    }
    .bgFuncionalidades{
        padding-top: 150px;
        padding-bottom: 5rem;
        display: flex;
        flex-direction: column-reverse;
    }
    .bgFuncionalidades::before {
        background-position: center 24rem;
    }
    .biggerContent{
        width: 100%;
        float: unset;
    }
    .bgFuncionalidades .imgRight {
        width: 100%;
        float: unset;
        height: 270px;
    }
    .leftFotosSige, .rightFotosSige{
        display: none;
    }
    .bgFotosSigeCloud {
        height: 210px;
    }
    .sliderFotosSigeCloud div {
        height: 160px;
    }
    .bgPrincipios{
        padding-left: 8vw;
        padding-right: 8vw;
        padding-top: 5rem;
    }
    .bgPrincipios .principios{
        width: 100%;
        padding: 0;
    }
    .bgFuncionalidades p{
        margin-bottom: 3rem;
    }
    
}