*{
  scroll-behavior: smooth;
  box-sizing: border-box;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
  color: black;
  text-decoration: none;
}


.cabecalho{

    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.555);
   
    h1{

        color: orange;
        font-size: 30px;
        
    }

    nav{
        display: flex;
        gap: 20px;
    }

    ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        
        
    }

    


}

.contrata{

        display: flex;
        justify-content: center;
        align-content: center;
        margin-left: 10px;

     
    
}

.contrata1{

    padding-top: 25px;
}

.botao1{
    
    color: whitesmoke;
    background-color: orange;
    padding: 10px 20px;
    border-radius: 5px;
}

.inicio{

    background-image: url(/Imagens/WhatsApp\ Image\ 2025-06-13\ at\ 19.52.50.jpeg);
    
    height: 90vh;

    h2{

        color: white;
        font-size: 60px;
        padding-top: 40px;
        padding-left: 40px;

    }

    p{
        color: white;
        font-size: 25px;
        padding-top: 20px;
        padding-left: 40px;
        padding-bottom: 10px;
    }

    a{

        background-color: orange;
        color: white;
        font-size: 20px;
        border-radius: 5px;
        padding: 10px 20px;
        margin-left: 40px;
    }

}


.funcionamento{

    background-color: white;
    h2{
        font-size: 40px;
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 40px;
    }
}

.passos{

     display: flex;
     align-items: center;
     justify-content: space-around;
     padding-top: 50px;
     padding-left: 40px;
     padding-right: 40px;
     padding-bottom: 50px;
     gap: 40px;

    
}

.caixa1{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    gap: 10px;

}

.passo1{

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: lightgray;
    border-radius: 100%
    

}

.caixa2{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    gap: 10px;

}

.passo2{

     display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: lightgray;
    border-radius: 100%

}

.caixa3{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    gap: 10px;

}

.passo3{
    
     display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: lightgray;
    border-radius: 100%

}


.caixa4{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    gap: 10px;

}

.passo4{
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: lightgray;
    border-radius: 100%

}

.beneficios{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: lightgrey;
    padding-bottom: 40px;
    padding-right: 50px;

    h2{

      color: black;
      font-size: 40px;
      padding-top: 40px;
      padding-left: 40px;
      padding-bottom: 20px;

    }

    
}

.beneficios1{

        display: flex;
        align-items: center;
        padding-left: 40px;
        padding-bottom: 10px;
        gap: 10px;

        p{
            font-size: 25px;
        }

        
    }

.banner1{
    
      
      margin-top: 50px;
      border-radius: 10px;
      height: 300px;
      width: 500px

      
    
      
        
    }



.potencial{

    display: flex;
    justify-content:space-between
    

}


.potencial1{

        display: flex;
    }

.ganhos{

        background-color: white;
        h2{
            font-size: 40px;
            padding-top: 40px;
            padding-left: 40px;
        }

        p{
            font-size: 25px;
            padding-top: 20px;
            padding-left: 40px;
            padding-bottom: 0;
        }
    }

.grafico{

        padding-top: 45px;
        
    }
 
.exterior{
     
    background-image: url(/Imagens/banner2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 500px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    border-radius: 10px; 
    
h2{
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    
}

p{

    color: white;
    font-size: 15px;
    padding-left: 20px;

}
}
   

.franqueados-mapa {
  position: relative;
  background-image: url('/Imagens/Rede\ Global\ em\ Mapas\ Estilizados.png'); /* Troque pela URL da sua imagem de fundo */
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay-texto {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  border-radius: 12px;
  max-width: 700px;
}

.btn-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color:rgb(255, 115, 0) ;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s;
}

.btn-cta:hover {
  background-color: #e48101;
}




.licenciar{

    background-color: rgb(255, 115, 0);
    color: white;
    align-items: center;
    margin-left: 50px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 5px;
}




    
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem;
      text-align: center;
    }
    h1 {
      font-size: 2rem;
      margin-bottom: 2rem;
    }
    .plans {
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin-bottom: 3rem;
      flex-wrap: wrap;
    }
    .plan {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 2rem;
      width: 300px;
    }
    .plan h2 {
      margin-top: 0;
      font-size: 1.2rem;
    }
    .price {
      font-size: 1.5rem;
      font-weight: bold;
      margin: 1rem 0;
    }
    .description {
      margin-bottom: 1.5rem;
      font-size: 0.95rem;
      color: #666;
    }
    .btn {
      background-color: rgb(255, 174, 0);
      color: white;
      border: none;
      border-radius: 6px;
      padding: 0.75rem 1.25rem;
      cursor: pointer;
      font-weight: bold;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 2rem;
    }
    th, td {
      border: 1px solid #ddd;
      padding: 0.75rem;
      text-align: center;
      font-size: 0.95rem;
    }
    th {
      background-color: #f0f0f0;
    }
    td:first-child, th:first-child {
      text-align: left;
    }







.footer {
  background-color: #1a1a1a;
  color: #f2f2f2;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
  width: 100%;
  margin-top: 15px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgb(255, 174, 0);
}

.footer-section p,
.footer-section ul,
.footer-section li,
.footer-bottom p {
  font-size: 14px;
  margin: 5px 0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section a {
  color: #f2f2f2;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
  color: rgb(255, 174, 0);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 13px;
  color: #aaa;
}


@media (max-width: 1024px) {
  .cabecalho {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .cabecalho nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  .listas {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .botao1 {
    align-self: flex-start;
  }
  .passos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .beneficios {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 20px;
  }
  .banner1 {
    width: 90%;
    height: auto;
    margin-top: 20px;
  }
  .potencial {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 20px;
  }
  .exterior {
    width: 90%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .inicio h2 {
    font-size: 2rem;
    padding: 20px;
  }
  .inicio p {
    font-size: 1.1rem;
    padding: 0 20px;
  }
  .inicio a {
    font-size: 1rem;
    margin-left: 20px;
  }
  .plan {
    width: 100%;
  }
  table {
    font-size: 0.85rem;
  }
  th, td {
    padding: 0.5rem;
  }
}

@media (max-width: 480px) {
  .cabecalho h1 {
    font-size: 1.5rem;
  }
  .btn-cta {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
  .footer-section h3 {
    font-size: 14px;
  }
  .footer-section p, .footer-section li {
    font-size: 12px;
  }
  .ganhos p {
    font-size: 1rem;
  }
  .ganhos h2 {
    font-size: 1.5rem;
  }
  .plan .price {
    font-size: 1.2rem;
  }
  .plan h2 {
    font-size: 1rem;
  }
  .description {
    font-size: 0.85rem;
  }
}