.flex-linha {
  display: flex;
  height: 97%;
  width: 100%;
  position: absolute;
}
div#faixa-5-1 img {
  height: auto;
  width: 70%;
  background: black;
}
.col-md-4.lat ul li a {
  padding: 0px;
  color: #00832a !important;
}

div#banner {
  padding: 0px;
}

h1.fabiul {
  position: relative;
  background: rgb(0, 31, 57);
  z-index: 9999999;
  color: white;
  font-size: 84px;
  padding: 19px;
  width: 70%;
  margin: -6% 15% 0% 15%;
  text-align: center;
  border-radius: 68px;
}
.col-md-4.lat ul li.current.active {
  background: rgb(189 189 189) !important;
  color: #c92e33 !important;
}
.col-md-4.lat ul li.current.active a {
  color: #c92e33 !important;
}
section#interna .search {
  display: block;
}

.controls input {
  width: 20px;
  height: 14px;
}

fieldset.only input {
  height: 17px;
  width: 20px;
}

.rodalie a,
.saibamais a,
.saibamais a:hover,
div#faixa5-module a,
div#faixa5-module a:hover {
  color: white !important;
}
.rodalie a:hover {
  color: white !important;
}
.rodalie li a:hover {
  color: white !important;
}
div#principal-footer .custom {
  display: flex;
  width: 100%;
}

.acesso {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  margin: 2% 0;
  align-items: center;
}
.rodalie {
  width: 100%;
}
.moduletableCol_md_6 {
  margin-left: -5vw;
}
.col-md-4.lat ul.nav.menu.mod-list {
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.rsform-block {
  margin: 4px;
}
#\32 00 {
  display: none;
}
.col-md-4.lat ul.nav.menu.mod-list li {
  width: 100%;
  text-align: center;
  padding: 15px;
  background: rgb(236, 227, 228);
}

.col-md-4.lat ul.nav.menu.mod-list li:hover {
  color: green;
  background: rgb(181 175 176);
}
.grande-linha {
  border: 4px solid #2875c7;
  margin-right: 51%;
  margin-left: auto;
}

.emcima div {
  display: flex;
  padding: 0px 10px;
}

.emcima {
  display: flex;
  justify-content: right;
}

.social {
  border-right: 2px solid #000;
}

.band {
  border-right: 2px solid #000;
}

.email {
  border-right: 2px solid #000;
}
i#searchGO {
  display: none;
}
.social img {
  margin: 0px 5px;
}

#monografias-ano {
  display: none;
}
.item-nome.col-md-6 {
  min-height: 100%;
  margin-bottom: 5%;
}

.pull-left.item-image img {
  width: 100%;
}

.item-nome > h3 {
  text-align: center;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  font-family: arial;
  font-weight: 600;
  font-size: 25px;
}

.item-nome > p {
  text-align: justify;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.ano.col-md-12 > h2 {
  text-align: center;
  margin-top: 0px !important;
  background: white;
  font-size: 25px;
}
.prh-logo {
  width: 7rem !important;
}

#logo .col-md-4 {
  text-align: center;
  margin-top: 36px;
}
.equipe.container div {
  margin-bottom: 12px;
}

.prh-logo2 {
  width: 10rem !important;
}
/* #rodape-menu > div > ul > li.item-130 > a {
    position: absolute;
    left: -14.5rem;
} */
#menu a,
#menu span {
  color: darkblue !important;
  font-weight: 800;
}

#menu ul.lista-menu-principal li.parent:hover > ul > li:hover {
  background: #01832b;
}

.footer-text p,
.rodape > ul > li a,
.rodape > ul > li span {
  color: white;
  padding: 1rem 0rem;
}

.hamburguer-interno > span {
  /* background: gray; */
}
.hamburguer-menu-interno > input[type="checkbox"]:checked ~ label > span {
  background: white;
}

/* custom perdido */

.hideblog .blog {
  display: none !important;
}

/************************************************************************/
/************************ INICIO CONFIGS BASICAS ************************/
/************************************************************************/

/* modelo de tabela */
tr:nth-child(odd) td {
  background-color: #dcdcdc;
}
tr:nth-child(even) td {
  background-color: #f5f5f5;
}
th {
  background-color: #0f3944;
  color: white;
}
#interna > div > div > div > div > p {
  line-height: 2;
}
tbody {
  /* display: flex;
    flex-direction: column; */
}
table {
  display: flex;
  flex-direction: column;
}
tr {
  border-bottom: 2px solid white;
  /* display: flex; */
}
th,
td {
  padding: 2rem;
  display: table-cell;
  padding: 0.5rem 1rem 0.5rem 1rem;
  /* margin-right: 3px; */
  margin: 0px 0px 3px 3px;
  border-right: 2px solid white;
}
/* table { border-collapse: separate; }

tr { 
  background-color: #036099;
  color: white; 
  text-align: center;
}

td:nth-child(even){
  background: #dadada;
    color: #000;
    border: none!important;
}

td.destaque {
  background: #00b680;
  color: #fff;
}

table {
  border-collapse: separate;
}
td {
  border: solid 1px #000;
}
tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

td {
  background: #dadada;
  color: #000;
  border: none !important;
} */

/*  */
.hide {
  display: none;
}
/******** Geral ********/

#interna > div > div:nth-child(3) > div > div > p > img {
  /* margin-left: 0.5rem;
  margin-top: 0.5rem;
  min-width: 270px;
  min-height: 152px;
  /* max-height: 152px; */
  /* max-width: 270px; */
}

.timeline-Widget {
  background-color: black !important;
}
.twitte-estrutura {
  width: 300px;
  position: absolute;
  right: 57px;
  bottom: -139px;
  margin-bottom: 10rem;
}
.bg-circular-profile {
  display: none !important;
}
#interna
  > div
  > div
  > div
  > div.items-row.cols-2.row-0.row-fluid.clearfix
  > div
  > div
  > p
  > img {
  float: none !important;
  display: inherit !important;
}

li.item-103 {
  display: none !important;
}
.pull-left {
  float: none !important;
  display: none !important;
}

.item-image {
  display: none !important;
}

