/*************************************/
/*************************************/
.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{}

body {
    background:var(--global_cor_background_1);
	font-family: var(--global_font_1);
}
html, body {
    height: auto;
    margin: 0px;
    padding: 0;
    background: #f4f4f4;
}
.top {
    height: 90px;
    position: fixed;
    width: 100%;
    float: left;
    z-index: 2;
    background: var(--global_cor_background_white);
    transition: all 0.5s ease;
}
.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: absolute;
	width: 80%;
}
.logo {
    float: left;
    margin: 18px 0px 0px 0;
    width: 16%;
    position: relative;
    transition: top 2s;
    background: url("../svg/logo.svg") no-repeat 0 50%;
    height: 55px;
    background-size: 100%;
}
.top.off .logo {
    background: url("../svg/logo_w.svg") no-repeat 0 50%;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.quem_somos{
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width: 100%;	
}
.quem_somos .mastersingle {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;	
    background: #f9f8f7;
}
.quem_somos .mastersingle .textos .all  {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;	
}
.quem_somos .mastersingle .textos .all h1 {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;	
    color: var(--global_cor_1);
}
.quem_somos .mastersingle .colunas {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;
    position: relative
}
.quem_somos .mastersingle .colunas .medias {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;	
}
.quem_somos .mastersingle .colunas .medias .hero {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.quem_somos .mastersingle .colunas .medias .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;         /* não -1 */
}
.quem_somos .mastersingle .colunas .medias .hero-content {
  position: relative;
  z-index: 1;
}
.quem_somos .mastersingle .colunas .outros {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 10% 0px;
    width:80%;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 1;
    transition: all 1.5s ease;
}
.quem_somos .mastersingle .colunas .outros.off {
    margin: 0 0 0 5%;
    transition: all 1.5s ease;
    opacity: 0;
}
.quem_somos .mastersingle .colunas .outros .all {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;
    position: relative;
}
.quem_somos .mastersingle .colunas .outros .all h1 {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:70%;
    position: relative;
    color: #000000;
    font-size: 90px;
    font-weight: var(--global_font_weight_8);
    /*! text-transform: uppercase; */
    font-family: var(--global_font_2);
    letter-spacing: -3px;
}
.quem_somos .mastersingle .colunas .outros .all p {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width:70%;
    position: relative;
    color: #000000;
    font-size: 30px;
    font-weight: var(--global_font_weight_3);
    font-family: var(--global_font_1);
    line-height: 32px;
}
.quem_somos .mastersingle .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);
}
.quem_somos .mastersingle .topo .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;
}
.quem_somos .mastersingle .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);
}
.quem_somos .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;
}
.quem_somos .mastersingle .textos.heading {
    float: left;
    width: 80%;
    margin-left:10%;
    margin-right:10%;
    padding: 0;
}
.quem_somos .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);
}
.quem_somos .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: 41px;
  font-weight: var(--global_font_weight_7);
  padding: 0;
}
.quem_somos .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: 16px !important;
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_5);
}
.quem_somos .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_7)
}
.quem_somos .mastersingle .textos .all a {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: var(--global_cor_3);
	font-weight: var(--global_font_weight_5);
	text-decoration: underline;
}
.quem_somos .mastersingle .textos .all a:hover {
    color: var(--cordois);
    -webkit-transition: color .25s ease-in-out;

    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}



