@charset "UTF-8";
@font-face {
  font-family: sofia pro;
  font-style: normal;
  font-weight: 400;
  src: local("Sofia Pro"), url("../themes/semana-fazendeira/assets/fonts/sofia.woff") format("woff");
}
@font-face {
  font-family: sofia pro;
  font-style: normal;
  font-weight: 200;
  src: local("Sofia Pro"), url("../themes/semana-fazendeira/assets/fonts/sofia_light.woff") format("woff");
}
body {
  font-family: sofia pro;
}
.bg-light {
  background-color: #EFEFEF !important;
}
.btn {
  padding-top: 6px !important;
}
.btn.btn-primary {
  background: #005E68;
  border: 0;
  font-size: 14px;
  border-radius: 5px;
}
.btn.btn-success {
  background: #6DBE6B;
  border: 0;
  font-size: 14px;
}
p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 200;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  transition: all 0.3s;
  z-index: 999;
}
header img {
  margin-top: -6px;
  max-width: 260px;
}
header .nav-link {
  font-size: 14px;
  color: #fff;
}
header .nav-link:hover, header .nav-link.date {
  color: #B8FF7E;
}
.full-banner {
  background: url(../themes/semana-fazendeira/assets/images/hero.jpg) center no-repeat;
  background-size: cover;
  padding: 160px 0 100px;
  color: #fff;
}
.full-banner img {
  max-width: 400px;
}
.full-banner h1 {
  max-width: 450px;
  font-size: 32px;
  line-height: 32px;
  margin-top: 50px;
}
.full-banner p {
  margin-bottom: 40px;
}
.full-banner h3 {
  letter-spacing: 4px;
  margin: 0;
}
.full-banner h4 {
  letter-spacing: 4px;
  font-weight: 200;
  font-size: 20px;
}
.info {
  background: #00A685;
  color: #fff;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.info ._bg {
  background: url(../themes/semana-fazendeira/assets/images/img-2.jpg) center no-repeat;
  background-size: cover;
  min-height: 450px;
}
.local-evento {
  padding: 180px 0;
  background: url(../themes/semana-fazendeira/assets/images/bg-1.jpg) center;
  background-size: cover;
  color: #fff;
}
.programacao {
  padding: 60px 0;
}
.programacao h2 {
  color: #6DBE6B;
}
.programacao p {
  max-width: 1000px;
}
.programacao .box-programacao {
  padding: 30px 0;
}
.programacao .box-programacao .item {
  padding: 15px;
  border-radius: 9px;
  border: solid 1px #ddd;
  height: 100%;
}
.programacao .box-programacao .item p {
  margin: 0;
}
.programacao .box-programacao .item h3 {
  color: #6DBE6B;
  font-size: 24px;
  margin: 0;
}
.programacao .box-programacao .item span {
  display: block;
  padding: 5px 0;
}
.programacao .box-programacao .item p {
  font-size: 14px;
  line-height: 20px;
}
.box-credenciamento {
  padding: 30px 0;
}
.box-credenciamento .btn {
  padding-top: 12px !important;
  font-size: 18px;
  letter-spacing: 4px;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.credenciamento {
  background: #6DBE6B;
  color: #fff;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.credenciamento ._bg {
  background: url(../themes/semana-fazendeira/assets/images/credenciamento.jpg) center no-repeat;
  background-size: cover;
  min-height: 450px;
}
.hoteis {
  padding: 60px 0;
}
.hoteis h2 {
  color: #005D68;
  max-width: 600px;
}
.hoteis .box-hoteis {
  padding-top: 40px;
}
.hoteis .box-hoteis .item {
  padding: 10px 0;
}
.hoteis .box-hoteis .item h3 {
  color: #6DBE6B;
  font-size: 20px;
}
.hoteis .box-hoteis .item p {
  font-size: 14px;
  line-height: 24px;
}
.cultural {
  background: #1B7568;
  color: #fff;
  min-height: 450px;
}
.cultural .btn {
  font-size: 14px;
}
.cultural ._bg {
  background: url(../themes/semana-fazendeira/assets/images/cultura.jpg) center no-repeat;
  background-size: cover;
  min-height: 450px;
}
.noticias {
  padding: 60px 0;
}
.noticias h2 {
  color: #005D68;
  max-width: 600px;
}
.noticias .item img {
  height: 300px;
  object-fit: cover;
}
.noticias .item h3 {
  color: #005D68;
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0;
}
.noticias .item p {
  font-size: 14px;
  line-height: 22px;
}
footer {
  padding: 60px 0;
}
footer .logo {
  display: flex;
  align-items: center;
}
footer .logo img {
  height: 100px;
}
footer .nav-link {
  margin-top: 25px;
  font-size: 10px;
  color: #000;
}
footer label {
  font-size: 10px;
  font-weight: bold;
}
.brands {
  display: flex;
  justify-content: space-between;
  /* Distribui as logos de forma equilibrada */
  flex-wrap: wrap;
  /* Permite que as imagens quebrem linha, se necessário */
  gap: 20px;
  /* Espaço entre as logos */
  padding: 20px;
  max-width: 600px;
}
.brands.patrocinio {
  max-width: 1000px;
}
.brands img {
  max-height: 80px;
  /* Define uma altura máxima para as logos */
  max-width: 150px;
  /* Define uma largura máxima para as logos */
  object-fit: contain;
  /* Garante que a imagem mantenha suas proporções */
  width: auto;
  /* Garante que a largura seja ajustada automaticamente */
  height: auto;
  /* Garante que a altura seja ajustada automaticamente */
}
.page-header {
  background: url(../themes/semana-fazendeira/assets/images/page-header.jpg) center no-repeat;
  background-size: cover;
  padding: 180px 0 20px;
}
.page-header h2 {
  color: #fff;
  font-weight: 200;
}
.page-breadcrumb {
  background: #00A686;
  padding: 10px 0;
}
.page-breadcrumb .breadcrumb-item {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.page-content {
  padding: 60px 0;
}
.page-content h1 {
  font-size: 30px;
  font-weight: bold;
  color: #00A686;
  margin-bottom: 20px;
}
button.accordion-button.collapsed {
  border-bottom: solid 1px #ddd;
  border-radius: 0;
}
.accordion-button::after {
  content: "";
  background-image: url(../themes/semana-fazendeira/assets/images/icon-circle.svg);
  --bs-accordion-btn-icon-width: 2.25rem;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../themes/semana-fazendeira/assets/images/icon-circle.svg);
  transform: rotate(45deg);
}
.programacao-page {
  padding-top: 40px;
}
.programacao-page .accordion-button {
  color: #005D68;
  font-size: 46px;
  padding-left: 0;
  background: transparent;
  font-weight: bolder;
}
.programacao-page .accordion-item {
  border: 0;
}
.programacao-page h3 {
  color: #6DBE6B;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.programacao-page .item {
  padding: 20px 20px 20px 0;
}
.programacao-page .item h2 {
  color: #005D68;
  font-size: 24px;
}
.programacao-page .item p {
  font-size: 14px;
}
.programacao-page ul {
  padding-left: 0;
  list-style: none;
  font-weight: normal;
}
.programacao-page ul li {
  display: flex;
  padding-bottom: 8px;
  font-weight: 300;
  font-size: 14px;
}
.programacao-page ul li strong {
  font-weight: bolder;
  display: block;
  min-width: 60px;
  padding-right: 20px;
}
.hoteis-page .item {
  padding: 20px;
}
.hoteis-page .item h2 {
  color: #00A686;
  font-size: 24px;
}
.hoteis-page .item p {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1600px) {
  header .nav-link {
    font-size: 12px !important;
  }
}