ul.nav.menu.menu.contexto {
  /* display: block; */
  height: 100%;
}

.contexto > li > a:hover {
  /* border: none;
  background-color: #00b680;
  color: #fff; */
}
.contexto a,
.contexto span {
  /* color: #0475be; */
}
.contexto > li > a:focus,
.contexto > li > a:hover {
  /* text-decoration: none;
  background-color: #00b680;
  color: #fff; */
}

.current2 a {
  /* color: white !important; */
}
.menu-interno > .active.deeper > a {
  background-color: #0f3944;
}
.mexeA > .active {
  background-color: #f5f5f5;
}

.contexto > li {
  /* background-color: #dadada; */
}

.contexto > .current2.active > a {
  background-color: #0f3944 !important;
  color: white !important;
}

.contexto > .active > a {
  background-color: #0f3944;
  color: white !important;
}

.contexto li:first-child {
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; */
}

.contexto li:last-child {
  /* border-bottom-right-radius: 10px; */
  /* border-bottom-left-radius: 10px; */
  /* border-top-left-radius: 0px;
  border-top-right-radius: 0px; */
}

.contexto li:first-child > a:hover {
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
}

.contexto li:last-child > a:hover {
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
}

.contexto li:first-child .current2 {
  border-radius: inherit;
  /* background-color: red; */
}
/* colocar depois para ajustar menu */
/* ul.nav.menu.mod-list {
  display: block !important;
} */
table.tabela {
  border-spacing: 0 !important;
}

a,
a:focus,
a:hover {
  /* color: #305156; */
  outline: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
li,
span {
  font-family: "Lato", sans-serif;
}

body > .container-fluid {
  /* margin-top: -8rem; */
}
#interna * ul {
  list-style-position: inside;
  /* margin-left: 2rem; */
}

/********************** formulario *****************/

form .rsform-block-nome,
form .rsform-block-email,
form .rsform-block-telefone,
form .rsform-block-mensagem,
.rsform-block-assunto {
  font-size: 19px;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(102, 102, 102, 0.5);
  -moz-box-shadow: 0px 3px 5px 1px rgba(102, 102, 102, 0.5);
  box-shadow: 0px 3px 5px 1px rgba(102, 102, 102, 0.5);
  border-radius: 3px;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"],
.rsform-input-box {
  display: inline-block;
  height: 100%;
  padding: 4px;
  margin-bottom: -3px;
  font-size: 16px;
  line-height: 18px;
  color: #555555;
  margin-top: 6px;
  width: 98%;
}
#mensagem {
  height: 150px;
}
.formResponsive button[type="submit"]:hover,
.formResponsive button[type="submit"]:active,
.formResponsive button[type="submit"].active,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="submit"][disabled] {
  background-color: #305156;
}
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  border: 1px solid transparent;
}
.formResponsive input[type="text"],
.formResponsive textarea {
  box-shadow: none !important;
  border: none !important;
  resize: none;
  width: 96%;
}

.formResponsive .formHorizontal .formControls {
  margin-left: 0px;
}
div .formControlLabel {
  display: none;
}
.formResponsive .formBody {
  float: none;
  position: relative;
}
.formResponsive button[type="submit"] {
  background-color: #305156 !important;
  background-image: none !important;
  border: none;
  position: absolute;
  right: 0;
}
.faixa6-clientes.col-md-12 h3 {
  position: relative;
}
.faixa6-clientes.col-md-12 h3::after {
  content: "";
  width: 51%;
  height: 20px;
  background: #009ae6;
  position: absolute;
  left: -20%;
  bottom: -24px;
}
form .rsform-block-nome {
  margin-top: 14px;
}

.tituloFC {
  margin-top: 4%;
}
#captchaTxt26 {
  width: 250px !important;
  border: 1px solid #305156 !important;
  margin-left: 1%;
}
/* formulario  termina aqui */

/******* calendario *******/
.rs_calendar_module > .dia {
  background: #812b2c !important;
  color: white !important;
}
.rs_calendar_module > .dia > .container_eventos_dia > .eventos_dia {
  border-top: 2px solid white !important;
}
.rs_calendar_module > .calendario > .datas th {
  color: #812b2c !important;
}
.rs_calendar_module > .calendario > .datas a {
  color: black !important;
}
/* calendario termina aqui  */

.container-fluid {
  padding: 0px;
}

/* menu  */
#menu .lista-menu-principal > li {
  margin-right: 0px !important;
  border-bottom: none !important;
}
div#menu .moduletable {
  margin: 0px;
}
#menu a,
#menu span {
  color: #005c4b !important;
}
#menu ul.nav-child a {
  color: #c92e33 !important;
}
#menu .lista-menu-principal > li:hover,
#menu .lista-menu-principal > li:focus {
  color: white !important;
  text-decoration: none !important;
  /**border: none !important;**/
}

li#searchPosition {
  display: none !important;
}

/* termina menu  */

/******** Footer (Parte de cima) ********/
#footerPrincipal {
  margin-top: 0px;
  background-color: #1a1a1a;
  /* height: 190px; */
}
div#principal-footer {
  padding-top: 20px;
}
#position-footer a {
  color: white;
}

/******** Footer (Parte de baixo) ********/

/*********************************************************************/
/************************ FIM CONFIGS BASICAS ************************/
/*********************************************************************/

/*********************************************************************/
/**************** Personalização de módulos e outros *****************/
/*********************************************************************/

/******* geral *******/
.posgradcontainer {
  /* border: solid 1px white; */
  border-radius: 5%;
  padding: 7px;
}
#palavra-chave > p > button {
  background: #0475be !important;
  width: 18%;
  height: 36px;
  border-radius: 14px;
}
#card39 button {
  background: #0475be !important;
  width: 18%;
  height: 36px;
  border-radius: 14px;
}
#interna {
  min-height: 75.7rem;
}
/* banner */

/* faixa 1 */

#faixa1 {
  text-align: -webkit-center;
}

.seta-busca {
  margin-top: 2rem;
}

/* faixa 2 */

/* faixa video */

