/*
Theme Name: BDD Bootstrap Child
Template: bdd-bootstrap 
Version: 1.0.0
Text Domain: bdd-bootstrap-child
BDD
*/




body, html{ width:100%; height:100%;}
body{font-family: 'Roboto', sans-serif;color: #353535;font-weight: 400;background: #FFF;font-size: 16px;}
body.blog.hfeed,
body.single.single-post{
}
body.page-template-default{
}
body:not(.admin-bar) #page{
	position:relative;
	overflow-x:hidden;
	padding-top: 64px;
}

.font-weight-thin{font-weight: 100 !important;}
.font-weight-extra-light{font-weight: 200 !important;}
.font-weight-medium{font-weight: 500 !important;}
.font-weight-semi-bold{font-weight: 600 !important;}
.font-weight-extra-bold{font-weight: 800 !important;}
.font-weight-black{font-weight: 900 !important;}



.page-content, .entry-content, .entry-summary{margin:0px;}
.entry-content p{margin-bottom:5px;}
.letter-spacing--05{	letter-spacing: -0.5px;}
.letter-spacing--1{	letter-spacing: -1px;}
.letter-spacing--15{letter-spacing: -1.5px;}
.letter-spacing-1{	letter-spacing: 1px;}
.letter-spacing-2{	letter-spacing: 2px;}
.letter-spacing-3{	letter-spacing: 3px;}
.letter-spacing-4{	letter-spacing: 4px;}
.letter-spacing-5{	letter-spacing: 5px;}
.line-height-100{ line-height:100%;}
.line-height-110{ line-height:110%;}
.line-height-120{line-height:120%;}
.line-height-130{ line-height:130%;}
.line-height-140{ line-height:140%;}
.line-height-150{ line-height:150%;}
.line-height-160{ line-height:160%;}
.line-height-170{ line-height:170%;}
.line-height-180{ line-height:180%;}
.line-height-250{ line-height:250%;}
.line-height-30px{ line-height:30px;}
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6{margin:0px;padding: 0px;font-size:16px;}

p, ul{
    font-size: 16px;
    list-style: none;
    padding: 0px;
}

.font-sm-12{font-size:12px;}
.font-sm-14{font-size:14px;}
.font-sm-18{font-size:18px;}
.font-sm-21{font-size:21px;}
.font-sm-24{font-size:24px;}
.font-sm-28{font-size:28px;}
.font-sm-32{font-size:32px;}
.font-sm-36{font-size:36px;}
.font-sm-48{font-size:48px;}
.font-sm-60{font-size:60px;}
.font-sm-72{font-size:72px;}	

