html {
  scroll-behavior: smooth;
}

body {
	margin:0;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-image: url(../img/fundo_hp.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-position-y: 400px;
}
* {box-sizing: border-box;}

.container {
    position: relative;
    width: 100%;
    
}

#clientes {
  max-width: 1200px;
  height: auto;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px 30px 80px 30px;
  margin-left: auto;
  margin-right: auto;
  border-top: dashed 2px #0076a3;
}

.imgclientes {
  width: 80%;
  height: auto;
  float: left;
  opacity: 0.5;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

h3 {
  font-weight:400;
  font-size: 22px;
  line-height: 1.5em;
  color: #666666;
}
h4 {
  font-weight:400;
  font-size: 20px;
  line-h3height: 1.5em;
  color: #666666;
}

h5 {
  font-size: 14px;
}

.titulo-mestre {
  font-size: 36px;
  font-weight: 800;
  color: black;
}

.subtitulo-mestre {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.vinheta {
  padding-left: 15px;
  border-left: 8px #007236 solid;
}

.logosclientes {
  width: 250px;
}

#compliance {
  max-width: 1200px;
  height: auto;
  text-align: left;
  display: flex;
  padding: 10px 30px 80px 30px;
  margin-left: auto;
  margin-right: auto;
  border-top: dashed 2px #0076a3;
}

.compliance-txt {
  max-width: 100%;
  height: auto;
  text-align: left;
  display: inline-block;
}

.img-compliance {
  display: flex;
  float: left;
  margin: 20px;
  text-align: left;
}

.img-csc {
  display: flex;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* Estilos do botão flutuante */
#botaotopo {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #0076a3; /* Cor do botão */
  color: white;
  border: none;
  padding: 12px;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

#botaotopo:hover {
  background-color: #004966; /* Cor ao passar o mouse */
}

#principal {
  width: 100%;
  height: 1px;
  top: -1px;
  visibility: hidden;
}

.fadeIn {
	-webkit-animation: fadeIn 1s ease-in-out;
	-moz-animation: fadeIn 1s ease-in-out;
	-o-animation: fadeIn 1s ease-in-out;
	animation: fadeIn 1s ease-in-out;
}

/* BORDA provisoria 
div {
  border: 1px dashed rgb(204, 204, 204);
}
/* BORDA provisoria */

.logocentro {
    width: 200px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px white dashed;*/
    top: -240px; /* Ajusta a sobreposição */
    z-index: 4;
}

.icones {
  float: left;
  margin-bottom: 40px;
  margin-right: 20px;
  border-right: 3px rgb(255, 242, 129) solid;
  text-align: left;
}

#fotos_serv {
	position:relative;
  display: block;
	width:25%;
	float:left;
	margin:0;
}

.fotos_descr {
  width:auto;
  height: auto;
  color: white;
  position: absolute;
  padding: 5px;
  bottom: 8px;
  right: 8px;
  z-index: 10;
  /*background-color: yellow;*/
  /*border-radius: 10px 0px 0px 0px;*/
}

.responsivo {
  width:100%;
  display: flex;
  height: auto;
  float: left;
  border: 5px solid white;
  /*border-radius: 20px;*/
}

#fotos_logos {
	position:relative;
	width:25%;
	float:left;
	margin:0;
}

#titulos {
  max-width: 1200px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right:auto;
  margin-bottom: 50px;
  justify-content: center;
  display: flex;
}

.compliance {
  max-width: 1200px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right:auto;
  margin-bottom: 50px;
  justify-content: center;
  display: flex;
}

.blueline {
  border-top: 2px dashed #0076a3;
}

#logocor {
  width: 102px;
  height: 102px;
  visibility: hidden;
  position: fixed;
  justify-content: center;
  left: 30px;
  top: 60px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  /*border: 2px #007236 solid;*/
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Sombra aplicada */
  z-index: 9999;
  transition: background-color 0.5s ease;
}

