/* CSS Document */
body{
	font-family: Roboto-Light;
    font-size: 17px;
    line-height: 27px;
    color: #9a9ea3;
}
.content_div{    padding-bottom: 80px}
.header_interna{
	background:url(../img/interna/header_airways.jpg);
	width:100%;
	height:304px;
	display:block;
	float:left;
    clear: both;
    position: relative;
    margin-top: 93px;
    z-index: 99
}
/*BANNER*/
.content_banner{
	background:#051a2d !important;
	width:100%;
	height:133px;
    position: absolute;
    z-index: 999;
	background-size:cover !important;
    border-bottom: 1px solid #C09B55;
    top: 0
}

h2{
	font-size:52px
}	
/*PROCESSOS*/
#paginas{
	width:100%;
	float:left;
	clear:both;
	margin-top:45px
}
#paginas tr:nth-child(odd) {
    background: transparent;
}
#paginas tr:nth-child(even) {
    background: rgba(255,255,255,0.1);
}
#paginas td, #novapagina td {
    font-size: 15px;
    color: #9a9ea3;
    padding: 12px 12px;
}
/*CLIETNES*/
.line_clientes{
	width:105%;
	float:left;
	clear:both
}
.bg_cliente{
	background:#fff;
	width:22%;
	height:174px;
	float:left;
	margin:30px 30px 0 0;
	text-align: center
}
.img_cliente{
    width: 90%;
	background-repeat:no-repeat !important;
    margin: 0 auto;
    height: 174px;
    background-size: 67% auto !important;
    display: block;
}
/*CONTATO*/

.form_adjust{
	width:568px;
	height:514px;
	position:relative;
	float:left;
	font-family:Roboto-Light;
	font-size:14px;
	margin-top:34px
}
#fr-orcamento .bt_default{
	background:url(../img/ico_mail.png) right no-repeat transparent;
	text-transform:uppercase;
	float:right;
	background-position: 109px 19px;
	padding-right: 23px;
	margin-right:15px;
    height: 45px
}
#fr-orcamento .bt_default:hover{
	background:url(../img/ico_mail_open.png) right no-repeat #3d3d3d;
	background-position: 109px 14px;
	cursor:pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition-duration: 0.2s
}
#fr-orcamento input[type="email"]:hover, #fr-orcamento input[type="email"]:focus, #fr-orcamento input[type="text"]:hover, #fr-orcamento input[type="text"]:focus, #fr-orcamento input[type="password"]:hover, #fr-orcamento input[type="password"]:focus, #fr-orcamento textarea:hover, #fr-orcamento textarea:focus, #fr-orcamento select:hover, #fr-orcamento select:focus {
	background:#31373C;
    outline: none !important
}
.form_div {
	color:#9a9ea3;
    width: auto;
    float: left;
    margin-bottom: 5px
}
.contato_right{
	width:60%;
	height:582px;
	float:right;
}
.info_contato{
	float:right;
	width:355px
}
.item_info{
	width:100%;
	float:left;
	clear:both;
	margin-top: 37px
}
.item_info .circle{
	background:#B59A5A;
	width:70px;
	height:70px;
	text-align:center;
	float:left;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	margin-right:10px

}
.ramal{margin-left: 88px}
.ramal ul{display:none}
.item_info i{
    font-size: 45px;
    margin-top: 15px;
	color:#FFFFFF
}
.item_info .txt_info{
    width: 74%;	
	float:left
}
.item_info h3{
    font-family: Roboto-Thin;
	text-transform:uppercase;
	color:#fff;
	font-size:18px
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: inline;
    float: left;
    margin-right: 10px;
    outline: none !important;
}
#fr-orcamento select {
    background: #051A2D;
	border: 1px solid #B59A5A;
	color:#fff
}
.item_info p{
	color:#9a9ea3;
    font-size: 14px;
    font-family: Roboto-Light;
	margin:0px
}
.item_info p strong{color:#fff}
.item_info ul{ margin-top: -15px}
.item_info li{ 
    float: left;
    clear: both;
    width: 70%;
	margin-bottom:8px;
	font-size:18px
}
.item_info li img{ margin-top: 3px}
.item_info select{
	width:221px;
	height:38px;
	padding-left:7px;
    border: 1px solid #c9c9c9;
    color: #fff;
    font-family: Roboto-Light
}
#form_dhtml input[type="email"], #form_dhtml input[type="text"], .fr-default input[type="email"], .fr-default input[type="text"],  .fr-default textarea {
	margin-bottom: 8px;
	background: #051A2D;
	border: 1px solid #B59A5A;
	width: 559px;
	height:37px;
	color:#fff;
	float:left;
	font-family: Roboto-Light;
	outline: none !important;
	padding-left:7px !important
}
#mensagem{
	width:555px;
	height:104px;
}
label{
	font-size: 12px;
    float: left;
    margin: 8px;
	cursor:pointer;
}