﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
}

.articles-noticias img {
  width: 100%;
}

.articles-noticias a {
  width: 100%;
}

.icone img {
  width: 5%;
}

/* .video-container {width: 100%;}
.video-container video{width: inherit;}  */

.contrast::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url('../imagens/contrast-black.svg') no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.accessibility::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url('../imagens/accessibility.svg') no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

/*.logo, .logofooter{width:219px; height: 70px;}
.logo{width:280px; margin-right: 130px; margin-top:-35px;}
*/
.form-pesquisa .buscarportal {
  /*height: 35px; width: 550px;*/
  padding: .7em;
  /* transform: skewX(-15deg); border: 2px solid #717171; */
  color: #717171;
  font-size: .8em;
  outline: none;
  border: none;
  border-radius: 8px 0px 0px 8px;
  /*margin-right: 20px; */
}

.buscarportal::placeholder {
  color: #cccccc;
  outline: none;
  font-style: italic;
}

/* Firefox, Chrome, Opera */
.buscarportal:-ms-input-placeholder {
  color: #cccccc;
  outline: none;
  font-style: italic;
}

/* Internet Explorer 10-11 */
.buscarportal::-ms-input-placeholder {
  color: #cccccc;
  outline: none;
  font-style: italic;
}

/* Microsoft Edge */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* ITENS CUSTOMIZADOS */
.noticia a {
  text-decoration: none;
}

.cinza {
  background-color: #dddddd;
}

/* REDES SOCIAIS */
.redes li, .redes-ft li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #e2e2e2;
  width: 25px;
}

.social-midia-sup li {
  list-style: none;
  display: inline-block;
  width: 25px;
}

.social-midia-inf li {
  list-style: none;
  display: inline-block;
  width: 25px;
  margin-right: 20px;
}

.redes li:nth-child(5n), .redes-ft li:nth-child(5n) {
  border-right: 1px solid transparent;
}

.redes-ft {
  margin-top: 50px;
}

.icons {
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  display: block;
}

.arrow-right {
  background: url('../imagens/arrow-right.png') no-repeat center center;
  background-size: cover;
}

.arrow-left {
  background: url('../imagens/arrow-left.png') no-repeat center center;
  background-size: cover;
}

.instagram {
  background: url('../imagens/icon-rs_instagram-br.png') no-repeat center center;
  background-size: cover;
}

.facebook {
  background: url('../imagens/icon-rs_facebook-br.png') no-repeat center center;
  background-size: cover;
}

.twitter {
  background: url('../imagens/icon-rs_twitter-br') no-repeat center center;
  background-size: cover;
}

.youtube {
  background: url('../imagens/youtube.svg') no-repeat center center;
  background-size: cover;
}

.webmail-menu {
  background: url('../imagens/icon_webmail.png') no-repeat center center;
  background-size: cover;
}

.soundcloud {
  background: url('../imagens/flickr.svg') no-repeat center center;
  background-size: cover;
}

.instagram-ft {
  background: url('../imagens/sm_instagram-ft.svg') no-repeat center center;
  background-size: cover;
}

.facebook-ft {
  background: url('../imagens/sm_facebook-ft.svg') no-repeat center center;
  background-size: cover;
}

.twitter-ft {
  background: url('../imagens/sm_twitter-ft.svg') no-repeat center center;
  background-size: cover;
}

.youtube-ft {
  background: url('../imagens/sm_youtube-ft.svg') no-repeat center center;
  background-size: cover;
}

.soundcloud-ft {
  background: url('../imagens/sm_flickr-ft.svg') no-repeat center center;
  background-size: cover;
}

.instagram-sup {
  background: url('../imagens/sm_instagram-ft.svg') no-repeat center center;
  background-size: cover;
}

.facebook-sup {
  background: url('../imagens/sm_facebook-ft.svg') no-repeat center center;
  background-size: cover;
}

.twitter-sup {
  background: url('../imagens/sm_twitter-ft.svg') no-repeat center center;
  background-size: cover;
}

.youtube-sup {
  background: url('../imagens/sm_youtube-ft.svg') no-repeat center center;
  background-size: cover;
}

.soundcloud-sup {
  background: url('../imagens/sm_soundcloud-ft-2.svg') no-repeat center center;
  background-size: cover;
}


.list-menu {
  display: flex;
  justify-content: flex-end;
  box-shadow: 0px 15px 10px #e2e2e2;
}

.list-menu li {
  list-style: none;
  padding: 1em;
  background: linear-gradient(150deg, #00508a, #0074a5);
  transform: skewX(-15deg);
  margin-left: -7px;
}

.list-menu li:nth-last-child(1) {
  width: 25%;
  background: #00508a;
  transform: none;
}

.list-menu li:nth-last-child(1) a {
  transform: none;
}

.list-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: .8em;
  display: block;
  transform: skew(15deg);
}

.list-menu li:hover {
  background: #02385f;
  cursor: pointer;
}

/* CONTAINER */
.section-container {
  width: 90%;
  text-align: justify;
  padding: 1em 0px;
  margin: 0 auto;
}

.section-container#cabecalho {
  width: 76%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p  p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px
}

/*LINK ESTRUTURA*/
.link-slider-links-uteis a {
  display: none;
}

.flexslider .views-field.views-field-title {
  text-align: center;
}

