/*---------------------------------------------------------------------------------------------------------------------
=ESTILOS DE TIPOGRAFIA
-----------------------------------------------------------------------------------------------------------------------
Importa os estilos de fontes do Google Fonts
----------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*---------------------------------------------------------------------------------------------------------------------
=CSS
-----------------------------------------------------------------------------------------------------------------------
Importa os estilos dos arquivos CSS
----------------------------------------------------------------------------------------------------------------------*/
/* Adicione aqui qualquer CSS global ou sobrescrita específica */
@import url('../../css/global.css');

/* Importa os estilos dos outros arquivos CSS */
@import url('../../css/header.css');
@import url('../../css/imagem-destaque.css');
@import url('../../css/carrossel-banner.css');
@import url('../../css/noticias.css');
@import url('../../css/barra_servicos.css');
@import url('../../css/eventos.css');
@import url('../../css/dashboard.css');
@import url('../../css/footer.css');
@import url('../../css/single.css');
@import url('../../css/todas-as-noticias.css');
@import url('../../css/template-pagina-imagem-topo-duas-colunas.css');
@import url('../../css/search.css');
@import url('../../css/header-custom.css');

/* Ajustes de acessibilidade - tarefa 49856 */
.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  pointer-events: none;
  z-index: 1;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.56);
}

.hero-text,
.hero-image .wrapper {
  position: relative;
  z-index: 2;
}

.hero-image .box {
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.48);
  border-radius: 50%;
}

.hero-image .box svg {
  width: 26px;
  height: 26px;
}

.hero-image .box:hover,
.hero-image .box:focus {
  background: rgba(0, 0, 0, 0.72);
}

:root {
  --ufpr-carousel-arrow-size: clamp(40px, 2.5vw, 44px);
  --ufpr-carousel-arrow-icon-size: clamp(18px, 1.1vw, 22px);
}

.carousel_banner_topo .carousel-control-prev i,
.carousel_banner_topo .carousel-control-next i {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 var(--ufpr-carousel-arrow-size);
  font-size: var(--ufpr-carousel-arrow-icon-size);
  height: var(--ufpr-carousel-arrow-size);
  justify-content: center;
  line-height: 1;
  min-height: var(--ufpr-carousel-arrow-size);
  min-width: var(--ufpr-carousel-arrow-size);
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  width: var(--ufpr-carousel-arrow-size);
}

#carousel_eventos .carousel-control-prev i,
#carousel_eventos .carousel-control-next i {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 var(--ufpr-carousel-arrow-size);
  font-size: var(--ufpr-carousel-arrow-icon-size);
  height: var(--ufpr-carousel-arrow-size);
  justify-content: center;
  line-height: 1;
  min-height: var(--ufpr-carousel-arrow-size);
  min-width: var(--ufpr-carousel-arrow-size);
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: var(--ufpr-carousel-arrow-size);
}

.carousel_banner_topo .carousel-control-prev:hover i,
.carousel_banner_topo .carousel-control-next:hover i,
.carousel_banner_topo .carousel-control-prev:focus i,
.carousel_banner_topo .carousel-control-next:focus i {
  background: rgba(0, 0, 0, 0.88);
  color: #ffffff;
}

#carousel_eventos .carousel-control-prev:hover i,
#carousel_eventos .carousel-control-next:hover i,
#carousel_eventos .carousel-control-prev:focus i,
#carousel_eventos .carousel-control-next:focus i {
  background: rgba(0, 0, 0, 0.78);
  color: #ffffff;
}

.carousel_banner_topo .carousel-control-prev:focus i,
.carousel_banner_topo .carousel-control-next:focus i {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}


.carousel-news .carousel-control-prev i,
.carousel-news .carousel-control-next i {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 46, 120, 0.35);
  border-radius: 50%;
  color: rgb(0, 46, 120);
  display: inline-flex;
  flex: 0 0 var(--ufpr-carousel-arrow-size);
  font-size: var(--ufpr-carousel-arrow-icon-size);
  height: var(--ufpr-carousel-arrow-size);
  justify-content: center;
  line-height: 1;
  min-height: var(--ufpr-carousel-arrow-size);
  min-width: var(--ufpr-carousel-arrow-size);
  padding: 0;
  width: var(--ufpr-carousel-arrow-size);
}

.carousel-news .carousel-control-prev:hover i,
.carousel-news .carousel-control-next:hover i,
.carousel-news .carousel-control-prev:focus i,
.carousel-news .carousel-control-next:focus i {
  background: rgb(0, 46, 120);
  color: #ffffff;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.72);
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--ufpr-carousel-arrow-icon-size) var(--ufpr-carousel-arrow-icon-size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
  display: block;
  height: var(--ufpr-carousel-arrow-size);
  min-height: var(--ufpr-carousel-arrow-size);
  min-width: var(--ufpr-carousel-arrow-size);
  width: var(--ufpr-carousel-arrow-size);
}

.carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3e%3cpath d='M10.5 2.5 5 8l5.5 5.5' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3e%3cpath d='M5.5 2.5 11 8l-5.5 5.5' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.carousel .carousel-control-prev:focus .carousel-control-prev-icon,
.carousel .carousel-control-next:hover .carousel-control-next-icon,
.carousel .carousel-control-next:focus .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.88);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
