
@font-face {
    font-family: bebas;
    src: url('bebas.ttf');
}

@font-face {
    font-family: abacaxi;
    src: url('abacaxi.otf');
}

@font-face {
    font-family: itc;
    src: url('itc.ttf');
}

@font-face {
    font-family: dancing;
    src: url('dancing.ttf');
}

@font-face {
    font-family: europa;
    src: url(europa.otf);
}

@font-face {
    font-family: gotham;
    src: url(gotham.otf);
}

@font-face {
    font-family: gotham-m;
    src: url(gotham-medium.otf);
}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*  font-family: "Dancing Script", cursive; */






body {

    margin: 0;
    padding: 0;
    background-color: #E01926;
    font-family: europa;


}


.menupc {
    background-color: white;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 65px;
    transform: translate(-50%, 0);
    padding: 18px 3px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    font-size: 20px;
    z-index: 9999;
    transition: top 0.5s ease; /* Adiciona uma transição suave para a propriedade top */
  }

.menumais10 {
    background-color: white;
    text-align: center;
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    padding: 18px 3px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    font-size: 20px;
    z-index: 9999;
    transition: bottom 0.3s ease; /* Adicionando uma transição suave para o efeito de subir e descer */
  }

.redes {
    background-color: white;
    text-align: center;
    color: #070F33;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.restrito {
    position: absolute;
    right: 40px;
    background-color: #070F33;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
}

.restrito:hover {
    background-color: #172c8b;
    cursor: pointer;
}

.linkmenuativo {
  white-space: nowrap;
    background-color: #070F33;
    padding: 15px 30px;
    border-radius: 30px;
    color: white;
}

.linkmenu {
  white-space: nowrap;
    padding: 15px 20px;
    border-radius: 20px;
    color: #070F33;
    margin: 10px;
}

.linkmenu:hover {
    color: #2644cc;
    cursor: pointer;
}

.logocentral{
    width: 150px;
}




/* Página 1 */

.pag1 {
    position: relative;
    width: 900px;
    height: 800px;
    text-align: center;
    left: 50%;
    transform: translate(-50%,0);
}

.texto1 {
  position: relative;
  max-width: 400px;
  top: 20%;
  text-align: left;
  font-size: 30px;
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 650;
}

.texto1-2 {
  position: relative;
  max-width: 400px;
  top: 20%;
  text-align: left;
  font-size: 25px;
  color: white;
  font-family: "Montserrat", serif;

}

.linkpag1 {
  margin-top: 50px;
  width: 80%;
  z-index: 555;

}

.aspast {
  width: 30px;
  position: absolute;
  top: -20px;
  left: -30px;
}

.bg1 {
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: -10;
  background-image: url('img/bg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pg2 {
  margin-top: -50px;
  position: relative;
  width: 100%;
  background-image: url(img/bg2.jpg);
  height: 200px;
  border-radius: 40px 40px 0 0;
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.5);
}