.estrutura .flex-viewport .slides li {
  width: 210px;
  height: 100px;
  margin-right: 3px;
  float: left;
  background: #44773a;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

.flexslider .views-field-title>span>a {
  color: #fff !important;
  font-size: 12px !important;
}

/*PRIMEIRO SLIDER */
img.image-style-slider-principal-1920x400 {
  height: 450px !important;
}

/*SLIDER SECUNDÁRIO*/

.slider-secundario .section-container {
  width: 100% !important;
}

.slider-secundario .titulo-secao {
  position: relative;
  z-index: 10 !important;
}

.slider-secundario img {
  height: 550px !important;
  position: relative;
  top: -171px;
}

.slider-secundario .field-content.link-slider-principal {
  display: none;
}

.field-content.link-slider-secundario {
  display: none;
}

/*SLIDER SERVIÇOS*/
#flexslider-4 .slides li {
  width: 339px !important;
}

section.servicos.programas-acoes.branco.aos-init.aos-animate {
  position: relative;
  top: -100px;
}

/* SeÃ§Ã£o de Noticias */
.container-noticias {
  margin-top: 30px;
}

.container-noticias span {
  font-weight: bold;
  font-size: 2em;
  color: #00508a;
  display: block;
}

.articles-noticias {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.noticia-item {
  width: 30%;
  margin-bottom: 50px;
}

.noticia-item img {
  /*border-radius:10px;*/
  height: 174px;
}

.noticia-item span {
  font-size: .9em;
  color: #333;
  font-weight: bold;
  text-align: left;
}

.noticia-item h3 {
  font-size: 1.2em;
  color: #00508a;
  font-weight: bold;
}

.noticia-item a {
  text-decoration: none;
  color: #00508a;
}

.noticia-2col-imagem-wrap {
  height: 350px;
  /*width: 500px;*/
  overflow: hidden;
  position: relative;
}

.noticia-2col-imagem-wrap img {
  height: inherit;
  width: 130%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* BTN LISTAGEM DE NOTÃCIAS */
.lista-noticias {
  padding: .5em 2em;
  border: 0;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .7em;
  letter-spacing: 0.5;
  margin: 0 auto;
  display: block;
  background-color: #00508a
}

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

/* SERVIÃ‡OS + PROCURADOS */
.servicos {
  display: flex;
  margin-top: 100px;
}

.servicos h1 {
  width: 350px;
  display: block;
  position: absolute;
  margin: -60px 10px;
  background: linear-gradient(150deg, #00508a, #0074a5);
  padding: .4em;
  color: #fff;
}

.servicos h1::after {
  content: "";
  position: relative;
  border-top: 50px solid #fff;
  border-left: 30px solid transparent;
  right: -50px;
  top: 40px;
}

.infos-servicos span {
  width: 100%;
  height: 50px;
  background: #e2e2e2;
  color: #00508a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}

.infos-servicos {
  width: 100%;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
}

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

.filter_9 {
  width: 50%;
  height: 120px;
  background: #00588a;
  opacity: .9;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.filter_8 {
  width: 50%;
  height: 120px;
  background: #00588a;
  opacity: .8;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.filter_7 {
  width: 50%;
  height: 120px;
  background: #00588a;
  opacity: .7;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.filter_6 {
  width: 50%;
  height: 120px;
  background: #00588a;
  opacity: .6;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}


/* MANUAIS */
.manuais {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  padding: .5em;
  background: #00508a;
  justify-content: space-between;
}

.manuais::before {
  content: "";
  width: 100%;
  min-height: 550px;
  margin-top: -30px;
  height: 50px;
  z-index: -1;
  background: #00508a;
  display: block;
  position: absolute;
  left: 0;
}

.lista-manuais {
  background: #e2e2e2;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.lista-manuais img {
  width: 70px;
  margin: 70px 0px 20px 0px;
}

.lista-manuais span {
  margin-top: 0px;
  display: block;
  font-size: .9em;
  text-align: center;
}

/* VÃDEOS */
.videos {
  width: 70%;
  height: 350px;
  margin: 0 auto;
  margin-top: -200px;
  display: block;
}

.videos-internos {
  width: 85%;
  height: 400px;
  margin: 0 auto;
  display: block;
  margin-bottom: -60px;
}

.videos span {
  background: #e3e3e3;
  color: #00508a;
  font-size: 1.5em;
  font-weight: bold;
  width: 150px;
  margin-bottom: 10px;
  display: block;
  padding: .3em;
}

.videos span::after {
  content: "";
  position: relative;
  border-top: 47px solid #00508a;
  border-left: 35px solid transparent;
  right: -29px;
  top: 39px;
}

/* BTN + VÃDEOS */
.btn-views-videos {
  background: linear-gradient(150deg, #00508a, #0074a5);
  padding: .7em;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  margin-top: 70px;
  position: absolute;
  right: 352px;
  display: block;
  text-transform: uppercase;
}

.btn-imprensa {
  right: 282px;
}

.btn-views-videos a {
  color: #fff;
  text-decoration: none;
}

.btn-views-videos::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #e2e2e2 url('../imagens/plus.svg') no-repeat center center;
  background-size: 75%;
  display: block;
  position: absolute;
  left: -34px;
  top: 0;
  padding: .54em;
}

/* DESTAQUES */
.info-destaques {
  width: 70%;
  margin: 120px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-destaques article {
  border: 1px solid #f3f3f3;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* PROGRAMAS E AÃ‡Ã•ES */
.programas-acoes {
  display: flex;
  flex-wrap: wrap;
}

.programas-acoes h1 {
  width: 315px;
  display: block;
  position: absolute;
  margin-top: -60px;
  background: linear-gradient(150deg, #00508a, #0074a5);
  padding: .4em;
  color: #fff;
}

.programas-acoes h1::after {
  content: "";
  position: relative;
  border-top: 50px solid #fff;
  border-left: 30px solid transparent;
  right: -50px;
  top: 40px;
}

.programas-acoes article {
  /*width:30%;*/
  margin: 5px;
  padding: .4em;
  background: #e2e2e2;
}

/* PÃGINAS INTERNAS */

/* IMPRENSA */
.imprensa-titulo {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.imprensa-titulo h1 {
  width: 203px;
  display: block;
  position: relative;
  margin-top: -60px;
  background: linear-gradient(150deg, #00508a, #0074a5);
  padding: .4em;
  color: #fff;
  margin-top: 30px;
}

.imprensa-titulo h1::after {
  content: "";
  position: relative;
  border-top: 50px solid #fff;
  border-left: 30px solid transparent;
  right: -50px;
  top: 40px;
}

.breadcumbs {
  margin-bottom: 50px;
  display: block;
  font-size: .7em;
  text-transform: uppercase;
}

.agenda-governador {
  width: 30%;
}

.agenda-governador a {
  padding: 1em;
  text-transform: uppercase;
  color: #00588a;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.agenda-governador img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.img-corte {
  height: 82px !important;
  width: 240px !important;
}

.imprensa-conteudo {
  width: 100%;
  position: relative;
  margin-top: 250px;
}

.imprensa-conteudo-descritivos {
  width: 100%;
  min-height: 300px;
  display: flex;
  margin-top: 50px;
  border-bottom: 1px solid #e2e2e2;
  padding: 1em;
}

.imprensa-conteudo .impresa-desc-conteudo-titulo {
  color: #00508a;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.imprensa-desc-conteudo {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.imprensa-desc-conteudo a {
  text-decoration: none;
  text-transform: uppercase;
  color: #00508a;
}

.imprensa-desc-conteudo p {
  color: #717171;
}

.desc-data {
  font-size: .7em;
  margin-top: 10px;
}

/* .imprensa-conteudo-imagem{width:50%; margin-right:20px;} */
.tags {
  margin-bottom: 50px;
}

.tags ul {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 20px;
}

.tags li {
  padding: 0px 7px;
  border-radius: 5px;
  list-style: none;
  background: #e2e2e2;
  margin: 5px;
}

.tags li a {
  text-decoration: none;
  font-size: .9em;
  color: #363636;
}

/* SOBRE O GOVERNO  */
.governo-titulo, .outros-orgaos-titulo, .secretarias-titulo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-content: center;
  align-items: left;
}

.governo-titulo h1, .outros-orgaos-titulo h1, .governadores-nomes, .secretarias-titulo h1, .imprensa-titulo h1 {
  width: 35%;
  display: block;
  position: relative;
  margin-top: -60px;
  background: linear-gradient(150deg, #00508a, #0074a5);
  padding: .4em;
  color: #fff;
  margin-top: 30px;
  padding-right: 30px;
}

.governo-titulo h1::after, .outros-orgaos-titulo h1::after, .secretarias-titulo h1::after,
.servicos h1::after, .imprensa-titulo h1::after, .governadores-nomes::after {
  content: "";
  position: absolute;
  border-top: 50px solid #fff;
  border-left: 30px solid transparent;
  right: 0px;
  top: 0px;
}

.governadores-nomes {
  width: 100%;
}

.governadores {
  display: flex;
  justify-content: space-between;
}

.banner-fixo img {
  height: 400px;
}

.governadores article {
  width: 40%;
}

.governadores article span {
  padding: 20px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  margin-bottom: -30px;
}

.vice-gv {
  text-align: right;
}

.governadores p {
  text-align: justify;
  color: #717171;
  margin-top: 20px;
}

/* FOOTER */

.logo-proderj-fixo {
  width: 135px !important;
  background-image: url("../imagens/logo-proderj.png");
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.logo-proderj2 {
  width: 280px !important;
  height: 62px !important;
  background: url("../imagens/Logo_GovRJ+Rio2030_Horizont.png") no-repeat center center;
  background-size: cover;
  position: relative;
  top: 0px !important;
  left: 0px;
}

.endereco {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer {
  width: 100%;
  position: relative;
  background: #00508a;
  color: #fff;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

.footer h1 {
  font-size: 1.5em;
}

.footer span {
  font-weight: 300;
  font-size: .8em;
  text-align: center;
}

.logofooter {
  width: 500px;
  height: 100;
  background: url('../imagens/logo-governo-w.png') no-repeat center center;
  background-size: 70%;
  margin: 30px 0px 15px 0px;
}


/*  SECRETARIAS */
.close-modal {
  width: 20px;
  height: 20px;
  position: absolute;
  background: url('../imagens/menu-mobile-close.svg') no-repeat center center;
  background-size: cover;
  top: 10px;
  right: 0px;
  border: 0;
  cursor: pointer;
  outline: none;
}

.secretarias-conteudo .art {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e2e2e2;
  background: #fff;
}

.secretarias-conteudo img {
  border-right: 1px solid #e2e2e2;
  width: 250px;
}

/*.secretarias-img {width:100%;}*/
.secretarias-conteudo article {
  padding: 1em;
}

.secretarias-conteudo h1 {
  text-transform: uppercase;
  color: #00508a;
  font-weight: 600;
}

.secretarias-conteudo span {
  text-transform: uppercase;
  color: #363636;
  font-weight: 600;
  margin: 10px 0px;
  display: block;
  cursor: pointer;
}

.desc-secretarias-conteudo {
  height: 250px;
  overflow-y: scroll;
}

.secretarias-atendimento {
  /* width: 70%;*/
  background: #e2e2e2;
  padding: 1em;
  font-weight: bold;
  color: #00508a;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.btn-secretaria-atendimento {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}

.btn-secretaria-atendimento a {
  display: block;
  text-decoration: none;
  padding: .5em;
  text-align: center;
  background: linear-gradient(150deg, #00508a, #0074a5);
  color: #fff;
  margin-top: 10px;
}

.btn-secretaria-atendimento::before {
  content: "";
  width: 21px;
  height: 21px;
  background: #e2e2e2 url('../imagens/plus.svg') no-repeat center center;
  background-size: 75%;
  display: block;
  position: absolute;
  margin-left: -110px;
  margin-top: 10px;
  padding: .54em;
}

/* OUTROS ORGÃƒOS */
.otr-conteudo {
  display: flex;
  justify-content: space-around;
}

.otr-conteudo article {
  width: 100%;
  height: 150px;
  background: #e2e2e2;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.otr-conteudo a {
  text-decoration: none;
}

.icons-orgaos::before {
  content: "";
  width: 70px;
  height: 90px;
  background: red;
  position: absolute;
  z-index: -1;
}

.fundacoes::before {
  background: url('imagens/fundacoes.png') no-repeat center center;
  background-size: cover;
}

.empresas::before {
  background: url('imagens/empresas.png') no-repeat center center;
  background-size: cover;
}

.autarquias::before {
  background: url('imagens/autarquias.png') no-repeat center center;
  background-size: cover;
}

.instituto::before {
  background: url('imagens/fundacoes.png') no-repeat center center;
  background-size: cover;
}


.otr-conteudo article h1 {
  color: #00508a;
  font-weight: bold;
}

.otr-conteudo-desc span {
  width: 10%;
  color: #e2e2e2;
  font-weight: bold;
  font-size: 1.5em;
}

.otr-conteudo-desc h1 {
  color: #00508a;
  margin-top: 50px;
}

.otr-conteudo-desc article {
  display: flex;
  margin-top: 50px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}

.otr-conteudo-desc ul {
  list-style: none;
}

.otr-conteudo-desc li a {
  text-decoration: none;
  color: #717171;
}

.modal {
  width: 70%;
  height: 500px;
  position: fixed;
  background: #fff;
  top: 120px;
  left: calc(100% - 85%);
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1em;
  z-index: 9999;
  overflow-y: auto;
  display: flex;
}

.modal::-webkit-scrollbar {
  width: 12px;
}

.modal::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.modal::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.box-modal {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #00508adc;
  position: fixed;
  z-index: 200;
  display: none;
}

.profile-modal {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.desc-modal {
  width: 50%;
}

.desc-modal .desc-secretario, .subtitulo-secretario {
  color: #717171;
}

.desc-modal h1, .info-modal h3 {
  color: #00508a;
}

.desc-modal span {
  margin-bottom: 20px;
  display: block;
}

.info-modal {
  margin-top: 20px;
}

.desc-slider span {
  text-transform: uppercase;
}

.videos-title h3 {
  text-align: center;
}

.videos-title {
  display: block;
}

.desc-videos span::after {
  content: none;
}

.desc-videos span {
  text-decoration: none;
  color: #fdfdfd;
  background: none;
  font-size: 0.9em;
  width: 100%;
  padding: 0;
}

.desc-videos {
  background: #00508ad7;
  /* padding:  */
}

.js-quickedit-page-title.page-title{
  display: none;
}

.noticia-gride.views-col.col-1 img.image-style-imagem-noticias-820x335 {
  width: 300px !important;
  height: 200px;
  float: left;
}

.noticia-gride.views-col.col-1 .views-field.views-field-title{
  display: block;
}

.flip-container__flipper>div>button>img {
  width: 100px;
  height: 100px;
}

.acesso-informacao .box-btns .btn-agenda svg{
  display: none;
}

.footer span {
  font-weight: 300;
  font-size: .8em;
  text-align: center;
  color: white;
}

.container-radio-redesocial #busca{
  display: contents;
}

.views-view-grid.horizontal.cols-1.clearfix .views-field.views-field-field-img-publis .field-content img {
  width: 300px !important;
  height: 200px;
  float: left;
}

.views-view-grid.horizontal.cols-1.clearfix .views-field.views-field-title{
  display: block;
}

.views-field.views-field-field-imagem-links-uteis .field-content img {
  height: 170px;
  width: 210px;
}

.field-content.link-slider-links-uteis- a{
  padding: 40px 40px;
}

.redes-webmail-wrap .social-midia-sup .view-content li {
  margin-right: 10px;
}

.logo-proderj.logo{
  width: 120px;
}

.social-midia-sup.social-midia-proderj{
  display: flex;
  flex-direction: column;
  align-items: flex-end;

}

.flex-direction-nav a {
  opacity: 0!important;
}

.flexslider:hover .flex-direction-nav a{
  opacity: 1 !important;
}

#flexslider-2 .flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: block;
}

#slider_publi #flexslider-2  .flexslider:hover .flex-direction-nav .flex-next {
  right: -130px !important;
}

#slider_publi #flexslider-2 .flex-direction-nav .flex-next {
  right: -130px !important;
  text-align: right;
}

#slider_publi #flexslider-2 .flexslider:hover .flex-direction-nav .flex-prev {
  left: -130px !important;
}

#slider_publi #flexslider-2 .flex-direction-nav .flex-prev {
  left: -130px !important;
}

#slider_links_uteis #flexslider-3 .flexslider:hover .flex-direction-nav .flex-next {
  right: -130px !important;
}

#slider_links_uteis #flexslider-3 .flex-direction-nav .flex-next {
  right: -130px !important;
  text-align: right;
}

#slider_links_uteis #flexslider-3 .flexslider:hover .flex-direction-nav .flex-prev {
  left: -130px !important;
}

#slider_links_uteis #flexslider-3 .flex-direction-nav .flex-prev {
  left: -130px !important;
}

#views-exposed-form-busca-page-1 #edit-submit-busca{
  background: #cccccc !important;
  color:#462773 !important;
}

.section_servicos .views-view-grid.horizontal.cols-3.clearfix{
  flex-direction: column !important;
}

.field-content.servicos{
  width: 300px;
}

/* .field-content.servicos a{
  padding: 50px 100px;
  color: white;
  background-color: rgb(25, 38, 68);
  margin-bottom: 10px;
} */

.col-servicos.views-col.col-1 {
  border: none;
  border-radius: 4px;
  width: 25% !important;
  height: 130px;
  background-color:  rgb(25, 38, 68);
  box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 6%), 0 4px 20px 0 rgb(0 0 0 / 6%);
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: left;
  color: #00508a;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
/*   padding-left: 3%;
  padding-right: 50px; */
  margin-right: 10px;
}

.col-servicos.views-col.col-2 {
  border: none;
  border-radius: 4px;
  width: 25% !important;
  height: 130px;
  background-color:  rgb(25, 38, 68);
  box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 6%), 0 4px 20px 0 rgb(0 0 0 / 6%);
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: left;
  color: #00508a;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
/*   padding-left: 3%;
  padding-right: 50px; */
  margin-right: 10px;
}

.col-servicos.views-col.col-3 {
  border: none;
  border-radius: 4px;
  width: 25% !important;
  height: 130px;
  background-color:  rgb(25, 38, 68);
  box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 6%), 0 4px 20px 0 rgb(0 0 0 / 6%);
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: left;
  color: #00508a;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
/*   padding-left: 3%;
  padding-right: 50px; */
  margin-right: 10px;
}

.field-content.servicos{
  justify-content: center;
}

.field-content.servicos a{
  color: white;
}

.page-title {
  display: none !important;
}

.section-container.imagem_pagina.p  .video-gride.views-col.col-1 {
  display: flex;
}

.section-container.imagem_pagina.p  .views-field.views-field-field-video-principal-youtube{
  width: 40%;
}

.section-container.imagem_pagina.p  iframe {
  height: 195px;
}

.section-container.imagem_pagina.p .views-field.views-field-title {
  font-size: 1.7em;
}

.noticia-gride.views-col .views-field.views-field-title{
  font-size: 1em !important;
}

.menusupi {
  justify-content: flex-end !important;
  width: 90% !important;
}

.section-container#cabecalho {
  width: 90% !important;
}

.radiotopo .overplayer #play-icon-radio img {
  width: 10px;
  aspect-ratio: auto 10 / 11;
  height: 11px;
}

.radiotopo .overplayer #pause-icon-radio img{
  margin-top: 3px;
  width: 15px;
  height: 15px;
}

.radiotopo .overplayer {
  width: 40px;
  cursor: pointer;
  height: 28px;
  display: flex;
  padding: 11px;
  align-items: center;
  justify-content: center;
  background-color: #442771;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.radiotopo{
  display: flex;
}

.radiotopo .text  span, h3{
  font-size: 0.5rem;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  color: white;
}

.radiotopo .text h2{
  font-size: 0.625rem;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  color: white;
  padding-top: 3px;
}

.radiotopo .text{
  display: flex;
  flex-direction: column;
  width: 12em;
  height: 28px;
  border-radius: 10px;
  justify-content: center;
  background-color: #192844;
  align-items: center;
}

#views-exposed-form-busca-page-1{
  margin-top: 12px;
}

