*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin: 0 auto;
    outline: none;
    resize: none;
    padding: 0;
    z-index: 1;        
}

body{
    background: url("../image/background.png");
}

b, strong{
    font-weight: bold;
}

h1{
    color: #002D4C;
    font-size: 33px;
    font-weight: bold;
    text-shadow: 0 4px 3px rgba(0,0,0,.3);
    text-align: center;
    margin: auto auto auto auto;
}

h2{
    color: #002D4C;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 4px 3px rgba(0,0,0,.3);
    text-align: center;
    margin: 10px auto 50px auto;
    padding: 0 0 20px 0;
    box-shadow: 0 6px 4px -4px rgba(0,0,0,.3);
}

h3{
    font-size: 30px;
    margin: auto auto 20px auto;
}

h4{
    margin: auto auto 40px auto;
}

h4 a{
    font-size: 25px;
    color: #00C5FF;
}

h4 a:hover{
    text-decoration: underline;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

header{
   	background: #A0A6BD; /*Cor Cinza Azulado*/  /*background: #002D4C;*/ /*Cor Azul Escuro*/
    margin: 10px auto 20px auto;
    height: 70px;
    width: 100%;
}

header a{
    float: left;
}

header a img{
    width: 215px;
    margin: -15px auto auto 15px;
}

header .right{
    height: 30px;
    width: 270px;
    background: #F0C990;
    margin: 20px 15px auto auto;
}

header .right div{
    height: 30px;
    width: 30px;
    background: url("../image/email.png");
    display: inline-block;
    cursor: pointer;
    margin: auto auto auto -4px;
}
iframe{
    margin-top: 13px;
}
header .right input[type=text]{
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    border: 0;
    height: 30px;
    padding: 3px;
    width: 240px;
}

header .right div, header .right input[type=text]{
    display: inline-block;
}

menu{
    width: 245px;
    float: left;
}

menu ul{
    margin: 15px auto auto 15px;
}

menu ul li{
    margin: auto auto 10px auto;
}

menu ul li a div:nth-of-type(1){
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

menu ul li a div:nth-of-type(2){
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin: auto auto auto -15px;
    color: #002D4C;
    height: 32px;
    line-height: 34px;
    padding: 0 0 0 20px;
    width: 150px;
    font-weight: bold;
    z-index: 0;
    transition: all .2s linear;
}

menu ul li a div:nth-of-type(2):hover, .menuHover{
    background: #00C5FF;
    box-shadow: 0 4px 3px rgba(0,0,0,.3);
    color: white;
}

menu ul li a div{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

footer{
    color: white;
    text-align: right;
    background: #002D4C;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 2px 0 2px 0;
}

footer a{
    margin: auto 15px auto auto;
    color: white;
}

footer a:hover{
    color: #67FF9A;
}

.content{
    width: 1300px;
}

.clear{
    clear: both;
}

.shadow{
    box-shadow: 0 4px 3px rgba(0,0,0,.3);
}

.left{
    float: left;
}

.right{
    float: right;
}

.indexProduto{
    /*aqui*/
    width: 270px;
    width: 210px;
    background: white;
    height: 160px;
    margin: auto auto 15px auto;
    text-align: center;    
}

.indexProduto:hover div{
    background: #67FF9A;
    color: #002D4C;
}

.indexProduto img{
    height: 110px;
    margin: 10px auto 10px auto;
}

.indexProduto span{
    display: block;
    color: #002D4C;
    font-size: 18px;
    font-weight: bold;
}

.indexProduto div{
    /*aqui*/
    height: 40px;
    width: 40px;
    background: #002D4C;
    position: absolute;
    border-bottom-left-radius: 100%;
    margin: auto auto auto 230px;
    margin: auto auto auto 170px;
    color: white;
    font-size: 30px;
    padding: 0 0 0 10px;
    transition: all .2s linear;
}

#content{
    float: left;
    width: 1040px;
    padding: 0 0 50px 0;
}

.index-right img{
    height: 335px;
    width: 210px;
}

#palco{
    /*aqui*/
    width: 755px;
    width: 815px;
    height: 510px;
    margin: auto 15px 15px auto;
}

#palco img{
    /*aqui*/
    width: 755px;
    width: 815px;
    height: 510px;
    position: absolute;
    display: none;
}

