@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: #444343;
}
.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: 10px 0;
  background: rgb(255, 255, 255);
  position: relative;
}
.header .colunaesquerda {
    height: auto;
    margin: 0px 15% 0;
    width: 70%;
    padding: 0px 0;
    float: left;
    position: relative;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.logo {
  width: 18%;
  padding: 0;
  height: 100px;
  background: url("../svg/logo.svg") no-repeat 0% 50% var(--global_cor_1);
  background-size: 70%;
  position: relative;
  float: left;
  border-radius: 0 0 5px 5px;
}
.logo svg {
    width: 100%;
	height:auto;
}
.logo a {
	color:#FF4343;   
}
.logo a:hover {
	color:#2E282A;   
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar {
    display:none;
}
.sidebar1 {
  float: left;
  margin: 35px 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_5);
  height: auto;
  font-weight: var(--global_font_weight_4);
  font-size: 13px;
}
.sidebar1 a:hover {
 color:var(--global_cor_2);
}
.sidebar1 li.current-menu-item a,
.sidebar1 li.current-page-item a,
.sidebar1 li.current-page-ancestor a {
 color:var(--global_cor_2) !important;
 border-bottom: 1px solid var(--global_cor_2);
 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_2) !important;
}


.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar2 {
  color: var(--global_cor_3);
  float: left;
  margin: 0;
  padding: 0px 15%;
  width: 70%;
  background: #222;
}
.sidebar2 ul {
    margin: 0;
    padding: 0;
	width:100%;
	float:left;
}
.sidebar2 ul li {
    list-style: none outside none;
    width: 100%;
    float: left;
    margin: 0 0% 0 0;
}
.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%;
}
.sidebar2 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);
}
.sidebar2 ul li ul li a:hover {
    color: var(--global_cor_3);
}
.sidebar2 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%;
}
.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_5);
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0px 0 0px;
  width: auto;
  float: left;
  position:relative;
}
.sidebar2 ul li p:nth-child(2) {
  float: right;
}
.sidebar2 ul li p:nth-child(1) strong {
    font-weight: var(--global_font_weight_7);
    position: relative;
    padding: 0 0 0 0px;
}
.sidebar2 ul li p:nth-child(1) strong:nth-child(1) {
    font-weight: var(--global_font_weight_7);
    position: relative;
    padding: 0 0 0 20px;
}
.sidebar2 ul li p:nth-child(1) strong:nth-child(2) {
    font-weight: var(--global_font_weight_7);
    position: relative;
    padding: 0 0 0 20px;
}
.sidebar2 ul li p strong {
    font-weight: var(--global_font_weight_7);
    position: relative;
    padding: 0 0 0 0px;
}
.sidebar2 ul li p:nth-child(1) strong:nth-child(1)::before {
  padding: 0;
  color: rgb(4, 170, 252);
  background: url("../svg/email.svg") no-repeat;
  background-size: auto;
  width: 16px;
  height: 12px;
  position: absolute;
  background-size: 100%;
  top: 2px;
  content: "";
  left:0px;
}
.sidebar2 ul li p:nth-child(1) strong:nth-child(2)::before {
  padding: 0;
  color: rgb(4, 170, 252);
  background: url("../svg/phone.svg") no-repeat;
  background-size: auto;
  width: 14px;
  height: 22px;
  position: absolute;
  background-size: 100%;
  top: 0;
  content: "";
  left:0px;
}
.sidebar2 ul li p:nth-child(2) strong::before {
  padding: 0;
  color: rgb(4, 170, 252);
  animation: mymove 2s linear infinite;
  background: url("../svg/envios.svg") no-repeat;
    background-size: auto;
  width: 18px;
  height: 30px;
  position: absolute;
  background-size: 100%;
  top: 1px;
  content:"";
}
.sidebar2 ul li a {
    color: var(--global_cor_1);
}
.sidebar2 ul li a:hover {
    color: var(--cordois);
}
.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: 40px 15%;
  width: 70%;
}
.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: 19%;
}
.sidebar3 ul li:nth-child(2) {
  width: 15%;
  margin: 0 3% 0 0;
}
.sidebar3 ul li:nth-child(3) {
  width: 15%;
  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.widget_media_image {
  width: 12%;
      margin: 0 0% 0 0;
}
.sidebar3 ul li.widget_media_image img {
  width: 100%;
  height:auto;
}
.sidebar3 ul li h2 {
	color: var(--global_cor_1);
	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 0px 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(--global_cor_2);
}
.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: 12px;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 0px 0 0px;
    width: 100%;
    float: left;
}
.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(--global_cor_2) !important;
	font-weight: var(--global_font_weight_6);
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar4 {
	color: var(--global_cor_3);
	float: left;
	margin: 0 15%;
	padding: 20px 0;
	width: 70%;
	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_6);
    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: 0px auto 0px;
	padding: 0 0% 0px !important;
	position: relative;
	width: 100%;
	background: var(--global_cor_background_1);
}
.homepage .mastersingle {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    padding: 0 0% 50px;
}

.homepage .mastersingle {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.homepage .mastersingle .textos.heading {
    float: left;
    width: 100%;
    margin: 0px 0 50px 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 img {
	width:100%;
	height:auto;
}
.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.pos_0 .caixagaleria .galerias_conteudo .slide {
    height:70vh;
} 
.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: 0px 0 0px;
  height: auto;
  color: var(--global_cor_3);
  font-size: 26px;
  text-align: center;
  font-weight: var(--global_font_weight_8);
}
.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 {
	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);
}
.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:0 0%;
    height: auto;
    position: relative;
}
.homepage .mastersingle .colunas.texto_over_image .entrada_coluna.medias {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}
.homepage .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%;
}
.homepage .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;
}
.homepage .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;
    background-position: 50% 50%;
    background-size: 100%;  
}
.homepage .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: 15%;
    font-family: var(--global_font_2);
}
.homepage .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all {
    float: left;
    height: auto;
    margin: 0px 0% 0px;
    padding:0;
    width: 100%;
    position:relative;
}
.homepage .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);
}
.homepage .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;
}
.homepage .mastersingle .colunas.imagem_texto {
  float: left;
  width: 70%;
  margin: 0 15%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.homepage .mastersingle .colunas.imagem_texto .entrada_coluna.medias {
  width: 50%;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.homepage .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.homepage .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media .caixaimagem {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.homepage .mastersingle .colunas.imagem_texto .entrada_coluna.outros {
  width: 40%;
  margin: 0 3%;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 44%;
  order: 1;
}
.homepage .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
}
.homepage .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h2 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 26px;
  font-weight: var(--global_font_weight_8);
}
.homepage .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 14px;
    line-height: 19px;
    font-weight: var(--global_font_weight_3);
}
.homepage .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;
}
.homepage .mastersingle .colunas.estatiscas {
    float: left;
    width: 100%;
    margin:0px 0% 30px;
    height: auto;
    position: relative;
    padding: 0px 0 0px;
}

.homepage .mastersingle .colunas.estatiscas .estatiscas {
    float: left;
    width: calc(100% / 3);
    margin:0;
    height: auto;
    position: relative;
    padding: 20px 0 50px 0;
}
.homepage .mastersingle .colunas.estatiscas .estatiscas:nth-child(1) {
    background: #322424;
}
.homepage .mastersingle .colunas.estatiscas .estatiscas:nth-child(2) {
    background: #4e3c3c;
}
.homepage .mastersingle .colunas.estatiscas .estatiscas:nth-child(3) {
    background: #634646;
}

.homepage .mastersingle .colunas.estatiscas .estatiscas .all {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}
.homepage .mastersingle .colunas.estatiscas .estatiscas .all h2 {
    float: left;
    width: 100%;
    margin:0px;
    height: auto;
    position: relative;
    font-size: 72px;
    text-align: center;
    font-family: var(--global_font_2);
    letter-spacing: -3px;
    color: var(--global_cor_1);
}

.homepage .mastersingle .colunas.estatiscas .estatiscas .all p {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
    color: var(--global_cor_1);
    text-align: center;
    text-transform: uppercase;
    font-weight: var(--global_font_weight_8);
}








.homepage .mastersingle .quote{
  float: left;
  width: 100%;
  margin: 0 0%;
  height: auto;
  position: relative;
}

.homepage .mastersingle .quote .wp-block-quote {
  float: left;
  width: 100%;
  margin: 0 0%;
  height: auto;
  position: relative;
    color: red;
    background: red;
}













.homepage .mastersingle .cover {
    float: left;
    height: auto;
    margin: 0px 0% 30px;
    padding:0;
    width: 100%;
    position:relative;
}

.homepage .mastersingle .cover .media {
    float: left;
    height: auto;
    margin: 0;
    padding:0px 0 0 0;
    width: 100%;
	  position:relative;
}
.homepage .mastersingle .cover .media .slide {
	width:100%;
	height:60vh;
	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;
}

