body{
	font-family: 'Niramit', sans-serif;
	
}
a:hover{
	transition:0.5s;
}
a, p{
	color:#6c757d;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
}
p{
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}
h1{
	font-size:1.8rem;
}
h2{
	font-size:1.5rem;
}
h3{
	font-size:1rem;
}


/*Checkbox*/



  
  .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
  }
  
  .form-group label {
	position: relative;
	cursor: pointer;
  }
  
  .form-group label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #154289;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
  }
  
  .form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: 1px solid #154289;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
  }

/*Erros form*/
.error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.form-control.error {
    border-color: red;
    padding: .375rem .75rem;
}
#logo{
	max-width:150px;
	transition:0.5s;
}
a:hover{
	text-decoration:none;
}
.separador{
	margin-top:5px;
	width:40px;
	height: 3px;
	background-color:#154289;
}
.letra_cor{
	color:#154289;
}
.p-relative{
	position:relative;
}
/*Botoes*/
a.animated-button.btn {
	cursor: pointer;
	display: block;
	position: relative;
	border-radius:0px;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
a.animated-button.btn:hover {
	background-color: transparent;
	text-shadow: nfour;
}
a.animated-button.btn:hover:before {
	right: 0%;
	left: auto;
	width: 100%;
}
a.animated-button.btn:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn_branco{
	background:#154289;
	color:#fff;
	border: 1px solid #fff;
}
.btn_branco:hover {
	color:#154289;
}
.btn_branco:before {
	background: #fff;
}

.btn_principal{
	background:#fff;
	color:#154289;
	border: 1px solid #154289;
}
.btn_principal:hover {
	color:#fff;
}
.btn_principal:before {
	background: #154289;
}

.btn_cinza{
	background:#eaeaea;
	color:#154289;
	border: 1px solid #154289;
}
.btn_cinza:hover {
	color:#eaeaea;
}
.btn_cinza:before {
	background: #154289;
}




.btn{
	z-index:99;
	max-width:230px;
}

/*Orcamento home*/
.orcamento-home .btn{
	font-size:1.3rem;
	text-transform: uppercase;
    font-weight: 600;
}
.orcamento-home{
	background-color:#154289;
	color:#fff;
	position:absolute;
	top: -3rem;
	left: 0;
	z-index:19;
}
.orcamento-home a{
	display:block;
}

/*projectos Home*/
.container-projectos{
	background-color:#eaeaea;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	max-height: 400px;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption p{
	margin:5%;
	width:90%;
}
.grid figure figcaption > a {
	z-index: 1000;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	text-shadow: -2px 3px 3px #000000;
	font-size:1.8rem;
	line-height:2.5rem;
}


.grid figure a{
	margin-top:15px;
	font-size:12px;
	color:#fff;
}
.grid figure h3,
.grid figure p {
	margin: 0;
}


figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, #34495e 0%,#154289  100%);
	background: linear-gradient(-45deg, #34495e 0%,#154289  100%);
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	width:100%;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 30px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	color:#fff;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

/*FIM projectos Home*/


/*MENU*/
.nav-item{
	display:inline;
}
.ul_menu{
	margin-top: 3rem;
}
.effect4:hover {
	color:#154289;
}
.effect4 {
	    padding-left: 0.8rem;
    padding-right: 0.8rem;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.effect4:before, .effect4:after {
  left: 0;
  width: 100%;
  height: 2px;
  background: #154289;
}
.effect4:before {
	left:-1px!important;	
}
.effect4:after {
	left:1px!important;	
}
.effect4:before {
  bottom: 0;
  transform: translateX(-100%);
}
.effect4:after {
  top: 0;
  transform: translateX(100%);
}
.effect4:hover:before, .effect4:hover:after {
  transform: translateX(0);
}
.effect4, .effect4 > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.effect4:before, .effect4:after, .effect4 > span:before, .effect4 > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

/*BARRA TOPO*/
.p-barra-topo a:hover{
	color:#154289;
	background:#fff;
	transition:0.5s;
}
.barra_topo_border_esquerda{
	border-left:1px solid #254f92;
}
.barra_topo_border_direita{
	border-right:1px solid #254f92;
}
.p-barra-topo-direita a{
	display:inline-block;
	padding:10px 15px;	
	font-size:12px;
}
.p-barra-topo a{
	display:inline-block;
	padding:10px 15px;	
	width:45px;
}
.barra_topo a{
	color:#fff;
}
.barra_topo{
	background-color:#154289;
	color:#fff;
}

/*PARALAX BREADCRUMBS*/
.parallax-empresa{
	background-image: url('parallax1.jpg');
}
.parallax-contactos{
	background-image: url('parallax2.jpg');
}
.parallax-portfolio{
	background-image: url('parallax3.jpg');
}
.parallax-servicos{
	background-image: url('parallax4.jpg');
}
.parallax {
  height: 300px; 
  
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax h1{
	color:#fff;
	margin-top:1rem;
	font-size:2.2rem;
}
.breadcrumbs li a:hover{
	color:#fff;
}
.breadcrumbs li a{
	color:#989898;
}
.breadcrumbs li{
	display:inline;
	color:#989898;
}
.breadcrumbs{
	padding-left:0px;
	list-style:none;
}


/*FOOTER*/
footer ul{
	list-style:none;
}
footer a, footer p{
	color:#fff;
}
footer{
	color:#fff;
	background-image:url("images/rodape.jpg");
	background-size:cover;
	background-color:#31353d;
	background-position: right;
}
.logo_rodape{
	max-width:250px;
}
footer .copyright{
	padding:15px;
	color:#fff;
}
.separador_copy{
	border-bottom: 1px solid #494a4b;
	margin-bottom:15px;
}
footer i{
	font-size:12px;
}
footer ul a{
	transition:0.3s;
}
footer ul a:hover{
	margin-left:7px;
}


/*Pagina Marcas*/
.marca_listagem .marca img{
	opacity: 0.95;
	border: 1px solid #cecece;
}
.marca_listagem .marca img:hover{
	cursor:pointer;
	transition: 0.3s;
	-webkit-box-shadow: 0px 2px 28px 6px rgba(118,122,112,0.49); 
	box-shadow: 0px 2px 28px 6px rgba(118,122,112,0.49);
	transform: scale(1.1);
}
.marca_listagem .marca img:hover{	
	opacity: 1;
}

/*Pagina Produtos*/
.produto_listagem .produto img, .item_galeria img{
	border: 1px solid #cecece;
}
.produto_listagem .produto img:hover{
	cursor:pointer;
	transition: 0.3s;
	-webkit-box-shadow: 0px 2px 28px 6px rgba(118,122,112,0.49); 
	box-shadow: 0px 2px 28px 6px rgba(118,122,112,0.49);
	transform: scale(1.1);
}
.item_galeria{
	z-index: 9;
}
.item_galeria img:hover{
	cursor:pointer;
	transition: 0.3s;
	-webkit-box-shadow: 0px 2px 28px 6px rgba(118,122,112,0.49); 
	box-shadow: 0px 2px 28px 6px rgba(118,122,112,0.49);
	transform: scale(1.2);
}

/*Pagina 404*/
.hv50{
	min-height:50vh;
}

/*Carousel Marcas*/
#carousel_marcas img:hover{
	filter: grayscale(0%);
	cursor:pointer;
}
#carousel_marcas img{
	padding:30px;
	filter: grayscale(100%);
}
.slide-box {
  display: flex;
  justify-content: space-between;
}
#carousel_marcas .carousel-control-next, #carousel_marcas .carousel-control-prev {
	width:5%;
}

/*Efeito Menu*/
.fixo{
	position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 0;
	transition:0.5s;
	box-shadow: 0px -3px 20px 2px rgba(0, 0, 0, 0.3);
}
.logo_pequeno{
	max-width:75px!important;
	transition:0.5s;
}

/*serviços home*/
.image-servico-home{
	max-width:100px;
}
.service_home_card{
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service_home_card:hover{
	background-color:#154289;
	box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.5);
    cursor: pointer;
    background-color: #154289;
	color:#fff;
}
.texto-servico{
	color:#fff;
}
.service_home_card:hover .title{
	display: none!important;
}

/*Sobre Home*/
.home-mensagem{
	color: #154289;
    background: #fff;
}
.home-mensagem .separador, .parallax .separador{
	background:#fff;
}
.home-mensagem p{
	color:#154289;
}

/*FORMULARIOS*/
.form_contacto input{
	border:0px;
}
.form_contacto .input-group {
    height: 60px;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 31%);
    border: none;
    background-color: #fff;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 100%;
}
.form_contacto .textarea textarea{
	height:100%;
	border:0px;
}
.form_contacto .textarea{
	height:100%!important;
} 
.form_contacto .input-group-text {
	background:#fff;
	border:0px;
}
.form-control:focus {
	box-shadow:unset!important;
}