.video-wrapper {
  background-image: url("../../../modules/mod_articles_news/img/green-bg.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 30rem;
  margin-top: 5vw;
  /* background-attachment: fixed;
  background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
}
div#faixa3-atuacao {
  background-image: url(../../../images/fundolindo.png);
  padding-bottom: 75px;
  background-size: 100% 100%;
  margin-top: -50px;
  padding-top: 100px;
}
div#faixa3-module h3 {
  color: rgb(0, 31, 57);
  font-size: 50px;
}

.faixa3-atuacao.col-md-12 p {
  color: rgb(0, 31, 57);
  font-size: 20px;
  width: 59%;
  line-height: 1.6;
}
img.logo-img {
  margin-left: 40px;
  margin-right: 0px !important;
}
div#faixa3-module .moduletable.caixa > h3 {
  position: relative;
  top: -80px;
  color: #c73032;
  background-image: url(../../../images/linhaatu.png);
  background-size: 83% 10%;
  background-repeat: no-repeat;
  background-position-x: 113%;
  background-position-y: 59%;
  font-size: 4.6rem;
}
div#site-logo {
  margin-right: -40px;
}

div#faixa1-module > div > h3 {
  color: #c73032;
  background-image: url(../../../images/linhaatu.png);
  background-size: 84% 10%;
  background-repeat: no-repeat;
  background-position-x: 229%;
  background-position-y: 61%;
  font-size: 4.6rem;
  width: 100%;
  /* margin: 0% 13%; */
}
div#faixa2-module .moduletable.caixa > h3 {
  color: #c73032;
  background-image: url(../../../images/linhaatu.png);
  background-size: 80% 10%;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 59%;
  font-size: 4.6rem;
  text-align: end;
}
div.imoupar1,
div.imoupar3,
div.imoupar5 {
  background-image: url(../../../images/deporetanguloverde.png);
  background-size: 100% 100%;
}
div.imoupar0,
div.imoupar2,
div.imoupar4 {
  background-image: url(../../../images/deporetangulovermelho.png);
  background-size: 100% 100%;
}
div#faixa4-module .moduletable h3 {
  color: #c73032;
  background-image: url(../../../images/linhaatu.png);
  background-size: 68% 10%;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 59%;
  font-size: 4.6rem;
  text-align: end;
  margin-bottom: 40px;
}
div#faixa6-module .moduletable h3 {
  color: rgb(0, 31, 57);
}
div#faixa5-module a {
  padding: 15px;
  background: #00832a;
  border-radius: 27px;
  color: white;
  font-size: 1.5em;
  margin-left: 45%;
  position: relative;
  bottom: -21px;
}

#faixa5-banner-atuacao {
  background-image: url(../../../images/banneratuacao.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

div#faixa5-module h1 {
  text-align: center;
  color: white;
  font-size: 7rem;
}
#faixa-video {
  margin-top: -10rem;
  text-align: right;
}

.ser ul li {
  font-size: 11px;
  padding-left: 14px;
}
.ins ul li {
  font-size: 13px;
  font-weight: 600;
}
.txt-linha p {
  text-align: justify;
}

.lies {
}

.lies a {
  font-size: 13px;
  font-weight: 600;
  padding-left: 7px;
}
.ser > a {
  font-size: 13px;
  font-weight: 600;
  padding-left: 7px;
}
.soci-ico {
  width: 5rem;
  margin-left: 1rem;
}

#video-texto {
  width: 100%;
}

.video-p {
  color: white;
}

#video-texto > div:nth-child(1) > h3 {
  color: #fff;
  font-weight: bold;
}

/* botao-video txt */
.saiba-mais {
  border: 1px solid white;
  border-radius: 12px;
  background-color: white;
  color: #0079b2;
  width: 20rem;
  height: 3rem;
  text-align: center;
  font-weight: 600;
  padding: 0.5rem;
}

.saiba-mais a {
  color: teal;
}
#video-texto > div:nth-child(2) > div {
  display: flex;
  justify-content: center;
}

/* faixa 3 */

#faixa3 > div > h3 {
  text-align: center;
  color: royalblue;
  margin-bottom: 5rem;
}

.coluna1 {
  height: 171px;
  float: right;
  order: 1;
  max-width: 368px;
}
.coluna2 {
  float: right;
  order: 2;
  width: 50%;
  padding-left: 58px;
}
.coluna3 > a {
  margin-top: 18px;
}
.coluna2 > a {
  margin-top: 18px;
}
#projeto-texto > div > div > div > div.coluna1 > a:nth-child(1) {
  margin-bottom: 20px;
  width: 95%;
}
.coluna1 > a:nth-child(1) {
  margin-top: 11px;
}
.coluna1 > a:nth-child(2) {
  padding-top: 53px;
}
.coluna3 {
  float: right;
  order: 3;
  width: 37%;
  height: 184px;
}
.mudarColunas > div {
  text-align: left;
}
.mudarColunas {
  display: flex;
  width: 800px;
  margin-right: 380px;
  /*position: absolute;*/
  /*bottom: 0;*/
  align-items: flex-end;
  height: 300px;
}
.mudarColunas > div > a {
  display: block;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
}

#projeto-texto,
#projeto-texto > div,
#projeto-texto > div > div {
  height: 100%;
}
#projeto-texto,
#projeto-texto > div,
#projeto-texto > div > div {
  height: 100%;
  position: relative;
}

#projeto-texto,
#faixa4-texto,
.soci-wrapper {
  text-align: -webkit-center;
}

.projetos-txt,
.producao-cientifica {
  text-align: center;
  margin-bottom: 5rem;
  text-align: center;
  letter-spacing: 0px;
  color: #0079b2;
  opacity: 1;
  width: 80rem;
  display: none;
}

#projeto-texto > div > h3 {
  text-align: center;
  margin-bottom: 5rem;
  text-align: center;
  letter-spacing: 0px;
  color: #0079b2;
  opacity: 1;
  margin-bottom: 2rem;
  font-weight: 600;
}

.faixa4-texto {
  margin-top: -4rem;
  height: 0px;
}

video.video-gero {
  width: 100%;
  height: auto;
}
/* faixa 4 */