.div-rede-social .view-content li a{
  color: aqua;
}

.div-rede-social .view-content li a svg{
  width: 20px !important;
  height: 20px !important;
}

#busca .form--inline.clearfix {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}

.field-content.servicos a{
  padding: 10px 10px;
  max-width: 200px;
  text-align: center;
}

.noticia-principal-gride.views-col .views-field.views-field-field-assunto-noticias .field-content a:hover{
  text-decoration: underline !important;
}

.social-midia-sup.social-midia-proderj{
  margin-top: 15px;
}

.endereco .views-view-grid.horizontal.cols-1.clearfix .views-row.clearfix.row-1{

  padding: 0 !important;
}

.video-gride.views-col.col-1 .views-field.views-field-title h3 a{
  font-size: 2em
}

#flexslider-3{
  width: 85%;
  margin: 0 auto;
}

.container-radio-redesocial{
  display: flex;
  align-items: center;
}

@media (min-width: 600px) {
  [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
  }
}

@media screen and (max-width: 1024px) {
  .rodape-coluna-direita {
    margin-top: 40px;
  }

  .section-container#cabecalho {
    width: 86%;
  }

  .logo {
    margin-left: 30px;
  }

  .logo-proderj.logo>a>img {
    width: 260px;
    height: 60px;
  }

  .col-servicos.views-col.col-1 {
    width: 24% !important;
    padding-right: 10px;
  }
  
  .col-servicos.views-col.col-2 {
    width: 24% !important;
    padding-right: 10px;
  }
  
  .col-servicos.views-col.col-3 {
    width: 24% !important;
    padding-right: 10px;
  }
  
  .field-content.servicos{
    width: 220px;
    margin-right: 15px;
  }
  
  .section_servicos .section-container {
    width: 80%;
  }

 .slider_links_uteis .section-container {
    width: 65% !important;
  }

  #slider_publi{
    width: 80%;
  }

  .section-container#cabecalho .logo_gov img {
    width: 180px !important;
    height: auto;
    margin: 0 15px !important;
}

