@font-face {
    font-family: 'OpenSans Bold';
    src: url('../fontes/OpenSans-Bold.eot');
    src: local('OpenSans Bold'), url('../fontes/OpenSans-Bold.ttf') format("opentype") ;
}

@font-face {
    font-family: 'OpenSans CondLight';
    src: url('../fontes/OpenSans-Light.eot');
    src: local('OpenSans CondLight'), url('../fontes/OpenSans-Light.ttf') format("opentype") ;
}


.guide{
    width: 1075px;
    margin: 0 auto;
    position: relative;
}

.guide-geral{
    position: relative;
}

body {
    text-align: left;
    font-family: 'Arial', calibri, verdana;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    background-color: transparent;
    color: #37393a;

}

h1, h3{
    font-family: 'OpenSans CondLight';
    clear: both;
}

h1,h3 {
    color: #37393a;
    font-size: 25px;
    line-height: 130%;
    padding: 7px 10px 6px;
    font-weight: normal;
}

h4{
    font-family: 'OpenSans CondLight';
    font-weight: normal;
    font-size: 23px;
    color: #000;
    margin-bottom: 15px;
    padding:15px;
}

#sombra {
}

.caixa-texto {
    padding: 0 !important;
}

.caixa {
    margin-top: 0 !important;
}

#corpo {
    /*width: 930px;*/
    margin: auto;
    background: transparent;
}

#corpo > .caixa-fotos-index {
    margin-left: 10px;
}

#conteudo {
    width: 100%;
    min-height: 400px;
    padding: 10px 0;
    position: relative;
}

#img-pagseguros {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

#pesquisa{
    bottom: 10px;
    right: 10px;
    clear: both;
    position:absolute;
    z-index:100;
}

#pesquisa input[type=text]{
    width: 160px;
    margin: 0;
    margin-right: 5px;

}

#pesquisa select{
    margin: 0;
    margin-right: 5px;
}

a {
    color: #02232d;
    text-decoration: none;
}

a:hover {
    color: #011921;
    text-decoration: underline;
}

.caixa {
    margin-top: 15px;
}

.caixa-texto {
    padding: 5px;
    line-height: 150%;
    text-align: justify;
    border: 0px #fff solid;
}

.caixa-texto ul {
    /*list-style: inside;*/
}

/*.caixa-texto img,*/
.caixa-texto .imagem {
    float:left;
    margin:0 10px 10px 0;
}

.borda {
    border: 2px solid #d4d4d4;
}

.borda:hover,
.borda-agenda,
.borda-audio,
.borda-localizacao {
    border: 2px solid #b5b5b5;
}

/*Proteção*/
#rodape,
#rodape-conteudo,
#logo,
#logo a img {
    visibility:visible !important;
    opacity: 1 !important;
    /*position: static !important;*/
}


#rodape {
    display: table;
    width: 100%;
    padding: 20px 0;
}

#rodape-conteudo {
  /*  display: table-cell;
    vertical-align: middle;*/
}


.endereco {
    width:100%;
    font-size: 12px;
    margin-top: 7px;
}


/* POPUPS */
.popup-container {
    z-index: 25000;
    width: 100%;
    height: 100%;
    position:fixed;
    text-align:center;
    display:table;
    visibility: hidden;
}

.popup-container .sombra{
    background: transparent url('../imagens/png-opacity-pack/preto-50.png') repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    cursor:pointer;
}

.popup-conteudo {
    display:table-cell;
    vertical-align:middle;
}

.popup-caixa {
    display:inline-block;
    position:relative;
    background: #fff;
    text-align: left;
    padding: 20px;
    border-radius:20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border:1px solid #FBD850;
    min-height: 100px;
    min-width: 300px;
}

.popup-fechar {
    position: absolute;
    z-index: 30000;
    right:-24px;
    top:-24px;
}

.caixa-topo {
    position: relative;
}

#key_security {
    display:none;
}

.css-botao{
    background: transparent url('../imagens/css-botao.jpg') repeat-x top left;
    display: inline-block;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 5px;
    font-weight: bold;
    font-size:9px;
    height:20px;
    line-height:20px;
    border:1px solid #999;
    color: #000;
}

.css-botao:hover{
    background-position: bottom left;
    text-decoration: none;
    color: #000;
}

.total{
    border-top:1px solid #ccc;
}

.breadcrumb {
    margin-bottom: 15px;
}

.breadcrumb a {
    color: #02232d;
}


table.listar td:last-child,
table.listar td:nth-last-of-type(2)
{
    text-align: center;
    width: 23px;
    padding: 5px 0;
}

table.listar tr:nth-child(odd) td{
    background-color: #ebf4ff;
}

table.listar tr td{
    background-color: #fff;
    color: #000;
}

table.listar tr:first-child td {
    background-color: transparent;
}

table.listar{
    clear:both;
    border-radius: 7px 7px 0 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

table.listar td,table.listar th{
    text-align: left;
    padding: 5px 7px;
}

table.listar th{
    font-weight: bold;
    color: #fff;
    padding: 10px 7px 10px;
    background: #105ab5;
}

table.listar th:first-child{
    border-radius: 6px 0 0 0;
    border-top-left-radius: 6px;
}

table.listar th:last-child{
    border-radius: 0 6px 0 0;
    border-top-right-radius: 6px;
}

table.listar a{
    cursor: pointer;
}

/*Responsivo*/
/*
1200 pixels – Desktops com monitores widescreen.
960 pixels – Tablets em formato paisagem e monitores antigos.
768 pixels – Tablets em formato retrato.
480 pixels – Smartphones em formato paisagem.
320 pixels
*/

/*
@media only screen and (max-width: 1200px){

} */

@media only screen and(max-width: 1200px){
	.guide{
		width: 960px;
	}
}

@media only screen and(max-width: 960px){
	.guide{
		width: 960px;
	}
}

@media only screen and (max-width: 780px){
    .guide{
         width: 90%;
    }

    .imagem{
      width: 100%;
    }
}


@media only screen and (max-width: 480px){
    .guide h4{
        /*text-align: center;*/
    }
}

@media only screen and (max-width: 320px){
}