* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: rgb(64, 64, 150);
    --dark-blue: #1b1b3a;
    --white-color: #FFFFFF;
    --gap: 3rem;
    --orange: #f39200;
    --dark-orange: #d87900;
    color-scheme: only light;

}

body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

.header {
    padding: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', 'sans-serif';
    font-size: 2rem;
    color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'sans-serif';
}

h1 {
    font-size: 6rem;
    text-transform: uppercase;
}

h2 {
    font-size: 5rem;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

h3 {
    font-size: 5rem;
}

h4 {
    font-size: 4.5rem;
}

h5 {
    font-size: 4rem;
}

h6 {
    font-size: 3.5rem;
}

table {
    width: 100%;
    min-width: 35rem;
    border-collapse: collapse;
}

.desc-resultados {
    font-size: 2rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto 2rem;
}

table caption {
    font-style: italic;
    font-style: 1.4rem;
    text-align: left;
    margin-bottom: 0.8rem;
}

table td, table th {
    white-space: nowrap;
    padding: 0.8rem;
    border: 0.1rem solid lightgray;
    text-align: left;
}

tfoot {
    background-color: lightgray;
}

.container-table {
    overflow-x: auto;
    width: 100%;
}

.container-table table {
    width: 100%;
}

.main-bg {
    background-color: rgb(221, 232, 235);
}


.white-bg {
    background: var(--white-color);
    color: var(--primary-color);
}

.full-width {
    width: 100%;
    flex: 1 1 100%;
}

.main-content {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 4rem;
}

.section {
    min-height: 100vh;
}

.menu-spacing {
    height: 0rem;

}

.product-section {
    background-color: #f5f8fc;
    padding: 80px 40px;
    font-family: 'Arial', sans-serif;
}

.product-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}


.cta-button {
    display: inline-block;
    padding: 2rem 3rem;
    background-color: var(--orange);
    color: var(--white-color);
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
}

.cta-button:hover {
    background-color: var(--dark-orange);
}

.product-image {
    flex: 1 1 300px;
    text-align: center;
}

.product-image img {
    max-width: 100%;
    height: auto;
}


.logo {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.lightbox.hidden {
    display: none;
    pointer-events: none;
}

.carrossel {
    margin-top: 3rem;
    text-align: center;
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-images {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    align-items: stretch;
}

.carousel-images img {
    width: 100%;
    max-width: 33rem;
    margin: 0 0px;
    border-radius: 8px;
    flex-shrink: 0;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color);
    opacity: 0.8;
    color: var(--primary-color);
    border: none;
    font-size: 2.5rem;
    padding: 10px 15px;
    border-radius: 30%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    cursor: pointer;
    z-index: 1;
}


.carousel-images img.focused {
    transform: scale(1.5);
    z-index: 10;
    transition: transform 0.3s ease;
}

.carousel-images img.dimmed {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.carousel-img-wrapper {
    flex: 0 0 33rem;
    max-width: 33rem;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.carousel-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: 8px;
}

.carousel-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 4px;
    pointer-events: none;
}

#prev {
    left: 0;
}

#next {
    right: 0;
}

.h2-size {
    font-size: 4rem;
    text-align: center;
    margin-top: 4rem;
}

.highlight-title {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.highlight-title span {
    color: var(--dark-blue);
}

.qr-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
}

.qr-instructions {
    font-size: 2rem;
    color: #333;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.qr-video-grid {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 2rem;
    padding: 2rem;
}

.qr-text {
    text-align: center;
    grid-row: 1;
}

