body{color:#3c4043 ;font-family: Arial, Helvetica, sans-serif;}
.border-bt{border: 1px solid rgba(0,0,0,.125);}
header{height: 25px;}
.page-title {
    height: 150px;
    position: fixed;
   /* padding: 170px 15px 20px 15px;*/
   /* background-size: contain;*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    right: 0;
    left: 0;
    z-index: 10;
	background-color: #fff;
	overflow: hidden;
}

.page-title-container{
  position: absolute;
  top: 50%;
  left: 3%;
  width: 100%;
}

.h1-page{
    color:#fff;
    font-size: 2.0rem;
}

.container-detalhes{
	top: 170px !important;
    position: relative;
}

.container{
	top: 70px ;
    position: relative;
}

.menu{    
    font-weight: 500;
    color: #5f6368;
    margin-left: 5%;
}
.active{
    border-bottom: 2px solid #6c757d;
}
.ml-100{
  margin-left: 100px;
}
.mb-10{
  margin-bottom: 10px;
}
.mt-10{
  margin-top: 10px;
}

.bg-white{
  background-color: #fff;
}

.card{
	border:0px;
	transition: all .2s;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	border-bottom:1px solid #dadada;
	
}

a{
	color: #000;
}

.row{
	margin-bottom:40px;
	padding-bottom:50px
}
.d-flex div p{
	margin-bottom:0px !important;
	
}
.img-footer{
	margin-bottom: 6px;
}
.navbar{
	height: 70px;
}

@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.7rem !important;
        padding-left: .7rem !important;
    }

}
@media (max-width: 768px){
	.container {
		top: 45px;
		position: relative;
	}
	.h1-page {
		font-size: 2rem !important;
	}
	.h2-page{
		font-size: 1rem;
	}
	footer .d-flex{
		display:block !important;
	}
	.menu{
		background-color: #fff;
	}
	
	.navbar .ml-100{
		margin-left: 0px;		
	}
	
	body .home .page-title-container {
		top: 50% !important;
	}

	.page-title{
		background-size: cover;
		height: 120px;
	}
	
	.page-title-container .h1-page {
		font-size: 1.5rem !important
	}
	.navbar-collapse{
		background-color: #fff;
		border: 1px solid #ccc;
	}
	
	.card-body strong{
		line-height: 1.2;
		
	}
	.page-title-container {
		top: 60%;
	}
}