@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: #7f3d00;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
* {
    margin: 0;
    padding: 0;

}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.brevemente {
  background: url(http://www.curvar.com/wp-content/themes/curvar/curvar.jpg) 50% 50% no-repeat;
    background-size: auto;
  width: 100%;
  height: 100vh;
  float: left;
  background-size: cover;
}
.caixa_brevemente {

  position: absolute;
  top: 70%;
  left: 50%;
  width: 50%;
  height: 100px;
  z-index: 1;
  transform: translate(-50%, -50%);

}
.caixa_brevemente .logotipo {

  background: url('https://www.curvar.com/wp-content/themes/curvar/svg/logo.svg') no-repeat 50% 50%;
  height: 70px;
  width: 20%;
  float: left;
  position: relative;
  background-size: 100%;
  margin: 0 40%;
}
.caixa_brevemente .texto {
    float:left;
    width: 100%;
    height: auto;
    margin: 0;
    line-height: 45px;
}
.caixa_brevemente .texto h2 {
font-size: 25px;
text-align: center;
color: var(--global_cor_2);
}
.caixa_brevemente .texto h3 {
  font-size: 12px;
  text-align: center;
  color: var(--global_cor_3);
  font-weight: var(--global_font_weight_4);
  border-top: 1px dotted #000000;
  margin: 20px 0 0 0;
  width: 70%;
  margin: 10px 15%;
}
.caixa_brevemente .texto p {
font-size: 15px;
    text-align: center;
    color: var(--global_cor_3 );
line-height: 20px;
}
.caixa_brevemente .texto a {
color: var(--global_cor_3);
text-decoration: underline;
}
.caixa_brevemente .texto p a:hover {
color: var(--global_cor_2);
}
.loading-wheel {
  border: 4px solid #c7c4c4;
  border-top: 4px solid #ee3424;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin: 0 48% 20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.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: 3;
  float: left;
  margin: 0;
  padding: 10px 0;
  background: rgb(254, 254, 254);
  position: absolute;
  box-shadow: 0 0 30px #a7a7a7;
}
.header .colunaesquerda {
    height: auto;
    margin: 0px 15% 0;
    width: 70%;
    padding: 0px 0;
    float: left;
    position: relative;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.logo {
  width: 14%;
  padding: 0;
  height: 120px;
  background: url("../svg/logo.svg") no-repeat 50% 50%;
  background-size: 100%;
  position: relative;
  float: left;
  margin: 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: 60px 5% 0 0;
  padding: 0;
  width: 36%;
}

.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%;
  text-align: right; /* Alinha o conteúdo do submenu à direita */
}

.sidebar1 ul li ul li {
  float: none; /* Remove o float para evitar a inversão da ordem */
  display: inline-block; /* Para que os itens de lista se comportem de maneira correta em linha */
  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_3);
  height: auto;
  font-weight: var(--global_font_weight_4);
  font-size: 15px;
}