img.posgradimg {
  width: 100%;
}
.datapublic2 {
  margin-top: 1rem;
  margin-left: 1rem;
}

h5.artigosdedestaque,
h5.tesesdedestaque {
  font-size: 14px;
  margin-top: 1em;
  margin-left: 0.5rem;
  height: 3rem;
}

#faixa4 > .moduletable > h3,
#faixa4-1 > .moduletable > h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #101010;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

#faixa4-texto > div > h3 {
  text-align: center;
  margin-bottom: 5rem;
  text-align: center;
  letter-spacing: 0px;
  color: #0079b2;
  opacity: 1;
  margin-bottom: 2rem;
  font-weight: 600;
}

a.botao-artigos,
a.botao-tcc {
  position: absolute;
  top: 54px;
  cursor: pointer;
  text-align: center;
  padding: 3px 17px;
  left: 0rem;
  font-size: 14px;
}

a.botao-tcc {
  left: 2rem;
}

#faixa4 > div:nth-child(1) > h3,
#faixa4-1 > div:nth-child(1) > h3 {
  margin-bottom: 6rem;
  text-align: center;
}

#faixa4 > div:nth-child(1) > div > hr:nth-child(8),
#faixa4-1 > div:nth-child(1) > div > hr:nth-child(8) {
  display: none;
}
/* faixa5 */

#faixa5 {
  background-image: url("/gero/images/wave.png");
  height: 27vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* faixa6 */
#faixa6 > div > h3 {
  text-align: center;
  width: 50%;
  background: white;
  color: #0f75b7;
  position: relative;
  left: 24%;
  top: -2rem;
  height: 5rem;
  padding-top: 2rem;
  line-height: 0.8;
}
#faixa6 > div > h3 {
  top: 0;
}
#faixa6 > div > div > hr {
  border-top: 1px solid #0f75b7 !important;
}

.parceiros {
  text-align: -webkit-center;
}
.parceiros > a > img {
  margin-right: 3rem;
  margin-top: 3rem;
  width: 15rem;
}
.parceiros-baixo > img {
  margin-right: 6rem;
  margin-top: 3rem;
}
.parceiros-baixo {
  display: flex;
  justify-content: center;
}

.redes-sociais {
  text-align: center;
}

.redes-sociais > a > i {
  font-size: 7rem;
  margin-right: 3rem;
  color: #123456;
}

#faixa6 > div > div > h4 {
  text-align: center;
  color: #0f75b7;
}

.parceiros > img {
  margin-right: 3rem;
  margin-top: 3rem;
  width: 15rem;
  height: auto;
}
/******** interno ********/

/* wtf?  */
/* .span6{
  height:50rem;
} */

.blog .span6 {
  overflow: auto;
  margin-bottom: 25px;
}
#toggle > span {
  background: #707070;
}

#toggle span:before,
#toggle span:after {
  background: #707070 !important;
}
.teste1 {
  float: left;
}
p {
  /* color: black; */
  /* color: #0079b2; */
}

#headerPrincipal #site-logo img {
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container {
  /* height: 100%; */
}
.faixa1 .container .col-md-12 {
  height: 100%;
}
#faixa2 > div > div > p > span {
  font-size: 40px;
  color: white;
  text-decoration: underline;
}
#faixa2 > div > div > p {
  color: white;
  font-size: 40px;
  text-align: center;
  margin: 40px;
}
.faixa4 {
  width: 50%;
  height: 600px;
  background-color: #262d7d;
  padding: 0;
}
body > div.faixa2 > div > div {
  height: 100%;
}

body > div.faixa4 > div > div {
  height: 100%;
  padding: 0px;
}

body > div.faixa4 > div > div {
  padding: 0px;
  width: 100%;
}

body > div.faixa4 > div > div > div {
  width: 50%;
  height: 600px;
  padding: 0px;
}
body > div.faixa4 > div > div > div:nth-child(1) {
  background-color: #262c80;
}

.algunsPr {
  text-align: center;
  margin-top: 50px;
}

.algunsPr > p {
  font-size: 30px;
  color: white;
}
.linha {
  background-color: white;
  width: 203px;
  height: 3px;
}
.mLinha {
  top: 101px;
  right: 257px;
}

.pAlguns {
  font-size: 35px;
  color: white;
}
#faixa2 > div > div > div.algunsPr > div > p:nth-child(3) {
}

#faixa2 > div > div > div.algunsPr > div > h1 {
  font-size: 50px;

  color: white;
}
#faixa2 > div > div > div.algunsPr > div > p:nth-child(1) {
}

.imgUfrj {
  width: 200px;
}
#faixa4-1 > div > div {
  margin-top: 150px;
}

#faixa4-1 > div > div > div {
  margin-bottom: 10px;
}
#faixa4-1 > div > div > div.col-md-12.img-parceiros {
  margin-left: 6px;
}

.imgFale {
  max-width: 100%;
}
body > div.faixa6 > div > div {
  padding: 0px;
}
#faixa6 > div {
  margin: 0px;
}
body > div.container > div.faixa4-1.col-md-6 {
  width: 50%;
  padding: 0;
  height: 600px;
  background-color: white;
}

/*.container.backgroundimg{
	  background-image: url(/geroestudo2/images/green-bg.png);
    background-size: cover;
    height: 700px;
    background-position: center center;
    background-attachment: fixed;
}*/
.faleConosco {
  color: white;
  font-size: -webkit-xxx-large;
  padding-top: 50px;
  padding-left: 41px;
  margin: 0px;
}
.redesS {
  justify-content: center;
  padding-top: 100px;
  display: flex;
  width: 411px;
}

#faixa6-1 > div > div {
  height: 600px;
}

.iconesI div {
  display: flex;
  margin-bottom: 50px;
}

.iconesI p {
  padding-left: 17px;
  color: white;
  margin: 0;
}

