/*! Usar "em" para auter o tamanho de acordo com a fonte  */
/*: Usar vw na margins e padding laterais  */
/*: Usar Var no código */



html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

* {
  box-sizing: border-box;
}

main > p {
    color: #333333;
}

/*: Header  */
header {
    background-color: #EE371B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 0 3%;
}

header h1 {
    margin: 0;
    font-size: 1.6rem;
}

header ul {
    list-style: none;
    display: flex;
    gap: 14px;
    letter-spacing: 0.2px;
}

header ul li {
    align-content: center;
    
}

header ul li a {
    text-decoration: none;
    color: inherit;
    height: 100%;
    width: 100%;
    padding: 10px 2px;
}

header ul li:hover {
    text-decoration:underline;
}

header ul #navBar-li-btn {
    color: black;
    background-color: white;
    border-radius: 8px;
    position: relative;
    padding: 0;
}


header ul #navBar-li-btn a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 14px;
}

/* ===== MENU HAMBÚRGUER ===== */
.menu-toggle {
    display: none;
    cursor: pointer;
    color: white;
    font-size: 2rem;
}

/* Menu padrão em desktop */
header ul {
    display: flex;
    gap: 14px;
}


/*: Margin Main  */
main > section {
    margin-bottom: 80px; 
    
}



p {
    max-width: 1200px;
}


/*: Button */

.cta-btn {
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    background-color:#EE371B;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    width: fit-content;
}

.cta-btn:hover {
    background-color: #d13017;
    cursor: pointer;
}
/*: Título H2 */
main h2 { 
    text-transform: capitalize;
    margin: 0px;
    font-size: 2rem;
}


/*: Banner */

.banner {
    min-height: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center ;
    text-align: center;
    justify-content: center;
    color: white;
    background-color: black;
    background-image: url("../image/banner/pizza-edit.webp");
    background-size: cover;
    background-position: center 57%;
    background-repeat: no-repeat;
    gap: 30px;
    padding: 0 3%; 
}



.banner .titleAndText-banner {
    display: flex;
    flex-direction: column;
    gap: 6px;
}


.banner .titleAndText-banner p {
    margin: 0;
    color: white;
}

.banner .cta-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.banner .cta-banner p {
    margin: 0;
    font-size: 0.75rem;
    color: rgb(230, 229, 229);
}


/*: Benefícios  */


