*{
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ol, ul {margin-left: 18px;}
body {
    word-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
em { 
    margin: 0; 
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
strong, b {
    font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html,iframe, body {
    width: 100%;
    height: 100%;
}
a:visited, a:link {
    color: black;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
    color: black;
}
p{
	white-space: break-spaces;
}
.sucesso {
    border: solid 1px #005937;
    color: #005937;
    background: #b9d6cb;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.erro {
    border: solid 1px #b73541;
    color: #b73541;
    background: #ffbfc5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.full {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pdg-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.pdg-tp-60{
	padding-top: 60px;
}
.pdg-6016{
	padding: 60px 0px 10px 60px;
}
.pdg-8666{
	padding: 50px 60px 60px 60px;
}
.pdg-0666 {
    padding: 0px 60px 60px 60px;
}
.pdg-0606 {
    padding: 0px 60px 0 60px;
}
.pdg-5606 {
    padding: 50px 60px 0 60px;
}
.pdg-8606 {
    padding: 15px 60px 10px 60px;
}
.pdt-tp-60{
    padding-top: 60px;
}
.mrg-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.mrg-bt-30{
	margin-bottom: 30px;
}
.mrg-bt-15{
	margin-bottom: 15px;
}
.mrg-bt-60{
	margin-bottom: 60px;
}
.white{
	color: #fff !important;
}
.pst-center-x{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.height-full{height: 100%;}
.section{white-space: pre;}
.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}
.overflow-hidden{overflow: hidden;}
.display-none{display: none !important;}
.display-align {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cursor-pointer{cursor: pointer;}
.outline-none{outline: none !important;}
.border-none{border: none !important;}
.background-full {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 1s;
}

.slick-initialized {
    visibility: visible;
}
.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.slick-initialized .slick-slide {
    outline: none;
}

/* GERAL */
.branco {color: #fff !important;}
.preto {color: #000 !important;}
.verde {color: #99ba00 !important;}
.vermelho {color: #f9593a !important;}

.bg-branco {background-color: #fff;}
.bg-amarelo {background-color: #ffff00;}
.bg-cinza {background-color: #f3f1f3;}
.bg-black {background-color: #000;}

.ZenKakuGothicNew-Regular {font-family: 'ZenKakuGothicNew-Regular';}

.font-0 {font-size: 0;}
.font-20 {font-size: 20px;} 
.font-45 {font-size: 45px;}
.font-55 {font-size: 55px;}

.overlay {
    display: none;
    position: fixed;
    width: 100%; 
    height: 100%;
    left: 100%;
    background: rgba(14, 14, 14, 0.7);
    overflow: hidden; 
    z-index: 1050;
}

.consultoria-fundo{
	background-color: #2C394A;
    width: 80%;
    height: 100%;
    position: absolute;
    border-bottom-right-radius: 250px;
    border-top-right-radius: 40px;
}

.modal {
    top: -30px !important;
}
.modal-dialog {
    margin-top: 0;
}
.modal-content {
    float: left;
    width: 100%;
    top: 90px;
}
.modal-body {
    float: left;
    width: 100%;
    text-align: justify;
}

.insta-ref {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* ARROWS DO SLICK */
.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    font-size: 0;
}
.slick-arrow img {
    height: 15px;
    width: auto;
}
.slick-prev {
    left: 0px;
    -moz-transform: scaleX(-1) translateY(-50%);
    -o-transform: scaleX(-1) translateY(-50%);
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
}
.slick-next {
    right: 0px;
}
.slick-disabled {
    opacity: 0.2;
    cursor: default;
}

.fundo-opacidade {
    position: fixed;
    z-index: 47;
    height: 110%;
    width: 100%;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: -100%;
    transition: all 0.3s;
}

.conteudo-site {
    max-width: 100%;
    transition: all ease-in-out 0.2s;
}

.pst-center{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.pst-center-y{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.pst-center3 {
    position: relative;
    left: 31%;
    transform: translateX(-50%);
}
.pst-relative{
	position: relative;
}
.pst-absolute{
	position: absolute;
}
.wdt-100{
    width: 100%;
}
.hgt-100{
    height: 100%;
}

body::-webkit-scrollbar{width: 7px;}
body::-webkit-scrollbar-track{background: #f1f1f1;}
body::-webkit-scrollbar-thumb{background: #c6b4a1;}

body {
    /*scrollbar-width: 5px;*/
    /*scrollbar-color: rebeccapurple green;*/
    /*background-color: #000;*/
    
    /*-ms-scrollbar-base-color: black;*/
}
body {
    /* Only IE */
    scrollbar-face-color: green; scrollbar-shadow-color: red; scrollbar-highlight-color: red;
    /* Only FireFox */
    scrollbar-color: green red;
    /* View Scrollbar */
    overflow-y: scroll;overflow-x: hidden;
    
    -moz-appearance: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
        
    scrollbar-track-color: black;
    
    font-family: 'Zen Kaku Gothic New', sans-serif;
}


.rede-banner{
    position: absolute;
    bottom: 5%;
    left: 15%;
    z-index: 9;
}

/* HEADER PADRAO */
.header-padrao {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #C6B4A1;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 200;
    margin-top: 10px;
}
.header-titulo{
	font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 24px;
    color: #F79E5A;
	font-weight: bold;
    margin-bottom: 30px;
}

/* PAGINACAO */
.paginacao {
    padding-top: 0px;
    padding-bottom: 0;
}
.paginacao-right{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.paginacao-left{
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.paginacao-center{
    position: absolute;
    bottom: 15px;
}
.paginacao ul {
    margin: 0;
}
.paginacao li {
    display: inline-block;
    vertical-align: middle;
}
.paginacao .paginacao-busca {
    font-size: 17px;
    color: #c6b4a1;
    padding: 3px 10px;
    background-color: #fff;
    transition: all 0.5s;
}
.paginacao .borda-selecionada, .paginacao .paginacao-busca:hover {
    background-color: #c6b4a1;
    color: #ffffff;
}

.efeito-hover {
    transition: all 0.3s;
}
.efeito-hover:hover {
    transform: translate(-3px, -3px);
    -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
}
.efeito-hover:active {
    transform: scale(0.98)!important;
    -webkit-transform: scale(0.98)!important
}

.font-weight600{	
    font-weight: 600;
}
.laranja{
	color: #F79E5A;
}



.swiper-container {
    position:relative;
    width: 90vw;
}
.swiper-container > .swiper-slide__content {
  position:absolute;
  top:0;
}

.swiper-slide {
  height: 300px;
  display:flex;
  background: #eee;
  align-items: center;
  justify-content:center;
  transition:all 200ms linear;
  transform: scale(0.8);
  
 
}
 .swiper-slide-active{
    transform: scale(1);
    background: #fc0
  }
.swiper-slide__content {
  height: 300px;
}

.banner-rodape {
    height: 400px;
}

/*PROJETOS*/
.section-projetos{
   justify-content: start !important;
}


.splide__slide {
    transition: all .3s;
}
.splide__slide img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.splide__list .is-active {
    transform: scale(1.5);
    z-index: 9;
}

.fundo-projetos {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50%;
    background: #C6B4A1;
    box-shadow: 0px 25px 90px rgb(0 0 0 / 30%);
}

.splide__arrow {
    top: 90%;
}
.splide__pagination {
    bottom: 10%;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}


.ctg-categoria{
    padding: 0 10px;
    border-bottom: 1px solid transparent;
}
.ctg-categoria:hover,.ctg-categoria.active{
    border-bottom: 1px solid;
}



/* SWAL */
.swal2-popup {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

#conteudo-site {
    transition: 0.5s filter linear;
}
#conteudo-site.blur-3 {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.espaco-top {
    height: 90px;
    width: 100%;
}

#poke {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
}

@media (max-width: 991px) {
    .espaco-top {
        height: 100px;
    }
}
@media (max-width: 767px) {
    .header-padrao {
		font-size: 22px;
	}

	
}

/* --------------------------------- HEADER --------------------------------- */
.container-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    border-bottom: solid 1px transparent;
    transition: all 0.5s;
    background-color: #fff;
    padding-bottom: 7px;
}
.container-header .menu-linha {
    transition: all 0.3s;
}
.navbar {
    width: 100%;
}
.navbar .nav-menu {
    height: 56px;
    position: relative;
    transition: all 0.5s;
}
.nav-brand {
    position: relative;
    top: -15px;
}
.nav-brand a {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-brand img {
    height: 30px;
    position: relative;
    transition: all 0.5s;
    margin-top: 0;
    color: #fff;
}
#btn-menu-none {
    position: absolute;
    right: 0px;
    width: 37px;
    height: 29px;
    z-index: 1;
    background: transparent;
    border: transparent;
    outline: none;
    display: none;
}
#btn-menu-none.mostrar {
    display: block;
}
.navbar-toggler {
    border-color: #1882a6;
    outline: none;
    padding: 2px 8px;
}
.navbar-toggler.collapsed .icon-top {
    transform: rotate(0);
}
.navbar-toggler.collapsed .icon-mid {
    opacity: 1;
}
.navbar-toggler.collapsed .icon-bot {
    transform: rotate(0);
}
.navbar-toggler:focus {
    outline: none;
}
.icon-bar {
    width: 19px;
    height: 1px;
    background-color: #178fb6;
    margin: 5px 0;
    transition: all 0.5s;
}
.navbar-toggler .icon-top {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.navbar-toggler .icon-mid {
    opacity: 0;
}
.navbar-toggler .icon-bot {
    transform: rotate(45deg) translate(-3px, -4px);
}

.container-header .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-item {
    padding: 0 10px;
    position: relative;
    margin: 0 15px;
}
.menu-item:last-child {
    padding-right: 0;
}
.menu-item .ativo .menu-item-link, .menu-item .menu-item-link:hover {
    color: #9d8770 !important;
}
.menu-item-link {
    font-size: 16px;
    color: #c6b4a1;
    font-weight: 600;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s;
    text-transform: capitalize;
}

.div-rede-header img{
	transition: all .3s;
}
.div-rede-header img:hover{
	transform: scale(1.2);
}
.img-rede-footer {
    width: auto;
    margin-right: 10px;
    border-radius: 0;
}

.container-header.fixo {
    top: 0;
}
.container-header.fixo .menu-linha {
    background: #2C394A;
    height: 85px;
}

.container-header.fixo .nav-brand img {
    height: 30px;
}
.container-header.fixo .navbar .nav-menu {
    position: relative;
}
.container-header.fixo .menu-item-link {
    color: #ffffff;
}
.container-header.fixo .nav-brand img {
    height: 45px;
    position: relative;
    transition: all 0.5s;
    margin-top: 10px;
	filter: sepia(0);
}

.btn-loja {
    background-color: #635E8E;
    padding: 10px 40px;
    border-radius: 35px;
    color: #fff !important;
    margin-left: 12px;
}
.btn-loja:hover {
    background-color: #635E8E;
}

.img-rede-header {
    width: 32px;
    margin-left: 10px;
    border-radius: 50%;
}


.index-1{
	z-index: 1;
}

.index-9{
	z-index: 9;
}
.div-fundo-cases{
	position: absolute;
    width: 100%;
    background-color: #2C394A;
    height: 400px;
    bottom: 7%;
    z-index: 1;
}

.btn-orcamento{
	width: 80%;
    cursor: pointer;
    padding: 10px;
    border: solid 1px #ffffff;
    background-color: transparent;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    position: relative;
    margin-top: 30px;
    transition: all .3s;
    color: #fff;
    font-weight: 600;
}
.btn-orcamento:hover{
	border: solid 1px #ffffff;
    background-color: #fff;
	color: #F79E5A;
}







#section1 {
    background-color: #fff !important;
	background-image: none !important;
}

.div-sonho-texto-home{
    padding: 80px 60px;
    height: 50%;
    position: relative;
    transform: translateY(35%);
}
.div-sonho{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000;
	height: 70%;
	width: 100%;
}
.div-perfil {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #C6B4A1;
    width: 25%;
    height: 65%;
}

.perfil p{
	color: #878787;
	
}

.perfil-descricao p{line-height: 30px;}
.perfil-descricao p span, .perfil-descricao p{font-size: 15px !important;}

.section{background-color: #fff !important; overflow: hidden;font-family: 'Zen Kaku Gothic New', sans-serif;}

.menu-burger, .menu-burger:hover {
    background-color: transparent;
    border-color: transparent;
    position: relative;
    width: 55px;
    top: -15px;
    right: 60px;
    background: #c6b4a1;
    padding: 13px 15px;
    border-radius: 50%;
}
.menu-center-burger{
    background-color: transparent;
    border: 0;
    padding: 0px;
    top: -15px;
}

.borda-menu {
    border-top: solid 2px;
    width: 30px;
    height: 3px;
}
.borda-menu-centro{
    margin: 10px 0;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    opacity: 0;
    display: none;
  }
  
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 50px;
    color: #ffffff;
    display: block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    transition: 0.3s;
    font-weight: 300;
}
  
    .sidenav a:hover {
        color: #c6b4a1;
    }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  #main {
    transition: all .5s;
    padding: 0px 16px;
    position: absolute;
    right: 30px;
    top: 15px;
    border-radius: 50%;
}

.div-black-institucional{
    position: relative;
    background-color: #000; 
    font-size: 26px;    
    height: 60vh;
}

.col-sonhos {
    line-height: 1;
    padding: 0 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 20%;
    font-size: 40px;
}

.col-assinatura {
    border-left: 2px solid #C6B4A1;
    border-right: 2px solid #C6B4A1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    font-size: 40px;
}

.col-luxo {
    padding: 0 50px;
    top: 50%;
    transform: translateY(-50%);
    height: 55%;
    font-size: 40px;
}

.section-contato,.section-rodape{
    background-color: #000 !important;
}


  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }


@media (min-width: 992px) AND (max-width: 1399px) {
    
}
@media (min-width: 992px) AND (max-width: 1199px) {
/*    .navbar .nav-menu {
        height: 58px;
    }*/
}
@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
	.rsOverflow {
		width: 100%;
		height: 100% !important;
	}
	.royalSlider {
		height: 750px !important;
	}
    .fundo-opacidade {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        transform: translateY(-100%);
        transition: all 0.3s;
    }
    .fundo-opacidade.shown {
        transform: translateY(0);
    }
    div#navbarSupportedContent {
        position: absolute;
        left: 0;
        top: 91px;
        width: 100%;
        overflow-y: auto;
        max-height: calc(100vh - 95px);
    }
    .container-header {
        top: 0;
    }

    .navbar .nav-menu {
		height: 85px;
	}
    .nav-brand img {
        height: 54px;
    }
    .navbar-nav {
        margin: 0;
        padding-top: 11px;
    }
    .menu-item {
        padding: 0;
    }
    .menu-item li {
        position: relative;
    }
    .menu-item a {
        font-size: 18px;
    }
    .menu-item .ativo .menu-item-link,
    .menu-item .menu-item-link:hover {
        color: #ffc23c;
    }
    .nav-menu .menu-item-link {
        padding: 18px 15px;
        width: 100%;
        color: #fff;
    }
    .menu-item::after {
        display: none;
    }
    
    .container-header.fixo div#navbarSupportedContent {
        top: 53px;
    }
}
@media (max-width: 575px) {
    .pdg-5363 {
        padding: 50px 30px 60px 30px;
    }
    
}

.titulo-equipe{
	color: #C6B4A1;
	font-size: 24px;
}
.descricao-equipe{
	color: #878787;
	font-size: 16px;
}

/* ---------------------------------- HOME ---------------------------------- */
.rsMinW .rsBullets {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    line-height: normal;
}
.rsMinW .rsBullet {
    margin: 0 10px;
}
.rsNavItem.rsBullet {
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}
.rsNavItem.rsBullet span {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
}
.rsNavItem.rsBullet.rsNavSelected {
    color: #d80000;
    text-decoration: underline;
}
.rsNavItem.rsBullet.rsNavSelected span {
    background-color: #ff9c2c;
}
.rsContent .rsImg {
    margin-top: 0 !important;
}

/* BANNER EM VIDEO */
.banner-video {
    position: relative;
    width: 100%;
    font-size: 0;
}
.banner-video-play {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-video-som {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: #e94f1c;
    font-size: 0;
    z-index: 5;
    padding: 5px;
    cursor: pointer;
}
.banner-video-som svg {
    width: 15px;
    height: 15px;
}


.container-home-inst {
    margin-top: 100px;
    margin-bottom: 20px;
}
.inst-home-desc {
    font-size: 15px;
    color: #838a8c;
    position: relative;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 28px;
}

.btn-saiba-mais-home {
    color: #40e0d0 !important;
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.container-home-servico {
    padding-bottom: 60px;
}

.servico-home-titulo {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    transition: all .3s;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    border-bottom: solid 1px;
    padding-bottom: 15px;
    width: 50%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.servico-home-descricao {
    font-size: 14px;
    margin-bottom: 15px;
	text-align: center;
    color: #ffffff;
    opacity: 1;
    transition: all .3s;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.servico-home-leia-mais {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 15px;
    color: #3B3B3B;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
}

.div-projeto {
    height: 300px;
}
.div-projeto .img-capa-projeto {
    height: 300px;
}
.div-projeto .div-cont-projeto{
	position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
	transition: all .3s;
    width: 100%;
}
.div-projeto .div-bg-projeto{
	position: absolute; 
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	transition: all .3s;
}
.div-projeto:hover .div-cont-projeto, .div-projeto:hover .div-bg-projeto{
    opacity: 1;
}
.div-projeto:hover  .div-bg-projeto{
	background: radial-gradient(84.44% 84.44% at 50% 50%, rgba(0, 0, 0, 0.44) 0%, #000000 100%);
}

.projeto-interno{
	
}
.projeto-interno-titulo{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 45px;
	line-height: 68px;
	margin-bottom: 38px;

	display: flex;
	align-items: center;
	letter-spacing: 0.05em;

	color: #C6B4A1;
}
.projeto-interno-descricao {
    text-align: justify;
    line-height: 32px;
    color: #878787;
}
.categoria-interna {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #C6B4A1 !important;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
}



.btn-padrao-todos {
    width: 30%;
    cursor: pointer;
    padding: 10px;
    border: solid 1px #F79E5A;
    background-color: #F79E5A;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 60px;
    margin-bottom: 11px;
    transition: all .3s;
    color: #fff;
    font-weight: 600;
}
.btn-padrao-todos:hover {
    padding: 10px;
    border: solid 1px #F79E5A;
    background-color: #fff;
    color: #F79E5A;
}

.servico-titulo {
    position: absolute;
    top: 128px;
    width: 240px;
}
.servico-titulo2 {
    position: absolute;
    top: 128px;
    width: 90%;
}
.servico-titulo .prod-home-sabor, .servico-titulo2 .prod-home-sabor {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    transition: all .3s;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    height: 74px;
    font-weight: 600;
}

.div-img-produto {
    height: 300px;
    margin-bottom: 15px;
    padding: 30px;
    border: solid 1px #dedede;
}

.descricao-produto {
    height: 70px;
    font-size: 12px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #7E7E7E;
    margin-bottom: 45px;
}

.borda-produtos{
	width: 100%;
    border: solid 2px #C4C4C4;
    margin: 15px 15px 45px 15px;
}

btn {
	cursor: pointer;
}

.btn-quero-comprar {
    width: 100%;
    cursor: pointer;
    padding: 11px;
    border: 1px solid #40e0d0;
    background-color: #40e0d0;
    color: #fff;
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    transition: all .3s;
}
.div-produtos:hover .btn-quero-comprar{
    background-color: #fff;
    color: #40e0d0;
}


.prod-home-mais a {
    font-size: 18px;
    color: #a20708;
}


.container-home-mapa iframe {
    height: 604px;
}
.div-img-principal-blog{
	overflow: hidden;
	height: 450px;
}

.pst-top{
	position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.div-img-principal-blog img{
    height: 100%;
    max-width: fit-content;
    max-width: -moz-fit-content;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-insta {
    margin-top: 110px;
    margin-bottom: 30px;
}
.redes-header {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.redes-header-2 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 74px;
    color: #e60000;
    text-transform: uppercase;
    line-height: 1em;
}
.redes-lista {
    margin-top: 50px;
}
.redes-lista ul {
    list-style: none;
    margin-left: 0;
}
.redes-lista li {
    padding: 5px;
}
.rede-icone {
    font-size: 0;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.rede-icone svg {
    height: 41px;
    width: auto;
}
.redes-lista li a {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 26px;
    color: #838a8c;
    vertical-align: middle;
    transition: all 0.5s;
}
.redes-lista li a:hover {
    color: #ffba00;
}
.insta-widget iframe {
    height: 726px;
    margin-left: auto !important;
    margin-right: auto !important;
}


@media (min-width: 992px) AND (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .container-home-inst {
        margin-top: 20px;
    }
    .home-inst-img {
        text-align: center;
    }
    .home-insta {
        margin-top: 40px;
    }
    .redes-lista {
        margin-top: 30px;
    }
    .container-home-mapa iframe {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .redes-header {
        font-size: 50px;
    }
    .redes-header-2 {
        font-size: 60px;
    }
	.btn-padrao-todos:hover {
		width: 100%;
	}
}
@media (max-width: 575px) {
    .home-prod-linha li button {
        font-size: 26px;
    }
    .home-prod-linha {
        height: 480px;
    }
    .container-home-mapa iframe {
        height: 300px;
    }
    .redes-header {
        font-size: 40px;
    }
    .redes-header-2 {
        font-size: 50px;
    }
    .insta-widget iframe {
        min-width: 285px !important;
    }
}

/* ----------------------------- INSTITUCIONAL ----------------------------- */
.cont-inst-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inst-titulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.inst-subtitulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 78.46px;
    color: #da182c;
    text-transform: uppercase;
    line-height: 1em;
}
.inst-desc {
    font-size: 18px;
    color: #848484;
    margin-top: 53px;
    height: 84px;
    overflow-y: auto;
    padding-right: 30px;
}

.container-inst-top > .row:nth-child(odd) {
    background-color: #fff;
}
.container-inst-top > .row:nth-child(even) {
    background-color: #fff7e0;
}
.container-inst-top > .row:nth-child(odd) .inst-top-txt,
.container-inst-top > .row:nth-child(even) .inst-top-img {
    order: 2;
}
.container-inst-top > .row:nth-child(odd) .inst-top-img,
.container-inst-top > .row:nth-child(even) .inst-top-txt {
    order: 1;
}
.container-inst-top > .row:nth-child(even) .inst-top-img {
    text-align: left;
}
.container-inst-top > .row:nth-child(odd) .inst-top-img,
.container-inst-top > .row:nth-child(even) .inst-top-txt {
    text-align: right;
}
.container-inst-top .inst-top-txt,
.container-inst-top .inst-top-img {
    padding-top: 10px;
    padding-bottom: 10px;
}
.container-inst-top .inst-top-txt div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #6c6c6c;
}

.container-inst-vid .row {
    position: relative;
}
.inst-vid-fundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inst-vid-txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.inst-vid-titulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 62.39px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.inst-vid-desc {
    font-size: 18px;
    color: #fff;
    margin-top: 37px;
}
.inst-vid-img {
    text-align: center;
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.inst-vid-img svg {
    height: 40px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.inst-vid-img a:hover svg {
    height: 50px;
    width: auto;
}


.fp-warning, .fp-watermark {
    display: none;
}


@media (max-width: 1199px) {
    .inst-titulo {
        font-size: 54px;
    }
    .inst-subtitulo {
        font-size: 68px;
    }
    .inst-desc {
        margin-top: 20px;
        height: 63px;
    }
    .inst-vid-titulo {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .cont-inst-txt {
        position: relative;
        transform: none;
        left: inherit;
        top: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .inst-desc {
        height: auto;
    }
    .container-inst-top .inst-top-img {
        padding-top: 20px;
    }
    .container-inst-top .inst-top-txt {
        padding-bottom: 20px;
    }
    .container-inst-top > .row:nth-child(odd) .inst-top-img,
    .container-inst-top > .row:nth-child(even) .inst-top-img {
        order: 1;
    }
    .container-inst-top > .row:nth-child(odd) .inst-top-txt,
    .container-inst-top > .row:nth-child(even) .inst-top-txt {
        order: 2;
    }
    .container-inst-top > .row:nth-child(odd) .inst-top-img,
    .container-inst-top > .row:nth-child(even) .inst-top-img,
    .container-inst-top > .row:nth-child(odd) .inst-top-txt,
    .container-inst-top > .row:nth-child(even) .inst-top-txt {
        text-align: center;
    }
    .container-inst-top .inst-top-txt ul {
        margin-left: 0;
        list-style: none;
    }
    .container-inst-top .inst-top-img img {
        height: 150px;
    }
    .inst-vid-titulo {
        font-size: 40px;
    }
    .inst-vid-txt {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .inst-titulo {
        font-size: 50px;
    }
    .inst-subtitulo {
        font-size: 60px;
    }
	.servico-titulo {
		top: 100px;
		width: 100%;
		margin-left: -15px;
	}
	
	.servico-titulo2 .prod-home-sabor {
		font-size: 24px;
		height: 74px;
	}
	.servico-titulo2 .prod-home-sabor {
		padding-left: 0;
	}
	
	
}
@media (max-width: 575px) {
    .inst-titulo {
        font-size: 40px;
    }
    .inst-subtitulo {
        font-size: 44px;
    }
}

/* -------------------------------- PRODUTO -------------------------------- */
.produto-header-linha {
    margin-top: 40px;
    margin-bottom: 20px;
}
.produto-txt-header {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.produto-txt-subtitulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 78.46px;
    color: #cc111a;
    text-transform: uppercase;
    line-height: 1em;
}

.lista-produto-item {
    margin-bottom: 155px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.lista-produto-img {
    height: 350px;
    text-align: center;
}
.lista-produto-img img {
    max-height: 100%;
}
.lista-produto-titulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 40px;
    color: #ffba00;
    text-align: center;
    text-transform: uppercase;
    height: 92px;
    overflow: hidden;
    margin-top: 22px;
}
.lista-produto-desc {
    font-size: 18px;
    color: #848484;
    text-align: center;
    height: 84px;
    overflow: hidden;
    margin-top: 25px;
}
.lista-produto-topico {
    position: relative;
    margin-top: 15px;
}
.lista-produto-topico-btn {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #ffb800;
    background-color: #e60000;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    border: solid 1px #e60000;
    outline: none;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
}
.lista-produto-topico-btn:hover {
    color: #e60000;
    border-color: #ffb800;
    background-color: #ffb800;
}
.lista-produto-topico-btn i {
    margin-left: 10px;
    transition: all 0.5s;
}
.lista-produto-topico-btn[aria-expanded="true"] i {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.lista-produto-topico-btn:focus {
    outline: none;
}
.lista-prod-top {
    margin-left: 0;
    list-style: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.lista-prod-top-item {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #ffb800;
    background-color: #e60000;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    border: solid 1px #e60000;
    outline: none;
    width: 100%;
}

.prod-chamada-fundo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.prod-chamada-txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.prod-chamada-titulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.prod-chamada-subtitulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 74px;
    color: #e60000;
    text-transform: uppercase;
    line-height: 1em;
}
.prod-chamada-desc {
    font-size: 18px;
    color: #848484;
    margin-top: 10px;
}
.prod-chamada-mais {
    display: inline-block;
    margin-top: 10px;
}
.btn-prod-chamada-mais {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    background-color: #e60000;
    padding: 16px 30px;
}
.prod-chamada-img {
    background-color: #fff;
}
.prod-chamada-img img {
    transform: rotate(5deg);
}


@media (max-width: 1299px) {
    
}
@media (max-width: 1199px) {
    .lista-produto-titulo {
        font-size: 46px;
        height: 108px;
    }
}
@media (max-width: 991px) {
    .prod-chamada-titulo {
        font-size: 50px;
    }
    .prod-chamada-subtitulo {
        font-size: 60px;
    }
    .prod-chamada-img {
        margin-top: 50px;
    }
    .produto-txt-header {
        font-size: 50px;
    }
    .produto-txt-subtitulo {
        font-size: 60px;
    }
    .produto-header-linha {
        margin-top: 40px;
    }
    .lista-produto-titulo {
        font-size: 40px;
        height: 92px;
    }
    .lista-produto-item {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .lista-produto-titulo {
        height: auto;
    }
    .lista-produto-desc {
        height: auto;
    }
}
@media (max-width: 575px) {
    .produto-txt-header {
        font-size: 30px;
    }
    .produto-txt-subtitulo {
        font-size: 38px;
    }
    .prod-chamada-titulo {
        font-size: 32px;
    }
    .prod-chamada-subtitulo {
        font-size: 38px;
    }
}

/* -------------------------------- FRANQUIA -------------------------------- */
.franquia-linha-banner {
    position: relative;
    height: 426px;
}
.franquia-fundo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.franquia-banner-select {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.franquia-header {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 62.39px;
    color: #ffba00;
    text-transform: uppercase;
}
.combo-estado {
    width: 368px;
    outline: none;
    border: solid 2px #ffba00;
    color: #ffba00;
    background-color: #15191d;
    margin-top: 55px;
}
.combo-estado:focus {
    outline: none;
    box-shadow: none;
    border-color: #ffba00;
    color: #ffba00;
    background-color: #15191d;
}

.container-franquia {
    padding-bottom: 50px;
}
#brazil-map {
    display: flex;
}
.franquia {
    margin-top: 2em;
}
.franquia-ball {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #d80000;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.franquia-dado {
    display: inline-block;
    width: calc(100% - 30px);
    word-wrap: break-word;
    font-size: 18px;
    padding-left: 15px;
}
.franquia-item {
    padding-bottom: .2em;
    color: #848484;
    margin-bottom: 4px;
}
.franquia-cidade {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 36px;
    color: #f4a74c;
}
.franquia-rede-item {
    font-size: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.franquia-rede-item:last-child {
    margin-right: 0;
}
.franquia-rede-item svg {
    height: 42px;
    width: auto;
    background-color: #ffba00;
    transition: all 0.5s;
}
.franquia-rede-item svg:hover {
    background-color: #d80000;
}
.franquia-rede-item svg path,
.franquia-rede-item svg rect,
.franquia-rede-item svg circle,
.franquia-rede-item svg polygon {
    transition: all 0.5s;
}
.franquia-rede-item svg:not(:hover) path,
.franquia-rede-item svg:not(:hover) rect,
.franquia-rede-item svg:not(:hover) circle,
.franquia-rede-item svg:not(:hover) polygon {
    fill: #d80000;
}

.container-franquia.chamada {
    padding-bottom: 0;
}
.container-franquia.chamada .row {
    position: relative;
    padding-top: 87px;
    padding-bottom: 87px;
}
.franquia-chamada-fundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.franquia-chamada-interesse {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.franquia-chamada-header {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 62.39px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
}
.franquia-chamada-botao {
    text-align: center;
    margin-top: 33px;
}
.btn-chamada-franquia {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    background-color: #a70a0a;
    display: inline-block;
    padding: 15px 50px;
}

@media (max-width: 1199px) {
    .franquia-chamada-header {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .container-franquia.chamada .row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .franquia-chamada-header {
        font-size: 40px;
    }
    .franquia-header {
        font-size: 50px;
    }
    .container-franquia {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    .combo-estado {
        width: auto;
    }
}


/* ---------------------------------- BLOG ---------------------------------- */
.blog-header {
    margin-top: 80px;
    font-size: 62px;
    color: #fed04c;
    text-transform: uppercase;
}
.blog-banner-box {
    background-color: rgba(0,0,0,0.7);
    padding: 50px 30px;
    margin-top: 170px;
    margin-bottom: 60px;
}
.blog-banner-data {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    display: inline-block;
    background-color: #ffb800;
    color: #d80000;
    font-size: 18px;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.blog-banner-titulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 36px;
    color: #fff;
}
.blog-banner-desc {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.blog-banner-ler {
    margin-top: 15px;
    display: inline-block;
}
.btn-blog-banner {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #e60000;
    transition: all 0.5s;
}
.blog-banner:hover .btn-blog-banner {
    background-color: #ffb800;
    color: #e60000;
}
.blog-linha-2 {
    padding-top: 47px;
    padding-bottom: 79px;
}
.blog-header-2 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 36px;
    color: #e60000;
    margin-bottom: 37px;
}
.blog-box-2-fundo {
    background-color: rgba(0,0,0,0.7);
    padding: 30px 80px;
}
.blog-box-2-titulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 36px;
    color: #fff;
}
.blog-box-2-ler {
    border: solid 1px #fed04c;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #fed04c;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    margin-top: 10px;
}
.blog-linha-3 {
    padding-top: 63px;
    padding-bottom: 52px;
}
.blog-box-img {
    height: 291px;
}
.blog-box-data {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #ffd766;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-box-titulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 36px;
    color: #848484;
    margin-top: 12px;
    height: 84px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-box-desc {
    font-size: 18px;
    color: #949494;
    margin-top: 15px;
    height: 42px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-box-ler {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    background-color: #e60000;
    padding: 10px;
    margin-top: 34px;
}
.blog-data {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #d80000;
    background-color: #fed04c;
    display: inline-block;
    margin-top: 25px;
    padding: 5px 30px;
}
.blog-titulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 36px;
    color: #848484;
    margin-top: 60px;
}
.blog-descricao {
    font-size: 18px;
    color: #848484;
    margin-top: 30px;
    margin-bottom: 60px;
}


@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .espaco-menor {
        margin-top: 20px;
    }
    .blog-titulo {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .blog-box-img {
        height: 190px;
    }
    .blog-box-titulo {
        font-size: 24px;
        height: 56px;
    }
}
@media (max-width: 575px) {
    .blog-header {
        font-size: 50px;
        margin-top: 40px;
    }
    .blog-banner-box {
        margin-top: 40px;
    }
    .blog-linha-2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .blog-box-2-fundo {
        padding: 30px 20px;
    }
    .blog-box-2-titulo {
        font-size: 30px;
    }
    .blog-linha-3 {
        padding-top: 40px;
    }
    .espaco-blog-linha-3 {
        padding-bottom: 40px;
    }
    .blog-titulo {
        font-size: 26px;
        margin-top: 20px;
    }
}


/* -------------------------------- CONTATO -------------------------------- */
.contato-linha {
    position: relative;
    padding-top: 66px;
    padding-bottom: 40px;
}
.contato-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contato-titulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.contato-subtitulo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 77px;
    color: #e61d32;
    text-transform: uppercase;
    line-height: 1em;
}
.contato-descricao {
    font-size: 18px;
    color: #848484;
    padding-top: 50px;
}

.form-contato {
    padding-top: 30px;
}
.form-contato .form-item {
    padding: 8px 0;
}
.form-group {
    margin-bottom: 25px;
}
.form-contato .form-item label {
    position: absolute;
    top: 29px;
    left: 13px;
    cursor: text;
    font-size: 18px;
    color: #ffba00;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.form-contato .form-item label.ativo {
    transform: translateY(-15px);
    font-size: 12px;
}
.form-contato input,
.form-contato textarea {
    width: 100%;
    font-size: 18px;
    color: #ffba00;
    border: solid 2px #ffba00;
    padding: 19px 20px 19px 10px;
    background-color: #fff;
}
.form-contato input:focus,
.form-contato textarea:focus {
    border-color: #2C394A;
}
.form-contato textarea {
    resize: none;
    overflow: hidden;
}
.form-contato .form-item :-ms-input-placeholder {color: #fff;}
.form-contato .form-item :-moz-placeholder {color: #fff;}
.form-contato .form-item ::-moz-placeholder {color: #fff;}
.form-contato .form-item ::-webkit-input-placeholder {color: #fff;}
.form-contato .icone-obrigatorio {
    position: absolute;
    right: -6px;
    top: 27px;
}
.form-contato .icone-check,
.form-contato .icone-asterisk {
    position: relative;
    z-index: 1;
    font-size: 7px;
}
.form-contato .icone-asterisk {
    right: 12px;
}
.form-contato input ~ .icone-obrigatorio .icone-check,
.form-contato input.active ~ .icone-obrigatorio .icone-asterisk,
.form-contato textarea ~ .icone-obrigatorio .icone-check,
.form-contato textarea.active ~ .icone-obrigatorio .icone-asterisk {
    visibility: hidden !important;
}
.form-contato input ~ .icone-obrigatorio .icone-asterisk,
.form-contato input.active ~ .icone-obrigatorio .icone-check,
.form-contato textarea ~ .icone-obrigatorio .icone-asterisk,
.form-contato textarea.active ~ .icone-obrigatorio .icone-check {
    visibility: visible !important;
}
.form-contato .botao {
    padding: 0;
    padding-top: 11px;
    text-align: left;
}
.form-contato .botao .btn-contato {
    background-color: #e60000;
    border: solid 1px #e60000;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    color: #ffb800;
    text-transform: uppercase;
    padding: 18px 63.3px;
    cursor: pointer;
    transition: all 0.5s;
}
.form-contato .botao .btn-contato:hover {
    background-color: #ffb800;
    border: solid 1px #ffb800;
    color: #e60000;
}

.form-control {
    display: block;
    font-weight: 400;
    width: 100%;
    padding: 7px 1rem;
    font-size: 14px;
    line-height: 1.5;
    color: #C4C4C4;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-background-clip: border-box;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btnFormContato {
    width: 100%;
    padding: 11px;
    border: 1px solid #c6b4a1;
    background-color: #c6b4a1;
    color: #fff;
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    transition: all .3s;
}
.btnFormContato:hover {
    border: 1px solid #c6b4a1;
    background-color: #fff;
    color: #c6b4a1;
}

.endereco-linha {
    padding-bottom: 82px;
}
.container-contato .header-padrao {
    color: #ffba00;
    text-transform: uppercase;
}
.endereco-ball {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    background-color: #d80000;
    border: solid 1px #ffb623;
    border-radius: 50%;
}
.endereco-cidade {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 24px);
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 36px;
    color: #f4a74c;
    letter-spacing: 2px;
    padding-left: 20px;
}
.endereco-endereco {
    padding-left: 44px;
    font-size: 18px;
    color: #848484;
    margin-top: 6px;
}
.endereco-midia {
    padding-left: 44px;
    padding-top: 20px;
}
.endereco-midia-item {
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
}
.endereco-midia-item:last-child {
    padding-right: 0;
}
.endereco-midia-item svg {
    height: 42px;
    width: auto;
    background-color: #ffba00;
    transition: all 0.5s;
}
.endereco-midia-item svg:hover {
    background-color: #d80000;
}
.endereco-midia-item svg path,
.endereco-midia-item svg rect,
.endereco-midia-item svg circle,
.endereco-midia-item svg polygon {
    transition: all 0.5s;
}
.endereco-midia-item svg:not(:hover) path,
.endereco-midia-item svg:not(:hover) rect,
.endereco-midia-item svg:not(:hover) circle,
.endereco-midia-item svg:not(:hover) polygon {
    fill: #d80000;
}
.endereco-fone-mail {
    padding-bottom: 32px;
}
.endereco-fone-mail a {
    font-size: 24px;
    color: #848484;
}
.endereco-fone-mail a:hover {
    text-decoration: underline !important;
}
.endereco-fone-mail svg {
    height: 42px;
    width: auto;
    background-color: #ffba00;
    vertical-align: middle;
    margin-right: 10px;
}
.endereco-fone-mail svg path,
.endereco-fone-mail svg rect,
.endereco-fone-mail svg circle,
.endereco-fone-mail svg polygon {
    fill: #d80000;
}
/*.endereco-fone-mail svg:hover {
    background-color: #d80000;
}
.endereco-fone-mail svg path,
.endereco-fone-mail svg rect,
.endereco-fone-mail svg circle,
.endereco-fone-mail svg polygon {
    transition: all 0.5s;
}
.endereco-fone-mail svg:not(:hover) path,
.endereco-fone-mail svg:not(:hover) rect,
.endereco-fone-mail svg:not(:hover) circle,
.endereco-fone-mail svg:not(:hover) polygon {
    fill: #d80000;
}*/

@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
    .contato-titulo {
        font-size: 50px;
    }
    .contato-subtitulo {
        font-size: 60px;
    }
    .endereco-fone-mail {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .endereco-linha {
        padding-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .contato-linha {
        padding-top: 40px;
    }
    .contato-titulo {
        font-size: 32px;
    }
    .contato-subtitulo {
        font-size: 38px;
    }
    .contato-descricao {
        padding-top: 40px;
    }
}


/* ---------------------------------- MAPA ---------------------------------- */
.container-mapa iframe {
    height: 598px;
}
.container-mapa .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .container-mapa iframe {
        height: 500px;
    }
}
@media (max-width: 991px) {
    .container-mapa iframe {
        height: 400px;
    }
    .container-mapa .container {
        position: relative;
        left: inherit;
        top: inherit;
        transform: none;
    }
}
@media (max-width: 575px) {
    .container-mapa iframe {
        height: 300px;
    }
}

.dadosContato{
	position: relative;
    top: 45%;
    transform: translateY(-50%);
}

.dados{
	color: #2C394A !important;
}
/* --------------------------------- FOOTER --------------------------------- */
.container-rodape{
	background-color: #000000
}


.rodape-conteudo {
    padding: 60px 0;
}
.logo-cliente {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #ffffff;
    font-size: 14px;
    width: 65%;
}
.logo-cliente img {
    margin-top: 15px;
}

.rodape-header {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 20px;
    color: #C4B3A1;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 300;
}
.rodape-menu,
.rodape-menu-produto {
    margin-left: 0;
    list-style: none;
}
.rodape-menu-item,
.rodape-menu-produto {
    padding-bottom: 5px;
}
.rodape-menu-item:last-child,
.rodape-menu-produto:last-child {
    padding-bottom: 0;
}
.rodape-menu-item-link a,
.rodape-menu-item-link a, .rodape-menu-produto-link a {
    font-size: 15px;
    color: #fff;
    transition: all 0.5s;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
}
.rodape-menu-item-link a:hover, .rodape-menu-produto-link a:hover {
    color: #fff;
}

.rodape-tel-txt {
    font-size: 18px;
    color: #fff;
}
.rodape-tel-numero a {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 34.3px;
    color: #3B3B3B;
    transition: all 0.5s;
}
.rodape-tel-numero a:hover {
    color: #3B3B3B;
}

.copy {
    font-size: 11px;
    color: #8e8a93;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}
.logo-byte {
    padding-bottom: 1em;
}
.logo-byte img {
    height: 25px;
}
.descricao-sonho-home {
    width: 80%;
    position: relative;
    top: 10%;
}


/*----- Carrossel Projetos------*/
.wrap {
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  
  .wrap:after {
    content:'';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .slider {
    position: relative;
    z-index: 7;
    padding: 0 0px;
    margin: 10px auto;
    max-width: 1400px;
    width: 100%;
}
  
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-75%);
    width: 40px;
    line-height: 50px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 5rem;
    z-index: 8;
    outline: none;
}
  
  .slick-prev {
      left: -50px;
      text-align: left;
  }
  
  .slick-next {
    right: -50px;
    text-align: right;
  }
  
  .slider .slick-arrow img {
        height: 30px;
        width: auto;
        filter: invert(1);
  }
  .slider .slick-dots {
    position: absolute;
    bottom: -10%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
  .slider .slick-dots li {
      float: left;
      list-style: none;
      margin: 0 0 0 5px;
  }
  .slider .slick-dots li button {
      width: 15px;
      height: 15px;
      overflow: hidden;
      background: #fff;
      border: solid #C6B4A1 1px;
      font-size: 0;
      box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
  }
  .slider .slick-dots li button {
      font-size: 0;
  }
  .slider .slick-dots li button:focus {
      font-size: 0;
      outline: 0;
  }
  .slider .slick-dots .slick-active button{
      background: #C6B4A1;
      border: solid #C6B4A1 1px;
  }
  
  
  
  

  
  .item.slick-slide {
    width: 680px;
    height: 590px !important;
    transition: all .5s cubic-bezier(0.44, 0.43, 0.63, 0.61);
    position: relative;
}
  
  .slick-slide:after {
    content:'';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    transition: transform 2s;
  }
  
  .item.slick-slide {
    transform: scale(0.7)  translate(880px);
  }
  
  .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-450px);
    z-index: 10;
  }
  
  .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7)  translate(-880px);
    z-index: 5;
  }
  
  .item.slick-slide.slick-active {
    transform: scale(0.8) translate(450px);
  }
  
  .item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
  }
  
  .slick-next img, .slick-arrow img{
      display: block !important;
  }

  .slick-arrow img {
    transform: rotate(0deg);
}
  .slick-next img{
    transform: rotate(0);
}
  .slick-next:focus, .slick-arrow:focus{
      outline: 0;
  }
  
  .slick-center:after {
    opacity: 0;
  }





@media (max-width: 1380px){
    .descricao-sonho-home {
        position: relative;
    }
    .slick-next {
        right: 0;
        text-align: right;
    }
    .slick-prev {
        left: 0;
        text-align: left;
    }
}

@media (min-width: 992px) AND (max-width: 1199px) {
    footer .menu-item-link {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .news-img img {
        height: 140px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .logo-cliente {
        text-align: center;
        margin-bottom: 0;
        width: 65%;
    }
    .logo-cliente img {
        margin-top: 0;
    }
    
    
    footer .menu-item {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .rodape-rede-tel {
        margin-top: 30px;
    }
    .redes-icone,
    .rodape-tel {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .rodape-tel {
        margin-top: 20px;
    }
    .copy {
        padding-bottom: 3em;
    }
}
@media (max-width: 991px) {
    .container-rodape {
        /*padding-bottom: 4em;*/
    }
}

.hidden-desk{
	display: none !important;
}
.hidden-mob{
	display: block !important;
}
.perfil-abs {
    top: 30%;
    transform: translateY(-50%);
}
.direitos-rodape{
    border-top: 1px solid #C4B3A1;
    width: 100%;
}


.owl-theme .owl-nav [class*=owl-] {
    background: #c6b4a1;
    transition: all .3s;
}

/*.owl-carousel-projetos .owl-item img {
    display: block;
    width: 60%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}*/


.owl-carousel-projetos .item_img_projeto {
    display: block;
    width: 60%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    transition: all .3s cubic-bezier(0.19, 0.18, 0.5, 0.65);
}
.owl-carousel-projetos .item_img_projeto .div-conteudo {
    width: 80%;
    transition: all .3s cubic-bezier(0.19, 0.18, 0.5, 0.65);
}
.owl-carousel-projetos .item_img_projeto .img-vetor{
    width: 60px;

}
.owl-carousel-projetos .item_img_projeto .img-projeto-item-x{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    opacity: 0;
    transition: all .3s cubic-bezier(0.19, 0.18, 0.5, 0.65);
}
.owl-carousel-projetos .item_img_projeto:hover .img-projeto-item-x{
    background: rgb(0,0,0);
    background: radial-gradient(100% 100% at 50% 50%, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
    opacity: 1;
    transition: all .3s cubic-bezier(0.19, 0.18, 0.5, 0.65);
}

.owl-carousel-projetos .owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    border-radius: 0;
}
.owl-carousel-projetos .owl-next {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    border-radius: 0;
}
.owl-carousel-projetos .owl-prev img, .owl-carousel-projetos .owl-next img{
    width: 38px;
    transform: scale(1);
}
.owl-carousel-projetos .owl-prev:hover img, .owl-carousel-projetos .owl-next:hover img {
    transition: all .3s;
    transform: scale(1.2);
}


.owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: ALL .2s ease;
    border-radius: 0;
    width: 12px;
    height: 12px;
    left: 908px;
    top: 1811px;
    border: 1px solid #C6B4A1;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
}

.logo-header {
    position: relative;
    top: 15px;
    left: 30px;
    width: 230px;
    padding-left: 5px;
}
.perfil .pst-center-y {
    top: 0;
    transform: translateY(0);
}

.img-cada-sonho{
    height: 575px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c6b4a1;
}
.bg-black {
    background-color: #000 !important;
}
.seta-banner{
    width: 30px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #c6b4a1;
    color: #FFF;
    text-decoration: none;
}

.contato-header-linha{
    margin-top: 50px;
  }
  .projeto-interna-galeria{
    height: 100vh;
  }
  .projeto-interna-galeria-ctg {
    /* height: 100%; */
    width: 100%;
}


@media (max-width: 1920px){
    .owl-carousel-projetos .owl-prev,.owl-carousel-projetos .owl-next {
        top: 48%;
    }
}

@media (max-width: 1440px){
    .div-black-institucional{
        position: relative;
        background-color: #000; 
        font-size: 25px;    
        height: 50vh;
    }
    .col-assinatura{
        height: 75%;
    }
    .col-luxo{
        padding: 0 60px 0 0;
        top: 30%;
        transform: translateY(-50%);
        height: 45%;
    }
}
.wdt-hgt-100{
    width: 100%;
    height: 100%;
}
.vbox-next span, .vbox-prev span {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

.owl-carousel .animated { 
    animation-duration: 3000ms;
    animation-fill-mode: both; }




    
@media (max-width: 1600px){
    .owl-carousel-projetos .item_img_projeto .img-vetor {
        width: 45px;
    }
    .categoria-interna {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 23px;
    }
    .owl-carousel-projetos .owl-prev, .owl-carousel-projetos .owl-next {
        top: 40.4%;
    }

    .rede-banner {
        position: absolute;
        bottom: 2%;
        left: 15%;
        z-index: 9;
    }

    .banner-rodape {
        height: 175px;
        margin-top: 60px;
    }
    .contato-header-linha{
        margin-top: 40px;
        margin-bottom: 10px;
      }
    .descricao-sonho-home {
        width: 90%;
        position: relative;
        top: 10%;
    }
    .col-sonhos {
        height: 25%;
        font-size: 35px;
    }
    .col-assinatura {
        height: 50%;
        font-size: 35px;
    }
    .col-luxo {
        height: 70%;
        font-size: 35px;
    }
    .produto-header-linha {
        margin-top: 49px;
        margin-bottom: 10px;
    }
    .div-projeto,.div-projeto .img-capa-projeto {
        height: 245px;
    }
    .section-trabalhe .produto-header-linha {
        margin-top: 74px;
    }
    .slick-arrow {
        top: 39%;
    }
    .slick-prev {
        left: -50px;
    }
    .div-perfil {
        height: 50%;
    }

    .section-escritorio .div-perfil {
        height: 45%;
    }

    .item.slick-slide {
        width: 650px;
        height: 500px !important;
    }

    .perfil-abs {
        top: 40%;
    }
    

}

.pdt-titulo-equipe{
    padding: 65px 60px 0 60px;
}

.projeto-header-linha{
    margin-top: 42px;
    width: 100%;
}

.pdg-contato{
    padding: 5px 0px 10px 60px;
}

.social-links {
    text-align: center;
    position: relative;
    top: 130px;
  }
  
  .line-betwen {
    width: 15%;
    height: 3px;
    background-color: #F9B339;
    position: relative;
    left: 42.5%;
    top: 80px;
  }
  
  .social-list li{
    display: inline;
    text-align: center;
    font-size: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .social-list a {
    color: #fff;
  }
  
  .social-list a:hover {
    color:#F9B339;
  }
  .nav {
    position: relative;
    width: auto;
    display: inline-block;
    border: none;
  }
  
  .btn-nav {
      position: fixed;
      top: 0;
      right: 30px;
      background: transparent;
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 99999;
  }
  
  .btn-nav:focus {
    outline: 0;
  }
  
  .icon-bar {
      display: block;
      margin: 9px 0;
      width: 35px;
      height: 2px;
      background-color: #F9B339;
  }
  
  .btn-nav:hover .icon-bar {
    background-color: #F9B339;
  }
  
  .nav-content {
    position: fixed;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.9);
    display: block;
    height: 100%;
    z-index: 9;
  }
  
  .nav-content li{
      list-style: none;
      padding: 15px 0;
  }
  
  .below-line {
    width: 15%;
    height: 3px;
    background-color: #F9B339;
    position: relative;
    left: 42.5%;
    top: 40px;
  }
  
  .nav-list {
    list-style: none;
    padding: 0;
    position: relative;
    top: 10%;
  }
  
  .item-anchor:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: transparent;
   
  }
  
  .item-anchor {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 10px;
    letter-spacing: 15px;
  }
  
  .item-anchor:hover,
  .item-anchor:focus {
    color: #F9B339;
   
  }
  
  .item-anchor:hover:after,
  .item-anchor:focus:after{
    width: 100%;
    background: #F9B339;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  
  .nav-item {
    margin: 40px auto;
    text-align: center;
  }
  
  .animated {
    display: block;
    margin: 0 auto;
  }
  
  .animated:hover .icon-bar,
  .animated:focus .icon-bar{
    background-color: #FCA311;
  }
  
  .animated:focus {
    cursor: pointer;
    z-index: 9999;
  }
  
  .middle {
    margin: 0 auto;
  }
  
  .icon-bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  
  .animated .icon-bar {
    z-index: 999999;
    background-color: #FCA311;
  }
  
  .animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
  }
  
  .animated .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
  }
  
  .animated .middle {
    width: 0;
  }
  
  @keyframes showNav {
    from {
      top: -100%;
    }
    to {
      top: 0;
    }
  }
  
  @-webkit-keyframes showNav {
    from {
      top: -100%;
    }
    to {
      top: 0;
    }
  }
  
  @-moz-keyframes showNav {
    from {
      top: -100%;
    }
    to {
      top: 0;
    }
  }
  
  @-o-keyframes showNav {
    from {
      top: -100%;
    }
    to {
      top: 0;
    }
  }
  
  .showNav {
    -webkit-animation: showNav 1.2s ease forwards;
    -moz-animation: showNav 1.2s ease forwards;
    -o-animation: showNav 1.2s ease forwards;
    animation: showNav 1.2s ease forwards;
  }
  
  @keyframes hideNav {
    from {
      top: 0;
    }
    to {
      top: -100%;
    }
  }
  
  @-webkit-keyframes hideNav {
    from {
      top: 0;
    }
    to {
      top: -100%;
    }
  }
  
  @-moz-keyframes hideNav {
    from {
      top: 0;
    }
    to {
      top: -100%;
    }
  }
  
  @-o-keyframes hideNav {
    from {
      top: 0;
    }
    to {
      top: -100%;
    }
  }
  
  .hideNav {
    -webkit-animation: hideNav 1s ease forwards;
    -moz-animation: hideNav 1s ease forwards;
    -o-animation: hideNav 1s ease forwards;
    animation: hideNav 1s ease forwards;
  }
  
  .hidden {
    display: none;
  }

  .pdg-rodape{
    padding: 50px 60px 60px 60px;
  }
  .container-projetos-1{
    padding: 0px 60px 0 60px;
  }
  .container-projetos-2{
    padding: 15px 60px 10px 60px;
  }
  .menu-pst, .menu-pst a{
    font-size: 16px;
}

   .menu-pst ul li a{
    font-size: 45px;
}

.logo-header1{
    width: 145px;
    margin-top: 15px;
}
.img-projeto-1{
    width: 100%;
}
.vbox-content {
    max-height: 100%;
}
.vbox-container img {
    /* max-width: 100%; */
    height: 90vh !important;
    width: auto;
}
  @media (max-width: 767px) {

    .owl-carousel-projetos .item_img_projeto {
        width: 100%;
        top: 50%;
        transform: translate(-50%,10%);
    }
    .owl-carousel-projetos .item_img_projeto .div-conteudo {
        width: 90%;
    }
    .owl-carousel-projetos .item_img_projeto .img-projeto-item-x {
        opacity: 1;
        background: rgb(0,0,0);
        background: radial-gradient(circle, rgba(0,0,0,0.11248249299719892) 43%, rgba(0,0,0,0.5998774509803921) 100%);
    }

    .img-projeto-1{
        width: auto;
        height: 100%;
    }
    .logo-header1{
        width: 120px;
    }
    .pdt-titulo-equipe{
        padding: 0 60px 0 60px;
    }
    .titulo-equipe {
        font-size: 20px;
        text-align: center;
    }
    .pdt-tp-60 {
        padding: 15px;
    }
    .categoria-interna {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .logo-cliente {
        text-align: left;
        width: 50%;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .ctg-categoria {
        padding: 0 5px;
    }
    .pst-escritorio-img{
        top: 50%;
        left: 0;
        transform: translate(0, -10%);
        width: 100%;
    }

    .div-sonho {
        position: absolute;
        top: 0; 
        transform: translateY(0); 
        background-color: #000;
        height: 100%;
    }
    .projeto-interna-galeria {
        height: 100%;
        top: 25px;
        position: relative;
    }

    .perfil-descricao p {
        line-height: 22px;
        font-size: 14px;
    }
    .perfil-descricao p span, .perfil-descricao p {
        font-size: 14px !important;
        line-height: 20px;
    }
      .projeto-interna-galeria-ctg{
        height: auto;
        width: 100%;
      }
    

    .servico-home-titulo {
        width: 100%;
    }
    .img-vetor {
        width: 35px;
        margin: 5px 0;
    }

    .paginacao-right {
        right: 15px;
    }
    .paginacao-left {
        left: 15px;
    }
    .paginacao-center {
        position: absolute;
        bottom: 60px;
    }

    .div-projeto, .div-projeto .img-capa-projeto {
        height: 230px;
        margin-bottom: 15px;
    }
    .div-projeto .div-cont-projeto {
        opacity: 1;
    }
    .div-projeto .div-cont-projeto, .div-projeto .div-bg-projeto {
        opacity: 1;
        height: 100%;
        background: rgb(0,0,0);
        background: radial-gradient(circle, rgba(0,0,0,0.10407913165266103) 45%, rgba(0,0,0,0.5998774509803921) 100%);
    }

    .container-header {
        padding-bottom: 0;
    }
    .img-perfil-home {
        height: 180px;
        right: 50%;
        position: relative;
        transform: translateX(50%);
        top: 40px;
        margin-bottom: 30px;
    }

    .div-perfil {
        height: 62%;
        top: 61%;
        width: 100%;
    }

    .slick-next {
        right: -50px;
    }

    .perfil-abs {
        transform: translateY(0) !important;
        top: 0;
    }

	.nav-menu .menu-item-link {
		text-align: center;
	}
	.btn-loja {
		background-color: transparent;
		color: #fff !important;
		text-align: center;
	}
	
	.btn-padrao-todos {
		width: 100%;
	}
	.div-img-produto {
		height: 100%;
	}
	
    .rodape-header {
        margin-top: 0;
    }
    .section-rodape{
        justify-content: normal;
    }

    .copy {
        padding-bottom: 1em;
    }
    .logo-byte {
        padding-bottom: 3em;
    }
	.hidden-desk{
		display: block !important;
	}
	.hidden-mob{
		display: none !important;
	}
    .direitos-rodape {
        padding: 15px 30px;
    }
    .div-sonho-texto-home {
        height: 100%;
        transform: translateY(0);
        padding: 100px 60px;
    }
    .descricao-sonho-home {
        top: -30%;
    }
    .img-cada-sonho{
        height: auto;
        width: 100%;
    }
    .div-perfil {
        height: 34%;
        top: 64%;
    }
    .banner-rodape {
        height: 70px;
    }

    .btn-nav {
        padding: 0;
        top: 3px;
        right: 15px;
    }

    .nav-content li {
        padding: 0;
        margin: 0 -15px 15px -15px;
    }
    .pdg-contato{
        padding: 0 15px;
    }
    .section-trabalhe .produto-header-linha {
        margin-top: 0;
    }
    .contato-header-linha {
        margin-top: 0;
    }

    .rede-banner {
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
    }

    .vbox-container img {
        max-width: 100%;
        height: auto !important;
        width: auto;
    }
    

}



@media (max-width: 575px) {
    .container-projetos-1 {
        padding: 0px 15px;
    }
      .container-projetos-2 {
        padding: 15px 30px 0px 30px;
    }
    .contato-header-linha {
        margin-top: 30px;
    }
    .projeto-interno-titulo {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .projeto-interno-descricao {
        line-height: 21px;
        font-size: 12px;
    }
    

    .pdg-rodape {
        padding: 10px 30px 10px 30px;
    }

    .section-escritorio .perfil{
        height: 100vh;
    }
    .section-escritorio .perfil .pst-center-y {
        padding: 0 30px;
        left: 0;
    }
    .col-assinatura {
        height: auto;
    }
    .div-black-institucional {
        height: 100%;
    }
    
    .col-sonhos, .col-assinatura, .col-luxo {
        top: 0;
        text-align: center !important;
        transform: translateY(0);
        padding: 0;
        font-size: 25px;
        margin: 25px 15px;
        border: 0;
    }
    .col-assinatura {
        height: auto;
        border-top: 1px solid #C6B4A1!important;
        border-bottom: 1px solid #C6B4A1 !important;
        padding: 15px 0 !important;
    }
    .col-luxo {
        height: 35%;
    }

    .col-sonhos {
        top: 8%;
        height: 15%;
    }

    .session-perfil {
        white-space: normal;
        display: block;
        padding-top: 85px;
    }
    
    .item.slick-slide {
        width: 250px;
        height: 150px !important;
    }
    .fundo-projetos {
        transform: translateY(-50%);
    }
    .logo-header {
        top: 10px;
        width: 185px;
        left: 10px;
    }
    .menu-pst{
        left: 0;
        top: 0;
        transform: translate(0);
    }
    .menu-pst, .menu-pst a{
        font-size: 16px;
    }
    .menu-pst ul li a {
        font-size: 28px;
    }
    #main {
        width: 30px;
        padding: 0;
        right: 15px;
        top: 5px;
    }.menu-pst ul li a {
    font-size: 28px;
}
    .slider .slick-dots {
        margin-left: 0;
    }
    .pdg-6016 {
        padding: 60px 15px;
    }
    .header-padrao {
        margin-bottom: 10px;
    }
    .produto-header-linha {
        margin-top: 0;
    }
    .sidenav a {
        font-size: 26px;
        font-weight: 200;
    }
    .descricao-sonho-home {
        width: 100%;
        top: -30%;
        font-size: 30px;
    }
    .rodape-orcamento, .rodape-especialista {
        width: 100%;
    }
    .rodape-col-botao {
        padding-top: 40px;
    }
    .rodape-orcamento {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .news-titulo {
        display: block;
    }
    .conteudo-news form {
        display: block;
        width: 100%;
    }

    .header-padrao {
        font-size: 35px;
        text-align: center;
    }
    .pdg-5363 {
        padding: 30px 20px 20px 20px;
    }
    .owl-carousel-projetos {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .owl-carousel-projetos .owl-item img {
        width: 100%;
    }

}


@media (max-width: 375px) {
    .div-sonho-texto-home {
        height: 100%;
        transform: translateY(0);
        padding: 125px 60px;
    }
}

.grecaptcha-badge{
    z-index: 999999;
} 