a{
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #0859FF;}
a.underline:hover{text-decoration:underline;}
.projetos a, .produtos a{color:#877d71;}


a:hover{color: #000;text-decoration: underline;} 
a.underline-hover:hover{ text-decoration: underline;}
a.azul{color:#007bff;}
a.laranja-white{
	color:#F7A600;
}
a.laranja-white:hover{
	color:#FFF;
	text-decoration:underline;
}

a.white-laranja{
	color:#FFF;
}
a.white-laranja:hover{
	color:#F7A600;
	text-decoration:underline;
}

a.black-laranja{
	color:#000;
}
a.black-laranja:hover{
	color:#F7A600;
	text-decoration:underline;
}

.bg-black{background: #000;}
.text-black{color:#000;}

.bg-black-2{ background:#353535;}
.text-black-2{ color:#353535;}

.bg-laranja{background:#F7A600;}
.text-laranja{color:#F7A600;}

.bg-laranja-2{background: #EFEFBE;}
.text-laranja-2{color:#EFEFBE;}


.bg-cinza-1{background:#857B6F;}
.bg-cinza-2{background:#666;}
.bg-cinza-3{background:#acacac;}
.bg-cinza-4{background:#eaeaea;}
.bg-cinza-5{background:#dadada;}

.text-cinza-1{color:#857B6F !important;}
.text-cinza-2{color:#666 !important;}
.text-cinza-3{color: #acacac;}
.text-cinza-6{color:#818181 !important;}
.text-cinza-7{color:#877d71 !important;}
.text-cinza-8{color: #8f7135 !important;}


.text-cinza-6-hover-laranja{color:#818181;}
.text-cinza-6-hover-laranja:hover{color:#007bff;}

.btn-b-white-black{
	border:1px solid #FFF;
	color:#FFF;
	background:transparent;
}

.btn-b-white-black:hover{
	border:1px solid #FFF;
	color:#000;
	background:#FFF;
}
.border-after:after{
	content: '';
	border-bottom: 3px solid #000;
	position: absolute;
	width: 240px;
	left: 0px;
	bottom: 0px;
}


.container {
    max-width: 280px;
}

#content.site-content #secondary label{color:#353535;}

#footer-2 a:hover{
    text-decoration: underline;}

.btn-large{padding: 20px;}

.btn-branco-laranja{
    background: #FFF;
    color: #000;
}
.btn-branco-laranja:hover{background: #007bff;color: #000;}

.btn-black-laranja{
    background: #000;
    color: #F7A600;
}
.btn-black-laranja:hover{background: #F7A600;color: #000;}


.btn-black-laranja-2{
    background: transparent;
    color: #F7A600;
}
.btn-black-laranja-2:hover{color: #000;}





.btn-preto-laranja, 
.wp-block-search__button,
ul.page-numbers li a
{
    background: #000;
    color: #FFF;
    border: none;
    }
.btn-preto-laranja:hover, 
.btn-preto-laranja.collapsed,
.wp-block-search__button:hover,
ul.page-numbers li a:hover{
    background: #F7A600;
    color: #000;
    text-decoration: none;
    }

ul.page-numbers li span{
	background: #F7A600;
	color: #FFF;
	font-weight: 600;
}



.btn-preto-branco{
    background: #000;
    color: #acacac;}
.btn-preto-branco:hover{
    background: #FFF;
    color: #007bff;}

.ligne-center:before,
.ligne:before,
.ligne-above:after{
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #857B6F;
    margin-bottom: 25px;
}
.ligne-center:before
{
    margin-inline: auto;
}

.ligne-above:after
{
    margin-top: 25px;
    margin-bottom: 25px;
}

.ligne-center-818181:before,
.ligne-818181:before,
.ligne-above-818181:after{
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #818181;
    margin-bottom: 25px;
}
.ligne-center-818181:before
{
    margin-inline: auto;
}

.ligne-above-818181:after
{
    margin-top: 25px;
    margin-bottom: 25px;
}
.ligne-center-877d71:before,
.ligne-877d71:before,
.ligne-above-877d71:after{
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #877d71;
    margin-bottom: 25px;
	margin-top:25px;
}
.ligne-center-877d71:before
{
    margin-inline: auto;
}

.ligne-above-877d71:after,
.sm-ligne-above-877d71:after
{
    margin-top: 25px;
    margin-bottom: 25px;
}

.sm-ligne-above-black:before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: black;
    margin-bottom: 25px;
}

video{
	max-width:100%;
	height:auto;
}
img{max-width:100%;height: auto;}


.single-post #primary .entry-content h2,
.single-post #primary .entry-content h3,
.single-post #primary .entry-content h4,
.single-post #primary .entry-content h5,
.single-post #primary .entry-content h6,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6{
	color:#007bff;
	font-weight:700;
	font-size:21px;
	margin-bottom: 10px;
} 

.single-post #primary .entry-content p, 
.single-post #primary .entry-content ul,
.single-post #primary .entry-content ol,
.page .entry-content p,
.page .entry-content ul,
.page .entry-content ol{
	color: #333; font-weight:400;
	margin-bottom:10px; font-size:16px;
}

.single-post #primary .entry-content ul{
	list-style:disc;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.single-post #primary .entry-content a{
	color:#007bff; text-decoration:underline;
}

.single-post #primary .entry-content a:hover{
	color:#000;
}
.anchor{top:-64px;position: absolute;}
.container-fluid{
	max-width:1920px;
}
/**header @360**/

header#masthead{background: #000;padding: 0px;height: 64px;}
.header-main-logo{
	width: 141px;
	padding: 4px 0px;
}

.header-main-menu{
    position: absolute;
    width: 100%;
    top: 64px;
}

#main-nav{background:#000;margin-top: 0px;}
#main-nav ul{padding: 0px;}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, 
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a{
	color: #000;
	background:#F7A600;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
	text-transform:	uppercase;
	color: #FFF;
	font-size: 15px;
	padding: 10px 30px;
	line-height: 28px;
	text-decoration: none;
}

/*revisado acima*/

#masthead nav{ position:relative;}
#masthead .container{}



.navbar-brand{}
.navbar-toggler{padding: 2px 8px;}

#main-nav ul li ul{
    padding: 5px 20px;
    border: none;
    background: #3f4343;
    border-radius: 0px;
}

#main-nav ul li ul .dropdown-item{
	text-transform: uppercase;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	background: #3f4343;
	padding: 10px 10px;
}

#main-nav ul li ul .dropdown-item:hover{
	color: #f15623;
}




#main-nav li.separador{


display:none;
}

#main-nav li b{font-weight: 500;}

#main-nav li.separador:last-child, #main-nav li.separador:nth-last-child(3){ display:none;}

#main-nav li.header-cliente span{width:34px;height:38px;background-position: 0px 0px;position: absolute;}
#masthead #main-nav li.header-cliente a{background:#006f41;color:#FFF;border-radius: 10px;padding: 0px 0.75rem;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
#masthead #main-nav li.header-cliente b{padding: 0px 0px 0px 45px;line-height: 38px;}
#masthead #main-nav li.header-cliente a:hover{ background:#272727;}
/**fim header***/

/*footer @360*/

#footer-mapa{}
#footer-mapa ul{
    line-height: 20px;
}
#footer-mapa ul li{
    margin: 4px 0px;
}
#footer-mapa ul li a{
    padding: 0px;
    color: #FFF;
    line-height: 32px;
}
#footer-mapa ul li a:hover{
	color:#F7A600;
}
#footer-copyright{
	border-top: 2px solid #555;
}
/*revisado acima*/

footer{background:#272727; color:#FFF;}
#footer{}
#footer .border-color{border-color: #282828 !important;}
#footer .footer-content{
    width: 100%;
}

/*fim footer*/
/*form @360*/

.modal-content .modal-close{
	border: none;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	margin: -1.75rem;
	background: #000;
	border-radius: 60px;
	height: 36px;
	width: 36px;
	opacity: 1;
	padding: 0px;
	text-align: center;
	z-index: 99999;
}

.modal-content .modal-close:hover{
	opacity: 1 !important;
	background: #F7A600;
	color: #FFF;
	
}
.modal-close i{
	
font-size: 28px;
	
line-height: 36px;
}


#content.site-content, 
.page.page-template-template-home #content.site-content, 
.page.page-id-20 #content.site-content, 
.page.page-template-template-produtos #content.site-content, 
.page.page-template-template-projetos #content.site-content,
.page.page-template-template-onde-encontrar #content.site-content, 
.page.page-template-template-orcamento #content.site-content, 
.page.page-template-template-contato #content.site-content{/* padding-top: 72px; */min-height: 70vh;width: 100%;}



.admin-bar #content.site-content{padding-top: 64px;}
.admin-bar{overflow-x:hidden;}
.admin-bar header#masthead{top: 45px;}
.page #content.site-content{}

.page-template-blank-page-with-container #primary,
.page-template-blank-page #primary{min-height: 70vh;}

#app{}
#bbody{}

/*home banner @360*/

@keyframes zooming {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);
  }
}
.zooming {
	-webkit-animation-name: zooming;
	animation-name: zooming;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
}
.banner-container{
	height:100vh;
}
.banner{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top:0px;
	left:0px;
}
#banner-1{
	background-image: url(../../uploads/2023/02/01-mob.webp);
}
#banner-2{
	background-image: url(../../uploads/2023/02/02-mob.webp);
}
#banner-3{
	background-image: url(../../uploads/2023/02/03-mob.webp);
}
#banner-4{
	background-image: url(../../uploads/2023/02/04-mob.webp);
}

/*fim banner @360*/


/*home @360*/


/*revisado acima*/

.zoom {
  padding: 35px;
  /*transition: transform .1s;  Animation */
  margin: 0 auto;
   transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;

}
.lazyloaded.zoom{
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.zoom:hover, .lazyloaded.zoom:hover {
  transform: scale(1.5);
   transform : scale(1.25);
 -moz-transform : scale(1.25);
 -webkit-transform : scale(1.25);
 -o-transform : scale(1.25);
 -ms-transform : scale(1.25);
}

.cont-img-type-paint {
    right: 0;
    bottom: 0;
    top: -10px;
}
.img-texture-back {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-top: -85px;
	padding: 10px;
}
.img-produtos-home img 
  {
    object-fit: cover;
    height: 200px;
    width: 260px;
    
  }
.produtos{
	
}
.produtos .main-img{
	margin-top: 60px;
}
.produtos .main-img img{
	object-fit: cover;
	height: 200px;
	width: 260px;
}

.produtos .position-absolute{
	right: 0px;
	z-index: 0;
	top: -30px;
	object-fit: cover;
}
.produtos .position-absolute img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	}


.square-title{
	padding: 10px;
}

/*fim home*/
.bg-banners{
	background-size: cover;
	background-position: 50%;
	height: 240px;
}

/*quem @360*/
.banner-sobre-bkg{
	background-image: url(../../uploads/2022/09/quem-somos-banner-black.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: -132px;
	background-position: center;
	width: inherit;
	height: 520px;
	background-position-x: 3%;
}
.txt-banner-sobre{
	margin-top: 203px;
}

.txt-about{
	padding: 35px;
}
.section-txt-vision .txt:before,
.line-between-txt-about:before{
	content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #877d71;
	margin: auto;
	margin-bottom: 20px;
    }
.section-txt-about img,
.section-txt-vision img{
	width: 100%;
}
.section-txt-vision p{
	padding:10px;
}
.img-premios{
	width:50%;
}
/*produtos @360*/
.square-project-home{
        padding: 10px;
    }
#produtos-banner{
}

.banner-product{
	background-image: url(../../uploads/2022/09/banner-produtos.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: -132px;
	background-position: center;
	height: 600px;
	width: inherit;
}
.banner-product{
	background-image: url(../../uploads/2022/09/banner-produtos.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: -132px;
	background-position: center;
	background-position-x: 20%;
	height: 520px;
}
.txt-banner-product{
	margin-top: 225px;
}
.txt-banner-product h1,
.txt-banner-product h2{
	font-size: 39px;
	text-transform: unset;
	font-weight:300;
}

/*produto @360*/



.img-bk-prod{
	height: 500px;
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-position: 50%; */
}
.img-bk-prod img{
	width: 100%;
}
.title-prod, .text-prod{
	padding: 0px !important;
	margin-top: unset;
}
.text-prod-descr{
	letter-spacing: -0.9px;
}
.text-prod-descr::before
{
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #877d71;
    margin-top: 25px;
    margin-bottom: 25px;
}
.btn.enviar-orcamento{
	background: black;
	color: white;
	font-size: 15px;
	padding: 15px 20px;
}
.pic-ambiente-prod button{
    color: #877d71;
    font-size: 13px;
}
.colors-colection h2::before {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #877d71;
    position: absolute;
    left: 0px;
    margin-top: -16px;
}
#produto .img-produto-projeto {
}
.section-title-img p{
	line-height: 1;
	padding: 10px 15px;
	font-size: 55px;
	color: #818181;
}
#gallery-container-pic img{
	width:100% !important;
	height:auto;
}
.color-item{
	cursor:pointer;
}
.color-caption{
	
}


.colors a .color-caption{
	bottom:0px;
    
}

.galeria .position-absolute{
	right: 10px;
	top: 10px;
	z-index: 0;
	width: 20%;
	
}
.galeria .position-absolute div.rounded-circle{border: 2px solid #007bff;border: 2px solid #FFF;overflow: hidden;box-shadow: 0px 0px 10px #111;}

.carousel-color-caption{
	background: rgb(0 0 0 / 60%);
	bottom: 30px;
}
.gallery-item.pic-prj{
cursor:pointer;
}
.gallery-item .caption{
  height: 0;
}
.txt-title-picgal{
    display: none;
}
.gallery-item.pic-prj:hover .txt-title-picgal{
  display: block;
}

.title-k-color-port{
    position: relative;
    width: 100%;
    font-weight: 500;
    color: white;
    font-size: 28px;
    text-align: center;
    /* background-color: #00000069; */
    bottom: 80px;
    top: unset;
    padding: 5px 25px;
}
.lg-item.lg-loaded .title-k-color-port{
	bottom: -200px;
}

.lg-item.lg-loaded .color-caption-legend{
	position: relative;
	width: 100%;
	font-weight: 500;
	color: white;
	font-size: 28px;
	text-align: center;
	/* background-color: #00000069; */
	top: unset;
	padding: 5px 25px;
	bottom: -240px;
}

.lg-item.lg-loaded .color-caption-legend p{
	position: relative;
}

.title-k-color
{
    position: absolute;
    margin: auto;
    width: 100%;
    color: white;
    font-size: 28px;
    bottom: 10px;
    text-align: center;
    font-weight: 600;
}
.gallery-item:hover .title-k-color-port{
	background-color: #00000069;
}
/*produto-pag interna*/

/*projeto @360*/
.bkg-img-projeto.princ{
	margin-top: 110px;
}
.bkg-img-projeto.princ img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.portf-project-title h1{
	font-size: 50px;
}
.ligne-black:before{
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	background-color: black;
	margin-bottom: 25px;
}


.section-project-home p, 
.section-project-home h2, 
.section-project-home ul {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #877d71;
}
 
.section-project-home ul a{
	color:#818181;
}




.descrp-project{
	background-color: white;
	color: #818181;
	padding: 15px;
	font-size: 17px;
	position: unset;
	font-weight: 300;
}
.descrp-project p{
	font-size: 17px;
}
/*onde-encontrar @360*/

.divider{
  width: 1px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 15%, rgba(232,232,232,1) 85%, rgba(255,255,255,1) 100%);
}
#onde-encontrar-banner{
	background-color: #007bff;
	background-image: url(../../uploads/2022/08/bg-produtos-1920x540-1-768x216.jpg);
}
.bg-banners .rectangle{
    height: 100px;
    z-index: 0;
    bottom: 45px;
    left: 0px;
}
.bg-banners .title{
    z-index: 1;    
	line-height:0.8;
    left: 0px;
    
}


#onde-encontrar-banner.bg-banners .rectangle{
	width: 150px;
}

#onde-encontrar-banner.bg-banners .title{
	bottom: 0px;
}

#onde-encontrar-lojas:not(.collapsed) .mais{ display:none;}
#onde-encontrar-lojas:not(.collapsed) .menos{ display:block;}

#onde-encontrar-lojas .collapsed .mais{ display:block;}
#onde-encontrar-lojas .collapsed .menos{ display:none;}
.card-header button{
	font-weight: 600;text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1px;
	color: #877d71;
	margin-bottom: 0;
	padding: 5px 0;
}
.card-header button:hover{
	color: #877d71;
	text-decoration:underline;
}

.card-body p{font-size:15px;}
.card-body p.txt-cidade{font-size:16px;}

/*fim onde-encontrar*/

/*orcamento @360*/

.bkg-orcamento {
    height: 280px;
    background: #e44c33;
    width: 100%;
    position: absolute;
    top: 150px;
}
.orcamento-title
    {
        margin-top: 276px;
    }

.orcamento-cont h1{


    font-size: 60px;
    line-height: 70px;
    margin-top: -4px;
}
.orcamento-cont p{
	font-size: 17px;
    line-height: 2em;
}
#formOrcamento .n{
	top: 8px;
	left: -15px;
	width: 24px;
	height: 24px;
	font-size: 15px;
	line-height: 24px;
	border-radius: 12px;
}
/*fim orcamento*/


/*contato*/

#contato-banner{
	background-color: #007bff;
	background-image: url(../../uploads/2022/08/bg-produtos-1920x540-1-768x216.jpg);
}
#contato-banner.bg-banners .rectangle{
	width: 140px;
	height: 70px;
	bottom: 0px;
}

#contato-banner.bg-banners .title{
	bottom: 10px;
}

/*fim contato*/

/*blog*/
.wp-block-search__input{
	border:1px solid #857B6F;
}
.type-post{margin-bottom: 2.5rem !important;}

.blog #content.site-content h1, .error404 #content.site-content h1, .search #content.site-content h1{}
.blog #primary h2, .blog #primary h3, .blog #primary h4, .blog #primary h5,
.search #primary h2, .search #primary h3, .search #primary h4, .search #primary h5{
	
}

.blog #primary h2 a, .blog #primary h3 a, .blog #primary h4 a, .blog #primary h5 a{
	color: #353535;
}
.blog #primary h2 a:hover, .blog #primary h3 a:hover, .blog #primary h4 a:hover, .blog #primary h5 a:hover,
.search #primary h2 a:hover, .search #primary h3 a:hover, .search #primary h4 a:hover, .search #primary h5 a:hover{
	color: #007bff;
}
.blog #primary .entry-footer{ display:none;}
#content.site-content #secondary label{ width:100%;font-weight: 700;}
#content.site-content #secondary p, #content.site-content #secondary .widget_text{
	margin:0px;
	font-weight: 700;
}
#content.site-content #secondary #search-2{ display:none;}
.widget-area{}
#block-9, #block-8{margin:0px;}
.widget {
    margin: 0px 0px 25px 0px;
}
#secondary li{ margin:2px 0px; }
#secondary a{
	font-size:15px;
	background:#FFF;
	color: #585858;
	padding: 5px 10px;
	display:inline-block;
	border-radius:0.25rem;
}
#secondary a:hover{
	color:#000;
    background-color: #DEDEDE;
    text-decoration: none;
	
}

