        * {
            box-sizing: border-box; 
        }
        body {
            overflow-x: hidden; 
        }

        body, header, section {
            position: relative;
            z-index: 1; 
        }

        .background-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; 
            background-image: url('../images/fundob.jpg'); 
            background-size: cover;
            opacity: 0.8;
            z-index: -1; 
        }

        .header, .steps, .footer {
            text-align: center;
        }

        .info-section {
            text-align: left;
        }

        .info-text {
            font-size: 1.3rem;
            margin-top: 100px;
        }

        .steps img, .info-section img {
            width: 100%;
            height: auto;
        }

        /* LOGOS E HEADINGS */
        .logo {
            width: 200px;
        }

        .logofooter {
            width: 300px;
            margin-top: -50px;
            float: left;
            margin-left: 60px;
        }

        .footer-content {
            width: 300px;
            margin-top: 20px;
            float: left;
            margin-left: 60px;
        }

        h2 {
            font-family: Avenir, sans-serif;
            text-transform: uppercase;
            color: #175540;
        }

        h3 {
            font-family: Avenir, sans-serif;
            text-transform: uppercase;
            color: #ffffff !important;
        }

        ul {
            list-style: none;
        }

        .back {
            padding: 0.5em 1em; 
            margin: 0 auto;
            background-color: #28a745; 
            color: #ffffff;
            text-align: center;
            display: inline-block; 
        }

        .produtoImg {
            margin-top: -160px;
        }

        .produtoImg img {
            width: 85%;
        }
        

        .equipeImg {
            width: 800px; 
            margin-left: -160px;
            margin-top: -160px;
            max-width: none; 
        }


        .steps {
            text-align: center;
        }

        .step {
            height: 300px;
            width: 250px;
            position: relative;
            padding: 20px;
            background-image: url('../images/step.png'); 
            display: inline-block;
        }

        .step-number {
            padding-bottom: 10px;
            position: absolute;
            top: 50%;
            left: -45px;
            transform: translateY(-50%);
            font-size: 10rem; 
            font-weight: bold;
            color: transparent; 
            -webkit-text-stroke: 1px #28a745; 
            line-height: 1; 
            border-radius: 8px; 
        }

        .step-content {
            padding-top: 10px;
        }

        .step img {
            width: 80px; 
            margin: 10px 0;
        }

        .step p {
            font-size: 1rem;
            margin: 0;
        }

        .step:hover {
            transform: scale(1.05); 
        }

        .entrega { 
            height: 100%; 
            padding: 20px;
            background-image: url('../images/entregaborder.png');
            background-size: 90%;
            background-repeat: no-repeat;
            display: block;
            align-items: center;
            margin-top: 30px;
        }

        .entrega img {
            width: 100px;
            margin-top: 10px;
            margin-left: -60px;
        }

        .entrega-content {
            text-align:center;
            font-size: 1.7rem;
            margin-top: -90px;
            margin-left: -70px;
        }

        .whatsapp-float {
            padding-top: 5px;
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 20px;
            right: 20px;
            background-color: #25d366;
            color: white;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
            z-index: 1000;
        }

        @media (max-width: 480px) {
            
            h3 {
                font-size: 1.2rem;
            }
            h2 {
                margin-top: -20px;
                font-size: 1.9rem;
                font-family: Avenir, sans-serif;
                text-transform: uppercase;
                color: #175540;
                margin-bottom: -40px;
            }

            .back {
                text-align: left;
                background-color: #28a745;
                color: #ffffff;
            }

            .equipeImg {
                width: 150%;
                height: auto;
                margin-top: 80px;
                margin-left: -25%; 
            }

            .produtoImg {
                margin-top: -80px;
            }

            .produtoImg img {
                width: 100%;
            }

            .step {
                width: 100%;
                height: auto;
                background-image: url('../images/step-cel.png'); 
                background-repeat: no-repeat;
                background-size: 100%;
                padding: 40px;
            }

            .steps {
                margin-top: -30px;
            }

            .step-number {
                font-size: 5rem; 
                left: -15px;
                color: #28a745; 
                -webkit-text-stroke: 1px transparent;
            }
            
            .step-content {
                padding-top: 20px;
            }

            .step-content p {
                margin-top: -10px;
            }
            
            .step img {
                width: 70px; 
                margin-top: -20px;
                float: left;
                margin-left: 20px;
            }

            .remove-on-mobile {
                display: none;
            }

            .botao {
                padding: 20px;
            }

            .info-text {
                font-size: 1.3rem;
                margin-top: -5px;
            }

            .produtoImg {
                margin-top: 0px;
            }

            .entrega { 
                background-size: 95%;
                margin-left: 20px;
            }
        
            .entrega-number img {
                width: 65px;
                height: 65px;   
                margin-top: -5px;
                margin-left: -40px;
            }

            .entrega-content {  
                font-size: 1.5rem;
                margin-top: -60px;
                margin-left: 0px;
            }
            
            .whatsapp-float {
                bottom: 20px;
                right: 20px;
            }

            .logofooter {
                margin-left: 40px;
            }
            
            .footer-content {
                margin-left: 40px;
            }
            
            .background-image {
                background-image: url('../images/fundocel.jpg'); 
                background-size: 100%;
                background-repeat: no-repeat;
            }
        }