*, *::after, *::before {
      -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.grecaptcha-badge { 
    visibility: hidden !important;
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background: #fff;
    font-size: 16px;
    color: #000;
    font-family: 'Sora', sans-serif;
    font-display: swap;
    font-weight: 300;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
a:hover {
    color: #df0009;
}
a img {
    border: none;
}
.alignleft {
    float: left;
    padding: 5px 15px 5px 0 !important;
}
.alignright {
    float: right;
    padding: 0 0 10px 15px;
}
.aligncenter {
    text-align: center !important;
margin:0px auto;
}
.clear {
    clear: both;
}
.clear-both {
    clear: both;
}
.pagenavi {
    margin: 10px 0;
    clear: both;
}
.full {
    width: 100% !important;
}
header {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    min-height: 70px;
    background: #000;
}
#home {    
    min-height: 90vh;
    overflow: hidden;
}
#home h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300 !important;
    max-width: 600px;
    margin: 0px auto;
}
#home h2 strong {
    font-weight: 600 !important;
}
article {
    
}
article * {
    text-align: left;
}
article ul li {
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
}
article p {
    line-height: 170%;
    margin-bottom: 10px;
    padding: 2px;
    font-weight: 300;
}
.page article h2 {
    font-weight: 300;
    font-size: 40px;
    
}
.page article h3 {
    font-weight: 300;
    font-size: 24px;
    
}
#cabecalho {
padding: 35px 5px 0 5px;
}
#cabecalho h2 {
        color: #ba181e;
    text-align: left;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600 !important;
    font-size: 23px;
}
#portfolio.home{		
	clear: both;
}
.titulo{
        color: #ba181e;
    text-align: left;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600 !important;
    font-size: 15px;
}
.titulo.center{ display: block; margin: 0px auto; text-align: center;}
.post-title{ font-size: 40px;}

#sobre .bg-black{
 background: #000;
}

#missao{
    background: #fff url("https://acrossconsultoria.com.br/wp-content/themes/tema/img/missao.jpg") no-repeat left center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px;
    min-height: 400px;
    margin-bottom: 30px;
  
}
#missao .box{
    padding: 40px 40px 45px 50px;
    color: #fff;
    background: rgba(156,3,3,.8);
    max-width: 600px;
    margin: 0px auto;
    position: relative;

}
#missao .box .title{
    position: absolute;
    left: 20px;
    top: 38%;
    transform: rotate(-90deg); 
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
}
#missao .box p{ font-size: 16px; text-align: justify; padding: 0 0 0 60px; position: relative;}



/*///////////////////////
SOLUCOES
///////////////////////*/
.c-hero-flex {
  display: flex;
  justify-content: center;
  align-items: center;
    width: 100vw;
    height: auto;
  margin-top: 0px;
}
.c-hero-flex__item {
    position: relative;
    overflow: hidden;
    color: #fff !important;
  flex-grow: 1;
  background: rgba(0,0,0,.2);
  min-height: auto;
   min-height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-size: cover;
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .4);
  transition: .2s all;
  cursor: pointer;
  padding: 2em 2em 4em 3em;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #fff;
}
.c-hero-flex__item img{
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
    max-width: 100%;
    height: auto;
    display: block;
}
.c-hero-flex.homepage .c-hero-flex__item{
    height: auto;
    min-height: 60vh;
    text-align: left;
}