#content.site-content .wp-block-tag-cloud a{
	font-size: 15px !important;
	text-transform: none;
}
#content.site-content .wp-block-tag-cloud a:hover{}
#block-4{margin:0px;}
ul.page-numbers{list-style:none;display: table;margin: 0px auto;}
ul.page-numbers li{
    margin: 0px 5px;
    float: left;
}
ul.page-numbers li span, ul.page-numbers li a{display:inline-block;padding: 5px;width: 35px;text-align: center;font-size: 15px;line-height: 26px;}
ul.page-numbers li span{}
.single-post .post-thumbnail{ margin-bottom:1.25rem;}

.single-post .entry-footer{
	background-color: transparent;
	color: #323232;
}

.ptags{
	font-weight:500;
	

}
.entry-footer{
	background:#FFF; color:#323232;
}
.tags-links{
	

}
.single-post .post-navigation{
	display:none;
}
/*fim blog*/

.search-field{
	font-size:16px;
}
.search-submit{
	color:#131313;
	border:1px solid #131313;
	font-weight:500;font-size:16px;

}
.search-submit:hover{
	background:#131313;
	color:#FFF;

	
}

.search .post.hentry, .search .hentry {
  margin-bottom: 25px;
}

div.error-404{ margin-bottom:40px;}

#ctazap{
    right: 1%;
    bottom: 8%;
    z-index: 9999;
}
#ctazap a{
    width: 64px;
    height: 64px;
    background: #00AA00;
    color: #FFF;
    border-radius: 64px;
}
#ctazap a:hover{
	opacity: 1;
}
#ctazap a i{line-height: 36px;font-size: 36px;padding: 14px 0px;}