.bgpg1 {
  position: relative;
 background-image: url(img/bg1.jpg);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

.texto2 {

  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  position: relative;
  max-width: 450px;
  text-align: center;
  font-size: 27px;
  font-family: "Montserrat", serif;
  color: white;
}

.texto3 {

  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  position: relative;
  max-width: 550px;
  text-align: center;
  font-size: 27px;
  font-family: "Montserrat", serif;
  font-weight: bold;
  color: white;
}




/* Page 3 */ 

.pag3 {
  text-align: center;
  position: relative;
  background: linear-gradient(to right, #070F33, #2644cc);
  color: #003a62;
  font-family: "Montserrat", serif;
  padding-bottom: 100px;
  border-top: solid 2px #E01926;
  border-bottom: solid 2px #E01926;
}

a {
  text-decoration: none;
}


.textodapag3 {
  position: relative;
  width: 550px;
  background-color: #E01926;
}



.divisaomeio {
  position: relative;
  width: 50%; /* Alterado para 50% para deixar as divs lado a lado */
  display: inline-block; /* ou float: left; */
  margin-top: 100px;
}



.tabledivisao {
  width: 100%;
}

.texto4{
  text-align: left;
  font-size: 50px;
  max-width: 400px;
  font-family: "Montserrat", serif;
  font-weight: bold;


}

.quadradinhos{
  width: 80%;
}



/* Contato */

.balao-de-conversa {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 5px;
    margin: 20px;
    max-width: 300px; /* Largura máxima do balão de conversa */
    text-align: center;
  }
  
  /* Triângulo à esquerda */
  .balao-de-conversa::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  
  /* Triângulo à direita 
  .balao-de-conversa::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
  }*/



  .contato {
    position: fixed;
    left: -550px; /* Começa fora da tela */
    transition: left 0.3s ease; /* Adiciona uma transição suave para a propriedade left */
    top: 50%;
    transform: translate(0,-50%);
    z-index: 99999;
}






  .textocomoposso {
    font-family: "Montserrat", serif;
    color: #004692;
    font-size: 30px;

  }

/* Estilo para o contêiner do formulário de contato */
.contato-form {
    max-width: 500px; /* Largura máxima do formulário */
    margin: 0 auto; /* Centraliza o formulário na página */
    padding: 20px;
    background-color: transparent; /* Fundo transparente */
    color: #070F33; /* Cor do texto azul */
    border-radius: 10px;
  }
  
  /* Estilo para os campos de entrada */
  .contato-form input[type="text"],
  .contato-form input[type="email"],
  .contato-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Garante que o padding não altere a largura do campo */
  }
  
  /* Estilo para o botão de envio */
  .contato-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #070F33; /* Cor de fundo azul */
    color: white; /* Cor do texto branco */
    border-radius: 5px;
    cursor: pointer;
  }
  
  /* Estilo para o botão de envio quando o cursor está sobre ele */
  .contato-form input[type="submit"]:hover {
    background-color: #070F33; /* Cor de fundo azul mais escura */
  }
  
  /* Estilo para o título do formulário */
  .contato-form h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  

  .redessociais {
    width: 25px;
    margin: 0 10px;
    transform: translate(0,2px);
  }



  /* Estilo para o botão de envio */
select {
    border:  solid 2px #4b4a48;
    width: 100%;
    padding: 10px;
    border: none;
    background-color: white; /* Cor de fundo azul */
    color: #070F33; /* Cor do texto branco */
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
  }



.quadradosdocentro {
  position: relative;
  width: 100%;
}

.quadradosvermelhos {
  border-radius: 15px;
  padding: 20px 30px;
  text-align: left;
  font-size: 30px;
  color: white;
  width: 350px;
  background-color: #070F33;
  border: solid 1px #2644cc;
}

.tabledosquadradosvermelhos {
  position: relative;
  margin-left: 50%;
  transform: translate(-50%,0);
  margin-top: 100px;

}

.textodosquadrados{
  font-size: 15px;
  line-height: 1.3;
  font-family: europa;
  letter-spacing: 2px;
}




.pg4 {
  background-color: #070F33;
  position: relative;
  text-align: center;
  color: white;
  padding-top: 100px;
  padding-bottom: 50px;

}



.cetinha {
  top: -118px;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  position: absolute;
  border-radius: 20px;
  width: 50px;
  height: 50px;
  background-color: #070F33;
  padding: 20px;
  border-right: solid 1px #E01926;
  border-bottom: solid 1px #E01926;
}

.cetinhadobrada{
  transform: translate(-50%,-50%);
  transform: rotate(45deg);
  position: absolute;
  top: 36px;
  left: 31px;
}

.titulodoframe {
  font-size: 40px;
  font-family: "Montserrat", serif;
  font-weight: 650;

}

.titulodoframe3 {
  font-size: 40px;
  font-family: "Montserrat", serif;
  font-weight: 650;

}

.titulodoframe2{
  font-size: 40px;
  font-family: "Montserrat", serif;
  font-weight: 650;
}

.imgsuporte {
  width: 250px;
}

.suporte {
  cursor: help;
  align-content: center;
  margin: 50px 20px;
  padding: 20px;
  color: #070F33;
  background-color: #ffffff;
  max-width: 350px;
  border: solid 2px #102379;
  border-radius: 15px;
  font-family: "Montserrat", serif;
  font-weight: 650;
  text-align: center;
  transition: height 0.3s ease;
  height: 250px; /* Altura padrão */
}

.suporte.expand {
  height: 300px; /* Altura expandida */
}

.infoprice {
  transition: opacity 0.3s ease;
}