.iconesI img {
  object-fit: none;
}
#faixa6-1 > div > div > div.iconesI > div:nth-child(2) > img {
  padding-bottom: 50px;
}
.iconesI {
  width: 500px;
  display: grid;
  justify-content: center;
}
.tel-ico {
  margin-top: 50px;
}
.redesS div {
  padding-right: 50px;
}
#faixa6-1 > div > div > div:nth-child(1) > p:nth-child(2) {
  text-align: center;
  color: white;
  width: 440px;
  margin: 0px;
}
.nossosP {
  color: #5d8452;
  width: 56%;
}
.textoC div {
  margin-bottom: 15px;
}
.imgUfrj {
  width: 160px;
  display: flex;
  margin: auto;
}
#faixa4-1 > div > div > div:nth-child(7) {
  width: 100%;
}
#faixa1 > div > div > a {
  width: fit-content;
  display: block;
}
.imgPadrao {
  max-width: 250px;
}
.lul1 {
  display: none;
}
.noticias {
  text-align: left;
}
/*.imgDiv{
  text-align: center!important;
}*/
.ajeitarDivs {
  max-width: 1138px;
  display: flex;
}
.container.noticiasContainer {
  max-height: 700px;
  height: 700px;
}
#faixa1 > div > h3 {
  font-size: xxx-large;
  color: #0f3944;
  margin-bottom: 60px;
}
#faixa1 > div > div.ajeitarDivs > div > h4 > p {
  color: unset;
  font-size: smaller;
}
#faixa1 > div > div.ajeitarDivs > div > a > h6 {
  color: #3c5c82;
  font-size: large;
}
.dataPub {
  color: #3c5c82;
}
.filtroAzul {
  background: rgba(70, 125, 155, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.noticias:hover .filtroAzul {
  background: rgba(70, 125, 155, 0);
}

.imgDiv {
  position: relative;
}
#faixa1 > div > div.ajeitarDivs > div > div {
  box-shadow: -86px 90px 0px -75px #4ba69d;
  width: fit-content;
}
.pDiv {
  max-width: 250px;
  position: relative;
}

/* #faixa1 > div > div.ajeitarDivs > div:nth-child(4) > div {
  box-shadow: -72px 74px 0px -60px #036099;
  width: fit-content;
} 
*/

h1.titulo-ano {
  text-align: left !important;
}
.posicionaP {
  position: absolute;
  background-color: #4ba69d;
  /* width: 119px; */
  z-index: 2;
  bottom: 2rem;
  left: 3rem;
  min-height: 48px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.posicionaP > p {
  font-size: 17px;
  color: white;
  overflow-wrap: anywhere;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
  font-family: unset;
  width: 100%;
  padding: 0rem 0.5rem 0rem 0.5rem;
}
#faixa1 > div > div.ajeitarDivs > div > h3 {
  margin-top: 50px;
}
/*.sectionP{
  background-image: url(/prh18/images/parallax-contatos.jpg);
    background-size: cover;
    height: 700px;
    background-attachment: fixed;
}*/
#faixa6-1 > div > div {
  display: grid;
  width: 100%;
  justify-items: right;
}
#rsform_6_page_0
  > div
  > div
  > div.rsform-block.rsform-block-enviar
  > div
  > div {
  position: absolute;
  /* right: 0; */
  bottom: 0;
  top: 0px;
}
#rsform_6_page_0 > div > div > div.rsform-block.rsform-block-enviar > div {
  position: relative;
  height: 27.4px;
}

body > div.container.backgroundimg > div:nth-child(1) {
  width: 100%;
}
.rsform-block.rsform-block-enviar {
  margin: 0 !important;
  /* height: 80px; */
  /* padding-top: 13%; */
  /* padding-left: 12.5%; */
  width: 100%;
}

#userForm > h2 {
  color: #000;
}
.posicionaImg {
  text-align: left;
  display: block;
  margin-bottom: auto;
  height: 100%;
}
#developer-logo > div.container > div {
}

h1.timeline-Header-title.u-inlineBlock {
  display: none !important;
}
@media screen and (min-width: 1900px) and (max-width: 2500px) {
}
@media screen and (min-width: 1047px) and (max-width: 1367px) and (max-height: 769px) {
  .twitte {
    margin-bottom: 5rem !important;
  }
}
#rodape-menu > div:nth-child(2) {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  margin: 0 auto;
  margin-left: 2rem;
}
#interna > div > div > div.col-md-4 > div > ul > li > a {
  color: #3b3b3b;
  font-weight: 900;
  font-size: 11pt;
}
#interna > div > div > div.col-md-4 > div > ul > li > span {
  color: #3b3b3b;
  font-weight: 900;
  font-size: 11pt;
  display: block;
  width: 100%;
  cursor: pointer;
}
#interna > div > div > div.col-md-4 > div > ul > li > ul > li > a {
  color: #3b3b3b;
  font-size: 12pt;
  font-weight: 500;
  margin: 0;
  margin-left: 3rem;
  /* line-height: 4; */
  /* height: 58px; */
}
#interna > .deeper > unstyled > li > span {
  background: gray;
}

#interna > .deeper > unstyled > li > span {
  transition: 0.7s;
}

.mexeA > li:hover {
  background-color: #f5f5f5;
}
.mexeA > li {
  margin-top: 2rem;
  /* height: 62px  !important; */
  transition: 0.5s;
  padding: 0rem 2rem;
  /* overflow: hidden; */
  margin-bottom: -3px;
}
.contexto li > a:hover {
  background-color: transparent;
}
/* .contexto li:hover{
  background-color:#e6eff5;
} */
.mexeA > li > a {
  /* border-left: 1px  #3b3b3b solid; */
  display: block;
  width: 100%;
  margin-left: 3rem;
}
#interna > div > div:nth-child(2) > div.col-md-4 > div > ul {
  align-items: flex-start;
}
#interna > div > div:nth-child(2) > div.col-md-4 > div > ul > li {
  padding: 0;
  width: 101%;
  margin-bottom: 3.8rem;
}
#interna > div > div:nth-child(2) > div.col-md-4 > div > ul > li > a {
  padding: 0;
  transition: 0.7s ease;
}
#interna > div > div > div.col-md-4 > div > ul > li > ul > li > a::after {
  content: " ";
  background-color: #3b3b3b;
  display: block;
  height: 68px;
  width: 1px;
  position: relative;
  z-index: 999999;
  top: -6rem;
  left: 4rem;
}
.mexeA {
  margin-left: 2rem;
  margin-top: 4rem;
}
#interna > p {
  color: black !important;
}
#interna > div > div.col-md-12.breadcrumbs > div:nth-child(2) > div > label {
  right: 3%;
}
#interna > div > div.col-md-12.breadcrumbs > div:nth-child(2) > div {
  top: 0;
  right: 4rem;
  text-align: -webkit-right;
  text-align: right;
}
#interna > div > div > div.col-md-4 > div > ul > li > span:focus {
  background-color: #036099;
  color: white;
}
.page-header > h2 > a {
  color: #0f3944;
}
.rodapeUnicast {
  background-color: #303030;
  display: flex;
  justify-content: center;
}
.rodapeUnicast .moduletable {
  margin: 0;
}
.rodapeUnicast img {
  width: 60%;
}
.rodapeUnicast p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#rodape-menu > div.moduletable.rodape > ul {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.par-con img {
  height: 8rem;
}