.homepage .mastersingle .cover .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.homepage .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;
}
.homepage .mastersingle .cover .textos {
    z-index:1;
	top:0;
	left:0;
	position:absolute;	
	width: auto;
}
.homepage .mastersingle .cover .textos.top.left {
	top:calc(0% + 80px);
	left:0;
	padding:0;
}
.homepage .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%);
}
.homepage .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%);
}
.homepage .mastersingle .cover .textos.center.left {
    top: calc(0%);
    padding: 0;
    left: 0%;
    z-index: 1;
}
.homepage .mastersingle .cover .textos.center.center {
    top: calc(50%);
    padding: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    position: absolute;
    float: inherit;
    margin: 0 !important;
    text-align: center;
    width: 100%;
}
.homepage .mastersingle .cover .textos.center.right {
	top:calc(50%);
	padding:0;
	left: 100%;
	transform: translateX(-100%) translateY(50%);
	z-index: 1;
}
.homepage .mastersingle .cover .textos.bottom.left {
	top:calc(100% - 80px);
	padding:0;
	left: 0%;
	z-index: 1;
}
.homepage .mastersingle .cover .textos.bottom.center {
	top:calc(100% - 80px);
	padding:0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%) translateY(50%);
}
.homepage .mastersingle .cover .textos.bottom.right {
	top:calc(100% - 80px);
	padding:0;
	left: 100%;
	z-index: 1;
	transform: translateX(-100%) translateY(50%);
}
.homepage .mastersingle .cover .textos .all {
    float: left;
    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
}
.homepage .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;
}
.homepage .mastersingle .cover .textos .all p {
    float: left;
    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
    font-size: 40px !important;
    font-weight: var(--global_font_weight_4);
    line-height: 46px !important;
    color: #fff !important;
}
.homepage .mastersingle .cover .textos .all p em {
    color: var(--corum) !important;
	font-style: normal !important;
	font-size: 26px !important;
}
.homepage .mastersingle .cover .textos .all p a {
    color: var(--global_cor_1);
    border: 1px solid #ffffff;
    font-size: 14px;
    padding: 5px 25px 9px;
}
.homepage .mastersingle .cover .textos .all p a:hover {
    background: var(--global_cor_background_1);
    border: 1px solid #ffffff;
    font-size: 14px;
    padding: 5px 25px 9px;
    color: var(--global_cor_3);
    font-weight: var(--global_font_weight_6);
}

.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);    
}
.homepage .mastersingle .projectos_home {
 float: left;
  width:70%;
  margin: 0 15% 40px;
  height: auto;
}
.homepage .mastersingle .projectos_home .entrada {
 float: left;
  width:calc((100% / 3) - 2%);
  margin: 0 1%;
  height: auto;
}
.homepage .mastersingle .projectos_home .entrada .thumb {
 float: left;
  width:100%;
  margin: 0%;
  height: auto;
}
.homepage .mastersingle .projectos_home .entrada .thumb img {
  width:100%;
  height: auto;
}
.homepage .mastersingle .projectos_home .entrada h2 {
 float: left;
  width:100%;
  margin: 0px 0%;
  height: auto;
 padding: 0;
}
.homepage .mastersingle .projectos_home .entrada h2 a {
 color:var(--global_cor_2);
 font-size: 17px;
 padding: 0;
}
.homepage .mastersingle .projectos_home .entrada h2 a:hover {
 color:var(--global_cor_3);
}
.homepage .mastersingle .projectos_home .entrada .categorias {
 float: left;
  width:100%;
  margin: 0px 0%;
  height: auto;
 padding: 0;
}
.homepage .mastersingle .projectos_home .entrada .categorias a {
 color:var(--global_cor_3);
 font-size: 12px;
 padding: 0;
}
.homepage .mastersingle .projectos_home .entrada .categorias a:hover {
 color:var(--global_cor_2);
 font-size: 12px;
 padding: 0;
}
.homepage .mastersingle .noticias {
  float: left;
  height: auto;
  margin: 20px 15% 100px;
  padding: 0 0 0px;
  position: relative;
  width: 70%;
}
.homepage .mastersingle .noticias .noticias_selecionados {
  float: left;
  height: auto;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.homepage .mastersingle .noticias .noticias_selecionados .imagem_noticias  {
  float: left;
  height: auto;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 50%;
}
.homepage .mastersingle .noticias .noticias_selecionados .imagem_noticias .slide  {
  float: left;
  height: 450px;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
.homepage .mastersingle .noticias .noticias_selecionados .imagem_noticias img  {
  height: auto;
  width: 100%;
}
.homepage .mastersingle .noticias .noticias_selecionados .caixa_esquerda  {
  float: left;
  height: 450px;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 50%;
}
.homepage .mastersingle .noticias .noticias_selecionados .caixa_esquerda .all  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 95%;
}
.homepage .mastersingle .noticias .noticias_selecionados .caixa_esquerda .all .titulo  {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 26px;
  font-weight: var(--global_font_weight_7);
}
.homepage .mastersingle .noticias .noticias_selecionados .caixa_esquerda .all .texto  {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 14px;

    font-weight: var(--global_font_weight_4);
    line-height: 24px;

}
.homepage .mastersingle .noticias .noticias_selecionados .caixa_esquerda .all a.view-more  {
    float: left;
    width: auto;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_1);
    font-size: 13px;
    font-weight: var(--global_font_weight_7);
    background: var(--global_cor_background_3);
    padding: 5px 10px;
    border-radius: 3px;
}
.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 20%;
    width: 60%;
    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.heading {
    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;
}
.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_7)
}
.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: 60px 15% 10px;
    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_2);
	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_5);
    font-size: 13px !important;
    line-height: 23px !important;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_5);
}
.company  .mastersingle .bottom .entradas .textos .all p strong {
    font-weight: var(--global_font_weight_8);
}
.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_5);
  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_2);
}
.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_2);
  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_5);
  font-size: 14px !important;
  line-height: 23px !important;
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_5);
  text-align: center;
}
.company .mastersingle .colunas.titulo-texto-horizontal {
    float: left;
    width: 70%;
    margin:60px 15% 30px;
    height: auto;
    position: relative;
    padding: 0px 0 0px;
}

.company .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal  {
    float: left;
    width: calc((100% / 3) - 4%);
    margin:0 2%;
    height: auto;
    position: relative;
    padding: 20px 0 50px 0;
}
.company .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal .all {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}
.company .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal .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_6);
  color: var(--global_cor_2);
  font-size: 18px;
}
.company .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal .all p {
  float: left !important;
  margin: 0 !important;
  padding: 0px 0 0 0 !important;
  width: 100% !important;
  height: auto !important;
  color: var(--global_cor_5);
  font-size: 13px !important;
  line-height: 23px !important;
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_5);
}

.company .mastersingle .colunas.imagem-titulo-texto {
    float: left;
    width: 70%;
    margin:80px 15% 30px;
    height: auto;
    position: relative;
    padding: 0px 0 0px;
}
.company .mastersingle .colunas.imagem-titulo-texto .imagem-titulo-texto  {
    float: left;
    width: calc(100% / 3);
    margin:0;
    height: auto;
    position: relative;
    padding: 20px 0 50px 0;
}
.company .mastersingle .colunas.imagem-titulo-texto .imagem-titulo-texto .media  {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
    padding: 0px 0 0px 0;
}
.company .mastersingle .colunas.imagem-titulo-texto .imagem-titulo-texto .media .caixaimagem  {
    float: left;
      width: 34%;
      height: 139px;
      margin: 0 27% 20px;
      padding: 3%;
      position: relative;
      border-radius: 100%;
      border: 12px solid #e8e2df;
}
.company .mastersingle .colunas.imagem-titulo-texto .imagem-titulo-texto .media .caixaimagem img  {
    width: 100%;
    height: auto;
    border-radius: 100%;
}
.company .mastersingle .colunas.imagem-titulo-texto .imagem-titulo-texto .all {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}
.company .mastersingle .colunas.imagem-titulo-texto .imagem-titulo-texto .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_6);
  color: var(--global_cor_2);
  font-size: 18px;
}
.company .mastersingle .colunas.imagem-titulo-texto .imagem-titulo-texto .all p {
  float: left !important;
  margin: 0 !important;
  padding: 0px 0 0 0 !important;
  width: 100% !important;
  height: auto !important;
  color: var(--global_cor_5);
  font-size: 13px !important;
  line-height: 23px !important;
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_5);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.calculo {
    float:left;
    width:70%;
    padding: 30px 15% 50px;
    height: auto;
    margin: 0px 0 0 0;
    background: var(--global_cor_background_1);
}
.calculo .mastersingle {
    float:left;
    width:100%;
    padding: 0%;
    height: auto;
    margin: 0px 0 0 0;
}
.calculo .mastersingle .textos {
    float: left;
    height: auto;
    margin: 0 0%;
    width: 100%;
    padding: 0px 0;
}
.calculo .mastersingle .textos.post-title {
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 0;
}
.calculo .mastersingle .textos.post-title h2 {
	color: var(--global_cor_2);
	font-size: 40px;
	font-weight: var(--global_font_weight_6);
	font-size: 23px;
}
.calculo .mastersingle .textos.heading {
    float: left;
    width: 100%;
    margin: 0px 0 20px 0;
    padding: 0;
}
.calculo .mastersingle .textos.heading h2 {
	color: var(--global_cor_2);
	font-size: 40px;
	font-weight: var(--global_font_weight_6);
	font-size: 23px;
}
.calculo .mastersingle .textos.heading h3 {
	color: var(--global_cor_0);
	font-size: 17px;
	font-weight: var(--global_font_weight_6);
}
.calculo .mastersingle .textos .all {
    float: left;
    height: auto;






    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.calculo .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_5);
	font-size: 15px !important;
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_4);
}
.calculo .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_7);
}
.calculo .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;
}
.calculo .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;
}
.calculo .mastersingle .buttons {
    float: left;
    height: auto;
    margin: 10px 0 0;
    padding: 0px 0%;
    width: 100%;
    font-weight: 400;
}
.calculo .mastersingle .wp-block-button {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0%;
    width: 100%;
    font-weight: 400;
}
.calculo .mastersingle .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;
    margin: 10px 0 0 0;
}
.calculo .mastersingle .wp-block-button .wp-block-button__link:hover {
    background: var(--global_cor_background_4);    
}

