
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     
    

}
div {
  box-sizing: content-box !important;
  
}

/*-------------------------------------------------Fontes----------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');

/*-------------------------------------------------FIM das Fontes----------------------------------------------*/

body {
    background-color: #F9FAFB;
    margin: 0;
    padding: 0;
}
.logo {
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: flex-start;
}
#logo {
    width: 440px;
}
.menu a,
.menuMobile a {
    text-decoration: none;
    color: white;
    padding: 15px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    flex-wrap: wrap;
    border-radius: 5px;
}
a:hover{
    color: #004DFF;
}
li {
    list-style: none;
    padding: 2px;
}
.header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color:#020122;
    padding: 15px;
    align-items: center;
    
}
.bannerTopo img {
    width: 100%;
    
}

.menu {
    display: flex;
}

html { /*Efeito de rolagem para o menu interno*/
    scroll-behavior: smooth;
}
/* -------------------- Estilo Menu Mobile-------------------------*/
.btnAbriMenu {
    display: none;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
}

.btnAbriMenu i {
    color: white;
    font-size: 40px;
    margin-left: 30px;
    cursor: pointer;
   
}
.overlayMenu {
    background-color: #020122ba;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888888;
    display: none;
}



.menuMobile {
    background-color: #004DFF;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 70%; /* Aqui estou escondendo o menu*/
    max-width: 300px;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
.menuMobile.abrirMenu {
     transform: translateX(0);
}

.menuMobile nav ul{
    text-align: right;
}
.menuMobile nav ul li a {
    text-align: right;
    color: white;
    font-size:20px;
    font-weight: 400;
    display: block;
    padding: 20px;
}
.menuMobile nav ul li a:hover {
background-color: #020122;
border-radius: 5px;
}
.menuMobile .btnFechar{
    padding: 20px 6%;
}

.menuMobile .btnFechar i {
    color: white;
    font-size: 30px;
    

}


/*----------------------Fim do Estilo Menu Mobile-------------------------*/

.mainIndex h1 {
    font-size: 3rem;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding: 30px;
    color: #004DFF;
    text-align: start;
    margin-left: 19%;
    width: 60%;
    

}
.mainIndex p {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding: 30px;
    text-align: start;
     margin-left: 19%;
    width: 60%;
}

h2 {
    color: #020122;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.itemUm h3,
.itemDois h3 ,
.itemTres h3 ,
.itemQuatro h3  {
    color: #004DFF;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding: 15px;
    text-align: start;
    font-size: 1.2em;
    align-items: flex-start;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.060);
}

.itemUm p,
.itemDois p,
.itemTres p,
.itemQuatro p  {
    color: #020122;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding: 5px;
    text-align: start;
    font-size: 1em;
    width: 300px;
    text-align: start;
    line-height: 1.4;

}



/*------------ Container Index Produtos----------------------------------*/

.container {
    display: flex;
    
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px;
    gap: 20px;
    align-items: flex-start;
   
}
.itemUm,
.itemDois,
.itemTres,
.itemQuatro  {
   width: 300px;

}
.totem,
.software,
.autopgto,
.standalone {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    width: 100%; 
    
}
.itemUm img,
.itemDois img,
.itemTres img,
.itemQuatro img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    

}
.itemTres img {
        border: 1px solid #4443437f;
}
/*------------ Banner Mensagem----------------------------------*/
.bannerMsg {
    width: 100%;
    flex-wrap: wrap;
}




/*------------ Historia, Visao, Valores----------------------------------*/

.historia {

    background-color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}
.visao{
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}
#historia{
    display: block;
    text-align: center;
    font-size: 35px;
    color: #004DFF;
}
#historia:hover{
    transform: scale(1.3) rotate(10deg);
}
#visao{
    display: block;
    text-align: center;
    font-size: 35px;
    color: #004DFF;
}
#visao:hover{
    transform: scale(1.3) rotate(10deg);
}
#valores{
    display: block;
    text-align: center;
    font-size: 35px;
    color: #004DFF;
}
#valores:hover{
    transform: scale(1.3) rotate(10deg);
}

