/*font*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(http://fonts.googleapis.com/css?family=Quicksand);

/* GERAIS -------------------------------------------------------------*/

body {
    font-family: 'Open Sans', Arial, serif;
    overflow-x:hidden;
}

*{
	margin:0px auto;
	padding:0px 0px;	
}

ul{
    list-style: none;
}

a {
    text-decoration: none;
    border: none;
}

img {
    max-width: 100%;
      border:none;
      height:auto;
}

h2 {
	font-family: 'Open Sans', Arial, serif;
	font-weight: bold;
	font-size: 2.5em;
	color: #162952;
}

h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight:normal;
    font-size:1.5em;
    text-transform:uppercase;
    color:#354c71;
}

.texto_titu {
	font-family: 'Open Sans', Arial, serif;
	font-weight:bold;
	font-size: 1.0em;
	color: #354c71;
}

.conteudo{
    max-width:1100px;
    height: 100%;
}

p {
    color:#535353;
    font-size:0.9375em;
}

p.destaque {
    text-transform: none;
    font-size:1.2em;
    font-weight:300;
	text-align:justify;
}

p.serv {
	text-align:justify;
}

.img-left {
    float:left;
    margin:0  5% 5% 0;
}

.btn {
    float:right;
}

/* HEADER -------------------------------------------------------------*/

#topo{
    width:100%; 
    height: 15.625em;
	position:relative;
	float:left;
}

#logo {
    text-align:center;
    
}

/* MENU -------------------------------------------------------------*/

#navigation {
    width: 100%;
    height:4.0625em;
    background-color: #354c71;
    position: relative;
    float: left;
}

ul#nav {
    width:58%;
    margin:0 auto; 
    position: relative;
}

ul#nav li {
    float: left;
    padding: 25px 20px 0 15px;
    color:#fff;
}

ul#nav li a {
    
    display: block;
    color: #ffffff;
    font-size:0.875em;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

ul#nav li a:hover {
    color: #ccc;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#btn-nav{
	display: none;
	cursor: pointer;
    padding:10px;
    width: 10%;
    color:#fff;
    font-size:0.875em;
}

#btn-nav img {
    vertical-align:middle;
}
/* BANNER -------------------------------------------------------------*/

#banner{
	width: 100%;
    height: auto;
	position:relative;
	float:left;
}

/* MIOLO -------------------------------------------------------------*/

.miolo {
    width: 100%;
    height: auto;
	position:relative;
	float:left;
    padding-top: 30px;
}

#esq {
    width:60%;
    float:left;
}

#dir {
    width:35%;
    float:left;
    padding-left:5%;
    color: #354c71;
}

ul#uteis-home {
    margin-top:60px;
}

ul#uteis-home li {
    float:left;
    margin-right:3%;
}

#inferior {
    float:left;
    width:100%;
    margin-top:3em;
}

#portais a {
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    color:#535353;
}

#portais a:hover {
    text-decoration:underline;
    color: #0b495d;
}

.titulo {
    font-family: 'Quicksand', sans-serif;
    color: #0b495d;
    font-size:20px;
	font-weight:bold;
}


#portais {
    width:18%;
    height:215px;
    margin: 0 2%;
    float:left;
    background-color:#f0f0f0;
    padding:2%;
    text-align:center;
}

#guarda-calendario {
    width:40%;
    float:left;
    background-color:#f0f0f0;
    padding:2%;
}

.box-empresa {
    width:30%;
    float:left;
    margin:1.5%;
    text-align: justify;
}

.box-empresa2 {
   
    text-align: left;
}
.box-servicos {
    width:47%;
    float:left;
    margin:1.5%;
    text-align:justify;
}
.box-servicos img {
    vertical-align:middle;
}

#box-contato {
    width:40%;
    float:left;
    margin-top:3%;
}

#box-contato img {
    margin:0 2% 5% 0;
    float:left;
}
#contato3 {
	width: 60%;
	margin-top:3%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	line-height: 22px;
}