.c-hero-flex__item:hover {
  flex-grow: 2;
  box-shadow: inset 0 0 0 100vmax rgba(100, 0, 0, 0.7);
}
.c-hero-flex__item:nth-child(1):hover {
      box-shadow: inset 0 0 0 100vmax rgba(10, 73, 120, 0.7);
}
.c-hero-flex__item:nth-child(2):hover {
      box-shadow: inset 0 0 0 100vmax rgba(42, 120, 0, 0.7);
}
.c-hero-flex__item:nth-child(1) {
  background: #222 url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/col-web.webp) no-repeat center center;
}
.c-hero-flex__item:nth-child(2) {
  background: #000 url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/col-brand.webp) no-repeat center center;
}
.c-hero-flex__item:nth-child(3) {
  background: #000 url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/col-cyber.webp) no-repeat center center;
}
.c-hero-flex__title {
  text-transform: uppercase;
  letter-spacing: .075em;
  transition: .2s all;
     text-align: left;
     font-weight: 300;
     max-width: 300px;
}
.c-hero-flex__title span { font-size: 50px; font-weight: 800 !important;}
.logo img{
    height: auto;
    max-width: 250px;
}
/*///////////////////////
CLIENTES
///////////////////////*/
.lista-clientes{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
    flex-wrap: wrap;
}
.lista-clientes .item{
width: 23%;
    border: 1px solid #e0e0e0;
    margin: 1%;
    padding: 10px;
    text-align: center;
        text-transform: uppercase;
    font-size: 10px;
    color: #ccc;
}

/*///////////////////////
SUBMENU
///////////////////////*/

.submenu {
    padding-top: 30px;
}
.submenu ul {
    border-right: 1px solid #e0e0e0;
}
.submenu ul li a {
    display: block;
    padding: 10px 0;
}
.submenu ul li {
}
.submenu ul li a:hover {
    color: #fff !important;
    background: #333;
    padding-left: 10px;
}
.submenu ul li.current_page_item {
    border-right: 2px solid red;
    background: #f0f0f0;
    color: #000 !important;
}
.submenu ul li.current_page_item a {
    padding-left: 10px;
}


.blocos-H {
    padding: 40px 0;
    max-width: 1400px;
    margin: 0px auto;
}
.blocos-H ul {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0px;
    padding: 0px;
    
}
.blocos-H ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    flex: 33%;
    width: 33%;
    display: flex;
    justify-content:space-between;   
}
.blocos-H ul li .float {
    margin: 1px;
    padding: 5%;
    background: #e0e0e0;
    display: block;
    width: 100%;
}
.blocos-H ul li:hover .float {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    background: #ed1c24;
}
.blocos-H ul li .float h3 {
    text-align: center;
    padding: 0px;
    margin: 9px 0;
    font-size: 21px;
}
.blocos-H ul li .float p {
    text-align: center;
    margin: 0px;
    padding: 0px;
    
}
.icone {
    text-align: center;
    font-size: 45px;
    padding: 15px;
}
.icone a {
    color: #000;
    line-height: 100%;
}
.blocos-H ul li:hover a, .blocos-H ul li:hover * {
    color: #fff;
}
.intro {
    padding: 80px 2%;
    background-attachment: fixed;
    background-image: url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/bg_branding_intro.jpg);
    background-size: cover;
    position: relative;
}
.intro .mask {
    position: absolute !important;
    z-index: 2;
    background: rgba(0,0,0,0.3);
    width: 100%;
    left: 0%;
    top: 0%;
    height: 100%;
    display: block;
}
.intro .row {
    color: #fff;
    position: relative;
    z-index: 9;
}
.intro h2 {
    font-size: 15px;
    letter-spacing: 2px;
    
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
.intro h3 {
    font-size: 35px;
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif;
    max-width: 600px;
    position: relative;
}
.intro-identidade {
    padding: 150px 2%;
    background-attachment: fixed;
    background-image: url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/bg_identidade.jpg);
    background-size: cover;
    position: relative;
}
.intro-websites {
    padding: 120px 2%;
    background-attachment: fixed;
    background-image: url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/bg_websites.jpg);
    background-size: cover;
    position: relative;
}
.intro-websites h3 {
    font-size: 50px;
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif;
    max-width: 600px;
    position: relative;
    line-height: 120%;
    margin: 0px;
}
.intro-revistas {
    padding: 120px 2%;
    background-attachment: fixed;
    background-image: url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/bg-cyber.jpg);
    background-size: cover;
    position: relative;
}
.intro-revistas h2{
    color: #fff;
}
.intro-revistas h3 {
    font-size: 50px;
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif;
    max-width: 600px;
    position: relative;
    line-height: 170%;
    margin: 0px;
}
.intro-revistas h3 span {
    background: rgba(255,255,255,0.85);
    padding: 6px 10px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-sizing: border-box;
}
#lista-port .item {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
#lista-port .item .float {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
    margin: 5px;
}
#lista-port .item figure {
    display: block;
    margin: 0px;
    padding: 0px;
}
#lista-port .item figure img {
    width: 100%;
    display: block;
}
#lista-port .item .revela {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.7);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
#lista-port .item:hover .revela {
    opacity: 1;
}
#lista-port .item .revela * {
    position: relative;
    z-index: 9;
}
#lista-port .item a {
    color: #fff !important;
}
#lista-port .item .revela .cell {
    height: 100%;
    top: 0%;
}
#lista-port .item h2 {
    font-size: 21px;
    text-align: center;
    opacity: 1;
    top: 42%;
    line-height: 100%;
}
.faq h3{
    border-left: 3px solid #ba181e;
    padding-left: 20px;
    font-weight: 700;
}
.faq h4{
    font-weight: 300 !important;
    line-height: 150%;
}
.w-fale {
    position: fixed;
    z-index: 99;
    left: auto;
    right: 12px;
    bottom: 12px;
    width: 60px;
    height: 60px;
    padding: 12px 0 0 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #08c65b;
}
.w-fale:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    background: #fff;
}
.w-fale:hover * {
    fill: #08c65b;
}
footer {
    padding: 0;
}
#rodape{ padding: 30px 5px;}

