.page-section {
    padding: 60px 0;
}
.bg-cinza {
    background: #171717;
}
.modulo-maquinas .single-item h3 {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
}
.modulo-maquinas .single-item .imagem {
    margin-bottom: 30px;
}
.modulo-maquinas .single-item a {
    background: #337ab7;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 13px 35px;
    border-radius: 30px 0;
}
.modulo-maquinas .single-item a:hover {
    background: #337ab7;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.section-equipe {
    text-align: center;
    padding: 60px 20px;
}
.section-equipe h2 {
    font-size: 28px;
    font-weight: 400;
    color: #ddd;
    letter-spacing: 3px;
    margin-bottom: 10px;
    margin-top: 0;
}
.section-equipe h2 span {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.section-equipe h2 span strong {
    color: #0af;
}
.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.modulo-equipes .card {
    background: #1a1a1a;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.4);
    border: 1px solid #fff;
}
.modulo-equipes .card img {
    width: 80px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
}
.card-content {
    flex: 1;
}
.card-content p.quote {
    font-size: 40px;
    color: #0af;
    margin: 0 0 1px 0;
    line-height: 10px;
}
.card-content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.card-content span {
    display: block;
    font-size: 13px;
    color: #0af;
    margin-bottom: 5px;
}
.card-content p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
    line-height: 1.4;
}
.section-bloco {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloco-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.bloco-text {
    text-align: center;
    max-width: 500px;
}
.bloco-img img {
    max-width: 100%;
    height: auto;
}
.footer {
    background: #0d0d0d;
    color: #fff;
    padding: 60px 10% 20px;
    font-family: Arial, sans-serif;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-left {
    max-width: 45%;
}
.footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
}
.footer-left p {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 20px;
}
.footer-social a {
    display: inline-block;
    color: #fff;
    font-size: 17px !important;
    transition: 0.3s;
    background: #2196f3;
    margin-right: 6px;
    padding: 6px;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.footer-social a:hover {
    background: #fff;
    color: #2196f3;
}
.footer-right h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-right h4 {
    color: #0af;
    margin: 15px 0 5px;
}
.footer-right p {
    font-size: 14px;
    margin: 5px 0;
    color: #ccc;
}
.footer-right i {
    margin-right: 8px;
    color: #0af;
}
.footer-bottom {
    border-top: 1px solid #222;
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    color: #ccc;
}
.footer-bottom .footer-links a {
    margin-left: 15px;
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}
.footer-bottom .footer-links a:hover {
    color: #0af;
}
@media (max-width: 900px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-left,
    .footer-right {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom .footer-links {
        margin-top: 10px;
    }
}
.hero {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 8%;
}
.hero-content {
    z-index: 2;
}
.hero-content h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.hero-content h2 {
    margin: 0;
}
.hero-content h1 span {
    color: #0da6ff;
}
.hero-content h2 span {
    color: #0da6ff;
    font-size: 45px;
}
.hero-content p {
    margin: 20px 0;
    font-size: 22px;
    color: #fff;
}
.hero .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0da6ff;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    padding: 13px 35px;
    border-radius: 30px 0;
}
.hero img {
    max-width: 600px;
    width: 100%;
    z-index: 2;
}
@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }
    .hero img {
        margin-top: 20px;
    }
}
.section-bloco.bg-cinza h4,
.section-bloco.bg-cinza h1,
.section-bloco.bg-cinza p {
    color: #fff;
}
.modulos-revolucione h4 {
    font-size: 27px;
    margin: 0;
    font-weight: 100;
}
.modulos-revolucione h1 {
    margin: 15px 0;
    font-size: 36px;
    font-weight: 400;
}
.modulos-revolucione h1 span {
    font-size: 42px;
    color: #0af;
}
.modulos-revolucione p {
    font-size: 22px;
    margin-bottom: 15px;
}
.modulos-revolucione a {
    background: #337ab7;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 13px 35px;
    border-radius: 30px 0;
    display: block;
    width: fit-content;
    margin: 25px auto 0;
}
.modulos-revolucione a:hover {
    background: #337ab7;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
}
footer.footer a,
footer.footer p {
    font-size: 17px;
}
.pt-0 {
    padding-top: 0px !important;
}
.bg-color .bloco-text h4,
.bg-color .bloco-text h1,
.bg-color .bloco-text p {
    color: #fff;
}
.modulos-revolucione.bg-color h1 span {
    color: #fff;
}
h2.tituloPad002 {
    font-size: 28px;
    font-weight: 400;
    color: #ddd;
    letter-spacing: 3px;
    margin-bottom: 30px;
    margin-top: 0;
}
h2.tituloPad002 span {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
h2.tituloPad002 span strong {
    color: #0af;
}
.color-white {
    color: #fff !important;
}
.modulo-marcas .single-item .imagem img {
    width: 100%;
}
.modulo-marcas .single-item .imagem {
    border-radius: 8px;
    overflow: hidden;
}
.page-section.modulo-marcas {
    padding-top: 20px;
    padding-bottom: 20px;
}
.modulo-maquinas ul {
    margin-bottom: 20px;
}
.modulo-maquinas ul li {
    color: #fff;
    text-align: left;
    font-size: 17px;
}

.modulo-maquinas .owl-carousel .owl-stage-outer {
    height: 750px;
}

.modulo-maquinas .single-item p.valorConsumo {
    font-size: 18px;
    color: #fff;
    margin: 10px 0px 20px;
    font-weight: 300;
}

.model-funcionamento img {
    width: 100px;
}

.parceiro-mobile,
.profissionalize-mobile {
    display: none;
}

footer a {
    color: #ccc;
    text-decoration: none;
}

footer a:hover {
    color: #0af;
    text-decoration: none;
}