/*!
Home Style Quebras
--------------------------------------------------------------*/
@media only screen and (max-width:1080px){
    #home-jeito-tech .block .desc {
        margin: 10px 7% 0 7%;
        line-height: 18px;
        font-size: 11px;
    }
    #home-jeito-tech .block .number {
        font-size: 210px;
        line-height: 210px;
    }
    #home-jeito-tech {
        height: 500px;
    }
    #home-jeito-tech .block .main-title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 45px;
    }
    #home-jeito-tech .block .main-desc {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
}
@media only screen and (max-width:998px){
    #home-jeito-tech {
        height: auto;
    }
    #home-jeito-tech .bg-orange {
        width: 100%!important;
        text-align: center;
        padding: 5vw;
        height: auto;
    }
    #home-jeito-tech .block {
        width: 25%;
        float: left;
        height: auto;
    }
    #home-jeito-tech .block .main-title {
        font-size: 3vw;
        line-height: 3.5vw;
        margin: 0;
        width: 100%;
    }
    #home-jeito-tech .block .main-desc {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        letter-spacing: .5px;
    }
    #home-jeito-tech .block:not(:first-child) {
        min-height: 500px;
    }
    #home-jeito-tech .block .number {
        margin-top: 10%;
    }
    #home-jeito-tech .block .title {
        font-size: 20px;
    }
    #home-jeito-tech .block .title .sub {
        font-size: 14px;
    }
    #home-jeito-tech  .swiper-wrapper {
        display: block!important;
        box-sizing: inherit!important;
    }
}
@media only screen and (max-width:767px){
    #home-jeito-tech .block {
        width: 50%;
    }
    #home-jeito-tech .block:not(:first-child) {
        min-height: 430px;
    }
    #home-jeito-tech .bg-white:nth-child(5) {
        background-color: rgba(0, 0, 0, 0.95) !important;
        color: #FFF;
    }
    #home-jeito-tech .bg-black:nth-child(4) {
        background-color: rgba(255, 255, 255, 0.95) !important;
        color: #000;
    }
    #home-jeito-tech .block .desc { 
        font-size: 12px;
        line-height: 20px;
        margin: 1.9vw 1.4vw 0;
    }
    #home-jeito-tech .block .number {
        line-height: 177px;
    }
}

@media only screen and (max-width:600px){
    #home-jeito-tech .block .main-desc {
        margin-top: 10px;
    }
    #home-jeito-tech .block {
        padding-bottom: 30px;
    }
    #home-jeito-tech .block .title,
    #home-jeito-tech .block .desc {
        margin: 1.9vw 8% 0;
    }
}

@media only screen and (max-width:599px){
    #home-jeito-tech .block .main-title {
        font-size: 4vw;
        line-height: 4.5vw;
    }
    #home-jeito-tech .block {
        width: 100%;
    }
    #home-jeito-tech .bg-black:nth-child(4){
        background-color: rgba(0, 0, 0, 0.95) !important;
        color: #FFF;
    }
    #home-jeito-tech .bg-white:nth-child(5){
        background-color: rgba(255, 255, 255, 0.95) !important;
        color: #000;
    }
    #home-jeito-tech .block .number {
        font-size: 40vw;
        line-height: 40vw;
    }
}

@media only screen and (max-width:459px){
    #home-jeito-tech .block .number {
        font-size: 50vw;
        line-height: 50vw;
    }
}

@media only screen and (max-width:359px){
    #home-jeito-tech .block .main-desc {
        margin-top: 5px;
    }
    #home-jeito-tech .block .main-desc {
        font-size: 10px;
        line-height: 14px;
    }
    #home-jeito-tech .block:not(:first-child) {
        min-height: 400px;
    }
}

@media only screen and (max-width:329px){
    #home-jeito-tech .block .main-desc {
        font-size: 8px;
        line-height: 10px;
    }
    #home-jeito-tech .block:not(:first-child) {
        min-height: 370px;
    }
}