#side-blog{
  background: #f0f0f0;
    padding: 30px !important;
	position: relative;
}
#side-blog h2{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
	margin: 30px 0 12px 0;
}
#side-blog *:last-child{
	
}
#side-blog .wp-block-search__inside-wrapper{
	position: relative;
}
#side-blog .wp-block-search__input{
	padding: 14px;
	
	width: 100%;
	outline:none;
	border: 1px solid #fff;
}
#side-blog .wp-block-search__input:focus{
	border-color: #ccc;
}
#side-blog .wp-block-search__button{
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .4;
	background: transparent url('img/lupa.png') no-repeat center center;
	border: none;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}
#side-blog .wp-block-search__button:hover{
	opacity: 1;
}
#side-blog .wp-block-search__label{
	display: none;
}
#side-blog ul{    
    padding: 0px;
    margin: 0;
    list-style: none;
}
#side-blog li{
    padding: 10px 0;
}
#blog .lista{
    max-width: 650px;
    margin: 0px auto;
}
#blog .lista .item {
    clear: both;
    display: block;
    margin-bottom: 40px;    
}
#blog .lista .item .col img{ display: block; margin: 0px; padding: 0px;}
#blog .lista .item .texto{
    padding: 20px 0;
}
#blog .lista .item span.data {
    font-size: 14px;
    color: #666;
}
#blog .lista .item h2 {
    line-height: 110%;
    font-size: 22px;
    margin: 0px;
    padding: 10px 0;
    font-weight: 700;
}

#blog .lista .item p {
    margin: 0px;
    line-height: 150%;
}
#blog .lista .item img {
    margin-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.24);
    -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.24);
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.24);
}
#blog .lista .item span.data {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: 1px;
    line-height: 1%;
    color: #999;
}
#blog .lista .item p img {
    display: none;
}

