/* =========================
   FONTES
========================= */
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: 'Cocon';
    src: url('fonts/CoconRegularFont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* =========================
   RESET & BASE
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    width: 100%;
    font-size: 16px;
}
body {
    width: 100%;
}

body {
    font-family: 'Cocon', 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* =========================
   HEADER & NAV
========================= */
header {
    background-color: #ff0000;
    max-height: 84vh;
    margin-top: -1%;
    position: relative;
}

.fundo-img {
    width: 100%;
    height: auto;
}

nav {
    padding: 2% 0;
}

.nav-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    font-family: 'Cocon', 'Arial', sans-serif;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.05rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #fbbf24;
}

/* Estilos para scroll suave e links ativos */
.nav-links a {
    position: relative;
    transition: all 0.3s ease;
}

.nav-links a.active {
    color: #fbbf24;
    transform: translateY(-2px);
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fbbf24;
    border-radius: 1px;
}

/* Scroll suave nativo */
html {
    scroll-behavior: smooth;
}

/* Garantir que não há conflitos de scroll */
body {
    scroll-behavior: smooth;
}

/* Ajuste para compensar o header fixo */
section[id] {
    scroll-margin-top: 100px;
}

.franchise-btn {
    font-family: 'Cocon', 'Arial', sans-serif;
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    color: #dc2626;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 1em 2em;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.franchise-btn:hover {
    background-color: #fbbf24;
}

/* =========================
   HERO
========================= */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.crep-paliot {
    margin-top: 10rem;
}

.crep-luvas {
    margin-top: 5rem;
    margin-right: -3.1rem;
}

.hero-palito {
    width: 25rem;
    height: 25rem;
    object-fit: contain;
}

.hero-creps {
    margin-left: 3rem;
    width: 31rem;
    height: 31rem;
    object-fit: contain;
}

.hero-luvas {
    width: 31rem;
    height: 31rem;
    object-fit: contain;
}