.qr-media {
    display: flex;
    align-items: center;
    gap: 5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.qr-code img {
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}

.qr-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 480px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.qr-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.faq-section {
    padding: 6rem 2rem;
}

.faq-container {
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    background: #f5f5f5;
    color: var(--orange);
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: #e0e0e0;
}

.faq-answer {
    padding: 1rem 1.5rem;
    display: none;
    font-size: 1.7rem;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    color: var(--dark-blue);
}

.faq-item.active .faq-answer {
    display: block;
}

.testimonials-section {
    padding: 4rem 2rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.testimonial-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
}

.testimonial-card.expanded {
    grid-column: 1 / -1;
    background-color: #f8f8f8;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: scale(1.01);
    max-width: 900px;
    margin: 0 0.5rem;
}

.testimonial-card.single-on-row {
    margin: 0 auto;
}


.testimonial-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.testimonial-name {
    font-weight: bold;
    margin-top: 1rem;
    color: #333;
}

.testimonial-text {
    font-style: italic;
    color: #555;
    margin-top: 0.5rem;
}

.testimonial-text-only {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


.footer {
    background-color: var(--dark-blue);
    color: white;
    padding: 4rem 2rem 2rem;
    font-size: 1.4rem;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    width: 120px;
    background-color: white;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.footer-logo:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}


.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links a,
.footer-contact a {
    color: var(--orange);
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-links a:hover,
.footer-contact a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.2rem;
    color: #ccc;
}

.footer h4 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: var(--orange);
}


.intro-content {
    position: relative;
    display: grid;
    padding-top: 3rem;
    grid-template-columns: 1fr 0.5fr;
    gap: var(--gap);
    min-height: 100vh;
    align-items: center;
}

.left-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    padding-right: 4rem;
    padding-left: 4rem;
    min-height: 100vh;
    align-items: center;
}

.right-content {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    padding-right: 3rem;
    padding-left: 3rem;
    min-height: 100vh;
    align-items: center;
}

.intro-text,
.intro-img {
    display: block;
    padding-bottom: 4rem;
    align-items: center;
    flex-flow: column wrap;
    justify-content: center;

}


.intro-text h2 span {
    color: var(--dark-blue);
}


.intro-text h2 {
    font-size: 4rem;
    color: #404096;

}

h2 .highlight {
    color: var(--orange);
}

.intro-text p {
    line-height: 1.6;
    font-weight: 500;
    color: #444;
    margin-bottom: 30px;
    text-align: justify;
}

.intro-img img {
    max-width: 100%;
    height: auto;
}

.intro-img-column {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    padding: 0rem 0;
}

.intro-img-column img {
    width: 240px;
    height: 320px;
    object-fit: contain;
    border-radius: 16px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.intro-img-column img:hover {
    transform: scale(1.03) rotate(-1deg);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.quem-somos {
    padding: 4rem 3rem;
    max-width: 960px;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 1.6rem;
}

.quem-somos h1 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

.quem-somos p {
    margin-bottom: 2.2rem;
    text-align: justify;
    color: var(--dark-blue);
}

.quem-somos .highlight {
    color: var(--dark-blue);
}

.section2 {
    position: relative;
    display: flex;
    padding: 6rem 2rem;
    display: flex;
    flex-flow: column nowrap;
    max-width: 80rem;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    gap: var(--gap);

}

.specs-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
}

.specs-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
    align-items: flex-start;
    max-width: 1000px;
    width: 100%;
}

.specs-list,
.finalidades-list {
    flex: 1 1 300px;
    min-width: 280px;
}

.specs-list h3,
.finalidades-list h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--primary-color, #2c2c8c);
    font-weight: 800;
}

.specs-list ul,
.finalidades-list ul {
    list-style: none;
    padding-left: 0;
}

.specs-list li,
.finalidades-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    line-height: 1.6;

}

.specs-list li::before,
.finalidades-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: var(--primary-color, #2c2c8c);
    font-size: 1.5rem;
}

.specs-list li strong {
    font-weight: 700;
    color: #111;
}

@media (max-width: 768px) {}


.section2 p {
    text-align: center;
}

.zoom-on-hover {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 12px;
    cursor: pointer;
}

.zoom-on-hover:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.lightbox.hidden {
    display: none;
    pointer-events: none;
}

#lightbox-img {
    transition: transform 0.2s ease;
    cursor: grab;
}

