/*ESTILOS CSS
VERSÃO DO DIA 01/08/2022*/

body {
  font-family: "Montserrat", sans-serif;
}

/*============parceiros===========*/
.list {
  padding: 0;
  /* display: inline-flex; */
  flex-wrap: wrap;
}

.list li {
  list-style: none;
  padding-bottom: 15px;
}

.list img {
  height: 150px;
}

/*a{
    text-decoration: none;
}*/
.center {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

/*============fim parceiros===========*/

h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 54px;
  color: #1f5a96;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 33px;
  color: #1f5a96;
  margin-bottom: 25px;
}

h4 {
  font-weight: bold;
  font-size: 28px;
  color: #1f5a96;
}

h5 {
  font-weight: bold;
  font-size: 24px;
  color: #1f5a96;
}

p {
  font-size: 18px;
  color: #222222;
}

label {
  font-weight: bold;
  font-size: 18px;
}

.form-control {
  font-size: 14px;
  color: #fff;
}

.custom-form-control {
  height: 36px;
  border-radius: 6px;
  background: #194878 !important;
  border: 0;
  color: #fff !important;
}

/*============botoes===========*/
.ver-todas {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 20px;
  color: #333;
  display: flex;
  width: 100%;
  align-items: center;
}

.ver-todas:before {
  content: "";
  display: block;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}

.ver-todas:after {
  content: "";
  display: block;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}

.ver-todas a {
  white-space: nowrap;
  display: block;
  padding: 0 12px;
  color: #1f5a96;
  text-transform: uppercase;
  font-size: 11px;
}

.btn {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.btn-padrao {
  background: #f6be00;
  color: #1f5a96;
}

/*============CORES===========*/
.bg-educacao {
  background: #0084e8;
}

.bg-saude {
  background: #007b30;
}

.bg-cultura {
  background: #d33900;
}

.bg-lazer {
  background: #f37921;
}

.bg-assistencia {
  background: #66609d;
}

.cor-educacao,
.cor-educacao:hover {
  color: #0084e8;
}

.cor-saude,
.cor-saude:hover {
  color: #007b30;
}

.cor-cultura,
.cor-cultura:hover {
  color: #d33900;
}

.cor-lazer,
.cor-lazer:hover {
  color: #f37921;
}

.cor-assistencia,
.cor-assistencia:hover {
  color: #66609d;
}

/* =============================TOPO=============================== */

.topo {
  background: #fff;
  align-items: center;
  color: #666666;
  position: relative;
  z-index: 15;

  width: 100%;
  top: 0;
  margin-bottom: 140px;
}

.topo .content {
  top: 0;
  position: fixed;
  width: 100%;
  background: #fff;
}

.topo .center {
  width: 95%;
  max-width: 100%;
}

.topo .logo {
  padding: 1px 12px;
  position: relative;
  top: -6px;
}

.topo .logo img {
  width: 100%;
  min-width: 169px;
}

.topo .logo span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #1f5a96;
}

.topo .nav .nav-item a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #1d8a64;
}

.topo .social a {
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: #666666;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #1f5a96;
  cursor: pointer;
  min-height: auto;
  padding: 10px;
  text-decoration: none !important;
}

.topo a:hover {
  color: #194470 !important;
}

.topo .social {
  display: flex;
  padding-left: 20px;
}

.topo .social i {
  font-size: 18px;
  margin: 0 6px;
}

.topo .social a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #1f5a96;
  padding: 0 5px;
}

.topo .social .dropdown-menu h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #1f5a96;
  margin-bottom: 15px;
}

.topo .social .dropdown-menu h5 strong {
  color: #1d8a64;
}

.topo .social .dropdown-menu a {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #1f5a96;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  min-height: auto;
  padding: 8px 0;
  display: flex;
}

.topo .social .dropdown-menu a i {
  margin-right: 5px;
}

.topo .social .dropdown-menu .dropdown-header {
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #1f5a96;
  opacity: 0.5;
}

.topo .social .dropdown-menu a.dropdown-item {
  font-size: 14px;
  margin: 0;
  display: flex;
}

.topo .social .dropdown-menu a.dropdown-item img {
  margin-right: 5px;
}

.topo .social .dropdown-menu a:hover,
.topo .social .dropdown-menu a:focus {
  background-color: transparent;
  color: #1d8a64;
  text-decoration: none;
}

.topo .social .dropdown-menu a.active {
  font-size: 10px;
  color: #1d8a64;
  text-transform: uppercase;
}

.topo .social .dropdown-menu a.sair {
  margin-top: 35px;
}

.topo .btn-usuario .user.menor~i {
  color: #1d8a64;
}

/*novo===*/

.topo .navbar {
  box-shadow: none;
  padding: 0;
  flex-flow: inherit;
  padding: 0;
}

.topo .navbar:first-child {
  z-index: 9;
}

.topo .busca {
  display: flex;
  align-items: center;
  width: 100%;
  /* max-width: 440px; */
  position: relative;
  max-width: 74%;
}

.topo .busca .form-group {
  margin: 0;
}

.topo .busca .form-control {
  height: 36px;
  border-radius: 6px;
  border: 0;
  padding-right: 39px;
  font-weight: 700;
  color: #1f5a96;
  padding: 9px 39px 9px 10px;
  border: 1px solid #ddd;
  background: #efefef;
}

.topo .busca i {
  color: #989a9b;
}

.topo .busca .col {
  padding: 0;
}