.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 {
  float: left;
  margin: 60px 0 00 5%;
  padding: 0;
  width: 37%;
}
.sidebar2 ul {
 float:left;
 margin:0;
 padding:0;
 width:100%;
}
.sidebar2 ul li {
 float:left;
 margin:0;
 padding:0;
 width:100%;
 list-style:none
}
.sidebar2 ul li .menu {
 float:left;
 margin:0;
 padding:0;
 width:100%;

 list-style:none;
}
.sidebar2 ul li ul {
 float:left;
 margin:0 ;
 padding:0;
 width:100%;
}
.sidebar2 ul li ul li {
 float:left;
 margin:0 1%;
 padding:0;
 width:auto;
}
.sidebar2 li.current-menu-item {
  color: var(--global_cor_4) !important;
}
.sidebar2 a {
  display: inline-block;
  color: var(--global_cor_3);
  height: auto;
  font-weight: var(--global_font_weight_4);
  font-size: 15px;
}
.sidebar2 a:hover {
 color:var(--global_cor_2);
}
.sidebar2 li.current-menu-item a,
.sidebar2 li.current-page-item a,
.sidebar2 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);
}
.sidebar2 li.especial.current-menu-item a,
.sidebar2 li.especial.current-page-item a,
.sidebar2 li.especial.current-page-ancestor a {
 color:var(--global_cor_2) !important;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar3 {
  float: left;
  margin: 0px 0;
  padding: 50px 15% 30px;
  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 0% 0 0;
  width: 25%;
}
.sidebar3 ul li:nth-child(2) {
  width: 25%;
  margin: 0 0% 0 0;
}
.sidebar3 ul li:nth-child(3) {
  width: 25%;
  margin: 0px 0% 0 0;
}
.sidebar3 ul li:nth-child(4) {
  width: 25%;
  margin: 0 0% 0 0;
}
.sidebar3 ul li:nth-child(5) {
  width: 15%;
      margin: 0 0% 0 0;
}
.sidebar3 ul li h2 {
	color: #fff;
	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 20px 0;
	padding: 0px;
	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: #e9ba8e;
	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: #fec691;
    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: 10px 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_1) !important;
	font-weight: var(--global_font_weight_6);
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar4 {
	color: var(--global_cor_3);
	float: left;
	margin: 0 15%auto;
	padding: 20px 0;
	width: 70%;
	border-top: 1px dotted var(--global_cor_5);
}
.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: #ed9f56;
    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{}
.ananas {
	float: left;
	height: auto;
	margin: 140px auto 0px;
	padding: 0 0% 80px;
	position: relative;
	width: 100%;
	background: #fefef6;
}
.ananas .mastersingle {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.ananas .mastersingle .topo {
    float: left;
    width: 100%;
    margin: 0 0px 0% 0;
    height: auto;
}
.ananas .mastersingle .topo .media {
    float: left;
    height: auto;
    margin: 0px 0 0px;
    padding: 0 0 0px;
    position: relative;
    width: 100%;
}
.ananas .mastersingle .topo .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.ananas .mastersingle .topo .media .caixaimagem img {
	width:100%;
	height:auto;
}
.ananas .mastersingle .topo .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.ananas .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%;
}
.ananas .mastersingle .topo .media .caixagaleria img {
	width:100%;
	height:auto;
	background-size: 100% !important;
}
.ananas .mastersingle .topo .textos {
    float: left;
    height: auto;
    margin: 10px 15%;
    width: 70%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
}
.ananas .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;
}
.ananas .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;
}
.ananas .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;
}