#palco img:nth-of-type(1){
    display: block;
}

#indexNoticia .indexData{
    color: white;
    font-size: 30px;
    text-align: center;
    width: 40px;
    margin: 13px 25px auto 25px;
}

#indexNoticia .indexData hr{
    border: 0;
    border-top: solid 2px white;
    width: 100%;
    margin: 3px auto 3px auto;
}

#indexNoticia .indexInfo{
    width: 405px;
    max-height: 125px;
    margin: 20px auto auto auto;
}

#indexNoticia .indexInfo div{
    color: #00C5FF;
    text-align: right;
    font-size: 16px;
}

#indexNoticia .indexInfo div p{
    font-size: 15px;
}

#indexNoticia .indexInfo div:nth-of-type(1){
    font-weight: bold;
    margin: auto auto 10px auto;
    font-size: 19px;
}

#indexNoticia{
    height: 160px;
    overflow: hidden;
    position: relative;
}

#indexNoticia img{
    width: 320px;
    position: absolute;
    margin: auto auto auto 30px;
}

#indexSuporte{
    margin: auto 15px auto auto;
    height: 159px;
    width: 420px;
    background: #00C5FF;
}

#indexOrcamento{
    height: 160px;
    width: 510px;
}

#indexNoticia{
    width: 515px;
    margin: auto 10px 13px auto;
    background: #002D4C;
}

#indexMapa{
    height: 800px;
    width: 100%;
    border: 0;
    box-shadow: 0 -4px 3px rgba(0,0,0,.3);
}

#indexContato{
    position: absolute;
    width: 350px;
    margin: 120px auto auto 690px;
}

#indexContato input[type=text], #indexContato input[type=button], #indexContato select, #indexContato textarea{
    width: 100%;
    border: 0;
    margin: auto 3px 3px auto;
    padding: 2px;
    color: #002D4C;
    background: rgba(255,255,255,.9);
    font-size: 18px;
}

#indexContato textarea{
    height: 130px;
}

#indexContato input[type=button]{
    color: white;
    background: #002D4C;
    cursor: pointer;
    margin: auto auto 3px auto;
}

#indexContato input[type=button]:hover{
    background: #67FF9A;
    color: #002D4C;
}

#indexContato div{
    color: red;
}

#indexContato div:nth-of-type(1){
    height: 40px;
    width: 40px;
    background: url("../image/up.png");
    margin: auto auto 3px auto;
    float: right;
    cursor: pointer;
}

#representantes{
    width: 450px;
    text-align: center;
}

#representantes .left{
    width: 150px;
    height: 180px;
}

#representantes .right{
    width: 300px;
    text-align: left;
    background: white;
    color: #002D4C;
    height: 180px;
}

#representantes .right p{
    padding: 0 0 0 10px;
}

#representantes .nome{
    font-weight: bold;
    background: #002D4C;
    color: white;
    font-size: 20px;
    margin: auto auto 10px auto;
    padding: 5px;
    height: 30px;
    line-height: 33px;
}

#representantes .email{
    font-size: 18px;
    margin: auto auto 10px auto;
}

#representantes .telefone{
    font-size: 17px;
    margin: auto auto 10px auto;
}

.representante{
    margin: auto auto 15px auto;
}

.representante:last-of-type{
    margin: auto auto 35px auto;
}

.noticia, .evento{
    margin: auto auto 30px auto;
    width: 100%;
    padding: 10px 10px 30px 10px;
    box-shadow: 0 6px 4px -4px rgba(0,0,0,.3);
}

.evento{
    padding: 10px 10px 100px 10px;
}

.noticia a, .evento a{
    color: #002D4C;
}

.noticia .left{
    width: 550px;
    text-align: justify;
}

