*,
::before,
::after {
  box-sizing: border-box;
}


@font-face {
  font-family: 'Transat';
  src: url('/static/fonts/TransatMedium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


/* Aplicar a fonte a todo o site */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: 'Transat', sans-serif !important;
}



body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;  /* A página terá sempre a altura da janela */
}


a {
  color: currentColor;
}




.template-homepage main {
  text-align: center;
}

.skip-link {
  position: absolute;
  top: -30px;
}

.skip-link:focus-visible {
  top: 5px;
}


/* 
.side-image {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  max-width: 50%;

}
.side-image-block {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  max-width: 70%;
  margin: auto;
} */







.filtros-container {
  width: 70%; 


 
  margin: 0 auto; 
}

.inp-lojas{
  width: 433.6px;
  height: 50px;
  border-radius: 20px; 

}

.morada-nome{
  font-family: 'Transat', sans-serif;
  color: #206d35;
  font-weight: bold;

}
.morada-texto{
  font-family: 'Transat', sans-serif;


}






.form-container {
  display: flex;
  justify-content: center;  /* Centraliza o formulário horizontalmente */
  width: 100%;

}

.page-form {
  background: #fff;
  padding: 20px;
  max-width: 900px;  /* Aumente a largura para acomodar duas colunas */
  width: 100%;
}

.page-form .form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.page-form .form-row > div {
  flex: 1 1 48%;  /* Cada campo ocupa aproximadamente 48% da linha */
}

.page-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.page-form input[type="text"],
.page-form input[type="email"],
.page-form input[type="tel"],
.page-form input[type="file"],
.page-form select,
.page-form textarea {
  width: 100%;  /* A largura é 100% do contêiner do campo */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 16px;

}

.page-form input[type="text"]:focus,
.page-form input[type="email"]:focus,
.page-form input[type="tel"]:focus,
.page-form input[type="file"]:focus,
.page-form select:focus,
.page-form textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.form-group {
  margin-bottom: 20px;
}

.form-group input[type="file"]::file-selector-button {
  display: none;  /* Esconde o botão de upload */
}

.page-form button[type="submit"] {
  background-color: #3b8033;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.page-form button[type="submit"]:hover {
  background-color: #3b8033;
}




.geral-container {
  width: 80%;
  margin: 0 auto; /* Centraliza o container horizontalmente */
  padding: 20px;  /* Adiciona algum padding opcional */
  box-sizing: border-box; /* Inclui padding e borda na largura total */
}






.link-botao-verde {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: #3b8033; /* Verde */
  border-radius: 25px; /* Arredondado */
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}

.link-botao-verde:hover {
  background-color: #218838; /* Verde mais escuro quando passar o mouse */
}

.page-title{
  padding-top: 20px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e5012c;
  padding-bottom: 20px;


}
.page-sub-title{

  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: black;



}
.page-title-green{

  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #3b8033;
  padding-bottom: 50px;


}

.icon-top{

  width: 15px; /* Ajuste o tamanho conforme necessário */
  height: 15px; /* Ajuste o tamanho conforme necessário */
  vertical-align: top;
  background-size: 100% 100%;
}
/* .icon-lojas{

  width: 20px;
  height: 20px; 
  vertical-align: top;
  background-size: 100% 100%;
} */

.icon-lojas {
  height: 18px;
  vertical-align: sub;
  background-size: 100% 100%;
  margin: 0 10.4px 0 0;
}


.infodetail{

 margin-left: 75px;
 margin-bottom: 75px;
 width: 100%;
}

.list-text{
  margin-bottom: 10px;
}

.linha {

  width: 100%;
  border-bottom: 1px solid #ccc; /* Linha inferior */
  padding: 10px 0; /* Espaço interno para melhor visualização */
  margin-bottom: 10px; /* Espaço entre os blocos */
}

.list-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: bold;
  max-width: 300px; 
  margin : 0 auto;
}

.list-column {
  margin-right: 20px; /* Ajuste o espaçamento entre as colunas conforme necessário */
  display: flex;
  flex-direction: column;
  width: 50%;
}

.list-text {
  margin-bottom: 10px; /* Espaçamento entre os itens dentro de uma coluna */
}
.landing-container{
  width: 80%;
  margin: 0 auto;
  text-align: center;

}
.politica-container{
  width: 80%;
  margin: 0 auto;
  max-width: 1536px;
  padding-left: 7%;
  padding-right: 7%;
}


.categorias-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; /* Adiciona quebra de linha automática */
  justify-content: center; /* Distribui os itens uniformemente */

}
.categorias-imagens-container {
  width: 150px;
  margin-left: 50px;
  text-align: center;
}
.categorias-imagens-container img{
  width: 100%;
  margin: 25px;
}

.square img {
  max-width:150px ;
 }

 .square {
  font-family: var(--lwc-fontFamily,Helvetica);
  width: 250px;
  height: 250px;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 2.5px 10px 2.5px;
  float: left;
  text-align: center;
  border: 1px solid transparent;
  min-height: 265px!important;
}

.artigos-container{
  margin: 0 auto;
  overflow: auto;
  width: 70%;
  min-height: 1000px;

}

.pagination{
  margin: 0 auto;
  text-align: center;
  width: 70%;


}





.emprego-container {
  width: 70%; 
  display: flex;
  justify-content: space-between;
 
  margin: 0 auto; 
}


  .anuncios-container {
    flex: 1; /* Cada bloco ocupa a mesma quantidade de espaço */
    margin-bottom: 75px;
  }

  
.anuncio-container {


  
  border-bottom: 1px solid #ccc; /* Linha inferior */
  padding: 10px 0; /* Espaço interno para melhor visualização */
  margin-bottom: 10px; /* Espaço entre os blocos */
}


footer {
  border-top: 15px solid #007954;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  padding: 10px;
  text-align: center;
}
/***************************************teste*********************************************/



.folheto img{
  display: block;
  max-width: 287px;
  text-align: center;
  margin: 0 auto;
}

.folheto {

text-align: center;
margin: 0 auto;

}


.folhetos-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Permite que os elementos sejam quebrados para a próxima linha se não houver espaço suficiente */
}

.square-folhetos {
  font-family: var(--lwc-fontFamily, Helvetica);
  width: 320px;
  height: 560px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 10px; /* Adicione margem entre os elementos */
  text-align: center;
  border: 1px solid transparent;
  min-height: 265px !important;
}