.quem_somos .mastersingle .mix {
    float: left;
    height: auto;
    margin: 30px 10% 0;
    padding: 0px 0% 0px;
    width:80%;
    position: relative;
}
.quem_somos .mastersingle .mix .entrada {
    float: left;
    height: 300px;
    margin: 0 0 0px 0;
    padding: 0px 0%;
    width:calc(100% / 3);
    position: relative;
}
.quem_somos .mastersingle .mix .entrada .textos {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    width: 80%;
    padding: 0px 0;
    font-family: var(--global_font_1);
    font-weight: var(--global_font_weight_4);
}
.quem_somos .mastersingle .mix .entrada .textos .all {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;
    position: relative;
}
.quem_somos .mastersingle .mix .entrada  .textos.post-title h2 {
  font-family: var(--global_font_1);
  font-size: 20px;
  font-weight: var(--global_font_weight_7);
  margin: 0px 0;
  width: 100%;
  height: auto;
}
.quem_somos .mastersingle .mix .entrada .textos.all h2 {
  float: left;
  height: auto;
  margin: 0;
  padding: 0px 2% 0px;
  width: 70%;
  position: relative;
  color: #000000;
  font-size: 90px;
  font-weight: var(--global_font_weight_8);
  font-family: var(--global_font_2);
  letter-spacing: -3px;
}
.quem_somos .mastersingle .mix .entrada .textos .all p {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 10%;
    width:80%;
    position: relative;
    color: #000000;
    font-size:21px;
    font-weight: var(--global_font_weight_3);
    font-family: var(--global_font_1);
    line-height: 30px;
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.oquefazemos{
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width: 100%;	
}
.oquefazemos .mastersingle {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;	
    background: #f9f8f7;
}
.oquefazemos .mastersingle .textos .all  {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;	
}
.oquefazemos .mastersingle .textos .all h1 {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;	
    color: var(--global_cor_1);
}
.oquefazemos .mastersingle .colunas {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;
    position: relative
}
.oquefazemos .mastersingle .colunas .medias {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;	
}
.oquefazemos .mastersingle .colunas .medias .hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
.oquefazemos .mastersingle .colunas .medias .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;         /* não -1 */
}
.oquefazemos .mastersingle .colunas .medias .hero-content {
  position: relative;
  z-index: 1;
}
.oquefazemos .mastersingle .colunas .outros {
    float: left;
    height: auto;
    margin: 0 0 0 9%;
    padding: 0px 0% 0px;
    width:80%;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 1;
    transition: all 1.5s ease;
}
.oquefazemos .mastersingle .colunas .outros.off {
    transition: all 1.5s ease;
    opacity: 0;
}
.oquefazemos .mastersingle .colunas .outros .all {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;
    position: relative;
}
.oquefazemos .mastersingle .colunas .outros .all h1 {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:100%;
    position: relative;
    color: #000000;
    font-size: 90px;
    font-weight: var(--global_font_weight_8);
    font-family: var(--global_font_2);
    letter-spacing: -2px;
}
.oquefazemos .mastersingle .colunas .outros .all p {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0% 0px;
    width:70%;
    position: relative;
    color: #000000;
    font-size: 30px;
    font-weight: var(--global_font_weight_3);
    font-family: var(--global_font_1);
    line-height: 32px;
}
.oquefazemos .mastersingle .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);
}
.oquefazemos .mastersingle .topo .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;
}
.oquefazemos .mastersingle .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);
}
.oquefazemos .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;
}
.oquefazemos .mastersingle .textos.heading {
    float: left;
    width: 80%;
    margin-left:10%;
    margin-right:10%;
    padding: 0;
}
.oquefazemos .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);
}
.oquefazemos .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: 41px;
  font-weight: var(--global_font_weight_7);
  padding: 0;
}
.oquefazemos .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: 16px !important;
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_5);
}
.oquefazemos .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_7)
}
.oquefazemos .mastersingle .textos .all a {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: var(--global_cor_3);
	font-weight: var(--global_font_weight_5);
	text-decoration: underline;
}
.oquefazemos .mastersingle .textos .all a:hover {
    color: var(--cordois);
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.oquefazemos .mastersingle .selected_work {
    float: left;
    height: auto;
    margin: 30px 0;
    padding: 0px 9% 0px;
    width:82%;
    position: relative
}
.oquefazemos .mastersingle .selected_work h2 {
  color: var(--global_cor_1);
  float: left;
  font-weight: var(--global_font_weight_7);
  font-size: 25px;
  font-style: normal;
  height: auto;
  margin: 10px 0 10px 0;
  padding: 0;
  width: 100%;
  font-family: var(--global_font_1);
}
.oquefazemos .mastersingle .selected_work .entrada {
    float: left;
    height: 560px;
    margin: 0%;
    padding: 0px 0% 0px;
    width:calc((100% / 2) - 2%);
    position: relative
}
.oquefazemos .mastersingle .selected_work .entrada .imagem_projecto {
    float: left;
    height: auto;
    margin: 0 0%;
    padding: 0px 0% 0px;
    width:100%;
    position: relative
}
.oquefazemos .mastersingle .selected_work .entrada .imagem_projecto img {
    height: auto;
    width:100%;
}
.oquefazemos .mastersingle .selected_work .entrada .titulo {
    color: var(--global_cor_1);
    float: left;
    font-weight: var(--global_font_weight_7);
    font-size: 20px;
    font-style: normal;
    height: auto;

    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
    font-family: var(--global_font_1);
}
.oquefazemos .mastersingle .selected_work .entrada .titulo a {
    color:var(--global_cor_1);
}	
.oquefazemos .mastersingle .selected_work .entrada a:hover {
    color:var(--global_cor_2);
}
.oquefazemos .mastersingle .selected_work .entrada .texto {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
}
.oquefazemos .mastersingle .selected_work .entrada .texto p {
    color: var(--global_cor_1);
    float: left;
    font-weight: var(--global_font_weight_5);
    font-size: 19px;
    font-style: normal;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
    font-family: var(--global_font_1);
    line-height: 26px;
}

.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.oquefazemos .mastersingle .actividades {
  float: left;
  height: auto;
  margin: 0;
  padding: 0px 10% 20px;
  width: 80%;
}
.oquefazemos .mastersingle .actividades .entrada {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 5% 0px;
    width:90%;	
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0 0%;
    position: relative;
    width: 100%;
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .thumb {
    width: 60%;
    float: left;
    height: 160px;
    margin: 20px 20% 0px;
    background-repeat: no-repeat !important;
    background-size: 80% !important;
    background-position: 50% 50% !important;
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .thumb img {
    width: 100%;
    height: auto;
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve {
    float: left;
    height: 220px;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos.post-title {
    float: left;
    height: auto;
    margin: 0px 0 10px 0;
    padding: 0%;
    position: relative;
    width: 100%;
    display: inherit;
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos.post-title .all {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos.post-title .all h2 {
    float: left;
    font-family: var(--global_font_1);
    font-size: 19px;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    margin: 0px 0px 0 0%;
    padding: 0;
    width: 100%;
    font-weight: var(--global_font_weight_7);
    border-bottom: 1px solid #000;
    color: var(--global_cor_1);
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos.heading {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
    display: inherit;
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos.heading .all {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos.heading .all h3 {
    float: left;
    font-family: var(--global_font_1);
    font-size: 13px;
    font-style: normal;
    height: auto;
    line-height: 20px;
    margin: 0px 0px 0 0%;
    padding: 0;
    width: 100%;
    font-weight: var(--global_font_weight_7);
    color: var(--global_cor_1);
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
    display: none;
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos .all {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
}

.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos .all p {
  float: left;
  height: auto;
  margin: 0px 0;
  padding: 0px 0%;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-dois);
  color: blue;
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos .all p a {
    color:var(--global_cor_1);
    font-weight: var(--global_font_weight_7);
}
.oquefazemos .mastersingle .actividades .entrada header.primeiros .descreve .textos .all p a:hover {
    color:var(--global_cor_2);
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group {
    float: left;
    height: 300px;
    margin: 0px 0 0 0;
    padding: 0 0%;
    position: relative;
    width: 100%;
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos {
    float: left;
    height: 110px;
    margin: 0px 0 0 0;
    padding: 0 0%;
    position: relative;
    width: 100%;
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos.post-title {
    float: left;
    height: auto;
    margin: 0px 0 10px 0;
    padding: 0%;
    position: relative;
    width: 100%;
    display: inherit;
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos.post-title .all {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos.post-title .all h4 {
    float: left;
    font-family: var(--global_font_1);
    font-size: 14px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    margin: 0px 0px 0 0%;
    padding: 0;
    width: 100%;
    font-weight: var(--global_font_weight_7);
    border-bottom: 1px solid #000;
    color: var(--global_cor_1);
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos.heading {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
    display: inherit;
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos.heading .all {
    float: left;

    height: auto;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos.heading .all h5 {
    float: left;
    font-family: var(--global_font_1);
    font-size: 12px;
    font-style: normal;
    height: auto;
    line-height: 20px;
    margin: 0px 0px 0 0%;
    padding: 0;
    width: 100%;
    font-weight: var(--global_font_weight_4);
    color: var(--global_cor_1);
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
    display: none;
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos .all {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0%;
    position: relative;
    width: 100%;
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos .all p {
  float: left;
  height: auto;
  margin: 0px 0;
  padding: 0px 0%;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-dois);
  color: blue;
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos .all p a {
    color:var(--global_cor_1);
    font-weight: var(--global_font_weight_7);
}
.oquefazemos .mastersingle .actividades .entrada .segundos-group .segundos .textos .all p a:hover {
    color:var(--global_cor_2);
}

.oquefazemos .mastersingle .actividades .entrada  .segundos-group  ul.grupotags {
    float: left;
    height: auto;
    margin:30px 0 0 5%;
    padding: 0px 0px;
    width: 95%;
	border-left: 0;
}

.oquefazemos .mastersingle .actividades .entrada   .segundos-group  ul.grupotags li{
    color: var(--global_cor_1);
    float: left;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 0px;
    width: 100%;
    font-weight: var(--global_font_weight_4);
    padding: 0px;
    border-bottom: 1px dotted;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.marcas {
    float: left;
    height: auto;
    margin: 0;
    padding: 0px 0 0px 0;
    width: 100%;
	background: #fff;	
}
.marcas .mastersingle {
    float: left;
    height: auto;
    margin: 0;
    padding: 80px 0 80px 0;
    width: 100%;	
}
.marcas .mastersingle .hero {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.marcas .mastersingle .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;         /* não -1 */
}
.marcas  .mastersingle .hero-content {
  position: relative;
  z-index: 1;
}

.marcas .mastersingle .media {
    float: left;
    height: auto;
    margin: 0px 0;
    padding: 0px 0% 0px;
    width: 100%;
}
.marcas .mastersingle .media.pos_0 {
    margin: 0px 0;
}
.marcas .mastersingle .media .caixaimagem {
	float:left;
	width:100%;
	height:auto;
	position:relative;
    display: block;
    vertical-align: top;
    line-height: 0;
}
.marcas .mastersingle .media .caixaimagem img {
	width:100%;
	height:auto;
	display: inherit;
}
.marcas .mastersingle .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);
}
.marcas .mastersingle .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;
}
.marcas .mastersingle  .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);

	padding: 00;
	margin: 0;
}
.marcas .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;
}
.marcas .mastersingle .topo .textos.heading {
    float: left;
    width: 80%;
    margin-left:10%;
    margin-right:10%;

    padding: 0;
}
.marcas .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);
}

.marcas .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;
}
.marcas .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: 16px !important;
	line-height: 23px !important;
	font-family: var(--global_font_1);
	font-weight: var(--global_font_weight_5);
}
.marcas .mastersingle .textos .all p strong {
    font-weight: var(--global_font_weight_7)
}
.marcas .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;
}
.marcas .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;
}

.marcas .mastersingle .colunas{
  float: left;
  width: 100%;
  margin: 0px 0%;
  height: auto;
  position: relative;
}
.marcas .mastersingle .colunas.imagem_texto {
  float: left;
  width: 100%;
  margin: 0px 0%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.marcas .mastersingle .colunas.imagem_texto .entrada_coluna.medias {
  width: 50%;
  margin: 0;
  height: auto;

  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.marcas .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media {
  float: left;
  height: auto;
  margin: 0px 0 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
}
.marcas .mastersingle .colunas.imagem_texto .entrada_coluna.medias .media .caixaimagem {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}

.marcas .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;
}
.marcas .mastersingle .colunas.imagem_texto .outros:nth-child(odd) {
  margin: 0px 0% 0 0%;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.marcas .mastersingle .colunas.imagem_texto .outros:nth-child(even) .walker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  width:60%;
}
.marcas .mastersingle .colunas.imagem_texto .outros:nth-child(odd) .walker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  width:60%;
}
.marcas .mastersingle .colunas.imagem_texto .entrada_coluna.outros .all {
  float: left;
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
}
.marcas .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_8);
}
.marcas .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: 22px;
  font-weight: var(--global_font_weight_7);
}
.marcas .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: 18px;
  font-weight: var(--global_font_weight_7);
}
.marcas .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: 16px;
    line-height: 23px;
    font-weight: var(--global_font_weight_4);
}




 .lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.marcas .mastersingle .marcas_grupo {
  float: left;
  height: auto;
  margin: 0%;
  padding: 0 0% 70px 0%;
  position: relative;
  width: 100%;
}
.marcas .mastersingle .marcas_grupo select {
    float: left;
    height: auto;
    margin: 30px 0 0px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 600;
    text-align-last: center !important;
	text-align: center;
    background: var(--tres);
    border: 1px solid #ccc;
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: url("../images/down-arrow.png") no-repeat 254px 12px;
}
.marcas .mastersingle .marcas_grupo .grupo_menu {
    float: left;
    height:auto;
    margin:30px 10%;
    padding: 0;
    position: relative;
    width: 80%;
    font-size: 14px;
    font-weight: var(--global_font_weight_4);
}
.marcas .mastersingle .marcas_grupo .grupo_menu ul {
    margin: 0 0%;
    width: 100%;
    float: left;
    box-sizing: inherit !important;
    padding: 0;
}
.marcas .mastersingle .marcas_grupo .grupo_menu ul li {
    list-style: none;
    margin: 0 0.5%;
    display: inline;
}
.marcas .mastersingle .marcas_grupo .grupo_menu ul li a { 
    color: var(--global_cor_1);
}


.marcas .mastersingle .marcas_grupo .grupo_menu ul li a:hover { 
    color: var(--global_cor_2);
}
.marcas .mastersingle .marcas_grupo .grupo_menu ul li .active { 
    font-weight: 600;
    border-bottom:2px solid var(--global_cor_1);
    padding: 0 0 5px 0;
    color: var(--global_cor_1);
    font-weight: var(--global_font_weight_7);
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.marcas .mastersingle .marcas_grupo .grupo_galeria {
    float: left;
    margin: 0%;
    padding: 0;
    position: relative;
    width: 100%;
}
.marcas .mastersingle .marcas_entrada {
float: left;
  width: 100%;
  margin: 0px 0%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.marcas .mastersingle .marcas_entrada:nth-child(even) a {
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 1;
}
.marcas .mastersingle .marcas_entrada:nth-child(odd) a {
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 2;
}
.marcas .mastersingle .marcas_entrada a img{
  height: auto;
  width: 100%;
}
.marcas .mastersingle .marcas_entrada:nth-child(even) .info_marcas {
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;
  order: 2;
}
.marcas .mastersingle .marcas_entrada:nth-child(odd)  .info_marcas{
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  flex-basis: 50%;

  order: 1;

}
.marcas .mastersingle .marcas_entrada:nth-child(even) .info_marcas .walker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  width: 60%;
}
.marcas .mastersingle .marcas_entrada:nth-child(odd) .info_marcas .walker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  width: 60%;
}
.marcas .mastersingle .marcas_entrada .info_marcas .walker .titulo {
    color: var(--global_cor_1);
    float: left;
    font-weight: var(--global_font_weight_7);
    font-size: 35px;
    font-style: normal;
    height: auto;

    margin: 0px 0 10px 0;
    padding: 0;
    width: 100%;
    font-family: var(--global_font_1);
}
.marcas .mastersingle .marcas_entrada .info_marcas .walker .titulo a {
    color:var(--global_cor_1);
}	
.marcas .mastersingle .marcas_entrada .info_marcas .walker .titulo a:hover {
    color:var(--global_cor_2);
}
.marcas .mastersingle .marcas_entrada .info_marcas .walker .texto {
    float: left;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
}
.marcas .mastersingle .marcas_entrada .info_marcas .walker .texto p {
    color: var(--global_cor_1);
    float: left;
    font-weight: var(--global_font_weight_5);
    font-size: 19px;
    font-style: normal;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
    font-family: var(--global_font_1);
    line-height: 26px;
}
.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}
.sidebar1 {
    float: left;
    margin: 35px 0 0 3%;
    padding: 0;
    width: 70%;
}
.sidebar1 .primary-desktop-nav {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
}
.sidebar1 .primary-desktop-nav ul{
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.sidebar1 .primary-desktop-nav ul li {
    float: left;
    margin: 0px 1% 0 0;
    padding: 0;
    width: auto;
    list-style: none;
}
.sidebar1 .primary-desktop-nav ul li a {
    color: var(--global_cor_1);
    float: left;
    font-family: var(--global_font_1);

    font-size: 14px;
    height: 20px;
    margin: 0;
    padding: 0 0 0 0%;
    width: 100%;
	font-weight: var(--global_font_weight_4);
    line-height: 20px;
}
.sidebar1 .primary-desktop-nav ul li a:hover {
    color: var(--global_cor_2);
}


.lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll{}

.sidebar2 {
    float: left;
    margin: 0px 0;
    padding: 0;
    width: 100%;
}
.sidebar2 .widget {
    margin: 0;
    padding: 0;
	width:20%;
	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:15%;

}
.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: 30px 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: 10px;
    height: auto;
    line-height: auto;
    margin: 0;
    padding:0 0 0px 0px;
    width: 100%;
	color: var(--global_cor_1);
}
.sidebar3 .widget.texto .textwidget p a {
	color: var(--global_cor_1);
}
.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_1);
    font-size: 25px;
    width: 100%;
    text-align: center;
    height: 100vh;
    background: rgba(255, 255, 255, 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: 20%;
}
.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;
    border-bottom: 1px dotted var(--global_cor_1);
}
.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: var(--global_cor_1);
}

.primary-mobile-nav li a:hover {
	color: var(--global_cor_1);
}
.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{}

.down_master {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px 10%;
    position: relative;
    width: 80%;
}
.down_enter {
    height: auto;
    margin: 80px 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;
}