.intro-port {
    text-align: center;
    padding: 0 20px 20px 20px;
    font-size: 22px;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    font-weight: 300;
    color: #fff;
}
.intro-port strong{ font-weight: 700;}
#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
cursor: pointer;
    width: 40px;
    display: block;
    color: #666;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    background: #ccc url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/up-arrow.png) no-repeat center center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top:hover{
    background-color: #df0009;
}
.ulReset {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
p.voltar {
    clear: both;
    margin-top: 35px;
}
p.voltar a {
    padding: 14px 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #333;
    background: #fff;
    color: #333;
}
p.voltar .fa {
    margin-right: 5px;
    font-size: 15px;
}
p.voltar a:hover {
    color: #fff;
    background: #df0009;
    border-color: #df0009;
}
.barra-cinza {
    margin: 10px 0;
    background: #aaaaaa;
    color: #fff;
}
.barra-cinza p {
    margin: 0px 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;    
    font-weight: 300;
    padding: 15px 0;
}
.barra-cinza p span {
    font-weight: 500;
}
.endereco strong{
    font-size: 24px;
}
.endereco, .compartilhe_rodape span {
    
    font-weight: 300;
    font-size: 13px;
}
.compartilhe_rodape {
    display: block;
    clear: both;
}
.compartilhe_rodape span {
    text-transform: uppercase;
    font-size: 11px;
    padding-bottom: 5px;
}
.compartilhe_rodape a {
    font-size: 15px;
}

.respiro {
    padding: 60px 30px;
}
.respiro-small{
    padding: 60px 30px;
}
.respiro-med{
    padding: 90px 30px;
}
.respiro-big{
    padding: 120px 30px;
}
.btn-padrao {
    background: #ed1c24;
    padding: 6px 11px;
    font-weight: 500;
    font-size: 14px;
    margin: 19px 0;
    color: #fff !important;
}
.btn-padrao:hover {
    background: #999;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
}
.btn-1{    
    width: auto;

    width: auto !important;
    display: unset !important;
    padding: 14px 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    margin-right: 12px;
    margin-bottom: 20px;
}
.btn-1:hover{    
    background-color: #fff;
    color: #000;
}
.btn-2 {
    width: auto !important;
    display: unset !important;
    padding: 14px 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    background: #ed1c24;    
    color: #fff;
}
.btn-2:hover{
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
}
.tags p{ display: inline; width: auto;}
.tags ul{ margin: 0; padding: 0; list-style: none;}
.tags ul li{display: inline; font-size: 12px;}
.tags ul li:first-child{ font-weight: 600; margin-right: 5px;}
.tags ul li a{ border: 1px solid #f0f0f0; padding: 4px 8px; margin: 0 4px 4px 0; }
.tags ul li a:hover{  background: #000; color: #fff;}
.share {
 border-bottom:1px dotted #ccc;
    border-top:1px dotted #ccc;
    padding: 9px 0px;
    margin: 12px 0;
}
.share a {
    font-size: 15px;
    margin-left: 6px;
}
.bg-black{ background: #000; color: #fff;}
.bg-cinza{ background: #f0f0f0; text-align: center;}
.dente-black{
     display: block;
    height: 50px;
    width: 100%;
    background: transparent url("https://acrossconsultoria.com.br/wp-content/themes/tema/img/dente_black.png") no-repeat center top;
}
/*/////////////////
SINGLE - PORTFOLIO
//////////////*/
.single-portfolio .imagens{
	text-align: center;
}
.single-portfolio .imagens{	
	background: #f0f0f0 url("https://acrossconsultoria.com.br/wp-content/themes/tema/img/bg-imagens.jpg") repeat-x center top;
}
/*/////////////////
SINGLE - POST
//////////////*/
#single-post blockquote{
	padding: 20px;
	background: #f0f0f0;
	margin: 30px 0;
}
#form-contato {
    margin: 0px auto;
    max-width: 600px;
}
#contato #form-contato {
    max-width: 700px;
	padding: 20px;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    border: none !important;
    background-color: #666 !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    text-align: center;
}
.wpcf7-not-valid-tip {
    color: #c8000a !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}
.wpcf7-form, form, .wpcf7-form p {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.wpcf7-form label {
    padding-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
}
.button, .wpcf7-submit {
    padding: 10px 18px;
    font-size: 13px;
    text-transform: uppercase;    
    border: 1px solid #900;
    background: #900;
	color: #fff;
    cursor: pointer;    
	-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
}
.button:hover, .wpcf7-submit:hover {
    color: #900;
    background: #fff;
    
}
.button:not(.button-disabled):active {
    background: #f4f4f4;
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-email, .input-text {
    border: 1px solid #e0e0e0;
    margin-bottom: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #666;
	padding: 15px;
	width: 100%;
    margin: 10px 0;
	-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
}
.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-email:focus, .input-text:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
    border-color: #000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.wpcf7-textarea {
    height: 140px;	
}
.setaDown {
    position: absolute;
    z-index: 8;
    bottom: -25px;
    left: 48.5%;
}

#bg-box {
    position: relative;
    border: 1px solid #ccc;
}
#bg-box div {
    width: 100%;
    min-height: 300px;
    top: 0%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: table;
    padding: 70px 0;
}
#bg-box #p26 {
    background-image: url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/img-1.jpg);
}
#bg-box #p28 {
    background-image: url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/img-2.jpg);
}
#bg-box #p30 {
    background-image: url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/img-3.jpg);
}
#bg-box #p31 {
    background-image: url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/img-4.jpg);
}
#bg-box #p32 {
    background-image: url(https://acrossconsultoria.com.br/wp-content/themes/tema/img/img-5.jpg);
}
#bg-box div h2 {
    display: table-cell;
    vertical-align: middle;
    font-weight: 800 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-all;
    padding: 30px 0;
    font-size: 4rem;
    text-align: center;
    line-height: 130%;
    color: #fff;
}
#responsive {
    background: #000;
    padding: 40px 0 15px 30px;
}
#responsive * {
    color: #fff;
}
.responsive-head {
    padding-bottom: 20px;
}
.responsive-head * {
    text-align: center;
    margin: 0px auto;
}
#responsive .item {
    padding: 30px 0;
}
#responsive .item .fa {
    font-size: 30px;
}
#responsive .item h3 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}