.container-top3 {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 4rem 3rem;
}

.container-top3 h2 {
    margin: 4rem 0;
    font-weight: 400;
}

.container-top3>p {
    margin-top: -3rem;
    margin-bottom: 4rem;
}

.grid-top3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    counter-reset: gridCounter;
    margin: 4rem 0;
    align-items: baseline;

}


.grid-top3 h3 {
    font-size: 2rem;
    position: relative;
    padding-left: 5rem;
    padding-bottom: 5rem;
    padding-top: 3rem;
    font-weight: 100;
}

.grid-top3 h3::before {
    counter-increment: gridCounter;
    content: counter(gridCounter);
    position: absolute;
    font-size: 7rem;
    font-style: italic;
    font-weight: 800;
    top: 0rem;
    left: -1rem;
    transform: rotate(5deg);
}

.container-gallery {
    display: flex;
    flex-flow: column wrap;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    display: flex;
    padding: 6rem 3rem;
}

.grid-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: var(--gap);
    margin-top: 4rem;
}


.grid-gallery h3 {
    font-size: 3rem;
    padding-left: 5rem;
    padding-bottom: 5rem;
    padding-top: 3rem;
    font-weight: 100;
}

.grid-img {
    height: 20rem;
    overflow: hidden;
}

.grid-img img {
    transition: all 300ms ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.grid-gallery img:hover {
    transform: translate(-3%, 3%) scale(1.2) rotate(5deg);
}

.product-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4rem;
    justify-content: center;
    padding: 6rem 2rem;
}

.product-image {
    flex: 1 1 300px;
    text-align: center;
}

.product-image img {
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}


.limpa-telha-section {
    background-color: #f4f6fb;
    padding: 60px 20px;
}

.container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.image-column {
    flex: 1 1 350px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.product-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content-column {
    color: #333;
    padding: 0 1rem;
}

.content-column h2 {
    font-size: 3.5rem;
    color: var(--primary-color);
    margin: 4.5rem 0;
    line-height: 1.3;
}

.content-column p {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    color: #444;
}

.benefits-list {
    list-style: none;
    padding: 2rem 0;
    margin: 0;
}

.benefits-list li {
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #222;
    line-height: 1.7;
    position: relative;
    padding-left: 1.8rem;
}

.benefits-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #009688;
    font-size: 1.2rem;
    line-height: 1.6;
}

.hero-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.carousel-wrapper {
    position: relative;
    height: 60vh;
}

.hero-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.hero-slides a {
    flex: 0 0 100%;
    height: 100%;
}

.hero-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 3rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    z-index: 10;
}

.hero-btn.prev {
    left: 1rem;
}

.hero-btn.next {
    right: 1rem;
}

.hero-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.hero-dots button {
    background-color: #ccc;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.hero-dots button.active {
    background-color: var(--orange);
}

.product-grid-h2 {
    text-align: center;
    font-size: 4rem;
    text-transform: none;
}

.product-card {
    width: 100%;
    max-width: 250px;
    height: 320px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.product-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 0.5rem;
    background-color: #f9f9f9;
    border-radius: 6px;
    transition: opacity 0.4s ease-in-out;

}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-items: center;
    padding-bottom: 4rem;
}

.product-title {
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-top: 1rem;
    text-decoration: none;
}

