

/** ADD YOUR AWESOME CODES HERE **/

/*------------------------------------------------------------------
    QT
-------------------------------------------------------------------*/

.qt-background{
	background: url(../images/architecture-1857175_1920.jpg) no-repeat;
	background-size: cover;
	padding: 150px 0;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	margin-top:-50px;
	margin-bottom:50px;
}
.qt-background p {
    font-size: 35px;
    font-weight: 300;
    line-height: 44px;
    color: #fff;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 20px;
}

.qt-background span {
    color: #fff;
    font-size: 28px;  
	font-weight: 600;	
}


/*------------------------------------------------------------------
    REDES SOCIAIS
-------------------------------------------------------------------*/

.imageRedesSociais{
    -webkit-filter:grayscale(0%);
	width:	40px;
	height:	40px;
	margin-left:5px;
	margin-right:5px;
}
.imageRedesSociais:hover{
    -webkit-filter:grayscale(100%);
    transition:0.5s;
	width:	40px;
	height:	40px;
}

/*------------------------------------------------------------------
    autor
-------------------------------------------------------------------*/

.autor{
  	font-size: 10px;
    color: #999;
	font-family: 'Rubik', sans-serif;
	}

/*------------------------------------------------------------------
    efeitos de imagem
-------------------------------------------------------------------*/
.img-sombra{
	box-shadow: -10px 10px 20px #ccc;
}
.img-fluido{
	box-shadow: -10px 10px 00px #ccc;
}
.img-fluido2{
	box-shadow: 20px 20px 0px #ccc;
}
.efeito img{
	border-right: 1px solid #e0e5fa;
	border-bottom: 1px solid #e0e5fa;
	border-top: 1px solid #e0e5fa;
	border-left: 1px solid #e0e5fa;
	opacity: 1.0; /*esta linha é a que escurece a imagem*/
 } 
.efeito img:hover{
	border-right: 1px solid #e0e5fa;
	border-bottom: 1px solid #e0e5fa;
	border-top: 1px solid #e0e5fa;
	border-left: 1px solid #e0e5fa;
	opacity: 0.2; /*esta linha é a que clareia a imagem*/
 }
 
.imgContato{
	width:	30px;
	height:	30px;
	}
 
.imgServicos{
	width:	20%;
	height:	20%;
	}
 
.contato{
	width:36%;
	height:60%;
	margin: 0 auto;
   	background: #EBEBEB;
   	opacity: 0.8;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	font-family:"Calibri";
	font-size:16px;
	color:#000;
}

.servicos{
	width:80%;
	height:100%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	margin: 0 auto;
   	background: #E6ECF6;
   	opacity: 0.7;
	font-family:"Calibri";
	font-size:40px;
	color: #081A32;
	box-shadow: 10px 10px 10px #F4F4F4;
}

.linha{
	width: 80%;
	display: block;
	position:relative;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	}

/*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/

#supporters {
  padding: 60px 0;
}

#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#supporters .supporter-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#supporters .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
}


.blog-box{
	padding: 60px 0px;
}
.blog-box-inner{
	position: relative;
	margin-bottom: 30px;
}

.blog-box-inner .blog-img-box{
	position: relative;
	display: block;
}

.blog-box-inner .blog-detail{
	position: absolute;
	top: 0;
	background: #fff;
	padding: 30px 25px;
	border: 1px solid #ddd;
	transition-duration: .5s;
	height: 100%;
	box-shadow: -10px 10px 20px #ccc;
}

.blog-box-inner .blog-detail:hover{
	background: rgba(255, 255, 255, .8);
}

.blog-inner-box {
    position: relative;
    margin: 0px 10px;
    margin-bottom: 30px;
}

.blog-box-inner .blog-detail{
	position: absolute;
	top: 0;
	background: #F9F9F9;
	padding: 30px 25px;
	border: 1px solid #ddd;
	transition-duration: .5s;
	height: 100%;
}

.blog-detail h4 {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.blog-detail ul li span:hover{
	color: #010101;
}

.blog-detail ul li:first-child {
    padding-left: 0px;
}

.blog-detail p {
    padding: 10px 0px 0 0;
	margin: 0px;
	font-size: 13px;
}

.blog-detail a{
	color: #ffffff;
	margin-top: 20px;
}

.inner-blog-detail {
    background: #ffffff;
    position: relative;
    padding: 30px 20px;
}

.inner-blog-detail h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}
.inner-blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #222222;
}
.inner-blog-detail ul li span {
    color: #d65106;
}
.inner-blog-detail p {
    padding: 10px 0px;
}

.menu-box{
	padding: 70px 0px;
}

.heading-title{
	margin-bottom: 50px;
}
.heading-title h2{
	color: #010101;
	font-size: 28px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.heading-title p{
	font-size: 18px;
	font-weight: 200;
	margin: 0px;
}

.inner-menu-box{}
.inner-menu-box .nav-pills .nav-link.active{
	background: #d65106;
}
.inner-menu-box .nav-pills .nav-link{
	font-size: 18px;
}
.inner-menu-box .nav-pills .nav-link:hover{
	background: #d65106;
	color: #ffffff;
}

.btns{
	text-transform: uppercase;
	padding: 19px 36px;
}
.btns{
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .1875rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btns-outline-new-white {
    color: #fff;
    background-color: #d65106;
    background-image: none;
    border-color: #d65106;
}
.btns-outline-new-white:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}
.inner-column .btns-outline-new-white{
	color: #fff;
}

.inner-column .btns-outline-new-white:hover{
	color: #ffffff;
}