/* Gradiente do header */
.header-gradient {
  background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 50%, #E8F5E9 100%);
}

/* Cores personalizadas */
.btn-success {
  background-color: #007A3D;
  border-color: #007A3D;
}

.btn-outline-success {
  color: #007A3D;
  border-color: #007A3D;
}

.btn-outline-success:hover {
  background-color: #007A3D;
  color: #fff;
}

li  {
  color: black;
}


/* Alterações 16/01 */

/* Reposiciona os botões do carousel para as laterais externas */
#carouselDestaques .carousel-control-prev,
#carouselDestaques .carousel-control-next {
  width: 5%;
  /* largura da área clicável */
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carouselDestaques .carousel-control-prev {
  left: -50px;
  /* empurra a seta para fora do container */
}

#carouselDestaques .carousel-control-next {
  right: -50px;
  /* empurra a seta para fora do container */
}

/* Melhora o visual das setas */
#carouselDestaques .carousel-control-prev-icon,
#carouselDestaques .carousel-control-next-icon {
  background-size: 40%, 40%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  /* fundo branco */
  border-radius: 50%;
  /* formato circular */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
}

#carouselDestaques .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0L1 4l4.25 4L6 6.5 3 4l3-2.5L5.25 0z'/%3E%3C/svg%3E");
}

#carouselDestaques .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0L7 4l-4.25 4L2 6.5 5 4 2 1.5 2.75 0z'/%3E%3C/svg%3E");
}


/* Reposiciona os bullets (indicadores) abaixo do carousel */
#carouselDestaques .carousel-indicators {
  position: relative;
  /* tira do modo absoluto padrão */
  margin-top: 1rem;
  /* adiciona espaço acima dos bullets */
}

/* Aparência moderna dos bullets */
#carouselDestaques .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d1d5db;
  /* cinza claro */
  border: none;
}

#carouselDestaques .carousel-indicators .active {
  background-color: #008b3a;
  /* verde UFFS */
  width: 24px;
  /* indicador ativo mais largo */
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* Reposiciona os botões do carousel para as laterais externas */
.carousel-control-prev,
.carousel-control-next {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev {
  left: -50px;
  /* empurra a seta para fora do container */
}

.carousel-control-next {
  right: -50px;
  /* empurra a seta para fora do container */
}

/* Melhora o visual das setas */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 40%, 40%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  /* fundo branco */
  border-radius: 50%;
  /* formato circular */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0L1 4l4.25 4L6 6.5 3 4l3-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0L7 4l-4.25 4L2 6.5 5 4 2 1.5 2.75 0z'/%3E%3C/svg%3E");
}


/* Reposiciona os bullets (indicadores) abaixo do carousel */
.carousel-indicators {
  position: absolute;
  /* tira do modo absoluto padrão */
  margin-top: 0;
  /* adiciona espaço acima dos bullets */
}

/* Aparência moderna dos bullets */
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d1d5db;
  /* cinza claro */
  border: none;
}

.carousel-indicators .active {
  background-color: #008b3a;
  /* verde UFFS */
  width: 24px;
  /* indicador ativo mais largo */
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* Texto do header */
header h1 {
  color: #000;
}

header p {
  color: #333;
}

/* Indicadores do carousel (bullets) */

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d3d3d3;
  /* cinza claro */
  margin: 0 6px;
  transition: background-color 0.3s ease;
}

.carousel-indicators .active {
  background-color: #007A3D;
  /* verde UFFS */
}

/* Texto do header */
header h1 {
  color: #000;
}

header p {
  color: #333;
}

/* Indicadores do carousel (bullets) */
.carousel-indicators {
  justify-content: center;
  margin-top: 1rem;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d3d3d3;
  /* cinza claro */
  margin: 0 6px;
  transition: background-color 0.3s ease;
}

.carousel-indicators .active {
  background-color: #007A3D;
  /* verde UFFS */
}

