/* Reset CSS básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estilos gerais */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

header {
  background-color: #1C3F95;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

section {
  padding: 50px 0;
  text-align: center;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

/* Estilos específicos */
#banner {
  background-image: url('banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0;
}

#banner h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

#servicos ul {
  list-style-type: none;
  padding: 0;
}

#servicos ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

/* Estilos de formulário (se necessário no futuro) */

/* Seções */
.sobre-nos-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagem-container,
.texto-container {
  flex: 1;
}

.imagem-container img {
  max-width: 100%;
  height: auto;
}

.texto-container {
  padding: 0 20px;
}

.blocos-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 50px 0;
}

.pad {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 768px) {
  .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bloco {
  width: 30%;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid rgb(52 21 152);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bloco {
      width: 100%;
  }
}

.bloco2 {
  width: 30%;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid rgb(52 21 152);
  text-align: center;
}

.font2{
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: initial;
}

.font{
  font-family: "Outfit", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 5px;
}

.titulo{
  font-family: "Outfit", Sans-serif;
}

@media screen and (max-width: 768px) {
  .bloco2 {
      width: 100%;
  }
}
.empresa-section {
  position: relative;
  overflow: hidden;
}

.logo{
  width: 35%;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .logo {
      width: 61% !important;
  }
}

@media screen and (max-width: 768px) {
  .espaco {
      margin-right: 0px!important;
  }
}

@media screen and (max-width: 768px) {
  .imgespaco {
      float: none !important;
      padding-bottom: 20px;
  }
}

.cupon{
  width: 80%;
  float: left;
}

.espaco{
  margin-right: 15px;
}


#pulsating-btn {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#pulsating-btn:hover {
  animation: pulse 1s infinite alternate;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}


.empresa-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  padding: 20px;
  color: #fff;
}

.empresa-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.empresa-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.whatsapp-button {
  display: inline-block;
  background-color: #25d366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.txt {  
  color: #fff;
}

.whatsapp-button:hover {
  background-color: #128c7e;
}

.empresa-image1 {
  background-color: #1C3F95;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}

.empresa-image {
  border-radius: 0px 0px 300px 0px;
  background-color: #1C3F95;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(img/capa.webp);
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 70px;
}
.empresa-image2 {
  background-color: #1C3F95;
  width: 100%;
  height: 100%;
  background-image: url(''); /* Substitua pelo caminho da sua imagem */
  background-size: cover;
  background-position: center;
  z-index: 0;
}


.empresa-container {
  display: flex;
  align-items: center;
}

.texto {
  flex: 1;
  padding: 0px 100px 20px 80px;
}
.texto2 {
  flex: 1;
  padding: 20px 100px 20px 80px;
  padding-bottom: 0px !important;
  padding-top: 50px!important;
}
.titc{

}

@media screen and (max-width: 768px) {
  .texto2 {
    padding: 20px 20px 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  .texc {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .titc {
    text-align: center;
  }
}


.imgh{
  float: left;
}

@media screen and (max-width: 768px) {
  .imgh {
    float: none;
  }
}

.imagem {
  flex: 1;
  text-align: center;
}

.imagem img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .imgn {
    display: none;
  }
}


.btn-whatsapp {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.btn-whatsapp i {
  margin-right: 10px;
}
/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
  header img {
      max-width: 80%;
  }

  .empresa-container {
      flex-direction: column;
      text-align: center;
  }

  .texto, .imagem {
      flex: none;
      width: 100%;
  }

  .texto {
      padding: 20px;
  }

  .blocos-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
  }

  .bloco {
      width: 100%;
      max-width: 300px;
      margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .sobre-nos-container {
      flex-direction: column;
  }

  .texto-container {
      order: 1;
      padding-bottom: 20px;
  }

  .imagem-container {
      order: 2;
  }
}

