/**
 * @file
 * Subtheme specific CSS.
 */

/*
 * Modelo para Interface de sites do Governo do Pará
 * Secretaria de Comunicação do Pará - SECOM
 * marcelo.oliveira@secom.pa.gov.br
 */

/********CORES ID VISUAL GOVERNO DO PARÁ:

AZUL {#0071CE} 			+ESCURO {#18364F} +CLARO {#9BBCD7}
VERMELHO {#EB2939} 		+ESCURO {#6B3237} +CLARO {#EED4D6}

CINZA {#B3B3B3}		CINZA CLARO {#E6E6E6} CINZA ESCURO {#666666}

*********OUTRAS:*********
VERDE {#4CAF50};		+ESCURO {#388E3C}  +CLARO {#81C784}
VERMELHO {#4CAF50};		+ESCURO {#d32f2f}  +CLARO {#e57373}

Outras Paletas: Usar como referência a Paleta do Material Design.

**********************************/
:root {
  --blue: #0071ce;
  --red: #eb2939;
}

body {
  font-family: "Nunito Sans", sans-serif;
}

body, html {
  overflow-x: hidden;
}

p {
  font-family: "Open Sans", sans-serif;
}

img {
  opacity: 1;
  transition: opacity 0.3s;
}
a {
  color: #0071ce;
}

section {
  margin: 0;
  padding: 1rem 0 0 0;
}



.h3 {
  color: #eb2939;
  border-bottom: 0.1rem solid #eb2939;
  width: 100%;
  padding-left: 1rem;
}

.h3 > img {
  vertical-align: baseline;
}

.h6 {
  color: #eb2939;
  border-bottom: 0.1rem solid #eb2939;
  width: 100%;
}

.navbar-dark {
  background-color: #055EA0 !important;
}

.bg-primary {
  background-color: #0071CE ;
}

.bg-maisescuro {
  background-color: #0061b0 !important;
}

.menu {
  text-transform: uppercase;
}

a.menuItem:link,
a.menuItem:hover,
a.menuItem:visited,
a.menuItem:active {
  color: #fff !important;
}

a.menuItem:hover {
  color: #fff !important;
  text-shadow: 0px 1px 6px #00427a;
  border-bottom: 0.2rem solid #fff;
  margin-bottom: -0.7rem;
}

.linkDestaque {
  border: 1px solid #666666;
  border-radius: 6px;
}

.bannerMaster {
  max-width: 890px;
  max-height: 130px;
  margin-left: auto;
  margin-right: auto;
}

.bannerMaster img,
.bannerMeio img {
  max-width: 100%;
}

.bannerPrincipal {
  height: 30rem;
}

.bannerMeio {
  max-width: 512px;
  max-height: 130px;
  margin-left: auto;
  margin-right: auto;
}

.acess {
  font-family: "Open Sans", sans-serif;
  font-size: 0.7rem;
  height: 2rem;
  padding-top: 1.5rem;
}

a.acessLink:link,
a.acessLink:visited,
a.acessLink:active {
  color: #fff !important;
}

.acessBadges {
  color: #fff;
}

a.acessLink:hover {
  color: #000 !important;
}

a.link-white:link,
a.link-white:visited,
a.link-white:active {
  color: #fff !important;
}

/* #rodape * .redeSocial * a:link,
#rodape * .redeSocial * a:visited,
#rodape * .redeSocial * a:active,
#rodape-item * a:link,
#rodape-item * a:visited,
#rodape-item * a:active {
  color: rgba(255, 255, 255, 0.4) !important;
} */

#rodape * .redeSocial * a:hover,
#rodape-item * a:hover {
  color: #fff !important;
}


/*! ***************************************************************************/
/*? **************************** | BADGE'S | ********************************/
/*! ***************************************************************************/

.badge-primary {
  color: #fff;
  background-color: #007bff;
}


.acess * .badge {
  padding: 0.3rem 0.6rem 0.3rem 0.6rem;
  margin: 0.1rem 0 0.1rem 0;
  border-radius: 1rem;
}

.badge-secondary {
  color: #fff;
}

.badge-secondary a {
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
}

.badge-secondary a:hover {
  color: #ccc;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.bg-light {
  background-color: #055EA0 !important;
  height: 30px;
}

.portaldeServicos {
  background: #0071ce;
  color: #fff;
}

.views-field-nothing > .field-content > img {
  margin-top: 2rem !important;
}


.views-field-nothing-1 > .field-content {
  display: flex;
  justify-content: center;
  margin: 2rem 0 1rem 0;
}

.btn-primary {
  /* color: #0071ce; */
  background-color: #fff;
  border-radius: 2rem;
  border: #0071ce solid 1px;
  padding: 0.4rem 1rem 0.4rem 1rem;
}

a.btn-primary:hover {
  color: #fff;
  background-color: #0071ce;
}

#nav-tab > .nav-item {
  width: 23%;
  padding: 1.4rem;
  margin: 0 0.3rem 0 0.3rem;
}

.nav-link {
  color: #fff ;
}

.nav-tabs > .nav-link .active {
  background-color: #fff !important;
}

.card-img-overlay {
  top: auto;
  margin: 1rem 1rem 0 1rem;
}