.crep-creps {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

/* =========================
   PRODUTOS
========================= */
.produtos-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.titulo-produtos {
    color: #F31918;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.05rem;
    margin: 6rem 0 1rem;
}

.descricao-produtos {
    color: #F31918;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    width: 70%;
}

.products {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 2rem;
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 32rem;
}

.product-image {
    border-radius: 12rem;
    height: 80%;
    object-fit: contain;
    width: 80%;
}

.product-title {
    color: #F31918;
    font-size: 2rem;
    font-weight: 800;
    margin: 1rem 0;
}

.product-description {
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    width: 60%;
    margin-bottom: 4rem;
}

/* =========================
   SOBRE
========================= */
.section-sobre {
    background-image: url('Assets/Shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100vh;
    padding-top: 6rem;
    width: 100vw;
}

.titulo-sobre {
    color: #fff;
    font-family: 'Anton', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.10rem;
    text-align: center;
}

.lista-sobre {
    background-color: #fff;
    border-radius: 1.2rem;
    box-shadow: 0.25rem 0.25rem 0.6rem rgb(0, 0, 0);
    margin-top: 3rem;
    padding: 1.8rem;
    width: 50%;
    font-size: 2.6rem;
}

.lista-sobre-ul {
    list-style: none;
    text-align: left;
}

.texto-sobre {
    font-family: 'Alegreya', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}

/* =========================
   AVALIAÇÕES
========================= */
.avaliacoes-imagem {
    display: flex;
    justify-content: flex-end;
    margin: 9rem 9rem 0 0;
}

.avaliacoes-image {
    height: 25rem;
    width: 25rem;
    display: none;
}

.titulo-avaliacoes-container {
    display: flex;
    justify-content: center;
}

.titulo-avaliacoes {
    background-color: #faf5e4;
    color: #F31918;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.05rem;
    margin: -15rem 0 1.2rem;
    padding-top: 3rem;
    text-align: center;
    width: 100%;
}

/* =========================
   FEEDBACK
========================= */
.feedback-section {
    background-color: #faf5e4;
    margin: -3rem 0 0;
    min-height: 32rem;
    padding: 5rem 0;
    position: relative;
    width: 100vw;
}

.feedback-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    margin: 0 auto;
    max-width: 75rem;
    padding: 0 1.2rem;
}

.feedback-card {
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 0.25rem 1.2rem rgba(0, 0, 0, 0.08);
    margin-bottom: 1.2rem;
    max-width: 21rem;
    padding: 2.5rem 1.8rem;
    position: relative;
    text-align: center;
    transition: transform 0.3s ease;
    width: 100%;
}

.feedback-card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.feedback-icon {
    align-items: center;
    background: #3b82f6;
    border: 0.1875rem solid #fff; /* 3px */
    border-radius: 50%;
    box-shadow: 0 0.25rem 0.9375rem rgba(59, 130, 246, 0.3); /* 4px 15px */
    display: flex;
    height: 3.125rem; /* 50px */
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -1.5625rem; /* -25px */
    transform: translateX(-50%);
    width: 3.125rem; /* 50px */
    z-index: 10;
}

.feedback-icon-image {
    height: 3.125rem; /* 50px */
    width: 3.125rem; /* 50px */
}

.feedback-title {
    color: #2d3748;
    font-size: 1.125rem; /* 18px */
    font-weight: 800;
    letter-spacing: 0.0625rem; /* 1px */
    margin: 1.5625rem 0 0.9375rem; /* 25px 0 15px */
    text-transform: uppercase;
}

.feedback-image-container {
    display: flex;
    justify-content: center;
    gap: 0.1875rem; /* 3px */
    margin-bottom: 1.25rem; /* 20px */
}

.feedback-image {
    height: 1.25rem; /* 20px */
    object-fit: contain;
    width: 1.25rem; /* 20px */
}

.feedback-description {
    align-items: center;
    color: #4a5568;
    display: flex;
    font-size: 1rem; /* 16px */
    font-style: italic;
    justify-content: center;
    line-height: 1.6;
    margin-bottom: 1.25rem; /* 20px */
    min-height: 5rem; /* 80px */
    text-align: center;
}

.feedback-name {
    color: #2d3748;
    font-size: 1.125rem; /* 18px */
    font-weight: 700;
    letter-spacing: 0.03125rem; /* 0.5px */
}

/* =========================
   MODELOS DE NEGÓCIO
========================= */
.section-modelo-negocio {
    background-color: #faf5e4;
    padding: 5rem 0;
    width: 100vw;
}

.modelo-negocio-container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.titulo-modelo-negocio {
    color: #F31918;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.05rem;
    text-align: center;
    margin-bottom: 4rem;
}
.modelo-negocio-card-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    width: 30%;
    max-width: 350px;
    min-height: 500px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.modelo-negocio-card-container:hover {
    transform: scale(1.02);
}

.modelo-negocio-content{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
}
.modelo-negocio-card{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 220px;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 3px solid #F31918;
    transition: all 0.3s ease;
    cursor: pointer;
}

.modelo-negocio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(243, 25, 24, 0.3);
    border-color: #d97706;
}
.modelo-card-informações{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modelo-negocio-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.5rem;
}
.modelo-negocio-title{
    font-size: 1.5rem;
    color: #F31918;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.modelo-card-informações {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #F31918;
    width: 100%;
    max-width: 350px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
}

.modelo-card-informações:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(243, 25, 24, 0.2);
    border-color: #d97706;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
}
.modelo-description{
    text-align: center;
    font-size: 2rem;
}