.valores{
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}

.container-hi-vi-va {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 15px;

       
}
.historia h2,
.visao h2,
.valores h2 {
    
    text-align: center;
    padding: 20px;
    color: #004DFF;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
   
}
.historia p,
.visao p,
.valores p {
    line-height: 1.4;
    text-align: start;
    padding: 20px;
    max-width: 300px;
    width: 100%;
    color: #020122;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
}


/*------------------------------- Referencias----------------------------------*/

.referencias img {
    display: flex;
    width: 100%;
   
}

.canaisdeatendimento {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.canaisdeatendimento h1 {
    font-size: 2.5rem;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding: 30px;
    text-align: center;
    color: #004DFF;
}
.canaisdeatendimento h2 {
    font-size: 1.5rem;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding: 5px;
    text-align: center;
}
.canaisdeatendimento p {
    font-size: 1rem;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding: 5px;
    text-align: start;
    margin-bottom: 30px;
    line-height: 1.4;
}

/*--------------------------------------CONTATO/FORMULARIO--------------------------------------*/

a {
color: #068904;
text-decoration: none;
font-weight: bold;

}


.canaisdeatendimento h2 {
    font-size: 1.5rem;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding: 5px;
    text-align: center;

    
}
.canaisdeatendimento h3 {
    font-size: 1.5rem;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #004DFF;
}
.canaisdeatendimento p {
  text-align: center;
  margin-top: 30px;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;

}
.canaisdeatendimento a {
  text-decoration: none;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;

}


.containerEmail { /*formulario-Fundo*/
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: rgba(255, 255, 255, 0.393);
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  width: 500px;
  margin-top: 50px;
  margin-bottom: 100px;

  
}
.containerEmail form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  margin: auto;
  
 
}
input#nome {
border-radius: 5px;
height: 35px;
border: none;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.158);
padding: 1px;
padding-left: 5px;

}
input#nome:focus {
 border: none;
 outline: none;
 transform: translateY(2px);
 box-shadow: none;
}
input#empresa {
border-radius: 5px;
height: 35px;
border: none;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.158);
padding: 1px;
padding-left: 5px;

}
input#empresa:focus {
 border: none;
 outline: none;
 transform: translateY(2px);
 box-shadow: none;
}
input#email {
border-radius: 5px;
height: 35px;
border: none;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.158);
padding: 2px;
padding-left: 15px;
}
input#email:focus {
 border: none;
 outline: none;
 transform: translateY(2px);
 box-shadow: none;
}
input#tel {
border-radius: 5px;
height: 35px;
border: none;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.158);
padding: 2px;
padding-left: 15px;
}
input#tel:focus {
 border: none;
 outline: none;
 transform: translateY(2px);
 box-shadow: none;
}
input#cidade {
border-radius: 5px;
height: 35px;
border: none;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.158);
padding: 2px;
padding-left: 15px;
}
input#cidade:focus {
 border: none;
 outline: none;
 transform: translateY(2px);
 box-shadow: none;
}

textarea#mensagem {
text-align:start;
padding: 15px;
border-radius: 15px;
width: 350px;
height: 200px;
border: none;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.158);
resize: none;
font-family: "inter", sans-serif;
text-align: left;

}
textarea:focus {
 border: none;
 outline: none;
}



label[for="nome"] {
  font-family: "inter", sans-serif;
  text-align: start;
}
label[for="empresa"] {
  font-family: "inter", sans-serif;
  text-align: start;
}

label[for="email"] {
  font-family: "inter", sans-serif;
  text-align: left;
}
label[for="telefone"] {
  font-family: "inter", sans-serif;
  text-align: left;
}
label[for="cidade"] {
  font-family: "inter", sans-serif;
  text-align: left;
}
label[for="mensagem"] {
  font-family: "inter", sans-serif;
  text-align: left;
}