.page-template-template-manual #masthead, 
.page-template-template-manual #footer-2,
.page-template-template-manual .wpcc-container, 
.page-template-template-manual #ctazap{
	display:none !important;
}

/*portfolio @360*/
.port-container{}
.port-unit{
}
.port-img{}
.port-img img{
}
.port-title{position: absolute;width: 100%;left: 0px;bottom: 5%;}
.port-title a{
	background:#000;
	color: #FFF;
	width: 90%;
	display: inline-block;
}
.port-unit:hover a{
	background:#F7A600;
	color: #000;
	text-decoration: none;
}
.port-unit:hover img {
}
/*fim portfolio @360*/

/*portfolio interna @360*/
#hero, #hero .hero-container, #hero .hero-container:after, #hero .hero-image, #hero .skewhero-mask{
    height: 300px;
	
}
#hero {
    position: relative;
    border: none;
}

#hero .hero-container {
	overflow: hidden;
}

#hero .hero-container:after {
	content: "";
	position: absolute;
	background: transparent;
	top: 0;
	left: 0;
	right: 0;
}

#hero .hero-image {
	background-repeat: no-repeat;
	background-size: cover;
	will-change: transform;
	background-position: 50%;
}

#hero .skewhero-mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background: transparent;
}

#hero .skewhero-parallax {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: translateY(0px);
	will-change: transform;
}