/* Article Cards */
.article-card {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.card-img-top,
.card-img-placeholder {
  height: 200px;
  object-fit: cover;
}

.card-img-placeholder {
  background-color: #f8f9fa;
}

.card-title {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #333;
}

.btn-link {
  text-decoration: none !important;
  font-size: 0.9rem;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(180deg, #00a0ff 0%, #0060ff 100%);
  padding: 100px 0;
}

.cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

/*Alterações 17/01*/

.text-ver {
  color: #007A3D;
}

.nomes-autores {
  color: #007A3D;
  font-size: 16px;
  font-style: normal;
}

.breadcrumb-item a {
  color: #007A3D;
}

@media (max-width: 576px) {
  header h1 {
    font-size: 34px !important;
  }

  header .lead {
    font-size: 18px;
    font-weight: 400;
  }

  .text-ver {
    width: 135px;
  }

  .publique-livro h2 {
    font-size: 24px;
  }

  .publique-livro .lead {
    font-size: 16px;
    font-weight: 400;
  }

  #carouselDestaques .carousel-control-prev {
    left: 0;
  }

  #carouselDestaques .carousel-control-next {
    right: 0;
  }

  #carouselDestaques .carousel-control-prev-icon,
  #carouselDestaques .carousel-control-next-icon {
    width: 32px;
    height: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 100%;
  }

  .carousel-control-prev {
    left: 0;
  }

  #carouselDestaques .carousel-control-next {
    right: 0;
  }

  #carouselDestaques .carousel-control-prev-icon,
  #carouselDestaques .carousel-control-next-icon {
    width: 32px;
    height: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 100%;
    position: absolute;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 32px;
    height: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 100%;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 32px;
    height: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 100%;
    position: absolute;
  }
}

/* Event Page Specific Styles */

.badge-info-light {
  background-color: #e1f5fe;
  color: #0288d1;
}

.badge-primary-light {
  background-color: #e3f2fd;
}

.text-info {
  color: #00a0ff !important;
}

.btn-info {
  background-color: #00a0ff;
  border-color: #00a0ff;
  color: white;
}

.btn-info:hover {
  background-color: #0080ff;
  border-color: #0080ff;
}

.btn-outline-info {
  color: #00a0ff;
  border-color: #00a0ff;
}

.btn-outline-info:hover {
  background-color: #00a0ff;
  color: white;
}

.border-dashed {
  border-style: dashed !important;
  border-width: 2px !important;
}

.upload-area {
  cursor: pointer;
  transition: background-color 0.2s;
}

.upload-area:hover {
  background-color: #e9ecef !important;
}

.rounded-lg {
  border-radius: 15px !important;
}

.list-group-item {
  font-size: 0.9rem;
  color: #444;
}

.opacity-25 {
  opacity: 0.25;
}

.btn-category.active {
  border-radius: 9999px;
  background: var(--Dark-Blue-700, #282A72);
  color: #fff;
  display: flex;
  height: 40px;
  padding: 9.5px 16px 10.5px 16px;
  justify-content: center;
  align-items: center;
}

/* FIM das alterações */
.video-card {
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-icon {
  width: 50px;
  height: 50px;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.video-card:hover .play-icon {
  transform: scale(1.2);
}

.btn-success {
  border-radius: 5px;
}

.video-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 6px;
  border-radius: 4px;
}

.text-underline {
  text-decoration: underline;
}

.text-underline:hover {
  color: #fff;
}

.badge {
  padding: 0.5em 0.75em;
  font-size: 0.85rem;
  margin: 0.25em 0.25em 0 0;
}

.recentes img {
  border-radius: 10px;
}

.header-gradient .btn {
  font-size: 16px;
}

.badge-light {
  font-weight: 400;
}

.dropdown-item {
  font-size: 15px !important;
}

.dropdown-item {
  padding: .25rem 1.5rem !important;

}

/* Carousel */

.carousel-caption {
    position: absolute;
    top: 40%;
    left: 35%;
    transform: translate(-50%, -50%);
    text-align: left;
    padding: 20px;
    border-radius: 10px;
}

.pre-titulo-banner h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 800;
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.pre-titulo-banner h2:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 50px;
    background-color: #ffffff;
    margin-left: 15px;
}

.carousel-caption h5 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.carousel-caption h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fff;
}

.carousel-caption .btn {
    margin: 5px;
}

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.carousel-indicators {
    bottom: 20px;
    /* Ajuste conforme necessário */
}

.carousel-indicators li {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    /* Espaçamento entre os bullets */
}

.carousel-indicators .active {
    background-color: #fff;
}

#Banner_home.carousel-inner {
    overflow: visible !important;
}

#Banner_home .owl-pagination {
    transform: translateY(28px);
}

#Banner_home .owl-prev {
    margin-left: 20px !important;
}

#Banner_home .owl-next {
    margin-right: 10px !important;
}
#Banner_home a,
#Banner_home a:hover,
#Banner_home a:focus {
    text-decoration: none !important;
    border-bottom: none !important;
}