.calculo .curvas  {
    float:left;
    width:100%;
    padding: 0%;
    height: auto;
    margin: 50px 0 0 0;
}
.calculo .curvas.calculo  {
    margin: 50px 0 40px 0;
}
.calculo .curvas .curva  {
    float:left;
    width:100%;
    padding: 10px 0 35px;
    height: auto;
    margin: 0px 0% 0px 0%;
    border-bottom: 1px dashed var(--global_cor_5);
}
.calculo .curvas .curva.only  {
    float:left;

    width:calc(100% / 7);
    padding: 0;
    height: auto;
    margin: 20px 0% 0px 0%;
    border-bottom: 0;
}
.calculo .curvas .curva label.nome_curva  {
    float:left;
    width:100%;
    padding: 0;
    margin: 0px 0% 0px 0%;
    font-size: 13px;
    font-weight: var(--global_font_weight_8);
    height: 30px;
    line-height: 30px;
    color: var(--global_cor_5);
}
.calculo .curvas .curva.only label.nome_curva  {
    text-align: center;
}
.calculo .curvas .curva .svg  {
    float:left;
    width:30%;
    padding: 0;
    height: 330px;

    margin: 0px 5% 0 0;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-right: 1px dashed var(--global_cor_5);
}
.calculo .curvas .curva.only .svg  {
    float:left;
    width:100%;
    padding: 0;
    height: 170px;
    margin: 0px 0% 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-right: 1px dashed var(--global_cor_5);
}
.calculo .curvas .curva.only:last-child  .svg {
    border-right: 0;
}

.calculo .curvas .curva .grupo  {
    float:left;
    width:49%;
    padding: 0%;
    height: 320px;
    margin: 0px 0 0 0;
    position: relative
}
.calculo .curvas .curva .grupo .valores  {
    float:left;
    width:100%;
    padding: 0%;
    height: auto;
    margin: 0px 0 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%
}
.calculo .curvas .curva .grupo .valores .slider_pan   {
    float:left;
    width:86%;
    padding: 0%;
    height: 1px;
    margin: 10px 2% 0px 0;
}
.calculo .curvas .curva .grupo .valores label  {
    float:left;
    width:100%;
    padding: 0%;
    height: 20px;
    margin: 0px 0 0 0;
    font-size: 13px;
    font-weight: var(--global_font_weight_6);
}
.calculo .curvas .curva .grupo .valores label span {
  background: var(--global_cor_background_4);
  color: var(--global_cor_1);
  padding: 1px 5px 3px;
  border-radius: 4px;
}
.calculo .curvas .curva .grupo .valores input  {
    float:left;
    width:10%;
    padding: 0%;

    height: 20px;

    margin: 0px 0 0 0;
    font-family: var(--global_font_1);
    text-align: center;
    font-weight: var(--global_font_weight_4);
}
.calculo .curvas .curva .grupo .valores .variaveis_dimensao  {
    float:left;
    width:100%;
    padding: 0%;
    height: auto;
    margin: 0px 0 0 0;
    position: relative;
}
.calculo .curvas .curva .grupo .valores .variaveis_dimensao input  {
    float:left;
    width:auto;
    padding: 0%;
    height: auto;
    margin: 5px 0 0 0;
    position: relative;
}
.calculo .curvas .curva .grupo .valores .variaveis_dimensao label  {
    float:left;
    width:auto;
    padding: 0%;
    height: auto;
    margin: 5px 0 0 1%;
    position: relative;
}
.calculo .curvas .curva .grupo .valores .legenda   {
    float:left;
    width:100%;
    padding: 0%;
    height: auto;
    margin: 20px 2% 0px 0;
    font-size: 11px;
}
.calculo .curvas .curva .grupo .valores .legenda .heading   {
    font-weight: var(--global_font_weight_7);
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    color: var(--global_cor_2);
}
.calculo .curvas .curva .grupo .valores .legenda .bloco   {
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    height: auto;
}
.calculo .curvas .curva .grupo .valores .legenda .bloco span.info   {
    float: left;
    width: auto;
    margin: 0 0 0px 0;
    height: auto;
    color: var(--global_cor_5);
}
.calculo .curvas .curva .grupo .valores .legenda .bloco p   {
    float: left;
    width: auto;
    margin: 0 0 0px 5px;
    height: auto;
    color: var(--global_cor_5);
}
.calculo .curvas .curva .grupo .valores .legenda span.info   {
    font-weight: var(--global_font_weight_7);
}
.calculo .curvas .curva .valor_final  {
    float:right;
    width:15%;
    padding: 0%;
    height: 240px;

    margin: 0px 0 0 0;
    position: relative;
}

.calculo .curvas .curva .valor_final input.resultado  {
    top: 50%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0px;
    font-family: var(--global_font_1);
    font-size: 55px;
    text-align: center;
    color: var(--global_cor_5);
    font-weight: var(--global_font_weight_2);
    background: #f7f7f7;
}
.calculo .curvas .curva .valor_final span.resultado  {
    top: 36%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0px;
    font-family: var(--global_font_1);
    font-size: 13px;
    text-align: center;
    color: var(--global_cor_2);
    font-weight: var(--global_font_weight_6);
}

.calculo .curvas .curva .valor_final span.valor  {
    top: 65%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0px;
    font-family: var(--global_font_1);
    font-size: 13px;
    text-align: center;
    color: var(--global_cor_3);
    font-weight: var(--global_font_weight_6);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.ui-widget.ui-widget-content {
  border: 0 !important;
  background: var(--global_cor_4);
}
.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #f00 !important;
	background: #f00 !important;
	color: #454545 !important;
	border-radius: 100% !important;
	width:12px !important;
	height:12px !important;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -7px !important;
}
.ui-slider .ui-slider-range {
	background: var(--global_cor_2) !important;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: 0 !important;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.servicos{
	float: left;

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

.servicos .mastersingle .entrada {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.servicos .mastersingle .entrada .textos.heading {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: inherit;
}
.servicos .mastersingle .entrada .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;
}
.servicos .mastersingle .entrada .media {
    float: left;
    height: auto;
    margin: 0px 0 0px;
    padding: 0 0 0px;
    position: relative;
    width: 50%;
}
.servicos .mastersingle .entrada .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}

.servicos .mastersingle .entrada .media .caixaimagem .slide {
    float: left;
    width: 100%;
    height: 500px;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
.servicos .mastersingle .entrada .media .caixaimagem img {
	width:100%;
	height:auto;
}
.servicos .mastersingle .entrada .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.servicos .mastersingle .entrada .media .caixagaleria .galerias_conteudo {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.servicos .mastersingle .entrada .media .caixagaleria .galerias_conteudo .slide {
    float: left;
    width: 100%;
    height: 450px;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.servicos .mastersingle .entrada .media .caixagaleria .galerias_conteudo img {
    width: 100%;
    height: auto;
}
.servicos .mastersingle .entrada .textos {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.servicos .mastersingle .entrada .textos h2 {
float: left;
  width: 100%;
  margin:40px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 35px;
  font-weight: var(--global_font_weight_8);
}
.servicos .mastersingle .entrada .textos.post-title {
    float: left;
    width: 100%;
    margin: 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    padding: 0;
    height: inherit;
}

.servicos .mastersingle .entrada .textos .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.servicos .mastersingle .entrada .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);
}
.servicos .mastersingle .entrada .textos .all p strong {
    font-weight: var(--global_font_weight_3)
}
.servicos .mastersingle .entrada .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;
}
.servicos .mastersingle .entrada .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;
}
.servicos .mastersingle .entrada .colunas {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.servicos .mastersingle .entrada .colunas.imagem_texto {
	width: 100%;
	margin: 0;
	height: auto;
	position: relative;
	padding: 0;
	float: left;
	flex-basis: 50%;
	order: 1;
}
.servicos .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.medias {
    float: left;
    width: 50%;
    margin:0 0px 0px 0;
    height: auto;
}
.servicos .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.medias .media {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.servicos .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.medias .media .caixagaleria {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.servicos .mastersingle .entrada .colunas .entrada_coluna:nth-child(1).esquerda .media .caixagaleria .slide {
    float: left;
    width: 100%;
    height: 350px;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.servicos .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.outros {
    float: left;
    width: 50%;
    margin:0 0px 0px 0;
    height: auto;
    position: relative;
}
.servicos .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.outros .all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  left: 5%;
}
.servicos .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.outros .all h2 {
    float: left;
  width: 100%;
  margin:0px 0px 10px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 26px;
  font-weight: var(--global_font_weight_8);
}
.servicos .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.outros .all h3 {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 15px;
}

.servicos .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.outros .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 13px;
    line-height: 20px;
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.curvatura{
	float: left;
	height: auto;
	margin: 0px auto 0px;
	padding: 0 0% 80px !important;
	position: relative;
	width: 100%;
	background: #f2f2f2;
}
.curvatura .mastersingle {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.curvatura .mastersingle .topo {
    float: left;
    width: 100%;
    margin: 0 0px 0% 0;
    height: auto;
}
.curvatura .mastersingle .topo .media {
    float: left;
    height: auto;
    margin: 0px 0 0px;
    padding: 0 0 0px;
    position: relative;
    width: 100%;
}

.curvatura .mastersingle .topo .media .caixaimagem {

    float: left;

    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.curvatura .mastersingle .topo .media .caixaimagem img {
	width:100%;
	height:auto;
}
.curvatura .mastersingle .topo .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background: var(--global_cor_1);
}
.curvatura .mastersingle .topo .media .caixagaleria .slide {
	width:100%;
	height:500px;
	float:left;
	margin:0;
	padding:0;
    background-size:100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.curvatura .mastersingle .topo .media .caixagaleria img {
	width:100%;
	height:auto;
	background-size: 100% !important;
}
.curvatura .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);
}
.curvatura .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;
}
.curvatura .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;
}
.curvatura .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;

}
.curvatura .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);
}
.curvatura .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);
}
.curvatura .mastersingle .topo .textos .all p strong {
    font-weight: var(--global_font_weight_3)
}
.curvatura .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;
}
.curvatura .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;
}
.curvatura .mastersingle .topo .textos .all h2{
   float: left;
  width: 100%;
  margin:0 0px 20px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 30px;
  font-family: var(--global_font_2);
  font-weight: var(--global_font_weight_8);
}