#hero .skewhero-image {
	background-repeat: no-repeat;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	transform-origin: right top;
}

#portfolio-videos img{
	opacity:0.6;
	transition: opacity .15s ease-in-out;
	
}
#portfolio-videos .video-content:hover img{
	opacity:1;
	
}
#portfolio-videos .play{
	top:0px;
	left:0px;
	
}
/*fim portfolio interna @360*/

@media (min-width:340px){
.container {
    max-width: 330px;
}
}

@media (min-width:375px){
.container{max-width: 360px;}
}

@media (min-width:480px){
.container{max-width: 420px;}
}



@media (min-width:576px){
.container {   max-width: 540px;}

.totop{
	right: 0%;
}

#content.site-content, 
.page.page-template-template-home #content.site-content, 
.page.page-id-20 #content.site-content, 
.page.page-template-template-produtos #content.site-content, 
.page.page-template-template-projetos #content.site-content,
.page.page-template-template-onde-encontrar #content.site-content, 
.page.page-template-template-orcamento #content.site-content, 
.page.page-template-template-contato #content.site-content{
    /* padding-top: 74px; */
}

.produtos .position-absolute{
	right: 160px;
}
	
}

/**********************************************************/
@media (min-width:768px){
.container {        max-width: 720px;}
.admin-bar #content.site-content{padding-top: 69px;}

	


body{}


/*home*/

.img-texture-back {
        width: 300px;
        object-fit: cover;
        height: 250px;
        float: right;
    }
.img-produtos-home img{
height: 250px;
width: 500px;
}	

	
/*fim home*/


.bg-banners{
}
/*quem @768*/

.section-txt-vision p{
	padding:0px;
}
	
/*fim quem*/

/*pprojeto*/

/*produtos @768*/
	
.txt-banner-product{
	margin-top: 300px;
}
.produtos{
	
}
.produtos .main-img{
}

.produtos .main-img img{
	height: 250px;
	width: 500px;
}
	.produtos .position-absolute{
    right: 0px;
}
.produtos .position-absolute img {
    width: 280px;
    height: 280px;
    object-fit: fill;
}	
.square-title-projeto
{
    top: -50px;
    right: 240px;
    padding:  30px 0px 30px 60px;
}	
.square-desc-projeto
{
    left: 50px;
    top: 50px;
    padding: 30px 50px 30px 0px;
}
/*fim projeto*/	
/*onde-encotrar @768*/		
.orcamento-title{
	margin-top: 341px;
}

	/*portfolio @768*/
.port-container{}
.port-unit{
}
.port-img{}
.port-img img{
}
.port-title{
}

.port-unit:hover img {
}
/*fim portfolio @768*/
	

/*portfolio interna @768*/
#hero, #hero .hero-container, #hero .hero-container:after, #hero .hero-image, #hero .skewhero-mask{
    height: 390px;
}
/*fim portfolio interna @768*/
	
}