.modelo-description {
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    flex: 1;
}
.modelo-description span{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
/* =========================
   CONTATO
========================= */
.section-contato {
    align-items: center;
    background-image: url('Assets/Fundo_forms.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 37.5rem; /* 600px */
    padding: 5rem 0; /* 80px */
    position: relative;
    width: 100vw;
}

.container {
    margin: 0 auto;
    max-width: 75rem; /* 1200px */
    padding: 0 1.25rem; /* 20px */
    position: relative;
    z-index: 2;
}

.section-title {
    color: #fff;
    font-size: 2.625rem; /* 42px */
    font-weight: 800;
    letter-spacing: 0.125rem; /* 2px */
    margin-bottom: 2.5rem; /* 40px */
    text-align: left;
    text-transform: uppercase;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* 20px */
}

.form-row {
    display: flex;
    gap: 1.25rem; /* 20px */
    margin-bottom: 1.25rem; /* 20px */
}

.form-row > div {
    flex: 1;
}

.form-input,
.form-textarea {
    background-color: #f5f1e8;
    border: none;
    border-radius: 0.5rem; /* 8px */
    color: #2d3748;
    font-family: 'Cocon', 'Arial', sans-serif;
    font-size: 1rem; /* 16px */
    padding: 0.9375rem 1.25rem; /* 15px 20px */
    transition: all 0.3s ease;
    width: 100%;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    box-shadow: 0 0 0 0.1875rem rgba(251, 191, 36, 0.3); /* 3px */
    transform: translateY(-0.125rem); /* -2px */
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #4a5568;
    font-style: italic;
}

.form-textarea {
    min-height: 7.5rem; /* 120px */
    resize: vertical;
}

.submit-btn {
    align-self: flex-start;
    background-color: #fbbf24;
    border: none;
    border-radius: 0.5rem; /* 8px */
    color: #dc2626;
    cursor: pointer;
    font-family: 'Cocon', 'Arial', sans-serif;
    font-size: 1.125rem; /* 18px */
    font-weight: 700;
    letter-spacing: 0.0625rem; /* 1px */
    margin-top: 0.625rem; /* 10px */
    padding: 0.9375rem 2.5rem; /* 15px 40px */
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #f59e0b;
    box-shadow: 0 0.3125rem 0.9375rem rgba(251, 191, 36, 0.4); /* 5px 15px */
    transform: translateY(-0.125rem); /* -2px */
}
footer {
    background-color: #f5f1e8;
    padding: 1.25rem 0; /* 20px */
    text-align: center;
}

.footer-text {
    color: #dc2626;
    font-size: 0.875rem; /* 14px */
    font-weight: 600;
    letter-spacing: 0.0625rem; /* 1px */
}

@media (min-width: 1600px) {
  body {
    margin: 0 auto; 
  }

  .nav-links a{
    font-size: 2rem;
  }
  .product-title{
    font-size: 3rem;
  }
  .product-description{
    font-size: 1.5rem;
  }
  .texto-sobre{
    font-size: 2rem;
  }
  .feedback-icon-image{
    width: 5rem;
    height: 5rem;
  }
  .feedback-card{
    max-width: 23rem;
  }
  .feedback-name{
    font-size: 1.5rem;
  }

  .feedback-title{
    font-size: 1.5rem;
  }
  .feedback-description{
    font-size: 1.5rem;
  }
  .feedback-container{
    max-width: 100rem;
  }
  .crep-paliot {
    margin-top: 11rem;
    margin-left: -0.625rem;
}
.crep-luvas {
    margin-left: 0.7rem;
    margin-top: 5rem;
    margin-bottom: -0.5rem; 
}
.titulo-avaliacoes{
    font-size: 4rem;
}
.section-title{
    font-size: 4rem;
}
.form-input, .form-textarea{
    font-size: 1.5rem;
}
.footer-text{
    font-size: 1.5rem;
}
  .section-contato{
    min-height: 60rem;
  }
  .titulo-modelo-negocio{
    font-size: 4rem;
  }
  .modelo-title{
    font-size: 3rem;
  }
  .modelo-description{
    font-size: 1.5rem;
  }
}

@media (max-width: 1440px) {

header {
    max-height: 72vh;
    margin-top: -1.2%;
}

.nav-content {
    flex-direction: row;
}

.nav-links {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.crep-paliot {
    margin-top: 5.5rem; /* 90px */
    margin-left: -0.625rem; /* -10px */
}

.crep-luvas {
    margin-top: 5.2rem; /* 87px */
    margin-right: -2.1rem; /* -20px */
}

.hero-palito {
    margin-left: -0.625rem; /* -10px */
    width: 21rem; /* 160px */
    height: 21rem; /* 160px */
    object-fit: contain;
}

.hero-creps {
    margin-left: 1rem;
    width: 21rem; /* 160px */
    height: 21rem; /* 160px */
    object-fit: contain;
}

.hero-luvas {
    width: 21rem; /* 160px */
    height: 21rem; /* 160px */
    object-fit: contain;
}

.produtos-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.625rem; /* 10px */
    padding: 0 1.25rem; /* 20px */
}

.titulo-produtos {
    color: #F31918;
    font-size: 2.625rem; /* 42px */
    font-weight: 800;
    letter-spacing: 0.0625rem; /* 1px */
    margin: 3.125rem 0 1.25rem; /* 50px 0 20px */
}

.descricao-produtos {
    color: #F31918;
    font-size: 1.5rem; /* 36px */
    font-weight: 800;
    margin-bottom: 1.25rem; /* 20px */
    width: 100%;
    text-align: center;
}

.products {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3.125rem; /* 50px */
    gap: 1.875rem; /* 30px */
}

.product-title {
    color: #F31918;
    font-size: 2.25rem; /* 36px */
    font-weight: 800;
    margin: 1.25rem 0; /* 20px 0 */
}

.product-description {
    color: #333;
    font-size: 1.125rem; /* 18px */
    font-weight: 400;
    margin-bottom: 1.25rem; /* 20px */
    width: 60%;
}

.avaliacoes-imagem {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.avaliacoes-image {
    display: none;
}

.titulo-avaliacoes {
    background-color: #faf5e4;
    color: #F31918;
    font-size: 3rem; /* 48px */
    font-weight: 800;
    letter-spacing: 0.0625rem; /* 1px */
    margin: 0 0 3rem 0; /* 0 0 50px 0 */
    padding-top: 3.125rem; /* 50px */
    text-align: center;
    width: 100%;
}

.lista-sobre {
    width: 100%;
    font-size: 3rem;
    width: 70%;
}

.section-sobre {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 75vh;
    padding: 2rem;
    width: 100vw;
    padding-bottom: 2rem;

}

.titulo-modelo-negocio {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.modelo-negocio-content {
    flex-direction: column;
    align-items: center;
}

.modelo-negocio-card-container {
    width: 80%;
    max-width: 400px;
}

/* Reduzir efeitos de hover em telas menores */
.modelo-negocio-card-container:hover {
    transform: scale(1.01);
}

.modelo-negocio-card:hover {
    transform: translateY(-4px);
}

.modelo-card-informações:hover {
    transform: translateY(-3px);
}

.modelo-item {
    flex-direction: column !important;
    text-align: center;
    gap: 2rem;
}

.modelo-left,
.modelo-right {
    flex-direction: column !important;
}

.modelo-card {
    flex: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.modelo-content {
    padding: 1rem 0;
}

.modelo-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.modelo-description {
    font-size: 1.1rem;
    text-align: center;
}

.modelo-image {
    max-height: 12rem;
}
}

@media (max-width: 768px) {

header {
    max-height: 61.5vh;
    margin-top: -1.2%;
}

.nav-content {
    flex-direction: column;
}

.nav-links {
    flex-direction: row;
    align-items: center;
    gap: 0.625rem; /* 10px */
}

.crep-paliot {
    margin-top: 4rem; /* 90px */
    margin-left: -0.625rem; /* -10px */
}

.crep-luvas {
    margin-top: 4.6rem; /* 87px */
    margin-right: -1.5rem; /* -20px */
}

.hero-palito {
    margin-left: -0.625rem; /* -10px */
    width: 15rem; /* 160px */
    height: 15rem; /* 160px */
    object-fit: contain;
}

.hero-creps {
    margin-left: 1rem;
    width: 15rem; /* 160px */
    height: 15rem; /* 160px */
    object-fit: contain;
}

.hero-luvas {
    width: 15rem; /* 160px */
    height: 15rem; /* 160px */
    object-fit: contain;
}

.produtos-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.625rem; /* 10px */
    padding: 0 1.25rem; /* 20px */
}

.titulo-produtos {
    color: #F31918;
    font-size: 2.625rem; /* 42px */
    font-weight: 800;
    letter-spacing: 0.0625rem; /* 1px */
    margin: 3.125rem 0 1.25rem; /* 50px 0 20px */
}

.descricao-produtos {
    color: #F31918;
    font-size: 1.5rem; /* 36px */
    font-weight: 800;
    margin-bottom: 1.25rem; /* 20px */
    width: 100%;
    text-align: center;
}

.products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3.125rem; /* 50px */
    gap: 1.875rem; /* 30px */
}

.product-title {
    color: #F31918;
    font-size: 2.25rem; /* 36px */
    font-weight: 800;
    margin: 1.25rem 0; /* 20px 0 */
}

.product-description {
    color: #333;
    font-size: 1.125rem; /* 18px */
    font-weight: 400;
    margin-bottom: 1.25rem; /* 20px */
    width: 60%;
}

.avaliacoes-imagem {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.avaliacoes-image {
    display: none;
}

.titulo-avaliacoes {
    background-color: #faf5e4;
    color: #F31918;
    font-size: 3rem; /* 48px */
    font-weight: 800;
    letter-spacing: 0.0625rem; /* 1px */
    margin: 0 0 3rem 0; /* 0 0 50px 0 */
    padding-top: 3.125rem; /* 50px */
    text-align: center;
    width: 100%;
}

.lista-sobre {
    width: 100%;
    font-size: 2.2rem;;
}

.section-sobre {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 75vh;
    padding: 1.25rem;
    width: 100vw;
    padding-bottom: 2rem;

}

.titulo-modelo-negocio {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.modelo-item {
    flex-direction: column !important;
    text-align: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.modelo-left,
.modelo-right {
    flex-direction: column !important;
}

/* No mobile, sempre colocar conteúdo antes da imagem */
@media (max-width: 768px) {
    .modelo-item .modelo-content {
        order: 1;
    }
    
    .modelo-item .modelo-card {
        order: 2;
    }
    
    /* Reduzir efeitos de hover em mobile */
    .modelo-negocio-card-container:hover {
        transform: scale(1.005);
    }
    
    .modelo-negocio-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(243, 25, 24, 0.2);
    }
    
    .modelo-card-informações:hover {
        transform: translateY(-2px);
        background: linear-gradient(135deg, #fef3c7, #fde68a);
    }
}

.modelo-card {
    flex: none;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 1rem;
}

.modelo-content {
    padding: 0.5rem 0;
}

.modelo-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.modelo-description {
    font-size: 1rem;
    text-align: center;
}

.modelo-image {
    max-height: 10rem;
}
}

@media (max-width: 390px) {

header {
    max-height: 61.5vh;
    margin-top: -3%;
}

.nav-content {
    flex-direction: column;
}

.nav-links {
    flex-direction: column;
    align-items: center;
    gap: 0.625rem; /* 10px */
}

.crep-paliot {
    margin-top: 5.625rem; /* 90px */
    margin-left: -0.625rem; /* -10px */
}

.crep-luvas {
    margin-top: 5.4375rem; /* 87px */
    margin-right: -1.25rem; /* -20px */
}

.hero-palito {
    margin-left: -0.625rem; /* -10px */
    width: 10rem; /* 160px */
    height: 10rem; /* 160px */
    object-fit: contain;
}

.hero-creps {
    margin-left: 1rem;
    width: 10rem; /* 160px */
    height: 10rem; /* 160px */
    object-fit: contain;
}

.hero-luvas {
    width: 10rem; /* 160px */
    height: 10rem; /* 160px */
    object-fit: contain;
}

.produtos-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.625rem; /* 10px */
    padding: 0 1.25rem; /* 20px */
}

.titulo-produtos {
    color: #F31918;
    font-size: 2.625rem; /* 42px */
    font-weight: 800;
    letter-spacing: 0.0625rem; /* 1px */
    margin: 3.125rem 0 1.25rem; /* 50px 0 20px */
}

.descricao-produtos {
    color: #F31918;
    font-size: 1.5rem; /* 36px */
    font-weight: 800;
    margin-bottom: 1.25rem; /* 20px */
    width: 100%;
    text-align: center;
}

.products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3.125rem; /* 50px */
    gap: 1.875rem; /* 30px */
}

.product-title {
    color: #F31918;
    font-size: 2.25rem; /* 36px */
    font-weight: 800;
    margin: 1.25rem 0; /* 20px 0 */
}

.product-description {
    color: #333;
    font-size: 1.125rem; /* 18px */
    font-weight: 400;
    margin-bottom: 1.25rem; /* 20px */
    width: 60%;
}

.avaliacoes-imagem {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.avaliacoes-image {
    display: none;
}

.titulo-avaliacoes {
    background-color: #faf5e4;
    color: #F31918;
    font-size: 3rem; /* 48px */
    font-weight: 800;
    letter-spacing: 0.0625rem; /* 1px */
    margin: 0 0 3rem 0; /* 0 0 50px 0 */
    padding-top: 3.125rem; /* 50px */
    text-align: center;
    width: 100%;
}

.lista-sobre {
    width: 100%;
    font-size: 1.5rem;;
}

.section-sobre {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 110vh;
    padding: 1.25rem;
    width: 100vw;
    padding-bottom: 2rem;

}

.titulo-modelo-negocio {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.modelo-item {
    flex-direction: column !important;
    text-align: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.modelo-left,
.modelo-right {
    flex-direction: column !important;
}

@media (max-width: 390px) {
    header{
        max-height: 66vh;
    }
    .modelo-item .modelo-content {
        order: 1;
    }
    
    .modelo-item .modelo-card {
        order: 2;
    }
    
    /* Efeitos de hover mínimos para telas muito pequenas */
    .modelo-negocio-card-container:hover {
        transform: scale(1.002);
    }
    
    .modelo-negocio-card:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(243, 25, 24, 0.15);
    }
    
    .modelo-card-informações:hover {
        transform: translateY(-1px);
        background: linear-gradient(135deg, #fef3c7, #fde68a);
    }
}

.modelo-card {
    flex: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 1rem;
}

.modelo-content {
    padding: 0.5rem 0;
}

.modelo-title {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

.modelo-description {
    font-size: 0.9rem;
    text-align: center;
}

.modelo-image {
    max-height: 8rem;
}
.modelo-negocio-card{
    width: 90%;
}
.modelo-negocio-image{
    width: 90%;
}
}