.section-container#cabecalho{
  padding-bottom: 15px;
  width: 98% !important;
}


}

@media screen and (max-width: 920px) {
  .section-container#cabecalho {
    width: 90% !important;
  }

  .logo-proderj.logo>a>img {
    width: 130px;
    height: auto;
}

.section-container#cabecalho .logo_gov img {
  width: 180px !important;
  height: auto !important;
  margin: 0 50px !important;
}

#flexslider-2, #flexslider-3{
  width: 77%;
  margin: 0 auto;
}

.box-resumo-acesso {
  width: 100% !important;
  text-align: center;
}

.box-acesso {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.radiotopo{
  flex-wrap: wrap;
}

.div-rede-social{
  margin-top: 10px;
}

}

@media screen and (max-width: 870px) {
  .container-radio-redesocial {
    display: flex;
    align-items: center;
    flex-direction: column;
}
}

@media screen and (max-width: 768px) {

  .facebook, .instagram, .twitter {
    margin-top: 20px;
  }

  .webmail-menu {
    margin-top: 20px;
  }

  .section-container {
    width: 96%;
  }

  .cards-container-wrap {
    margin-left: 0 !important;
  }
  .cardBox {
   margin: 0px !important;
  }

  .box-resumo-acesso {
    padding: 0;
    text-align: justify;
    width: 100% !important;
  }

  .box-acesso {
    display: block !important;
  }

  .socia-media-ft {
    margin-bottom: 20px;
  }

  .cubos-informacao .views-view-grid {
    justify-content: center;
  }

  .section-container#cabecalho {
    width: 100% !important;
    padding: 25px 10px;
    display: flex;
    flex-direction: column !important;
}