.enviar {
  border-radius: 5px;
  margin-top: 50px;
  width: 300px;
  height: 35px;
  border: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.158);
  background-color:#004DFF;
  cursor: pointer;
  color: white;
  margin: auto;
  margin-top: 25px;

}
button:hover{
 background-color:#004cffe9;
}


/*-----------------------------------Icone Whatsapp-----------------------------*/

  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    cursor: grab;
}

.whatsapp-float:hover {
    background-color: #2bf976f1;
    text-decoration: none;
    color: white;
}
.whatsapp-float:active {
    cursor: grabbing;
}

/*-------------------------------------Rodapé-------------------------------------------*/

footer {
    
    background-color: #020122;
    padding: 20px;
    
}
.rodape p {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 15px;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    margin: auto;
   
}
/*-------------------------------------------Revendas-------------------------------------------------------*/

.paginaToda{ /* essa div é sobre o espaço que coloquei para empurrar o rodapé*/
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.revendas { /* aqui controla as divs do conteudo*/
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
.painel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

.revendas h1{
    text-align: center;
    padding: 30px;
    font-family: "Space Grotesk", sans-serif;
    color: #004DFF;
    margin-top: 50px;
}
.revendas i {
    text-align: center;
    font-size: 30px;
    color: #0044e4;

}
.revendas h3 {
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    font-size:1.2em;
    margin-top: 25px;
    color: #020122a8;
}

.bloco {
    background-color:white;
    padding: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.322);
    height: 200px;
    width: 300px;
    max-width: 300px;
    border-radius: 8px;
    padding: 30px;
    margin: 20px;
 }

 .dadosRevendas h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.5em;
    text-align: center;
    color: #004DFF;
    margin-bottom: 15px;
 }
.dadosRevendas p {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1em;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
    
 }
 .dadosRevendas p strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
 }

.rodapeRevenda {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background:#020122;
    color: white;
    padding: 20px;
    text-align: center;
}
/*--------------------------------Estacionamento-----------------------------------------*/
.bannerParking {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #F9FAFB;
}
.bannerParking img {
    border-radius: 0 0 20px 20px;
    display: block;
    width: 100%;
    height: auto;
  
}
.estacionamentoTitulo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.estacionamentoTitulo h1{
    text-align: center;
    padding: 25px;
    font-family: "Space Grotesk", sans-serif;
    color: #0044e4;
}
.estacionamentoTitulo p {
    text-align: center;
    width: 50%;
    text-align: left;
    padding: 25px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.2em;
}   

.totensContainer {
    display: flex;
    background-color: rgba(232, 230, 230, 0.273);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.168)   ;
    align-items: center;
    justify-content: space-between; /* ou flex-start */
    flex-wrap: nowrap; /* Não quebrar para baixo */
    height: auto; /* Deixe a altura automática */
    max-width: 800px; /* aumente um pouco para caber imagem + texto */
    margin: 25px auto;
    border-radius: 10px;
    overflow: hidden; /* Para manter as bordas arredondadas */
}

.fotoDosTotens img {
    height: 250px;
    width: auto; /* Mantém a proporção natural */
    border-radius: 20px 0 0 20px;
    padding: 10px;
}

#fotoDoCaixa {
    width:300px;
    height: auto;
}
#fotoDaCamera {
    width:300px;
    height: auto;
}
#moduloPrinterFoto{
    width:300px;
    height: auto;
}

.descricaoTotens {
    padding: 20px;
    flex: 1; /* Ocupa o espaço restante */
}

.descricaoTotens h2 {
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 15px;
    font-size: 20px;
    color: #004DFF;
}

.descricaoTotens p {
    font-family: "Space Grotesk", sans-serif;
    color: #333;
    font-weight: 500;
}