@media (min-width:783px){
	.admin-bar header#masthead{top: 32px;}
}

@media (min-width: 992px){
.container {    max-width: 960px;}

.admin-bar #content.site-content{padding-top: 82px;}

	

/*header @992*/
	
.header-main-menu{
    position: relative;
    width: unset;
    top: unset;
}	
body:not(.theme-preset-active) #masthead .navbar-nav > li{
	margin: 8px 0px 0px 10px;
}	
body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
	font-size: 15px;
	padding: 2px 30px;
	line-height: 28px;
}
/*revisado acima*/
	
.nav-up .navbar-brand{	width: 120px;}

.nav-up #main-nav{margin-top: 0px;}


#masthead.nav-up .container{padding: 10px 0px 10px 0px;}

/*fim header @992*/

	
/**/

/*footer*/
#footer-mapa ul li a{
	line-height:25px;
}
/*fim footer*/

/*banner @992*/	
#banner-1{background-image: url(../../uploads/2023/02/01.webp);}
#banner-2{background-image: url(../../uploads/2023/02/02.webp);}
#banner-3{background-image: url(../../uploads/2023/02/03.webp);}
#banner-4{background-image: url(../../uploads/2023/02/04.webp);}
/*fim banner @992*/	
	
/*home @992*/
	

/*revisado acima */

	
/*fim home @992*/

/*servicos @992*/
	
#servicos .bg{
    height: 375px;
    background-position: 50%;
    background-size: cover;
}
#servico-analise{
	background-image: url(../../uploads/2023/02/servico-analise-600.webp);
}
#servico-solucoes{
	background-image: url(../../uploads/2023/02/servico-solucoes-600.webp);
}
#servico-conteudo{
	background-image: url(../../uploads/2023/02/servico-conteudo-600.webp);
}
#servico-social{
	background-image: url(../../uploads/2023/02/servico-social-600.webp);
}
#servico-seo{
	background-image: url(../../uploads/2023/02/servico-seo-600.webp);
}
#servico-inbound{
	background-image: url(../../uploads/2023/02/servico-inbound-600.webp);
}
#servico-growth{
	background-image: url(../../uploads/2023/02/servico-growth-600.webp);
}
#servico-youtube{
	background-image: url(../../uploads/2023/02/servico-youtube-600.webp);
}
#servico-ads{
	background-image: url(../../uploads/2023/02/servico-ads-600.webp);
}
#servico-omnichannel{
	background-image: url(../../uploads/2023/02/servico-omnichannel-600.webp);
}
#servico-chatbots{
	background-image: url(../../uploads/2023/02/servico-chatbots-600.webp);
}
#servico-devweb{
	background-image: url(../../uploads/2023/02/servico-devweb-600.webp);
}
/* fim servicos @992 */