.noticia .left .titulo a, .evento .titulo a{
    font-weight: bold;
    font-size: 22px;
}

.noticia .left .titulo a:hover, .evento .titulo a:hover{
    text-decoration: underline;
}

.noticia .left .descr, .evento .descr{
    padding: 0;
    margin: 45px auto auto auto;
}

.noticia .left .data, .evento .data{
    margin: 10px auto auto auto;
    color: #00C5FF;
    font-weight: bold;
    font-size: 16px;
    float: right;
}

.evento .data a{
    color: #002D4C;
    font-weight: bold;
    font-size: 16px;
}

.noticia .left .data a{
    margin: 10px auto auto auto;
    color: #002D4C;
    font-weight: bold;
    font-size: 16px;
}

.noticia .left .data a:hover{
    text-decoration: underline;
}

.noticia .right .principal{
    background: url('../image/loadDefault.gif') no-repeat center center;
    margin: auto auto 10px auto;
    text-align: center;
    cursor: pointer;
}

.noticia .right .principal, .noticia .right .principal img{
    width: 400px;
}

.noticia .right .thumb, .noticia .right .principal{
    width: 400px;
    text-align: center;
}

.noticia .right .thumb img{
    width: 60px;
    margin: 3px;
    height: 50px;
    cursor: pointer;
}

#produto{
    text-align: center;
}

.categoria{
    border-radius: 3px;
    height: 215px;
    width: 192px;
    margin: 5px 5px 10px 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    background: url('../image/loadDefault.gif') white no-repeat center center;
}

.categoria:hover{
    box-shadow: 0 4px 3px rgba(0,0,0,.6);
}

.categoria span{
    color: #002D4C;
    font-size: 18px;
}

.categoria img{
    max-height: 150px;
    margin: 7px auto 5px auto;
    width: 177px;
    display: none;
    display: block;
}

.produtoHidden{
    width: 1020px;
    background: white;
    margin: 15px auto 10px auto;
    border-radius: 3px;
    padding: 0 0 15px 0;
    display: none;
}

.produtoHidden .titulo{
    background: #002D4C;
    color: white;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    margin: auto auto 15px auto;
}

.produtoItem{
    margin: 25px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
}

.produtoItem:hover{
    text-decoration: underline;
}

#produtoFotoDinamica{
    width: 200px;
    min-height: 30px;
    position: absolute;
    display: none;
    background: url('../image/loadDefault.gif') white no-repeat center center;
    border: solid 1px #002D4C;
    padding: 5px 5px 2px 5px;
}

#produtoFotoDinamica img{
    width: 188px;
}

.produtoZoom .left{
    width: 350px;
    padding: 15px;
}

.produtoZoom .right{
    width: 600px;
    margin: auto 25px auto 25px;
}

.produtoZoom .right p{
    font-size: 15px;
}

.produtoZoom .tituloZoom{
    font-weight: bold;
    color: #00C5FF;
    font-size: 25px;
    margin: 20px auto 20px auto;
}

.produtoZoom .descrZoom .tituloZoomDescr{
    max-height: 320px;
    overflow-y: hidden;
}

.produtoZoom .descrZoom{
    color: #002D4C;
    text-align: left;
}

.produtoZoom .descrZoom input[type=button]{
    border: 0;
    color: white;
    background: #002D4C;
    cursor: pointer;
    margin: 15px auto auto auto;
    padding: 2px 5px 2px 5px;
}

.produtoZoom .descrZoom input[type=button]:hover{
    background: #00C5FF;
}

.produtoZoom .principalZoom{
    width: 300px;
    min-height: 30px;
    margin: auto auto auto 25px;
    background: url('../image/loadDefault.gif') white no-repeat center center;
}

.produtoZoom .principalZoom img{
    width: 300px;
    margin: auto auto 15px auto;
}

.produtoZoom .thumbZoom img{
    width: 60px;
    height: 60px;
    margin: 3px;
    display: inline-block;
    vertical-align: top;
    border: solid 1px rgba(0,0,0,.3);
    cursor: pointer;
}