.infoprice.hide {
  display: none;
}

.infoprice.show {
  display: flex;
}

.suporte.expand {
  width: 500px; /* Tamanho expandido */
}

.infoprice {
  transition: opacity 0.3s ease;
}

.infoprice.hide {
  display: none;
}

.infoprice.show {
  display: flex;
}

.button-01 {
  background-color: #102379;
  color: white;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 7px;
  cursor: pointer;
}

.suportetotal {
  display: flex;
  justify-content: center; /* Centraliza no eixo horizontal */
  align-items: center; /* Centraliza no eixo vertical */
}

.btsaibamais {
  border: solid 2px #102379;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: #070F33;
  position: absolute;
  font-size: 20px;
  font-family: "Montserrat", serif;
  font-weight: 650;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%,90%);
  cursor: pointer;
  z-index: 999;
}

.btsaibamais:hover {
  background-color: #102379;
}

.tableicones {
  width: 250px;
  border-bottom: solid 2px #E01926;
  padding: 5px 20px;
  background-color: white;
  height: 150px;
  align-content: center;
  border-radius: 10px;
  text-align: center;
  color: #003a62;
  margin: 10px;
  font-size: 17px;
  font-family: europa;
  word-spacing: 2px;

}

.tableicones:hover .iconessuporte {
  width: 55px;
}

.iconessuporte {
  width: 40px;
  transition: width 0.3s ease-in-out;
}

.nomedoicone {
  margin-left: 5px;
  font-size: 30px;
  text-transform: uppercase;
}

.table-cell {
  display: flex;
  align-items: center; /* Alinha verticalmente no centro */
  justify-content: center; /* Centraliza horizontalmente */
  height: 100%; /* Garante que a altura seja 100% da célula */
}

.img-mapinha {
  padding: 30px;
  width: 450px;
}

.textodomapinha {
   font-size: 30px;
   font-family: "Montserrat", serif;
   font-weight: 100;
}



.pg6 {
  background-color: white;
  position: relative;
  text-align: center;
  color: #070F33;
  border-top: solid 2px #070F33;
  border-bottom: solid 2px #070F33;
  height: 300px;
  align-content: center;
}

.slideshow-container {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  position: relative; /* Add this for positioning pseudo-elements */
}

.slideshow-container::before,
.slideshow-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2; /* Make sure they are on top */
}

.slideshow-container::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.slideshow-container::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

.slide-track {
  display: flex;
  animation: scroll 20s linear infinite;
}

.parceiros {
  padding: 10px;
  margin:0 15px;
  flex: 0 0 auto;
}

.iconeparceiros {
  width: 150px;
  transition: width 0.3s ease-in-out;
}