div#twitter\ twitter-mobile\ hidden-md\ hidden-lg\ hidden-xl\ hidden-xxl {
  display: none;
}
.mapa-home .col-md-12 {
  padding: 0;
}
iframe.mapa1 {
  width: 100%;
}
h3 {
  font-weight: bolder;
  font-size: 31px;
  font-family: arial black;
}
ul.lista-menu-principal {
  margin-bottom: 0;
}

/* *********LEMT********** */
#faixa1 > div > h3 {
  font-size: 5.6rem !important;
  color: #005d4b !important;
  margin-bottom: 2%;
  margin-top: 1%;
  font-family: arial black;
  text-align: left;
  padding: 0 15px;
}
li.item-297.deeper.parent ul li a {
  color: #0475be !important;
}
#menu li.item-297.deeper.parent ul li:hover a {
  color: white !important  ;
}
#menu li.item-291.deeper.parent ul.nav-child li.item-301:hover a {
  color: white !important;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Lato&display=swap");

.txt-equipe h2 {
  font-family: "Lato", sans-serif;
}
.txt-equipe p {
  font-family: "Lato", sans-serif;
}
div#faixa1 > div > .custom {
  color: white;
  width: 70%;
  margin-bottom: 2%;
}
.container.logo-parceiros > .col-md-3 > img {
  width: 60%;
  height: auto !important;
}
.container.logo-parceiros > .col-md-3 {
  margin-top: 3%;
  width: 25%;
}
div#logo h3 {
  margin-top: 3%;
  font-family: arial black;
  text-align: center;
  font-size: 44px;
  color: #9f0000;
}
.grid-footer > div > img {
  float: left;
}
.grid-footer.container > div > div > h4 {
  /* margin-bottom: 6%; */
  line-height: 1.4;
  font-size: 1.5rem;
}
.txt-footer {
  float: left;
  margin-left: 2%;
  margin-top: 0%;
  color: white;
}
.txt-footer p {
  line-height: 0.7;
  font-size: 1.2rem;
}
.grid-footer {
  display: grid;
  grid-template-areas:
    "a1 a2 a3"
    "a4 a4 a4";
}

.footer-sc {
  grid-area: a4;
  text-align: center;
  color: white;
  margin-top: 6%;
  padding-right: 5.4%;
}
.email-ft {
  grid-area: a3;
}
.ligue-ft {
  grid-area: a2;
}
.visite-ft {
  grid-area: a1;
}
.social-img img {
  /* padding: 10px; */
  margin-left: 0.5%;
}
#linha-pesquisa h3 {
  color: #9f0000 !important;
  border-bottom: 2px solid;
  width: 45%;
  margin-left: 28%;
  font-family: arial black;
  text-align: center;
  margin-bottom: 10%;
}
.img-busca {
  position: absolute;
  z-index: 5;
  right: 5%;
  top: 13%;
  cursor: pointer;
}
.moduletable.buscalouca {
  margin-top: 40px;
}
.or-container .col-md-4 {
  width: 22%;
  margin: 1.5%;
  padding: 15px;
  background: rgb(236, 227, 228);
  border-radius: 15px;
}

.custom.bus {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  column-gap: 8px;
}
.txtatua.atu1 {
  position: absolute;
  top: 40%;
  left: 0% !important;
  text-align: center;
}
.saibamais {
  color: white;
  padding: 10px 15px;
  background: rgb(0, 131, 42);
  width: 160px;
  font-size: 25px;
  border-radius: 15px;
}

.saibamais a {
  color: white;
}
.custom.bus p {
  width: 30%;
}

.custom.bus img {
  width: 100%;
  height: auto;
  margin-top: 16px;
}
.input-group {
  position: absolute;
  z-index: 5;
  left: 6%;
  top: 2px;
  /* color: #000; */
}
.cards.col-md-3 {
  min-height: 200px;
}
.search {
  display: none;
}
ul.lista-menu-principal li:hover .nav-child {
  display: block;
}
ul.nav-child {
  display: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: #fffdfd;
  color: black;
  height: 48px;
  width: 177px;
}
#mod-search-searchword {
  /* border: 3px solid rgb(0, 131, 42); */
  padding: 13px;
  /* border-radius: 21px; */
  width: 205px;
  height: 35px;
  /* display: none; */
}
div#busca {
  border: solid 3px #00832a;
  border-radius: 14px;
  margin-top: 29px;
  width: 72%;
  margin-left: 22%;
}
section#interna {
  margin-bottom: 40px;
}
ul.nav-child {
  margin-top: 9px;
}
#principal-footer > div > div > div > div.ligue-ft > div > p:nth-child(3) {
  display: none;
}
img.equipe-img {
  float: left;
}
.card-cord-txt {
  margin-left: 15%;
}
#projetos-em-andamento > p {
  display: none;
}
#projetos-concluidos > p {
  display: none;
}
.items-more {
  display: none;
}
.filtro-publi {
  width: 97.5%;
}
span.img-caption.img-caption-part2 {
  display: none;
}
span.img-exif {
  display: none !important;
}
div.articleText.aparece-introtext > p > button {
  background: #0475be !important;
  width: 18%;
  height: 36px;
  border-radius: 14px;
}
#palavra-chave > p > a > button {
  background: #0475be !important;
  width: 18%;
  height: 36px;
  border-radius: 14px;
}
div.articleText.aparece-introtext > p > a > button {
  background: #0475be !important;
  width: 18%;
  height: 36px;
  border-radius: 14px;
}
.mapahome iframe {
  width: 100%;
}
#mapa-home > div > h3 {
  font-size: 45px;
}
div#mapasite * {
  color: #fff;
}
.grid-mapa {
  justify-content: stretch;
  margin-left: 5.8%;
  display: grid;
  grid-template-areas: "auto auto auto auto auto auto auto";
}
.grid-mapa p {
  color: white;
}
.grid-mapa h4 {
  color: white;
}
.grid-mapa > div > h4 a {
  color: white;
}
#principal-footer > div > div > div > div.informacao > p > a {
  color: white;
}
.noticias-introtxt p {
  font-size: 18px;
  color: black;
}