.ananas .mastersingle .topo .textos.heading {
    float: left;
    width: 100%;
    margin: 0px 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;
}
.ananas .mastersingle .topo .textos.heading h1 {
	font-family: var(--global_font_1);
	color: var(--global_cor_3);
	font-size: 40px;
	font-weight: var(--global_font_weight_7);
	text-align: center;
}
.ananas .mastersingle .topo .textos.heading h2 {
	font-family: var(--global_font_1);
	font-size: 40px;
	font-weight: var(--global_font_weight_7);
	margin: 20px 25%;
	width: 50%;
	height: 50px;
	line-height: 50px;
}
.ananas .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);
}
.ananas .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);
}
.ananas .mastersingle .topo .textos .all p strong {
    font-weight: var(--global_font_weight_7);
}
.ananas .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;
}
.ananas .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;
}
.ananas .mastersingle .topo .colunas {
    float: left;
    width: 70%;
    margin:0 15%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(1).esquerda {
	margin: 0;
	height: auto;
	position: relative;
	padding: 0;
	flex-basis: 50%;
	order: 1;
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(1).esquerda .media {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(1).esquerda .media .caixagaleria {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.ananas .mastersingle .topo .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%;
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita {
    margin: 0;
    height: auto;
    position: relative;
    padding: 0;
    flex-basis: 50%;
    order: 2;
}

.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 5%;
    width: 95%;
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all h2 {
    float: left;
    width: 100%;
    margin:0 0px 20px 0;
    height: auto;
    color: var(--global_cor_2);
    font-size: 30px;
    font-weight: var(--global_font_weight_8);
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all h3 {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 15px;
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all ul{
    float: left;
    width: 98%;
    margin:0 0px 0px 2%;
    height: auto;
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all ul li {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    font-size: 13px;
    line-height: 20px;
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 13px;
    line-height: 20px;
    font-weight: var(--global_font_weight_4);
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).esquerda {
    float: left;
    width: 50%;
    margin:0 0px 0px 0;
    height: auto;
    flex-basis: 50%;
    order: 2;
    position: relative;
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).esquerda .media {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).esquerda .media .caixagaleria {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(2).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%;
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita {
    width: 50%;
    margin: 0;
    height: auto;
    position: relative;
    padding: 0;
    float: left;
    flex-basis: 50%;
    order: 1;
}

.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 95%;
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all h2 {
    float: left;
    width: 100%;
    margin:0 0px 20px 0;
    height: auto;
    color: var(--global_cor_2);
    font-size: 30px;
    font-weight: var(--global_font_weight_8);
}
.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all h3 {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 15px;
}

.ananas .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 13px;
    line-height: 20px;
}

.ananas .mastersingle .topo .cover {
    float: left;
    height: auto;
    margin: 0px 0% 30px 0;
    padding:0;
    width: 100%;
	  position:relative;
}

.ananas .mastersingle .topo .cover .media {
    float: left;
    height: auto;
    margin: 0;
    padding:0px 0 0 0;
    width: 100%;
	  position:relative;
}
.ananas .mastersingle .topo .cover .media .slide {
	width:100%;
	height:61vh;
	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;
}

.ananas .mastersingle .topo .cover .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.ananas .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;
}
.ananas .mastersingle .topo .cover .textos {
    z-index:1;
	top:0;
	left:0;
	position:absolute;	
	width: auto;
}
.ananas .mastersingle .topo .cover .textos.top.left {
	top:calc(0% + 80px);
	left:0;
	padding:0;
}
.ananas .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%);
}
.ananas .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%);
}
.ananas .mastersingle .topo .cover .textos.center.left {
    top: calc(0%);
    padding: 0;
    left: 0%;
    z-index: 1;
}
.ananas .mastersingle .topo .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%;
}
.ananas .mastersingle .topo .cover .textos.center.right {
	top:calc(50%);
	padding:0;
	left: 100%;
	transform: translateX(-100%) translateY(50%);
	z-index: 1;
}
.ananas .mastersingle .topo .cover .textos.bottom.left {
	top:calc(100% - 80px);
	padding:0;
	left: 0%;
	z-index: 1;
}
.ananas .mastersingle .topo .cover .textos.bottom.center {
	top:calc(100% - 80px);
	padding:0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%) translateY(50%);
}
.ananas .mastersingle .topo .cover .textos.bottom.right {
	top:calc(100% - 80px);
	padding:0;
	left: 100%;
	z-index: 1;
	transform: translateX(-100%) translateY(50%);
}
.ananas .mastersingle .topo .cover .textos .all {
    float: left;
    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
}
.ananas .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;
}
.ananas .mastersingle .topo .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_7);
    line-height: 46px !important;
    color: #fff !important;
}
.ananas .mastersingle .topo .cover .textos .all p em {
    color: var(--corum) !important;
	font-style: normal !important;
	font-size: 26px !important;
}
.ananas .mastersingle .topo .cover .textos .all p a {
    color: var(--global_cor_1);
    border: 1px solid #ffffff;
    font-size: 14px;
    padding: 5px 25px 9px;
}
.ananas .mastersingle .topo .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);
}
.ananas .mastersingle .topo .cover .textos .all .wp-block-button {
    float: left;
    height: auto;
    margin: 90px 35% 50px;
    padding: 0px 0%;
    width: 30%;
    font-weight: 400;
}
.ananas .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;      
}
.ananas .mastersingle .topo .cover .textos .all .wp-block-button .wp-block-button__link:hover {
    background: var(--tres);     
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.biotecnologia {
	float: left;
	height: auto;
	margin: 140px auto 0px;
	padding: 0 0% 80px;
	position: relative;
	width: 100%;
	background: #fefef6;
}
.biotecnologia .mastersingle {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.biotecnologia .mastersingle .topo {
    float: left;
    width: 100%;
    margin: 0 0px 0% 0;
    height: auto;
}
.biotecnologia .mastersingle .topo .media {
    float: left;
    height: auto;
    margin: 0px 0 0px;
    padding: 0 0 0px;
    position: relative;
    width: 100%;
}
.biotecnologia .mastersingle .topo .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.biotecnologia .mastersingle .topo .media .caixaimagem img {
	width:100%;
	height:auto;
}
.biotecnologia .mastersingle .topo .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.biotecnologia .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%;
}
.biotecnologia .mastersingle .topo .media .caixagaleria img {
	width:100%;
	height:auto;
	background-size: 100% !important;
}
.biotecnologia .mastersingle .topo .textos {
    float: left;
    height: auto;
    margin: 10px 15%;
    width: 70%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
}
.biotecnologia .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;
}
.biotecnologia .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;
}
.biotecnologia .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;
}
.biotecnologia .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;
	text-align:center;
}
.biotecnologia .mastersingle .topo .textos.heading 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;
}
.biotecnologia .mastersingle .topo .textos.heading h2 {
	font-family: var(--global_font_1);
	font-size: 30px;
	font-weight: var(--global_font_weight_7);
	margin: 0px 25% 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
}
.biotecnologia .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);
}
.biotecnologia .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);
}
.biotecnologia .mastersingle .topo .textos .all p strong {
    font-weight: var(--global_font_weight_7);
}
.biotecnologia .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;
}
.biotecnologia .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;
}
.biotecnologia .mastersingle .topo .colunas {
    float: left;
    width: 70%;
    margin:0 15%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(1).esquerda {
	margin: 0;
	height: auto;
	position: relative;
	padding: 0;
	flex-basis: 50%;
	order: 1;
}
.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(1).esquerda .media {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(1).esquerda .media .caixagaleria {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.biotecnologia .mastersingle .topo .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%;
}
.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita {
    margin: 0;
    height: auto;
    position: relative;
    padding: 0;
    flex-basis: 50%;
    order: 2;
}

.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 5%;
    width: 95%;
}
.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all h2 {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_2);
    font-size: 30px;
    font-weight: var(--global_font_weight_8);
}
.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all h3 {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 15px;
}