#contato3 h1{font-size:1.2em; color:#666;}

#contato3 p{font-size:0.9em !important; text-align:left !important; color:#666 !important; text-align:left !important;}

.button{
	background: -webkit-linear-gradient(#015c79, #0b495d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#015c79, #0b495d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#015c79, #0b495d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#015c79, #0b495d); /* Standard syntax */
    width:89px;
    height:51px;
    cursor: pointer;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size:1.125em;
    border: 0.1px solid #fff;
}

.button:hover {
    background: -webkit-linear-gradient(#0b495d,#015c79); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0b495d,#015c79); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0b495d,#015c79); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0b495d,#015c79); /* Standard syntax */
}

.uteis {
    width: 33%;
    float: left;
}

.uteis a {
    color: #354c71;
    display: block;
    padding: 10px;
    font-weight: bold;
}

.uteis a:hover {
    background-color: #354c71;
    color:#fff;
}

input{
font-family: Arial, Verdana; font-size: 12px; padding: 3px; border: 1px solid #cccccc; width: 95%; height: 22px; color: #535353; margin-bottom: 5px;  background: #fff;
}

textarea{
font-family: Arial, Verdana; font-size: 12px; padding: 3px; border: 1px solid #cccccc; width: 95%; color: #535353; margin-bottom: 5px;  background: #FFF;
}

.botao{
	background:#354c71;
	width:30%;
	padding:2%;
	color:#fff;
	height: 50px;
}

/* FOOTER -------------------------------------------------------------*/

#rodape{
    width: 100%;
    min-height: 35px;
    padding-top: 20px;
    background-color: #354c71;
    text-align: center;
	position:relative;
	float:left;
    margin-top:5%;
}

#rodape p {
    color: #fff;
    font-size: 0.75em;
}

#rodape img {
    vertical-align: middle;
}

#site-info {
	text-align: left;
	margin: 0 auto;
	float: left;
}

#by-site {
    float: right;
    position: relative;
}


/* POP UP IE -------------------------------------------------------------*/


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#333;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
 
#boxes #dialog2 {
  background:transparent; 
  width:650px;
  margin:0 auto;
  margin-top:-160px;
}
 
.close{
    display:block; 
    float: left;
	margin-left: 0;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	color: darkblue;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	background: #FFF;
	border: 0.1px solid #051c44;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-position: 0% 0%;
	width: 10%;
}

/* FIM -------------------------------------------------------------*/


/* POP UP IE -------------------------------------------------------------


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#333;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
 
#boxes #dialog2 {
  background:transparent; 
  width:650px;
  margin:0 auto;
  margin-top:-160px;
}
 
.close{
    width:50px;
    height:50px;
    display:block; 
    float: left;
	margin-left: 0;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 1px #111;
	background: #191d2f;
	border: 0.1px solid #111;
    margin: 10px 30px 10px 0;
    padding:6px 8px;
	background-color: #111;
	background-position: 0% 0%;
}


@media only screen and (max-width :800px) {
    .conteudo {
        padding: 2%;
    }

    #btn-nav {
        display: block;
    }

    ul#nav {
        display: none;
        z-index:5;
        width:30%;
    }

    ul#nav li {
        float: none;
        padding:0;
    }

        ul#nav li a {
            font-size: 0.75em;
            background-color: #30839e;
            color: #fff;
            padding: 10px;
        }

        #inferior {
            display:none;
            visibility:hidden;
        }
        #site-info, #by-site {
            float:none;
        }

    .box-empresa {
        width:90%;
        float:none;
    }
}

@media only screen and (max-width :400px) {
    #btn-nav {
        width:22%;
    }

    h2 {
        font-size:1.75em;
    }

    #esq, #dir {
        float:none;
        width:90%;
        margin: 5% auto;
    }
    #inferior {
            display:none;
            visibility:hidden;
        }
    .box-servicos {
        width:90%;
        float:none;
    }

    #box-contato {
        font-size: 0.875em;
    }
}*/