/*************************************/
/*************************************/
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 12px 16px;
  z-index: 10000;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
  text-decoration: none;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
a {
    color: #000000;
    text-decoration: none;
}
p {
    padding: 0;
	color:#FF0000;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
}
#searchform {
    float: right;
    margin: 25px 0 0;
    padding-top: 15px;
}
#s {
    color: #888;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 15px 0px 10px;
    padding: 5px;
    width: 17%;
    background: #2D2D2D;
    border: 1px solid #545454;
    font-family: var_(--global_font_1);
    font-size: 11px;
    text-transform: uppercase;
}
#searchsubmit {
    background-color: var(--global_cor_1);
    border: 0px none;
    color: var(--global_cor_1);
    float: left;
    font-family: var_(--global_font_1);
    font-weight: var(--global_font_weight_5);
    font-size: 11px;
    height: 32px;
    margin: 15px 0px 0px;
    text-decoration: none;
    text-transform: uppercase;
    width: 130px;
    line-height: 32px;
    text-align: center;
}
#searchsubmit:hover, #searchsubmit:focus {
	text-decoration:none;
	background:#fff;
}

/*************************************/
/* HEADER ****************************/
/*************************************/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  color: var(--global_cor_1);
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.controlador {
    position: absolute;
    top: 0;
    left: 0;
    width:20px;
    height: 20px;
    background: red;
    z-index: 500000000;
    display: none;
}
body {
    background:#f5f4f3;
	font-family: var(--global_font_1);
}
html, body {
    height: auto;
    margin: 0px;
    padding: 0;
    background: url(../svg/bkg.svg);
    background-size: 6%;
}
.top {
    height: 140px;
    position: fixed;
    width: 100%;
    float: left;
    z-index: 1;
    background: url(../svg/header.svg) 50% 100% repeat-x;
    background-size: 9%;
}
.top .controlador {
    height: 20px;
    position: fixed;
    width: 20px;
    float: left;
    z-index: 2;
    background: #000;
    display: none;
}
.top.off {
    height: 90px;
    position: fixed;
    width: 100%;
    float: left;
    z-index: 2;
    background: none !important;
    transition: all 0.5s ease;
}
.coluna {
    height: 90px;
    margin: 0;
	padding:0 10%;
	position: relative;
	width: 80%;
    /*! background: #fce2ed; */
}
.logo {
    width:10%;
    position: absolute;
    background: url("../svg/logo.svg") no-repeat 50% 50%;
    height: 110px;
    background-size: 100% !important;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sobre-mim {
    float: left;
    height: auto;
    margin: 0px 10%;
    padding: 80px 0;
    width: 80%;
    background: var(--global_cor_background_white);
}
.sobre-mim .mastersingle {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0 0px 0;
    width: 100%;	
}
.sobre-mim .mastersingle .hero {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.sobre-mim .mastersingle .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; 
}
.sobre-mim  .mastersingle .hero-content {
  position: relative;
  z-index: 1;
}
.sobre-mim .mastersingle .media {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width: 100%;
}
.sobre-mim .mastersingle .media .caixaimagem {
	float:left;
	width:100%;
	height:auto;
	position:relative;
    display: block;
    vertical-align: top;
    line-height: 0;
}
.sobre-mim .mastersingle .media .caixaimagem .bg-render {
	float:left;
	width:100%;
	height:70vh;
	position:relative;
    background-position: 50% 100%;
}
.sobre-mim .mastersingle .media .caixaimagem img {
	width:100%;
	height:auto;
	display: inherit;
	margin: 0;
}
.sobre-mim .mastersingle .textos {
    float: left;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
}
.sobre-mim .mastersingle .textos.muli-align-left {
    float: left;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    padding: 30px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
    border: 2px solid #000;
    border-radius: 10px;
}
.sobre-mim .mastersingle .textos.post-title {
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
}
.sobre-mim .mastersingle  .textos.post-title h1 {
	color: #014a5b;
	font-size: 39px;
	font-weight: var(--global_font_weight_7);
	padding: 00;
	margin: 0;
	font-family: var(--global_font_4);
}
.sobre-mim .mastersingle  .textos.post-title h2 {
	font-family: var(--global_font_1);
	font-size: 30px;
	font-weight: var(--global_font_weight_3);
	margin: 20px 25% 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
}
.sobre-mim .mastersingle .textos.heading {
    float: left;
    width: 100%;
    margin-left:0%;
    margin-right:0%;
    padding: 0;
}
.sobre-mim .mastersingle .textos.heading  h1 {
	font-family: var(--global_font_1);
	color: var(--global_cor_1);
	font-size: 30px;
	font-weight: var(--global_font_weight_8);
	padding: 00;
	margin: 0;
}
.sobre-mim .mastersingle .textos.heading  h2 {
float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 20px;
  font-weight: var(--global_font_weight_7);
}
.sobre-mim .mastersingle .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);
}