.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 13px;
    line-height: 20px;
    font-weight: var(--global_font_weight_4);
}
.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(2).esquerda {
    float: left;
    width: 50%;
    margin:0 0px 0px 0;
    height: auto;
    flex-basis: 50%;
    order: 2;
    position: relative;
}
.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(2).esquerda .media {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(2).esquerda .media .caixagaleria {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(2).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%;
}
.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita {
    width: 50%;
    margin: 0;
    height: auto;
    position: relative;
    padding: 0;
    float: left;
    flex-basis: 50%;
    order: 1;
}

.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 95%;
}
.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all h2 {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_2);
    font-size: 30px;
    font-weight: var(--global_font_weight_8);
}
.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all h3 {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 15px;
}

.biotecnologia .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 13px;
    line-height: 20px;
}

.biotecnologia .mastersingle .topo .cover {
    float: left;
    height: auto;
    margin: 0px 0% 30px 0;
    padding:0;
    width: 100%;
	  position:relative;
}

.biotecnologia .mastersingle .topo .cover .media {
    float: left;
    height: auto;
    margin: 0;
    padding:0px 0 0 0;
    width: 100%;
	  position:relative;
}
.biotecnologia .mastersingle .topo .cover .media .slide {
	width:100%;
	height:61vh;
	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;
}