/*--------------------------------Software - Park System Cloud---------------------------*/
.conteudoFundoSoftware{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: left;
    margin: 80px auto;
    flex-wrap: wrap;
    height: 400px;
    gap: 50px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    
  
}

.conteudoSoftware h1 {
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 10px;
}
.conteudoSoftware h2 {
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 25px;
    color: #004DFF;
}
.conteudoSoftware p {
    font-family: "Space Grotesk", sans-serif;
    width: 500px;
    line-height: 30px;
}


.imagemDoSistema img {
    width: 400px;
    height: 400px;
    justify-content: center;
    border-radius: 0px 10px 10px 0;
 
   
}

.containerDetalhesDoSoftware {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    margin: 100px auto;
    gap: 30px;
    justify-content: center;
}
.detalhesDoSistema{
   background-color: white;
    padding: 15px;
    width: 300px;
    height: 200px;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    font-size: 25px;

}
.detalhesDoSistema h2{
    font-family: "Space Grotesk", sans-serif;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.detalhesDoSistema p{
    font-family: "Space Grotesk", sans-serif;
    text-align: center;
    font-size: 15px;
}

.formasDePgtoIcon {
  display: flex;
  justify-content: center; /* ou space-between, center... */
  align-items: center;
  gap: 80px; /* espaço entre os ícones */
  flex-wrap: wrap; /* quebra linha se faltar espaço */
  margin-top: 20px;
  margin-bottom: 20px;
  outline: #0044e4;
}

.icone {
  display: flex;
  flex-direction: column; /* ícone em cima, nome embaixo */
  align-items: center;
  text-align: center;
}

.icone i {
  font-size: 60px; /* tamanho do ícone */
  margin-bottom: 5px; /* espaço entre ícone e texto */
  color: #3b3d41;
}

.icone span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
  
}

#textoFormasdePagto  h2 {
text-align: center;
color: #004DFF;
font-family: "Space Grotesk", sans-serif;    
font-size: 25px;
background-color:#F9FAFB;
margin-bottom: 10px;

}

.formasDePgtoDescr{

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    flex-wrap: wrap;
}
.formasDePgtoDescr ul {
  margin: auto;
  width: 40%;
}
.formasDePgtoDescr li {
    font-family: "Space Grotesk", sans-serif;
    list-style: disc;
    line-height: 30px;
    width: 600px;
    text-align: left;
    margin: left;

}
.formasDePgtoDescr h2 {
    margin-bottom: 15px;
    color: #004DFF;
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    margin-bottom: 25px;
}
.formasDePgtoDescr p {
    font-family: "Space Grotesk", sans-serif;
    width: 45%;
    line-height: 30px;
    padding: 15px;
    text-align: left;
    margin-bottom: 50px;
}
/*--------------------------------Seja um Revendedor--------------------------------------*/
.lucre {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    flex-wrap: wrap;

}
.lucre img {
    width: 600px;
    height: 400px;
    margin-left: 30px;
    
   
}

.conteudoFundo {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px 100px 20px; /* padding lateral para evitar estourar */
    box-sizing: border-box;
    width: 100%;
}
.conteudo{
   
    display: flex;
    flex-direction: column;
   
}

.conteudo h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.7em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    background-color: #004DFF;
    padding: 10px;
    margin-top: 30px;
    border-radius: 0 10px 0 10px;
   box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.conteudo p {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1em;
    text-align: left;
    line-height: 1.5;
    max-width: 750px;
    width: 100%; /* para nunca ultrapassar o container */
    margin: 0 auto;
    padding: 0 10px; /* segurança para evitar estourar */
    box-sizing: border-box;
}

.botaoContato {
    display: flex;
    justify-content: center;
    margin: 15px 20px 50px 20px;
    width: 100%;
}

.botaoEstilo {
    background-color: #004DFF;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 10px;
    width: 250px;
    display: inline-block;
}