.card-img-overlay > a:link {
  color: #fff;
}

.texto-noticia {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: -0.03125rem;
  overflow-wrap: break-word;
}

.line-blue {
  border-left: 0.2rem solid #0071ce !important;
}

.line-blue-bottom {
  border-bottom: 0.3rem solid #0071ce;
  padding-bottom: 1rem;
}

.line-red-bottom {
  border-bottom: 0.3rem solid #eb2939;
}

.line-red-top {
  border-top: 0.2rem solid #eb2939 !important;
}

.line-red {
  border-left: 0.2rem solid #eb2939 !important;
}

.line-gray {
  border-left: 0.2rem solid #e6e6e6 !important;
}

.line-gray-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.gradient {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 12%,
    rgba(0, 0, 0, 0.9107842966288078) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 12%,
    rgba(0, 0, 0, 0.9107842966288078) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 12%,
    rgba(0, 0, 0, 0.9107842966288078) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-primary {
  color: #0071ce !important;
}

/*** Banner Wide com OWN CAROUSSEL fim**/
.descricao {
  line-height: 0.9rem;
  font-size: 0.9rem;
}

.region-top-header {
  padding: 0 !important;
}

.social-media-links--platforms {
  padding-top: 1px !important;
}

.social-media-links--platforms li:not(:last-child) {
  margin-right: 0.5rem;
}

.navbar-expand-lg .menu--menu-topo ul {
  border: 1px solid #666666;
  border-radius: 6px;
}

.navbar-expand-lg .menu--menu-topo ul li.nav-item {
  font-size: 80%;
  font-weight: 400;
}

ul.sf-menu a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
}

ul.sf-menu .sf-sub-indicator {
  font-size: 80%;
}

ul.sf-menu .sf-with-ul {
  padding-right: 2em;
}

ul.sf-menu li {
  border-bottom: 0.2rem solid #eb2939;
  padding-bottom: 0.5rem !important;
}

.navbar {
  padding-bottom: 0 !important;
}

ul.sf-menu li li {
  border-bottom: none !important;
}

ul.sf-menu li.sfHover a {
  color: #212529;
}

ul.sf-menu ul {
  border-radius: 0.2rem;
  background-color: #fff !important;
}

ul.sf-menu li li a {
  padding: 0.5rem 1.5rem;
}

ul.sf-menu li li a:hover {
  background-color: #f8f9fa;
}

.search-block-form fieldset,
.search-block-form .form-actions {
  margin: 0 !important;
}search-block-form

.region-header-form,
.region-top-header-form,
.region-featured-top,
.region-featured-bottom-first,
.region-featured-bottom-second,
.region-featured-bottom-third,
.region-featured-bottom-fourth,
.region-featured-bottom-fifth,
.region-featured-bottom-sixth,
.region-featured-bottom-seventh {
  padding-top: 0 !important;
}

.search-block-form .button {
  color: #212529;
  background-color: #f8f9fa;
  border-radius: 0;
  margin: 0;
  padding: 0.22rem 0.5rem;
  border-color: #f8f9fa;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.search-block-form .button:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.search-block-form .form-search {
  line-height: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.owl-carousel .owl-item img {
  min-height: 200px !important;
  height: 100%;
  object-fit: cover;
  justify-self: flex-start;
  max-height: 600px;
}

.noticias .card img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.noticias .card {
  /* max-height: 30rem; */
  overflow: hidden;
}


.noticias a {
  color: #fff;
  text-decoration: none;
}

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

.small {
  font-size: 80%;
}

.created {
  font-size: 60%;
  color: #ccc;
}

.ultimas-noticias img {
  max-height: 140px;
}

.ultimas-noticias span a {
  color: #6c757d !important;
  text-decoration: none;
}

.ultimas-noticias a {
  color: #0071ce;
  text-decoration: none;
}

.ultimas-noticias a:hover {
  color: #0071ce;
  text-decoration: underline;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  --bs-gutter-x: 0;
}

.ultimas-noticias .created {
  color: #6c757d;
}

/*! ***************************************************************************/
/*? **************************** | MORE LINK | ********************************/
/*! ***************************************************************************/

.view-blue-button .more-link {
  text-align: center;
  margin-top: 1.5rem !important;
}

.view-blue-button .more-link a{
  color: #0071ce;
  background-color: #fff;
  border-radius: 2rem;
  border: #0071ce solid 1px;
  padding: 0.4rem 1rem 0.4rem 1rem;
  text-decoration: none;

}

.view-blue-button .more-link a:hover{
  color: #fff;
  background-color: #0071ce;
  transition: ease .2s;
  font-weight: bold;
}
.view-blue-button .more-link:hover{
  transform: scale(1.02);
}

/*! ***************************************************************************/
/*? *************************** | FOTOS E VIDEOS | *******************************/
/*! ***************************************************************************/

.fotos img, .videos img {
  height: 245px;
  width: 100%;
}

.fotos a, .videos a, .audios a {
  color: #fff;
  text-decoration: none;
}

.fotos a:hover, .videos a:hover, .audios a:hover {
  color: #fff;
  text-decoration: underline;
}

.region-featured-bottom-seventh {
  --bs-gutter-x: 0;
}

.font-weight-light {
  font-weight: 300 !important;
}

/*! ***************************************************************************/
/*? ************************ | QUICKTABS MULTIMIDA | **************************/
/*! ***************************************************************************/

.block-quicktabs-blockmultimidia h2{
  font-weight: bold !important;
  color: #ffffff !important;
  font-size: 2.5rem !important;
}

.block-quicktabs-blockmultimidia ul.quicktabs-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: initial;
  padding-bottom: 1rem;
}