.product-card {
    max-width: 180px;
    height: auto;
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-title:hover {
    color: var(--primary-color);
    text-decoration: underline;
}



textarea {
    height: 20rem;
}


.footer {
    text-align: center;
}

.menu {
    position: relative;
    z-index: 2;
    top: 0;
    padding-bottom: 10px;
    left: 0;
    right: 0;
    border-bottom: 0.1rem solid lightgray;
}

.menu-content {

    list-style-type: none;
}

.menu-content a {
    white-space: nowrap;
    color: rgb(64, 64, 150);
    text-decoration: none;
    font-weight: 600;
}

.menu-content a:hover {
    color: rgb(245, 127, 5);
}

.menu-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-content ul li {
    position: relative;
    padding: 0 3rem;
}

.menu-content ul li+li::before {
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    background-color: rgb(245, 127, 5);
    left: 0;
    top: 20%;
}

li:last-child {
    border-right: 0;
}

.back-to-top::after {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: var(--primary-color);
    content: '^';
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 0.5rem solid hsla(51, 96%, 41%, 0.61);
    border-radius: 5%;
    line-height: 3rem;
    width: 2.5rem;
    height: 3rem;
    text-align: center;
    padding: 0.5rem;
    cursor: pointer;
}

.close-menu {
    position: fixed;
    z-index: 3;
    opacity: 0;
}



@media (max-width: 55rem) {
    .carousel-wrapper {
        height: 70vh;
    }

    .intro-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .intro-text {
        padding-top: 4rem;
        padding-bottom: 1rem;
    }

    .descricao {
        flex-direction: column;
        text-align: center;
    }



    .intro-img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-bottom: 4rem;
    }

    .intro-img img,
    .intro-img-column img {
        width: 200px;
        height: 250px;
        object-fit: contain;
        border-radius: 16px;
        background-color: #fff;
        padding: 10px;
    }

    .content-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 1;
        text-align: center;
    }

    .grid-gallery,
    .grid-top3 {
        grid-template-columns: 1fr 1fr;
    }

    .grid-top3>:nth-child(3) {
        grid-column: span 2;
    }

    .menu {
        bottom: 0px;
        text-align: center;
        display: none;
    }

    .menu-content {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 6rem;
    }

    .menu-content ul {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        align-items: center;
    }

    .menu-content ul li {
        margin-bottom: 3rem;
    }

    .menu-content ul li+li::before {
        width: 0px;
    }

    .close-menu {
        position: fixed;
        z-index: 3;
        opacity: 0;
    }

    .close-menu-label::after {
        content: '☰';
        position: fixed;
        z-index: 999;
        top: 2rem;
        right: 2rem;
        background-color: var(--primary-color);
        color: white;
        font-size: 3rem;
        padding: 1rem 1.5rem;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .close-menu-label:hover::after {
        background-color: #2a2a80;
    }

    .close-menu:checked~.menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        width: 100%;
        height: 100vh;
        z-index: 998;
    }

    .left-content,
    .right-content {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 2rem;
    }

    .intro-img-column {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4rem;
        order: 2;
        padding-bottom: 4rem;
    }

    .carousel-container {
        padding: 0 1rem;
    }



    .carousel-btn {
        font-size: 2rem;
        padding: 5px 10px;
    }

    .qr-video-grid {
        grid-template-columns: 1fr;

    }

    .qr-video iframe {
        height: 240px;
    }

    .specs-section {
        padding-inline: 1.5rem;
        padding: 4rem 4rem;
    }

    .specs-list li,
    .finalidades-list li {
        word-break: break-word;
    }


}

@media(max-width: 40rem) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card {
        max-width: 180px;
        height: auto;
        padding: 0.5rem 0.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-card img {
        height: auto;
        max-height: 140px;
        width: auto;
        object-fit: contain;
        margin-bottom: 0.5rem;
    }

    .product-title {
        font-size: 1rem;
        margin: 0;
        text-align: center;
    }

    .h2-size,
    .product-grid-h2,
    .intro-text h2,
    .highlight-title,
    .section2 h2,
    h2 .highlight,
    .content-column h2 {
        font-size: 2.6rem;
    }

}

@media (max-width: 35rem) {

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .grid-gallery,
    .grid-top3 {
        grid-template-columns: 1fr;
    }

    .grid-top3> :nth-child(3) {
        grid-column: auto;
    }

    .grid-gallery img {
        height: 30rem;
    }


    .navbar {
        flex-direction: column;
        gap: 1rem;
    }

    .carousel-btn {
        font-size: 1.5rem;
    }
}