/*produtos @992*/
.banner-product{
	height: 600px;
	background-position: center;
	background-size: 100%;
}	
.txt-banner-product{
	
}
.text-prod-descr{}
.zoom {
    padding: 35px;
    margin: 0 auto;
}
.img-texture-back{
    width: 350px;
    height: 350px;
    object-fit: fill;
    margin-top: -48px;
}
.img-produtos-home img {
    object-fit: cover;
    height: 300px;

    width: 80%;
}
.img-texture-back{
width: 300px;
object-fit: cover;
height: 280px;
float: right;
margin-top: -28px;
}
	
.produtos .main-img img{
	object-fit: cover;
	height: 300px;
	width: 80%;
}

.produtos{
	
}
.produtos .main-img{margin-top: 115px;}

	
#produtos-banner{
	background-image: url(../../uploads/2022/08/bg-produtos-1920x540-1.jpg);
}
	
/*fim produtos*/

/*produto @992*/

.img-bk-prod{
	height: 750px;
}

.title-prod{
	padding: 39px 57px 15px 0px !important;
	margin-top: 246px;
	color: #818181;
}
.pic-ambiente-prod button{
   font-size: 14px;
}
.pic-ambiente-prod {
    margin-top: -158px;
}	
#produto .img-produto-projeto {
   top: -100px;
   position: absolute;
}
#produto .txt-produto-projeto {
   min-height: 190px;

}
.colors .color-img .color-caption{
	bottom:0px;
	opacity:0;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition:  all 0.1s linear;
    
}
.colors .color-img:hover .color-caption{
	opacity:1;
}


	
.colors-colection h2::before {
    left: 27px;
}
.section-title-img {
    top: 183px;
    background-color: white;
    width: 400px;
    height: 250px;
    padding: 0px 40px 29px 29px;
    z-index: 99;
}
.section-title-img p{
        padding: 46px 0px 0px 0px;
        font-size: 45px;
}	
/*produto-pag interna*/	

/*projeto @992*/

.bkg-projetos{
    background-image: url('../../uploads/2022/07/bg-projetos-1920x1280-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    background-position: center;
}

	
.square-title{
    top: -131px;
    right: 64px;
    padding: 30px 0px 30px 59px;
    height: 188px;
}
.square-project-home{
	top: -162px;
	right: 70px;
	height: 188px;
	padding: 30px 0px 30px 30px;
	background: #FFF;
}
	
.square-title-projeto{}

.bkg-img-projeto.princ{
	margin-top: 0px;
}
.bkg-img-projeto.princ img{
	width: 100% ;
	height: 1000px ;
	object-fit: cover ;
}


.btn.enviar-orcamento {
    font-size: 18px;
}
.square-project-home.portf-project-title{
	width: calc(50vh - 300px);
	height: auto;
}

.text-under-projects .ligne-black:before{
display:none;	
}
.text-under-projects h2:after{
	content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #877d71;
    margin-top: 25px;
    margin-bottom: 25px;
}
.descrp-project{
	position: absolute;
	z-index: 99;
	top: 1066px;
	height: min-content;
	padding: 60px 70px 80px 60px;
}
	
/*onde-encontrar @992*/
#onde-encontrar-banner{
	background-image: url(../../uploads/2022/08/bg-produtos-1920x540-1.jpg);
}
.orcamento-title{
	margin-top: 276px;
}
/*fim onde-encontrar*/

/*orcamento @992*/

.bkg-orcamento {
	width: 30%;
}
	
.orcamento-title
{
    margin-top: 270px;
}

.orcamento-cont h1{
    font-size: 90px;
}	
/*fim orcamento*/	
	
/*contato*/
#contato-banner{
	background-image: url(../../uploads/2022/08/bg-produtos-1920x540-1.jpg);
}
/*fim contato*/
/*blog*/
.widget-area {
    margin: 0px;
}

/*fim blog*/
div.error-404{ margin-bottom:0px;}


#ctazap{
}
#ctazap a{width: 64px;height: 64px;}
#ctazap a i{
    font-size: 38px;
    line-height: 38px;
    padding: 13px 0px;
}


	/*portfolio @992*/
.port-container{}
	.port-title a{
		width:90%;
		display:inline-block;
}
	
.port-unit:hover a{
	background:#000;
	color: #F7A600;
	text-decoration: none;
}
	