.curvatura .mastersingle .colunas.texto_over_image{
    float: left;
    width: 100%;
    margin:0 0%;
    height: auto;
    position: relative;
}
.curvatura .mastersingle .colunas.texto_over_image .entrada_coluna.medias {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}
.curvatura .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%;
}
.curvatura .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;
}
.curvatura .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;
    background-position: 50% 50%;
    background-size: 100%;  
}

.curvatura .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: 15%;
    font-family: var(--global_font_2);
}
.curvatura .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all {
    float: left;
    height: auto;


    margin: 0px 0% 0px;
    padding:0;
    width: 100%;
    position:relative;
}
.curvatura .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);
}
.curvatura .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;
}

.curvatura .mastersingle .colunas.estatiscas {
    float: left;
    width: 100%;
    margin:0px 0% 30px;
    height: auto;
    position: relative;
    padding: 0px 0 0px;
}

.curvatura .mastersingle .colunas.estatiscas .estatiscas {
    float: left;
    width: calc(100% / 3);
    margin:0;
    height: 250px;
    position: relative;
    padding: 20px 0;
}
.curvatura .mastersingle .colunas.estatiscas .estatiscas:nth-child(1) {
    background: #253118;
}
.curvatura .mastersingle .colunas.estatiscas .estatiscas:nth-child(2) {
    background: #454a28;
}
.curvatura .mastersingle .colunas.estatiscas .estatiscas:nth-child(3) {
    background: #847c62;
}

.curvatura .mastersingle .colunas.estatiscas .estatiscas .all {
    float: left;
    width: 80%;
    margin:0;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 1;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    left: 10%;
}
.curvatura .mastersingle .colunas.estatiscas .estatiscas .all h2 {
    float: left;
    width: 100%;
    margin:0 0 20px 0;
    height: auto;
    position: relative;
    font-size: 28px;
    text-align: center;
    font-family: var(--global_font_2);
    letter-spacing: 0px;
    color: var(--global_cor_1);
    text-transform: uppercase;
    line-height: 38px;
}