/*Contactos*/

.social_contactos a{
    font-size: 22px;
    width: 35px;
    height: 35px;
}


/*QUEM SOMOS*/
.quem_somos a, .quem_somos li{
	color:#6c757d;
}
.quem_somos i{
	color:#154289;
}
.quem_somos ul{
	list-style:none;
}
.panel-heading {
  padding: 0;
	border:0;
}
.quem_somos .panel-heading{
	box-shadow: 0 0 6px 0px rgb(0 0 0 / 31%);
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: "Font Awesome 5 Free";
   content: "\f078";
   float: right;
   transition: all 0.5s;
   color:#154289;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

@media (min-width: 576px) and (max-width: 767.98px) {
  /*.slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /*.slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }*/
}

@media (min-width: 992px)
{
  /*.slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }*/
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}

.text-uppercase{
	text-transform: uppercase;
}

/*Sidenav*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.95);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align:center;
  }
  
  .sidenav a {
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
  
  }
  
  .sidenav a:hover{
	color: #f1f1f1;
  }
  .closebtn{
	  right: 40px!important;
	  top:23px!important;
  }
  .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }


/*Portfolio*/

.mix{
	display: none;
}
.template-btn {
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 20px;
	display: inline-block;
	background: transparent;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
  }
  .template-btn:hover {
	color: white;
	background: #f28500;
  }
  .portfolio-section {
	padding-top: 30px;
	transition: 1.3s;
	box-sizing: border-box;
	height: auto;
  }
  
  .portfolio-tab ul {
	text-align: center;
  }
  #filters .btn_principal{
	height: 33px;
    padding-top: 4px!important;
  }
  .portfolio-tab ul li {
	  display: inline-block;
	  min-width: 200px;
	/*color: #000;
	background: transparent;
	display: inline;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #154289;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-tap-highlight-color: transparent;*/
  }
  
  @media (max-width: 575.98px) {
	.portfolio-tab ul li {
	  display: block;
	  margin: 10px auto;
	  max-width: 200px;
	}
  }
  .portfolio-tab ul li:hover {
	background: #154289;
	color: #fff
  }
  .portfolio-tab ul .active {
	background: #154289;
	color: #fff
  }
  .clearfix:after {
	display: table;
	content: " ";
	clear: both;
  }
  .portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
  }
  .portfolio-bg {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 1s;
	transform: scale(1)
  }
  .portfolio:hover .portfolio-bg{
	transform: scale(1.2)
  }
  .first .portfolio-bg{
	background-image: url('https://images.pexels.com/photos/267350/pexels-photo-267350.jpeg?cs=srgb&dl=accounts-applications-apps-267350.jpg&fm=jpg');
	
  }
  .second .portfolio-bg{
	background-image: url('https://images.pexels.com/photos/1053687/pexels-photo-1053687.jpeg?cs=srgb&dl=art-art-materials-artwork-1053687.jpg&fm=jpg');
  }
  .third .portfolio-bg{
	background-image: url('https://images.pexels.com/photos/6224/hands-people-woman-working.jpg?cs=srgb&dl=brainstorming-campaign-collaborate-6224.jpg&fm=jpg');
	
  }
  .portfolio .label {
	position: absolute;
	width: 100%;
	height:100%;
	bottom: 0;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden
  }
  
  .portfolio .label-bg {
	background: #232323;
	opacity: 0.7;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	transition: 1px;
  }
  .portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:50px 20px;
  }
  .portfolio:hover .label {
	opacity: 1;
	visibility: visible;
  }
  .portfolio .text-category {
	display:block;
  }
  .portfolio .template-btn {
	background: #e30b5d;
	border: 1px solid #e30b5d;
	text-decoration: none;
	margin-top: 20px;
	font-weight: 500
  }