.beneficios {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0% 3%;
    gap: 30px;
    margin-left: 10px;
    margin-right: 10px;

}
.containerBeneficio {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.beneficio {
    text-align:left;
    border-radius: 10px;
    border: 2px solid rgba(206, 206, 206, 0.60);
    max-width: 385px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-sizing: border-box;
}

.beneficio span, .beneficio h3, .beneficio p {
    margin: 0;
}



.beneficios .titleAndSubtitle-beneficios {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.beneficios .titleAndSubtitle-beneficios p{
    margin: 0px;
}


/*: Problemas  */

.problemaAndSolucao {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-left: 10px;
    margin-right: 10px;
}

.problemas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 3% ;
}

.problemas .titleAndSubtitle-problemas {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.titleAndSubtitle-problemas p {
    margin: 0px;
}

.problemas .lista-problemas {
    list-style: none;
    text-align: left;
}

.lista-problemas i {
    color: #EE371B;
    font-size: 1.3rem;
    margin: 8px 0;
}

.lista-problemas li {
    display: flex;
    align-items: center;
    gap: 6px;
}

ul.lista-problemas {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*: solucao */

.solucao { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 3%;
}

.solucao .lista-beneficios {
    list-style: none;
    text-align: left;
}

.lista-beneficios i {
    color: #019214;
    font-size: 1.3rem;
    margin: 8px 0;
}

.lista-beneficios li {
    align-items: center;
}

ul.lista-beneficios {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.solucao > button {
    margin-top: 25px;
}

/*: Como Funciona?  */

.comoFunciona {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 3%;
    margin-left: 10px;
    margin-right: 10px;
}

.text-comoFunciona {
    text-align: center;
}

.timeline {
    position: relative;
    margin: 50px auto;
    padding: 0;
    width: 90%;
    max-width: 500px;
    border-left: 2px solid #EE371B;
    counter-reset: step;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-top: 6px;
    height: 120px;
    height: fit-content;
    min-height: 120px;
    /* max-height: 230px; */
}

.timeline-item::before{
    counter-increment: step; /* aumenta 1 a cada item */
    content: counter(step);  /* exibe o número atual */
    color: white;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    top: -27px;
    left: -21px;
    width: 35px;
    height: 35px;
    background-color:#EE371B;
    border-radius: 50%;
    border: 3px solid #EE371B;

    display: flex;             /* ✅ ativa o flexbox dentro do círculo */
    align-items: center;       /* ✅ centraliza verticalmente */
    justify-content: center;   /* ✅ centraliza horizontalmente */
}

.timeline-content h3 {
    margin: 0;
    font-size: 1.3rem;
}

.timeline-content p {
    margin: 5px 0 0;
    color: #333;
}

/*: Depoimentos  */

.depoimentos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3%;
    gap: 40px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.textDepoimento {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.boxDepoimento {
    /* flex: 1; */
    max-width: 450px;
    border: 2px solid rgba(206, 206, 206, 0.60);
    border-radius: 10px;
    padding: 16px 24px;
    box-sizing: border-box;
    text-align: left;
    
}

.boxDepoimento p:first-of-type{
    margin: 0px 0px 10px;
}

.boxDepoimento p:last-of-type {
    margin: 0px;
}

.depoimentos img{
    height: 500px;
}

.boxDepoimento p:first-of-type {
    font-weight: 600;
}

/*: Cardápio */

.cardapio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 3%;
    gap: 10px;
}

.cardapio > button {
    margin-top: 20px;
}

.cardapio-lista ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    padding: 0 4%;
    max-width: 920px;
}

/* .cardapio-lista li {

} */

.material-symbols-outlined {
  vertical-align: middle;
  font-size: 1.5em;
}

/*: Perguntas Frequentes */

.perguntas {
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
        margin-left: 10px;
    margin-right: 10px;
}

.faq {
    margin: 35px 0; 
    text-align: left;
    max-width: 900px;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.03rem;
    position: relative;
}


.faq-question .material-symbols-outlined {
    transition: transform 0.3s ease;
    
}

.faq-item.active .faq-question .material-symbols-outlined {
    transform: rotate(180deg);
    color: #EE371B;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    color: #555;
    line-height: 1.5;
    font-size: 15px;
    margin-top: 2px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.perguntas > button {
    margin-top: 20px;
}

/*: Galeria de fotos  */


.galeria {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 3%;
} 

.carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.carousel {
  position: relative;
  width: 90%;              
  max-width: 330px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.341);
  margin: 50px 0;
}


.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}


.carousel-img {
  width: 100%;             /* ocupa 100% da largura do contêiner */
  height: auto;
  object-fit: cover;
}

/* Atualize os botões */
button.prev,
button.next {
  background: none;
  border: none;
  color: #000000;
  font-size: 36px;
  cursor: pointer;
  z-index: 2;
}

/* 👉 move as setas para fora */
.prev {
  left: -45px; /* puxa pra fora */
}

.next {
  right: -45px; /* puxa pra fora */
}


.carousel-track {
  user-select: none;
  cursor: grab;
}
.carousel-track:active {
  cursor: grabbing;
}


.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active {
  background-color: #EE371B;
}

.galeria > button {
    margin-top: 20px;
}

/*: Região Atendimento */
.regiaoAtendimento {
    padding: 3% 4%;
    justify-items: center;
}

.containerRegiaoAtedimento {
    border-radius: 24px;
    background: rgba(234, 232, 232, 0.50);
    padding: 3%;
    display: flex;
    gap: 3%;
    align-items: center;
    max-width: 900px;
    flex: 2 1 65%;
}

.textContainer-RegiaoAtedimento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center ;
}
.escassezRegiaoAtedimento p:first-of-type {
    margin: 16px 0 0;
}

.escassezRegiaoAtedimento p:last-of-type {
    margin: 0 0 16px;
}

.imageContainer-regiaoAtendimento {
    flex: 1 0 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imageContainer-regiaoAtendimento img {
    width: 100%;
    min-width: 200px;
    max-width: 450px; /* ou o tamanho máximo que desejar */
    object-fit: contain; /* garante que não deforme */
}

/*: footer */

footer {
    text-align: center;
    color: white;
    background-color: #EE371B;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 4% 3%;
    
}

footer h2 {
    font-size: 2rem;
    margin: 0;
}

footer .social-icon-footer {
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin: 12px 0;
}

footer .social-icon-footer p {
    display: inline;
}

footer .social-icon-footer a {
    color: inherit;
    text-decoration: none;
}

footer .social-icon-footer a:hover {
    color: rgb(214, 213, 213);
}


.descricao {
    margin: 0 auto;
}

.cta {
    margin: 40px auto;
    font-size: 1.06rem;
}

.copyright {
    font-size: 0.85rem;
    margin: 0 auto;
}




/*: 840px  */

/* ===== Responsivo ===== */
@media (max-width: 840px) {

    main > section {
    margin-bottom: 75px;
}

main > section:first-of-type {
    margin-bottom: 40px;
}

    header {
    flex-wrap: wrap;
    position: relative;
    padding: 15px 5%;
}

    .menu-toggle {
    display: block;
}

    header ul {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #EE371B;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 15px 5%;
    gap: 10px;
    border-top: 1px solid rgba(255,255,255,0.3);
}

    header ul li {
    color: white;
    font-size: 1rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

    header ul li#navBar-li-btn {
    background-color: white;
    color: #EE371B;
    border-radius: 8px;
    border-bottom: none;
    align-self: flex-start;
}

    header ul li#navBar-li-btn a {
    padding: 10px 14px;
    width: 100%;
    height: 100%;
}

  /* Menu aberto */
    header ul.active {
    display: flex;
}


/*: banner   */
.banner {
    background-image: url('../image/banner/pizza-banner-pequena.webp');
    background-size: 110%;
    background-position: center 75%;
    padding: 50px 4%;
}


/*! Depoimentos */

.depoimentos img {
    height: auto ;
    width: 60%;
    
}

/*! Regiao Atendimento  */

.containerRegiaoAtedimento {
    flex-wrap: wrap;
    background-image: url("../image/Brasilia/brasilia3.webp");
    background-size:cover;
    background-position: center 50%;
    background-repeat: no-repeat;

    
}


.imageContainer-regiaoAtendimento img {
    margin-top: 20px;
    max-width: 300px;
    display: none;
}


}



/*: 600px  */

@media (max-width: 600px) {




header h1 {
    font-size: 1.4rem;
}

.banner {
    height: auto;
    padding: 50px 4%;
    background-size: 140%;
    background-position: center 80%; 
}


.beneficio {
        padding: 16px;
}


/*: Região Atendimento */
.containerRegiaoAtedimento {
    padding: 7% 4%;
}
}