.biotecnologia .mastersingle .topo .cover .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.biotecnologia .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;
}
.biotecnologia .mastersingle .topo .cover .textos {
    z-index:1;
	top:0;
	left:0;
	position:absolute;	
	width: auto;
}
.biotecnologia .mastersingle .topo .cover .textos.top.left {
	top:calc(0% + 80px);
	left:0;
	padding:0;
}
.biotecnologia .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%);
}
.biotecnologia .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%);
}
.biotecnologia .mastersingle .topo .cover .textos.center.left {
    top: calc(0%);
    padding: 0;
    left: 0%;
    z-index: 1;
}
.biotecnologia .mastersingle .topo .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%;
}
.biotecnologia .mastersingle .topo .cover .textos.center.right {
	top:calc(50%);
	padding:0;
	left: 100%;
	transform: translateX(-100%) translateY(50%);
	z-index: 1;
}
.biotecnologia .mastersingle .topo .cover .textos.bottom.left {
	top:calc(100% - 80px);
	padding:0;
	left: 0%;
	z-index: 1;
}
.biotecnologia .mastersingle .topo .cover .textos.bottom.center {
	top:calc(100% - 80px);
	padding:0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%) translateY(50%);
}
.biotecnologia .mastersingle .topo .cover .textos.bottom.right {
	top:calc(100% - 80px);
	padding:0;
	left: 100%;
	z-index: 1;
	transform: translateX(-100%) translateY(50%);
}
.biotecnologia .mastersingle .topo .cover .textos .all {
    float: left;

    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
}
.biotecnologia .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;
}
.biotecnologia .mastersingle .topo .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_7);
    line-height: 46px !important;
    color: #fff !important;
}
.biotecnologia .mastersingle .topo .cover .textos .all p em {
    color: var(--corum) !important;
	font-style: normal !important;
	font-size: 26px !important;
}
.biotecnologia .mastersingle .topo .cover .textos .all p a {
    color: var(--global_cor_1);
    border: 1px solid #ffffff;
    font-size: 14px;
    padding: 5px 25px 9px;
}
.biotecnologia .mastersingle .topo .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);
}
.biotecnologia .mastersingle .topo .cover .textos .all .wp-block-button {
    float: left;
    height: auto;
    margin: 90px 35% 50px;
    padding: 0px 0%;
    width: 30%;
    font-weight: 400;
}
.biotecnologia .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;      
}
.biotecnologia .mastersingle .topo .cover .textos .all .wp-block-button .wp-block-button__link:hover {
    background: var(--tres);     
}




.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.compostagem {
	float: left;
	height: auto;
	margin: 140px auto 0px;
	padding: 0 0% 80px;
	position: relative;
	width: 100%;
	background: #fefef6;
}
.compostagem .mastersingle {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}
.compostagem .mastersingle .topo {
    float: left;
    width: 100%;
    margin: 0 0px 0% 0;
    height: auto;
}
.compostagem .mastersingle .topo .media {
    float: left;
    height: auto;
    margin: 0px 0 0px;
    padding: 0 0 0px;
    position: relative;
    width: 100%;
}
.compostagem .mastersingle .topo .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.compostagem .mastersingle .topo .media .caixaimagem img {
	width:100%;
	height:auto;
}
.compostagem .mastersingle .topo .media .caixagaleria {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0;
    padding: 0;
	position: relative;
}
.compostagem .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%;
}
.compostagem .mastersingle .topo .media .caixagaleria img {
	width:100%;
	height:auto;
	background-size: 100% !important;
}
.compostagem .mastersingle .topo .textos {
    float: left;
    height: auto;
    margin: 10px 15%;
    width: 70%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
}
.compostagem .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;
}
.compostagem .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;
}
.compostagem .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;
}
.compostagem .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;
	text-align:center;
}
.compostagem .mastersingle .topo .textos.heading 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;
}
.compostagem .mastersingle .topo .textos.heading h2 {
	font-family: var(--global_font_1);
	font-size: 30px;
	font-weight: var(--global_font_weight_7);
	margin: 0px 25% 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
}
.compostagem .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);
}
.compostagem .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);
}
.compostagem .mastersingle .topo .textos .all p strong {
    font-weight: var(--global_font_weight_7);
}
.compostagem .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;
}
.compostagem .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;
}
.compostagem .mastersingle .topo .colunas {
    float: left;
    width: 70%;
    margin:0 15%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(1).esquerda {
	margin: 0;
	height: auto;
	position: relative;
	padding: 0;
	flex-basis: 50%;
	order: 1;
}
.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(1).esquerda .media {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(1).esquerda .media .caixagaleria {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.compostagem .mastersingle .topo .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%;
}
.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita {
    margin: 0;
    height: auto;
    position: relative;
    padding: 0;
    flex-basis: 50%;
    order: 2;
}

.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 5%;
    width: 95%;
}
.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all h2 {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_2);
    font-size: 30px;
    font-weight: var(--global_font_weight_8);
}
.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all h3 {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 15px;
}