.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clear {
    content: "";
    clear: both;
}

img, object, embed {
    max-width: 100%;
    height: auto;
}
object, embed {
    height: 100%;
}
img {
    -ms-interpolation-mode: bicubic;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
.hide {
    display: none;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
}

textarea {
    height: auto;
    min-height: 50px;
}
select {
    width: 100%;
}
#all {
    margin: 0 auto;
}
.panel {
    padding: 8px;
}
.text-center{
    text-align: center;
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1400px;
*zoom:1;
}
.row-fluid{
	max-width: 1800px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse .column, .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
*zoom:1;
}
.row .row:before, .row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
*zoom:1;
}
.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"].end {
    float: left;
}
.large-1 {
    position: relative;
    width: 6.25%;
}
.large-2 {
    position: relative;
    width: 12.5%;
}
.large-3 {
    position: relative;
    width: 18.75%;
}
.large-3col {
    position: relative;
    width: 33.33%;
}
.large-4 {
    position: relative;
    width: 25%;
}
.large-5 {
    position: relative;
    width: 31.25%;
}
.large-6 {
    position: relative;
    width: 37.5%;
}
.large-7 {
    position: relative;
    width: 43.75%;
}
.large-8 {
    position: relative;
    width: 50%;
}
.large-9 {
    position: relative;
    width: 56.25%;
}
.large-10 {
    position: relative;
    width: 62.5%;
}
.large-11 {
    position: relative;
    width: 68.75%;
}
.large-12 {
    position: relative;
    width: 75%;
}
.large-13 {
    position: relative;
    width: 81.25%;
}
.large-14 {
    position: relative;
    width: 87.5%;
}
.large-15 {
    position: relative;
    width: 93.75%;
}
.large-16 {
    position: relative;
    width: 100%;
}
.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.outer-menu a, .outer-menu a:visited, .outer-menu a:hover, .outer-menu a:active {
    color: inherit;
    text-decoration: none;
}
.outer-menu {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 100%;
    z-index: 999999;
}
.outer-menu .checkbox-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.outer-menu .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    padding: .5em .5em;
    background: transparent;
    cursor: pointer;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.outer-menu .hamburger > div {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    right: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.outer-menu .hamburger > div:after {
    top: 10px;
}
.outer-menu .menu {
    background: rgba(0, 0, 0, .97);
    display: none;    
    overflow: hidden;    
    top: 0;
    right: 0;
    position: fixed;
  z-index: 9999;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.outer-menu.active .menu{
     display: flex;
     
}
.outer-menu .menu ul {             
    color: #fff !important;    
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    max-width: 100vw;
    max-height: 100vh;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    overflow-y: auto;        
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
}
.outer-menu .menu ul > li {
    padding: 0;
    margin: 1em;
    font-size: 24px;
    display: block;
    position: relative;
}
.outer-menu .menu ul > li > a {
     position: relative;
  z-index: 10000;    
    display: block;
    color:#fff !important;    
    display: inline;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.outer-menu .menu ul > li > a:hover {
    color: #e5e5e5;
}
.outer-menu .menu ul > li > a:hover:after {
    width: 100%;
}
.outer-menu .menu ul > li > a:after {
    content: '';
    position: absolute;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #e5e5e5;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.menu {
  pointer-events: auto;
}

.menu * {
  pointer-events: auto;
}
.hero{
    width: 100%;
    height: 90vh;
    background-color: #000;
    background: url("img/hero.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    position: relative;
}
.hero::after{   
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
}
.hero article{
    position: relative;
    z-index: 2;
    max-width: 630px;
    padding: 0 20px;
}
.hero h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}
.hero h1 span.destaque{
    display: block;    
     color: #df0009;
}
.hero h1 span.fw-300{
    font-weight: 300;
    opacity: 0.6;    
}
.hero p{
    margin-top: 0;
    font-size:20px;
}
.hero p.sec{
    margin-bottom: 30px;
    font-size: 16px;
    color: #999;
}

@media only screen and (max-width:768px) {
    header.hh{ position: relative; background: #000;}
    .c-hero-flex {
flex-direction: column;
width: 100%;
}
.c-hero-flex__item {
    display: flex;
    flex-direction: column;
    align-items: center;
justify-content: center;
align-self: center;
    width: 100%;
    min-height: unset;
    display: block;        
    padding: 20px;
    height: 20vh;
    margin-top: 1px;
    }
#contato .wpcf7-text, #contato .wpcf7-textarea {
    width: 99%;
    float: none;
}
.submenu {
    padding-top: 0px;
}
#bg-box div {
    min-height: inherit;
    padding: 40px 0;
}
#bg-box div h2 {
    font-size: 35px;
    font-weight: 400;
}

#bg-box div {
    background-attachment: scroll;
}

#lista-port .item {
    width: 95%;
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}
.blocos-H ul {
    display: block;
    width: 90%;
    margin: 0px auto !important;
}
.blocos-H ul li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

    #rodape *{ text-align: center;}

