/*-----------------
    # Typography
-----------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600;700&family=Roboto:wght@400;500&display=swap');

/*
  font-family: 'Playfair Display', serif;
  font-family: 'Roboto', sans-serif;
*/
html,
body {
  font-family: "Roboto", sans-serif;
  color: #222222;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
}

b,
strong {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
}

button,
button:hover,
button:focus,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.gosmall {
  font-size: 12px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::placeholder {
  color: #c9c9c9;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c9c9c9;
}

::-ms-input-placeholder {
  color: #c9c9c9;
}

.mt-10px {
  margin-top: 10px;
}

.col-md-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.pt-80 {
  padding-top: 80px;
}

.mb-50 {
  margin-bottom: 50px;
}

.bggreen {
  background: #eefbf8 !important;
}

.gored {
  color: #c0392b;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  min-width: auto;
}

/*.dropdown:hover .dropdown-menu a:hover {
  background: white;
}*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1em;
    padding-left: 1em;
  }
}


/*-----------------
    # Navegação
-----------------*/
.navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  font-weight: 600;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0.2px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #d12b13;
}

.dropdown:hover .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 7px 20px rgb(0 0 0 / 30%);
}

.dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item {
  padding: .75rem 1.5rem;
  border-bottom: 1px solid #f4f4f4;
  color: #333;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.dropdown-item:hover {
  color: white;
  background: #d12b13;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/*-----------------
    # Hero
-----------------*/

/*-----------------
    # Titulo Home
-----------------*/
#titulo-home {
  padding: 40px 0;
  background: #d12b13;
  text-align: center;
}

#titulo-home h2:before {
  width: 100px;
  position: absolute;
  height: 2px;
  /*content: '';*/
  left: -120px;
  background: #fff;
  top: 12px;
}

#titulo-home h2 {
  text-align: center;
  letter-spacing: 0.2px;
  font-weight: 600;
  /*font-size: 1.4em;*/
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  color: #fff;
}

#titulo-home h2:after {
  width: 100px;
  position: absolute;
  height: 2px;
  /*content: '';*/
  right: -120px;
  background: #fff;
  top: 12px;
}

/*-----------------
    # Noticias Home
-----------------*/
#noticias-home {
  padding: 80px 0;
}

#noticias-home .main-title h2 {
  font-size: 2em;
  color: #333;
  margin-bottom: 0;
}

#noticias-home .main-title h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: #666;
  margin-bottom: 30px;
}

#noticias-home .noticia-single {
  margin-bottom: 30px;
  position: relative;
}

#noticias-home .noticia-single img {
  border-radius: 10px;
}

#noticias-home .noticia-single a h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

#noticias-home .noticia-single .noticia-desc {
  position: absolute;
  bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0px 30px;
}

#noticias-home .noticia-single .noticia-desc .data p {
  font-size: 14px;
  ;
  font-weight: 400;
  color: #fff;
}

#noticias-home .buttao-vermais {
  background-color: #d12b13;
  color: #fff;
  display: inline-block;
  padding: 12px 37px;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-shadow: 0 7px 20px rgb(209 43 19 / 30%);
  box-shadow: 0 7px 20px rgb(209 43 19 / 30%);
}

/*-----------------
    # GES Incidentes
-----------------*/
#ges-incidentes {
  padding: 40px 0;
  background: #d12b13;
  color: white;
}

#ges-incidentes h2 {
  font-size: 1.4em;
  letter-spacing: 0.2px;
  font-weight: 600;
  margin-bottom: 0;
}

#ges-incidentes h4 {
  font-size: 1.1em;
  margin-bottom: 0px;
  font-weight: 400;
}

#ges-incidentes a {
  background-color: white;
  color: #d12b13;
  display: inline-block;
  padding: 12px 37px;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-shadow: 0 7px 20px rgb(255 255 255 / 30%);
  box-shadow: 0 7px 20px rgb(255 255 255 / 30%);
}

/*-----------------
    # Agenda de Eventos
-----------------*/
#agenda-de-eventos {
  padding: 80px 0;
}

#agenda-de-eventos .main-title h2 {
  font-size: 2em;
  color: #333;
  margin-bottom: 0;
}

#agenda-de-eventos .main-title h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: #666;
  margin-bottom: 30px;
}

/* Modern Events Grid */
.events-modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.event-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}

.event-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d11616 0%, #a01111 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  border-color: rgba(209, 22, 22, 0.2);
}

.event-card:hover::before {
  transform: scaleX(1);
}

.event-card__image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}

.event-card__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-card:hover .event-card__image::after {
  opacity: 1;
}

.event-card__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.event-card__date {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #d11616;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.event-card__date::before {
  content: '📅';
  font-size: 1rem;
}

.event-card__title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d3557;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-card:hover .event-card__title {
  color: #d11616;
}

.event-card__summary {
  font-size: 0.9375rem;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.event-card__link {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #d11616;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  transition: gap 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-card:hover .event-card__link {
  gap: 12px;
}

/* Empty State */
.events-empty {
  text-align: center;
  padding: 6rem 2.5rem;
  background: linear-gradient(135deg, rgba(209, 22, 22, 0.03) 0%, rgba(209, 22, 22, 0.08) 100%);
  border-radius: 16px;
  border: 2px dashed rgba(209, 22, 22, 0.2);
}

.events-empty__icon {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  opacity: 0.5;
}

.events-empty__title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d3557;
  margin-bottom: 1rem;
}