.logoproderj-redes-wrap {
  width: 80% !important;
}

.col-servicos.views-col.col-1 {
  width: 25% !important;
  padding-right: 10px;
}

.col-servicos.views-col.col-2 {
  width: 25% !important;
  padding-right: 10px;
}

.col-servicos.views-col.col-3 {
  width: 25% !important;
  padding-right: 10px;
}

.field-content.servicos {
  width: 175px;
}

#hambtn {
  position: absolute;
  margin-top: 42%;
}

.logo-proderj.logo>a>img {
  width: 180px !important;
  height: 60px;
}

.social-midia-sup.social-midia-proderj {
  align-items: center;
}

.esquerda-menu-superior {
  justify-content: center !important;
}

#hambtn{
  position: absolute !important;
  padding-left: 0;
  margin-top: 40%;
}

.logo-proderj.logo {
  width: 200px;
}

}


@media screen and (max-width: 720px) {


  .noticia-2col-wrap {
    flex-direction: column;
  }

  .noticia-2col {
    width: 100%;
    margin-top: 40px;
  }

  span#DestaquesNoticiasSecundarias_ctl01_Label2 {
    font-size: .8em;
  }

  .cardBox .card {
    width: 220px !important;
    height: 190px !important;
  }

  #noticias .views-row {
    flex-direction: column !important;
    align-items: center !important;
  }

  .noticia-principal-gride.views-col.col-1{
    width: 85% !important;
  }

  .noticia-principal-gride.views-col.col-2{
    width: 85% !important;
  }
  
  .noticia-principal-gride.views-col.col-3{
    width: 85% !important;
  }

  #flexslider-2{
    width: 65%;
  }


}