.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(2).direita .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 13px;
    line-height: 20px;
    font-weight: var(--global_font_weight_4);
}
.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(2).esquerda {
    float: left;
    width: 50%;
    margin:0 0px 0px 0;
    height: auto;
    flex-basis: 50%;
    order: 2;
    position: relative;
}
.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(2).esquerda .media {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(2).esquerda .media .caixagaleria {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
}

.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(2).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%;
}
.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita {
    width: 50%;
    margin: 0;
    height: auto;
    position: relative;
    padding: 0;
    float: left;
    flex-basis: 50%;
    order: 1;
}

.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 95%;
}
.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all h2 {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_2);
    font-size: 30px;
    font-weight: var(--global_font_weight_8);
}
.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all h3 {
    float: left;
    width: 100%;
    margin:0 0px 10px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 15px;
}

.compostagem .mastersingle .topo .colunas .entrada_coluna:nth-child(1).direita .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_3);
    font-size: 13px;
    line-height: 20px;
}

.compostagem .mastersingle .topo .cover {
    float: left;
    height: auto;
    margin: 0px 0% 30px 0;
    padding:0;
    width: 100%;
	  position:relative;
}

.compostagem .mastersingle .topo .cover .media {
    float: left;
    height: auto;
    margin: 0;
    padding:0px 0 0 0;
    width: 100%;
	  position:relative;
}
.compostagem .mastersingle .topo .cover .media .slide {
	width:100%;
	height:61vh;
	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;
}

.compostagem .mastersingle .topo .cover .media .caixaimagem {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
}
.compostagem .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;
}
.compostagem .mastersingle .topo .cover .textos {
    z-index:1;
	top:0;
	left:0;
	position:absolute;	
	width: auto;
}
.compostagem .mastersingle .topo .cover .textos.top.left {
	top:calc(0% + 80px);
	left:0;
	padding:0;
}
.compostagem .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%);
}
.compostagem .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%);
}
.compostagem .mastersingle .topo .cover .textos.center.left {
    top: calc(0%);
    padding: 0;
    left: 0%;
    z-index: 1;
}
.compostagem .mastersingle .topo .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%;
}
.compostagem .mastersingle .topo .cover .textos.center.right {
	top:calc(50%);
	padding:0;
	left: 100%;
	transform: translateX(-100%) translateY(50%);
	z-index: 1;
}
.compostagem .mastersingle .topo .cover .textos.bottom.left {
	top:calc(100% - 80px);
	padding:0;
	left: 0%;
	z-index: 1;
}
.compostagem .mastersingle .topo .cover .textos.bottom.center {
	top:calc(100% - 80px);
	padding:0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%) translateY(50%);
}
.compostagem .mastersingle .topo .cover .textos.bottom.right {
	top:calc(100% - 80px);
	padding:0;
	left: 100%;
	z-index: 1;
	transform: translateX(-100%) translateY(50%);
}
.compostagem .mastersingle .topo .cover .textos .all {
    float: left;

    height: auto;
    margin: 0px 0;
    padding: 0px 0%;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
}
.compostagem .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;
}
.compostagem .mastersingle .topo .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_7);
    line-height: 46px !important;
    color: #fff !important;
}
.compostagem .mastersingle .topo .cover .textos .all p em {
    color: var(--corum) !important;
	font-style: normal !important;
	font-size: 26px !important;
}
.compostagem .mastersingle .topo .cover .textos .all p a {
    color: var(--global_cor_1);
    border: 1px solid #ffffff;
    font-size: 14px;
    padding: 5px 25px 9px;
}
.compostagem .mastersingle .topo .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);
}
.compostagem .mastersingle .topo .cover .textos .all .wp-block-button {
    float: left;
    height: auto;
    margin: 90px 35% 50px;
    padding: 0px 0%;
    width: 30%;
    font-weight: 400;
}
.compostagem .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;      
}
.compostagem .mastersingle .topo .cover .textos .all .wp-block-button .wp-block-button__link:hover {
    background: var(--tres);     
}





