body {
	background-color: #E0E0E0
}

body::before {
    content: ""; 
    background-image: url('https://wmmaquinasdeblocos.com.br/wp-content/uploads/2025/11/gervasi-fundo2.png');
    background-size: contain;
    background-position-y: bottom;
    background-position-x: left;
    background-repeat: no-repeat;
    background-color: #E0E0E0;
    position: absolute;
    opacity: 0.3;  
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
}

/** Orange header */
.header {
    padding: 40px 0 0 0 !important;
}

/* Logo */
.logo {
	margin-bottom: -50px !important;
}
.logo figure img {
	max-width: 395px !important;
}

/* Highlighted image */
.highlighted-img figure img {
    max-width: 800px !important;
}

/* Title and description */
.title h1 {
    max-width: 750px;
    font-weight: bolder !important;
    margin: 10px auto 0 auto;
    font-size: 36px;
    line-height: 46px;
}
.description {
    max-width: 900px;
    margin: 20px auto;
    font-size: 20px;
    line-height: 32px;
}

/* Catalogo mockup */
.catalog figure img {
    max-width: 450px !important;
    margin-bottom: -40px;
}

.features {
	max-width: 300px;
    margin: 0 auto;
}

/* This applies to screen widths of 991px or less (tablet and smartphones) */
@media (max-width: 991px) {      
    
    /** Logo */
    .logo {
    	margin-bottom: -40px !important;
    }
    .logo .zpimage-mobile-fallback-fit figure img {
        max-width: 295px !important;
        max-inline-size: 295px !important;
    }
    
    /* Highlighted image */
    .highlighted-img figure img {
        max-width: 400px !important;
    }

    /* Title and description */
    .title h1 {
        max-width: auto;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    .description {
        max-width: auto;
        font-size: 18px;
        line-height: 26px;
    }
    
    /** Catalog mockup */
    .catalog .zpimage-mobile-fallback-fit figure img {
        max-width: 350px !important;
        max-inline-size: 350px !important;
    }
    
    /** Form */
    iframe {
    	display: table !important;
        margin:  auto !important;
    }
}