.sobre-mim .mastersingle  .textos.heading .all h1 {
  float: left;
  width: 100%;
  margin: 0px 0% 0px 0%;
  font-family: var(--global_font_1);
  color: var(--global_cor_1);
  font-size: 30px;
  font-weight: var(--global_font_weight_7);
  padding: 0;
}
.sobre-mim .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_1);
	font-size: 18px !important;
	line-height: 25px !important;
	font-family: var(--global_font_3);
	font-weight: var(--global_font_weight_6);
}
.sobre-mim .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_6);
}
.sobre-mim .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;
}
.sobre-mim .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;
}
.sobre-mim .mastersingle .colunas{
  float: left;
  width: 100%;
  margin: 0px 0%;
  height: auto;
  position: relative;
}
.sobre-mim .mastersingle .colunas.texto_over_image {
    float: left;
    width: 100%;
    margin:0 0%;
    height: auto;
    position: relative;
}
.sobre-mim .mastersingle .colunas.texto_over_image .entrada_coluna.medias {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}

.sobre-mim .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.sobre-mim .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media .caixaimagem {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.sobre-mim .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media .caixaimagem .bg-render {
  float: left;
  width: 100%;
  height: 850px;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.sobre-mim .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media .caixaimagem .slide {
    float: left;
    width: 100%;
    height: 600px;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;  
}
.sobre-mim .mastersingle .colunas.texto_over_image .entrada_coluna.outros {
    float: left;
    width: 60%;
    margin:0;
    height: auto;
    position: absolute;
    z-index: 1;
    transform: translateX(0%) translateY(60%);
    top: 60%;
    left: 20%;
    font-family: var(--global_font_2);
}
.sobre-mim .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all {
    float: left;
    height: auto;
    margin: 0px 0% 0px;
    padding:0;
    width: 100%;
    position:relative;
}

.sobre-mim.mastersingle .colunas.texto_over_image .entrada_coluna.outros .all h1 {
    float: left;
    height: auto;
    margin: 0px 0% 0px;
    padding:0;
    width: 70%;
    position:relative;
    font-size: 84px;
    font-weight: var(--global_font_weight_8);
    text-transform: uppercase;
    line-height: 70px;
    color: var(--global_cor_1);
}
.sobre-mim .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all h1 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 50px;
  font-weight: var(--global_font_weight_4);
  font-family: var(--global_font_4);
  letter-spacing: -2px;
}
.sobre-mim .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all p {
    height: auto;
    margin: 0px 0% 0px;
    width: 100%;
    position:relative;
    font-size: 16px;
    font-weight: var(--global_font_weight_5);
    display: block !important;
    float: left;
    padding: 0px 0 0 0;
}
.sobre-mim .mastersingle .colunas.imagem_texto {
  float: left;
  width: 100%;
  margin: 0px 0%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.medias {
  width: 50%;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media .caixaimagem {
  float: left;

  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.sobre-mim .mastersingle .colunas.imagem_texto .outros:nth-child(even) {
  margin: 0 0% 0 0%;
  height: auto;
  position: relative;
  padding: 0 0% 0 0%;
  flex-basis: 50%;
  order: 1;
  border-radius: 10px;
}
.sobre-mim .mastersingle .colunas.imagem_texto .outros:nth-child(odd) {
  margin: 0px 0% 0 0%;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
    border-radius: 10px;  
}
.sobre-mim .mastersingle .colunas.imagem_texto .outros:nth-child(even) .walker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  left: 5%;
  width:90%;
}
.sobre-mim .mastersingle .colunas.imagem_texto .outros:nth-child(odd) .walker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width:90%;
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;



  padding: 0;
  position: relative;
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h1 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 35px;
  font-weight: var(--global_font_weight_6);
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h2 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 20px;
  font-weight: var(--global_font_weight_6);
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h3 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 14px;
  font-weight: var(--global_font_weight_6);
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_1);
    font-size: 14px;
    line-height: 21px;
    font-weight: var(--global_font_weight_4);
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .buttons{
    float: left;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .buttons.center{
    text-align: center;
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .buttons.right{
    text-align: right;
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .buttons .wp-block-button{
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width: 100%;
    display: block;
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .buttons .wp-block-button a.wp-block-button__link {
    height: auto;
    margin: 0;
    padding: 0 2%;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    font-weight: var(--global_font_weight_6);
    font-size: 13px;
    background: var(--global_cor_background_1);
}
.sobre-mim .mastersingle .colunas.imagem_texto .entrada_coluna.outros .wp-block-button a.wp-block-button__link:hover  {
background: var(--global_cor_background_2);
}
.sobre-mim .mastersingle .buttons{
    float: left;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
}
.sobre-mim .mastersingle .buttons.center{
    text-align: center;
}
.sobre-mim .mastersingle .buttons.right{
    text-align: right;
}
.sobre-mim .mastersingle .buttons .wp-block-button{
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width: 100%;
    display: block;
}
.sobre-mim .mastersingle .buttons .wp-block-button a.wp-block-button__link {
    height: auto;
    margin: 0;
    padding: 0 1%;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    font-weight: var(--global_font_weight_6);
    font-size: 13px;
    background: var(--global_cor_background_1);
}
.sobre-mim .mastersingle .buttons .wp-block-button a.wp-block-button__link:hover  {
background: var(--global_cor_background_2);
}


.sobre-mim .mastersingle .quote {
    float: left;
    height: auto;
    margin-left: 5%;
    margin-right: 15%;
    width: 90%;
    padding: 0px 0;
}
.sobre-mim .mastersingle .quote p {
    float: left;
    height: auto;
    width: 100%;
    padding: 0px 0;
    font-family: var(--global_font_4);
    font-weight: var(--global_font_weight_4);
    color: var(--global_cor_1);
    font-size: 60px;
    line-height: 55px;
    margin: 0;

    letter-spacing: -2px;
}
.sobre-mim .mastersingle .quote blockquote  {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 0px 0;
}
.sobre-mim .mastersingle .quote blockquote cite  {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 0px 0;
    font-style: normal !important;
    font-size: 12px;
}
.sobre-mim .mastersingle .quote blockquote cite em  {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 0px 0;
    font-family: var(--global_font_2);
    font-weight: var(--global_font_weight_4);
    color: var(--global_cor_1);
    font-size: 12px;
    line-height: auto;
    font-style: normal !important;
}
.sobre-mim .mastersingle .quote blockquote cite em a  {
    text-decoration: underline;
}
.sobre-mim .mastersingle .quote blockquote cite em a:hover  {
    text-decoration: none;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.historias {
    float: left;
    height: auto;
    margin: 0px 10% 70px;
    padding: 0px 0 40px 0;
    width: 80%;
    background: var(--global_cor_background_white);
}
.historias .mastersingle {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0 0px 0;
    width: 100%;	
}
.historias .mastersingle .hero {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.historias .mastersingle .hero-video {
  position: absolute;

  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;         /* não -1 */
}
.historias  .mastersingle .hero-content {
  position: relative;
  z-index: 1;
}
.historias .mastersingle .media {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width: 100%;
}
.historias .mastersingle .media.pos_0 {
    margin: 0px 0;
}
.historias .mastersingle .media .caixaimagem {
	float:left;
	width:100%;
	height:auto;
	position:relative;
    display: block;
    vertical-align: top;
    line-height: 0;
}
.historias .mastersingle .media .caixaimagem .bg-render {
	float:left;
	width:100%;
	height:70vh;
	position:relative;
    background-position: 50% 100%;
}
.historias .mastersingle .media .caixaimagem img {
	width:100%;
	height:auto;
	display: inherit;
	margin: 0;
}
.historias .mastersingle .textos {
    float: left;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    padding: 0px 0;
    font-family: var(--global_font_3);
    font-weight: var(--global_font_weight_4);
}
.historias .mastersingle .textos.muli-align-left {
    float: left;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    padding: 30px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
    border: 2px solid #000;
    border-radius: 10px;
}
.historias .mastersingle .textos.post-title {
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
}
.historias .mastersingle  .textos.post-title h1 {
	color: #014a5b;
	font-size: 39px;
	font-weight: var(--global_font_weight_7);
	padding: 00;
	margin: 0;
	font-family: var(--global_font_4);
}
.historias .mastersingle  .textos.post-title h2 {
	font-family: var(--global_font_1);
	font-size: 30px;
	font-weight: var(--global_font_weight_3);
	margin: 20px 25% 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
}
.historias .mastersingle .textos.heading {
    float: left;
    width: 100%;
    margin-left:0%;
    margin-right:0%;
    padding: 0;
}
.historias .mastersingle .textos.heading  h1 {
	font-family: var(--global_font_1);
	color: var(--global_cor_1);
	font-size: 30px;
	font-weight: var(--global_font_weight_8);
	padding: 00;
	margin: 0;
}
.historias .mastersingle .textos.heading  h2 {
float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 20px;
  font-weight: var(--global_font_weight_7);

}
.historias .mastersingle .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);
}

.historias .mastersingle  .textos.heading .all h1 {
  float: left;
  width: 100%;
  margin: 0px 0% 0px 0%;
  font-family: var(--global_font_4);
  color: var(--global_cor_1);
  font-size: 30px;
  font-weight: var(--global_font_weight_7);
  padding: 0;
}
.historias .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_1);
	font-size: 18px !important;
	line-height: 25px !important;
	font-family: var(--global_font_3);
	font-weight: var(--global_font_weight_3);
}
.historias .mastersingle .textos .all p strong {
	font-weight: var(--global_font_weight_3);
}
.historias .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_6);
    font-size: 22px;
}
.historias .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;
}
.historias .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;
}
.historias .mastersingle .colunas{
  float: left;
  width: 100%;
  margin: 0px 0%;
  height: auto;
  position: relative;
}
.historias .mastersingle .colunas.texto_over_image {
    float: left;
    width: 100%;
    margin:0 0%;
    height: auto;
    position: relative;
}
.historias .mastersingle .colunas.texto_over_image .entrada_coluna.medias {
    float: left;
    width: 100%;
    margin:0;
    height: auto;
    position: relative;
}