.block-quicktabs-blockmultimidia ul.quicktabs-tabs li {
  padding: 0;
  border: none;
}

.block-quicktabs-blockmultimidia ul.quicktabs-tabs li a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
  display: block;
}

.block-quicktabs-blockmultimidia ul.quicktabs-tabs li a:hover {
  color: #ccc;
}

.block-quicktabs-blockmultimidia .more-link {
  text-align: center;
  padding: 1.2rem 0;
}

.block-quicktabs-blockmultimidia .more-link a {
  color: #fff;
  background-color: #0071ce;
  border-radius: 2rem;
  border: #fff solid 1px;
  padding: 0.4rem 1rem 0.4rem 1rem;
  text-decoration: none;
}

.block-quicktabs-blockmultimidia .more-link a:hover {
  background-color: #fff;
  color: #0071ce;
}

.audios .card-audio a {
  display: block;
  padding-bottom: 2rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
/*! ***************************************************************************/
/*? *********************** | PUBLICAÇÕES E PAUTAS | **************************/
/*! ***************************************************************************/
.publicacoes a, .pautas a {
  text-decoration: none;
}

.publicacoes a:hover, .pautas a:hover {
  text-decoration: underline;
}

.publicacoes .badge a {
  color: #fff;
}

.publicacoes .more-link, .pautas .more-link {
  text-align: center;
  padding: 1rem 0;
}

/*! ***************************************************************************/
/*? *********************** | REDES SOCIAIS | **************************/
/*! ***************************************************************************/

.redeSocial {
  text-align: center;
}

.redeSocial ul li {
  list-style: none;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 2.7rem;
  float: left;
  text-align: center !important;
  height: 2.7rem;
  padding-top: 0.6rem !important;
}

.redeSocial * a:link,
.redeSocial * a:visited,
.redeSocial * a:active {
  color: #fff;
}

.redeSocial * a:hover {
  color: #80bdff !important;
}

.redeSocial ul.social-media-links--platforms {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  text-align: center;
  margin-bottom: 0;
}

.redeSocial ul li {
  padding: 0.5rem !important;
}

.redeSocial ul li .fa-2x {
  font-size: 1.6rem;
}

.redeSocial ul li .svg-inline--fa {
  height: 1.5rem;
}

.region-footer-second {
  margin: 0px auto;
}

#rodape {
  background-color: #0071CE !important;
}

#institution_address {
  color: #fff;
}

/*! ***************************************************************************/
/*? **************************** | CRÉDITOS | ******************************/
/*! ***************************************************************************/

#creditos {
  font-size: 0.7rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-rendering: auto;
  padding: 0.5rem 0 0rem 0;
  opacity: 0.5;
}

#creditos a {
  color: #f8f9fa !important;
  text-decoration: none;
}

#creditos a:hover {
  color: #cbd3da !important;
}

.separator {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-right: 0.9rem;
}

/*! ***************************************************************************/
/*? *************************** | MENU RODAPÉ | *******************************/
/*! ***************************************************************************/

.text-secondary {
  color: #fff !important;
}

.menu--menu-rodape ul li {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #f8f9fa !important;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-right: 0.9rem;
}

.menu--menu-rodape ul li:not(:last-child) {
  margin-right: 0.5rem;
}

.menu--menu-rodape ul li:last-child {
  border: none;
}

.menu--menu-rodape ul li a {
  padding: 0.2rem 0;
}

.main-content {
  padding-bottom: 3rem;
}

.breadcrumb {
  margin-top: 1rem;
}

.photoswipe-gallery .field--name-field-image {
  display: flex;
}

.photoswipe-gallery .field--name-field-image .field__item {
  margin: 0.5rem;
}

ul.pagination {
  padding-top: 1rem;
}

ul.pagination li a {
  color: #0071ce;
}

#links-uteis {
  margin: 15px 0 20px 0;
}

