body{
	font-family: 'Raleway', sans-serif;
	background-color: #dcc2a7;
}

.navbar{
	min-height: 100px;
	background-color: #dcc2a7;
}

.container-projetos{
	margin-top: 130px;
	margin-bottom: 90px;
}

.container-projetos div div:nth-child(1){
	z-index: 3;
}

.container-projetos div div:nth-child(2){
	margin-top: 60px;
	z-index: 2;
}

.container-projetos div div:nth-child(2), .container-projetos div div:nth-child(3){
	opacity: .4
}

.container-projetos div div:nth-child(3){
	z-index: 1;
	margin-top: 10px;
}

.projetos{
	height: 800px;
	padding-top: 500px;
	font-size: 13px;
	color: #ffffff;
	line-height: 22px;
	font-weight: 500;
	background-size: 300px auto, cover;
	background-position: left bottom, center center;
	background-repeat: no-repeat, no-repeat;
	-webkit-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
	   -moz-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
			box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
}

.projetos>div>p{
	margin-top: 20px;
}

.projetos>div>p>a{
	background: #415A63;
	box-shadow: 2px 2px 30px 0 rgba(0,0,0,0.15);
	border-radius: 100px;
	width: 200px;
	display: block;
	font-size: 12px;
	color: #ffffff;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
}

.projetos>div>p>a:after{
	content: '>';
	float: right;
	color: #fff;
}

.titulo-bloco{
	text-transform: uppercase;
	font-size: 20px;
	color: #28211a;
	border-bottom: 1px solid #28211a;
	padding: 20px 5px;
	font-weight: 500;
}

.texto-bloco{
	font-size: 14px;
	color: #28211a;
	line-height: 24px;
	font-weight: 600;
	padding: 5px;
}

.vw-formulario{
	width: 100%;
}

.form-control{
	border: 1px solid #28211a;
	border-radius: 8px;
	background-color: transparent;
	font-size: 12px;
	color: #28211a;
	font-weight: 500;
	padding: 10px 20px;
}

.form-control:focus{
	border: 1px solid #28211a !important;
	background-color: transparent;
	box-shadow: none;
	color: #28211a;
}

.form-control.error{
	border: 1px solid #ff0000;
}

.form-control::-webkit-input-placeholder{
	color: #000;
	opacity:1
}

.form-control::-moz-placeholder{
	color: #28211a;
	font-size: 12px;
	font-weight: 500;
	opacity:1
}

.form-control:-ms-input-placeholder{
	color: #28211a;
	font-size: 12px;
	font-weight: 500;
	opacity:1
}

.form-control::-ms-input-placeholder{
	color: #28211a;
	font-size: 12px;
	font-weight: 500;
	opacity:1
}

.form-control::placeholder{
	color: #28211a;
	font-size: 12px;
	font-weight: 500;
	opacity:1
}

.captchaSubmit{
	margin-top: 40px;
}

#captcha{
	float: left;
	width: 50%;
}

#captcha>.g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0 0;
    margin-top: 0;
}

.submitbtn{
	float: right;
	padding: 20px 0;
	border-radius: 30px;
	width: 200px;
	font-size: 12px;
	color: #28211a;
	font-weight: 700;
	cursor: pointer;
	border: 0;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
			box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}

.container-footer{
	font-size: 12px;
	color: #28211a;
	line-height: 24px;
	font-weight: 600;
	margin-top: 100px;
}

.cookiesBar{
	display: none;
}

@media screen and (max-width: 768px){
	.navbar-brand{
		margin-right: 0;
	}
	
	.navbar-brand img{
		max-width: 100%;
	}
	
    .container-projetos div div:nth-child(2), .container-projetos div div:nth-child(3){
	    margin-top: 0;
    }
    
    .container-projetos{
	    margin-bottom: 30px;
    }
    
    .container-footer{
	    margin-top: 50px;
    }
    
    #captcha{
		width: 40%;
	}
    
    .submitbtn{
	    width: 100px;
	    padding: 10px 0;
    }
    
    #captcha>.g-recaptcha {
    	transform: scale(0.5);
    }
}

@media screen and (min-width: 768px){
	.navbar-brand{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 992px){
	.projetos>div{
		padding-left: 20px;
	}
}

@media screen and (min-width: 1200px){
	.projetos>div{
		padding-left: 40px;
	}
}

.socialWidgetContainer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.socialWidget {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 120%;
    text-decoration: none;
    font-size: 8pt;
}

.socialWidgetCoreGreen {
    display: inline-block;
    position: relative;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    padding: 2px;
    background-color: #00a680;
    color: #FFF;
    border-color: rgba(0,0,0,0.4);
}

.socialWidgetCoreGreen img {
    display: inline-block;
    position: relative;
    float: left;
}

.socialWidgetCoreGreen .rateText {
    display: inline-block;
    position: relative;
    float: left;
    margin: 1px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 8pt;
    color: #FFF;
}

#TA_socialButtonRate401{
	padding: 0 5px;
}

.social{
	list-style: none;
	margin: 0;
	padding: 0;
}

.social li{
	display: inline-block;
	padding: 0 5px;
}

.social li:first-child{
	padding-left: 0;
}

.social li a{
	color: #000;
}