.curvatura .mastersingle .colunas.estatiscas .estatiscas .all p {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
    color: var(--global_cor_1);
    text-align: center;
    font-weight: var(--global_font_weight_5);
    font-size: 13px;
}
.curvatura .mastersingle .bottom {
    float: left;
    width: 70%;
    margin: 50px 15%;
    height: auto;
}
.curvatura .mastersingle .bottom .entrada {
    width: 100%;
    margin: 0 0.5%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.curvatura .mastersingle .bottom .entrada .imagem {
    width: 50%;
    margin:0;
  height: auto;
  position: relative;
  padding:0;
  float: left;
  flex-basis: 50%;

}
.curvatura .mastersingle .bottom .entrada:nth-child(even) .imagem {
  order: 2;
}
.curvatura .mastersingle .bottom .entrada:nth-child(odd) .imagem {
  order: 1;
}
.curvatura .mastersingle .bottom .entrada .imagem img {
    width: 100%;
    height: auto;
}
.curvatura .mastersingle .bottom .entrada .grupo {
  width: 50%;
  margin:0;
  height: auto;
  position: relative;
  padding:0;
  float: left;
  flex-basis: 50%;

}
.curvatura .mastersingle .bottom .entrada:nth-child(even) .grupo {
  order: 1;
}
.curvatura .mastersingle .bottom .entrada:nth-child(odd) .grupo {
  order: 2;
}
.curvatura .mastersingle .bottom .entrada .grupo_titulos {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    width: 90%;
}
.curvatura .mastersingle .bottom .entrada .grupo .grupo_titulos .titulo {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0;
  height: auto;
  color: var(--global_cor_2);
}
.curvatura .mastersingle .bottom .entrada .grupo .grupo_titulos .titulo a {
  float: left;
  width: 100%;
  margin: 0px 0px 10px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 26px;
  font-weight: var(--global_font_weight_8);
}
.curvatura .mastersingle .bottom .entrada .grupo .grupo_titulos .titulo a:hover {
  color: var(--global_cor_2);
}
.curvatura .mastersingle .bottom .entrada .grupo .grupo_titulos .titulo_post {
  float: left;
  width: 100%;
  margin: 0 0px 0px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 10px;
  font-weight: var(--global_font_weight_4);
  padding: 3px 0;
  border-bottom: 1px dotted #000000;
}
.curvatura .mastersingle .bottom .entrada .grupo .grupo_titulos .titulo_post h2 {
  float: left;
  width: 100%;
  margin: 0 0px 0px 0;

  height: auto;
  color: var(--global_cor_3);
  font-size: 12px;
  font-weight: var(--global_font_weight_4);
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{} 

.curvatura .mastersingle .colunas.titulo-texto-horizontal {
    float: left;
    width: 100%;
    margin:0px 0% 30px;
    height: auto;
    position: relative;
    padding: 0px 0 0px;
}
.curvatura .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal {
    float: left;
    width: calc((100% / 3) - 8%);
    margin:0;
    height: 160px;
    position: relative;
    padding: 40px 4% 50px;
}
.curvatura .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal:nth-child(1) {
    background: #322424;
}
.curvatura .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal:nth-child(2) {
    background: #4e3c3c;
}
.curvatura .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal:nth-child(3) {
    background: #634646;
}

.curvatura .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal .all {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}
.curvatura .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal .all h2 {
    float: left;
    width: 100%;
    margin:0px;
    height: auto;
    position: relative;
    font-size: 25px;
    text-align: center;
    font-family: var(--global_font_2);
    color: var(--global_cor_1);
}

.curvatura .mastersingle .colunas.titulo-texto-horizontal .titulo-texto-horizontal .all p {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
    color: var(--global_cor_1);
    text-align: center;
    font-weight: var(--global_font_weight_6);
    font-size: 14px;
}


.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.curvatura .mastersingle .entrada {
    float: left;
    width: 70%;


    margin:0 15%;
    height: auto;
}
.curvatura .mastersingle .entrada .textos.heading {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: inherit;
}
.curvatura .mastersingle .entrada .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;
}
.curvatura .mastersingle .entrada .media {
    float: left;
    height: auto;
    margin: 0px 0 0px;
    padding: 0 0 0px;
    position: relative;
    width: 50%;
}
.curvatura .mastersingle .entrada .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.curvatura .mastersingle .entrada .media .caixaimagem .slide {
    float: left;
    width: 100%;
    height: 500px;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
.curvatura .mastersingle .entrada .media .caixaimagem img {
	width:100%;
	height:auto;
}

.curvatura .mastersingle .entrada .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;


    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.curvatura .mastersingle .entrada .media .caixagaleria .galerias_conteudo {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.curvatura .mastersingle .entrada .media .caixagaleria .galerias_conteudo .slide {

    float: left;
    width: 100%;
    height: 350px;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.curvatura .mastersingle .entrada .media .caixagaleria .galerias_conteudo img {
    width: 100%;
    height: auto;
}
.curvatura .mastersingle .entrada .textos {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.curvatura .mastersingle .entrada .textos h2 {
	  float: left;
      width: 100%;
      margin: 40px 0;
      height: auto;
      color: var(--global_cor_3);
      font-size: 35px;
	  font-weight: var(--global_font_weight_8);
}
.curvatura .mastersingle .entrada .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%;
}
.curvatura .mastersingle .entrada .textos.post-title {
    float: left;
    width: 100%;
    margin: 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);















    padding: 0;
    height: inherit;
}

.curvatura .mastersingle .entrada .textos .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.curvatura .mastersingle .entrada .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);
}
.curvatura .mastersingle .entrada .textos .all p strong {
    font-weight: var(--global_font_weight_3)
}
.curvatura .mastersingle .entrada .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;
}
.curvatura .mastersingle .entrada .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;
}
.curvatura .mastersingle .entrada .colunas {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.curvatura .mastersingle .entrada .colunas.imagem_texto {
	width: 100%;
	margin: 0;
	height: auto;
	position: relative;
	padding: 0;
	float: left;
	flex-basis: 50%;
	order: 1;
}
.curvatura .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.medias {
    float: left;
    width: 50%;
    margin:0 0px 0px 0;
    height: auto;
}
.curvatura .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.medias .media {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.curvatura .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.medias .media .caixagaleria {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.curvatura .mastersingle .entrada .colunas .entrada_coluna:nth-child(1).esquerda .media .caixagaleria .slide {
    float: left;
    width: 100%;
    height: 350px;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.curvatura .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.outros {

    float: left;
    width: 50%;
    margin:0 0px 0px 0;
    height: auto;
    position: relative;
}
.curvatura .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.outros .all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  left: 5%;
}
.curvatura .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.outros .all h2 {
    float: left;
  width: 100%;
  margin:0px 0px 10px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 26px;
  font-weight: var(--global_font_weight_8);
}
.curvatura .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.outros .all h3 {
    float: left;

    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 15px;
}
.curvatura .mastersingle .entrada .colunas.imagem_texto .entrada_coluna.outros .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 13px;
    line-height: 20px;
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.projectos{
	float: left;
	height: auto;
	margin: 0px auto 0px;
	padding: 0 0% 0px !important;
	position: relative;
	width: 100%;
	background: var(--global_cor_background_1);
}
.projectos .mastersingle {
    float: left;
    width: 72%;
    margin:0 0px 0px 0;
    height: auto;
    padding: 50px 14%;
}
.projectos .mastersingle .entrada {
    float: left;
    width: 48%;
    margin:0 1% 20px 1%;
    height: auto;
}
.projectos .mastersingle .entrada .thumb {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.projectos .mastersingle .entrada .thumb:hover + h2 a {
    color: var(--global_cor_5);
}
.projectos .mastersingle .entrada .thumb:hover  {
    float: left;s
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.projectos .mastersingle .entrada .thumb img {
    width: 100%;
    height: auto;
}
.projectos .mastersingle .entrada h2 {
	font-family: var(--global_font_1);
	color: var(--global_cor_5);
	font-size: 20px;
	font-weight: var(--global_font_weight_6);
	margin: 10px 0 5px 0;
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: var(--global_font_weight_7);
}
.projectos .mastersingle .entrada h2 a {
	color: var(--global_cor_2);
}
.projectos .mastersingle .entrada h2 a:hover {
	color: var(--global_cor_5);
}
.projectos .mastersingle .entrada .categorias {
	font-family: var(--global_font_1);
	color: var(--global_cor_5);
	margin: 0px 0 0px 0;
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: var(--global_font_weight_4);
}
.projectos .mastersingle .entrada .categorias a {
	color: var(--global_cor_5);
}
.projectos .mastersingle .entrada .categorias a:hover {
	color: var(--global_cor_2);
}

.projectos .mastersingle .entrada .media {
    float: left;
    height: auto;
    margin: 0px 0 0px;
    padding: 0 0 0px;
    position: relative;
    width: 50%;
}
.projectos .mastersingle .entrada .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.projectos .mastersingle .entrada .media .caixaimagem .slide {
    float: left;
    width: 100%;
    height: 500px;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
.projectos .mastersingle .entrada .media .caixaimagem img {
	width:100%;
	height:auto;
}
.projectos .mastersingle .entrada .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.projectos .mastersingle .entrada .media .caixagaleria .galerias_conteudo {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.projectos .mastersingle .entrada .media .caixagaleria .galerias_conteudo .slide {
    float: left;
    width: 100%;
    height: 350px;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.projectos .mastersingle .entrada .media .caixagaleria .galerias_conteudo img {
    width: 100%;
    height: auto;
}


.projectos .mastersingle .entrada .textos {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.projectos .mastersingle .entrada .textos h2 {
	font-family: var(--global_font_1);
	color: var(--global_cor_5);
	font-size: 20px;
	font-weight: var(--global_font_weight_6);
	margin: 0;
	width: 100%;
}
.projectos .mastersingle .entrada .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%;
}
.projectos .mastersingle .entrada .textos.post-title {
    float: left;
    width: 100%;
    margin: 0;
    font-family: var(--global_font_1);
    font-size: 21px;
    font-weight: var(--global_font_weight_6);
    padding: 0;
    height: inherit;
}
.projectos .mastersingle .entrada .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;
}

.projectos .mastersingle .entrada .textos .all {

    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.projectos .mastersingle .entrada .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);
}
.projectos .mastersingle .entrada .textos .all p strong {
    font-weight: var(--global_font_weight_3)
}
.projectos .mastersingle .entrada .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;
}
.projectos .mastersingle .entrada .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{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.projectos.inside{
	float: left;
	height: auto;
	margin: 0px auto 0px;
	padding: 0 0% 0px !important;
	position: relative;
	width: 100%;
	background: var(--global_cor_background_1);
}
.projectos.inside .mastersingle {
    float: left;
    width: 72%;
    margin:0 0px 0px 0;
    height: auto;
    padding: 50px 14%;
}
.projectos.inside .mastersingle {
    float: left;
    width: 100%;
    margin:0 0% 0px 0%;
    height: auto;
    padding: 0;
    position:relative;
  
}
.projectos.inside .mastersingle .grupo_imagens {
  float: left;
  width: 100%;
  margin: 0px 0px 0% 0;
  height: auto;
  position: relative;
}
.projectos.inside .mastersingle .certificados_star {
    float: left;
    padding: 0;
    position: absolute;
    z-index: 5;
    width: 90px;
    height: 90px;
    background: url('../svg/star.svg') 50% 50% no-repeat var(--global_cor_background_3);
    top: 0;
    left: 15%;

    background-size: 80%;
    border-radius: 0 0 5px 5px;
}
.projectos.inside .mastersingle .certificados_star:hover {
    background: url('../svg/star.svg') 50% 50% no-repeat var(--global_cor_background_4);
    background-size: 80%;
}
.projectos.inside .mastersingle .thumb {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.projectos.inside .mastersingle .thumb img {
    width: 100%;
    height: auto;
}
.projectos.inside .mastersingle h2 {

	font-family: var(--global_font_1);
	color: var(--global_cor_5);
	font-size: 20px;
	font-weight: var(--global_font_weight_6);
	margin: 10px 0 5px 0;
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: var(--global_font_weight_7);
}
.projectos.inside .mastersingle h2 a {
	color: var(--global_cor_2);
}
.projectos.inside .mastersingle h2 a:hover {
	color: var(--global_cor_5);
}
.projectos.inside .mastersingle .categorias {
	font-family: var(--global_font_1);
	color: var(--global_cor_5);
	margin: 0px 0 0px 0;
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: var(--global_font_weight_4);
}
.projectos.inside .mastersingle .categorias a {
	color: var(--global_cor_5);
}
.projectos.inside .mastersingle .categorias a:hover {
	color: var(--global_cor_2);
}

.projectos.inside .mastersingle .media {
    float: left;
    height: auto;
    margin: 0px 0%;
    padding: 0 0 0px;
    position: relative;
    width: 70%;
}
.projectos.inside .mastersingle .media.pos_0 {
    margin: 0px 0 0px;
    width: 100%;
}
.projectos.inside .mastersingle .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.projectos.inside .mastersingle .media .caixaimagem .slide {

    float: left;

    width: 100%;
    height: 500px;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
.projectos.inside .mastersingle .media .caixaimagem img {
	width:100%;
	height:auto;
}
.projectos.inside .mastersingle .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.projectos.inside .mastersingle .media .caixagaleria .galerias_conteudo {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.projectos.inside .mastersingle .media .caixagaleria .galerias_conteudo .slide {
    float: left;
    width: 100%;
    height: 620px;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.projectos.inside .mastersingle .media .caixagaleria .galerias_conteudo img {
    width: 100%;
    height: auto;
}
.projectos.inside .mastersingle .textos {
    float: left;
    height: auto;
    margin: 0 15%;
    width: 75%;
    padding: 0px 0;
}
.projectos.inside .mastersingle .textos.heading {
    float: left;
    height: auto;
    margin: 30px 15%;
    width: 75%;
    padding: 0px 0;
}
.projectos.inside .mastersingle .textos.heading .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100;
    padding: 0px 0;
}
.projectos.inside .mastersingle .textos.heading .all h2 {
	font-family: var(--global_font_1);
	color: var(--global_cor_5);
	font-size: 16px;
	font-weight: var(--global_font_weight_7);
	margin: 0;
	width: 100%;

}
.projectos.inside .mastersingle .textos h2 {
	font-family: var(--global_font_1);
	color: var(--global_cor_5);
	font-size: 50px;
	font-weight: var(--global_font_weight_3);
	margin: 0;
	width: 100%;
}
.projectos.inside .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%;
}
.projectos.inside .mastersingle .textos.post-title {
    float: left;
    width: 70%;
    margin: 40px 15%;
    font-family: var(--global_font_1);
    font-size: 21px;
    font-weight: var(--global_font_weight_6);
    padding: 0;
    height: inherit;
}
.projectos.inside .mastersingle .textos.post-title .all {
  float: left;
  height: auto;
  margin: 0;
  width: 100%;
  padding: 0px 0;
}
.projectos.inside .mastersingle .textos.heading h2 {
  font-family: var(--global_font_1);
  color: var(--global_cor_5);
  font-size: 22px;
  font-weight: var(--global_font_weight_3);
  margin: 0;
  width: 100%;
}
.projectos.inside .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;
}
.projectos.inside .mastersingle .textos .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.projectos.inside .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);

}
.projectos.inside .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_7);
}
.projectos.inside .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;
}
.projectos.inside .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;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.projectos.inside .ficha_tecnica {
  float: left;
  width: 75%;
  margin: 20px 15% 70px 15%;
  height: auto;
  padding: 0;
}
.projectos.inside .ficha_tecnica .titulo  {
  font-family: var(--global_font_1);
  color: var(--global_cor_5);
  font-size: 20px;
  font-weight: var(--global_font_weight_7);
  margin: 30px 0; 
  width: 100%;
}
.projectos.inside .ficha_tecnica .entrada_ficha_tecnica {
  float: left;
  width: 22%;
  margin: 0px 5px 5px 0%;
  height: auto;
  padding: 10px 1%;

  background: #edecec;
}
.projectos.inside .ficha_tecnica .entrada_ficha_tecnica .label {
  float: left;
  width: auto;
  margin: 0 0% 0px 0%;
  height: auto;
  padding: 0;
    font-weight: var(--global_font_weight_7);
  /*! background: #d8ddde; */
  /*! border-radius: 3px; */
  font-size: 14px;
}
.projectos.inside .ficha_tecnica .entrada_ficha_tecnica .valor {
  float: left;
  width: auto;
  margin: 0 0% 0px 5px;
  height: auto;
  padding: 0;
  font-size: 14px;
}
.projectos.inside .ficha_tecnica .entrada_ficha_tecnica .valor span {
  font-weight: var(--global_font_weight_7);
}
.projectos.inside .ficha_tecnica a.certificados {
  margin: 0 0 0 8px;
  padding: 1px 10px;
  background: url('../svg/plus.svg') 50% 50% no-repeat var(--global_cor_background_3);
  color: var(--global_cor_1);
  font-weight: var(--global_font_weight_6);
  border-radius: 4px;
  background-size: 50%;
}
.projectos.inside .ficha_tecnica .entrada_ficha_tecnica a.certificados:hover {
  background: url('../svg/plus.svg') 50% 50% no-repeat var(--global_cor_background_4);
  background-size: 50%;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.curvas {
    float:left;
    margin:30px 0 0 0;
    width:100%;

    height:auto;
    padding: 0;
}
.curvas .curva {
    float:left;
    margin:0 0.5% 10px 0.5%;
    width:calc((95% / 5));
    height:auto;
    padding: 0%;
    border: 0;
}
.curvas .curva .nome_curva {
  float: left;
  width: 100%;
  margin: 0 0px 10px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 13px;
  font-weight: var(--global_font_weight_7);
}
.curvas .curva .svg {
    float:left;
    margin:0;
    width:100%;
    height:260px;
    padding: 0;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255, 0.7);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.curvas_usadas {
	float: left;
	height: auto;
	margin: 10px 14.5%;
	padding: 0 0% 0px !important;
	position: relative;
	width: 71%;
}
.curvas_usadas .curva_selecionada {
	float: left;
	height: 530px;
	margin: 10px 0px;
	padding: 0 0% 0px !important;
	position: relative;
	width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
    background-size: 50%;
    position: relative;
}
.curvas_usadas .curva_selecionada.n_1 {
	width: 100%;
    height: 310px;
    margin: 0 0.5%;
	background-size: 30%;
}
.curvas_usadas .curva_selecionada.n_2 {
	width: calc((100% / 2) - 1%);
    height: 310px;
    margin: 0 0.5%;
	background-size: 50%;
}
.curvas_usadas .curva_selecionada.n_3 {
	width: calc((100% / 3) - 1%);
    height: 310px;
    margin: 0 0.5%;
	background-size: 80%;
}
.curvas_usadas .curva_selecionada .nome_curva {
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: var(--global_font_weight_8);
  height: 30px;
  line-height: 30px;
  color: var(--global_cor_5);

  position: absolute;
  top: 10px;
  left: 15px;
}
.curvas_usadas .curva_selecionada .nome_curva span {
  text-transform: uppercase;
}

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



.qualidade .mastersingle .topo .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;

	position:relative;
}
.qualidade .mastersingle .topo .media .caixaimagem img {
	width:100%;
	height:auto;
}
.qualidade .mastersingle .topo .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.qualidade .mastersingle .topo .media .caixagaleria .slide {
	width:100%;
	height:570px;
	float:left;
	margin:0;
	padding:0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.qualidade .mastersingle .topo .media .caixagaleria img {
	width:100%;
	height:auto;
	background-size: 100% !important;
}
.qualidade .mastersingle .topo .textos {
    float: left;
    height: auto;
    margin: 90px 15%;
    width: 70%;
    padding: 0px 0;
}
.qualidade .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;
}
.qualidade .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;
}
.qualidade .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;
}