div#porqueNosEscolher h3 {
  padding: 0 15px;
  color: #005d4b;
}
.txt-or {
  display: flex;
  width: 13%;
}

p.numero-or {
  font-size: 36px;
}
.or-container {
  display: flex;
  justify-content: center;
}
p.p-or {
  padding-top: 22px;
}
div#linha-pesquisa {
  margin-top: -7%;
}
input#Nome\ Completo {
  background-image: url(../images/Name.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right;
  background-position-x: 94%;
  position: relative;
  top: 16px;
}
input#Email {
  background-image: url(../images/Email.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 22px;
  background-position: right;
  background-position-x: 94%;
}
textarea#White\ Massager {
  background-image: url(../images/mensagem.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 22px;
  background-position: right;
  background-position-x: 98%;
  background-position-y: 15%;
}
.formSpan12 {
  /* display: grid !important;
  grid-template-areas:
    "a1 a1"
    "a2 a3"
    "a4 a4"
    "a5 a6"; */
}
input#enviar {
  background: #00832a !important;
}
textarea#mensagem {
  height: 125px;
  width: 96%;
}
input#Nome,
input#Email {
  height: 50px;
  width: 92%;
}
button#enviar::before {
  content: "";
  background: url(../images/circulo2.png);
  background-repeat: no-repeat;
  width: 20px;
  position: absolute;
  height: 29px;
  display: block;
  top: 16%;
  left: 11%;
}
button#enviar::after {
  content: "";
  background: url(../images/circulo.png);
  background-repeat: no-repeat;
  width: 20px;
  position: absolute;
  height: 20px;
  display: block;
  left: 85%;
  bottom: 1%;
}
.or-container {
  margin-top: 91px;
}
div#faixa6-clientes {
  background: url(../../../images/lateraldireita.png);
  background-repeat: no-repeat;
  background-size: 47px;
  background-position-x: 100%;
  background-position-y: 14%;
  padding-top: 51px;
}
.rsform-block.rsform-block-texto {
  grid-area: a1;
}
.rsform-block.rsform-block-nome-completo {
  grid-area: a2;
}
.rsform-block.rsform-block-email {
  grid-area: a3;
}
.rsform-block.rsform-block-white-massager {
  grid-area: a4;
}
.rsform-block.rsform-block-enviar {
  grid-area: a5;
}
.container.noticiasContainer1 {
  padding-bottom: 7%;
  padding-top: 7%;
}
.img-mapa img {
  margin-bottom: 14%;
}
.tp img {
  margin-bottom: 4%;
}
.informacao img {
  width: 59%;
  height: auto;
}
div#rodape-texto p {
  color: #a10202;
  font-size: 17px;
  text-align: center;
  font-weight: 800;
  /* padding-top: 4%; */
}
div#rodape-texto img {
  width: 7%;
  height: auto;
  padding: 8px 8px;
}
div#rodape-texto {
  width: 100%;
  /* height: 131px; */
  background: #009ae6;
  /* background-image: url(../images/Camada10.png); */
}
.acesso h3,
.acesso p {
  font-size: 20px;
}
div#faixa6-module h3 {
  font-size: 45px;
  padding-left: 11%;
  text-transform: uppercase;
}
img.elementografico {
  margin-left: -14vw;
  width: 43vw;
  height: 18px;
  margin-bottom: 56px;
}

.faixa6-clientesContainer {
  margin-top: 55px;
}
.numeros,
.numeros2 {
  display: grid;
  grid-template-areas: "auto auto auto auto auto auto auto";
  background: #005d4b;
  color: white;
  /* padding-left: 5%;
  padding-right: 5%; */
  text-align: center;
  align-items: center;
}
.numeros {
  margin-bottom: 1px;
  height: 84px;
}
.numeros2 {
  height: 84px;
}
.noticias-introtxt p {
  font-size: 22px;
  text-align: initial;
}
#video > div > h3 {
  color: #9f0000 !important;
  border-bottom: 3px solid;
  width: 32%;
  margin-left: 34%;
  font-family: arial black;
  font-size: 46px;
}
#porqueNosEscolher > div > h3 {
  color: #9f0000 !important;
  border-bottom: 3px solid;
  width: 30%;
  margin-left: 34%;
  font-family: arial black;
  font-size: 46px;
  text-align: center;
}
#video > div {
  padding-bottom: 4%;
}
#video > div > h3 {
  color: #9f0000 !important;
  border-bottom: 3px solid;
  width: 37%;
  margin-left: 34%;
  font-family: arial black;
  font-size: 46px;
  text-align: center;
}
button#enviar {
  background-color: #a80202 !important;
  margin-right: 58%;
  font-weight: 700;
  padding: 18px 40px;
  font-size: 1.4rem;
  border: none;
}
div#site-logo {
  /* margin-top: -7%; */
  /* margin-left: 12rem; */
}
#faixa-6 > div > div > h3::before {
  content: "";
  background: url(../images/line.png);
  background-repeat: no-repeat;
  width: 33px;
  position: absolute;
  height: 20px;
  display: block;
  top: 14%;
  right: 101%;
}
.emcima div {
  display: flex;
  padding: 0px 10px;
  align-items: center;
}
#faixa-6 > div > div > h3::after {
  content: "";
  background: url(../images/line-1.png);
  background-repeat: no-repeat;
  width: 20px;
  position: absolute;
  height: 20px;
  display: block;
  top: 14%;
}
nav.menu-padrao {
  /* border-left: solid 2px rgb(145, 12, 36); */
}
@media screen and (min-width: 1600px) and (max-width: 1600px) {
  .arrows {
    position: absolute;
    top: 58.5%;
    left: 27%;
    width: 10vw;
    z-index: 10;
  }
  .banner-btn {
    position: absolute;
    top: 74.5%;
  }
}