.botaoEstilo:hover {
    background-color: #0044e4;
    color: white;
}
/*-------------------------------------MAPA-----------------------------*/
.mapa-embed {
  width: 40%;
  height: 300px;
  border: 0;
  border-radius: 15px;
  margin-bottom: 30px;
}


/*-------------------------Responsividade---------------------------------*/

@media (max-width:720px) {
 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  .itemUm,
  .itemDois,
  .itemTres,
  .itemQuatro {
    width: 20%;
    margin-bottom: 15px;
    display: flex;             /* Se quiser centralizar conteúdo interno */
    justify-content: center;   /* Centraliza filhos dentro do item */
  }

  .bannerMsg img {
        width: 10%;
    }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .itemUm,
  .itemDois,
  .itemTres,
  .itemQuatro {
    width: 48%;
    margin-bottom: 15px;
   
    display: flex;             /* Se quiser centralizar conteúdo interno */
    justify-content: center;   /* Centraliza filhos dentro do item */
  }

  .bannerMsg img {
    width: 100%;
    height: auto;  /* para manter proporção */
  }
}

@media (min-width: 1025px) {

  .container{
    gap: 30px;
  }

  .itemUm,
  .itemDois,
  .itemTres,
  .itemQuatro {
    
    box-sizing: border-box;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    
  }

  .bannerMsg img {
    width: 100%;
    height: auto;
  }
}

@media (max-width:720px) {
    .logo {
        padding: 15px;
        align-items: center;
    }
    #logo {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    .header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: nowrap;
     position: sticky;
     z-index: 100000;
     top: 0;
    }
    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .btnAbriMenu {  /*Menu Botao Hamburger*/
    display: flex;
    }

    .mainIndex{
   
        display: flex;
  
        justify-content: center;
    }
    .mainIndex h1{
        font-size: 22px;
        border-radius: 0 15px 0 15px;
        color:#0044e4;
        margin-top: 15px;
        height: auto;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        
    }
 
  
    .mainIndex p {
        width: 100vw;
        margin-left: 5px;
        text-align: center;
    }
    .link {
        color: #0044e4;
        font-family: "Space Grotesk", sans-serif;
        
    }

    .container {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center
        ;
    }
    .itemUm,
    .itemDois,
    .itemTres,
    .itemQuatro {
        width: 100%;
        margin-bottom: 20px;
     
        display: flex;
        justify-content: center;
    }
    .itemUm img,
    .itemDois img,
    .itemTres img,
    .itemQuatro img {
        width: 100%;
        height: auto;
    }
    .itemUm h3,
    .itemDois h3,
    .itemTres h3,
    .itemQuatro h3 {
        text-align: center;
        
    }
    .itemUm p,
    .itemDois p,
    .itemTres p,
    .itemQuatro p {
        text-align: center;
        padding: 15px;
        margin: auto;
    }
    .bannerMsg img {
    width: 100%;
    flex-wrap: wrap;
    
}
    .container-hi-vi-va {
        flex-direction: column;
        align-items: center;
    }
    .historia p,
    .visao p,
    .valores p {
        width: 100%;
        text-align:center;
    }
    #referencias {
        display: none;
    }
    .canaisdeatendimento h1{
        font-size: 2rem;
    }
    .canaisdeatendimento h2,
    .canaisdeatendimento p {
         text-align: center;
    }

/*-----------------------------Software----------------------------------------*/



