/*------------------------------------------------------------------------------

+    Top                                                                        +

-------------------------------------------------------------------------------*/

body {
	overflow-x: hidden !important;
	font-family: 'Open Sans', sans-serif;
}
p {
    margin: 20px 0px;
    font-weight: 100;
    line-height: 26px;
    font-size: 16px;
}

.orc-total{
	
	position: relative;
}
.ladoa{
	
	background-size: cover;
    text-align: center;
	background-color: #88b04b;
	background-image: url('../imagem/layout/bg-orc.jpg');
	position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    min-height: 100vh;
    height: 100%;
    overflow: hidden;
	display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-gr{
	width: 50%;
    padding: 0 55px;
    position: relative;
    left: 20%;
}
.left-content-1{
	position: absolute;
	bottom: 30px;
}
.left-content-1 h2{
	font-size:22px;
	color:white;
	font-weight: 300;
}
.left-content-2 {
    position: fixed;
    bottom: 40px;
    text-align: left;
	width: 22%;
}
.left-content-2 h4{
	font-size:16px;
	color:white;
	font-weight: 700;
	padding: 15px 0px;
}

.ladob{
	
	background-size: cover;
    text-align: left;
	background-color: #fff;
	position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 100vh;
    height: 100%;
    overflow: hidden;
	display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-gr-b{
	width: 50%;
    position: relative;
    right: 20%;
}
.right-content-1 h1{
	font-size:32px;
	color:#222;
	font-weight: 700;
	
}
.right-content-2 h4{
	font-size:16px;
	color:#222;
	font-weight: 700;
	padding: 70px 0px 0px 0px;
}
.btn-blog{
	background: #88b04b;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    padding: 15px 0px;
    border-radius: 4px;
    font-size: 16px;
}
.btn-blog:hover{
	background: #688c30;
	color: white;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn-back {
    text-align: center;
    display: block;
    padding: 20px 0px;
    color: #88b04b;
    text-decoration: none;
}
.btn-back i {
    color: #adb5bd;

}
.btn-back:hover, .btn-back:hover i {
	color: #688c30;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
/* Portrait tablet to landscape and desktop */

@media screen and (max-width: 992px) {

.ladob{
    text-align: center;
    width: 100%;
	overflow: auto;
    display: -webkit-box;
}
.content-gr-b {
    width: 90%;
    position: relative;
    right: auto;
}
	.right-content-1 img{
		
		margin-top: 30px;
	}
}