@media screen and (min-width: 0px) and (max-width: 630px) {

  #close {
    right: unset;
    position: relative;
    width: 100%;
  }

  .section-container#cabecalho {
    width: 100%;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
  }

  .social-midia-sup li {
    margin-right: 15px;
  }

  .cabecalho {
    height: auto;
  }

  #hambtn {
    position: relative;
    left: 2%;
  }

  .logoproderj-redes-wrap {
    flex-direction: column;
    align-items: start;
    align-items: center;
  }

  .logo-proderj {
    margin: 20px 0 !important;
    margin-left: 0px !important;
  }

  .social-midia-proderj {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  div.redes-webmail-wrap {
    width: 80%;
  }

  .icon-wrap-menu {
    width: 54px;
    height: 45px;
  }

  .site-logo img {
    width: 250px;
  }

  .video {
    width: 90%;
  }

  iframe {
    height: auto;
  }

  .menu-overlay .closebtn {
    font-size: 3em;
  }

  .card-container {
    width: 90%;
  }

  .servidorPublico {
    width: 90%;
  }

  .footer a {
    align-self: flex-end;
    display: flex;
  }

  .menu-contexto-wrap a {
    height: 46px;
    align-items: center;
  }

  .menu-contexto-wrap {
    flex-wrap: wrap;
  }

  .menu-contexto-wrap span {
    width: 100%;
  }

  .instagram-feed-wrap {
    width: 100% !important;
  }

  .slider-fixo {
    height: 246px;
  }

  .swiper-slide {
    position: relative;
  }

  .swiper-wrapper {
    height: 100%;
  }

  .swiper-button-next.s4 {
    right: 5%;
  }

  .swiper-button-prev.s4 {
    left: 5%;
  }

  .telefones-uteis-wrap button {
    font-size: 0.7em;
  }

  .noticia-2col-wrap {
    width: 85%;
  }

  .menu-overlay {
    top: 1.4%;
  }

  .menu-column {
    margin: 12px 12px;
    font-size: .85em;
    width: 140px;
  }

  .menu-row {
    display: flex;
    flex-wrap: wrap;
  }

  .menu-column li:hover {
    background-color: #ddd;
    padding-left: 6px;
  }

  .instagram-feed-wrap {
    height: auto;
  }

  /* noticiaListar.aspx */
  .noticia-linha {
    flex-direction: column;
  }

  .noticia-coluna-esquerda-imagem {
    width: 100%;
  }

  .noticia-coluna-direita-texto {
    width: 100%;
  }

  /* noticiaDetalhe.aspx */
  .noticia-coluna-direita-texto {
    width: 100%;
  }

  .field-content.video-principal iframe {
    height: 200px;
}

  .field-content.video-principal {
    height: 210px !important;
}

.servicos{
  width: 90%;
}

.slider-fixo.aos-init.aos-animate .flexslider .slides img {
  height: 300px !important;
}

#noticias{
  margin-top: 20px;
}