.historias .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.historias .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media .caixaimagem {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.historias .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media .caixaimagem .bg-render {
  float: left;
  width: 100%;
  height: 850px;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.historias .mastersingle .colunas.texto_over_image .entrada_coluna.medias .media .caixaimagem .slide {
    float: left;
    width: 100%;
    height: 600px;
    margin: 0px 0 0px 0;
    padding: 0;
	position:relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;  
}
.historias .mastersingle .colunas.texto_over_image .entrada_coluna.outros {
    float: left;
    width: 60%;
    margin:0;
    height: auto;
    position: absolute;
    z-index: 1;
    transform: translateX(0%) translateY(60%);
    top: 60%;
    left: 20%;
    font-family: var(--global_font_2);
}
.historias .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all {
    float: left;
    height: auto;
    margin: 0px 0% 0px;
    padding:0;
    width: 100%;
    position:relative;
}

.historias.mastersingle .colunas.texto_over_image .entrada_coluna.outros .all h1 {
    float: left;
    height: auto;
    margin: 0px 0% 0px;
    padding:0;
    width: 70%;
    position:relative;
    font-size: 84px;
    font-weight: var(--global_font_weight_8);
    text-transform: uppercase;
    line-height: 70px;
    color: var(--global_cor_1);
}
.historias .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all h1 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 50px;
  font-weight: var(--global_font_weight_4);
  font-family: var(--global_font_4);
  letter-spacing: -2px;
}
.historias .mastersingle .colunas.texto_over_image .entrada_coluna.outros .all p {
    height: auto;
    margin: 0px 0% 0px;
    width: 100%;
    position:relative;
    font-size: 16px;
    font-weight: var(--global_font_weight_5);
    display: block !important;
    float: left;
    padding: 0px 0 0 0;
}
.historias .mastersingle .colunas.imagem_texto {
  float: left;
  width: 100%;
  margin: 0px 0%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.medias {
  width: 50%;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media .caixaimagem {
  float: left;

  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.historias .mastersingle .colunas.imagem_texto .outros:nth-child(even) {
  margin: 0 0% 0 0%;
  height: auto;
  position: relative;
  padding: 0 0% 0 0%;
  flex-basis: 50%;
  order: 1;
  border-radius: 10px;
}
.historias .mastersingle .colunas.imagem_texto .outros:nth-child(odd) {
  margin: 0px 0% 0 0%;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
    border-radius: 10px;  
}
.historias .mastersingle .colunas.imagem_texto .outros:nth-child(even) .walker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width:90%;
}
.historias .mastersingle .colunas.imagem_texto .outros:nth-child(odd) .walker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width:90%;
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;



  padding: 0;
  position: relative;
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h1 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 35px;
  font-weight: var(--global_font_weight_6);
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h2 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 20px;
  font-weight: var(--global_font_weight_6);
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all h3 {
  float: left;
  width: 100%;
  margin: 0 0px 5px 0;
  height: auto;
  color: var(--global_cor_1);
  font-size: 14px;
  font-weight: var(--global_font_weight_6);
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all p {
    float: left;
    width: 100%;
    margin:0 0px 0px 0;
    height: auto;
    color: var(--global_cor_1);
    font-size: 14px;
    line-height: 21px;
    font-weight: var(--global_font_weight_4);
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .buttons{
    float: left;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .buttons.center{
    text-align: center;
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .buttons.right{
    text-align: right;
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .buttons .wp-block-button{
    float: left;

    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width: 100%;
    display: block;
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .buttons .wp-block-button a.wp-block-button__link {
    height: auto;
    margin: 0;
    padding: 0 2%;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    font-weight: var(--global_font_weight_6);
    font-size: 13px;
    background: var(--global_cor_background_1);
}
.historias .mastersingle .colunas.imagem_texto .entrada_coluna.outros .wp-block-button a.wp-block-button__link:hover  {
background: var(--global_cor_background_2);
}
.historias .mastersingle .buttons{
    float: left;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
}
.historias .mastersingle .buttons.center{
    text-align: center;
}
.historias .mastersingle .buttons.right{
    text-align: right;
}
.historias .mastersingle .buttons .wp-block-button{
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width: 100%;
    display: block;
}
.historias .mastersingle .buttons .wp-block-button a.wp-block-button__link {
    height: auto;
    margin: 0;
    padding: 0 1%;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    font-weight: var(--global_font_weight_6);
    font-size: 13px;
    background: var(--global_cor_background_1);
}
.historias .mastersingle .buttons .wp-block-button a.wp-block-button__link:hover  {
background: var(--global_cor_background_2);
}


.historias .mastersingle .quote {
    float: left;
    height: auto;
    margin-left: 5%;
    margin-right: 15%;
    width: 90%;
    padding: 0px 0;
}
.historias .mastersingle .quote p {
    float: left;
    height: auto;
    width: 100%;
    padding: 0px 0;
    font-family: var(--global_font_4);
    font-weight: var(--global_font_weight_4);
    color: var(--global_cor_1);
    font-size: 60px;
    line-height: 55px;
    margin: 0;
    letter-spacing: -2px;
}
.historias .mastersingle .quote blockquote  {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 0px 0;
}
.historias .mastersingle .quote blockquote cite  {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 0px 0;
    font-style: normal !important;
    font-size: 12px;
}
.historias .mastersingle .quote blockquote cite em  {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 0px 0;
    font-family: var(--global_font_2);
    font-weight: var(--global_font_weight_4);
    color: var(--global_cor_1);
    font-size: 12px;
    line-height: auto;
    font-style: normal !important;
}
.historias .mastersingle .quote blockquote cite em a  {
    text-decoration: underline;
}
.historias .mastersingle .quote blockquote cite em a:hover  {
    text-decoration: none;
}
.historias .mastersingle .selected_work  {
    float:left;
    width:100%;
    margin: 0;
    padding: 0;
}
.historias .mastersingle .selected_work .entrada {
    float:left;
    margin: 0 0 30px 0;
    padding: 0;
    width: 50% !important;
    height: auto !important;
}
.historias .mastersingle .selected_work .entrada .imagem_projecto {
    float:left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.historias .mastersingle .selected_work .entrada .imagem_projecto img {
    float:left;
    margin: 0;
    padding: 0;
    width: 100%;
    height:auto;
}
.historias .mastersingle .selected_work .entrada .titulo {
    float:left;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-family: var(--global_font_6);
    font-size: 35px;
    letter-spacing: 1px;
}
.historias .mastersingle .selected_work .entrada .titulo a {
    float:left;
    margin: 0;
    padding: 0;
    width: 100%;
    color:#224c67;
}
.historias .mastersingle .selected_work .entrada .titulo a:hover {
    color:#000000;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar1 {
    float: left;
    margin: 23px 0 0 10%;
    padding: 0;
    width: 80%;
    font-family: var(--global_font_2);
    display: none;
}
.sidebar1 .primary-desktop-nav {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
}
.sidebar1 .primary-desktop-nav ul{
display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 100%;
padding: 0;
margin: 0;
}
.sidebar1 .primary-desktop-nav ul li {
flex: 1;
    text-align: center;
}
.sidebar1 .primary-desktop-nav ul li a {
    color: var(--global_cor_1);
    float: left;
    font-family: var(--global_font_2);
    font-size: 16px;
    height: 20px;
    margin: 0;
    padding: 0 0 0 0%;
    width: 100%;
	font-weight: var(--global_font_weight_6);
    line-height: 20px;
    letter-spacing: 1px;
}
.sidebar1 .primary-desktop-nav ul li a:hover {
    color: var(--global_cor_2);
}

.sidebar1 .primary-desktop-nav ul li:nth-child(3) {
    margin-right: 200px; /* Ajuste conforme a largura do seu logo */
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.sidebar2 {
    float: left;
    margin: 0 48% 20px;
    padding: 0;
    width: 4%;
}
.sidebar2 .widget {
    margin: 0;
    padding: 0;
	width:100%;
	float:left;
}
.sidebar2 .widget.texto {
    margin: 0 5% 0 0;
    padding: 0;
	width:30%;

	float:left;
}
.sidebar2 .widget.texto:last-child {
    margin: 0 0% 0 0;
    padding: 0;
	width:100%;

}
.sidebar2 .widget.texto p.widgettitle,
.sidebar2 p.widgettitle {
    color: var(--global_cor_1);

    display: block;
    float: left;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    font-size: 16px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
.sidebar2 .widget.texto p {
	font-weight:var(--global_font_weight_4);
    font-size: 13px;
    height: auto;
    line-height: 22px;
    margin: 0;
    padding:0 0 0px 0px;
    width: 100%;
	color: var(--global_cor_1);
	float: left;
}
.sidebar2 .widget.menu-de-navegacao{
    margin: 0;
    padding: 0;
	width:16%;
	float:left;
}
.sidebar2 .widget.menu-de-navegacao h6 {
    color: var(--global_cor_1);
    display: block;
    float: left;

    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    font-size: 16px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
.sidebar2 .widget.menu-de-navegacao nav.accessible-nav{
    margin: 0;
    padding: 0;
	width:100%;
	float:left;
}
.sidebar2 .widget.menu-de-navegacao nav.accessible-nav ul.menu {
    margin: 0;
    padding: 0;
	width:100%;
	float:left; 
    list-style: none;
}
.sidebar2 .widget.menu-de-navegacao nav.accessible-nav ul.menu li {
    margin: 0;
    padding: 0;
	width:100%;
	float:left;
}

.sidebar2 .widget.menu-de-navegacao nav.accessible-nav ul.menu li a {
    color: var(--global_cor_1);
    display: block;
    float: left;
    font-family: var(--global_font_1);
    font-size: 13px;
    height: 20px;
    margin: 0;
    padding: 0 0 0 0%;
    width: 100%;
	font-weight: var(--global_font_weight_4);
}
.sidebar2 .widget.menu-de-navegacao nav.accessible-nav ul.menu li a:hover {
    color: var(--global_cor_2);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.sidebar3 {
    float: left;
    margin: 0px 0 0;
    padding: 0;
    width: 100%;
}
.sidebar3 .widget {
    margin: 0;
    padding: 0;
	width:20%;
	float:left;
}
.sidebar3 .widget.texto {
    margin: 0;
    padding: 0;
	width:100%;
	float:left;
}
.sidebar3 .widget.texto h6 {
    color: var(--global_cor_1);
    display: block;
    float: left;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    font-size: 20px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
.sidebar3 .widget.texto .textwidget {
    margin: 0;
    padding: 0;
	width:100%;
	float:left;
}
.sidebar3 .widget.texto .textwidget p {

	font-weight:var(--global_font_weight_4);
    font-size: 13px;
    height: auto;
    margin: 0;
    padding:0px 0 0px 0px;
    width: 100%;
	color: var(--global_cor_3);
	text-align: center;
}
.sidebar3 .widget.texto .textwidget p a {
	color: var(--global_cor_3);
}
.sidebar3 .widget.texto .textwidget p a:hover {
	color: var(--global_cor_2);
}


.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.primary-nav {
display: none;
}
.primary-mobile-nav {
    display: block;
    z-index: 5000;
    position: fixed;
    top: 0px;
    font-family: var(--global_font_4);
    font-size: 25px;
    width: 100%;
    text-align: center;
    height: 100vh;
    background: rgba(255, 180, 4, 0.95);
}
.primary-mobile-nav ul {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    transform: translateY(50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    padding: 0;
}
.primary-mobile-nav li {

    float: left;
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
    margin: 0;
    height: 40px;
    line-height: 40px;
    transition: 0.6s;
}
.primary-mobile-nav li:last-child {
	border-bottom:0;
}
.primary-mobile-nav .current_page_item a {
    color:var(--global_cor_1) !important;
}
.primary-mobile-nav li a {
	width:100%;
	font-weight:500;
    color: #000;
}
.primary-mobile-nav li a:hover {
	color: #fff;
}
.primary-mobile-nav li.current_page_item a, .primary-mobile-nav li.current_page_parent a {
	font-weight: var(--global_font_weight_6);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.toogle {
    margin: 0;
    width: auto;
    position: fixed;
    top: 27px;
    z-index: 500000000;
    right: 10%;
    height: auto;
    opacity: 1;
    background: none;
    display: none;
}
.toogle a.icone  {
    height:30px;
    width:30px;
    display: inline-block;
}
.toogle a.icone span {
    height: 1px;
    margin: auto;
    background-color: var(--global_cor_1);
    display: block;
    position: absolute;



    right: 0;
    left: 0;
}
.toogle a.icone span:nth-child(1) {
    top: -13px;
    bottom: 0;
    transform: rotate(0deg);
    transition: opacity .4s,transform .4s;
}
.toogle a.icone span:nth-child(2) {
    top: 0;
    bottom: 0;
    transform: rotate(0deg);
    transition: opacity .4s,transform .4s;
}
.toogle a.icone span:nth-child(3) {
    top: 14px;
    bottom: 0;
    transform: rotate(0deg);
    transition: opacity .4s,transform .4s;
}

.toogle a.none  {
    height:30px;
    width:30px;
    display: inline-block;
	transition: 0.40s;
	-webkit-transition: 0.40s;
	-moz-transition: 0.40s;
	-ms-transition: 0.40s;
	-o-transition: 0.40s;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.toogle a.none:hover  {
transition: 0.40s;
  -webkit-transition: 0.40s;
  -moz-transition: 0.40s;
  -ms-transition: 0.40s;
  -o-transition: 0.40s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}  
.toogle a.none span {
    height: 1px;
    margin: auto;
    background-color: var(--global_cor_1);
    display: block;
    position: absolute;
    right: 0;
    left: 0;
}
.toogle a.none span:nth-child(1) {
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
    transition: opacity .4s,transform .4s;
}
.toogle a.none span:nth-child(2) {
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
    transition: opacity .4s,transform .4s;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.bottom_decor {
  float: left;
  height: 65px;
  margin: 0;
  padding: 0px 0% 0px;
  position: absolute;
  width: 100%;
  background: url(../svg/coracao_footer.svg) repeat-x 0px 100%;
  background-size: 4%;
  bottom: 120px;
  z-index: 2;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
footer {
    float: left;
    height: 160px;
    padding: 0px 0% 0px;
    position: relative;
    width: 100%;
    left: 0;
    background: url(../svg/coracoes.svg) #322521;
    background-size: 0px;
    background-size: 6%;
}
footer .down_master {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    position: relative;
    width: 100%;
}
footer .down_master .down_enter {
    height: auto;
    margin: 60px 0 0;
    padding: 0px 0;
    width: 100%;
    float: left;
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.legal {
	float: left !important;
	height: auto !important;
	margin: 0px 0 0px 0 !important;
	padding: 160px 10% 20px 10% !important;
	position: relative !important;
	width: 80% !important;
	background: var(--global_cor_background_white);
}
.legal.not_loged {
	padding: 190px 15% 20px 15% !important;
}
.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(--global_font_1);;

    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_0);
}
.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(--global_font_1);;
    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(--global_font_1);;
	font-weight: var(--global_font_weight_8);
	font-size: 35px;
	color: var(--global_cor_1);
}
.legal .mastersingle .textos.heading .all h2 {
	float: left;
	height: auto;
	margin: 0;
	width: 100%;
	padding: 0;

	font-family: var(--global_font_1);;

	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(--global_font_1);;
    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_1);
    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_0);
	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_0);
	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{}
/* Botão de pausa */
.swiper-pause {
    position: absolute;
    bottom: 15px;
    right: 70px;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    transition: all 0.2s;

    display: none;
}

.swiper-pause:hover,
.swiper-pause:focus {
    background: rgba(0, 0, 0, 0.9);
    outline: 3px solid #0066cc;
    outline-offset: 2px;
}

.swiper-pause::before {
    content: "❚❚";
    font-size: 16px;
}

.swiper-pause[aria-pressed="true"]::before {
    content: "▶";
}

/* Paginação */
.swiper-pagination-bullet {
    width: 44px;
    height: 44px;
    background: #ccc;
    opacity: 0.6;
    border-radius: 50%;
    margin: 0 4px;
    transition: all 0.2s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0066cc;
}

.swiper-pagination-bullet:focus {
    outline: 3px solid #0066cc;
    outline-offset: 2px;
}

/* Foco nos botões de navegação */
.swiper-button-next,
.swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius:100%;
    color: white;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: 3px solid #0066cc;
    outline-offset: 2px;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #000000 !important;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.vamos_conversar  {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 0px 0;
    background: #F4F4F4;
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}

.vamos_conversar .textos {

    float: left;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
}
.vamos_conversar .textos.post-title {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_6);
    padding: 0;
}
.vamos_conversar .textos.post-title h1 {
	font-family: var(--global_font_1);
	color: var(--global_cor_1);
	font-size: 30px;
	font-weight: var(--global_font_weight_8);
}
.vamos_conversar .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;
}
.vamos_conversar .textos.heading {
    float: left;
    width: 80%;
    margin-left:10%;
    margin-right:10%;
    padding: 0;
}
.vamos_conversar .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);
}
.vamos_conversar .textos.heading .all h2 {
  float: left;
  width: 100%;
  margin: 0px 0% 0px 0%;
  font-family: var(--global_font_2);
  color: var(--global_cor_1);
  font-size: 90px;
  font-weight: var(--global_font_weight_8);
  padding: 0;
  letter-spacing: -2px;
}
.vamos_conversar .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_1);
	font-size: 16px !important;
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_4);
}
.vamos_conversar .textos .all p strong {
    font-weight: var(--global_font_weight_7)
}
.vamos_conversar .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_1);
	font-weight: var(--global_font_weight_4);
	text-decoration: underline;
}
.vamos_conversar .textos .all a:hover {
    color: var(--global_cor_2);
    -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;
}



