@import "fonts.css";
@import "comuns.css";

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
body {
  font-family: var(--global_font_1);
  text-rendering: optimizeLegibility;
}
html, body {
    height: auto;
    margin: 0px;
    padding: 0;
    background: var(--global_cor_background_2);
}

.tooltip {
            position: relative; /* Necessário para posicionar o tooltip */
            display: inline-block; /* Para que o tooltip apareça ao lado do elemento */
            cursor: pointer; /* Para indicar que é interativo */
        }

        .tooltip .tooltip-text {
            visibility: hidden; /* Inicialmente invisível */
            width: 150px; /* Largura do tooltip */
            background-color: var(--global_cor_background_4); /* Cor de fundo do tooltip */
            color: var(--global_cor_1); /* Cor do texto */
            text-align: center; /* Centraliza o texto */
            padding: 5px 10px 10px 10px; /* Espaçamento interno */
            border-radius: 5px; /* Cantos arredondados */
            position: absolute; /* Posiciona o tooltip */
            z-index: 1; /* Garante que o tooltip fique acima de outros elementos */
            bottom: 125%; /* Posiciona acima do elemento */
            left: 50%; /* Centraliza horizontalmente */
            transform: translateX(-50%); /* Ajusta a posição */
            opacity: 0; /* Inicialmente invisível */
            transition: opacity 0.3s; /* Efeito de transição */
            font-size: 13px;
        }

        .tooltip .tooltip-text span.um {
            font-weight: var(--global_font_weight_8);
            float: left;
            width: 100%;
            text-align: center;
            height: 20px;
        }
        .tooltip .tooltip-text span.dois {
            font-weight: var(--global_font_weight_4);
              float: left;
              width: 100%;
              text-align: center;
            height: 20px;
        }

        .tooltip:hover .tooltip-text {
            visibility: visible; /* Torna o tooltip visível ao passar o mouse */
            opacity: 1; /* Torna o tooltip totalmente visível */
        }


.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
* {
    margin: 0;
    padding: 0;

}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
a {
    color: #FFB400;
    text-decoration: none;
}
p {
	color:#FF0000;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
}
#searchform {
    width: 200px;
}
#s {
    color: #888888;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 1%;
    width: 80%;
}
#searchsubmit {
    float: right;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