.qualidade .mastersingle .topo .textos .all {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.qualidade .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);
}
.qualidade .mastersingle .topo .textos .all p strong {
    font-weight: var(--global_font_weight_7);
}
.qualidade .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;
}
.qualidade .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;
}
.qualidade .mastersingle .topo .textos.heading {
    float: left;
    height: auto;
    margin: 60px 15%;
    width: 70%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    font-size:21px;

}
.qualidade .mastersingle .topo .textos.heading .all {
    float: left;
    height: auto;
    margin: 0px;
    width: 100%;
    padding: 0px 0;
}
.qualidade .mastersingle .topo .textos.heading .all h2 {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.qualidade .mastersingle .topo .textos.heading .all h2 strong {
    font-weight: var(--global_font_weight_2);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.qualidade .mastersingle .topo .quote {
    float: left;
    height: auto;
    margin: 60px 15% 20px;
    width: 70%;
    padding: 0px 0;
}
.qualidade .mastersingle .topo .quote blockquote {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.qualidade .mastersingle .topo .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;
}
.qualidade .mastersingle .topo .quote blockquote cite strong {
    font-size: 60px;
}
.qualidade .mastersingle .topo .cover {
    float: left;
    height: auto;
    margin: 0px 0 50px 0;
    padding:0;
    width: 100%;
	position:relative;	

}
.qualidade .mastersingle .topo .cover .media {
    float: left;
    height: auto;
    margin: 0;
    padding:0px 0 0 0;
    width: 100%;
	position:relative;
}
.qualidade .mastersingle .topo .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;
}

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

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

.qualidade .mastersingle .topo .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%);
}
.qualidade .mastersingle .topo .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%);
}
.qualidade .mastersingle .topo .cover .textos.center.left {
    top: calc(50%) !important;
    transform: translateY(-50%);
}
.qualidade .mastersingle .topo .cover .textos.center.center {
    top: calc(0%) auto;
    padding: 0;
    left: 0%;
    z-index: 1;
}
.qualidade .mastersingle .topo .cover .textos.center.right {
	top:calc(50%);
	padding:0;
	left: 100%;
	transform: translateX(-100%) translateY(50%);
	z-index: 1;
}
.qualidade .mastersingle .topo .cover .textos.bottom.left {
	top:calc(100% - 80px);
	padding:0;
	left: 0%;
	z-index: 1;
}
.qualidade .mastersingle .topo .cover .textos.bottom.center {
	top:calc(100% - 80px);
	padding:0;

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

.qualidade .mastersingle .topo .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;
}
.qualidade .mastersingle .topo .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;
}
.qualidade .mastersingle .topo .cover .textos .all p em {
    color: var(--corum) !important;
	font-style: normal !important;
	font-size: 26px !important;
}
.qualidade .mastersingle .topo .cover .textos .all p a {
    color: var(--um);
}
.qualidade .mastersingle .topo .cover .textos .all p a:hover {
    color: var(--corum);
}
.qualidade .mastersingle .topo .cover .textos .all .wp-block-button {
    float: left;
    height: auto;
    margin: 90px 35% 50px;
    padding: 0px 0%;
    width: 30%;
    font-weight: 400;
}
.qualidade .mastersingle .topo .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;      
}
.qualidade .mastersingle .topo .cover .textos .all .wp-block-button .wp-block-button__link:hover {
    background: var(--tres);     
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.qualidade .mastersingle .colunas.texto_over_image{
    float: left;
    width: 100%;
    margin:0 0%;
    height: auto;
    position: relative;
}
.qualidade .mastersingle .colunas.texto_over_image .entrada_coluna.medias {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}
.qualidade .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%;
}
.qualidade .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;
}
.qualidade .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;
    background-position: 50% 50%;
    background-size: 100%;  
}
.qualidade .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: 15%;
    font-family: var(--global_font_2);
}
.qualidade .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all {
    float: left;
    height: auto;
    margin: 0px 0% 0px;
    padding:0;
    width: 100%;
    position:relative;
}
.qualidade .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);
}
.qualidade .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;
}
.qualidade .mastersingle .colunas.imagem_texto {
  float: left;
  width: 70%;
  margin: 0 15%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.qualidade .mastersingle .colunas.imagem_texto .entrada_coluna.medias {
  width: 50%;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.qualidade .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.homepage .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media .caixaimagem {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.qualidade .mastersingle .colunas.imagem_texto .entrada_coluna.outros {
  width: 40%;
  margin: 0 3%;
  height: auto;
  position: relative;
  padding: 0;

  flex-basis: 44%;

  order: 1;
}

.qualidade .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
}
.qualidade .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h2 {
  float: left;
  width: 100%;
  margin: 0 0px 10px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 26px;
  font-weight: var(--global_font_weight_8);
}
.qualidade .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h3 {
  float: left;
  width: 100%;
  margin: 5px 0px;
  height: auto;
  color: var(--global_cor_3);
  font-size: 18px;
  font-weight: var(--global_font_weight_6);
}
.qualidade .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--global_font_weight_3);
}
.qualidade .mastersingle .projectos_qualidade {
  float: left;
  height: auto;
  margin: 20px 15%;
  padding: 0 0 0px;
  position: relative;
  width: 70%;
}
.qualidade .mastersingle .projectos_qualidade .projectos_selecionados {
  float: left;
  height: auto;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.qualidade .mastersingle .projectos_qualidade .projectos_selecionados .imagem_projecto  {
  float: left;
  height: auto;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 50%;
}
.qualidade .mastersingle .projectos_qualidade .projectos_selecionados .imagem_projecto .slide  {
  float: left;
  height: 450px;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
.qualidade .mastersingle .projectos_qualidade .projectos_selecionados .imagem_projecto img  {
  height: auto;
  width: 100%;
}
.qualidade .mastersingle .projectos_qualidade .projectos_selecionados .caixa_esquerda  {
  float: left;
  height: 450px;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 50%;
}
.qualidade .mastersingle .projectos_qualidade .projectos_selecionados .caixa_esquerda .all  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 95%;
}
.qualidade .mastersingle .projectos_qualidade .projectos_selecionados .caixa_esquerda .all .titulo  {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 26px;
  font-weight: var(--global_font_weight_7);
}
.qualidade .mastersingle .projectos_qualidade .projectos_selecionados .caixa_esquerda .all .texto  {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 14px;

    font-weight: var(--global_font_weight_4);
    line-height: 24px;

}
.qualidade .mastersingle .projectos_qualidade .projectos_selecionados .caixa_esquerda .all a.view-more  {
    float: left;
    width: auto;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_1);
    font-size: 13px;
    font-weight: var(--global_font_weight_7);
    background: var(--global_cor_background_3);
    padding: 5px 10px;
    border-radius: 3px;
}
.qualidade .mastersingle .projectos_qualidade .projectos_selecionados .caixa_esquerda .all a.view-more:hover  {
    color: var(--global_cor_1);
    background: var(--global_cor_background_4);

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

    height: auto;
}
.formacao .mastersingle .topo .media {
  float: left;
  height: auto;
  margin: 0 15%;
  padding: 0 0 0px;
  position: relative;
  width: 70%;
}

