body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif !important;
}
*:focus{
	outline: none !important;
	box-shadow: none !important;
}
p{
	margin:0;
}
a{
	color: #00afec;
}
.grecaptcha-badge{
	display: none !important;
}
.page-template-page-contato .grecaptcha-badge{
	display: block !important;
}
.wapp-floater {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.wapp-floater .icon {
  opacity: 0.9;
  width: 50px;
}
.wapp-floater .icon img {
  max-width: 100%;
}
.wapp-floater .icon:hover {
  opacity: 1;
}
.footer .insta {
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
}
.footer .insta svg {
	margin-top: -4px;
}

.topo{
	background-color: #000;
	z-index: 999;
	position: relative;
	width: 100%;
	padding: 15px 0;
}
.error404 .topo{
	background-color: #000;
}
.error404 h1{
	padding: 10% 0;
	text-align: center;
	font-weight: 200;
	font-size: 80px;
}
.page-template-page-home .topo{
	position: relative;
}
.single .topo,
.page-template-page-trabalhos .topo,
.page-template-page-quem-somos .topo,
.page-template-page-contato .topo,
.page-template-page-politica .topo{
	background-color: #000;
}
.top-fixed{
	background-color: rgba(0,0,0,0.9);
	position: fixed !important;
}
.topo .logo{
	padding-top: 10px;

}
.topo .logo img{
	/*width: 40px !important;*/
	width: 90px !important;
	position: relative;
	z-index: 999;

}
.topo .sidebarBtn{
	position: relative;
	float: right;
	background-color: transparent;
	box-sizing: border-box;
	cursor: pointer;
	height: 50px;
	width: 50px;
	border: 0;
	outline: none;
	z-index: 999;
}
.topo .sidebarBtn span{
	display: block;
	width: 35px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 24px;
	transition: .3s;
	text-align: right;
}
.topo .sidebarBtn span::before{
	content: '';
	position: absolute;
	top: -10px;
	background: #fff;
	left: 0;
	width: 100%;
	height: 2px;
}
.topo .sidebarBtn span::after{
	content: '';
	position: absolute;
	top: 10px;
	background: #fff;
	left: 0;
	width: 100%;
	height: 2px;
}
.sidebarBtn.toggle span{
	background: transparent;
	transition: .3s;
}
.sidebarBtn.toggle span::before{
	top: 0;
	transform: rotate(45deg);
	transition: .3s;
	background: #fff;
	width: 100%;
}
.sidebarBtn.toggle span::after{
	top: 0;
	transform: rotate(-45deg);
	transition: .3s;
	background: #fff;
	width: 100%;
}
.topo .menu-topo{
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	transition: .5s;
}
.topo ul{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);

}
.topo ul li{
	list-style: none;
}
.topo ul li a{
	padding:5px 10px;
	display: inline-block;
	font-size: 40px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.topo ul li a:hover{
	background-color: #00afec;
	color: #000;
	text-decoration: none;
}
.topo .menu-topo.active{
	left: 0;
	overflow: auto;
}
.topo .branco{
	background-color: #fff !important;
}
.topo li.current-menu-item a{background-color: #00afec;}


.box-ver-projetos{
	text-align: center !important;
	position: fixed;
	margin: 0 auto;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.btn-ver-projetos{
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 25px;
	border-radius: 50px;
	font-weight: 300;
	font-size: 14px !important;
	text-align: center;
}
.btn-ver-projetos:hover{
	background-color: #fff;
	text-decoration: none;
	color: #000;
	border:0;
}
.btn-ver-projetos:focus{
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.btn-ver-projetos.mobile{
	display: none;
}


.btn-ver-projetos span{
	margin-right: 10px;
}
.frase-topo{
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	text-align: center !important;
	color: #fff;
}
.frase-topo h1{
	font-size: 35px !important;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}
/*------------------------------
6.6 Blog
------------------------------*/

#blog {
	padding: 2% 0 0;
	background-color: #fff;
}

#blog .content-wrapper {
	margin: 0 0 10%;
}

#blog .title-box {
	display: inline-block;
	margin: 0 0 0%;
	text-align: left;
}

.cat-filter {
	margin: 0px 0 3%;
	text-align: center;
}

.cat-filter li {
	display: inline-block;
	padding: 0 2% 0 0;
	color: #000;
	text-transform: uppercase;
	font-weight: 200;
}

.cat-filter li:last-child {
	padding-right: 0;
	margin-right: 0;
	border: 0;
}

.cat-filter li:hover,
.cat-filter li.active {
	cursor: pointer;
	color: #00aeef;
}
.post-link:link,
.post-link:visited {
	display: block;
	width: 100%;
	padding: 0 0 50%;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 2em;
}
.post-thumb-box,
.post-info-box,
.slide::after {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.slide::after {
	content: "";
	height: 100%;
	top: 30%;
	left: 50%;
	z-index: 99;
	opacity: 0;
	background-color: rgba(0,174,239,0.8);
}

.post-thumb-box {
	top: 50%;
	left: 50%;
	z-index: 9;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.post-thumb-box img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.post-info-box {
	top: 45%;
	left: 50%;
	z-index: 100;
	opacity: 0;
	text-align: center;
}
.post-info-box h4{
	font-weight: bold;
	margin:0;
	font-size: 30px;

}
.post-info-box p{
	font-size: 15px;
}

.post-link:hover.slide::after,
.post-link:hover .post-info-box {
	top: 50%;
	opacity: 1;
}

.post-link:hover .post-thumb-box {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.blog-row{
	min-height: 400px;
}
.blog-row .col-md-6{
	padding: 0px;
}
.blog-link {
	margin: 0;
	text-align: right;
}

.blog-link a:link,
.blog-link a:visited {
	font-size: 1em;
	color: #00aeef;
	text-decoration: none;
}

.blog-link a:hover,
.blog-link a:active {
	color: #a7a7a7;
}


.slick-next{
	right: 10%;
	z-index: 100;
	top: 50%;
	width: 55px !important;
	height: 70px !important;
}
.slick-prev{
	left: 10%;
	z-index: 100;
	top: 50%;
	width: 55px !important;
	height: 70px !important;
}

.slick-prev::before {
   font-family: "Font Awesome 5 Free";
   content: "\f053";
   display: inline-block;
   vertical-align: middle;
   font-weight: 600;
   font-size: 50px;
    background-color: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
}
.slick-next::before {
   font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   vertical-align: middle;
   font-weight: 600;
   font-size: 50px;
    background-color: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
}
.content-single{
	padding: 5% 0 2%;
}
.content-single h2{
	margin-bottom: 30px;
	font-weight: 200;
	color: #919191;
	text-transform: uppercase;
}
.ficha-tecnica{
	padding-bottom: 8%;
}
.ficha-tecnica h3{
	margin-bottom: 30px;
}
.ficha-tecnica p{
	margin-bottom: 5px;
	color: #686868;
}
.ficha-tecnica strong{
	color: #000;
}
.footer{
	background-color: #000;
	padding:10px;
	color: #fff;
	text-align: center;
}
.footer p{
	margin:0;
}
.footer span i{
	color: #fff;
	margin-left: 15px;
	font-size: 24px;
	vertical-align: middle;
	margin-top: -3px;
}
.single .topo{
	position: relative;
}
.page-template-page-trabalhos .topo{
	position: relative;
}
.main{
	padding: 5% 0;
}
.content-quem-somos h2{
	font-weight: 400;
}
.btn-padding{
	margin-top: 25px;
}
.btn-black{
    margin-top: 50px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    padding: 6px 20px;
    border-radius: 20px;
}
.btn-black:hover{
	background-color: #00afec;
	color: #fff;
	border: 1px solid #00afec;
}
.infos-topo{
	padding: 5% 0;
	background-color: #00afec;
	color: #fff;
}
.infos-topo span{
	font-size: 26px;
	padding-right: 15px;
	vertical-align: middle;
}
.infos-topo a{
	color: #fff;
}
.telefone{
	margin-bottom: 20px;
}
.icone{
	margin-right: 30px;
	float: left;
	margin-bottom: 10px;
	font-size: 30px;
}

.google-maps{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
.form{
	padding: 5% 0;
}
.form input, .form textarea{
	width: 100% !important;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
.form input::placeholder,
.form textarea::placeholder{
	font-weight: 200;
	font-size: 14px;
}

.form input[type="submit"]{
	background-color: transparent;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    padding: 6px 20px;
    border-radius: 20px;

}
.form input:focus, .form textarea:focus{
	border: 1px solid #00afec;	
}
.form input[type="submit"]:hover{
	background-color: #00afec;
	color: #fff;
	border: 1px solid #00afec;
}
.form h3{
	font-size: 25px;
	text-align: center;
	margin-bottom: 5%;
	font-weight: 200;
}

.endereco{
	text-align: center;
}
.wpp{
	padding-left: 10px;
}
.logo-rodape{
	max-width: 130px;
	margin-right: 20px;
}
.video-vimeo{
	padding: 4% 0;
}
.ver-mais-trabalhos{
	margin-top: 50px;
	text-align: center;
	border: 1px solid #000;
	color: #000;
	padding: 6px 20px;
	border-radius: 20px;
}
.ver-mais-trabalhos:hover{
	text-decoration: none;
	background-color: #00aeef;
	color: #fff;
	border: 1px solid #00aeef;
}

.vimeo-wrapper {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   overflow: hidden;
   background-image: url('/wp-content/uploads/2020/07/topo01-att.jpg');
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.topo-contato{
	height: 400px;
	background-position: 0 -160px !important;
}

.content-class{
      padding: 6% 0;
}
.content-class ul{
      padding-left: 15px;
}

.cli-bar-container.cli-style-v2{
      padding-left: 6% !important;
}
.cli-bar-btn_container{
      padding-right: 5%;
}
#cookie-law-info-bar{
      z-index: 100001 !important;
}
@media (max-width: 768px){
	.topo{
		background-color: #000;
	}
	.video-topo .content h1{
		transform: translateY(-20%);
	}
	.btn-pular{
		margin-top: 20%;
	}
	.cat-filter{
		list-style: none;
		padding-left: 0px;
	}
	.endereco{
		text-align: left;
	}
}
@media (max-width: 767px){
	.cat-filter li{
		display: block;
		background-color: #eee;
		margin: 5px 0;
		padding: 10px;
	}
}
@media (max-width: 480px){
	.topo ul li a{
		font-size: 18px;
	}
	.video-topo .content h1 {
	    transform: translateY(10%);
	    font-size: 25px;
	    padding-bottom: 215px;
	}
	.slick-prev{
		left: 0%;
	}
	.slick-next{
		right: 0%;
	}
	.slick-prev::before {
	   font-weight: 600;
	   font-size: 15px;
	}
	.slick-next::before {
	   font-weight: 600;
	   font-size: 15px;
	}
	.content-single{
		padding: 15% 0;
	}
	.content-single h2{
		font-size: 28px;
		padding-bottom: 10%;
	}
	.content-quem-somos h2{
		padding: 10% 0;
	}
	.page-template-page-quem-somos .btn-padding{
		margin-bottom: 15%;
	}
	
	.selo-gptw {
    padding: 20px 0;
    }
    
    @media(max-width:768px){
    .selo-gptw {
         padding: 0 0 37px;
         margin-top: -18px;
    }

    }

	.page-template-page-home .cat-filter{
		display: none;
	}
	.page-template-page-trabalhos .cat-filter{
		margin-top: 5px !important;
	}
	.topo-contato {
	    height: 240px;
	    background-position: 0 0px !important;
	    background-size: cover !important;
	}
	.blog-row{
		margin-top: 0px;
	}
	.page-template-page-trabalhos .blog-row{
		margin-top: 0px;
	}
	.btn-ver-projetos{
		display: none !important;
	}
	#blog {
	    padding: 0% 0 0;

    }
}