.header-searchform {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*! ***************************************************************************/
/*? ************************ | SERVIÇOS BASICOS | *****************************/
/*! ***************************************************************************/

/* .servicos-basicos .view-content{
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}

.servicos-basicos .view-content div{
  width: fit-content;
  border: 1px solid #0d6efd;
  border-radius: 10px;
  padding: 25px;
}

.servicos section{
  gap: 50px !important;
} */

.card-services-basic:hover,.card-services:hover{
  transition: 300ms ease-in-out;
  transform: scale(1.03);
}

.card-services-basic,.card-services{
  transition: 300ms ease-in-out;
}

.card-services-basic-body h3 a , .card-services-basic .card-service-basic-base h3 a{
  font-size: 0.9rem;
  color: #000;
}

.card-services-basic-body h3 a , .card-services-basic .card-service-basic-base h3{
  line-height: 1rem;
}

.card-services-basic a{
  display: contents;
}

.card-services-basic .card-service-basic-base {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0%;
  left: 0%;
  min-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0px 12px;
  background-color: white;
  margin: 0%;
  transition: ease-in-out 0.3s;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.card-services-basic {
  position: relative;
  max-width: 300px;
  /* max-height: 230px; */
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}

.card-services-basic img {
  width: 100% !important;
  min-height: 200px !important;
  height: 100% !important;
  justify-self: flex-start !important;
  border-radius: 10px;
}
.card-services-basic img:hover {
  size: 90%;
  background-color: black;
}


/* CONFIGURACAO DOS NOMES DAS SESSOES ADEPARA */
#block-views-block-equipamentos-turisticos-block-2,#block-views-block-midia-block-1, #block-views-block-regioes-turisticas-block-2  {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#block-views-block-equipamentos-turisticos-block-2 h2, #block-views-block-midia-block-1 h2 {
  color: #fff;
  position: relative;
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}

#block-views-block-regioes-turisticas-block-2 h2,#block-views-block-noticias-block-1 h2 {
  position: relative;
  margin-bottom: 2rem;
  font-size: 2.3rem;
}

.view-id-midia {
  margin-top: 4rem;
}

#block-views-block-midia-block-1 h2 {
  position: absolute;
  z-index: 10000;
  margin-left: 100%;
  font-size: 2.3rem;
}



#block-views-block-equipamentos-turisticos-block-2 h2:after,#block-views-block-midia-block-1 h2:after, #block-views-block-regioes-turisticas-block-2 h2:after,#block-views-block-noticias-block-1 h2:after{
  position: absolute;
  content:"";
  background-color: #ff0101;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -7px;
}

#block-views-block-noticias-block-1{
  display: flex;
  flex-direction: column;
  align-items: center;
}



.banner-master {
  display: flex;
  justify-content: center;
}


#block-views-block-midia-block-2 > h2 {
  display: none !important; 
}
/*! ***************************************************************************/
/*? ************************ | MEDIA CONFIGURACAO | ******************************/
/*! ***************************************************************************/

#galeria{
  padding-top: 3rem ;
  display: flex;
}

.region-featured-bottom-seventh {
  display: grid;
  grid-template-columns: 50%;
}
#block-views-block-midia-block-1{
  grid-column: 1/2 !important;
}
#block-views-block-midia-block-2 {
  grid-column: 2/3 !important;
}


.media-area-card > img {
  width: 100% !important;
  height: 380px !important;
}

.media-title {
  background-color: #055EA0;
  font-size: 2rem;
  margin: 0;
  padding-bottom: 1rem;
}

.media-card {
  height: 400px;
}

.card {
  background-color: #fff0 !important;
}

.media-card > img {
  height: 21em !important;
}
/*! ***************************************************************************/
/*? ************************ | HOVER DESCRIÇÃO | ******************************/
/*! ***************************************************************************/

.card-services-body h3 a , .card-services .card-service-base h3 a{
  font-size: 1.2rem;
  color: #000;
}

.card-services a{
  display: contents;
}

.card-services .card-services-body p{
  display: none;
  font-size: 0.85rem;
  color: transparent;
}

.card-services .card-services-body:hover p {
  display: block;
  color: #000;
}

.card-services .card-service-base {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0%;
  left: 0%;
  min-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0px 12px;
  background-color: white;
  margin: 0%;
  transition: ease-in-out 0.3s;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.card-services .card-services-body:hover{
  max-height: 550px;
  height: 260px;
  display: block;
  transition: ease-in-out 0.6s;
  width: 100%;
  height: 100%;
  color: black;
  position: absolute;
  overflow-y: auto;
  z-index: +1;
  padding: 12px;
  border-radius: 10px;
}

.card-services {
  position: relative;
  max-width: 300px;
  max-height: 550px;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgb(221, 220, 220);
  box-shadow: rgb(221, 220, 220) 0 0 5px 1px;
}

.card-services img {
  width: 100% !important;
  min-height: 200px !important;
  height: 100% !important;
  justify-self: flex-start !important;
  border-radius: 10px;
}

#block-views-block-regioes-turisticas-block-1 h2, #block-views-block-regioes-turisticas-block-3 h2{
  font-weight: bold;
  color: #0071ce;
}

.contextual-region h2{
  font-weight: bold;
  color: #0071ce;
}


/*! ***************************************************************************/
/*? **************************** DESTAQUE ********************************/
/*! ***************************************************************************/

.destaques .view-content .owl-carousel .owl-item img {
  height: 400px;
}

.BannerWideChamada {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  padding: 1.25rem;
}
.BannerWide {
  min-height: 34rem;
}