.formacao .mastersingle .topo .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;


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

    background-position: 50% 50%;
}
.formacao .mastersingle .topo .media .caixagaleria img {
	width:100%;
	height:auto;
	background-size: 100% !important;

}
.formacao .mastersingle .topo .textos {
    float: left;
    height: auto;
    margin: 50px 15% 50px;
    width: 70%;
    padding: 0px 0;
}
.formacao .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;
}
.formacao .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;
}
.formacao .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;
}
.formacao .mastersingle .topo .textos .all {
    float: left;

    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.formacao .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);
}
.formacao .mastersingle .topo .textos .all p strong {
    font-weight: var(--global_font_weight_7);
}
.formacao .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;
}
.formacao .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;
}
.formacao .mastersingle .topo .textos.heading {
    float: left;
    height: auto;
    margin: 20px 15%;
    width: 70%;
    padding: 0px 0;
}
.formacao .mastersingle .topo .textos.heading .all {
    float: left;
    height: auto;
    margin: 0px;
    width: 100%;
    padding: 0px 0;
}
.formacao .mastersingle .topo .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;
}
.formacao .mastersingle .topo .textos.heading .all h2 strong {
    font-weight: var(--global_font_weight_2);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.formacao .mastersingle .topo .quote {
    float: left;
    height: auto;
    margin: 60px 15% 20px;
    width: 70%;
    padding: 0px 0;
}
.formacao .mastersingle .topo .quote blockquote {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0px 0;
}
.formacao .mastersingle .topo .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;
}
.formacao .mastersingle .topo .quote blockquote cite strong {
    font-size: 60px;
}
.formacao .mastersingle .topo .cover {
    float: left;
    height: auto;
    margin: 0px 0 50px 0;
    padding:0;
    width: 100%;
	position:relative;	

}
.formacao .mastersingle .topo .cover .media {
    float: left;
    height: auto;
    margin: 0;
    padding:0px 0 0 0;
    width: 100%;
	position:relative;
}
.formacao .mastersingle .topo .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;
}

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

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



.formacao .mastersingle .topo .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%);
}
.formacao .mastersingle .topo .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%);
}
.formacao .mastersingle .topo .cover .textos.center.left {
    top: calc(50%) !important;
    transform: translateY(-50%);
}
.formacao .mastersingle .topo .cover .textos.center.center {
    top: calc(0%) auto;
    padding: 0;
    left: 0%;
    z-index: 1;
}
.formacao .mastersingle .topo .cover .textos.center.right {
	top:calc(50%);
	padding:0;
	left: 100%;
	transform: translateX(-100%) translateY(50%);
	z-index: 1;
}
.formacao .mastersingle .topo .cover .textos.bottom.left {
	top:calc(100% - 80px);

	padding:0;
	left: 0%;
	z-index: 1;
}
.formacao .mastersingle .topo .cover .textos.bottom.center {
	top:calc(100% - 80px);
	padding:0;

	left: 50%;
	z-index: 1;
	transform: translateX(-50%) translateY(50%);
}
.formacao .mastersingle .topo .cover .textos.bottom.right {
	top:calc(100% - 80px);
	padding:0;
	left: 100%;
	z-index: 1;
	transform: translateX(-100%) translateY(50%);

}
.formacao .mastersingle .topo .cover .textos .all {
    float: left;
    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
}

.formacao .mastersingle .topo .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;
}
.formacao .mastersingle .topo .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;
}
.formacao .mastersingle .topo .cover .textos .all p em {
    color: var(--corum) !important;
	font-style: normal !important;
	font-size: 26px !important;
}
.formacao .mastersingle .topo .cover .textos .all p a {
    color: var(--um);
}
.formacao .mastersingle .topo .cover .textos .all p a:hover {
    color: var(--corum);
}
.formacao .mastersingle .topo .cover .textos .all .wp-block-button {
    float: left;
    height: auto;
    margin: 90px 35% 50px;

    padding: 0px 0%;
    width: 30%;
    font-weight: 400;
}
.formacao .mastersingle .topo .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;      


}
.formacao .mastersingle .topo .cover .textos .all .wp-block-button .wp-block-button__link:hover {
    background: var(--tres);     
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.formacao .mastersingle .colunas.texto_over_image{
    float: left;
    width: 100%;
    margin:0 0%;
    height: auto;
    position: relative;
}
.formacao .mastersingle .colunas.texto_over_image .entrada_coluna.medias {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}
.formacao .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%;
}
.formacao .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;
}
.formacao .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;
    background-position: 50% 50%;
    background-size: 100%;  
}