.topo .busca .btn {
  height: 36px;
  font-size: 18px;
  padding: 0;
  color: #1d8a64;
  background: transparent !important;
  border: 0;
  margin: 0;
  position: absolute;
  right: 9px;
}

.topo .navbar-nav .dropdown-menu {
  position: absolute;
}

.topo .navbar-nav .dropdown-menu {
  position: absolute;
}

.search-dropdown {
  position: absolute;
  background-color: #fff;
  margin: 0;
  list-style: none;
  width: 100%;
  padding: 15px;
  top: 100%;
  text-align: left;
}

.search-dropdown li {
  padding: 7px 0;
}

.topo.topo-scroll .bt-criar,
.topo.topo-scroll .user-login {
  display: none;
}

.top-bar {
  padding: 8px 10px;
  display: flex;
  justify-content: right;
  border-bottom: 1px solid #e2e2e2;
}

.top-bar a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  color: #1f5a96;
  text-transform: uppercase;
  padding: 14px;
  text-decoration: none;
}

.topo .navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}

.topo div.navbar {
  padding: 21px 14px;
  z-index: 54;
}

/* ==========================MENU======================================= */
.menu-vertical {
  display: block;
  /* position: absolute; */
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  color: #333;
  height: 86px;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  position: relative;
  z-index: 999;
  /* margin-left: 55px; */
}

.menu-vertical .sidebar {
  height: 100%;
}

.menu-vertical ul.sidebar {
  padding: 10px 32px 10px 20px;
}

.menu-vertical label {
  display: block;
  font-size: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1f5a96;
}

