 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html, body {
            height: 100%;
        }

        body {
            display: flex;
            flex-direction: column;
        }

        .header {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            position: relative;
        }

        .header-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: auto;
        }

        .content {
            flex: 1;
            display: flex;
            flex-direction: column;
            padding: 24px;
            background: linear-gradient(to bottom, #d3e9f4, #ffffff, #d3e9f4);
            color: #7c4d26;
            min-height: calc(100vh - 210px);
        }
        .content_btn{
            flex: 1;
            display: flex;
            flex-direction: column;
            padding: 24px;
            color: #7c4d26;
        }
        .pedido-form {
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 720px;
        }
        .form-row {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
        }
        .form-row label {
            min-width: 140px;
        }
        .form-row label h2 {
            margin: 0;
        }
        .form-row input[type="text"],
        .form-row input[type="tel"],
        .form-row textarea {
            flex: 1;
            min-width: 220px;
            padding: 10px 12px;
            border: 1px solid #ccc;
            border-radius: 10px;
            font-size: 1rem;
        }
        .form-row--submit {
            justify-content: flex-end;
        }
        @font-face {
        src: url(RozhaOne-Regular.ttf);
        font-family: RozhaOne;
        }
        @font-face {
        src: url(Kudryashev20%Display20%Sans.ttf);
        font-family: Kudryashev;
        }
        .texto_principal{
            font-family: AdirekSans;
            text-align: justify;
            white-space: pre-line;
            word-wrap: break-word;
            font-size: 1.1rem;
            line-height: 1.6;
        }
        .preserve-intro {
            white-space: pre-wrap;
            line-height: 1.4;
        }
        .Kudryashev{
            font-family: Kudryashev;
        }
        .title{
            font-family: RozhaOne;
            white-space: pre-wrap;
        }
        h2, h4, h7, p {
            font-family: AdirekSans;
            text-align:justify;
        }
        .enviar{
            background-color: #8bdcf2;
            color: #7c4d26;
            border: 1px solid #67b9d1;
            padding: 8px 16px;
            border-radius: 12px;
            font-size: 0.95rem;
            cursor: pointer;
        }

        .footer {
            background-image: linear-gradient(to bottom, #8bdcf2, rgb(71, 197, 255));
            color: inherit;
            padding: 0;
            text-align: center;
        }

        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 30px;
            justify-content: flex-start;
        }

        .footer-column {
            width: 100%;
            text-align: center;
        }

        .footer-column.align-left {
            text-align: left;
        }

        .footer-column.align-right {
            text-align: right;
        }

        .footer-column h3 {
            margin-bottom: 10px;
            font-size: 0.95rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .footer-column p {
            line-height: 1.6;
            margin: 0 auto;
        }

        .footer-contact-item,
        .footer-social-item {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
        }

        .footer-column.align-right .footer-contact-item,
        .footer-column.align-right .footer-social-item {
            justify-content: flex-end;
        }

        .footer-icon {
            width: 10%;
            height: 10%;
            object-fit: contain;
            display: inline-block;
        }

        .footer-image {
            max-width: 100%;
            max-height: 220px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .logo {
            width: 100%;
            height: auto;
            display: block;
        }

        .nav-buttons {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 0 auto 20px;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.48);
            border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 32px;
            padding: 14px;
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            width: fit-content;
            max-width: 100%;
        }

        .btn,
        .btn_blog {
            background: rgba(139, 220, 242, 0.95);
            border: 1px solid rgba(67, 185, 209, 0.5);
            padding: 14px 18px;
            font-size: 0.94em;
            font-family: Kudryashev;
            font-weight: bold;
            color: #ffffff;
            text-decoration: none;
            border-radius: 999px;
            cursor: pointer;
            transition: transform 0.22s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
            min-width: 130px;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.3);
        }
        .btn_blog{
            background: #7c4d26;
            border: 1px solid #3b2512;
            color: #8bdcf2;
        }

        .btn:hover,
        .btn.active {
            animation: pop 0.3s ease-out;
            background-color: rgba(69, 215, 255, 0.95);
            color: #7c4d26;
            border-bottom: none;
            transform: translateY(-1px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
        }
        .btn_blog:hover {
            animation: pop 0.3s ease-out;
            background-color: #c69f7f;
            color: rgba(69, 215, 255, 0.95);
            border-bottom: none;
            transform: translateY(-1px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
        }

        .page-grid {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 28px;
            align-items: start;
        }

        .page-copy {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .page-image {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .side-image {
            width: 100%;
            max-width: 100%;
            height: auto;
            border-radius: 24px;
            object-fit: cover;
            margin-left: 0;
            display: block;
        }

        @media (max-width: 980px) {
            body {
                font-size: 14px;
            }

            .content {
                padding: 16px;
                min-height: auto;
            }

            .page-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .page-image {
                width: 100%;
                position: relative;
                height: 300px;
                order: 2;
            }

            .page-copy {
                order: 1;
            }

            .side-image {
                width: 100%;
                height: 100%;
            }

            .img-1,
            .img-2,
            .img-3,
            .img-4,
            .img-5,
            .img-6,
            .img-7,
            .img-8 {
                position: relative !important;
                top: auto !important;
                left: auto !important;
                right: auto !important;
                width: 100% !important;
                max-width: 100%;
                height: auto;
                margin: 16px auto;
                display: block;
            }

            .nav-buttons {
                gap: 8px;
                padding: 10px;
            }

            .btn,
            .btn_blog {
                padding: 10px 14px;
                font-size: 0.8em;
                min-width: 100px;
            }

            .texto_principal {
                font-size: 0.95rem;
            }

            .footer-icon {
                width: 15px;
                height: 15px;
            }

            .footer-column h3 {
                font-size: 0.85rem;
            }

            .footer-column p {
                font-size: 0.85rem;
            }

            .pedido-form {
                max-width: 100%;
            }

            .form-row {
                flex-direction: column;
                align-items: stretch;
            }

            .form-row label {
                min-width: auto;
            }

            .form-row input[type="text"],
            .form-row input[type="tel"],
            .form-row textarea {
                min-width: auto;
            }
        }

        @media (max-width: 600px) {
            .content {
                padding: 12px;
                min-height: auto;
            }

            .page-grid {
                gap: 12px;
            }

            .page-image {
                height: 250px;
            }

            .nav-buttons {
                gap: 6px;
                padding: 8px;
            }

            .btn,
            .btn_blog {
                padding: 8px 10px;
                font-size: 0.75em;
                min-width: 80px;
            }

            .texto_principal {
                font-size: 0.9rem;
            }

            h2, h4, h7, p {
                font-size: 0.95rem;
            }

            .footer-column h3 {
                font-size: 0.8rem;
            }

            .footer-column p {
                font-size: 0.8rem;
            }
        }

        @keyframes pop {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.2);
            }
            100% {
                transform: scale(1.1);
            }
        }
        .img-1,
        .img-2,
        .img-3,
        .img-4,
        .img-5,
        .img-6,
        .img-7,
        .img-8 {
            height: auto;
            position: absolute;
            object-fit: cover;
        }
        .img-1 {
            width: 50%;
            top: 25%;
            right: 5%;
        }
        .img-2 {
            width: 50%;
            top: 45%;
            left: 5%;
        }
        .img-3 {
            width: 40%;
            top: 43%;
            left: 5%;
        }
        .img-4 {
            width: 50%;
            top: 45%;
            right: 1%;
        }
        .img-5 {
            width: 35%;
            top: 45%;
            right: 5%;
        }
        .img-6 {
            width: 50%;
            top: 45%;
            left: 5%;
        }
        .img-7 {
            width: 35%;
            top: 45%;
            right: 5%;
        }
        .img-8 {
            width: 45%;
            top: 42.5%;
            left: 5%;
        }
            