.events-empty__text {
  font-size: 1rem;
  color: #6c757d;
  margin: 0;
}

/*-----------------
    # Mensagem do Executivo
-----------------*/
#mensagemdoexecutivo {
  padding-bottom: 80px;
  position: relative;
}

#mensagemdoexecutivo .presidente-bg {
  background-repeat: no-repeat;
  width: 50%;
  background-size: contain;
  background-position: top right;
  height: 100%;
  position: absolute;
  top: 0;
}

#mensagemdoexecutivo h4 {
  font-size: 2em;
  color: #333;
}

/*-----------------
    # Footer
-----------------*/
footer {
  padding: 40px 0 20px 0;
  color: #fff;
  background: #d12b13;
}

footer a,
footer a:hover {
  color: white;
}

footer a.button-cal {
  background-color: white;
  color: #d12b13;
  display: inline-block;
  padding: 5px 6px 0px 6px;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}

footer .copiri {
  font-size: 12px;
}

footer .copiri p {
  margin-bottom: 0;
}

/*-----------------
    # Breadcrumbs
-----------------*/
#breadcrumbs {
  padding-top: 40px;
}

#breadcrumbs h4 {
  font-size: .8125rem;
}

#breadcrumbs span {
  margin: 0 10px;
}

#breadcrumbs a,
#breadcrumbs span {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #666;
}

#breadcrumbs h1 {
  font-size: 2em;
  color: #333;
  margin-bottom: 20px;
}

#breadcrumbs h1 span {
  color: #333;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

#breadcrumbs .breadcrumb {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  color: #9c9c9c;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 12px 0;
  border-radius: 0;
  background: transparent;
}

#breadcrumbs a.active {
  opacity: 0.7;
}

/*-----------------
    # Mensagem Presidente
-----------------*/
#mensagempresidente {
  padding: 80px 0;
}

#mensagempresidente .mensagempart {
  position: relative;
}

#mensagempresidente img {
  border-radius: 10px;
}

#mensagempresidente .mensagempart span.aspas {
  position: absolute;
  opacity: 0.1;
  top: -30px;
  left: -5px;
  line-height: 1;
  pointer-events: none;
  font-size: 10em;
}

#mensagempresidente p {
  color: #666;
}

#mensagempresidente h3 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 0;
}

#mensagempresidente h3 span {
  font-size: 0.9em;
  font-weight: 600;
  color: #666;
  margin-bottom: 0px;
}

/*-----------------
    # Texto Pagina
-----------------*/
#texto-pagina {
  padding: 80px 0;
}

#texto-pagina h1 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 0;
}

#texto-pagina h2 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 0;
}

#texto-pagina h3 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 0;
}

#texto-pagina h4 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 0;
}

#texto-pagina p {
  color: #666;
}

#texto-pagina i {
  display: inline-block;
}

#texto-pagina span {
  opacity: 0.5;
}

#texto-pagina a {
  color: #d12b13;
}

#executivo-pag {
  padding: 80px 0;
  text-align: center;
}

#executivo-pag img {
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 300px;
}

#executivo-pag h4 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 0;
}

#executivo-pag h6 {
  color: #d12b13;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.accordion .card-header {
  border-bottom: 0;
  padding: 10px;
  background: #f4f4f4;
}

.accordion .card-header button,
.accordion .card-header button:hover {
  color: #d12b13;
  text-decoration: none;
}

.accordion .card-body .eachone i {
  position: relative;
  top: 2px;
}

.accordion .card-body .eachone p {
  margin-bottom: 15px;
}

.accordion .card-body .eachone:last-child p {
  margin-bottom: 0px;
}

#contactos-pagina {
  padding: 80px 0;
}

#contactos-pagina p {
  color: #666;
}

#contactos-pagina span,
#contactos-pagina a {
  color: #d12b13;
}

.derform label {
  color: #666;
  margin-bottom: 0;
}

.derform input {
  padding: 10px 15px;
  height: inherit;
  color: #333;
}

.derform select {
  padding: 12px 15px;
  height: inherit;
  color: #333;
}

.derform textarea {
  padding: 10px 15px;
  height: 150px;
  color: #333;
  resize: none;
}

.derform input:focus,
.derform textarea:focus {
  box-shadow: none;
  border-color: #d12b13;
}

.derform button,
.derform button:hover {
  background-color: #d12b13;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 12px 37px;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-shadow: 0 7px 20px rgb(209 43 19 / 30%);
  box-shadow: 0 7px 20px rgb(209 43 19 / 30%);
}

@media (max-width: 992px) {

  #inner-hero img[width][height],
  #hero img[width][height] {
    object-fit: cover;
  }

  #inner-hero img[width][height] {
    object-position: left
  }

  #hero img {
    height: 350px
  }

  #inner-hero img {
    height: 250px
  }

  #breadcrumbs a.active span {
    margin: 0
  }

  #ges-incidentes .text-right {
    text-align: center !important;
    margin-top: 20px;
  }

  .events-modern-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}