.BannerWideImage {
  position: absolute;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.destaques .view-content h1 a {
  color: #fff;
  text-decoration: none !important;
  font-weight: 400 !important;
  line-height: unset !important;
  padding: unset !important;
}

.destaques .view-content h1 a:hover{
  text-decoration: underline !important;
}

.destaques .view-content .active .titles-container{
  width: fit-content !important;
  position: relative !important;
  line-height: unset !important;
}

.destaques .view-content .titles-container .categoria{
  width: fit-content;
  background-color: #ff0101;
  padding: 10px 1rem !important;
}

.destaques .view-content .titles-container .categoria h6{
  margin: 0px !important;
  padding: 0px !important;
  line-height: normal !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.destaques .view-content .titles-container .title{
  width: fit-content;
  text-decoration: none;
  color: #fff;
  background-color: #0071ce;
  padding: 5px 1rem !important;
}

/*! ***************************************************************************/
/*? **************************** HEADER MENU ********************************/
/*! ***************************************************************************/

.menuparent a:hover , .sf-no-children a:hover{
  color: #a3c5f4 !important;
  transition: ease .2s;
}

.sfHover > .sf-depth-1{
  color: #a3c5f4 !important;
}

/*! ***************************************************************************/
/*? **************************** BANNERS MENOR ********************************/
/*! ***************************************************************************/

#meio-banner {
  padding-top: 0;
}

.bannerp .view-content {
  justify-content: center;
}


/*! ***************************************************************************/
/*? **************************** DESTAQUE MENOR ********************************/
/*! ***************************************************************************/

.destaque-menor  .view-content {
  width: 890px !important;
  margin: 0px auto !important;
  padding: 0px !important;
}

.destaque-menor .owl-carousel .owl-item img {
  height: auto !important;
  width: 890px  !important;
  max-height: 257px !important;
  object-fit: cover;
}

.owl-slider-wrapper {
  padding: 0px !important;
}

.destaque-menor .owl-nav {
  font-weight: bolder;
  font-size: 2.5rem;
  height: 0px !important;
  margin: 0px !important;
}

.owl-nav {
  position: absolute;
  top: 12rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  color: #0061b0 !important;
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 2rem;
  transition: ease .3s;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  color: #fff !important;
  background-color: #257dc5;
  transition: ease .3s;
}

.owl-carousel .owl-nav button.owl-next:hover {
  color: #fff !important;
  background-color: #257dc5;
  transition: ease .3s;
}
.destaque-menor .owl-carousel .owl-nav button.owl-prev, .destaque-menor .owl-carousel .owl-nav button.owl-next{
   padding: 5px 10px !important;
  margin: 0px !important;
  height: 100%;
  line-height: 25px;
  width: 30px !important;
  background-color: #00000014 !important;
}

.destaque-menor .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0%;
}

.destaque-menor .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0%;
}

.destaque-menor .owl-nav .owl-next:hover , .destaque-menor .owl-nav .owl-prev:hover{
  background: #00000069 !important;
  color: #fff !important;
  text-decoration: none !important;
}
 
.destaque-menor .owl-theme .owl-nav [class*='owl-']:hover {
  background: #00000069 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.block-views-blockdestaque-menor-block-1 h2 {
  font-size: 2rem;
  font-weight: bolder;
  color: #0071ce !important;
}

/*! ***************************************************************************/
/*? **************************** DESTAQUE VIDEO ********************************/
/*! ***************************************************************************/

.destaque-video .view-content {
  background-color: #0031ce;
  padding: 15px;
}

.destaque-video .view-content iframe {
  width: 95%;
  display: block;
  margin: 0 auto;
  height: 600px;
}

/*! ***************************************************************************/
/*? **************************** EVENTOS BLOCK ********************************/
/*! ***************************************************************************/

.events-block .events-row {
  width: 100%;
  flex-grow: 1;
  max-width: calc(25% - 10px);
  max-height: 242px;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  padding: 0px;
}

.events-block .view-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.events-block .events-cards img {
  max-height: 140px;
  height: 140px;
  object-fit: cover;
  width: 100%;
}

.events-block .events-card-body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.events-block .events-card-body .events-palavrachave a{
  text-transform: uppercase;
  color: #6c757d !important;
  text-decoration: none;
}

.events-block .events-card-body .events-created{
  font-size: 75% !important;
}

/*! ***************************************************************************/
/*? **************************** NOTICIAS PAGE ********************************/
/*! ***************************************************************************/

.noticias-page .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  place-items: center;
}

.noticias-page-item {
  padding: 0px !important;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0, .125);
}

.noticias-page-item:hover {
  transform: scale(1.05);
}

.noticias-page-item img {
  width: 100%;
  max-height: 200px;
}

.noticias-page-item .noticias-page-item-body {
  padding: 10px;
}

.noticias-page-item-body h3 {
  font-size: 1.3rem !important;
}

.noticias-page-item-body p a{
  color: #000;
  text-decoration: none;
}
.noticias-page-item-body .created {
  color: #6c757d;
}

/*! ***************************************************************************/
/*? **************************** CONTEUDO BASICO ********************************/
/*! ***************************************************************************/

.node__content blockquote{
  padding: 10px 20px;
  border-left: 5px solid #eb2939;
}

.node__content .field--name-field-categoria-do-conteudo {
    font-size: 0.8rem;
    margin: 20px 0px;
    color: #0071ce;
    border-left: 2px solid #eb2939;
    padding: 0px 5px;
    font-weight: 800;
}

.node__content .field__item > * {
  margin: 0px;
}

.node__content .field .field__label {
  color: #0071ce !important;
  border-left: 3px solid #eb2939;
  padding: 0px 5px;
  margin: 5px 0px;
}

