/*
Autor: Estácio - Canais Virtuais
Data: 15/12/2014
*/

html {
	background: url(../img/bg_compromisso.jpg);
}

body{
	background: url(../img/bg_compromisso.jpg);
}

/*.bg{
	background: url(img/bg_compromisso.jpg);
	/*width: 1440px;
	height: 777px;*/
}*/

.float-left{
	float: left;
}

.barratopo{
	background: url(../img/barratopo_.jpg) repeat;
	background-position: top;
	height: 8px;
}


.box{
	background-color: #fff;
}

.wrapper{
	margin-top: 70px;

}

.titulo h4{
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 50px;
	color: #0f303f;
	margin-bottom: -63px;
}

.titulo h4 span{
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 50px;
	color: #fff;
	margin-bottom: -63px;
	font-style: italic;
}



 h2{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 20px;
	color: #22333e;
	line-height: 26px;
	
}

.box-form{
	background-color: #fff;
	border-radius: 4px;
	padding: 30px;
	margin-top: 25px;
}

.icon-box{
	background-color: #dcddde;
	width: 53px;
	height: 51px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ss-q-short{
	width: 88%;
	height: 51px;
	border: 1px solid #e9e9e9;
	font-family: 'open sans';
	font-weight: 400;
	padding-left: 20px;
	color: #a6a9ad;
}

.margin-box-form-1{
	margin-top: 5px;
}

.margin-box-form-2{
	margin-top: 5px;	
}

.margin-box-form-3{
	margin-top: 5px;	
}

.margin-box-form-4{
	margin-top: 5px;	
}

.fa{
	padding: 18px;
	color: #fff;
}

.btn-primary {
background-color: #3a4b74 !important;
border-color: #3a4b74 !important;
margin-bottom: 20px;
float: left;
padding: 12px;
margin: 5px;
border-radius: 4px;
text-align: center;
}


a:hover .btn-primary{
background-color: #2c3e50 !important;
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;

}



#navigation-table{
	margin-top: 25px;
}

.jumbotron{
	background-color: #fff !important;
	margin-top: 25px;
}

.texto-legal{
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 300;
	color: #000;
	line-height: 16px;
	margin-top:20px;
	padding-left: 79px
}


@media screen and (max-width: 560px){
.ss-q-short{
	width: 60%;
	height: 51px;
	border: 1px solid #e9e9e9;
	font-family: 'open sans';
	font-weight: 400;
	padding-left: 20px;
	color: #a6a9ad;
}

}


@media screen and (max-width: 560px){


}