#topo{
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 999;
    transition: background-color 0.5s ease;
}
.div-banner {
    width: 100%;
    height: 600px;
    background-color: lightblue;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    background-image: url(../img/banner_01.png);
    background-size: cover;
    
}
.div-geral {
    width: 100%;
    height: auto;
    display: block;
    /*background-color: rgb(255, 255, 255);*/
    background-color: none;
    padding: 30px;
    position: relative;
    z-index: 5;
    border-radius: 24px;
    /*border: 1px dashed gray;  RETIRAR depois que estiver OK*/
    opacity: 0; /* Começa invisível */
    transform: translateY(-150px); /* Começa deslocada para baixo */
    animation: slideIn 1.5s ease-out forwards; /* Animação ao carregar */
}

#informacoes {
  max-width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  background-color: rgb(233, 233, 233);
  margin-left: auto;
  margin-left: auto;
}

.txtserv {
  max-width: 1200px;
  height: auto;
  display: flex;
  padding: 10px  30px 80px 30px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes slideIn {
  0% {
      opacity: 0;
      transform: translateY(-150px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}


/* Segunda div (div superior) com sobreposição parcial */
.grid-container {
    max-width: 1200px;
    height: auto;
    display: grid;
    justify-content: end;
    grid-template-columns: 1fr;  /*Make the grid smaller than the container*/
    padding: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: -30px; /* Ajusta a sobreposição */
    z-index: 2;
    border-radius: 10px;
}

.grid-container-tres {
    max-width: 1200px;
    height: auto;
    display: grid;
    background-color: none;
    justify-content: end;
    grid-template-columns: 1fr 1fr 1fr;  /*Make the grid smaller than the container*/
    gap: 40px;
    padding: 0px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    /*border: 1px dashed gray;*/
}

.grid-container-dois {
  max-width: 1200px;
  height: auto;
  display: grid;
  background-color: none;
  justify-content: end;
  grid-template-columns: 1fr 1fr;  /*Make the grid smaller than the container*/
  gap: 40px;
  padding: 0px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  /*border: 1px dashed gray;*/
}

.grid-container-tres > div {
    /*background-color: rgb(236, 236, 236);*/
    text-align: left;
    padding: 20px;
    margin-right: auto;
    border-radius: 20px;
    /*border: 1px dashed gray;*/
}


.grid-container-tres .servicos:nth-child(4) {
  background-color: none;
}

.grid-container-tres .servicos:nth-child(2) {
  background-color: none;
}

.servicos {
  /*background-color: white;*/
}

#servicos {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
  /*background-image: url(../img/fundo_servicos.png);*/
  background-size:contain;
  background-repeat: no-repeat;
  /*background-color: #0076a3;*/
}
.imagens {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	display: inline-block;
  /*background-color: #0076a3;*/
}

.amarelo {
  background-color: yellow;
}

@media only screen and (max-width: 1024px) {
  .grid-container-tres {
    display: grid;
    justify-content: end;
    grid-template-columns: 1fr 1fr; /*Make the grid smaller than the container*/
    gap: 10px;
    /*background-color: white;*/
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

  @media only screen and (max-width: 768px) {
  .grid-container {
    display: grid;
    justify-content: end;
    grid-template-columns: 1fr ; /*Make the grid smaller than the container*/
    gap: 10px;
    /*background-color: white;*/
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
    
  }

  #informacoes {
    max-width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    display: flex;
    background-color: rgb(233, 233, 233);
    margin-left: auto;
    margin-left: auto;
  }

  .grid-container-tres {
    display: grid;
    justify-content: end;
    grid-template-columns: 1fr ; /*Make the grid smaller than the container*/
    gap: 10px;
    background-color: none;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-container-dois {
    display: grid;
    justify-content: end;
    grid-template-columns: 1fr ; /*Make the grid smaller than the container*/
    gap: 10px;
    background-color: none;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  #fotos_serv {
    position:relative;
    width:100%;
    float:left;
    margin:0;
  }

  #clientes {
    max-width: 100%;
    height: auto;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px 20px 80px 20px;
    margin-left: auto;
    margin-right: auto;
    border-top: dashed 2px #0076a3;
  }

  h3 {
    font-weight:400;
    font-size: 22px;
    line-height: 1.5em;
    color: #666666;
  }
  h4 {
    font-weight:400;
    font-size: 18px;
    line-h3height: 1.5em;
    color: #666666;
  }

  .titulo-mestre {
    font-size: 28px;
    font-weight: 800;
    color: black;
 }

 .subtitulo-mestre {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

  /* FONTES */

  // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 800

.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}





