@media (min-width: 1300px) and (max-width: 1600px) {
    .hero-content {
        position: relative;
        left: 140px;
    }
    .hero img.maquina265 {
        position: relative;
        right: 10px;
        width: 520px;
    }
}
@media (min-width: 1900px) and (max-width: 2700px) {
    .hero-content {
        position: relative;
        left: 300px;
    }
    .hero img.maquina265 {
        position: relative;
        right: 150px;
    }
}
@media (min-width: 300px) and (max-width: 600px) {
    .hero-content h1 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .hero-content h2 span {
        font-size: 28px;
    }
    .hero-content p {
        font-size: 17px;
        color: #fff;
    }
    .spaceTopMobile20 {
        margin-top: 20px;
    }
    .modulo-contadores p {
        font-size: 17px;
    }
    .modulo-contadores i {
        font-size: 50px;
    }
    .modulo-contadores h4 {
        font-size: 30px;
    }
    .modulos-revolucione.bg-color {
        background-repeat: no-repeat;
    }

    .modulo-maquinas .owl-carousel .owl-stage-outer {
	    height: 710px;
	}

	.parceiro-pc {
	    display: none;
	}

	.parceiro-mobile {
	    display: block;
	}

    .profissionalize-pc {
        display: none;
    }

   .profissionalize-mobile {
        display: block;
    }

    .bg-color {
        background-size: cover !important;
    }

    .modulo-equipes .card-content {
        flex: 1;
        margin-left: 11px;
    }

    .footer {
        padding: 40px 2%;
    }
}