.node__content .field .field__label::after {
  content: ":";
}

.node__content .field__item br {
  display: none;
}


/*! ***************************************************************************/
/*? **************************** VIEW EVENTOS PAGE ********************************/
/*! ***************************************************************************/

.events-page .view-content{
  gap: 15px !important;
}

.events-page details {
 background: #ffffff;
 border: #c5c5c5 1px solid;
}

.events-page details[open] {
 -webkit-box-shadow: 0px 0px 12px 0px rgba(163,163,163,1);
 -moz-box-shadow: 0px 0px 12px 0px rgba(163,163,163,1);
 box-shadow: 0px 0px 12px 0px rgba(163,163,163,1);
}

.events-page summary {
   background-color: #0071CE;
   color: #ffffff;
   position: relative;
   cursor: pointer;
   display: flex;
   align-items: center;
   padding: 0px 10px;
   flex-wrap: wrap;
}

.events-page summary > div {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   gap: 2rem;
   flex-wrap: wrap;
   flex: auto;
}

.events-page summary > h3 {
   font-size: 1.3rem;
   font-weight: 600;
}

.events-page summary > * {
   margin: 0px !important;
}

.events-page details[open] summary {
   border-bottom: 0.2rem solid #EB2939;
}

.events-page details .details-content {
  display: flex;
  padding: 10px;
}

.events-page details .details-content img {
 width: 15rem;
 height: 15rem;
 max-height: none !important;
 object-fit: cover;
}

.events-page details .details-content > div {
 display: flex;
 flex-direction: column;
 gap: 10px; 
 max-height: 100%;
 padding: 0px 5px;
 width: calc(100% - 15rem);
}

.events-page details .details-content p{
  max-height: 85%;
  height: 100%;
  overflow-y: auto;
  padding: 0px 5px;
  margin: 0px !important;
}

.events-page details .details-content a {
 width: fit-content;
 padding: 5px 10px;
 border: 2px solid #0071ce;
 border-radius: 2rem;
 text-decoration: none;
 color: #0071ce;
}

.events-page details .details-content a:hover {
 background-color: #0071ce;
 color: #ffffff;
}

.events-page details summary::-webkit-details-marker {
   display: none;
}

.events-page details > summary::before {
   content: '\002B';
   margin-right: 5px;
   font-size: 1.5rem;
   color: white;
   font-weight: bold;
   padding: 3px 8px;
   border-radius: 3px;
}

.events-page details[open] > summary::before {
   content: '\00D7';
   margin-right: 5px;
   font-size: 1.5rem;
   color: white;
   font-weight: bold;
   padding: 3px 8px;
   border-radius: 3px;
}

.form-item-field-data-periodo-value-min > label {
  font-size: 0px;
}

.form-item-field-data-periodo-value-min > label:before {
  content: "Data inicial"; font-size: 1rem;
}

.form-item-field-data-periodo-value-min > label:after {
  content: " *Campo obrigatório";
  font-size: 0.6rem;
  font-style: italic;
}

.form-item-field-data-periodo-value-max > label {
font-size: 0px
}

.form-item-field-data-periodo-value-max > label:before {
  content: "Data Final"; font-size: 1rem;
}
.form-item-field-data-periodo-value-max > label:after {
  content: " *Campo obrigatório";
  font-size: 0.6rem;
  font-style: italic;
}






/*! ***************************************************************************/
/*? ********************** | PAGE SUMMARY BLUE | ******************************/
/*! ***************************************************************************/
.page-summary-blue .view-content {
  gap: 15px !important;
}

.page-summary-blue details {
  background: #ffffff;
  border: #c5c5c5 1px solid;
  border-radius: 6px;
  transition: ease-in-out 300ms;
}

.page-summary-blue details:hover {
  transition: ease-in-out 300ms;
  transform: scale(1.01);
}

.page-summary-blue details[open] {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 1);
  box-shadow: 0px 0px 12px 0px rgba(163, 163, 163, 1);
  transform: scale(1.01);
}

.page-summary-blue summary {
  background-color: #0071CE;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.page-summary-blue summary>div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  flex: auto;
}

.page-summary-blue summary>h3 {
  font-size: 1.3rem;
  font-weight: 600;
}

.page-summary-blue summary>* {
  margin: 0px !important;
}

.page-summary-blue details[open] summary {
  border-bottom: 0.2rem solid #EB2939;
  border-radius: 6px 6px 0px 0px;
}

.page-summary-blue details .details-content {
  padding: 10px 10px 20px 10px;
}

.page-summary-blue details .details-content li {
  margin: 10px 0px;
}

.page-summary-blue details .details-content img {
  width: 15rem;
  height: 15rem;
  max-height: none !important;
  object-fit: cover;
}

.page-summary-blue details .details-content>div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 100%;
  padding: 0px 5px;
}

.page-summary-blue details .details-content p {
  max-height: 85%;
  height: 100%;
  overflow-y: auto;
  padding: 0px 5px;
  margin: 0px !important;
}

.page-summary-blue details .details-content .saiba-mais {
  width: fit-content;
  padding: 5px 10px;
  border: 2px solid #0071ce;
  border-radius: 2rem;
  text-decoration: none;
  color: #0071ce;
}