.parceiros:hover .iconeparceiros {
  width: 160px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



.pg7 {
  padding: 30px;
  background-color: #070F33;
  text-align: center;
  align-content: center;
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 100;
  font-size: 20px;

}



.pg9 {
  background-color: #070F33;
  text-align: center;
  align-content: center;
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 100;
  font-size: 30px;
}

.pg10 {
  border-top: solid 2px #0b1750;
  border-bottom: solid 2px #E01926;
  background: linear-gradient(to bottom, white, #e2e7f0); /* Gradiente de branco para cinza */
  text-align: center;
  align-content: center;
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 100;
  font-size: 30px;
  height: 360px;
  padding-top: 50px;
}

.pg11 {
  border-bottom: solid 2px #272727;
  background-color: white;
  text-align: center;
  align-content: center;
  color: #070F33;
  font-family: "Montserrat", serif;
  font-weight: 100;
  font-size: 30px;
  padding-bottom: 60px;
}

.quadradinhos {
  background-color: #da0605;
  color: white;
  font-size: 17px;
  padding: 10px 0;
  border-radius: 7px;
  cursor: pointer;
  margin: 10px 0;
}

#quadradinhos1 {
  font-size: 14px;
  font-family: monospace;
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

#quadradinhos1.show {
  display: block;
  max-height: 500px; /* Ajuste o valor conforme necessário */
  opacity: 1;
}

.ico-suporte {

  filter: invert(1);
  width: 40px;
  right: 12%;
  transition: opacity 0.5s ease; /* Adicionado para transição suave */
  opacity: 1;
}

.ico-suporte.hide {
  opacity: 0;
  top: 500px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Ajuste o espaço entre os quadrados conforme necessário */
  justify-content: center; /* Alinhar ao centro */
  margin: 20px;
}

.quadradodoicone {
  width: 40px;
  filter: invert(1);
  margin-bottom: 3px;
}

.quadradosicones {
  cursor: pointer;
  padding: 10px;
  color: white;
  border-radius: 7px;
  text-align: center;
  height: 100px;
  width: 90px;
  background-color: #E01926;
  line-height: 0.9;
  border-bottom: solid 2px #7c0e15;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.textodosicones {
  font-size: 13px;
  font-family: 'Courier New', Courier, monospace;
}


.estados {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  background-color: #003a62;
  border-radius: 10px;
  border: solid 2px #006adb;
  box-shadow: #5a0000 4px 4px 4px;
}

.lojas35 {

  letter-spacing: 2px;
  font-size: 25px;
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 650;
  background-color: #070F33;
  border-radius: 7px;
  position: relative;
  padding: 10px 20px;
  z-index: 55;
  bottom: 0px;
  transform: translate(0,100%);

}

.pg5 {
 background-image: url(img/bg/bg2.jpg);
  background-position: right;
  background-size: cover;
  background-color: white;
  position: relative;
  text-align: center;
  color: white;
  padding-top: 50px;
}

.container-quadrados {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Espaçamento entre os quadrados */
}

.quadrado {
  background-color: #070F33;
  padding: 10px;
  margin: 0; /* Remover a margem aqui para evitar conflito com o gap do container */
  border-radius: 7px;
  border: solid 2px #070F33;
  color: white;
  width: 40px;
  text-align: center; /* Centralizar o texto */
  box-sizing: border-box;
}

.container-quadrados > .quadrado {
  flex: 1 1 calc(16.66% - 20px); /* Calcula a largura para 6 por linha considerando o gap */
}

@media (max-width: 600px) {
  .container-quadrados > .quadrado {
    flex: 1 1 calc(33.33% - 20px); /* Ajusta para 3 por linha em telas menores */
  }
}

#mapinha-overlay {
  max-width: 550px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.suportetotal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.img-mapinha {
  transition: transform 0.5s ease;
  margin-top: 10px;
  margin-bottom: -80px;
}

.img-mapinha.move-right {
  transform: translateX(250px);
}


 /* Galeria */


 .gallery {

  border-radius: 7px;
  padding: 25px 10px 10px 10px;
  background-color: #070F33;
  border: solid 1px #2644cc;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 950px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.photo {
  width: 150px;
  height: 150px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay img {
  max-height: 50%;
  border-radius: 10px;
}

.titulosede {
  left: 50%;
  font-size: 18px;
  border: solid 1px #2644cc;
  background-color: #070F33;
  padding: 10px 10px;
  border-radius: 7px;
  position: absolute;
  transform: translate(-50%,-120%);

}

.endereco {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 20px;
}

.iconeendereco {
  width: 15px;
  filter: invert(1);
  margin: 0 10px;
  transform: translate(0, 15%);
}

.iconeendereco2 {
  width: 25px;
  margin: 0 8px;
  transform: translate(0, 18%);
}

.subpg9{ 
  background-color: #E01926;
  position: relative;
  padding: 30px 0;
  text-align: center;
  align-content: center;
  padding-bottom: 80px;
}

.licenciados{
  transform: translate(-50%,0);
  left: 50%;
  position: relative;
  max-width: 450px;
  font-family: "Montserrat", serif;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center;
}

.video-container {
  border-radius: 15px;
  width: 276px;
  height: 150px;
  border: solid 1px #070F33;
  display: flex;
  justify-content: center;
  align-items: center;

}

.tab {
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
}

.logonofinal {
  width: 250px;
}

.fabre {
  color: #4b4a48;
  font-family: abacaxi;
  transform: translate(-125%,0);
  left: 50%;
  position: relative;
  margin: 30px;
}

.whatsapp {
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  position: fixed;
  background-color: white;
  border: solid 1px #4CAF50;
  border-radius: 7px;
  padding: 2px 5px;
  color: #4CAF50;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
}

.whatsapp:hover {
  box-shadow: #4CAF50 2px 2px 2px;
}

.consultorgeral{
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.consultoresquerda50 {
  font-family: "Montserrat", serif;
  font-weight: 100;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: center;
  transform: translate(0,-50%);
}

.direita5050 {
  font-size: 50px;
  right: -100px;
  font-family: "Montserrat", serif;
  font-weight: 100;
  width: 50%;
  position: absolute;
  text-align: center;

}

.textoconsultoresquerda50{
  font-size: 50px;
  max-width: 350px;
  text-align: right;
}

.textoconsultoresquerda502{
  border-radius: 3px;
  padding: 5px;
  font-size: 35px;
  max-width: 350px;
  text-align: right;
  margin: 10px;
  background-color: #070F33;
}

.tabledoconheca {
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
}

.divisao {
  background-color: white;
  padding-bottom: 80px;
  border-bottom: solid 2px #da0605;
}

.sobrenos {
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 100;
  font-size: 50px;
  position: relative;
  text-align: center;
  padding-top: 100px;
  background: linear-gradient(#2644cc, #070F33);
  height: 80px;
}

.divprodutos {

  color: white;
  font-family: "Montserrat", serif;
  font-weight: 100;
  font-size: 50px;
  position: relative;
  text-align: center;
  padding-top: 100px;
  box-sizing: border-box;
  background-color: #070F33;
}

.ff {
  border-radius: 7px;
  margin-top: 20px;
  transform: translate(-50%,0);
  left: 50%;
  position: relative;
  display: block;
  width: 500px;
  border: white solid 3px;
}

.textosobrenos {
  transform: translate(-50%,0);
  left: 50%;
  max-width: 1000px;
  position: relative;
  text-align: center;
  margin-top: 220px;
  font-family: europa;
  font-size: 20px;
  color: #070F33;
  padding-bottom: 100px;
}

.tablesobrenos {
  width: 60%;
  transform: translate(-50%,0);
  left: 50%;
  position: relative;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.conteudobemvitam {
  font-size: 25px;
  position: relative;
  width: 60%;
  transform: translate(-50%,0);
  left: 50%;
  height: 80px;
  margin-bottom: 100px;

}

.logoprodutos {
  background-color: white;
  border-radius: 55px;
  border: solid 3px white;
  width: 250px;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.logoprodutos:hover {
  width: 260px;
}

#comprebem {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  font-size: 25px;
  transition: transform 1s ease, filter 1s ease; /* Transição suave */
}


.textocomprebemnossamissao {
  font-size: 24px;
  color: #E01926;
  font-family: "Montserrat", serif;
  font-weight: 100;
  margin-top: -1px;
}

.textocomprebemnossamissao2 {
  font-size: 18px;
  color: #E01926;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  line-height: 18px;
  margin-top: -20px;
}

.titulocomprebem {
  color: #E01926;
  font-size: 50px;
  font-family: "Montserrat", serif;
  font-weight: bold;
}

.textocomprebem {

}

.texto-licenciado {
  height: 300px; 
  font-size: 60px;
  text-align: center;
  font-family: "Montserrat", serif;
  font-weight: 100;
}

.texto-licenciado p {
  margin: 0 auto; 
  max-width: 950px; 
}


.btvermelhao {
  border: solid 1px #E01926;
  font-size: 30px;
  padding: 10px 20px;
  border-radius: 4px;
  font-family: "Montserrat", serif;
  font-weight: bold;
  color: white;
  background-color: #E01926;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-2deg);
  top: 0;
}

.btvermelhao:hover {
  font-size: 34px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.texto2comprebem{
  padding-top: 30px;
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.move-out {
  transform: translateX(-100%);
  filter: blur(10px);
}

#comprebem {
  display: block;
}

#bempopular {
  display: none;
  color: #E01926;
}

#supremafarma {
  display: none;
  color: #070F33;
}

.imgicobempopular{

  width: 70px;
  margin-bottom: 20px;

}

.titulogrande {
  border: solid 4px white;
  transform: translate(-50%,0) rotate(-2deg);
  left: 50%;
  padding: 4px 20px 0px 20px;
  border-radius: 7px;
  bottom: -80px;
  position: absolute;
  background-color: #070F33;
  font-family: "Montserrat", serif;
}

.conteudosobrenos {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 100px;
}

.blog {
  position: relative;
  width: 100%;
  height: 760px;
}

.icomenu {
  display: none;
}


#menumobile {
  display: none;
}

.tabeladosestados {
  width: 50%; 
  display: inline-block;
}

.img-mapinha2 {
  display: none;
}

.novaferramenta {
  display: none;
}

.quadradinhodasferramentas {
  display: none;
}

.nostemostudocel {
  display:  none;
}

.porcentagemcel{
  display: none;
}


.divtabledeporcentagem {
  display: block;
}

.textodaporcentagem2 {
  display: none;
}

.eventospc{
  display: block;
}

.eventoscel{
  display: none;
}


.titulodovideo {
  font-size: 20px;
}

.videosmaisde350cel{
  display: none;
}

.redeafiliada1 {
  left: 31px; 
  position: relative; 
  font-size: 20px; 
  top: -30px;
}



.redeafiliada2 {
  left: -35px; 
  position: relative; 
  font-size: 20px; 
  top: -35px;
}

.logosfinaispc {
  display: block;
}

.logosfinaiscel{
  display: none;
}

.direitos {
  display: block;
  position: relative; 
  font-size: 17px; 
  left: 50%; 
  transform: translate(-50%,0); 
  bottom: 50px;
}

.direitoscel {
  display: none;
}

.direitospc {
  display: block;
}

.sobrenospg1cel {
  display: none;
}


.sobrenospg2cel {
  display: none;
}

.fotocomprebem {
  width: 600%;
}


.ehdopc {
  display: block;
}

.nocel {
  display: none;
}

.bempopularcelular {
  display: none;
}

.chamar {
  display: none;
}



.tabelanossasmarcas2 {
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  margin-top: 20px;
  text-align: center;

}








.suamarca {
  width: 100%;
  text-align: center;
  color: #E01926;
  font-size: 40px;
  font-family: "Montserrat", serif;
  font-weight: 100;
  margin-bottom: 30px;
}







.imagemnovagenerica {
  width: 50%;
  margin-top: 50px;
}




.textonovamarca {
  font-family: "Montserrat", serif;
  font-weight: 650;
  font-size: 20px;
  padding: 0 20px;
  margin-bottom: 30px;
  position: relative;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}


.bt_novamarca {
  background-color: #E01926;
  color: white;
  padding: 20px 0;
  margin: 10px 10px;
  border-radius: 10px;
  margin-bottom: 100px;
  max-width: 350px;
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  cursor: pointer;
}


.exclusivo {
  font-size: 500px;
}
























@media (max-width: 600px) {

  .menupc {
    display: none;
  }

  .acompanhe{
    display: none;
  }

  .redes {
    width: 100%;
    top: 0px;
    position: fixed;
    background-color: white;
    text-align: left;
    color: #004692;
    height: 55px;
    z-index: 9999;
}

.restrito {
  display: none;
}

.icomenu {
  display: block;
  width: 30px;
  position: absolute;
  left: 10px;
}


.texto1 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 650;
}


.pag1 {
  box-sizing: border-box;
  padding: 10px 20px;
  position: relative;
  width: 100%;
  height: 650px;
  text-align: center;
  left: 50%;
  transform: translate(-50%,0);
}

.bgpg1 {
  z-index: -2;
  margin-top: -10px;
  position: relative;
 background-image: url(img/bg1.jpg);
 background-size: cover;
 background-position: left;
 background-repeat: no-repeat;
}

.linkpag1 {
  transform: translate(-50%,0);
  left: 50%;
  position: relative;
  width: 99%;
  display: none;


}

#menumobile {
  display: none;
  padding-top: 100px;
  padding-bottom: 10px;
  position: fixed;
  background-color: #001d45;
  color: white;
  border-radius: 0 0 12px 12px;
  text-align: center;
  border-bottom: solid 2px white;
  transition: all 0.5s ease-in-out;  
  width: 100%;
  z-index: 999;
}

.menulink {
  margin-top: -10px;
  font-size: 25px;
  padding: 3px 0;
}




.slideshow-container {
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
  position: relative; /* Add this for positioning pseudo-elements */
}

.slideshow-container::before,
.slideshow-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2; /* Make sure they are on top */
}

.slideshow-container::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.slideshow-container::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

.slide-track {
  display: flex;
  animation: scroll 20s linear infinite;
}


.titulodoframe {
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.titulodoframe2 {
  font-size: 30px;
  font-family: "Montserrat", serif;
  font-weight: 650;
}

.titulodoframe3 {
  font-size: 30px;
  font-family: "Montserrat", serif;
  font-weight: 650;
}
.loj
as35{
  font-size: 18px;
}

.img-mapinha{
  display: none;
}


.tabeladosestados {
  width: 90%;
}

.img-mapinha2 {
  width: 90%;
  margin-top: 50px;
  display: block;
  margin-bottom: 40px;
}

.quadrado{
  width: 200px;
}


.container-quadrados {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Espaçamento entre os quadrados */
  width: 90%;
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
}

.tableicones {
  border-bottom: solid 2px #da0605;
  padding: 5px 20px;
  background-color: white;
  align-content: center;
  border-radius: 10px;
  text-align: center;
  color: #003a62;
  font-size: 15px;
  font-family: europa;
  word-spacing: 2px;


}

.table-cell {
  display: flex;
  align-items: center; /* Alinha verticalmente no centro */
  justify-content: center; /* Centraliza horizontalmente */
  height: 100%; /* Garante que a altura seja 100% da célula */
  width: 45%;
}

.iconessuporte {
  width: 20px;
}

.nomedoicone {
  margin-left: 5px;
  font-size: 17px;
  text-transform: uppercase;
}


.novaferramenta {
  width: 45%;
}


.titulonovaferramenta {

  font-size: 20px;
  text-transform: uppercase;
}


.novaferramenta {

  position: relative;
  display: block;
  background-color: white;
  border-radius: 3px;
  color: #001d45;
  text-align: center;
}

.tabelapcferramentas {
  display: none;
}

.titulodonovoproduto {
  background-color: white;
  color: #001d45;
  padding: 10px;
  border-radius: 7px;
  font-size: 24px;
  font-family: "Montserrat", serif;
  font-weight: 100;
  text-align: center;
  border-bottom: solid 2px #5a0000;
  height: 100px;
  width: 95%;
  margin-top: 30px;
}


.resumodaferramenta {
  font-size: 17px;
}


.quadradinhodasferramentas {
  background-color: white;
  color: #001d45;
  border-radius: 7px;
  width: 90%;
  padding: 2px 10px;
  border-bottom: solid 2px #b9131b;
  display: block;
  height: 130px;
  align-content: center;
}

.titulodoproduto2 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  font-weight: 100;
}

.tabelamobileferramentas {
  width: 95%;
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  margin-top: 20px;
}


.pg4 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.iconessuporte {
  width: 23px;
}

.nostemostudocel {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 70px;
  background-color: white;
  padding-bottom: 100px;
}


.texto4{
  text-align: center;
  font-size: 50px;
  max-width: 400px;
  font-family: "Montserrat", serif;
  font-weight: bold;


}


.quadradosicones {
  padding: 10px;
  color: white;
  border-radius: 7px;
  text-align: center;
  height: 100px;
  width: 30%;
  background-color: #da0605;
  line-height: 0.9;
  border-bottom: solid 2px #5a0000;
}


.quadradodoicone {
  width: 40px;
  filter: invert(1);
  margin-top: 50px;
  padding: 0;
}

.divisao {
  display: none;
}


.porcentagemcel {
  display: block;
  position: relative;
}

.divtabledeporcentagem {
  display: none;
}


.pg10 {
  border-top: solid 2px #0085dd;
  border-bottom: solid 2px #ff3f3f;
  background: linear-gradient(to bottom, white, #e2e7f0); /* Gradiente de branco para cinza */
  text-align: center;
  align-content: center;
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 100;
  font-size: 30px;
  padding-top: 10px;
  position: relative;
}


.textodaporcentagem2 {
  display: block;
}




.balao-fala{
  position: relative;
  bottom: -20px;
}

.eventospc {
  display: none;
}

.eventoscel {
  display: block;
}

.tabledoconheca {
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
}


.ovideo {
  width: 48%;
}

.videosmaisde350pc{
  display: none;
}

.videosmaisde350cel {
  display: block;
}


.video-container {
  border-radius: 15px;
  width: 276px;
  height: 150px;
  border: solid 1px #006adb;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translate(-50%,0);

}



.fabre {
  color: #4b4a48;
  font-family: abacaxi;
}



.logonofinal {
  width: 90%;
}

.logosfinaispc{
  display: none;
}

.logosfinaiscel {
  display: block;
}

.direitoscel{
  display: block;
}

.direitos {
  display: block;
  position: relative; 
  font-size: 14px; 
  left: 50%; 
  transform: translate(-50%,0); 
  bottom: -10px;
  text-align: center;
  padding-bottom: 10px;
  color: white;
}

.direitospc {
  display: none;
}


.redeafiliada1 {
  left: 30px; 
  position: relative; 
  font-size: 20px; 
  top: -30px;
}

.redeafiliada2 {
  left: -16px; 
  position: relative; 
  font-size: 20px; 
  top: -30px;
}





.pg11 {
  border-bottom: solid 2px #272727;
  background-color: white;
  text-align: center;
  align-content: center;
  color: #004692;
  font-family: "Montserrat", serif;
  font-weight: 100;
  font-size: 30px;
  padding-bottom: 0px;
}


.gallery {
  border-radius: 7px;
  padding: 25px 10px 10px 10px;
  background-color: #004692;
  border: solid 1px #006adb;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centraliza os itens */
  text-align: center;
  gap: 10px;
  width: 90%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.photo img {
  max-width: 100%;
  height: auto;
  border-radius: 7px;
}


.titulogrande {
  border: solid 4px white;
  transform: translate(-50%,0) rotate(-2deg);
  left: 50%;
  padding: 4px 20px 0px 20px;
  border-radius: 7px;
  bottom: -100px;
  position: absolute;
  background-color: #001d45;
  font-size: 40px;
  width: 70%;
}



.sobrenospg1cel {
  display: block;
  width: 90%;
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  padding-top: 30px;
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #001d45;
}


.sobrenospg1pc {
  display: none;
}

.sobrenospg2cel {
  width: 100%;
  display: block;
}



.logoprodutos {
  background-color: white;
  border-radius: 55px;
  border: solid 3px white;
  width: 100px;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}



.logoprodutos:hover {
  width: 100%;
}


.conteudobemvitam {
  font-size: 25px;
  position: relative;
  width: 80%;
  height: 80px;
  transform: translate(-53%,40px);
  margin-bottom: 100px;

}


.ehdopc {
  display: none;
}


.nocel {
  display: block;
}

.textocomprebemeter {
  position: relative;
  margin-top: 300px;
  max-width: 90%;
  text-align: center;
}

.bempopularpc {
  display: none;
}

.bempopularcelular {
  display: block;
}

.imgicobempopular {
  width: 60%;
  transform: translate(0,10px);
}

.supremapartedopc {
  display: none;
}


.contatodocelular {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #001d45;
  height: 100%;
  text-align: center;
  align-content: center;
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 100;
  letter-spacing: 1px;
}



.inputcelular {
  padding: 10px 20px;
  border-radius: 7px;
  border: none;
  margin: 10px;
  width: 70%;
}


.inputcelular:focus {
  outline: none;
  color: #001d45;
}


.btenviar {
  background-color: white;
  color: #001d45;
  border: none;
  font-size: 25px;
  width: 80%;
  padding: 10px 20px;
  border-radius: 7px;
}



.chamar {
  position: absolute;
  z-index: 999;
  background-color: #FBFF00;
  margin-left: 50%;
  top: 70%;
  display: block;
  transform: translate(-50%,-50%);
  font-size: 30px;
  width: 90%;
  text-align: center;
  padding: 10px 5px;
  box-sizing: border-box;
  border-radius: 7px;
  color: #003E71;
  font-family: "Montserrat", serif;
  font-weight: 650;
  cursor: pointer;

}








.tabelanossasmarcas2 {
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  margin-top: -70px;
  text-align: center;

}


.imagemnovagenerica {
  width: 80%;
  margin-top: 50px;
}


.textonovamarca {
  font-size: 20px;
  padding: 0 20px;
  margin-bottom: 40px;
  font-family: "Montserrat", serif;
  font-weight: 650;
  max-width: 90%;
}

.bt_novamarca {
  background-color: #b9131b;
  color: white;
  padding: 20px 0;
  margin: 10px 10px;
  border-radius: 10px;
}


}