/*.toogle {
  display:none;
}*/
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.header {
  height: auto;
  width: 100%;
  z-index: 3;
  float: left;
  margin: 0;
  padding: 0px 0;
  position: absolute;
  background: #fff;
}
.header .colunaesquerda {
    height: auto;
    margin: 0px 10% 0;
    width: 80%;
    padding: 0px 0;
    float: left;
    position: relative;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.logo {
  width: 15%;
  padding: 0;
  height: 100px;
  background: url("../svg/logo.svg") no-repeat 0% 50%;
  background-size: 100%;
  position: relative;
  float: left;
  margin: 0 3% 0 0;
}
.logo svg {
    width: 100%;
	height:auto;
}
.logo a {
	color:#FF4343;   
}
.logo a:hover {
	color:#2E282A;   
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar {
    display:none;
}
.sidebar1 {
  float: left;
  margin: 38px 0 0;
  padding: 0;
  width: 70%;
}
.sidebar1 ul {
 float:left;
 margin:0;
 padding:0;
 width:100%;
}
.sidebar1 ul li {
 float:left;
 margin:0;
 padding:0;
 width:100%;
 list-style:none
}
.sidebar1 ul li .menu {
 float:left;
 margin:0;
 padding:0;
 width:100%;
 list-style:none;
}
.sidebar1 ul li ul {
 float:left;
 margin:0 ;
 padding:0;
 width:100%;
}
.sidebar1 ul li ul li {
 float:left;
 margin:0 1%;
 padding:0;
 width:auto;
}
.sidebar1 li.current-menu-item {
  color: var(--global_cor_4) !important;
}
.sidebar1 a {
  display: inline-block;
  color: var(--global_cor_0);
  height: auto;
  font-weight: var(--global_font_weight_4);
  font-size: 14px;
}
.sidebar1 a:hover {
 color:var(--global_cor_1);
}

.sidebar1 li.current-menu-item a,
.sidebar1 li.current-page-item a,
.sidebar1 li.current-page-ancestor a {
 color:var(--global_cor_3) !important;
 border-bottom: 1px solid var(--global_cor_1);
 font-weight: var(--global_font_weight_6);
}
.sidebar1 li.especial.current-menu-item a,
.sidebar1 li.especial.current-page-item a,
.sidebar1 li.especial.current-page-ancestor a {
 color:var(--global_cor_1) !important;
}


.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar2 {
  color: var(--global_cor_3);
  float: left;
  margin: 0;
  padding: 0px 15% 30px;
  width: 70%;
}
.sidebar2 ul {
    margin: 0;
    padding: 0;
	width:100%;
	float:left;
}
.sidebar2 ul li {
    list-style: none outside none;
    float: left;
    margin: 0 0% 0 0;
}
.sidebar2 ul li:nth-child(1) {
    width: 20%;
}
.sidebar2 ul li:nth-child(2) {
    width: 25%;
}
.sidebar2 ul li:nth-child(3) {
    width: 20%;
}
.sidebar2 ul li:nth-child(4) {
    width: 20%;
}
.sidebar2 ul li:nth-child(5) {
    width: 10%;
}
.sidebar2 ul li ul {
    float: left;
    margin: 0px 0 0px 0;
    width: 100%;
}
.sidebar2 ul li ul li {
    float: left;
    margin: 0 0 7px 0;
    width: 100% !important;;
}
.sidebar2 ul li ul li a {
    color: var(--global_cor_1);
    display: block;
    float: left;
    font-family: var(--global_font_1);
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 0%;
    width: 90%;
    font-weight: var(--global_font_weight_5);
}
.sidebar2 ul li ul li a:hover {
    color: var(--global_cor_3);
}
.sidebar2 h2 {
  color: var(--global_cor_1);
  display: block;
  float: left;
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_7);
  font-size: 17px;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}
.sidebar2 h4 {
  color: var(--global_cor_3);
  display: block;
  float: left;
  font-family: var(--fontdois);
  font-weight: var(--global_font_weight_4);
  font-size: 19px;
  height: 17px;
  line-height: 17px;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.sidebar2 ul li p {
  color: var(--global_cor_1);
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_4);
  font-size: 12px;
  height: auto;
  margin: 0;
  padding: 0px 0 0px;
  width: auto;
  float: left;
  position:relative;
  line-height: 21px;
}
.sidebar2 ul li p small {
  font-size: 11px;
}
.sidebar2 ul li p strong {
    font-weight: var(--global_font_weight_7);
    position: relative;
    padding: 0 0 0 0px;
}

.sidebar2 ul li a {
    color: var(--global_cor_1);
}
.sidebar2 ul li a:hover {
    color: var(--global_cor_3);
}
.sidebar2 li.current-menu-item a {
    font-weight: var(--global_font_weight_5);
}
.sidebar2 li.current-menu-item a, .sidebar2 li.current-page-item a, .sidebar2 li.current-page-ancestor a {
    color: var(--global_cor_3) !important;
	font-weight: var(--global_font_weight_6);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar3 {
  float: left;
  margin: 0px 0;
  padding: 15px 20%;
  width: 60%;
}
.sidebar3 ul {
    margin: 0;
    padding: 0;
	width:100%;
	float:left;
}
.sidebar3 ul li {
  list-style: none outside none;
  float: left;
}
.sidebar3 ul li:nth-child(1) {
  margin: 0 3% 0 0;
  width: 100%;
}
.sidebar3 ul li:nth-child(2) {
  width: 19%;
  margin: 0 3% 0 0;
}
.sidebar3 ul li:nth-child(3) {
  width: 19%;
  margin: 0 3% 0 0;
}
.sidebar3 ul li:nth-child(4) {
  width: 15%;
  margin: 0 2% 0 0;
}
.sidebar3 ul li:nth-child(5) {
  width: 15%;
      margin: 0 0% 0 0;
}
.sidebar3 ul li h2 {
	color: var(--global_cor_5);
	float: left;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_7);
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
.sidebar3 ul li ul li {
  width: 100% !important;
  margin: 0 0 7px 0 !important;
}
.sidebar3 ul li:nth-child(4) strong {
  font-weight: var(--global_font_weight_8);
}
.sidebar3 ul li ul {
    float: left;
    margin: 0px 0 20px 0;
    width: 100%;
}
.sidebar3 ul li ul li {
    float: left;
    margin: 0 0 7px 0;
    width: 100%;
}
.sidebar3 ul li ul li a {
	color: var(--global_cor_4);
	display: block;
	float: left;
	font-family: var(--global_font_1);
	font-size: 12px;
	height: 15px;
	margin: 0;
	padding: 0 0 0 0%;
	width: 90%;
	font-weight: var(--global_font_weight_6);
}
.sidebar3 ul li ul li a:hover {
  color: var(--cordois);
}
.sidebar3 ul li .textwidget {
    float: left;
    margin: 0px 0 00px 0;
    width: 100%;
}
.sidebar3 ul li .textwidget p {
    color: var(--global_cor_4);
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    font-size: 9px;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 0px 0 0px;
    width: 100%;
    float: left;
    text-transform: uppercase;
}
.sidebar3 ul li:last-child .textwidget {
  margin: 0px 0% 0 0;
}
.sidebar3 ul li .textwidget p strong {
    font-weight: var(--global_font_weight_7);
    color: var(--global_cor_3);
}
.sidebar3 ul li a {
    color: var(--global_cor_4);
}
.sidebar3 ul li a:hover {
    color: var(--cordois);
}
.sidebar3 li.current-menu-item a {
    font-weight: var(--global_font_weight_5);
}
.sidebar3 li.current-menu-item a, .sidebar3 li.current-page-item a, .sidebar3 li.current-page-ancestor a {
    color: var(--cordois) !important;
	font-weight: var(--global_font_weight_6);
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar4 {
	color: var(--global_cor_3);
	float: left;
	margin: 0 20%;
	padding: 20px 0;
	width: 80%;
	border-top: 1px dotted var(--global_cor_1);
}
.sidebar4 ul {
    margin: 0;
    padding: 0;
	width:100%;
	float:left;
}
.sidebar4 ul li {
    list-style: none outside none;
    width: 100%;
    float: left;
    margin: 0 0% 0 0;
}
.sidebar4 ul li ul {
    float: left;
    margin: 0px 0 0px 0;
    width: 100%;
}
.sidebar4 ul li ul li {
    float: left;
    margin: 0 0 7px 0;
    width: 100%;
}
.sidebar4 ul li ul li a {
    color: var(--global_cor_3);
    display: block;
    float: left;
    font-family: var(--global_font_1);
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    margin: 0;
    padding: 0 0 0 0%;
    width: 90%;
    font-weight: var(--global_font_weight_5);
}
.sidebar4 ul li ul li a:hover {
    color: var(--global_cor_3);
}
.sidebar4 h2 {
	color: var(--global_cor_3);
	display: block;
	float: left;
	font-family: var(--fontdois);
	font-weight: var(--global_font_weight_4);
	font-size: 19px;
	height: 17px;
	line-height: 17px;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
.sidebar4 h4 {
	color: var(--global_cor_3);
	display: block;
	float: left;
	font-family: var(--fontdois);
	font-weight: var(--global_font_weight_4);
	font-size: 19px;
	height: 17px;
	line-height: 17px;
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
.sidebar4 ul li .textwidget {
    float: left;
    margin: 0px 0 00px 0;
    width: 100%;
}
.sidebar4 ul li .textwidget p {
    color: var(--global_cor_4);
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
    font-size: 12px;
    height: auto;
    line-height: 21px;
    margin: 0;
    padding: 0px 0 0px;
    width: 100%;
    float: left;
}
.sidebar4 ul li .textwidget p strong {
    font-weight: var(--global_font_weight_7);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar5 {
  float: right;
  margin: 37px 0 0;
  padding: 0;
  width: 11%;
}
.sidebar5 ul {
  float: left;
  margin: px 0 0;
  padding: 0;
  width: 100%;
}
.sidebar5 ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  list-style: none;
}
.sidebar5 ul li .wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
}
.sidebar5 ul li .wpml-ls-legacy-list-horizontal ul {
}
.sidebar5 ul li .wpml-ls-legacy-list-horizontal ul li {
    float: left;
    margin: 0;
}
.sidebar5 .wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 0px 4px 0px;
  line-height: 1;
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.homepage{
	float: left;
	height: auto;
	margin: 100px auto 0px;
	padding: 0 0% 0px !important;
	position: relative;
	width: 100%;
	background: var(--global_cor_background_0);
}
.homepage .mastersingle {
    float: left;
    width: 100%;
    margin:0px 0px 0px 0;
    height: auto;
    padding: 0 0% 0px;
}

.homepage .mastersingle .textos.heading {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    height: inherit;
}
.homepage .mastersingle .textos.post-title h1 {
	font-family: var(--global_font_1);
	color: var(--global_cor_3);
	font-size: 40px;
	font-weight: var(--global_font_weight_3);
	text-align: center;
}
.homepage .mastersingle .media {
    float: left;
    height: auto;
    margin: 20px 15%;
    padding: 0 0 0px;
    position: relative;
    width: 70%;
}
.homepage .mastersingle .media.pos_0 {
    float: left;
    height: auto;
    margin: 0px 0 0px;
    padding: 0 0 0px;
    position: relative;
    width: 100%;
}
.homepage .mastersingle .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.homepage .mastersingle .media .caixaimagem .slide {
    float: left;
    width: 100%;
    height: 70vh !important;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
.homepage .mastersingle .media .caixaimagem img {
	width:100%;
	height:auto;
	float: left;
}
.homepage .mastersingle .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 30px 0;
    padding: 0;
	position: relative;
}
.homepage .mastersingle .media .caixagaleria .galerias_conteudo {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.homepage .mastersingle .media .caixagaleria .galerias_conteudo .slide {
    float: left;
    width: 100%;
    height: 500px;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.homepage .mastersingle .media .caixagaleria .galerias_conteudo img {
    width: 100%;
    height: auto;
}
.homepage .mastersingle .textos {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.homepage .mastersingle .textos h2 {
  float: left;
  width: 100%;
  margin: 10px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 65px;
  font-weight: var(--global_font_weight_8);
  font-family: var(--global_font_2);
}
.homepage .mastersingle .textos h3 {
	font-family: var(--global_font_1);
	color: var(--global_cor_5);
	font-size: 20px;
	font-weight: var(--global_font_weight_2);
	margin: 0;
	width: 100%;
}
.homepage .mastersingle .textos.post-title {
    float: left;
    width: 70%;
    margin: 0 15%;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    padding: 0;
    height: inherit;
}
.homepage .mastersingle .textos .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.homepage .mastersingle .textos .all p {
	color: var(--global_cor_3);
	font-size: 16px !important;
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_3);
}
.homepage .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_3)
}
.homepage .mastersingle .textos .all a {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: var(--global_cor_3);
	font-weight: var(--global_font_weight_5);
	text-decoration: underline;
}
.homepage .mastersingle .textos .all a:hover {
    color: var(--cordois);
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.homepage .mastersingle .colunas.texto_over_image {
    float: left;
    width: 100%;
    margin:0px 0px 0 0;
    height: auto;
    position: relative;
}
.homepage .mastersingle .colunas.texto_over_image.lg_1 {
    float: left;
    width: 100%;
    margin:280px 0px 0 0;
    height: auto;
    position: relative;
}
.homepage .mastersingle .colunas.texto_over_image .medias {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.homepage .mastersingle .colunas.texto_over_image .medias .media {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.homepage .mastersingle .colunas.texto_over_image .medias .media .caixaimagem {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.homepage .mastersingle .colunas.texto_over_image .medias .media .caixaimagem .slide {
  float: left;
  width: 100%;
  margin:0px 0 0px 0;
  padding:0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
}
.homepage .mastersingle .colunas.texto_over_image.lg_1 .medias .media .caixaimagem .slide {
  height: 80vh !important;
  background-position:50% 50%;
}
.homepage .mastersingle .colunas.texto_over_image.lg_2 .medias .media .caixaimagem .slide {
  height: 60vh !important;
  background-position:50% 100% !important;
}
.homepage .mastersingle .colunas.texto_over_image.lg_3 .medias .media .caixaimagem .slide {
  height: 60vh !important;
  background-position:50% 100% !important;
}
.homepage .mastersingle .colunas.texto_over_image .medias .media .caixaimagem img {
    width: 100%;
    height: auto;
}
.homepage .mastersingle .colunas.texto_over_image .outros {
  top: calc(50%);
  padding: 0;
  left: 20%;
  transform: translateX(0%) translateY(-70%);
  z-index: 1;
  position: absolute;
  float: inherit;
  margin: 0 !important;
  width: 60%;
}
.homepage .mastersingle .colunas.texto_over_image .outros .all {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.homepage .mastersingle .colunas.texto_over_image .outros .all h2 {
  float: left;
  width: 60%;
  margin: 0px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 105px;
  font-weight: var(--global_font_weight_8);
  text-align:left;
  line-height: 80px;
  font-family: var(--global_font_2);
  text-transform: uppercase;
}
.homepage .mastersingle .colunas.texto_over_image.lg_2 .outros .all h2 {
  color: var(--global_cor_1);
  width: 100%;
  font-size: 60px;
  font-weight: var(--global_font_weight_8);
  text-align: right;
  height: 55px;
  line-height: 55px;
}
.homepage .mastersingle .colunas.texto_over_image.lg_2 .outros .all h2 a {
  color: #ff1e48;
  height: 55px;
  float: right;
  line-height: 55px;
}
.homepage .mastersingle .colunas.texto_over_image.lg_2 .outros .all h2 a:hover {
  color: var(--global_cor_1);
}
.homepage .mastersingle .colunas.texto_over_image.lg_3 .outros .all h2 {
  color: #0f7da6;
  width: 100%;
  font-size: 60px;
  font-weight: var(--global_font_weight_8);


  text-align: left;
  height: 55px;
  line-height: 55px;
}
.homepage .mastersingle .colunas.texto_over_image.lg_3 .outros .all h2 a {
  color: var(--global_cor_1);
  height: 55px;
  float: left;
  line-height: 55px;
}
.homepage .mastersingle .colunas.texto_over_image.lg_3 .outros .all h2 a:hover {
  color: #ff1e48;
}
.homepage .mastersingle .colunas.texto_over_image .outros .all p {
  float: left;
  height: auto;
  margin: 5px 0 0;
  padding: 0px 0%;
  width: 100%;
  font-weight: var(--global_font_weight_4);
  text-align: left;
  line-height: auto;
}
.homepage .mastersingle .colunas.texto_over_image.lg_1 .outros .all p {
  width:100%;
  font-size: 20px !important;
  color: var(--global_cor_1);
  text-align:l;
  margin: 0;
}
.homepage .mastersingle .colunas.texto_over_image.lg_2 .outros .all p {
  width:100%;
  font-size: 20px !important;
  color: var(--global_cor_1);
  text-align: right;
  margin: 0;
}
.homepage .mastersingle .colunas.texto_over_image.lg_3 .outros .all p {
  width:60%;
  font-size: 15px !important;
  color: var(--global_cor_1);
  text-align: left;
  margin: 0;
  line-height: 25px;
}
.homepage .mastersingle .colunas.texto_over_image .special_button {  
    height: 30px;
    margin: 0px 0;
    padding: 0px 0%;
    line-height:23px;
    font-size: 25px !important;
    font-weight: var(--global_font_weight_4);
    text-align: center;
    position: absolute;
    z-index: 2;
    background: red;
    border-radius: 100%;
    width: 30px;
}
.homepage .mastersingle .colunas.texto_over_image .special_button a {  
    color: #fff !important;
}
.homepage .colunas .entrada_coluna .buttons {
    float: left;
    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
    font-weight: 400;
}
.homepage .colunas .entrada_coluna .wp-block-button {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0%;
    width: auto;
    font-weight: 400;
}
.homepage .colunas .entrada_coluna .wp-block-button .wp-block-button__link {
    background: var(--global_cor_background_3);     
    padding: 5px;
    font-size: 12px;
    font-weight: var(--global_font_weight_6);
    color: var(--global_cor_1);
    border-radius: 4px;
    float: left;
    margin: 10px 0 0 0;
}
.homepage .colunas .entrada_coluna .wp-block-button .wp-block-button__link:hover {
    background: var(--global_cor_background_4);    
}


.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.eventos{
	float: left;
	height: auto;
	margin: 0px auto 0px;
	padding: 0 0% 0px !important;
	position: relative;
	width: 100%;
	background: var(--global_cor_background_1);
}
.eventos .mastersingle {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    padding: 0 0% 50px;
}

.eventos .mastersingle {
    float: left;
    width: 100%;
    margin:100px 0px 0px 0;
    height: auto;
}
.eventos .mastersingle .textos.heading {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: inherit;
}
.eventos .mastersingle .textos.post-title h1 {
	font-family: var(--global_font_1);
	color: var(--global_cor_3);
	font-size: 40px;
	font-weight: var(--global_font_weight_3);
	text-align: center;
}
.eventos .mastersingle .media {
    float: left;
    height: auto;
    margin: 20px 15%;
    padding: 0 0 0px;
    position: relative;
    width: 70%;
}
.eventos .mastersingle .media.pos_0 {
    float: left;
    height: auto;
    margin: 0px 0 0px;
    padding: 0 0 0px;
    position: relative;
    width: 100%;
}
.eventos .mastersingle .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}

.eventos .mastersingle .media .caixaimagem img {
	width:100%;
	height:auto;
}
.eventos .mastersingle .media .caixagaleria {








    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 30px 0;







    padding: 0;
	position: relative;
}
.eventos .mastersingle .media .caixagaleria .galerias_conteudo {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.eventos .mastersingle .media .caixagaleria .galerias_conteudo .slide {
    float: left;
    width: 100%;
    height: 500px;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.eventos .mastersingle .media.pos_0 .caixagaleria .galerias_conteudo .slide {
    height:70vh;
} 
.eventos .mastersingle .media .caixagaleria .galerias_conteudo img {
    width: 100%;
    height: auto;
}
.eventos .mastersingle .textos {
    float: left;
    height: auto;
    margin: 0;
    width: 60%;
    padding: 0px 20%;
}
.eventos .mastersingle .textos .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.eventos .mastersingle .textos.heading {
    float: left;
    width: 60%;
    margin: 30px 20% 0;
    padding: 0;
    height: inherit;
}
.eventos .mastersingle .textos.post-title {
    float: left;
    width: 70%;
    margin: 0 15%;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    padding: 0;
    height: inherit;
}
.eventos .mastersingle .textos .all h2 {
	font-family: var(--global_font_1);
	color: var(--global_cor_1);
      float: left;
      width: 98%;
      margin:25px 0 25px 0;
      height: 50px;
      padding:0;
      font-size: 54px;
      font-weight: var(--global_font_weight_3);
	line-height: 50px;
}
.eventos .mastersingle .textos .all p {
	color: var(--global_cor_1);
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_4);
	font-size: 16px;
}
.eventos .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_3)
}
.eventos .mastersingle .textos .all a {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: var(--global_cor_3);
	font-weight: var(--global_font_weight_5);
	text-decoration: underline;
}
.eventos .mastersingle .textos .all a:hover {
    color: var(--cordois);
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.eventos .mastersingle .colunas.texto_over_image{
    float: left;
    width: 100%;
    margin:0 0%;
    height: auto;
    position: relative;
}
.eventos .mastersingle .colunas.texto_over_image .entrada_coluna.medias {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}
.eventos .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.eventos .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media .caixaimagem {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.eventos .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media .caixaimagem .slide {
    float: left;
    width: 100%;
    height: 600px;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 100% !important;  
}
.eventos .mastersingle .colunas.texto_over_image .entrada_coluna.outros {
    float: left;
    width: 70%;
    margin:0;
    height: auto;
    position: absolute;
    z-index: 1;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    left: 20%;
    font-family: var(--global_font_2);
}
.eventos .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all {
    float: left;
    height: auto;



    margin: 0px 0% 0px;

    padding:0;
    width: 100%;
    position:relative;
}
.eventos .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all h2 {
    float: left;
    height: auto;
    margin: 0px 0% 0px;
    padding:0;
    width: 70%;
    position:relative;
    font-size: 84px;
    font-weight: var(--global_font_weight_8);
    text-transform: uppercase;
    line-height: 70px;
    color: var(--global_cor_1);
}
.eventos .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all p {
    height: auto;
    margin: 10px 0% 0px;
    width: 45%;
    position:relative;
    font-size: 19px;
    font-weight: var(--global_font_weight_6);
    text-transform: uppercase;
    color: var(--global_cor_1);
    display: block !important;
    border-top: 3px solid var(--global_cor_1);
    float: left;
    padding: 10px 0 0 0;
}
.eventos .mastersingle .colunas.imagem_texto {
  float: left;
  width: 60%;
  margin: 0px 20%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.eventos .mastersingle .colunas.imagem_texto.lg1 {
  margin: 60px 20% 0;
}
.eventos .mastersingle .colunas.imagem_texto .entrada_coluna.medias {
  width: 50%;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.eventos .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.eventos .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media .caixaimagem {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.eventos .mastersingle .colunas.imagem_texto .entrada_coluna.outros {
  width: 40%;
  margin: 0 3%;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 44%;
  order: 1;
}
.eventos .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
}
.eventos .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h2 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 29px;
  font-weight: var(--global_font_weight_6);
  line-height: 38px;
}
.eventos .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h3 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 17px;
  font-weight: var(--global_font_weight_6);
}
.eventos .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_1);
    font-size: 13px;
    line-height: 19px;
    font-weight: var(--global_font_weight_4);
}
.eventos .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all p br {
    font-weight: var(--global_font_weight_6);
}
.eventos .mastersingle .media .caixaimagem .slide {
  float: left;
  width: 100%;
  height: 500px;
  margin:0px 0 0px 0;
  padding:0;
  position: relative;
  background-position:50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
}
.eventos .colunas .entrada_coluna .buttons {
    float: left;
    height: auto;
    margin: 0px 1% 0 0;
    padding: 0px 0%;
    width: auto;
    font-weight: 400;
}
.eventos .colunas .entrada_coluna .wp-block-button {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0%;
    width: auto;
    font-weight: 400;
}
.eventos .colunas .entrada_coluna .wp-block-button .wp-block-button__link {
    background: var(--global_cor_background_3);     
    padding: 5px;
    font-size: 12px;
    font-weight: var(--global_font_weight_6);
    color: var(--global_cor_1);
    border-radius: 4px;
    float: left;
    margin: 10px 0 0 0;
}
.eventos .colunas .entrada_coluna .wp-block-button .wp-block-button__link:hover {
    background: var(--global_cor_background_4);    
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}


.noticias{
	float: left;
	height: auto;
	margin: 0px auto 0px;
	padding: 0 0% 0px !important;
	position: relative;
	width: 100%;
	background: var(--global_cor_background_1);
}
.noticias .mastersingle {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    padding: 0 0% 50px;
}

.noticias .mastersingle {
    float: left;
    width: 100%;
    margin:100px 0px 0px 0;
    height: auto;
}
.noticias .mastersingle .textos.heading {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: inherit;
}
.noticias .mastersingle .textos.post-title h1 {
	font-family: var(--global_font_1);
	color: var(--global_cor_3);
	font-size: 40px;
	font-weight: var(--global_font_weight_3);
	text-align: center;
}
.noticias .mastersingle .media {
    float: left;
    height: auto;
    margin: 20px 15%;
    padding: 0 0 0px;
    position: relative;
    width: 70%;
}
.noticias .mastersingle .media.pos_0 {
    float: left;
    height: auto;
    margin: 0px 0 0px;
    padding: 0 0 0px;
    position: relative;
    width: 100%;
}
.noticias .mastersingle .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}

.noticias .mastersingle .media .caixaimagem img {
	width:100%;
	height:auto;
}
.noticias .mastersingle .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 30px 0;
    padding: 0;
	position: relative;
}
.noticias .mastersingle .media .caixagaleria .galerias_conteudo {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.noticias .mastersingle .media .caixagaleria .galerias_conteudo .slide {
    float: left;
    width: 100%;
    height: 500px;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.noticias .mastersingle .media.pos_0 .caixagaleria .galerias_conteudo .slide {
    height:70vh;
} 
.noticias .mastersingle .media .caixagaleria .galerias_conteudo img {
    width: 100%;
    height: auto;
}
.noticias .mastersingle .textos {
    float: left;
    height: auto;
    margin: 0;
    width: 60%;
    padding: 0px 20%;
}
.noticias .mastersingle .textos .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.noticias .mastersingle .textos.heading {
    float: left;
    width: 60%;
    margin: 30px 20% 0;
    padding: 0;
    height: inherit;
}
.noticias .mastersingle .textos.post-title {
    float: left;
    width: 60%;
    margin: 0 20%;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    padding: 0;
    height: inherit;
}
.noticias .mastersingle .textos .all h2 {
	font-family: var(--global_font_1);
	color: var(--global_cor_1);
      float: left;
      width: 98%;
      margin:25px 0 25px 0;
      height: 50px;
      padding:0;
      font-size: 54px;
      font-weight: var(--global_font_weight_3);
	line-height: 50px;
}
.noticias .mastersingle .textos .all p {
	color: var(--global_cor_1);
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_4);
	font-size: 16px;
}
.noticias .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_3)
}
.noticias .mastersingle .textos .all a {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: var(--global_cor_3);
	font-weight: var(--global_font_weight_5);
	text-decoration: underline;
}
.noticias .mastersingle .textos .all a:hover {
    color: var(--cordois);
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.noticias .mastersingle .colunas.texto_over_image{
    float: left;
    width: 100%;
    margin:0 0%;
    height: auto;
    position: relative;
}
.noticias .mastersingle .colunas.texto_over_image .entrada_coluna.medias {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}
.noticias .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.noticias .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media .caixaimagem {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.noticias .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media .caixaimagem .slide {
    float: left;
    width: 100%;
    height: 600px;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 100% !important;  
}
.noticias .mastersingle .colunas.texto_over_image .entrada_coluna.outros {
    float: left;
    width: 70%;
    margin:0;
    height: auto;
    position: absolute;
    z-index: 1;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    left: 20%;
    font-family: var(--global_font_2);
}
.noticias .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all {
    float: left;
    height: auto;

    margin: 0px 0% 0px;
    padding:0;
    width: 100%;
    position:relative;
}
.noticias .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all h2 {
    float: left;
    height: auto;
    margin: 0px 0% 0px;
    padding:0;
    width: 70%;
    position:relative;
    font-size: 84px;
    font-weight: var(--global_font_weight_8);
    text-transform: uppercase;
    line-height: 70px;
    color: var(--global_cor_1);
}
.noticias .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all p {
    height: auto;
    margin: 10px 0% 0px;
    width: 45%;
    position:relative;
    font-size: 19px;
    font-weight: var(--global_font_weight_6);
    text-transform: uppercase;
    color: var(--global_cor_1);
    display: block !important;
    border-top: 3px solid var(--global_cor_1);
    float: left;
    padding: 10px 0 0 0;
}
.noticias .mastersingle .colunas.imagem_texto {
  float: left;
  width: 60%;
  margin: 0px 20%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.noticias .mastersingle .colunas.imagem_texto.lg1 {
  margin: 60px 20% 0;
}
.noticias .mastersingle .colunas.imagem_texto .entrada_coluna.medias {
  width: 50%;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.noticias .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.noticias .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media .caixaimagem {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.noticias .mastersingle .colunas.imagem_texto .entrada_coluna.outros {
  width: 40%;
  margin: 0 3%;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 44%;
  order: 1;
}
.noticias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
}
.noticias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h2 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 29px;
  font-weight: var(--global_font_weight_6);


  line-height: 38px;
}

.noticias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h3 {
  float: left;
  width: 100%;

  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 17px;
  font-weight: var(--global_font_weight_6);
}
.noticias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_1);
    font-size: 13px;
    line-height: 19px;
    font-weight: var(--global_font_weight_4);
}
.noticias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all p br {
    font-weight: var(--global_font_weight_6);
}
.noticias .mastersingle .media .caixaimagem .slide {
  float: left;
  width: 100%;
  height: 500px;
  margin:0px 0 0px 0;
  padding:0;
  position: relative;
  background-position:50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
}
.noticias .colunas .entrada_coluna .buttons {
    float: left;
    height: auto;
    margin: 0px 1% 0 0;
    padding: 0px 0%;
    width: auto;
    font-weight: 400;
}
.noticias .colunas .entrada_coluna .wp-block-button {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0%;
    width: auto;
    font-weight: 400;
}
.noticias .colunas .entrada_coluna .wp-block-button .wp-block-button__link {
    background: var(--global_cor_background_3);     
    padding: 5px;
    font-size: 12px;
    font-weight: var(--global_font_weight_6);
    color: var(--global_cor_1);
    border-radius: 4px;
    float: left;
    margin: 10px 0 0 0;
}
.noticias .colunas .entrada_coluna .wp-block-button .wp-block-button__link:hover {
    background: var(--global_cor_background_4);    
}
.noticias_group {
  float: left;
  width: 60%;
  margin:0 20% 70px;
  height: auto;
}
.noticias_group.home {
  float: left;
  width: 60%;
  margin:40px 20% 70px;
  height: auto;
}
.noticias_group .noticia_entrada {
  float: left;
  width: 23%;
  margin:0px 1% 40px;
  height: auto;
  position: relative;
}
.noticias_group.home .noticia_entrada {
  float: left;
  width: calc((100% / 3) - 2%);
  margin:0 1%;
  height: auto;
  position: relative;
}
.noticias_group .noticia_entrada .noticia-thumb {
  float: left;
  width: 100%;
  margin:0 0% 20px 0;
  height: auto;
}
.noticias_group .noticia_entrada .noticia-thumb img {
  width: 100%;
  height: auto;
}
.noticias_group .noticia_entrada .grupo_textos {
  float: left;
  width: 100%;
  margin:0;
    position: relative;
  padding: 0;
}
.noticias_group .noticia_entrada .grupo_textos .info {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
    float:left;
}
.noticias_group .noticia_entrada .grupo_textos .info h2 {
  float: left;
  width: 100%;
  margin:0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 29px;
  font-weight: var(--global_font_weight_6);
  line-height: 38px;
}
.noticias_group .noticia_entrada .grupo_textos .info h2 a {
  color: var(--global_cor_1);
}
.noticias_group .noticia_entrada .grupo_textos .info h3 {
  float: left;
  width: 100%;
  margin:0 0px 0px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 20px;
  font-weight: var(--global_font_weight_6);
  line-height: 38px;
}
.noticias_group .noticia_entrada .grupo_textos .info h3 a {
  color: var(--global_cor_1);
}
.noticias_group .noticia_entrada .grupo_textos .info h3 a:hover {
  color: var(--global_cor_3);
}
.noticias_group .noticia_entrada .grupo_textos .info .noticia-data{
  float: left;
  width: 100%;
  margin:0 0px 20px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 12px;
  line-height: 19px;
  font-weight: var(--global_font_weight_4);
}
.noticias_group .noticia_entrada .grupo_textos .info .noticia-excerpt{
  float: left;
  width: 100%;
  margin:0 0px 0px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 12px;
  line-height: 19px;
  font-weight: var(--global_font_weight_4);
}
.noticias_group .noticia_entrada .grupo_textos .info .noticia-excerpt p {
  float: left;
  width: 100%;
  margin:0 0px 0px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 13px;
  line-height: 19px;
  font-weight: var(--global_font_weight_4);
}
.noticias_group .noticia_entrada .view_more {
  background: var(--global_cor_background_3);
  padding:5px;
  font-size: 12px;
  font-weight: var(--global_font_weight_6);
  color: var(--global_cor_1);
  border-radius:4px;
  float: left;
  margin:10px 0 0 0;
}
.noticias_group .noticia_entrada .view_more:hover {
  background: var(--global_cor_background_4);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.noticias_group.destaque {
  float: left;
  width: 58%;
  margin:0px 17% 30px;
  height: auto;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  background: rgb(255, 255, 255);
  padding: 50px 3%;
  border-radius: 0 0 140px 20px;
}
 .noticias_group.destaque .noticia_entrada {
  width: 100%;
  margin:0 0%;
  position: relative;
  display: flex;
  flex-wrap: wrap;

}
.noticias_group.destaque .noticia_entrada .noticia-thumb {
  width: 50%;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.noticias_group.destaque .noticia_entrada .grupo_textos {
  width: 50%;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.noticias_group.destaque .noticia_entrada .grupo_textos .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  width: 96%;
}
.noticias_group.destaque .noticia_entrada .grupo_textos .info h3 {
  float: left;
  width: 100%;
  margin:0 0px 10px 0;
  height: auto;
  color: #7453d8;
  font-size: 90px;
  font-weight: var(--global_font_weight_9);
  line-height: 69px;
  text-transform: uppercase;
  font-family: var(--global_font_2);
  letter-spacing: -3px;
}
.noticias_group.destaque .noticia_entrada .grupo_textos .info .noticia-data{
  margin:0 0px 10px 0;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.pagination {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 6px;
    margin: 0 20% 40px;
    width: 80%;
}
.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 12px;
    font-weight: var(--global_font_weight_6);
}

.pagination a:hover {
    background-color: #0073aa;
    border-color: #0073aa;
    color: #fff;
}

.pagination .current {
    background-color: var(--global_cor_background_4);
    border-color: #000;
    color: #fff;
    font-weight: var(--global_font_weight_8);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.instalacoes {
  float: left;
  height: auto;
  margin: 0px 0%;
  padding: 0 0% 0px !important;
  position: relative;
  width: 100%;
}
.instalacoes .mastersingle {
    float: left;
    width: 100%;
    margin: 100px 0px 0px 0;
    height: auto;
    padding: 0 0 60px 0;

}
.instalacoes .mastersingle .textos {
    float: left;
    height: auto;
    margin: 0;
    width: 60%;
    padding: 0px 20%;
}
.instalacoes .mastersingle .textos .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.instalacoes .mastersingle .textos.heading {
    float: left;
    width: 60%;
    margin: 30px 20% 0;
    padding: 0;
    height: inherit;
}
.instalacoes .mastersingle .textos.post-title {
    float: left;
    width: 70%;
    margin: 0 15%;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    padding: 0;
    height: inherit;
}

.instalacoes .mastersingle .textos .all h2 {
	font-family: var(--global_font_1);
	color: var(--global_cor_1);
      float: left;
      width: 98%;
      margin:25px 0 25px 0;
      height: 50px;
      padding:0;
      font-size: 54px;
      font-weight: var(--global_font_weight_3);
	line-height: 50px;
}
.instalacoes .mastersingle .textos .all p {
	color: var(--global_cor_1);
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_4);
	font-size: 16px;
}
.instalacoes .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_3)
}
.instalacoes .mastersingle .textos .all a {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: var(--global_cor_3);
	font-weight: var(--global_font_weight_5);
	text-decoration: underline;
}
.instalacoes .mastersingle .textos .all a:hover {
    color: var(--cordois);
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.instalacoes .mastersingle .colunas.texto_over_image {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.instalacoes .mastersingle .colunas.texto_over_image .medias {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.instalacoes .mastersingle .colunas.texto_over_image .medias .media {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.instalacoes .mastersingle .colunas.texto_over_image .medias .media .caixaimagem {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.instalacoes .mastersingle .colunas.texto_over_image .medias .media .caixaimagem .slide {
  float: left;
  width: 100%;
  margin:0px 0 0px 0;
  padding:0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% !important;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(1) .medias .media .caixaimagem .slide {
  height: 60vh !important;
  background-position:50% 70% !important;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(2) .medias .media .caixaimagem .slide {
  height: 60vh !important;
  background-position:50% 100% !important;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(3) .medias .media .caixaimagem .slide {
  height: 60vh !important;
  background-position:50% 100% !important;
}
.instalacoes .mastersingle .colunas.texto_over_image .medias .media .caixaimagem img {
    width: 100%;
    height: auto;
}
.instalacoes .mastersingle .colunas.texto_over_image .outros {
  top: calc(50%);
  padding: 0;
  left: 20%;
  transform: translateX(0%) translateY(-50%);
  z-index: 1;
  position: absolute;
  float: inherit;
  margin: 0 !important;
  width: 60%;
}
.instalacoes .mastersingle .colunas.texto_over_image .outros .all {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.instalacoes .mastersingle .colunas.texto_over_image .outros .all h2 {
  float: left;
  width: 60%;
  margin: 0px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 105px;
  font-weight: var(--global_font_weight_8);
  text-align:left;
  line-height: 80px;
  font-family: var(--global_font_2);
  text-transform: uppercase;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all h2 {
  color: var(--global_cor_1);
  width: 100%;
  font-size: 60px;
  font-weight: var(--global_font_weight_8);
  text-align: right;
  height: 55px;
  line-height: 55px;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all h2 a {
  color: #ff1e48;
  height: 55px;
  float: right;
  line-height: 55px;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all h2 a:hover {
  color: var(--global_cor_1);
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all h2 {
  color: #0f7da6;
  width: 100%;
  font-size: 60px;
  font-weight: var(--global_font_weight_8);
  text-align: left;
  height: 55px;
  line-height: 55px;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all h2 a {
  color: var(--global_cor_1);
  height: 55px;
  float: left;
  line-height: 55px;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all h2 a:hover {
  color: #ff1e48;
}
.instalacoes .mastersingle .colunas.texto_over_image .outros .all p {
  float: left;
  height: auto;
  margin: 5px 0 0;
  padding: 0px 0%;
  width: 100%;
  font-weight: var(--global_font_weight_4);
  text-align: left;
  line-height: auto;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(1) .outros .all p {
  width:100%;
  font-size: 20px !important;
  color: var(--global_cor_1);
  text-align:l;
  margin: 0;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all p {
  width:100%;
  font-size: 20px !important;
  color: var(--global_cor_1);
  text-align: right;
  margin: 0;
}
.instalacoes .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all p {
  width:60%;
  font-size: 15px !important;
  color: var(--global_cor_1);
  text-align: left;
  margin: 0;
  line-height: 25px;
}
.instalacoes .mastersingle .colunas.texto_over_image .special_button {  
    height: 30px;
    margin: 0px 0;
    padding: 0px 0%;
    line-height:23px;
    font-size: 25px !important;
    font-weight: var(--global_font_weight_4);
    text-align: center;
    position: absolute;
    z-index: 2;
    background: red;
    border-radius: 100%;
    width: 30px;
}
.instalacoes .mastersingle .colunas.texto_over_image .special_button a {  
    color: #fff !important;
}
.instalacoes .colunas .entrada_coluna .buttons {
    float: left;
    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
    font-weight: 400;
}
.instalacoes .colunas .entrada_coluna .wp-block-button {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0%;
    width: auto;
    font-weight: 400;
}
.instalacoes .colunas .entrada_coluna .wp-block-button .wp-block-button__link {
    background: var(--global_cor_background_3);     
    padding: 5px;
    font-size: 12px;
    font-weight: var(--global_font_weight_6);
    color: var(--global_cor_1);
    border-radius: 4px;
    float: left;
    margin: 10px 0 0 0;
}
.instalacoes .colunas .entrada_coluna .wp-block-button .wp-block-button__link:hover {
    background: var(--global_cor_background_4);    
}

.projects-list {
  float: left;
   width:60%;
    margin: 30px 20%;
}
.projects-list .media {
  width: 20%;
  margin-bottom: 15px;
  position: relative;
}

.projects-list .media img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.project-item {
  width: 20%;
  margin: 0 0 20px 0;
  position: relative;
}
.animated-title {
  position: absolute;
  top: 45%;

  left: 0px;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0);
  color: var(--global_cor_1);
  padding: 0;
  pointer-events: none;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-weight: var(--global_font_weight_8);
  font-size: 20px;
}

.animated-title.visible {
  opacity: 1;
  transform: translateX(0);
}

.animated-title.exit {
  opacity: 0;
  transform: translateX(50%);
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.company{
	float: left;
	height: auto;
	margin: 0px auto 0px;
	padding: 0 0% 80px !important;
	position: relative;
	width: 100%;
	background: var(--global_cor_background_1);

}
.company .mastersingle {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.company .mastersingle .topo {
    float: left;
    width: 100%;
    margin: 0 0px 0% 0;
    height: auto;
}
.company .mastersingle .topo .media {
    float: left;
    height: auto;
    margin: 0px 0 40px;
    padding: 0 0 0px;
    position: relative;
    width: 100%;

}

.company .mastersingle .topo .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.company .mastersingle .topo .media .caixaimagem img {
	width:100%;
	height:auto;
}
.company .mastersingle .topo .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background: var(--global_cor_1);
}
.company .mastersingle .topo .media .caixagaleria .slide {
	width:100%;
	height:500px;
	float:left;
	margin:0;
	padding:0;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.company .mastersingle .topo .media .caixagaleria img {
	width:100%;
	height:auto;
	background-size: 100% !important;
}
.company .mastersingle .topo .textos {
    float: left;
    height: auto;

    margin: 0 15%;
    width: 70%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
}
.company .mastersingle .topo .textos.post-title {
    float: left;
    width: 100%;
    margin: 15px 0 30px 0;
    font-family: var(--global_font_1);
    color: var(--global_cor_3);
    font-size: 21px;
    font-weight: var(--global_font_weight_6);
    padding: 0;
	text-align:center;
}
.company .mastersingle .topo .textos.post-title h1 {
	font-family: var(--global_font_1);
	color: var(--global_cor_3);
	font-size: 40px;
	font-weight: var(--global_font_weight_3);
	text-align: center;
}
.company .mastersingle .topo .textos.post-title h2 {
	font-family: var(--global_font_1);
	font-size: 30px;
	font-weight: var(--global_font_weight_3);
	margin: 20px 25% 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
}
.company .mastersingle .topo .textos .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
}
.company .mastersingle .topo .textos .all p {
	float: left !important;
	margin: 0 !important;
	padding: 0px 0 0 0 !important;
	width: 100% !important;
	height: auto !important;
	color: var(--global_cor_3);
	font-size: 16px !important;
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_3);
}

.company .mastersingle .topo .textos .all p strong {
    font-weight: var(--global_font_weight_3)
}
.company .mastersingle .topo .textos .all a {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: var(--global_cor_3);
	font-weight: var(--global_font_weight_5);
	text-decoration: underline;
}
.company .mastersingle .topo .textos .all a:hover {

    color: var(--cordois);
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.company .mastersingle .bottom {
    float: left;
    width: 70%;
    height: auto;
    margin: 10px 15%;
    padding: 0;
    position: relative;
}
.company .mastersingle .bottom .entradas {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 2% 0 0;
    width: calc((100% / 3) - 2%);
	position: relative;
}
.company .mastersingle .bottom .entradas:last-child {
    padding: 0px 0% 0 0;
}
.company .mastersingle .bottom .entradas  .media {
    float: left;
    height: auto;
    margin: 0px 0 40px;
    padding: 0 0 0px;
    position: relative;
    width: 50%;
}

.company .mastersingle .bottom .entradas  .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.company .mastersingle .bottom .entradas  .media .caixaimagem img {
	width:100%;
	height:auto;
}
.company .mastersingle .bottom .entradas  .media .caixagaleria {
    float: left;
    width: 100%;

    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.company .mastersingle .bottom .entradas  .media .caixagaleria img {
	width:100%;
	height:auto;
    filter: brightness(0.5);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-size: 100% !important;
}
.company .mastersingle .bottom .entradas  .media .caixagaleria img:hover {
    filter: brightness(0.8);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.company .mastersingle .bottom .entradas .textos.post-title {
	float: left;
	width: 100%;

	margin: 0px 0 10px 0;
	padding: 0;
}
.company  .mastersingle .bottom .entradas .textos.post-title h1 {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_3);
	color: var(--global_cor_3);
}
.company .mastersingle .bottom .entradas .textos.post-title h2 {
	float: left;
	height: auto;

	margin: 0;
	width: 100%;
	padding: 0px 0;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_6);
	color: var(--global_cor_1);
	font-size: 18px;
}
.company  .mastersingle .bottom .entradas .textos {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.company  .mastersingle .bottom .entradas .textos .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.company  .mastersingle .bottom .entradas .textos .all p {
    float: left !important;

    margin: 0 !important;
    padding: 0px 0 0 0 !important;
    width: 100% !important;
    height: auto !important;
    color: var(--global_cor_4);

    font-size: 13px !important;
    line-height: 23px !important;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
}
.company  .mastersingle .bottom .entradas .textos .all p strong {
    font-weight: var(--global_font_weight_7);
}
.company  .mastersingle .bottom .entradas .textos .all a {
	-webkit-transition: color .25s ease-in-out;

	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: var(--global_cor_3);
	font-weight: var(--global_font_weight_5);
	text-decoration: underline;
}
.company  .mastersingle .bottom .entradas .textos .all a:hover {
    color: var(--cordois);
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.company .mastersingle .equipa {
    float: left;
    width: 70%;
    height: auto;
    margin: 70px 15%;
    padding: 0;
    position: relative;
}
.company .mastersingle .equipa .textos  {
    float: left;
    width: 100%;
    height: auto;
    margin:0%;
    padding: 0;
    position: relative;
}
.company .mastersingle .equipa .textos .all  {
    float: left;
    width: 100%;
    height: auto;

    margin:0%;
    padding: 0;

    position: relative;
}
.company .mastersingle .equipa .textos.post-title  {
    float: left;
    width: 100%;
    height: auto;
    margin:0 0 20px 0;
    padding: 0;
    position: relative;
}
.company .mastersingle .equipa .textos.post-title .all  {
    float: left;
    width: 100%;
    height: auto;
    margin:0%;
    padding: 0;
    position: relative;
}
.company .mastersingle .equipa .textos.post-title .all h2  {
    float: left;
    width: 100%;
    height: auto;
    margin:0%;
    padding: 0;
    position: relative;
    text-align: center;
}
.company .mastersingle .equipa .textos .all p {
  float: left !important;
  margin: 0 !important;
  padding: 0px 0 0 0 !important;
  width: 100% !important;
  height: auto !important;
  color: var(--global_cor_4);
  font-size: 20px !important;
  line-height: 27px !important;
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_4);
  text-align: center;
}
.company .mastersingle .equipa .textos .all p a {
  color: var(--global_cor_4);
}
.company .mastersingle .equipa .textos .all p a:hover {
  color: var(--global_cor_1);
}
.company .mastersingle .elementos {
    float: left;
    width: 70%;
    height: auto;
    margin: 10px 15%;
    padding: 0;
    position: relative;
}


.company .mastersingle .elementos .entradas {
    float: left;
    width: calc(100% / 3);
    height: auto;
    margin: 0px 0%;
    padding: 0;
    position: relative;
}
.company .mastersingle .elementos .entradas .elemento {
  float: left;
  width: 34%;
  height: 150px;
  margin: 0 27% 20px;
  padding: 3%;
  position: relative;
  border-radius: 100%;
  border: 12px solid #e8e2df;
}
.company .mastersingle .elementos .entradas .elemento img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin: 0;
}
.company .mastersingle .elementos .entradas .textos {
    float: left;
    width: 100%;
    height: auto;

    margin: 0px 0%;
    padding: 0;
    position: relative;
}
.company .mastersingle .elementos .entradas .textos .all {
    float: left;
    width: 100%;
    height: auto;

    margin: 0px 0%;
    padding: 0;
    position: relative;
}
.company .mastersingle .elementos .entradas .textos .all p {
  float: left !important;
  margin: 0 !important;
  padding: 0px 0 0 0 !important;
  width: 100% !important;
  height: auto !important;
  color: var(--global_cor_4);
  font-size: 13px !important;
  line-height: 23px !important;
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_6);
  text-align: center;
}
.company .mastersingle .elementos .entradas .descreve {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0%;
    padding: 0;
    position: relative;
}
.company .mastersingle .elementos .entradas .descreve .textos.post-title {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0%;
    padding: 0;
    position: relative;
}
.company .mastersingle .elementos .entradas .descreve .textos.post-title .all {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0%;



    padding: 0;
    position: relative;
}
.company .mastersingle .elementos .entradas .descreve .textos.post-title .all h2 {
  float: left !important;
  margin: 0 !important;
  padding: 0px 0 0 0 !important;
  width: 100% !important;
  height: auto !important;
  color: var(--global_cor_1);
  font-size: 16px !important;
  line-height: 23px !important;
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_8);

  text-align: center;
}
.company .mastersingle .elementos .entradas .descreve .textos.heading {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0% 10px;
    padding: 0;
    position: relative;
}
.company .mastersingle .elementos .entradas .descreve .textos.heading .all {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0%;
    padding: 0;
    position: relative;
}
.company .mastersingle .elementos .entradas .descreve .textos.heading .all h3 {
  float: left !important;
  margin: 0 !important;
  padding: 0px 0 0 0 !important;
  width: 100% !important;
  height: auto !important;
  color: var(--global_cor_4);
  font-size: 15px !important;
  line-height: 23px !important;
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_8);
  text-align: center;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.horarios {
  float: left;
  height: auto;
  margin: 0px 0%;
  padding: 0 0% 0px !important;
  position: relative;
  width: 100%;
}
.horarios .mastersingle {
    float: left;
    width: 100%;
    margin: 100px 0px 0px 0;
    height: auto;
    padding: 0 0 60px 0;
}
.horarios .mastersingle .caixa_horarios .actualizacao {
  float: left;
  width: 96%;
  margin:30px 0 0px 0;
  padding:0 2%;
  font-size: 14px;
  font-weight: var(--global_font_weight_3);
}
.horarios .mastersingle .caixa_horarios .actualizacao strong {
  font-weight: var(--global_font_weight_7);
}
.horarios .mastersingle .caixa_horarios {
    float: left;
    width: 60%;
    margin: 0 20%;
    height: auto;
    font-size: 12px;
}
.horarios .mastersingle .caixa_horarios .bloco_categoria {
    float: left;
    width: 100%;
    margin: 0 0px 0% 0;
    height: auto;
}
.horarios .mastersingle .caixa_horarios .bloco_categoria h2 {
    float: left;
    width: 98%;
    margin: 40px 0 55px 0;
    height: 50px;
    line-height:50px;
    padding: 0 1%;
    border-radius: 4px;
    /*! text-transform: uppercase; */
    font-size: 64px;
    font-weight: var(--global_font_weight_3);
}
.horarios .mastersingle .caixa_horarios .bloco_categoria .classes {
    float: left;
    width: 25%;
    margin: 0 6px 0 0;
    height: auto;
}
.horarios .mastersingle .caixa_horarios .classes .entrada {
    float: left;
    width: 88%;
    margin: 0 0 6px 0;
    height: 45px;
    padding: 10px 6% 0px 6%;
    border-radius: 3px;
}
.horarios .mastersingle .caixa_horarios .classes .entrada .titulo {
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
    font-weight: var(--global_font_weight_7);
}
.horarios .mastersingle .caixa_horarios .classes .entrada .info_add {
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
}
.horarios .mastersingle .caixa_horarios .classes .entrada.up {
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 6%;
    width: 94%;
    font-weight: var(--global_font_weight_4);
    font-size: 35px;
}
.horarios .mastersingle .caixa_horarios .dia{
    float: left;
    width: 100%;
    margin: 0px;
    height: auto;
    text-align: center;
}
.horarios .mastersingle .caixa_horarios .dia .entrada {
    float: left;
    width: 100%;
    margin: 0px 0 6px 0;
    height: 55px;
    line-height: 55px;
    border-radius: 3px;
    font-weight: var(--global_font_weight_4);
    font-size: 15px;
}
.horarios .mastersingle .caixa_horarios .dia .entrada.up {
    font-weight: var(--global_font_weight_4);
    font-size: 35px;

    height: 45px;
    line-height: 45px;
}
.horarios .mastersingle .media {
  float: left;
  height: auto;
  margin: 0 15%;
  padding: 0 0 0px;
  position: relative;
  width: 70%;
}

.horarios .mastersingle .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.horarios .mastersingle .media .caixaimagem img {
	width:100%;
	height:auto;
}
.horarios .mastersingle .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.horarios .mastersingle .media .caixagaleria .slide {
	width:100%;
	height:570px;
	float:left;
	margin:0;
	padding:0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.horarios .mastersingle .media .caixagaleria img {
	width:100%;
	height:auto;
	background-size: 100% !important;

}
.horarios .mastersingle .textos {
    float: left;
    height: auto;
    margin: 0 15% 50px;
    width: 70%;
    padding: 0px 0;
}
.horarios .mastersingle .textos.post-title {
    float: left;
    width: 100%;
    margin: 15px 0 30px 0;
    font-family: var(--global_font_1);
    color: var(--global_cor_3);
    font-size: 21px;
    font-weight: var(--global_font_weight_6);
    padding: 0;
	text-align:center;
}
.horarios .mastersingle .textos.post-title h1 {
	font-family: var(--global_font_1);
	color: var(--global_cor_3);
	font-size: 40px;
	font-weight: var(--global_font_weight_3);
	text-align: center;
}
.horarios .mastersingle .textos.post-title h2 {
	font-family: var(--global_font_1);
	font-size: 30px;
	font-weight: var(--global_font_weight_3);
	margin: 20px 25% 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
}
.horarios .mastersingle .textos .all {
    float: left;

    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.horarios .mastersingle .textos .all p {
	float: left !important;
	margin: 0 !important;
	padding: 0px 0 0 0 !important;
	width: 100% !important;
	height: auto !important;
	color: var(--global_cor_3);
	font-size: 16px !important;
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_3);
}
.horarios .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_7);
}
.horarios .mastersingle .textos .all a {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: var(--global_cor_3);
	font-weight: var(--global_font_weight_5);
	text-decoration: underline;
}
.horarios .mastersingle .textos .all a:hover {
    color: var(--cordois);
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;

    transition: color .25s ease-in-out;
}
.horarios .mastersingle .textos.heading {
    float: left;
    height: auto;
    margin: 20px 15%;
    width: 70%;
    padding: 0px 0;
}
.horarios .mastersingle .textos.heading .all {
    float: left;
    height: auto;

    margin: 0px;
    width: 100%;
    padding: 0px 0;
}
.horarios .mastersingle .textos.heading .all h2 {
    float: left;

    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_2);
    font-size:50px;
}
.horarios .mastersingle .textos.heading .all h2 strong {
    font-weight: var(--global_font_weight_2);
}
.horarios .mastersingle .caixa_horarios .bloco_categoria .mySwiper .swiper-pagination {
  position: relative;
  text-align: center;
  transition:inherit;
  transform: inherit;
  z-index: inherit;
  margin:0px 0 0 0;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.horarios .mastersingle .quote {
    float: left;
    height: auto;
    margin: 60px 15% 20px;

    width: 70%;
    padding: 0px 0;
}
.horarios .mastersingle .quote blockquote {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.horarios .mastersingle .quote blockquote cite {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_7);
    text-align: center;
    font-style: normal;
    font-size: 35px;

}
.horarios .mastersingle .quote blockquote cite strong {
    font-size: 60px;
}
.horarios .mastersingle .cover {
    float: left;
    height: auto;
    margin: 0px 0 50px 0;
    padding:0;
    width: 100%;
	position:relative;	

}
.horarios .mastersingle .cover .media {
    float: left;
    height: auto;
    margin: 0;
    padding:0px 0 0 0;
    width: 100%;
	position:relative;
}
.horarios .mastersingle .cover .media .slide {
	width:100%;
	height:500px;
	float:left;
	margin:0;
	padding:0;
	background-size:100% !important;
	background-repeat: no-repeat !important;
	background-position-x: 50% !important;
	background-position-y: 50% !important;
}

.horarios .mastersingle .cover .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.horarios .mastersingle .cover .media .background {
    float: left;
    height:100%;

    margin: 0;

    padding:0px 0 0 0;
    width: 100%;
    position:absolute;
    z-index:1;
	background-color: #000;
}
.horarios .mastersingle .cover .textos {
    z-index:1;
	top:0;
	left:0;
	position:absolute;	
	width: auto;
}
.horarios .mastersingle .cover .textos.top.left {
	top:calc(0% + 80px);
	left:0;
	padding:0;
}


.horarios .mastersingle .cover .textos.top.center {
    top: calc(0% + 80px);
    left: 50%;
	padding:0;
    -moz-transform: translateX(-50%) translateY(0%);

    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.horarios .mastersingle .cover .textos.top.right {

    top: calc(0% + 90px);
    left: 100%;
	padding:0;
    -moz-transform: translateX(-100%) translateY(0%);
    -webkit-transform: translateX(-100%) translateY(0%);
    transform: translateX(-100%) translateY(0%);
}
.horarios .mastersingle .cover .textos.center.left {
    top: calc(50%) !important;
    transform: translateY(-50%);
}
.horarios .mastersingle .cover .textos.center.center {
    top: calc(0%) auto;
    padding: 0;
    left: 0%;
    z-index: 1;
}
.horarios .mastersingle .cover .textos.center.right {
	top:calc(50%);
	padding:0;
	left: 100%;
	transform: translateX(-100%) translateY(50%);
	z-index: 1;
}
.horarios .mastersingle .cover .textos.bottom.left {
	top:calc(100% - 80px);
	padding:0;
	left: 0%;
	z-index: 1;
}
.horarios .mastersingle .cover .textos.bottom.center {
	top:calc(100% - 80px);
	padding:0;

	left: 50%;
	z-index: 1;
	transform: translateX(-50%) translateY(50%);
}
.horarios .mastersingle .cover .textos.bottom.right {
	top:calc(100% - 80px);
	padding:0;
	left: 100%;
	z-index: 1;
	transform: translateX(-100%) translateY(50%);
}
.horarios .mastersingle .cover .textos .all {
    float: left;
    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
}

.horarios .mastersingle .cover .textos .all h1 {
    float: left;

    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
    font-size: 36px;
    color: var(--corum);
    font-weight: 400;
}
.horarios .mastersingle .cover .textos .all p {
    float: left;
    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
    font-size: 50px !important;
    font-weight: var(--global_font_weight_2);
    color: #fff !important;
    line-height: 110px !important;
    height: auto !important;
}
.horarios .mastersingle .cover .textos .all p em {

    color: var(--corum) !important;
	font-style: normal !important;
	font-size: 26px !important;
}
.horarios .mastersingle .cover .textos .all p a {
    color: var(--um);
}

.horarios .mastersingle .cover .textos .all p a:hover {
    color: var(--corum);
}
.horarios .mastersingle .cover .textos .all .wp-block-button {
    float: left;
    height: auto;
    margin: 90px 35% 50px;

    padding: 0px 0%;
    width: 30%;
    font-weight: 400;
}
.horarios .mastersingle .cover .textos .all .wp-block-button .wp-block-button__link {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size:30px;

    margin: 0;
    padding: 0px;
    width: 100%;
    font-weight: 600;
    background: var(--um);
    color:var(--tres);
    border-radius: 10px;      


}
.horarios .mastersingle .cover .textos .all .wp-block-button .wp-block-button__link:hover {
    background: var(--tres);     
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.horarios .mastersingle .colunas.texto_over_image {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.horarios .mastersingle .colunas.texto_over_image .medias {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.horarios .mastersingle .colunas.texto_over_image .medias .media {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.horarios .mastersingle .colunas.texto_over_image .medias .media .caixaimagem {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.horarios .mastersingle .colunas.texto_over_image .medias .media .caixaimagem .slide {
  float: left;
  width: 100%;
  margin:0px 0 0px 0;
  padding:0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% !important;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(1) .medias .media .caixaimagem .slide {
  height: 80vh !important;
  background-position:50% 50% !important;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(2) .medias .media .caixaimagem .slide {
  height: 60vh !important;
  background-position:50% 100% !important;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(3) .medias .media .caixaimagem .slide {
  height: 60vh !important;
  background-position:50% 100% !important;
}
.horarios .mastersingle .colunas.texto_over_image .medias .media .caixaimagem img {
    width: 100%;
    height: auto;
}
.horarios .mastersingle .colunas.texto_over_image .outros {
  top: calc(50%);
  padding:0;
  left: 20%;
  transform: translateX(0%) translateY(-50%);
  z-index: 1;
  position: absolute;
  float: inherit;
  margin:0 !important;
  width: 60%;
}
.horarios .mastersingle .colunas.texto_over_image .outros .all {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.horarios .mastersingle .colunas.texto_over_image .outros .all h2 {
  float: left;
  width: 60%;
  margin: 0px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 105px;
  font-weight: var(--global_font_weight_8);
  text-align:left;
  line-height: 80px;
  font-family: var(--global_font_2);
  text-transform: uppercase;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all h2 {
  color: var(--global_cor_1);
  width: 100%;
  font-size: 60px;
  font-weight: var(--global_font_weight_8);
  text-align: right;
  height: 55px;
  line-height: 55px;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all h2 a {
  color: #ff1e48;
  height: 55px;
  float: right;
  line-height: 55px;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all h2 a:hover {
  color: var(--global_cor_1);
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all h2 {
  color: #0f7da6;
  width: 100%;
  font-size: 60px;
  font-weight: var(--global_font_weight_8);
  text-align: left;
  height: 55px;
  line-height: 55px;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all h2 a {
  color: var(--global_cor_1);
  height: 55px;
  float: left;
  line-height: 55px;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all h2 a:hover {
  color: #ff1e48;
}
.horarios .mastersingle .colunas.texto_over_image .outros .all p {
  float: left;
  height: auto;
  margin: 5px 0 0;
  padding: 0px 0%;
  width: 100%;
  font-weight: var(--global_font_weight_4);
  text-align: left;
  line-height: auto;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(1) .outros .all p {
  width:100%;
  font-size: 20px !important;
  color: var(--global_cor_1);
  text-align:l;
  margin: 0;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all p {
  width:100%;
  font-size: 20px !important;
  color: var(--global_cor_1);
  text-align: right;
  margin: 0;
}
.horarios .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all p {
  width:60%;
  font-size: 15px !important;
  color: var(--global_cor_1);
  text-align: left;
  margin: 0;
  line-height: 25px;
}
.horarios .mastersingle .colunas.texto_over_image .special_button {  
    height: 30px;
    margin: 0px 0;
    padding: 0px 0%;
    line-height:23px;
    font-size: 25px !important;
    font-weight: var(--global_font_weight_4);
    text-align: center;
    position: absolute;
    z-index: 2;
    background: red;
    border-radius: 100%;
    width: 30px;

}
.horarios .mastersingle .colunas.texto_over_image .special_button a {  
    color: #fff !important;
}
.horarios .colunas .entrada_coluna .buttons {
    float: left;
    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
    font-weight: 400;
}
.horarios .colunas .entrada_coluna .wp-block-button {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0%;
    width: auto;
    font-weight: 400;
}
.horarios .colunas .entrada_coluna .wp-block-button .wp-block-button__link {
    background: var(--global_cor_background_3);     
    padding: 5px;
    font-size: 12px;
    font-weight: var(--global_font_weight_6);
    color: var(--global_cor_1);
    border-radius: 4px;
    float: left;
    margin: 10px 0 0 0;
}
.horarios .colunas .entrada_coluna .wp-block-button .wp-block-button__link:hover {
    background: var(--global_cor_background_4);    
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.institucional {
	float: left;
	height: auto;
	margin: 0px auto 0px;
	padding: 0 0% 0px !important;
	position: relative;
	width: 100%;
	background: var(--global_cor_background_0);
}
.institucional .mastersingle {
    float: left;
    width: 100%;
    margin:100px 0px 0px 0;
    height: auto;
    padding: 0 0% 80px;
}
.institucional .mastersingle .dados {
    float: left;
    width: 60%;
    margin:0px 20%;
    height: auto;
    padding: 0 0% 0px;
}
.institucional .mastersingle .dados h2 {
  float: left;
  width: 98%;
  margin: 40px 0 55px 0;
  height: 50px;
  line-height: 50px;
  padding:0;
  border-radius:4px;
  font-size: 64px;
  font-weight: var(--global_font_weight_3);
}
.institucional .mastersingle .dados ul {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    padding: 0 0% 0px;
    list-style: none;
}
.institucional .mastersingle .dados ul li {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    padding: 0 0% 0px 3%;
    border-bottom: 1px dotted #000;
    height: 40px;
    line-height: 40px;
    background: url("../svg/pdf.svg)") no-repeat 0% 50%;
    background-size: 2%;
    font-size: 13px;
    font-weight: var(--global_font_weight_6);
}
.institucional .mastersingle .dados ul li:last-child {

    border-bottom: 0;
}
.institucional .mastersingle .dados ul li a {
    color: var(--global_cor_1);
}
.institucional .mastersingle .dados ul li:hover a {
    color: var(--global_cor_3);
}
.institucional .mastersingle .colunas.texto_over_image {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.institucional .mastersingle .colunas.texto_over_image .medias {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.institucional .mastersingle .colunas.texto_over_image .medias .media {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.institucional .mastersingle .colunas.texto_over_image .medias .media .caixaimagem {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.institucional .mastersingle .colunas.texto_over_image .medias .media .caixaimagem .slide {
  float: left;
  width: 100%;
  margin:0px 0 0px 0;
  padding:0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% !important;
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(1) .medias .media .caixaimagem .slide {
  height: 80vh !important;
  background-position:50% 50% !important;
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(2) .medias .media .caixaimagem .slide {
  height: 60vh !important;
  background-position:50% 100% !important;
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(3) .medias .media .caixaimagem .slide {
  height: 60vh !important;
  background-position:50% 100% !important;
}
.institucional .mastersingle .colunas.texto_over_image .medias .media .caixaimagem img {
    width: 100%;
    height: auto;
}
.institucional .mastersingle .colunas.texto_over_image .outros {
  top: calc(50%);
  padding: 0;
  left: 20%;
  transform: translateX(0%) translateY(-70%);
  z-index: 1;
  position: absolute;
  float: inherit;
  margin: 0 !important;
  width: 60%;
}
.institucional .mastersingle .colunas.texto_over_image .outros .all {
    float: left;
    width: 100%;
    margin:0%;
    height: auto;
    position: relative;
}
.institucional .mastersingle .colunas.texto_over_image .outros .all h2 {
  float: left;
  width: 60%;
  margin: 0px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 105px;
  font-weight: var(--global_font_weight_8);
  text-align:left;
  line-height: 80px;
  font-family: var(--global_font_2);
  text-transform: uppercase;
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all h2 {
  color: var(--global_cor_1);
  width: 100%;
  font-size: 60px;
  font-weight: var(--global_font_weight_8);
  text-align: right;
  height: 55px;
  line-height: 55px;
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all h2 a {
  color: #ff1e48;
  height: 55px;
  float: right;
  line-height: 55px;
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all h2 a:hover {
  color: var(--global_cor_1);
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all h2 {
  color: #0f7da6;
  width: 100%;
  font-size: 60px;
  font-weight: var(--global_font_weight_8);
  text-align: left;
  height: 55px;
  line-height: 55px;
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all h2 a {
  color: var(--global_cor_1);
  height: 55px;
  float: left;
  line-height: 55px;
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all h2 a:hover {
  color: #ff1e48;
}
.institucional .mastersingle .colunas.texto_over_image .outros .all p {
  float: left;
  height: auto;
  margin: 5px 0 0;
  padding: 0px 0%;
  width: 100%;
  font-weight: var(--global_font_weight_4);
  text-align: left;
  line-height: auto;

}
.institucional .mastersingle .colunas.texto_over_image:nth-child(1) .outros .all p {
  width:100%;
  font-size: 20px !important;
  color: var(--global_cor_1);
  text-align:l;
  margin: 0;
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(2) .outros .all p {
  width:100%;
  font-size: 20px !important;
  color: var(--global_cor_1);
  text-align: right;
  margin: 0;
}
.institucional .mastersingle .colunas.texto_over_image:nth-child(3) .outros .all p {
  width:60%;
  font-size: 15px !important;
  color: var(--global_cor_1);
  text-align: left;
  margin: 0;
  line-height: 25px;
}@charset "utf-8";
/* CSS Document */


.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.swiper-button-next, .swiper-button-prev {
	color: var(--global_cor_5) !important;
}
.swiper-pagination-bullet-active {
	background: var(--global_cor_3) !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	width: 100% !important;
	float: left !important;
	padding: 10px 0;
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.legal {
	float: left !important;
	height: auto !important;
	margin: 0px 0 0px 0 !important;
	padding: 250px 15% 470px 15% !important;
	position: relative !important;
	width: 70% !important;
	background: url("../images/back.jpg") #f1e8e1 0 100% no-repeat;
}
.legal a {
  text-decoration:underline;
}
.legal a:hover {
	color:var(--cordois);
   text-decoration:underline;
}
.legal .mastersingle {
    float: left;
    height: auto;
    margin: 0px 0% 40px 0%;
    padding: 0 0 0px;
    position: relative;
    width: 100%;

}
.legal .mastersingle img {
    height: auto;
    max-width: 100%;
}
.legal .mastersingle .media .caixaimagem.big {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 30px 0;

    padding: 0;
	position:relative;
}
.legal .mastersingle .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;

    margin: 0px 0px 30px 0;
    padding: 0;
	position: relative;
}
.legal .mastersingle .media .caixagaleria img {
	width:100%;
	height:auto;
}
.legal .mastersingle .slide {
    height: 80vh;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.legal .mastersingle .textos {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0;
    font-family: var(--fontdois);
    font-weight: var(--global_font_weight_4);
}
.legal .mastersingle .textos.post-title {
    margin: 0 0 20px 0;
}
.legal .mastersingle .textos.post-title .all h1 {
	float: left;
	height: auto;
	margin: 0;
	width: 100%;
	padding: 0;
	font-family: var(--global_font_1) !important;
	font-weight: var(--global_font_weight_7);
	font-size: 35px;
	color: var(--global_cor_3);

}
.legal .mastersingle .textos.heading {
    margin: 20px 0;
}
.legal .mastersingle .textos.heading .all {
    float: left;
    height: auto;
    margin: 0 0 0 0%;
    width: 98.5%;
    padding: 0px 0;
    font-family: var(--fontdois);
    font-weight: var(--global_font_weight_4);
}
.legal .mastersingle .textos.heading .all h1 {
	float: left;
	height: auto;
	margin: 0;
	width: 100%;

	padding: 0;
	font-family: var(--fontdois);

	font-weight: var(--global_font_weight_8);
	font-size: 35px;
	color: var(--global_cor_3);
}

.legal .mastersingle .textos.heading .all h2 {
	float: left;
	height: auto;
	margin: 0;
	width: 100%;
	padding: 0;
	font-family: var(--fontdois);
	font-weight: var(--global_font_weight_4);
	font-size: 25px;
	color: var(--global_cor_3);
}
.legal .mastersingle .texto.headings .all h3 {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0;
    font-family: var(--fontdois);
    font-weight: var(--global_font_weight_3);
    font-size: 25px;
    color: var(--cordois);
}
.legal .mastersingle .titulo {

    float: left;
    height: auto;
    margin: 0 0% 10px;
    width: 100%;
    padding: 30px 0% 10px;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_7);

	font-size: 30px;
	text-transform: uppercase;
}
.legal .mastersingle .textos .all {
    float: left;
    height: auto;
    margin: 0 0 0 0%;
    width: 98.5%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
}
.legal .mastersingle .textos .all p {
    float: left !important;
    margin: 0 !important;
    padding: 0px 0 0 0 !important;
    width: 100% !important;
    height: auto !important;
    color: var(--global_cor_3);
    font-size: 14px !important;
    line-height: 23px !important;
    font-family: var(--global_font_1);
    font-weight:var(--global_font_weight_4);
}
.legal .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_7);
}
.legal .mastersingle .textos .all ol {
    float: left !important;
    margin: 0px 0  !important;
    padding: 0px 0 0 0% !important;
    width: 100% !important;
    height: auto !important;
	counter-reset: sectiona;
}
.legal .mastersingle .textos .all ol li {
	float: left !important;
	margin: 0 0 !important;

	padding: 0px 0 0 0 !important;

	width: 100% !important;
	height: auto !important;
	color: var(--global_cor_3);
	font-size: 14px !important;
	line-height: 28px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_4);
}
.legal .mastersingle .textos .all ol li::before {
	counter-increment: sectiona;
	content: counter(sectiona) ". ";
	font-weight:var(--global_font_weight_7);
}
.legal .mastersingle .textos .all ol li::marker {
    content: close-quote;
}
.legal .mastersingle .textos .all ol li ol {
    float: left !important;

    margin: 0px 0 0 1% !important;
    padding: 0 !important;
    width: 99% !important;
    height: auto !important;
	counter-reset: sectionb;
}
.legal .mastersingle .textos .all ol li ol li::before {
    counter-increment: sectionb;
    content: counter(sectiona) "." counter(sectionb) " ";
}
.legal .mastersingle .textos .all ol li ol li {
	float: left !important;
	margin: 0 0 0 0% !important;
	padding: 0px 0 0 0% !important;
	width: 100% !important;

	height: auto !important;
	color: var(--global_cor_3);
	font-size: 14px !important;
	line-height: 30px !important;
	font-family: var(--global_font_1);
}
.legal .mastersingle .textos .all ol li ol li ol {
    float: left !important;
    margin: 0px 0 0 1% !important;
    padding: 0 !important;
    width: 99% !important;
    height: auto !important;
	counter-reset: sectionc;
}

.legal .mastersingle .textos .all ol li ol li ol li::before {
    counter-increment: sectionc;
    content: counter(sectiona) "." counter(sectionb) "." counter(sectionc) " ";
}
.legal .mastersingle .textos .all ol li ol li ol li {
    float: left !important;
    margin: 0 0 0 0% !important;
    padding: 0px 0 0 0% !important;
    width: 100% !important;
    height: auto !important;
    color: var(--global_cor_3);
    font-size: 14px !important;
    line-height: 30px !important;
    font-family: var(--global_font_1);
}
.legal .mastersingle .textos .all ol li ol li ol li ol {

    float: left !important;
    margin: 0px 0 0 1% !important;
    padding: 0 !important;
    width: 99% !important;
    height: auto !important;
	counter-reset: sectiond;
}
.legal .mastersingle .textos .all ol li ol li ol li ol li::before {
    counter-increment: sectiond;
    content: counter(sectiona) "." counter(sectionb) "." counter(sectionc) "." counter(sectiond) " ";


}
.legal .mastersingle .textos .all ol li ol li ol li ol li ol {
    float: left !important;
    margin: 0px 0 0 1% !important;
    padding: 0 !important;
    width: 99% !important;
    height: auto !important;
	counter-reset: sectione;
}
.legal .mastersingle .textos .all ol li ol li ol li ol li ol li::before {
    counter-increment: sectione;

    content: counter(sectiona) "." counter(sectionb) "." counter(sectionc) "." counter(sectiond) "." counter(sectione) " ";
}
.legal .mastersingle .textos .all ol li ul {
    float: left !important;
    margin: 0px 0 0 1% !important;
    padding: 0 !important;
    width: 99% !important;
    height: auto !important;
	counter-reset: sectionaul;
}
.legal .mastersingle .textos .all ol li ol li ul {
    float: left !important;
    margin: 0px 0 0 1% !important;
    padding: 0 !important;
    width: 99% !important;
    height: auto !important;
	counter-reset: sectionbul;
}
.legal .mastersingle .textos .all ol li ol li ul ul li {
    float: left !important;
    margin: 0px 0 0 1% !important;

    padding: 0 !important;
    width: 99% !important;
    height: auto !important;
	counter-reset: sectioncul;
}
.legal .mastersingle .textos .all ol li ol li ul li {
    float: left !important;
    margin: 0 0 0 0% !important;
    padding: 0px 0 0 0% !important;
    width: 100% !important;
    height: auto !important;
    color: var(--global_cor_3);
    font-size: 14px !important;
    line-height: 30px !important;
    font-family: var(--global_font_1);
	counter-reset: ola;
}
.legal .mastersingle .textos .all ol li ol li ul li ul {
    float: left !important;
    margin: 0px 0 0 1% !important;
    padding: 0 !important;

    width: 99% !important;
    height: auto !important;
    counter-reset: eee;
}
.legal .mastersingle .textos .all ol li ol li ul li ul li::before {
    font-weight: var(--global_font_weight_7);
    content: counter(eee) ") ";
    counter-increment: eee;

}
.legal .mastersingle .textos .all ol li ol li ul li ul li {
	float: left !important;
	margin: 0 0 0 0% !important;
	padding: 0px 0 0 0% !important;
	width: 100% !important;
	height: auto !important;
	color: var(--global_cor_3);

	font-size: 14px !important;
	line-height: 30px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_4);
}


.legal .mastersingle .textos .all ol li ol li ul li::before {
    font-weight: var(--global_font_weight_7);
    content: counter(sectionbul, lower-alpha ) ") ";

    counter-increment: sectionbul;
}
.legal .mastersingle .textos .all ol li ol li ol li ul {
    float: left !important;
    margin: 0px 0 0 1% !important;
    padding: 0 !important;
    width: 99% !important;
    height: auto !important;
	counter-reset: qqq;
}
.legal .mastersingle .textos .all ol li ol li ul li ul li::before {

    font-weight: var(--global_font_weight_7);
    content: counter(sectionbul, lower-alpha ) ")." counter(eee) " ";
    counter-increment: eee;
}
.legal .mastersingle .textos .all ol li ol li ul li ul li ul li::before {

    font-weight: var(--global_font_weight_7);
    content: counter(sectiondul, lower-alpha ) ") ";
    color: #ff009b;
    counter-increment: sectiondul;
}
.legal .mastersingle .textos .all ol li ol li ol li ul li::before {
    float: left !important;
    margin: 0px 0 0 1% !important;
    padding: 0 !important;
    width: 99% !important;
    height: auto !important;
	counter-reset: qqq;
}
.legal .mastersingle .textos .all ul {
    float: left !important;
    margin: 0px 0  !important;
    padding: 0px 0 0 0% !important;
    width: 100% !important;
    height: auto !important;
	counter-reset: sectiona;
}
.legal .mastersingle .textos .all ul li {
	float: left !important;
	margin: 0 0 !important;
	padding: 0px 0 0 0 !important;
	width: 100% !important;
	height: auto !important;
	color: var(--global_cor_3);
	font-size: 14px !important;
	line-height: 28px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_4);
}

.legal .mastersingle .textos .all ul li strong {

	font-weight: var(--global_font_weight_7);
	font-style:normal;
}
.legal .mastersingle .textos .all ul li ul {
	float: left !important;
	margin: 0px 0 !important;
	padding: 0px 0 0 1% !important;
	width: 99% !important;
	height: auto !important;
	counter-reset: sectiona;
}
.legal .mastersingle .textos .all ul li ul li {
	float: left !important;
	margin: 0 0 !important;
	padding: 0px 0 0 0 !important;
	width: 100% !important;
	height: auto !important;
	color: var(--global_cor_3);
	font-size: 14px !important;
	line-height: 28px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_5);
}
.legal .mastersingle .textos .all a {
    color:var(--global_cor_3);
	-webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.legal .mastersingle .textos .all a:hover {
    color: #000000;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.legal .mastersingle .textos .all em {
    font-style: italic;
}
.redes-sociais-container a {
  width: 18% !important;
  margin:0px 5% 0 0 !important;
}
circle::before, .circle::after, .circle {
  background:#f00 !important;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
#footer {
    color: var(--global_cor_1)fff;
    height: 43px;
    margin: 30px 0 0 0%;
    padding: 10px 0 0;
    text-transform: uppercase;
    width: 76%;
}
#footer a.menutab:link, #footer a.menutab:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: auto;

    margin: 0 0.3%;
    padding: 1%;
    text-align: center;
    text-decoration: none;
    width: auto;
}
#footer a.menutab:active, #footer a.menutab:hover {
    /*background: none repeat scroll 0 0 #ffb400;*/
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.down_master {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0 0 0;
    position: relative;
    width: 100%;
}
.down_enter {
	height: auto;

	margin: 0px 0 0;
	padding: 40px 0 0 0;
	width: 100%;
	float: left;
	background: var(--global_cor_background_5);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.erro {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 150px 0;
}

.erro .caixaimagem {
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}
.erro .caixaimagem picture {
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}
.erro .caixaimagem picture .slide {
	width: 100%;
	height: 60vh;
	float: left;
	margin: 0;

	padding: 0;
	background-position: 50% 50% !important;

	background-size: 60% !important;
	background-repeat: no-repeat !important;
}
.erro .caixaimagem .slide img {
	width:100%;
	height:auto;
}