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

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
* {
    margin: 0;
    padding: 0;
}
body {
  font-family: var(--global_font_1);
  text-rendering: optimizeLegibility;
}
html, body {
    height: auto;
    margin: 0px;
    padding: 0;
    background: url(../images/pattern.jpg);
}
.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{}
.header {
  height: auto;
  width: 100%;
  z-index: 6;
  float: left;
  margin: 0;
  padding: 0px 0;
  position: absolute;
  /*! background: #fff; */
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
}
.header.home {
  height: auto;
  width: 100%;
  z-index: 3;
  float: left;
  margin: 0;
  padding: 0px 0;
  position: fixed;
  background: none;
  border-bottom: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
}
.header .colunaesquerda {
    height: auto;
    margin: 0px 10%;
    width: 80%;
    padding: 30px 0 0;
    float: left;
    position: relative;
}

.header.fade-out {
  opacity: 0;
  pointer-events: none;
}

.header.fade-in {
  opacity: 1;
  pointer-events: auto;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.logo {
  width: 15%;
  padding: 0;
  height: 100px;
  background: url("../svg/logo.svg") no-repeat 0% 50%;
  background-size: 100%;
  position: relative;
  float: left;
  margin: 0 3% 0 0;
}
.logo svg {
    width: 100%;
	height:auto;
}
.logo a {
	color:#FF4343;   
}
.logo a:hover {
	color:#2E282A;   
}
lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar {
    display:none;
}
.sidebar1 {
  float: left;
  margin: 38px 0% 0 4%;
  width: 74%;
  padding: 0px 0;
}
.sidebar1 ul {
 float:left;
 margin:0;
 padding:0;
 width:100%;
}
.sidebar1 ul li {
 margin:0;
 padding:0;
 width:100%;
 list-style:none;
 float: left;
}

.sidebar1 ul li .menu {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar1 ul li ul {
 float:left;
 margin:0 ;
 padding:0;
 width:100%;
}
.sidebar1 ul li ul li {
 float:left;
 margin:0 3% 0 0;
 padding:0;
 width:auto;
}
.sidebar1 li.current-menu-item {
  color: var(--global_cor_4) !important;
}
.sidebar1 a {
  display: inline-block;
  color: var(--global_cor_1);
  height: auto;
  font-weight: var(--global_font_weight_4);
  font-size: 15px;
}
.sidebar1 a:hover {
    text-decoration: underline;
}

.sidebar1 li.current-menu-item a,
.sidebar1 li.current-page-item a,
.sidebar1 li.current-page-ancestor a {
 color:var(--global_cor_1) !important;
 font-weight: var(--global_font_weight_7);
}
.sidebar1 li.lo.current-menu-item a,
.sidebar1 li.lo.current-menu-item.current-page-item a,
.sidebar1 li.lo.current-page-ancestor a {
 color:var(--global_cor_1) !important;
 border-bottom: 1px solid var(--global_cor_1);
 font-weight: var(--global_font_weight_7);
 text-decoration: none;
 background: var(--global_cor_background_2);
 padding: 2px 7px;
 border-radius: 3px;
}
.sidebar1 li.lo.current-menu-item a:hover,
.sidebar1 li.lo.current-menu-item.current-page-item a:hover,
.sidebar1 li.lo.current-page-ancestor a:hover {
 background: var(--global_cor_background_4);
}
.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% 30px;
  width: 70%;
}
.sidebar2 ul {
    margin: 0;
    padding: 0;
	width:100%;
	float:left;
}
.sidebar2 ul li {
    list-style: none outside none;
    float: left;
    margin: 0 0% 0 0;
}
.sidebar2 ul li:nth-child(1) {
    width: 20%;
}
.sidebar2 ul li:nth-child(2) {
    width: 25%;
}
.sidebar2 ul li:nth-child(3) {
    width: 20%;
}
.sidebar2 ul li:nth-child(4) {
    width: 20%;
}
.sidebar2 ul li:nth-child(5) {
    width: 10%;
}
.sidebar2 ul li ul {
    float: left;
    margin: 0px 0 0px 0;
    width: 100%;
}
.sidebar2 ul li ul li {
    float: left;
    margin: 0 0 7px 0;
    width: 100% !important;;
}
.sidebar2 ul li ul li a {
    color: var(--global_cor_1);
    display: block;
    float: left;
    font-family: var(--global_font_1);
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 0%;
    width: 90%;
    font-weight: var(--global_font_weight_5);
}
.sidebar2 ul li ul li a:hover {
    color: var(--global_cor_3);
}
.sidebar2 h2 {
  color: var(--global_cor_1);
  display: block;
  float: left;
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_7);
  font-size: 17px;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}
.sidebar2 h4 {
  color: var(--global_cor_3);
  display: block;
  float: left;
  font-family: var(--fontdois);
  font-weight: var(--global_font_weight_4);
  font-size: 19px;
  height: 17px;
  line-height: 17px;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.sidebar2 ul li p {
  color: var(--global_cor_1);
  font-family: var(--global_font_1);
  font-weight: var(--global_font_weight_4);
  font-size: 12px;
  height: auto;
  margin: 0;
  padding: 0px 0 0px;
  width: auto;
  float: left;
  position:relative;
  line-height: 21px;
}
.sidebar2 ul li p small {
  font-size: 11px;
}
.sidebar2 ul li p strong {
    font-weight: var(--global_font_weight_7);
    position: relative;
    padding: 0 0 0 0px;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

	padding: 0px 0 0 0 !important;

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

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

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

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

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


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

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

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

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


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

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

    margin: 0 0.3%;
    padding: 1%;
    text-align: center;
    text-decoration: none;
    width: auto;
}
#footer a.menutab:active, #footer a.menutab:hover {
    /*background: none repeat scroll 0 0 #ffb400;*/
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.regras {
  float: left;
  margin: 0 10%;
  padding: 0px 0% 0px;
  width: 80%;
  height: 100px;
  border-top: 1px dotted #beb6b1;
  border-bottom: 1px dotted #beb6b1;
  background-size: 25%;
}
.per {
  float: left;
  margin: 0px 0%;
  padding: 0px 0% 0px;
  width: 50%;
  background: url(../svg/pagamento.svg) no-repeat 0 50%;
    height: 100px;
  background-size: 26%;
}

.reclamacoes {
  float: left;
  margin: 0px 0%;
  padding: 0px 0% 0px;
  width: 50%;
  background: url(../svg/livro-de-reclamacoes-logo.svg) no-repeat 100% 50%;
    height: 100px;
  background-size: 16%;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.down_master {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0 0 0;
    position: relative;
    width: 100%;
}
.down_enter {
	height: auto;

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

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

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

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