.formacao .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: 15%;
    font-family: var(--global_font_2);
}
.formacao .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all {
    float: left;
    height: auto;
    margin: 0px 0% 0px;
    padding:0;
    width: 100%;
    position:relative;
}
.formacao .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);
}
.formacao .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;
}






.formacao .mastersingle .colunas.imagem_texto {
  float: left;
  width: 70%;
  margin: 0 15%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.formacao .mastersingle .colunas.imagem_texto .entrada_coluna.medias {
  width: 50%;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.formacao .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.formacao .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media .caixaimagem {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.formacao .mastersingle .colunas.imagem_texto .entrada_coluna.outros {
  width: 40%;
  margin: 0 3%;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 44%;

  order: 1;
}

.formacao .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
}
.formacao .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h2 {
  float: left;
  width: 100%;
  margin: 0 0px 10px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 26px;
  font-weight: var(--global_font_weight_8);
}
.formacao .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h3 {
  float: left;
  width: 100%;
  margin: 5px 0px;
  height: auto;
  color: var(--global_cor_3);
  font-size: 18px;
  font-weight: var(--global_font_weight_6);
}
.formacao: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--global_font_weight_3);
}
.formacao .mastersingle .projectos_formacao {
  float: left;
  height: auto;
  margin: 10px 15%;
  padding: 0 0 0px;
  position: relative;
  width: 70%;
}
.formacao .mastersingle .projectos_formacao .projectos_selecionados {
  float: left;
  height: auto;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.formacao .mastersingle .projectos_formacao .projectos_selecionados .imagem_projecto  {
  float: left;
  height: auto;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 50%;
}
.formacao .mastersingle .projectos_formacao .projectos_selecionados .imagem_projecto .slide  {
  float: left;
  height: 350px;
  margin: 0px 0%;
  padding: 0 0 0px;

  position: relative;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
.formacao .mastersingle .projectos_formacao .projectos_selecionados .imagem_projecto img  {
  height: auto;
  width: 100%;
}
.formacao .mastersingle .projectos_formacao .projectos_selecionados .caixa_esquerda  {
  float: left;

  height: 350px;
  margin: 0px 0%;
  padding: 0 0 0px;
  position: relative;
  width: 50%;
}
.formacao .mastersingle .projectos_formacao .projectos_selecionados .caixa_esquerda .all  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 95%;
}
.formacao .mastersingle .projectos_formacao .projectos_selecionados .caixa_esquerda .all .titulo  {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 15px;
  font-weight: var(--global_font_weight_7);
}
.formacao .mastersingle .projectos_formacao .projectos_selecionados .caixa_esquerda .all .texto  {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 13px;
    font-weight: var(--global_font_weight_4);
    line-height: 20px;
}
.formacao .mastersingle .projectos_formacao .projectos_selecionados .caixa_esquerda .all a.view-more  {
    float: left;
    width: auto;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_1);
    font-size: 13px;
    font-weight: var(--global_font_weight_7);
    background: #cbc3bf;
    padding: 5px 10px;
    border-radius: 3px;
}
.formacao .mastersingle .projectos_formacao .projectos_selecionados .caixa_esquerda .all a.view-more:hover  {
    color: var(--global_cor_1);
    background: var(--global_cor_background_3);

}


.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.info_formacao {

    float:left;

    width:70%;
    padding: 30px 15%;
    height: auto;
    margin: 0px 0 0 0;
    background: #cbc3bf;
}
.info_formacao .textos {
    float:left;
    width:100%;
    padding: 0px ;
    height: auto;
    margin: 0px 0 0 0;
}
.info_formacao .textos .all {
    float:left;
    width:100%;
    padding: 0px ;
    height: auto;
    margin: 0px 0 0 0;
}


.info_formacao .textos .all p {
    float:left;
    width:100%;

    padding: 0px ;
    height: auto;
    margin: 0px 0 0 0;
    color: #fff;
    font-weight: var(--global_font_weight_8);
    text-align: center;
    font-size: 26px;

}
.info_formacao .textos .all p a {
  color: var(--global_cor_4);
    background: #e7e1de;
  font-size: 14px;
  padding: 4px 10px 6px;
  border-radius: 3px;
  font-weight: var(--global_font_weight_7);
}
.info_formacao .textos .all p a:hover {
  color: var(--global_cor_1);
  background: var(--global_cor_background_3);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.swiper-button-next, .swiper-button-prev {
	color: var(--global_cor_5) !important;

}

.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px !important;
}

.swiper-pagination-bullet-active {
	background: var(--global_cor_5) !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{}
.faqs-categoria {
    float:left;
    width: 100%;
    margin:50px 0% 0;
}
.homepage  .faqs-categoria {
    float:left;
    width: 70%;
    margin:50px 15% 0;
}
.faq-item {
  border: 1px solid #ddd;
  margin: 0 0 5px 0;
  border-radius: 5px;
  overflow: hidden;
}

.faq-item summary {
    padding: 15px;
    cursor: pointer;
    background-color: red; /* Cor clara quando fechado */
    font-weight: var(--global_font_weight_7);
    position: relative;
    list-style: none;
    transition: background-color 0.3s ease; /* Adiciona transição suave */
    color:#fff;
}


.faq-item[open] summary {
    background-color: #f0f0f0; /* Cor mais escura quando aberto */
}

.faq-item summary::after {
    content: '';
    position: absolute;
    right: 15px;

    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../svg/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;

}

.faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.faq-content {
    padding: 15px;
    background-color: #fff;
    float: left;
    width: 100%;
}

.faq-content p {
    padding: 0;
    color: var(--global_cor_3);
    font-size: 15px;
  line-height: 25px;
    float: left;
    width:100%;
}
.faq-content .wp-block-buttons {
   float: left;
  margin: 5px 0 0px 0px;
}
.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;
}

.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%;
    background: #2d2d2d;
}
.down_enter {
	height: auto;
	margin: 0px 0 0;
	padding: 0px 0 0 0;
	width: 100%;
	float: left;
}
.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;
} .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--global_font_weight_3);
}









.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.info_formacao {

    float:left;

    width:70%;
    padding: 30px 15%;
    height: auto;
    margin: 0px 0 0 0;
    background: #cbc3bf;
}
.info_formacao .textos {
    float:left;
    width:100%;
    padding: 0px ;
    height: auto;
    margin: 0px 0 0 0;
}
.info_formacao .textos .all {
    float:left;
    width:100%;
    padding: 0px ;
    height: auto;
    margin: 0px 0 0 0;
}


.info_formacao .textos .all p {
    float:left;
    width:100%;

    padding: 0px ;
    height: auto;
    margin: 0px 0 0 0;
    color: #fff;
    font-weight: var(--global_font_weight_8);
    text-align: center;
    font-size: 26px;

}
.info_formacao .textos .all p a {
  color: var(--global_cor_4);
    background: #e7e1de;
  font-size: 14px;
  padding: 4px 10px 6px;
  border-radius: 3px;
  font-weight: var(--global_font_weight_7);
}
.info_formacao .textos .all p a:hover {
  color: var(--global_cor_1);
  background: var(--global_cor_background_3);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.swiper-button-next, .swiper-button-prev {
	color: var(--global_cor_5) !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px !important;
}

.swiper-pagination-bullet-active {
	background: var(--global_cor_5) !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{}
.faqs-categoria {
    float:left;
    width: 100%;
    margin:50px 0% 0;
}
.formacao .mastersingle .faqs-categoria {
    float:left;
    width: 70%;
    margin:50px 15% 80px;
}
.faqs-categoria .titulo {
    float: left;
  width: 100%;
  margin: 0px 0 40px 0;
  height: auto;
  color: var(--global_cor_3);
  font-size: 26px;
  text-align: center;
  font-weight: var(--global_font_weight_8);
}
.homepage  .faqs-categoria {
    float:left;
    width: 70%;
    margin:110px 15% 60px;
}

.faq-item {
  border: 1px solid #ddd;
  margin: 0 0 5px 0;
  border-radius: 5px;
  overflow: hidden;
}

.faq-item summary {
    padding: 15px;
    cursor: pointer;
    background-color: var(--global_cor_background_2); /* Cor clara quando fechado */
    font-weight: var(--global_font_weight_6);
    position: relative;
    list-style: none;
    transition: background-color 0.3s ease; /* Adiciona transição suave */
    color:var(--global_cor_3);
}


.faq-item[open] summary {
    background-color: #f0f0f0; /* Cor mais escura quando aberto */
}

.faq-item summary::after {
    content: '';
    position: absolute;
    right: 15px;

    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../svg/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;

}

.faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.faq-content {
    padding: 15px;
    background-color: #fff;
    float: left;
    width: 100%;
}

.faq-content p {
    padding: 0;
    color: var(--global_cor_3);
    font-size: 15px;
  line-height: 25px;
    float: left;
    width:100%;
}
.faq-content .wp-block-buttons {
   float: left;
  margin: 5px 0 0px 0px;
}
.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;
}

.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%;
    background: #2d2d2d;
}
.down_enter {
	height: auto;
	margin: 0px 0 0;
	padding: 60px 0;
	width: 100%;
	float: left;
}
.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;
}