.produtoZoom .thumbZoom{
    margin: auto auto 30px auto;
}

.produtoZoom .thumbFile p a{
    font-size: 16px;
    text-align: left;
    color: black;
}

.produtoZoom .thumbFile p{
    text-align: left;
}

.produtoZoom h2{
    font-size: 18px;
    font-weight: bold;
    color: #00C5FF;
    margin: auto auto 15px auto;
    text-shadow: 0 0 0 white;
}

.produtoZoom .thumbFile p a:hover{
    text-decoration: underline;
}

.produtoZoom .orcamentoZoom{
    height: 180px;
    width: 180px;
    margin: 30px auto auto 420px;
    cursor: pointer;
    color: #002D4C;
}

#orcamento, #contato{
    background: white;
    border-radius: 3px;
    padding: 10px;
}

#orcamento .left, #contato .left{
    width: 400px;
}

#orcamento .left input[type=text], #orcamento .left select, #orcamento .left textarea,
#contato .left input[type=text], #contato .left select, #contato .left textarea{
    width: 400px;
    margin: auto 3px 3px auto;
    font-size: 17px;
    padding: 1px;
    border: solid 1px #E7E7E7;
    color: #002D4C;
}

#orcamento .left input[type=button], #contato .left input[type=button]{
    width: 400px;
    margin: 3px auto 3px auto;
    font-size: 15px;
    padding: 3px;
    border: solid 1px #E7E7E7;
    color: white;
    cursor: pointer;
    background: #002D4C;
}

#orcamento .left input[type=button]:hover, #contato .left input[type=button]:hover{
    background: #00C5FF;
    color: #002D4C;
}

#orcamento .left textarea, #contato .left textarea{
    height: 120px;
}

#orcamento .right, #contato .right{
    width: 600px;
}

#orcamento .right #orcamentoLista{
    padding: 10px;
    border: solid 1px #E7E7E7;
    height: 270px;
    font-size: 17px;
    color: #002D4C;
    overflow-y: scroll;
    margin: 8px auto auto auto;
}

#orcamento .right #orcamentoLista div:not(titulo){
    margin: auto auto 10px auto;
}

#orcamento .right #orcamentoLista div{
    cursor: pointer;
}

#orcamento .right #orcamentoLista div:hover{
    background: #002D4C;
    color: white;
}

#orcamento #mensagemErro, #contato #mensagemErro{
    color: red;
    margin: 13px auto auto auto;
}

#produtoPesquisa{
    position: absolute;
    margin: -70px auto auto 12px;
}

#produtoPesquisa input[type=text]{
    font-size: 15px;
    padding: 3px;
    height: 30px;
    border: 0;
    width: 693px;
    display: inline-block;
    vertical-align: top;
}

#produtoPesquisa div{
    vertical-align: top;
    height: 30px;
    background: url("../image/pesquisa.png") #F0C990;
    width: 30px;
    display: inline-block;
    cursor: pointer;
    margin: auto auto auto -4px;
}

#apramed p{
    margin: auto auto 15px auto;
    font-size: 17px;
    color: #002D4C;
}

#apramed p img{
    margin: 10px auto 15px auto;
}

#contatoMapa{
    height: 313px;
    width: 100%;
    border: 0;
}

#headerTop{
    margin: 10px 30px auto auto;
}

#headerTop a{
    color: #002D4C;
}

#headerTop .content .left{
    margin: 12px auto auto 30px;
}

#headerTop .content .left a{
    font-size: 15px;
    margin: auto 10px auto 10px;
}

#headerTop .content .left a:hover{
    text-decoration: underline;
}

#headerTop *{
    font-size: 20px;
}

#produtoFlutuante{
    height: 50px;
    background: url('../image/orcamento.png')  no-repeat;
    background-size: 100%;
    width: 50px;
    position: fixed;
    margin: 200px 30px auto auto;
    right: 0;
    cursor: pointer;
}

.fotoUnica{
    max-width: 1000px;
}