@media (max-width: 768px) {
    .conteudoFundoSoftware {
        flex-direction: column;
        height: auto;
        align-items: center;
        
       
    }
    .formasDePgtoDescr h2{
        text-align: center;
    }
    .conteudoFundoSoftware h1 {
        font-size: 30px;
        margin-top: 5px;
        background-color: #0044e4;
        color: white;
        text-align: center;
        border-radius: 0 15px 0 15px;
    }
    .conteudoFundoSoftware h2 {
        font-size: 20px;
        margin-top: 20px;
        text-align: center;
        font-weight: 600;
      
    }
    .conteudoFundoSoftware p {
        text-align: center;
        color:black
      
    }
    .conteudoSoftware{
        
        width: 80%;
    }


    .imagemDoSistema img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        
    }
    .formasDePgtoIcon{
       display: flex;
       flex-direction: column;
       gap: 5px;
    
    }

    .formasDePgtoImg img {
        width: 70%;
        height: auto;
        
    }

    .formasDePgtoDescr ul {
        width: 90%;
    }

    .formasDePgtoDescr li {
        width: 100%;
    }

    .formasDePgtoDescr p {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .conteudoSoftware p {
        width: 100%;
        line-height: 25px;
    }

    .imagemDoSistema img {
        width: 200px;
        height: 200px;
    }

    .detalhesDoSistema {
        width:80%;
        height: auto;
        padding: 10px;
        font-size: 20px;
    }

    .formasDePgtoImg img {
        width: 90%;
        height: auto;
    }

    .formasDePgtoDescr ul {
        width: 100%;
    }

    .formasDePgtoDescr li {
        width: 100%;
    }

    .formasDePgtoDescr p {
        width: 100%;
    }
}

/*----------------------------Area de Contato - Caixa-------------------------*/

  .index-contato p{
    color: rgb(0, 0, 0);
    padding: 15px;
    text-align: start;
  }

/*--------------------------------------FimContato----------------*/

@media (max-width: 600px) {
  .containerEmail {
    padding: 20px 10px; /* Reduz o padding lateral no mobile */
    align-items: center;
    width: 90%;
  }

  form {
    padding: 15px; /* Reduz espaço interno */
    width: 90%;
  }

  input {
    font-size: 0.9em; /* Texto um pouco menor */
    padding: 8px;     /* Menos espaço nos campos */
    width: 99%;
    
    
  }

 textarea {
    min-width: unset;
    min-height: unset;
    width: 100%;
    max-width: 100%;
    height: 100px; /* Ajuste conforme preferir */
    box-sizing: border-box;
    font-size: 0.9em;
    padding: 8px;
    resize: none; /* Opcional: impede o usuário de redimensionar */
  }

  button.enviar {
    font-size: 0.9em;
    padding: 2px;   /* Mantém confortável */
    width: 100%;
 
  }
}
}
/*----------------------------Estacionamento-----------------------------------*/
@media (max-width:720px){


.estacionamentoTitulo h1 {
    font-size: 25px;
    color: #0044e4;
}
.estacionamentoTitulo p{
    width: 90%;
}
.totensContainer{
    
    display: flex;
    flex-direction: column;
}
#saibaMais{
    color: #0044e4;
    font-family: "Space Grotesk", sans-serif;
}





}

/*----------------------------Seja um revendedor------------------------------*/

@media (max-width: 600px) {


    .conteudo p {
        max-width: 80%;
        font-size: 0.95em;
      
        align-items: center;
    }
    .conteudo h2 {
        font-size: 1.3em;
        max-width: 80%;
        margin: auto;
        margin-bottom: 15px;
        margin-top: 15px;
        
    }
    .botaoContato{
        max-width: 80%;
        margin-bottom: 25px;
        margin-left: 40px;
        
    }
    .botaoEstilo {
        width: 100%;
        font-size: 14px;
        
    }
    .lucre {
        padding: 30px 15px;
    }
}
@media (max-width: 600px) {
  html, body {
    overflow-x: hidden;
    width: 100vw;
    margin: 0;
    padding: 0;
  }
}
/*--------------------------------Sistema----------------------------------*/

@media (min-width: 721px) and (max-width: 965px) {
.imagemDoSistema img {
  width: 180px;
  height: auto;
   
}

}
@media (min-width: 721px) and (max-width: 750px) {
.imagemDoSistema img {
display: none;
   
}
}
/*---------------------------MAPA-----------------*/
@media (min-width: 768px) {
  .mapa-embed {
    height: 300px;
    width: 50%;
  }
}