.port-unit:hover a:hover{
	background:#F7A600;
	color: #000;
	text-decoration: none;
}
.port-unit{
    height: 200px;
    overflow: hidden;
}
	
	


.port-img{}
.port-img img{
    position: absolute;
    width: 384px;
    height: 200px;
    max-width: unset;
    left: -30%;
    top: 0px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
	
.port-unit-md{
    height: 300px;
    overflow: hidden;
}

.port-unit-md .port-img img{
    width: 578px;
    height: 300px;
    top: 0px;
}	
.port-unit-lg{
    height: 400px;
    overflow: hidden;
}
.port-unit-lg .port-img img{
    width: 768px;
    height: 400px;
    top: 0px;
}
	
.port-unit-xl{
    height: 400px;
    overflow: hidden;
}

.port-unit-xl .port-img img{
    width: 930px;
    height: 480px;
    top: -10%;
    left:0px;
}		
.port-title{
	
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    left: 0px;
    top: 0px;
    position: absolute;
    opacity: 0;
    background:#FFF;
    height: 100%;
}
.port-unit:hover .port-title{
		opacity:0.9;
	}
.d-lg-table{
	width: 100%;
	height: 100%;
}
.d-lg-align-middle{
	vertical-align:middle;
}
.port-unit:hover img {
    -webkit-transform: scale(2);
    transform: scale(2);
}
/*fim portfolio @992*/

/*portfolio interna @992*/
#hero, #hero .hero-container, #hero .hero-container:after, #hero .hero-image, #hero .skewhero-mask{
    height: 470px;
}
/*fim portfolio interna @992*/
}

/***********************************************************************************/
@media (min-width:1200px){
.container {    max-width: 1140px;}

.font-xl-18{font-size:18px;}
.font-xl-21{font-size:21px;}
.font-xl-24{font-size:24px;}
.font-xl-28{font-size:28px;}
.font-xl-32{font-size:32px;}
.font-xl-36{font-size:36px;}
.font-xl-48{font-size:48px;}
.font-xl-60{font-size:60px;}
.font-xl-72{font-size:72px;}	

#content.site-content, 
.page.page-template-template-home #content.site-content, 
.page.page-id-20 #content.site-content, 
.page.page-template-template-produtos #content.site-content, 
.page.page-template-template-projetos #content.site-content,
.page.page-template-template-onde-encontrar #content.site-content, 
.page.page-template-template-orcamento #content.site-content, 
.page.page-template-template-contato #content.site-content{/* padding-top: 88px; */}	
	
.page #content.site-content{/* padding-top: 100px; */}
.admin-bar #content.site-content{	padding-top: 128px;}

#main-nav{}	
body{}


	

.bdd{
	right:3%;
}
.totop{
	right:3%;
}


/*home*/

/*fim home*/


/*quem @1200*/


	
/*fim quem*/

/*produto @1200*/
.pic-ambiente-prod img{
	width: 100%;
	object-fit: cover;
	height: 450px;
}
.produtos{
	
}


.square-project-home{
	top: -131px;
	right: 64px;
	height: 188px;
	padding: 30px 0px 30px 59px !important;
	background: #FFF;
}
	
.produtos .main-img{/* margin-top: 230px; */}

.img-produtos-home img {
    width: 450px;
}
.img-texture-back{width: 350px;height: 350px;object-fit: fill;margin-top: -48px;float: none;}

.cont-img-type-paint {
    right: 0;
    bottom: 0;
    top: -10px;
}
	
#produto .img-produto-projeto {top: -130px;padding-right: 30px;padding-left: 10px;}

#produto .txt-produto-projeto {
   min-height: 250px;
}
	
.section-title-img p{font-size: 55px;padding: 10px 15px;}	

	
/*projeto @1200*/
.square-title-projeto{}
	
.square-project-home{
	right: 239px;
	top: -145px;
}

.portf-project-title h1{
	font-size: 60px;
}
	
/*fim projeto*/		

/*onde-encontrar @1200*/		
.orcamento-title{
	margin-top: 272px;
}
	
/*contato*/

/*fim contato*/

/*portfolio @1200*/
.port-container{}
.port-unit{}
	
.port-unit-lg{}
	


.port-img{}
.port-img img{
    left: -20%;
}
	
.port-unit-lg .port-img img{}
.port-title{}
.port-unit:hover .port-title{}

.port-unit-xl .port-img img{
    width: 1110px;
    height: 570px;
    top: -20%;
}
/*fim portfolio @992*/


/*servicos @1200*/
	
#servicos .bg{
    height: 600px;
}
	
/*fim servicos @1200*/

/*portfolio interna @1200*/
#hero, #hero .hero-container, #hero .hero-container:after, #hero .hero-image, #hero .skewhero-mask{
    height: 570px;
}
/*fim portfolio interna @1200*/
	
}

@media (min-width:1366px){

	
	
}

@media (min-width:1600px){

	
/*portfolio interna @1600*/
#hero, #hero .hero-container, #hero .hero-container:after, #hero .hero-image, #hero .skewhero-mask{
    height: 750px;
}
/*fim portfolio interna @1600*/
	
}