/*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:300;
    font-size:2.5em;
    color:#535353;
}

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

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

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

p.destaque {
    text-transform:uppercase;
    font-size:1.5em;
    font-weight:300;
}

.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: #002E6E;
    position: relative;
    float: left;
}

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

ul#nav li {
    float: left;
    padding: 25px 20px 0 20px;
    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: #002E6E;
}

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: #002E6E;
}

.titulo {
    font-family: 'Quicksand', sans-serif;
    color: #002E6E;
    font-size:20px;
}

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

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

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



.img-servicos {
	width: 17%;
	float: left;
	margin: 0.9%;
	text-align: left;
}


.box-servicos {
	width: 30%;
	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;
	font-size: 12px;
}
.button{
	background: -webkit-linear-gradient(#015c79, #002E6E); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#015c79, #002E6E); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#015c79, #002E6E); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#015c79, #002E6E); /* 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(#002E6E,#015c79); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#002E6E,#015c79); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#002E6E,#015c79); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#002E6E,#015c79); /* Standard syntax */
}

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

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

.uteis a:hover {
    background-color: #27788f;
    color:#fff;
}

.online{
	width: 33%;
	float:left;
	margin-bottom:5%;
}
.online h2{
	font-size:1.5em;
	margin-top:2%;
}
.frame_online{
	width: 90%;
	background: #eeeded;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #18478f;
	font-size:1.2em;
	font-weight: 300;
	margin-right: 2%;
	margin-top: 2%;
	float:left;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}

.frame_online:hover{
	background:#18478f;
	color: #FFF;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}


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

#rodape{
    width: 100%;
    min-height: 35px;
    padding-top: 20px;
    background-color: #535353;
    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: center;
    margin: 0 auto;
    float: left;
}

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

#by-site a{
	color:#fff;
}
/* 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: #fff;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	/* Background gradient */
	background: #191d2f;
	/* Border style */
	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-color: #25a9e0;
	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: #002E6E;
            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 :480px) {
    #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, #contato3 {
        font-size: 0.875em;
		width:100%;
    }
}