.page-summary-blue details .details-content .saiba-mais:hover,
.page-summary-blue .view-content .item-list .list-group .list-group-item:hover,
.page-summary-blue .view-content .item-list .list-group .list-group-item:hover a {
  background-color: #0071ce;
  color: #ffffff;
}

.page-summary-blue details summary::-webkit-details-marker {
  display: none;
}

.page-summary-blue details>summary::before {
  content: '\002B';
  margin-right: 5px;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  display: inline-block;
}

.page-summary-blue details[open]>summary::before {
  content: '\00D7';
  margin-right: 5px;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}

.page-summary-blue .view-content .details-content>div>ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.page-summary-blue .view-content .details-content>div>ul .field-title {
  border-left: 2px solid #EB2939;
  padding: 2px 10px;
  font-weight: bold;
}


.page-summary-blue .view-content .item-list .list-group .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: unset;
  border: none;
  width: fit-content;
  border: 1px solid #0071CE;
  border-radius: 12px;
}

.page-summary-blue .view-content .item-list .list-group .list-group-item a {
  text-decoration: none;
}

.page-summary-blue .view-content .item-list .list-group {
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 0px 10px;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: 20px;
}

.page-summary-blue details .details-content .body-content {
  max-height: 400px;
  height: 100%;
  overflow-y: auto;
  padding: 10px 5px;
  margin-left: 20px;
}

.page-summary-blue .view-content .details-content>div>ul .field-title , .page-summary-blue .view-content .details-content .body-content .field-title {
  border-left: 2px solid #EB2939;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 1.2rem;
}

.page-summary-blue .view-content .details-content .body-content strong {
  border-left: 2px solid #EB2939;
  padding: 2px 10px;
  font-weight: bold;
}

.search-page .view-content.row > h3 {
  border-bottom: 2px solid red;
  font-weight: bold;
  color: #0071ce;
}

.search-page .view-content.row > h3::before {
  content: '►';
}


#bottom-tenth {
  background-color: #fff;
  margin: 0 !important;
}

#publicacoes-pautas {
  display: none;
}

/*! ***************************************************************************/
/*? *************************** PAGINAÇÃO ******************************/
/*! ***************************************************************************/
.view-content.row + nav {
  width: fit-content;
  margin: 20px auto;
  box-shadow: 0px 0px 5px 0px #00000014;
}

.view-content.row + nav .pagination.js-pager__items{
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
}

#block-inputsearch{
  width: fit-content;
  margin: 0 auto;
}

/*! ***************************************************************************/
/*? *************************** DATAS DISPONIVEIS ******************************/
/*! ***************************************************************************/

.datas-disponiveis {
  margin: 10px 0px;
  padding: 0px 5px;
}

.datas-disponiveis .view-header h2 {
  font-size: 1.2rem;
  color: #0071CE;
  font-weight: bold;
}

.datas-disponiveis .view-content.row div {
  display: none;
}
.datas-disponiveis .view-content.row {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0px;
}

.datas-disponiveis .view-content.row h3 {
  display: block;
  width: fit-content;
  padding: 5px;
  margin: 0px;
  font-size: 0.9rem;
  color: #0071CE;
  border: 1px solid #0071CE;
  border-radius: 6px;
  line-height: normal;
}