.noticia-2col-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
}

.noticia-gride.views-col.col-1 img.image-style-imagem-noticias-820x335 {
  width: 100% !important;
  height: 200px;
  float: none;
}

.section_servicos .servicos {
  width: 90%;
  margin: 0 auto;
}

.section-container#cabecalho {
  flex-direction: column !important;
}

.logo-proderj-fixo{
  top: 0 !important;
}

.social-midia-sup.social-midia-proderj{
  display: flex;
  flex-direction: column;
  align-items: center;

}

.col-servicos.views-col.col-1 {
  width: 100% !important;
  padding-right: 10px;
}

.col-servicos.views-col.col-2 {
  width: 100% !important;
  padding-right: 10px;
}

.col-servicos.views-col.col-3 {
  width: 100% !important;
  padding-right: 10px;
}

.field-content.servicos{
  width: 100%;
}

/* .logo-proderj.logo{
  margin: 0 50px !important
} */

#flexslider-3 .flex-direction-nav .flex-next{
  margin: 0 !important;
}

.endereco{
  margin: 20px;
}

.form--inline.clearfix{
  justify-content: center;
}

.div-rede-social{
  margin-top: 0;
}

.views-field.views-field-field-assunto-noticias .field-content {
  margin-top: 15px;
}

#busca .form--inline.clearfix {
  justify-content: center !important;
  margin-bottom: 50px;
}

.radiotopo .text {
  margin-bottom: 10px;
}

.radiotopo {
  justify-content: center !important;
}

#flexslider-2 .flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: none !important;
}

#hambtn{
  position: absolute !important;
  padding-left: 0;
  margin-top: 55%;
}


}

@media screen and (max-width: 580px) {
  #noticias .views-view-grid.horizontal.cols-3.clearfix .views-row.clearfix.row-1 {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .noticia-principal-gride.views-col.col-1{
    width: 80% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 0 auto !important;
  }

  .noticia-principal-gride.views-col.col-2{
    width: 80% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 0 auto !important;
  }

  .noticia-principal-gride.views-col.col-3{
    width: 80% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 0 auto !important;
  }

  .section_servicos .servicos .view-content{
    display: flex;
    flex-direction: column;
    align-content: center;
  }

  .cardBox {
    width: 80% !important;
}

.cardBox .card {
  width: 300px !important;
}

.cubos-informacao .views-view-grid .views-row {
  display: flex;
  padding: 0 !important;
  width: auto;
  flex-direction: column !important;
}

.views-field.views-field-field-video-principal-youtube .video-principal {
  height: 210px !important;
}

.field-content.video-principal iframe{
  width: 100%;
  height: 170px;
}

#hambtn{
  position: absolute !important;
}

/* #views-exposed-form-busca-page-1 .form--inline.clearfix{
  padding-bottom: 35px;
} */

#hambtn{
  position: absolute !important;
  padding-left: 0;
  margin-top: 55%;
}

}

@media screen and (max-width: 488px) {
  .video-wrap {
    width: 70%;
  }

  .dados-principal {
    width: 100%;

  }

  .dados-principal article {
    margin-left: 0;
    /*float: left;*/
  }
}