.col-md-4.lat {
  width: 20%;
}
@media (min-width: 1600px) and (max-width: 1600px) {
  .banner-btn {
    position: absolute;
    top: 71.5%;
  }
}
@media screen and (max-width: 1400px) {
  li.item-300 {
    width: 200px !important;
  }
}
.mapahome {
  display: flex;
  /* padding-top: 23px; */
}
.mp-ctt p {
  margin: -6px;
}
.info-cont {
  padding: 0 15px;
  width: 100%;
}

.info-cont h2 {
  font-size: 5rem;
  color: white;
}
.info-cont p {
  color: white;
  font-size: 2.2rem;
}

.mapa-home .custom {
  /* padding: 0 15px; */
}
.em-home {
  margin-top: 5%;
}
.moduletable.cal.col-md-6 {
  padding: 0;
}
.moduletable.eve.col-md-6 {
  padding: 0;
}
.img-cale.cal.col-md-6 img {
  width: 100%;
  height: 426px;
}
.conte-eve {
  display: flex;
  gap: 4px;
}
div#calendario h3 {
  color: white !important;
}
.img-cale.cal.col-md-6 {
  padding: 0;
}

.moduletable.eve.col-md-6 {
  background-image: url(../images/Rectangle.png);
  height: 430px;
  margin: 0;
  padding-left: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.calendario .col-md-12 {
  padding-left: 15px !important;
}
.moduletable.eve.col-md-6 h3,
table.mod_events_latest_table.jevbootstrap {
  padding: 25px 1px 0px 30px;
}
div#calendario h3 {
  font-size: 4rem !important;
  font-family: "Open Sans";
}
.conte-eve::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/Ellipse.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  align-self: center;
}
h5.dts span {
  color: white;
}
span.mod_events_latest_content a {
  color: white;
  font-size: 1.4rem;
}
h5.dts {
  font-size: 2rem;
}
p.titulo-ev span {
  display: block;
}
.tel-home {
  margin-top: 5%;
  display: flex;
  align-items: center;
  gap: 13px;
}
.info-cont h3 {
  color: white;
  font-size: 2rem;
}
.tel-home img {
  width: 7%;
  height: auto;
}
.tel-home p {
  margin: 0;
}
.mp-ctt {
  width: 100%;
  line-height: 0;
}
div#mapa-home {
  margin-top: 5%;
}
div#escolher {
  margin-top: 5%;
}
#developer-logo {
  background-image: url(../../../images/fundo_footer.png) !important;
}
.rodape-flex {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  column-gap: 9%;
}

.nu-rp img {
  width: 100%;
  height: auto;
}

.nu-rp {
  align-self: center;
  padding-left: 15px;
  width: 26%;
}

.socias-rp {
  align-self: end;
  display: flex;
  align-items: flex-start;
}
.socias-rp p {
  color: white;
  font-size: 2.3rem;
}
.socias-rp img {
  width: 8%;
  height: auto;
  padding-left: 10px;
}
.bnn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
img.logo-img {
  width: 70% !important;
  margin-top: 0% !important;
}
div#site-logo {
  display: flex;
  justify-content: flex-end;
}
li.item-201 {
  display: none !important;
}
header#headerPrincipal {
  display: none;
  flex-wrap: wrap;
}
.mail p {
  color: #005c4b;
  font-weight: bolder;
  font-size: 16px;
  align-self: end;
}
.soci {
  column-gap: 15px;
}

.soci img {
  width: 90%;
  height: auto;
}
div#wrapperMenu {
  position: relative;
}
.moduletable.bus {
  position: absolute;
  right: 0;
  top: -29%;
}
div#menu {
  position: relative;
}
.informacao h4 {
  color: white;
}
.noticias-introtxt p {
  line-height: 1.1;
  font-size: 3rem !important;
}
.tituloCard.col-md-8 h2 {
  font-size: 2.4rem !important;
}
.moduletable.eqp > h3 {
  font-size: 4rem;
  margin-bottom: 5%;
}
.col-md-6.cardPai.TodosEquipe.equipe.ROOT {
  margin-bottom: 5%;
}
.txt-rosa {
  padding: 54px;
  background: linear-gradient(
    0deg,
    rgba(251, 41, 121, 1) 38%,
    rgba(215, 90, 154, 1) 81%
  );
  border-radius: 33px;
  color: white;
  width: 87%;
  display: grid;
  margin: auto;
}
blockquote {
  border: none;
}
.jev_evdt_creator {
  display: none !important;
}
ul.nav-child li {
  padding: 20px 4px;
}
.content-links {
  display: none;
}
li.item-295 {
  cursor: pointer;
}
.rsform-block.rsform-block-captcha img {
  width: 22%;
}

input#captchaTxt92 {
  background: #c7c7c7;
  width: 22%;
}
.rodalie h3,
.rodalie ul,
.rodalie li {
  color: white;
  text-decoration: none;
  list-style: none;
}
.rodalie {
  display: flex;
  justify-content: center;
  column-gap: 72px;
}

.rodalie h3 {
  font-size: 1.8rem;
  font-weight: 200 !important;
}

.rodalie li {
  padding-left: 7px;
  font-size: 1.3rem;
  line-height: 1.9;
}

.rodalie ul {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 6%;
}
div#mapa-home h3 {
  margin-bottom: 3%;
}
.rodalie a {
  color: white;
}
div#rodape-texto p {
  /* text-align: right; */
  padding-right: 50px;
}