.row {
    max-width: 100%;
    margin: 0 auto;
}
.column, .columns {
    display: block !important;
    width: 100%;
}
.HideOnMobile, .HideOnMobile * {
    display: none;
}
}

/*///////////////////////
SEO LOCAL - LEAD CAPTURE
///////////////////////*/
#portfolio.seo-local {
    background: #ba181e;
    color: #fff;
    padding: 40px 0;
    position: relative;
    overflow: hidden;    
}

#portfolio.seo-local .respiro-small {
    position: relative;
    z-index: 1;
}
#portfolio.seo-local article {        
    transition: all 0.3s ease;
}
#portfolio.seo-local article h2,
#portfolio.seo-local article h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
}
#portfolio.seo-local article p {    
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 20px;    
    margin-left: 0;
}
#portfolio.seo-local article p strong {
    color: #000;
    background-color: #fff;
    font-weight: 600;
}
#portfolio.seo-local article .btn-1 {
    margin-top: 30px;
    display: inline-block;
}

#portfolio.seo-local article .btn-1 a {
    display: inline-block;
    background: linear-gradient(135deg, #ccc 0%, #000 100%);
    
    padding: 15px 40px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    
}

#portfolio.seo-local article ul,
#portfolio.seo-local article ol {
    margin: 0px;
    padding: 0;    
    list-style: none;
}

#portfolio.seo-local article li {
    padding: 0 !important;
    margin-bottom: 20px !important;    
}

#portfolio.seo-local article li::before {
    content: '✓';
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}

/* Mobile */
@media only screen and (max-width:690px) {
    .blocos-H ul li .icone{
        display: none;
    }
.flex-caption {
    display: none !important;
}
#screen1 {
    height: 40vh;
}
}

@media only screen and (max-width:600px) {
.HideOnSmart, .hideOnMobile {
    display: none !important;
    visibility: hidden;
}
}