﻿@font-face { font-family: Jaldi; src: url('Jaldi-Regular.ttf'); } 

.ui-widget { 
    font-family: Jaldi;
    color: #58595B !important;
    line-height: 1;
}

.ui-widget input { 
    font-family: Jaldi;
    line-height: 1;
}

.ui-widget textarea { 
    font-family: Jaldi;
}

.ui-widget input[type="text"] { 
    color: #58595B;
}

.ui-widget textarea { 
    color: #58595B;
}

.ui-widget select { 
    font-family: Jaldi;
    color: #58595B;
    line-height: 1;
}

.ui-widget-header{
    color: #58595B;
}

.ui-widget-content{
    color: #58595B;
}

@media only screen and (max-device-width: 1024px) {
    input, textarea {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
    } 
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
	font-family: Jaldi,sans-serif;
    color: #58595B;
    padding:0;
	margin:0;
    position: relative;
    min-height: 100%;
    padding-bottom: 3rem;
}

ul{
    list-style:none;
}

#geral{
	text-align: center;
    width: 100%;
}

#topo{
	text-align: center;	
}

#banner{	
	clear:both;
}

.bannerInterno{	
	
}

.bannerLogin{	
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-44%);
    width: 100%;
}

#rodape{
	background-color:#E7E5E6;
	text-align: center;
	height:90px;
    clear:both;
    /*border-top: 1px solid #58595B;*/
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

#rodapeLogin{
	background-color:#E7E5E6;
	text-align: center;
	height:70px;
    clear:both;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

#rodapeLogin .contentLogin{
	/*padding-top:10px;*/
}

#rodapeLogin .textoLogin{
	font-size:14px;
    font-weight:bold;
	color:#727071;
	margin-top:0px;
	line-height:5px;
}

#rodape .texto{
	font-size:14px;
    font-weight:bold;
	color:#727071;
	float:left;
	text-align:left;
	margin-top:0px;
	line-height:5px;
}

#rodape .midias{
	margin-top:20px;
	float:right;
}

#rodape .midias a{
	padding-left:10px;
}

.content{
	width:1000px;
	margin: 0 auto;	
}

.content h1{
	font-size:20px;	
}

#conteudo-margem{
    height:60px;
    clear:both;
}



.text-input{
	font-family: Jaldi,sans-serif;
	font-size:16px;
	padding-left:7px;
	margin-top:5px;
	outline: #CCC solid 1px;
	border:none;
	width:200px;
    color:#58595B;
}

.text-input:focus{
	outline: #E95B79 solid 1px;
}

.fale-conosco .text-input {
    width: 90%;
    margin-top: 0px !important;
    margin-bottom: 5px;
}

.botao-input{
	font-family:Jaldi;
    font-size:16px;
    padding:7px;
	width:100px;
	margin-top:21px;
	background-color:#9E032A;
	border:none;
	outline:#CCC solid 1px;
	color:#FFFFFF;
    line-height:1;
}

.fale-conosco .botao-input {
    margin-top:5px !important;
}

.fale-conosco {
    width: 550px;
}

.fale-conosco .formulario {
    width: 50%; 
    float: left; 
    border-right: 1px solid #DDDDDD;
}

.fale-conosco table {
    width: 100%;
}

.footer-text{
    font-size: 11px;
    font-style: italic;
}

#diferencial-destaque{
    text-align:center; 
    height:380px;   
    margin-top:40px;
}

.diferencial-destaque-item{
    float:left;
    width:330px;
    text-align:center; 
}

.diferencial-destaque-item-label{
    padding-left:30px;
    padding-right:30px;
}

#diferencial-lista{
    clear:both;
     text-align:center;     
}

.diferencial-lista-item{
    float:left;
    width:165px;
     height:200px;  
     text-align:center;
}

.diferencial-lista-item-label{
    line-height: 18px;
    padding-left:20px;
    padding-right:20px;
}