@media (max-width: 767px) {
	.p-barra-topo-direita a{
		padding:10px 0px;	
	}
	.orcamento-home .animated-button{
		margin-left: 0px!important;
		margin-top:15px;
	}
	footer h3{
		margin-top: 30px;
	}
	.h3-nosite{
		margin-top: 100px!important;
	}
	.textarea.ml-4{
		margin-left: 0px!important;
	}
}
@media (max-width: 991px) {
	.parallax{
		background-position:left;
	}
}
@media (min-width: 992px) and  (max-width: 1200px) {
	footer h3{
		margin-top: 30px;
	}
	.orcamento-home .animated-button{
		margin-left: 15px!important;
		margin-right: 15px!important;
		margin-top:15px;
	}
}


@media (min-width: 1200px){
	.btn_menu{
		display: none;
	}
}
@media (min-width: 1200px) and (max-width: 1600px) {
	
	.effect4 {
     padding-left: 0.2rem; 
     padding-right: 0.2rem;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.orcamento-home {
		top: -4rem;
	}
	.service_home_card:hover .title{
		color: rgba(0,0,0,0);
	}
	.grid figure figcaption{
		padding: 5px;
	}
	.grid figure {
		height: 100%;
	}
	.grid figure h3 {
		margin-top: 15px;
		font-size: 1.2rem;
		line-height: 1.7rem;;
	}
	figure.effect-duke p {
		padding: 5px;
		font-size: 80%;
	}
	.orcamento-home h2{
		font-size:1.3rem;
	}
	.orcamento-home.p-4{
		padding-left: 0.5rem!important;
		padding-right: 0.5rem!important;
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important;
	}
	.orcamento-home .btn {
		font-size: 1rem;
	}
	
	
}
@media (min-width: 1600px) {
	
	.container-fluid{
		padding:0px 100px;
	}
	.p-normal{
		padding:0px 15px;
	}
	.orcamento-home a{
		display:inline!important;
	}
	
}