/*! ***************************************************************************/
/*? *************************** DATEPICKER FILTRO DE DATA ******************************/
/*! ***************************************************************************/

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
  box-shadow: 0px 0px 15px 0px #00000075 !important;
  border: 1px solid rgb(0, 113, 206) !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-years thead tr:last-of-type , .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-decades thead tr:last-of-type , .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-centuries thead tr:last-of-type {
  border-bottom: 2px solid red !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-years thead tr:last-of-type th , .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-decades thead tr:last-of-type th , .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-centuries thead tr:last-of-type th {
  background: #0071CE !important;
  border-radius: 0px !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-years tbody tr td .year.active , .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-decades tbody tr td .decade.active , .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-centuries tbody tr td .century.active {
  background: #0071CE !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-years tbody tr td .year:hover , .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-decades tbody tr td .decade:hover , .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top .datepicker-centuries tbody tr td .century:hover {
  background: #0766b570 !important;
}

/*! ***************************************************************************/
/*? *************************** PDF READER ************************************/
/*! ***************************************************************************/

.pdf-reader .pdf-reader-google iframe {
  width: 100%;
}

.pdf-reader  {
  Width: 100%;
}


/*! ***************************************************************************/
/*? *************************** CAROUSEL IN PAGE ******************************/
/*! ***************************************************************************/

.main-content .owl-slider-wrapper{
  width: 60%;
  height: auto;
  margin: 0 auto;
}

/*! ***************************************************************************/
/*? ************************** | MENU MOBILE | ********************************/
/*! ***************************************************************************/

.mm-menu.mm-menu--offcanvas.mm-menu--position-left.mm-menu--theme-light.mm-menu--opened {
  position: absolute;
  z-index: 50;
}


/*! ***************************************************************************/
/*! ***************************************************************************/
/*? **************************** MEDIA QUERIES ********************************/
/*! ***************************************************************************/
/*! ***************************************************************************/

/*? **************************** | max width | ********************************/

@media (max-width: 1080px) {
  .destaque-menor  .view-content {
    width: 100% !important;
    margin: 0px auto !important;
    padding: 0px !important;
  }
  .destaque-menor .owl-carousel .owl-item img {
    height: auto !important;
    width: 100% !important;
    max-height: 257px !important;
    object-fit: cover;
  }
  .noticias-page .view-content {
   grid-template-columns: repeat(2, 1fr);
   padding: 10px;
 }
} 

@media (max-width: 991px) {
  .events-block .view-content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      place-items: center;
      padding: 5px;
  }
  .events-block .events-row {
    width: 100%;
    max-width: none;
  }
  .main-content .owl-slider-wrapper{
    width: 75%;
  }
  .view-id-midia > .view-content{
    grid-template-columns: 100%;
  }
}

@media (max-width: 767.98px) {
  h1 .display-4 {
    font-size: 2.3rem !important;
  }

  .destaque-menor  .view-content {
   width: 100% !important;
   margin: 0px auto !important;
   padding: 0px !important;
 }
 .destaque-menor .owl-carousel .owl-item img {
   height: auto !important;
   width: 100% !important;
   max-height: 257px !important;
   object-fit: cover;
 }

  .events-page .view-content {
    width: 100%;
    margin: 0px auto;
  }
  .events-page summary {
    gap: 0.5rem;
  }
  .events-page summary > div {
    justify-content: center;
    flex-wrap: wrap;
  }

 .events-page details .details-content {
   flex-direction: column;
   gap: 15px;
   align-items: center;
 }
 
 .events-page details .details-content > div{
   width: 100%
 }


 .destaque-video .view-content iframe {
   height: 500px;
 }

 .noticias-page .view-content {
   grid-template-columns: repeat(1, 1fr);
 }

 .main-content .owl-slider-wrapper {
  width: 90%;
 }
 .destaques .view-content .owl-carousel .owl-item img {
  height: 500px;
 }
 .page-summary-blue summary{
    padding: 10px !important;
    flex-wrap: nowrap !important;
  }

  .card-deck {
    display: block !important;
  }
  .region-featured-bottom-seventh {
    display: block !important;
  }
  #block-views-block-midia-block-1 h2 {
    margin-left: 0;
  }
  .noticia-container > img {
    height: 255px !important;
  }
  .destaques .view-content .owl-carousel .owl-item img {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 576px) {
  .card-deck {
    flex-direction: column;
  }
  .events-block .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-content .owl-slider-wrapper{
    width: 100%;
  }
  .destaques .view-content .owl-carousel .owl-item img {
    height: 400px;
  }
  .page-summary-blue details .details-content .body-content {
    margin-left: 0px;
  }
  .page-summary-blue .view-content .item-list .list-group {
    margin-left: 0px;
  }
  
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.1rem;
  }

  .bannerMeio {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .responsive-menu-toggle-icon span.label {
    display: none;
  }
  .region-secondary-menu {
    padding-top: 5px;
  }
  .responsive-menu-toggle-icon::before,
  .responsive-menu-toggle-icon::after,
  .responsive-menu-toggle-icon span.icon {
    left: 17px !important;
  }
  .destaques .view-content .owl-carousel .owl-item img {
    height: 300px;
  }
}

@media (max-width: 400px) {
  .destaque-menor  .view-content {
    width: 100% !important;
    margin: 0px auto !important;
    padding: 0px !important;
  }
  .destaque-menor .owl-carousel .owl-item img {
    height: auto !important;
    width: 100% !important;
    max-height: 257px !important;
    object-fit: cover;
  }

  .events-page details .details-content img {
     width: 95%;
     height: auto;
  }
 
  .events-page > * {
    margin: 0 auto !important;
  }
 
  .destaque-video .view-content iframe {
    height: 300px;
  }

}
.navbar-light {
  background-color: #0071CE !important;
  margin: 0  !important;
  height: 150px;
  padding: 2rem;
}


/*  ADEPARA NOTICIAS CONFIGURACOES  */
.card-deck {
  display: grid;
  grid-template-columns: 20%;
  grid-template-rows: 15rem 15rem;
}

.card-deck .card:nth-child(1) {
  grid-column: 1 / 4!important;
  grid-row: 1 / 3 !important;
}
.card-deck .card:nth-child(2) {
  grid-column: 4/ 6!important;
  grid-row: 1/2 !important;
}
.card-deck .card:nth-child(3) {
  grid-column: 4/ 6!important;
  grid-row: 2/3 !important;
}

/*  ADEPARA NOTICIAS CONFIGURACOES  */

.regioes-turisticas {
  margin: 2rem !important;
}
#links-uteis {
  background-color: #0071CE !important;
  padding-bottom: 2rem ;
}

#block-views-block-regioes-turisticas-block-1 h2 {
  color: #fff;
}

#block-views-block-destaques-block-1,#block-views-block-noticias-block-1 {
  padding-bottom: 3rem;
}


/*? **************************** | min width | ********************************/

@media (min-width: 992px) {
  .navbar-expand-lg .menu--menu-topo .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (min-width: 575.98px) and (max-width: 991.98px) {
  .card-deck > .card {
    min-width: 40% !important;
  }
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
}