            /*Estilização*/
            @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                list-style: none;
                text-decoration: none;
            }

            html {
                font-family: 'Open Sans', sans-serif;
                scroll-behavior: smooth;
            }

            body {
                background: #f8f8f8;
            }

            img {
                width: 100%;
            }

            .div-header {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 10px;
                font-size: 20px;
                padding: 30px 0;
                background-color: #f8f8f8;
            }

            .div-header h3 span {
                color: black;
            }

            .div-header h3 {
                color: orange;
            }

            .cart {
                margin-top: 30px;
                border: 1px solid #ccc;
                padding: 20px;
            }

            .cart {
                background-color: #fff;
                border: 2px solid #ddd;
                border-radius: 8px;
                padding: 20px;
                width: 300px;
                /* Ajuste conforme necessário */
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }

            .cart h2 {
                margin-bottom: 15px;
                font-size: 24px;
                color: orange;
            }

            .cart h4 {
                margin-bottom: 15px;
                font-size: 24px;
                color: black;
            }

            .cart-items {
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .cart-items li {
                margin-bottom: 10px;
                font-size: 16px;
                color: black;
            }

            .total {
                font-size: 20px;
                font-weight: bold;
                color: orange;
                margin-top: 15px;
            }

            .cart-items li span {
                float: right;
                color: orange;
            }


            /*Estilo do botão de cancelar*/
            .cancel-purchase {
                background-color: red;
                color: white;
                border: none;
                padding: 8px 16px;
                cursor: pointer;
                border-radius: 4px;
                font-size: 16px;
            }

            .cancel-purchase:hover {
                background-color: crimson;
                transition: 0.3s ease-in-out;
                transform: translate(5px);
            }

            /*Estilo do botão de finalizar compra*/
            .finalize-purchase {
                background-color: green;
                color: white;
                border: none;
                padding: 10px 20px;
                font-size: 16px;
                cursor: pointer;
                border-radius: 5px;
                text-decoration: none;
            }

            .finalize-purchase:hover {
                background-color: green;
                transition: 0.3s ease-in-out;
                transform: translate(5px);
            }

            /*Estilo do link do botão finalizar compra*/
            a {
                color: white;
                text-decoration: none;
            }

            .nav-container {
                width: 100%;
                height: 110px;
                background: linear-gradient(to bottom right, rgba(0, 0, 0, .30), rgba(0, 0, 0, .30));
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0 100px;
                position: absolute;
            }

            .nav-container .logo {
                width: 80px;
            }

            .nav-container .logo img {
                border-radius: 50%;
            }

            .hamburger {
                display: none;
            }

            .nav-bar ul {
                display: flex;
            }

            .nav-bar ul li a {
                display: block;
                color: white;
                font-size: 15px;
                padding: 10px 25px;
                border-radius: 25px;
                transition: .5s;
                margin: 0 10px;
            }

            .nav-bar ul li a:hover {
                color: black;
                background: red;
            }

            header .content {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100vh;
                background: linear-gradient(to bottom right, rgba(0, 0, 0, .50), rgba(0, 0, 0, .50)),
                    url(../imgs/fundopizza.jpg);
                /* Fundo principal (Inicial) */
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: fixed;
                color: white;
                text-align: center;
            }

            header .content label {
                font-size: 20px;
            }

            /* Botão inicial */
            button {
                padding: 10px 20px;
                font-size: 16px;
                font-weight: bold;
                color: #fff;
                background-color: orange;
                border: none;
                border-radius: 5px;
                cursor: pointer;
                transition: background-color 0.3s;
                outline: none;
            }

            /* Estilo do hover no botão */
            button:hover {
                background-color: red;
            }

            /* Sobre a pizzaria */
            .about-box {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 30px;
                background-color: #f8f8f8;
            }

            .about-box .about-image {
                margin-right: 50px;
                width: 400px;
            }

            .about-box .about-body {
                width: 600px;
            }

            .about-box .about-body {
                font-size: 17px;
            }

            .about-box .about-body h3 {
                color: orange;
                position: relative;
                bottom: 30px;
                font-size: 23px;
            }

            .about-body p {
                line-height: 30px;
            }

            /* Serviços */
            .services-box {
                background-color: #F8F8F8;
            }

            .services-title {
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                flex-direction: column;
                padding: 30px;
            }

            .services-box .services-title h2 {
                margin: 10px;
                color: orange;
            }

            .services-box {
                background-color: #F8F8F8;
            }

            .services-title {
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                flex-direction: column;
                padding: 30px;
            }

            .services-box .services-title h2 {
                margin: 10px;
                color: orange;
            }

            .services-box .services-title h2 span {
                color: black;
            }

            .services-box .services-title label {
                display: inline-block;
                margin: 5px 0;
                font-size: 19px;
            }

            .services-item {
                display: flex;
                align-items: center;
                justify-content: space-between;
                text-align: center;
                padding: 20px 30px;
            }

            .services-items {
                padding: 50px;
            }

            .services-items img {
                width: 80px;
                margin-bottom: 10px;
            }

            .services-items h3 {
                font-size: 22px;
            }

            .services-items label {
                display: inline-block;
                margin-top: 10px;
                font-size: 17px;
            }

            /* Cardápio */
            .menu-box {
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #f8f8f8;
                padding: 20px;
                flex-wrap: wrap;
            }

            .menu-box .card {
                display: flex;
                padding: 30px 30px 15px 30px;
                background-color: #f2f2f2;
                position: relative;
                margin: 20px;
            }


            .menu-box .card-image img {
                width: 230px;
                height: 190px;
                transition: all .4s ease-in-out;
                cursor: pointer;
            }

            .menu-box .card-image img:hover {
                transform: scale(1.1);
            }

            .menu-box .card-body {
                padding: 20px;
            }


            .menu-box .card-body i {
                color: orange;
                font-size: 12px;
            }

            .menu-box .card-body label {
                margin-top: 5px;
            }

            .menu-box .card-body label.cash {
                display: block;
                font-weight: bold;
            }

            .menu-box .card-body label.del {
                display: block;
                font-weight: bold;
                text-decoration: line-through;
                margin-right: 10px;
            }

            .card-body button.add-to-cart {
                margin-top: 10px;
                background-color: orange;
                color: #fff;
                border: none;
                padding: 5px 10px;
                cursor: pointer;
                transition: background-color 0.3s ease;
            }

            .card-body button.add-to-cart:hover {
                background-color: #ff7f00;
                transition: 0.3s ease-in-out;
                transform: translate(5px);
            }

            /* Contatos */
            .contact {
                display: flex;
                flex-wrap: wrap;
                width: 100%;
                margin-top: 50px;
            }

            .contact .contact-box {
                flex: 1;
            }

            .contact .contact-box .contact-image,
            .contact .contact-box .contact-body {
                height: 100%;
            }

            .contact img {
                width: 100%;
                height: 100%;
            }

            .contact-image img {
                opacity: .8;
            }

            .contact-body {
                background-color: #F2F2F2;
                height: 100%;
            }

            .contact-body form {
                padding: 50px 40px;
                box-sizing: border-box;
            }

            .contact-body h3 {
                color: orange;
            }

            form .form-content {
                position: relative;
                margin: 30px 0;
                border-bottom: 2px solid lightgray;
            }

            form .form-content input {
                width: 100%;
                height: 40px;
                padding: 0 5px;
                font-size: 16px;
                border: none;
                background: none;
                outline: none;
                color: black;
            }

            form .form-content label {
                position: absolute;
                top: 50%;
                left: 5px;
                color: gray;
                transform: translateY(-50%);
                font-size: 17px;
                transition: .5s;
                pointer-events: none;
            }

            form .form-content span::before {
                content: '';
                position: absolute;
                top: 40px;
                left: 0;
                width: 0%;
                height: 2px;
                background: orange;
                transform: .4s;
            }

            form .form-content input:focus~label,
            form .form-content input:valid~label {
                top: -5px;
                color: orange;
            }

            form .form-content input:focus~span::before,
            form .form-content input:valid~span::before {
                width: 100%;
            }

            .contact-body form button {
                padding: 10px 20px;
                font-size: 17px;
                border: none;
                background-color: #ff6600;
                color: white;
                border: 5px;
                cursor: pointer;
                transition: all .4s ease-in;
            }

            .contact-body form button:hover {
                background-color: red;
                transition: 0.3s ease-in-out;
                transform: translate(5px);
            }

            /* Footer */

            .footer {
                background: #F2F2F2;
            }

            .footer-box {
                padding: 30px;
                display: flex;
                align-items: center;
                justify-content: space-around;
                flex-wrap: wrap;
                text-align: center;
            }

            .footer-box .icon a i {
                margin-top: 10px;
                margin-right: 10px;
                padding: 10px;
                color: black;
                background-color: #dcdcdc;
                border-radius: 50%;
                text-align: center;
            }

            .footer-box .icon a i:hover {
                background-color: red;
            }

            .footer-box h3 {
                position: relative;
                bottom: 23px;
                color: orange;
            }

            .footer-box .f-div {
                padding: 20px;
                margin: 20px 30px;
            }

            .footer-box .f-div h4 {
                margin-bottom: 5px;
                font-size: 16px;
                color: orange;
            }

            .footer-box .f-div a {
                font-size: 16px;
                color: black;
            }

            /* Responsividade */

            @media (max-width: 1100px) {
                .about-box {
                    flex-direction: column;
                    text-align: center;
                }
            }

            .about-box .about-image {
                margin-right: 0;
            }

            .about-box .about-body {
                margin-top: 60px;
            }

            .about-box .about-body h3 {
                text-align: center;
            }

            /* Responsividade menu Hamburguer */
            @media (max-width: 900px) {
                .hamburger {
                    display: block;
                    cursor: pointer;
                }
            }

            .hamburger .line {
                width: 30px;
                height: 3px;
                background: white;
                margin: 6px 0;
            }

            .nav-bar {
                height: 0;
                position: absolute;
                top: 110px;
                left: 0;
                right: 0;
                width: 100%;
                background: linear-gradient(to bottom right, #ffffff, #ffffff);
                transition: .5s;
                overflow: hidden;
            }

            .nav-bar.active {
                height: 250px;
            }

            .nav-bar ul {
                display: block;
                width: 20%;
                margin: 10px auto 0 auto;
                text-align: center;
                transition: .5s;
                opacity: 0;
            }

            .nav-bar.active ul {
                opacity: 1;
            }

            .nav-bar ul li a {
                margin-bottom: 12px;
            }

            .content .content-box h2 {
                font-size: 23px;
            }

            .content .content-box label {
                font-size: 15px;
            }

            .about-box .about-body h3 {
                font-size: 21px;
            }

            .about-box .about-body p {
                font-size: 15px;
                line-height: 30px;
            }

            .services-box .services-title h2 {
                font-size: 21px;
            }

            .services-box .services-title label {
                font-size: 16px;
            }

            .services-items h3 {
                font-size: 20px;
            }

            .services-items label {
                display: inline-block;
                margin-top: 10px;
                font-size: 16px;
            }

            .contact .contact-box {
                flex: 100%;
            }


            /* Responsividade Mobile */
            @media (max-width: 922px) {
                .services-item {
                    flex-direction: column;
                }
            }

            @media (max-width: 820px) {
                .footer-box .icon {
                    width: 100%;
                    display: block;
                    text-align: center;
                }
            }

            @media (max-width: 730px) {

                .nav-bar ul {
                    display: block;
                    width: 30%;
                    margin: 10px auto 0 auto;
                    text-align: center;
                    transition: .5s;
                    opacity: 0;
                }
            }

            .about-box .about-image {
                width: 350px;
            }

            .about-box .about-body {
                width: 500px;
            }

            .about-box .about-body {
                max-width: 300px;
            }

            .content .content-box h2 {
                font-size: 20px;
            }

            .content .content-box label {
                font-size: 14px;
            }

            /* Responsividade para cards não quebrar */
            @media (max-width: 570px) {
                .menu-box {
                    padding: 10px;
                }
            }

            .menu-box .card .card-body h4 {
                font-size: 14px;
            }

            .menu-box .card .card-body label {
                font-size: 13px;
            }

            .menu-box .card {
                padding: 20px 20px 5px 20px;
            }

            .menu-box .card-image img {
                width: 180px;
                transition: all .4s ease-in-out;
            }

            .menu-box .card-image img:hover {
                transform: scale(1.1);
            }

            .menu-box .card-body {
                padding: 20px;
            }

            .menu-box .card-body i {
                font-size: 10px;
            }

            .menu-box .card-body label.cash {
                font-size: 14px;
            }

            .menu-box .card-body .cash-div {
                display: flex;
            }

            .menu-box .card-body a {
                padding: 6px 12px;
                font-size: 12px;
            }

            .menu-box .card-body label.discount {
                font-size: 15px;
            }

            .div-header {
                font-size: 17px;
            }

            @media (max-width: 500px) {
                .about-box .about-image {
                    width: 300px;
                }

                .about-box .about-body {
                    width: 350px;
                }

                .nav-container {
                    padding: 0 50px;
                }



                .services-items img {
                    width: 60px;
                    margin-bottom: 10px;
                }

            }

            @media (max-width: 450px) {
                .menu-box {
                    padding: 5px;
                }

                .menu-box .card .card-body h4 {
                    font-size: 12px;
                }

                .menu-box .card .card-body label {
                    font-size: 11px;
                }

                .menu-box .card {
                    padding: 10px 10px 0px 10px;
                }

                .menu-box .card-image img {
                    width: 150px;
                    transition: all .4s ease-in-out;
                }

                .menu-box .card-image img:hover {
                    transform: scale(1.1);
                }

                .menu-box .card-body {
                    padding: 10px;
                }

                .menu-box .card-body i {
                    font-size: 8px;
                }

                .menu-box .card-body label.cash {
                    font-size: 12px;
                }


                .menu-box .card-body .cash-div {
                    display: flex;
                }

                .menu-box .card-body a {
                    padding: 5px 10px;
                    font-size: 11px;
                }

                .menu-box .card-body label.discount {
                    font-size: 12px;
                }

                .contact-box .contact-body form {
                    font-size: 14px;
                }

                .contact-box .contact-body form button {
                    padding: 10px 10px;
                    font-size: 14px;
                }

                .nav-bar ul {
                    width: 40%;
                }
            }

            /* Responsividade extras */

            @media (max-width: 430px) {
                .about-box .about-image {
                    width: 270px;
                }

                .about-box .about-body {
                    width: 200px;
                }

                .content .content-box h2 {
                    font-size: 18px;
                }

                .content .content-box label {
                    font-size: 14px;
                }

            }

            @media (max-width: 400px) {
                .content .content-box h2 {
                    font-size: 17px;
                }

                .content .content-box label {
                    font-size: 13px;
                }
            }