@media screen and (max-width: 480px) {
  .video-wrap {
    width: 70%;
  }

  .dados-principal {
    width: 100%;

  }

  .dados-principal article {
    margin-left: 0;
  }

  .section-container#cabecalho {
    width: 78%;
    display: flex;
    flex-direction: column !important;
    }
  
    .social-midia-sup.social-midia-proderj{
      display: flex;
      flex-direction: column;
      align-items: center;
    
    }
  
    .field-content.video-principal {
      width: 100% !important;
      height: auto !important;
      margin: 0; 
  }
  
    .logo_gov{
      margin-bottom: 10px;
    }
    .logo-proderj.logo>a>img {
      width: 160px;
      height: auto;
    }
  
    .slider-fixo.aos-init.aos-animate .flexslider .slides img {
      height: 300px !important;
    }
  
    .noticia-gride.views-col.col-1 img.image-style-imagem-noticias-820x335 {
      width: 300px !important;
      height: 200px;
      float: none;
    }
  
    .section_servicos .section-container{
      width: 90%!important;
    }
  
    .noticia-gride.views-col.col-1 {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-content: center;
      align-items: center;
    }
  
    #noticias {
      display: block;
      margin-top: 15px;
    }
    
    #noticias .noticia-2col-wrap {
      width: 100% !important;
      margin: 0 !important;
    }
  
    #noticias .views-view-grid.horizontal.cols-3.clearfix .views-row.clearfix.row-1 {
      flex-direction: column;
      align-content: center;
      align-items: center;
    }
  
    .noticia-principal-gride.views-col.col-1{
      width: 80% !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      align-content: center;
      margin: 0 auto !important;
    }
  
    .noticia-principal-gride.views-col.col-2{
      width: 80% !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      align-content: center;
      margin: 0 auto !important;
    }
  
    .noticia-principal-gride.views-col.col-3{
      width: 80% !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      align-content: center;
      margin: 0 auto !important;
    }
  
    .field-content.video-principal iframe{
      width: 100%;
      height: 170px;
    }
  
    .views-field.views-field-field-video-principal-youtube .video-principal {
      height: 210px !important;
    }
  
    .acesso-informacao {
      width: 100%;
      background: #eee;
      text-align: center;
      background: #00508a;
      padding: 0px !important; 
      margin: 60px 0;
    }
  
    .box-resumo-acesso {
      width: 50%;
      text-align: left;
      display: flex;
      padding: 0 !important;
      color: #fff;
      flex-direction: column;
      align-items: center;
      align-content: center;
    }
  
    .cubos-informacao .views-view-grid .views-row {
      display: flex;
      padding: 0 !important;
      width: auto;
      flex-direction: column;
    }
  
    .endereco{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-content: center;
    align-items: center;
    }
  
    #flexslider-2, #flexslider-3{
      width: 250px;
    }

    .col-servicos.views-col.col-1 {
      width: 100% !important;
      padding-right: 10px;
    }

    .col-servicos.views-col.col-2 {
      width: 100% !important;
      padding-right: 10px;
    }
  
    .col-servicos.views-col.col-3 {
      width: 100% !important;
      padding-right: 10px;
    }

    .field-content.servicos{
      width: 100%;
    }

    #hambtn{
      position: absolute !important;
      padding-left: 0;
      margin-top: 68%;
    }
}

@media screen and (max-width: 400px) {
  .section-container#cabecalho {
  width: 78%;
  display: flex;
  flex-direction: column !important;
  }

  .section-container#cabecalho .logo_gov img {
    width: 195px !important;
    height: auto !important;
    margin: 15px 50px 0 50px !important;
  }

  .social-midia-sup.social-midia-proderj{
    display: flex;
    flex-direction: column;
    align-items: center;
  
  }

  .field-content.video-principal {
    width: 100% !important;
    height: auto !important;
    margin: 0; 
}

  .logo_gov{
    margin-bottom: 10px;
  }

  .logo-proderj {
    margin: 20px 0 !important;
    margin-left: 80px !important;
}

  .logo-proderj.logo>a>img {
    width: 200px !important;
    height: auto;
  }

  .slider-fixo.aos-init.aos-animate .flexslider .slides img {
    height: 300px !important;
  }

  .noticia-gride.views-col.col-1 img.image-style-imagem-noticias-820x335 {
    width: 300px !important;
    height: 200px;
    float: none;
  }

  .section_servicos .section-container{
    width: 90%!important;
  }

  .noticia-gride.views-col.col-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  #noticias {
    display: block;
    margin-top: 15px;
  }
  
  #noticias .noticia-2col-wrap {
    width: 100% !important;
    margin: 0 !important;
  }

  #noticias .views-view-grid.horizontal.cols-3.clearfix .views-row.clearfix.row-1 {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .noticia-principal-gride.views-col.col-1{
    width: 80% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 0 auto !important;
  }

  .noticia-principal-gride.views-col.col-2{
    width: 80% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 0 auto !important;
  }

  .noticia-principal-gride.views-col.col-3{
    width: 80% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 0 auto !important;
  }

  .field-content.video-principal iframe{
    width: 100%;
    height: 170px;
  }

  .views-field.views-field-field-video-principal-youtube .video-principal {
    height: 210px !important;
  }

  .acesso-informacao {
    width: 100%;
    background: #eee;
    text-align: center;
    background: #00508a;
    padding: 0px !important; 
    margin: 60px 0;
  }

  .box-resumo-acesso {
    width: 50%;
    text-align: left;
    display: flex;
    padding: 0 !important;
    color: #fff;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .cubos-informacao .views-view-grid .views-row {
    display: flex;
    padding: 0 !important;
    width: auto;
    flex-direction: column;
  }

  .endereco{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-content: center;
  align-items: center;
  }

  #flexslider-2, #flexslider-3{
    width: 250px;
  }

  #hambtn{
    position: absolute !important;
    padding-left: 0;
    margin-top: 80% !important;
  }

/*   .logo-proderj.logo{
    margin: 0 50px !important
  } */
  
  #flexslider-2 .flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
    display: none !important;
  }

  #hambtn {
    margin-top: 85% !important;
}

}