.menu-vertical input:checked~label:after {
  content: "";
  width: 100%;
  opacity: 0.2;
  background: #000;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.menu-vertical input {
  display: none;
  width: 100%;
  height: 100%;
  /* position: absolute; */
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

.menu-vertical .menu {
  position: fixed;
  width: 320px;
  height: 100%;
  padding: 10px;
  left: 0;
  background: rgb(0 30 60 / 96%);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  padding: 0;
  top: 0;
  color: #fff;
}

.menu-vertical .menu .fechar {
  height: auto;
  width: 41px;
  padding: 10px;
  right: auto;
  margin: 0;
}

.menu-vertical input:checked~.menu {
  transform: scale(1, 1);
  opacity: 1;
}

.menu-vertical input:checked~i {
  color: #003e79;
}

.menu-vertical .sidebar li a {
  padding: 14px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(142, 142, 142, 0.4);
  position: relative;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-vertical .sidebar li a:hover,
.menu-vertical .sidebar li a:target {
  color: #f6be00 !important;
  text-decoration: none;
}

.menu-vertical .sidebar li a.collapsed-menu:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;

  right: 0;
  font-size: 14px;
  top: 18px;
  transition: all 0.5s ease;
}

.menu-vertical .sidebar li a.collapsed-menu[aria-expanded="true"]:after {
  content: "\f106";
  top: 19px;
}

.menu-vertical .sidebar li input[type="checkbox"]:checked~a.collapsed-menu:after {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

.menu-vertical .sidebar li ul {
  padding: 0;
}

.menu-vertical .sidebar li ul li a {
  padding-left: 20px;
}

/*--------collapse submenu---------------*/
.menu-vertical ul.sidebar li {
  position: relative;
  text-align: left;
}

.menu-vertical .submenu-check {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.menu-vertical ul.sidebar li .collapsed-list {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
}

.menu-vertical ul.sidebar li input[type="checkbox"]:checked~.collapsed-list {
  max-height: 9999px;
  transition: all 1s;
}

.collapsed-list li a {
  border: none !important;
  font-weight: 500 !important;
}

/* ========================MAIN========================== */
main {
  padding: 0 20px;
  min-height: 500px;
  margin-bottom: 44px;
}

/* ========================DESTAQUE========================== */
.destaque {
  margin-bottom: 50px;
}

/* ================BANNER===================== */

.banner {
  margin-bottom: 5px;
  max-height: 385px;
  border-radius: 8px;
}

.banner .swiper-pagination-bullet {
  background: #e3e4e4;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.banner .swiper-pagination-bullet-active {
  background: #f6be00;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.banner img {
  width: 100%;
}

.banner .swiper-pagination {
  text-align: right;
  padding: 0 28px;
}

/* ================BANNER Prestação===================== */

.banner-prestacao {
  margin-top: 5px;
  margin-bottom: 15px;
  max-height: 385px;
  border-radius: 8px;
}

.banner-prestacao .swiper-pagination-bullet {
  background: #e3e4e4;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.banner-prestacao .swiper-pagination-bullet-active {
  background: #f6be00;
}

.banner-prestacao .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  margin-top: 20px;
}

.banner-prestacao img {
  width: 100%;
}

.banner-prestacao .swiper-pagination {
  position: relative;
  text-align: center;
  padding: 5px 0 0 0;
}

/* =========CATEGORIAS============ */
.categorias {
  display: flex;
  position: relative;
}

.categorias .item {
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.categorias .item a {
  color: #fff;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  position: relative;
  cursor: pointer;
}




.categorias .item a.bg-educacao {
  background-image: url("../images/educacao_azul.png");
  background-size: cover;
}

.categorias .item a.bg-educacao-small {
  background: linear-gradient(#0084e8 0%, #004274 100%);
}

.categorias .item a.bg-saude {
  background-image: url("../images/saude_verde.png");
  background-size: cover;
}

.categorias .item a.bg-saude-small {
  background: linear-gradient(#007b30 0%, #004a1c 100%);
}

.categorias .item a.bg-cultura {
  background-image: url("../images/cultura_vermelho.png");
  background-size: cover;
}

.categorias .item a.bg-cultura-small {
  background: linear-gradient(#d33900 0%, #6a1d00 100%);
}

.categorias .item a.bg-lazer {
  background-image: url("../images/lazer_laranja.png");
  background-size: cover;
}

.categorias .item a.bg-lazer-small {
  background: linear-gradient(#f37921 0%, #7a3d11 100%);
}

.categorias .item a.bg-assistencia {
  background-image: url("../images/assistencia_roxo.png");
  background-size: cover;
}

.categorias .item a.bg-assistencia-small {
  background: linear-gradient(#66609d 0%, #33304f 100%);
}

.categorias .item a:hover.bg-educacao,
.categorias div.item a[aria-expanded="true"].bg-educacao {
  background: linear-gradient(#004274 0%, #0084e8 100%);
}

.categorias .item a:hover.bg-saude,
.categorias div.item a[aria-expanded="true"].bg-saude {
  background: linear-gradient(#004a1c 0%, #007b30 100%);
}

.categorias .item a:hover.bg-cultura,
.categorias div.item a[aria-expanded="true"].bg-cultura {
  background: linear-gradient(#6a1d00 0%, #d33900 100%);
}

.categorias .item a:hover.bg-lazer,
.categorias div.item a[aria-expanded="true"].bg-lazer {
  background: linear-gradient(#7a3d11 0%, #f37921 100%);
}

.categorias .item a:hover.bg-assistencia,
.categorias div.item a[aria-expanded="true"].bg-assistencia {
  background: linear-gradient(#33304f 0%, #66609d 100%);
}

.categorias .item a:hover {
  color: #fff;
}

.categorias .item a:hover span,
.categorias div.item a[aria-expanded="true"] span {
  opacity: 0.7;
}

.categorias .item i {
  display: block;
  font-size: 44px;
}

.categorias .item p {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
}

.categorias .item span {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.categorias .collapse-texto {
  position: absolute;
  top: 100%;
  width: 100%;
  background: rgb(0 0 0 / 80%);
  color: #fff;
  z-index: 1;
}

.categorias .collapse-texto .btn:hover {
  color: #fff;
}

.categorias .panel-body {
  padding: 16px;
}

.categorias .collapse-texto p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.categorias .collapse-texto .btn {
  float: right;
  margin-bottom: 10px;
}

/* =========PROGRAMAÃ‡ÃƒO============ */

.programacao {
  margin-bottom: 30px;
}

.programacao ul {
  display: grid;
  grid-column-gap: 45px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.programacao .image {
  width: 33vw;
  height: 113px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  max-width: 183px;
  min-width: 113px;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.programacao .categoria {
  position: absolute;
  display: block;
  max-width: 95px;
  height: 31px;
  background: rgb(0 0 0 / 70%);
  color: #fff;
  font-weight: 700;
  padding: 7px 11px;
  -webkit-border-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 6px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
}

.programacao .item a {
  display: flex;
  width: 100%;
}

.programacao .item .text {
  color: #1f5a96;
  padding-left: 13px;
}

.programacao .item .data {
  display: block;
  border-bottom: 1px solid #a9a9a9;
  color: #1f5a96;
}

.programacao .item .data strong {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  color: #1f5a96;
}

.programacao .item .data i {
  color: #6f6f6f;
  margin-right: 5px;
}

.programacao .item small {
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  color: #747678;
  text-transform: uppercase;
  margin: 5px 0 7px 0;
  display: block;
}

.programacao .item h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #1f5a96;
}

/* =========================SESSÃƒO INFERIOR HOME======================== */
.secao-inferior {
  display: flex;
}

/* ============NOTICIAS================ */

.noticias {
  margin-bottom: 50px;
}

.noticias ul.list {
  display: grid;
  grid-column-gap: 45px;
  grid-row-gap: 25px;
  /*grid-template-columns: 1fr 1fr 1fr;*/
  grid-template-columns: 1fr 1fr;
}

.noticias .image {
  width: 113px;
  height: 113px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  max-width: 183px;
  min-width: 113px;
}

.noticias .categoria {
  position: absolute;
  display: block;
  width: 67px;
  height: 31px;
  background: #000;
  opacity: 0.7;
}

.noticias .item a {
  display: flex;
}

/*================PAGINAS TURISMO SOCIAL=============================*/
hr.white-line {
  border-bottom: 1px solid #fff;
  width: 100%;
  margin: 10px 0;
}

.conteudo .programacao h3,
.conteudo .secao-inferior h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 33px;
  color: #1f5a96;
  margin-bottom: 25px;
}

/*==============conteudo menu==========*/
.menu-menor,
.conteudo .menu-menor {
  padding: 12px 0;
  display: flex;
  text-transform: uppercase;
  flex-flow: row wrap;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
}

.conteudo .nav-pills {
  justify-content: space-between;
  align-items: center;
}

.menu-menor,
.conteudo .menu-menor a {
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #1f5a96;
  cursor: pointer;
  justify-content: space-between;
}


.menu-menor,
.menu-menor a {
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #1f5a96;
  cursor: pointer;
  justify-content: space-between;
}

.menu-menor .nav-link.active,
.menu-menor .nav-link:hover {
  background: #1f5a96;
  color: #fff;
}

/*==========SUB TOPO============*/
.sub-topo {
  /* margin-bottom: 60px; */
}

.sub-topo .breadcrumb {
  border: 0;
  margin: 0;
}

.sub-topo .breadcrumb-mostra-musica {
  border: 0;
  margin: 0;
}

.title-header {
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}

.title-header-layout-interno {
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-left: 100px;
  margin-right: 100px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.title-header .texto {
  display: flex;
  align-items: center;
}

.title-header img {
  margin-right: 15px;
  max-width: 176px;
}

.title-header h2 {
  font-weight: 700;
  font-size: 44px;
  margin: 0;
  line-height: 36px;
  white-space: pre;
  text-align: center;
}

.title-header div {
  width: 100%;
}

.title-header .social {
  text-align: right;
}

.title-header .social a {
  text-decoration: none !important;
  font-size: 24px;
  text-align: center;
  color: #1f5a96;
  padding: 0 5px;
  cursor: pointer;
}

.title-header .social a:hover {
  color: #194470;
}

.title-header-layout-interno .social {
  text-align: right;
}

.title-header-layout-interno .social a {
  text-decoration: none !important;
  font-size: 24px;
  text-align: center;
  color: #1f5a96;
  padding: 0 5px;
  cursor: pointer;
}

.title-header-layout-interno .social a:hover {
  color: #194470;
}

/*===============DESTINOS (Turismo social aqui tambÃ©m)=====================*/

.programacao.destinos .item a {
  display: block;
}

.programacao.destinos .image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 225px;
  margin-bottom: 10px;
}

.programacao.destinos .item .text {
  padding: 0;
}

.programacao.destinos .categoria {
  max-width: initial;
  text-transform: uppercase;
}

.programacao.destinos .item h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #1f5a96;
}

.programacao.destinos .ver-todas {
  margin-top: 45px;
}

.noticias .nav-pills a,
.conteudo .nav-pills a {
  text-transform: uppercase;
}

.status {
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  text-align: left;
  color: #ff6200;
}

.img-right {
  float: right;
  max-width: 482px;
  height: auto;
  max-height: 500px;
  width: auto;
  padding: 0 0 10px 10px;
}

.conteudo:after {
  content: "";
  display: block;
  clear: both;
}

/*================HOTEL======================*/
.topo.topo-hoteis {
  margin-bottom: 80px;
  align-content: center;
}

.topo-hoteis .top-bar {
  justify-content: space-between;
}

.topo.topo-hoteis .top-bar .logo {
  top: -2px;
}

.topo.topo-hoteis .top-bar .logo img {
  min-width: 92px;
  max-width: 92px;
}

.botoes-hotel {
  display: flex;
  position: relative;
}

.botoes-hotel .item {
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  background-size: cover;
  padding: 0 1vw;
}

.botoes-hotel .item.reservas a {
  background-image: url(../images/img-reservas.png);
}

.botoes-hotel .item.acomodacoes a {
  background-image: url(../images/img-acomodacoes.png);
}

.botoes-hotel .item.tarifario a {
  background-image: url(../images/img-tarifario.png);
}

.botoes-hotel .item a {
  color: #fff;
  height: 22vw;
  min-height: 206px;
  max-height: 250px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 76px;
  position: relative;
  cursor: pointer;
}

.botoes-hotel .item a span {
  display: grid;
  align-items: center;
  justify-content: center;
}

.botoes-hotel .item p {
  color: #fff;
}

.botoes-hotel .item i {
  margin-bottom: 10px;
}

.botoes-hotel .item:first-child {
  padding-left: 0;
}

.botoes-hotel .item:last-child {
  padding-right: 0;
}

.right-sidebar.noticias ul.list {
  grid-template-columns: 1fr;
}

.botoes-hotel .item a .btn {
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #f6be00;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  white-space: pre;
  text-transform: uppercase;
}

.botoes-hotel .item a:hover .btn {
  width: 100px;
  height: 20px;
  transition: all 0.5s;
}

.botoes-hotel .item a:hover i {
  color: #f6be00;
}

/*===========BANNER ATENDIMENTO=======*/
.banner-atendimento {
  color: #fff;
  margin-bottom: 26px;
}

.banner-atendimento .list {
  margin: 0;
}

.banner-atendimento .fundo {
  background: #1f5a96;
  display: flex;
  display: flex;
  border-radius: 6px;
  height: 182px;
}

.banner-atendimento .fundo div.imagens-atemdimento {
  display: flex;
  padding-right: 69px;
}

.banner-atendimento .fundo div.imagens-atemdimento:before {
  content: "";
  background-image: url(../images/bg-banner-atendimento.png);
  background-repeat: no-repeat;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.banner-atendimento .fundo div {
  width: 100%;
  position: relative;
}

.banner-atendimento .fundo .logo-atendimento {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 35px;
}

.banner-atendimento .fundo .atendente {
  position: absolute;
  right: 0;
  width: 188px;
  top: -20px;
}

.banner-atendimento .fundo .texto {
  padding-left: 20px;
  padding: 10px;
}

.banner-atendimento p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 9px;
}

.banner-atendimento .tel {
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  color: #fff;
}

.banner-atendimento i {
  font-size: 18px;
  text-align: left;
  color: #f6be00;
}

/* ==========================QUERIES======================================= */
@media (max-width: 1200px) {
  .title-header h2 {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .right-sidebar {
    display: block;
  }

  .banner-atendimento p {
    font-size: 14px;
  }

  .title-header h2 {
    white-space: break-spaces;
  }

  .title-header .social a {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .img-right {
    max-width: 100%;
    float: inherit;
    margin: 0 auto;
    display: block;
  }

  .title-header {
    display: grid;
    justify-content: center;
  }

  .title-header .texto {
    display: block;
    text-align: center;
  }

  .title-header img {
    margin: 0 auto;
    display: block;
  }

  .title-header h2 {
    margin-bottom: 12px;
    white-space: inherit;
  }

  .title-header .social {
    text-align: center;
  }

  .botoes-hotel {
    display: block;
  }

  .botoes-hotel .item {
    padding: 0;
    margin-bottom: 15px;
  }

  .banner-atendimento .fundo {
    display: grid;
    height: auto;
    text-align: center;
    padding: 19px 14px;
  }

  .banner-atendimento .fundo .atendente,
  .banner-atendimento .fundo div.imagens-atemdimento:before {
    display: none;
  }

  .banner-atendimento .fundo div.imagens-atemdimento {
    padding: 0;
  }

  .banner-atendimento .fundo .logo-atendimento {
    position: initial;
    margin-bottom: 10px;
    justify-content: center;
  }

  .botoes-hotel .item a .btn {
    width: 100px;
    height: 20px;
    transition: all 0.5s;
  }
}

.noticias .item .text {
  color: #1f5a96;
  padding-left: 13px;
}

.noticias .item .data {
  color: #1f5a96;
}

.noticias .item .data strong {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  color: #747678;
}

.noticias .item small {
  margin-bottom: 8px;
  display: block;
}

.noticias .item h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  color: #1f5a96;
}

.noticias .nav-pills,
.conteudo .nav-pills {
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /*add*/
}

.conteudo .nav-pills {
  justify-content: space-between;
  text-transform: uppercase;
}

.noticias .nav-pills a,
.conteudo .nav-pills a {
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #1f5a96;
  text-transform: uppercase;
}

.noticias .nav-pills a:hover,
.conteudo .nav-pills a:hover {
  background: #1f5a96;
  color: #fff;
}

.noticias .nav-pills .nav-link.active,
.conteudo .nav-pills .nav-link.active {
  background: #1f5a96;
  color: #fff;
}

.banner-propaganda img {
  width: 100%;
  max-height: 100px;
  object-fit: cover;
}

/* ============UNIDADES DE HOSPEDAGEM================ */

.right-sidebar {
  padding-left: 20px;
  max-width: 342px;
}

.right-sidebar .unidades p {
  font-size: 14px;
}

.right-sidebar .unidades ul li a {
  background: #dddddd;
  display: flex;
  margin-bottom: 11px;
  border-radius: 5px;
  color: #fff;
  background: #1f5a96;
  padding: 5px;
  text-decoration: none !important;
}

.right-sidebar .unidades ul li a:hover {
  background: #194470;
}

.right-sidebar .unidades .image {
  width: 93px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.right-sidebar .unidades .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.right-sidebar .unidades .text h4 {
  margin: 0;
  color: #f6be00;
  font-weight: 300;
}

.right-sidebar .unidades .text p {
  margin: 0;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}

/* ============ PASSEIOS E EXCURSÃ•ES (TURISMO SOCIAL / VIAJE PELO BRASIL)================ */

.turismo ul {
  /* display: flex; */
  text-align: center;
}

.turismo p {
  font-size: 14px;
}

.turismo .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.turismo ul li {
  /* width: 50%; */
  width: 100%;
}

/* .turismo ul li:nth-child(1) {
  padding-right: 10px;
} */

/* .turismo ul li:nth-child(2) {
  padding-left: 10px;
} */

.turismo ul li h5 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}

.turismo ul a {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  /* color: #1f5a96; */
  /* display: block; */
  /*Para ficar igual a unidades de hospedagem:*/
  /* background: #dddddd; */
  display: flex;
  margin-bottom: 11px;
  border-radius: 5px;
  color: #fff;
  background: #1f5a96;
  padding: 5px;
  text-decoration: none !important;
}

.turismo ul .image {
  /* width: 100%; */
  max-width: 155px;
  max-height: 140px;
  /* display: block; */
  overflow: hidden;

  width: 93px;
  border-radius: 5px;
}

/* ==========================FOOTER======================================= */
footer {
  text-align: center;
  background: #1f5a96;
  color: #fff;
}

footer .center {
  max-width: 943px;
}

footer .menu-footer {
  width: 100%;
  height: 48px;
  background: #fff;
}

footer h3 {
  font-size: 34px;
  color: #fff;
}

footer .logo {
  margin-bottom: 10px;
  display: block;
}

footer .menu-footer ul {
  display: flex;
  padding: 10px;
  justify-content: space-between;
}

footer .menu-footer a {
  font-weight: 800;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
}

footer .menu-footer.superior .center {
  max-width: 1160px;
  border-top: 1px solid #e2e2e2;
}

.footer-content {
  padding: 43px 0 20px;
}

.footer-content label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.footer-content .newsletter .flex {
  display: flex;
  margin: 0 auto;
  max-width: 594px;
}

.footer-content .form-control:focus {
  color: #fff;
}

.footer-content ::placeholder {
  color: #fff;
  opacity: 0.8;
  /* Firefox */
}

.footer-content :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.footer-content ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.footer-copyright {
  font-size: 11px;
  text-transform: uppercase;
}

.pagination {
  margin-top: 15px;
}

.pagination .page-link .ngx-pagination li {
  border: 0 !important;
  color: #1f5a96 !important;
}

.ngx-pagination a,
.ngx-pagination button {
  color: #007bff !important;
}

.page-item.active .page-link,
.ngx-pagination .current {
  background: transparent !important;
  color: #1f5a96 !important;
  font-weight: 800 !important;
}

footer .footer-content .menu-footer {
  border-top: 1px solid rgb(255 255 255 / 20%);
  background: transparent;
}

footer .footer-content .menu-footer a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  color: #fff;
}

footer .footer-content .social {
  display: flex;
}

footer .footer-content .social .d-flex {
  margin: 0 auto;
}

footer .footer-content .social a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}

footer .info {
  background: #fff;
  color: #1f5a96;
  padding: 20px;
  font-size: 12px;
}

footer .info strong {
  color: #1f5a96;
  text-transform: uppercase;
}

footer .info p {
  margin: 0;
  font-size: 12px;
}

/*===========================CONTEUDO=========================*/

.conteudo {
  margin-bottom: 80px;
  min-height: 480px;
  overflow-x: hidden;
}

.conteudo p a,
.conteudo h5 a {
  color: #1f5a96;
  font-weight: bold;
}

.conteudo h2 {
  margin-bottom: 15px;
  font-weight: 300;
}

.conteudo h3 {
  font-weight: bold;
  font-size: 38px;
  color: #222222;
  margin: 32px 0;
}

.conteudo h4 {
  color: #222222;
  font-size: 30px;
  margin-top: 32px;
}

.conteudo h5 {
  color: #222222;
  font-size: 24px;
}

.conteudo ul li {
  font-size: 18px;
}

.conteudo .lista-interna li {
  margin-bottom: 20px;
  padding: 8px 0;
}

.conteudo .lista-interna p {
  margin: 0;
}

.conteudo img {
  border-radius: 6px;
}

.conteudo img.img-destaque {
  margin-bottom: 15px;
  width: 100%;
}

.conteudo.detalhe-noticia img.img-destaque {
  /* float: right;
    max-width: 482px;
    height: auto;
    max-height: 500px;
    width: auto;
    padding: 0 0 10px 10px; */
}

.conteudo img.img-esquerda {
  float: left;
  width: 50%;
  margin-right: 25px;
  border-radius: 6px;
}

.conteudo img.img-direita {
  float: right;
  width: 50%;
  margin-left: 25px;
  border-radius: 6px;
}

.breadcrumb {
  background: transparent;
  border-bottom: 1px solid #e2e2e2;
  justify-content: end;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb a,
.breadcrumb-item.active {
  font-weight: bold;
  font-size: 11px;
  color: #1f5a96;
}

.breadcrumb-mostra-musica {
  background: transparent;
  justify-content: end;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb-mostra-musica a,
.breadcrumb-item.active {
  font-weight: bold;
  font-size: 11px;
  color: #1f5a96;
}

.categorias.interno .item a {
  height: 60px;
}

.categorias.interno .item a span {
  display: flex;
  align-items: center;
}

.categorias.interno .item i {
  font-size: 24px;
  margin-right: 10px;
}

.categorias.interno .item p {
  font-size: 18px;
}

.lista-noticias .list {
  width: 100%;
}

.lista-noticias .categoria {
  top: 13px;
  display: inline-block;
  width: auto;
  /* max-width: 95px; */
  height: 31px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 11px;
  border-radius: 3px;
  background: #1f5a96;
  margin-right: 12px;
  text-transform: uppercase;
}

.lista-noticias li {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
}

.lista-noticias li a {
  color: #1f5a96;
}

.lista-noticias li a small {
  font-size: 12px;
  font-weight: 600;
  color: #747678;
}

.lista-noticias li a h4 {
  margin-bottom: 10px;
}

.pagination {
  margin-top: 15px;
}

.pagination .page-link {
  border: 0;
  color: #1f5a96;
}

.page-item.active .page-link {
  background: transparent;
  color: #1f5a96;
  font-weight: 800;
}

.lista-eventos .list {
  width: 100%;
}

.lista-eventos .categoria {
  top: 13px;
  display: inline-block;
  width: auto;
  height: 31px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 11px;
  text-transform: uppercase;
  border-radius: 3px;
  background: #1f5a96;
  margin-right: 12px;
}

.lista-eventos li {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
}

.lista-eventos li a {
  color: #1f5a96;
}

.lista-eventos li a small {
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  text-align: left;
  color: #747678;
  text-transform: uppercase;
}

.lista-eventos li a p {
  font-weight: bold;
  font-size: 11px;
  color: #747678;
  text-transform: uppercase;
  margin: 0;
}

.lista-eventos li a h4 {
  margin-bottom: 10px;
  margin-top: 3px;
}

.lista-eventos .tags li {
  font-weight: bold;
  font-size: 9px;
  text-align: center;
  color: #747678;
  background: transparent;
  border: 1px solid #747678;
  display: inline-block;
  text-transform: uppercase;
  padding: 1px 5px;
  margin: 0;
}

.content-header {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 50px;
  padding-bottom: 9px;
}

.content-header p {
  font-size: 16px;
}

.content-header .justify-content-between span {
  text-transform: uppercase;
}

.destaque-evento {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px;
  margin-bottom: 50px;
  background: #1f5a96;
  color: #fff;
  border-radius: 6px;
}

.destaque-evento ul li {
  display: flex;
  align-items: center;
}

.destaque-evento p {
  color: #fff;
  margin: 3px;
}

.destaque-evento i {
  margin-right: 10px;
  font-size: 18px;
  color: #f6be00;
}

.destaque-evento .image {
  width: 30vw;
  height: 27vw;
  max-width: 380px;
  max-height: 320px;
  min-width: 280px;
  min-height: 280px;
}

.destaque-evento .text {
  padding: 0 25px;
}

.destaque-evento .text label {
  margin: 0;
}

.conteudo article {
  margin-bottom: 45px;
}

.lista-interna {
  display: flex;
}

.lista-interna li a h4 {
  font-size: 24px;
  color: #1f5a96;
  margin-top: 0px;
}

.lista-interna .list a {
  display: flex;
}

.lista-interna .list a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.lista-interna .list .image {
  min-width: 183px;
  max-width: 183px;
  height: 113px;
}

.lista-interna .list .text {
  padding-left: 18px;
}

.busca-conteudo {
  min-width: 321px;
  border-radius: 6px;
  background: #1f5a96;
  padding: 20px;
  margin-left: 15px;
  color: #fff;
}

.busca-conteudo h5 {
  color: #fff;
}

.busca-conteudo label {
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #fff;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1) !important;
}

.input-group-icon {
  display: flex;
  position: relative;
}

.input-group-icon i {
  position: absolute;
  right: 0;
  padding: 10px;
}

.input-group-icon input {
  padding-right: 34px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#galeriaFotos {
  padding: 30px;
}

#galeriaFotos img {
  height: 300px !important;
  object-fit: cover !important;
  border-radius: 4px;
}

#galeriaFotos .swiper-pagination {
  bottom: -5px;
}

.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 25px;
  height: 30px;
}
/*===============PopUp para portais==============*/
@media only screen and (max-width: 600px) {
  .popupimg {
      width: 70vw;
      height: 70vh;
      /* background-image: url("/assets/images/popupsesc.png"); */
      background-repeat: no-repeat;
      background-size: contain;
      margin-top: 50%;
      margin-left: 20%;
  }

  .popupimgitaparica {
      width: 70vw;
      height: 70vh;
      /* background-image: url("/assets/images/popupitaparica.png"); */
      background-repeat: no-repeat;
      background-size: contain;
      margin-top: 50%;
      margin-left: 20%;
  }
  .popup_close {
      width: 10%;
      position: absolute;
      top: 20%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      margin-left: 100%;
  }

  .popup {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(167, 164, 164, 0.651);
      /* Fundo semi-transparente */
      align-items: center;
      justify-content: center;
      z-index: 1000;
      /* Garante que o popup fique acima de outros conteúdos */
  }

  /* Conteúdo do Popup */
  .popup-content {
      background-color: none;
      padding: 20px;
      position: absolute;
      top: 50%;
      left: 40%;
      transform: translate(-50%, -50%);
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .popupimg {
      width: 450px;
      height: 450px;
      /* background-image: url("/assets/images/popupsesc.png"); */
      background-repeat: no-repeat;
      background-size: contain;
  }
  .popupimgitaparica {
      width: 450px;
      height: 450px;
      /* background-image: url("/assets/images/popupitaparica.png"); */
      background-repeat: no-repeat;
      background-size: contain;
  }
  .popup_close {
      position: absolute;
      top: 10%;
      left: 90%;
      transform: translate(-50%, -50%);
      cursor: pointer;
  }

  .popup {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(167, 164, 164, 0.651);
      /* Fundo semi-transparente */
      align-items: center;
      justify-content: center;
      z-index: 1000;
      /* Garante que o popup fique acima de outros conteúdos */
  }

  /* Conteúdo do Popup */
  .popup-content {
      background-color: none;
      padding: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
}


/*===============PopUp para páginas==============*/

@media only screen and (max-width: 600px) {
  .popupimgpag {
      width: 70vw;
      height: 70vh;
      background-image: url("/assets/images/popupsescpag.png");
      background-repeat: no-repeat;
      background-size: contain;
      margin-top: 50%;
      margin-left: 20%;
  }
  .popup_close_pag {
      width: 10%;
      position: absolute;
      top: 20%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      margin-left: 100%;
  }

  .popuppag {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(167, 164, 164, 0.651);
      /* Fundo semi-transparente */
      align-items: center;
      justify-content: center;
      z-index: 1000;
      /* Garante que o popup fique acima de outros conteúdos */
  }

  /* Conteúdo do Popup */
  .popup-content-pag {
      background-color: none;
      padding: 20px;
      position: absolute;
      top: 50%;
      left: 40%;
      transform: translate(-50%, -50%);
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .popupimgpag {
      width: 450px;
      height: 450px;
      background-image: url("/assets/images/popupsescpag.png");
      background-repeat: no-repeat;
      background-size: contain;
  }
  .popup_close_pag {
      position: absolute;
      top: 10%;
      left: 90%;
      transform: translate(-50%, -50%);
      cursor: pointer;
  }

  .popuppag {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(167, 164, 164, 0.651);
      /* Fundo semi-transparente */
      align-items: center;
      justify-content: center;
      z-index: 1000;
      /* Garante que o popup fique acima de outros conteúdos */
  }

  /* Conteúdo do Popup */
  .popup-content-pag {
      background-color: none;
      padding: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
}

/*=================FALE CONOSCO===============*/
.fale-conosco-div{
  overflow:hidden;
}
/*novo15-07-2022*/
.form-check label {
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #222;
}

.form-group label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  color: #1f5a96;
}

.tab-proser .custom-control-inline.active .custom-control-label::after {
  position: absolute;
  top: 8px;
  left: 4px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background: #444;
  border-radius: 100%;
}

.concordo.form-check {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 26px;
  text-align: left;
  color: #555555;
}

.btn-azul {
  background: #1f5a96;
}

.btn-azul.btn:hover {
  color: #ffffff;
  text-decoration: none;
  background: #163f68;
}

/* ==========================QUERIES======================================= */
@media (max-width: 1200px) {
  .programacao ul {
    grid-column-gap: 25px;
  }

  .noticias ul {
    grid-column-gap: 10px;
  }
}

@media (max-width: 992px) {
  .top-bar a {
    font-size: 10px;
    padding: 10px;
  }

  .programacao ul {
    grid-template-columns: 1fr 1fr;
  }

  .categorias .item a {
    font-size: 20px;
  }

  .categorias .item i {
    font-size: 24px;
  }

  .programacao .item .text {
    width: 100%;
  }

  .secao-inferior {
    display: block;
  }

  .banner-propaganda {
    margin-bottom: 20px;
  }

  .right-sidebar {
    padding-left: 0;
    display: flex;
    width: 100%;
    max-width: initial;
  }

  .right-sidebar .unidades {
    padding-right: 23px;
  }

  .lista-noticias li a h4 {
    font-size: 22px;
  }

  .lista-noticias li a small {
    font-size: 13px;
  }

  .lista-noticias li a p {
    font-size: 15px;
  }

  .noticias .nav-pills,
  .conteudo .nav-pills {
    justify-content: center;
  }

  .conteudo.detalhe-noticia img.img-direita,
  .conteudo.detalhe-noticia img.img-esquerda {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .noticias ul.list {
    /*novo13-07-2022*/
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 15px;
  }

  h2 {
    font-size: 37px;
    line-height: 39px;
  }

  .topo {
    margin-bottom: 116px;
  }

  .categorias .item p {
    font-size: 14px !important;
  }

  .home-categorias .item p {
    display: none;
  }

  categorias .item span p {
    display: none;
  }

  .topo .navbar {
    text-align: right;
  }

  .top-bar {
    display: block;
  }

  .topo div.navbar {
    position: initial;
    padding: 12px 5px;
  }

  .topo .logo {
    position: absolute;
    top: 0;
    left: 0;
  }

  .topo .logo img {
    min-width: auto;
    max-width: 160px;
  }

  .navbar-toggler {
    display: inline-block;
    color: #1f5a96;
  }

  .top-bar a {
    display: block;
    text-align: right;
  }

  .programacao ul {
    grid-template-columns: 1fr;
  }

  .noticias ul.list {
    grid-template-columns: 1fr;
  }

  .turismo ul {
    display: block;
  }

  .turismo ul li {
    width: 100%;
  }

  .turismo ul li:nth-child(1),
  .turismo ul li:nth-child(2) {
    padding: 0;
  }

  .turismo ul .image {
    max-width: 100%;
    max-height: 100%;
  }

  .categorias {
    flex-flow: row wrap;
    justify-content: center;
  }

  .categorias .item {
    width: 20%;
  }

  .categorias .item a {
    height: 16vw;
    font-size: 11px;
  }

  footer .menu-footer {
    height: auto;
  }

  footer .menu-footer ul {
    display: block;
  }

  .footer-content .newsletter .flex {
    flex-flow: row wrap;
  }

  .footer-content .newsletter .flex .col-auto {
    width: 100%;
    margin-bottom: 13px;
  }

  .footer-content .newsletter .btn {
    width: 100%;
  }

  .lista-interna {
    flex-flow: row wrap-reverse;
  }

  .lista-interna div {
    width: 100%;
  }

  .busca-conteudo {
    margin: 0;
    width: 100%;
    min-width: initial;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .topo {
    margin-bottom: 166px;
  }

  .topo div.navbar {
    flex-flow: row wrap;
  }

  .categorias.interno .item i {
    display: none;
  }

  .categorias .item p {
    font-size: 12px !important;
  }

  .right-sidebar {
    flex-flow: row wrap;
  }

  .turismo {
    width: 100%;
  }

  .turismo ul {
    display: flex;
  }

  .topo .social {
    padding: 12px;
    width: 100%;
  }

  .topo .social .d-flex {
    width: 100%;
    justify-content: center;
  }

  .menu-vertical {
    width: 54px;
  }

  .topo .busca {
    max-width: 84%;
  }

  .turismo ul li:nth-child(1),
  .turismo ul li:nth-child(2) {
    padding: 12px;
  }

  .destaque-evento {
    flex-flow: row wrap;
  }

  .destaque-evento .image {
    min-width: 100%;
    max-width: 100%;
    height: 60vw;
    margin-bottom: 13px;
  }

  .destaque-evento .text {
    padding: 0;
  }

  .lista-interna .list a {
    flex-flow: row wrap;
  }

  .lista-interna .list .image {
    max-width: 100%;
    height: 45vw;
    width: 100%;
    margin-bottom: 5px;
  }

  .lista-interna .list .text {
    padding: 0;
  }

  .destaque-evento .image {
    min-height: auto;
  }

  .noticias ul.list {
    /*novo13-07-2022*/
    grid-template-columns: 1fr;
  }
}

.banner-propaganda {
  margin-bottom: 20px;
}