.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}


.lllllllllllll MAPS llllllllllllll {}

.masterpontos {
    float: left;
    height: auto;
    margin: 20px 0 0 0;
    padding: 10px 0% 0px;
    width: 100%;
    background: url(images/cornucopia.png) no-repeat 50% 0%;
}
.content_pontos {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.pontosdescreve {
    float: left;
    height: 150px;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    margin: 0 0% 0 0;
    background: rgb(222, 209, 181, 0.3);
}
.pontosdescreve p {
    width: 100%;
    font-size: 12px;
    color: #000;
    line-height: normal;
    margin: 0;
    border: 0 !important;
    height: auto !important;
    padding: 0;
    font-weight: 600;
    font-family: "Titillium Web";
    text-transform: uppercase;
    text-align: center;
}
.pontosdescreve h1 {
    padding: 0;
    margin: 0px 0 0 0px;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    font-family: "Titillium Web";
    height: 30px;
    border: 0;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
.pontosdescreve h1 a {
    color: #134592;
	font-size:13px;
}
.pontosdescreve h1 a:hover {
    color: #000;
}
.pontosdescreve a {
    color: #000;
	-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;
}
.pontosdescreve a:hover {
    color: #ffb400;
	-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;
}
#map-canvas {
    width: 100%;
    height: 80vh;
    float: left;
}


.pontosbottom {
    float: left;
    width: 100%;
    height: auto;
    margin: 30px 0 10px;
    border-top: 0;
    padding: 0;
    text-align: center;
}
.pontosbottom h1 {
    padding: 0;
    margin: 0px 0 0 0px;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    font-family: "Titillium Web";
    height: 30px;
    border: 0;
    line-height: 30px;
    color: #134592;
    font-weight: 700;
}
.pontosconteudobottom {
    float: left;
    width: 100%;
    margin: 0%;
    height: auto;
}
.pontosconteudobottom p {
    float: left;
    width: 100%;
    margin: 0%;
    height: auto;
    color: #666;
    font-size: 14px;
}
.pontostextossingle {
    float: left;
    height: auto;
    margin: 0;
    width: 50%;
    color: #fff;
}
.pontostextossingle p {
    width: 100%;
    float: left;
    color: #777;
    font-family: "Titillium Web";
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}
.pontostextossingle a {
    font-weight: 900;
    color: #232323;
	-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;
}
.pontostextossingle a:hover {
    color: #ffb400;
    -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;
}
.pontosdescrevegrande {
    float: left;
    height: auto;
    margin: 0px 0% 20px 0%;
    padding: 0;
    width: 100%;
}





.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.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{}
.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: ;
}
.down_enter {
	height: auto;
	margin: 0px 0 0;
	padding: 0px 0 0 0;
	width: 100%;
	float: left;
	background: #ac5300;
}
.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;
}