/* --------------------------------------------------------------------------*/
/*GLOBAL; (reset, corpo da pagina, estilo padrão para parágrafos, listas, etc.)
/* --------------------------------------------------------------------------*/
@font-face {
    font-family: 'GothamMediumRegular';
    src: url('gotham-medium-webfont.eot');
    src: url('gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),  url('gotham-medium-webfont.woff') format('woff'),  url('gotham-medium-webfont.ttf') format('truetype'),  url('gotham-medium-webfont.svg#GothamMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBlackRegular';
    src: url('gotham-black-webfont.eot');
    src: url('gotham-black-webfont.eot?#iefix') format('embedded-opentype'),  url('gotham-black-webfont.woff') format('woff'),  url('gotham-black-webfont.ttf') format('truetype'),  url('gotham-black-webfont.svg#GothamBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBoldRegular';
    src: url('gotham-bold-webfont.eot');
    src: url('gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('gotham-bold-webfont.woff') format('woff'),  url('gotham-bold-webfont.ttf') format('truetype'),  url('gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBookRegular';
    src: url('gotham-book-webfont.eot');
    src: url('gotham-book-webfont.eot?#iefix') format('embedded-opentype'),  url('gotham-book-webfont.woff') format('woff'),  url('gotham-book-webfont.ttf') format('truetype'),  url('gotham-book-webfont.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamLightRegular';
    src: url('gotham-light-webfont.eot');
    src: url('gotham-light-webfont.eot?#iefix') format('embedded-opentype'),  url('gotham-light-webfont.woff') format('woff'),  url('gotham-light-webfont.ttf') format('truetype'),  url('gotham-light-webfont.svg#GothamLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    padding:0px;
    margin:0px;
}
a {
    cursor:pointer;
    text-decoration:none;
}
a:focus {
    outline: none;
}
.text-muted{color:#999;}
.hidden{display:none!important;visibility:hidden!important}

.clearFloat {
    clear:both;
}
body {
    font-family: 'GothamLightRegular';
    background:url(../img/estrutura/bg.jpg)  scroll 50% 0 #fff;
}
h1 a:hover, h3 a:hover {
    text-decoration:underline;
}
h1 a:hover {
    text-decoration:underline;
}
img {
    border:0px;
}
input:focus {
    outline: none;
}
.left{
    float:left;
}
.right{
    float:right;
}	
.none{
    display:none;
}	

/* --------------------------------------------------------------------------*/
/* --------------------- Cabeçalho da página ---------------------------------
/* --------------------------------------------------------------------------*/
#conteudo{
    display: table;
    border: 1px solid #f2f2f2;
}
#topo{
    margin: 0 auto;  
    width:990px;
    height:100px;
    position: relative;
}
#topo #logo{
    float:left;
    position: absolute;
    z-index: 10;
    margin-top: -30px;
}	
#pesquisar{
    padding-left:31px;
    width:345px;
    float:right;
    margin:0 16px 0px 0px;
    height:62px;
    background-image:url(../img/estrutura/lupa.png);
    background-repeat:no-repeat;
}	
#pesquisar .input-pesquisa{
    color:#9d9d9d;
    font-size:18px;
    font-family: 'GothamLightRegular';
    width:268px;
    padding:8px 10px;
    border:1px solid #eee;
    float:left;
}

#pesquisar #search{
    background: url('../img/estrutura/ok.png') no-repeat center center;
    width: 35px;
    height: 35px;
    display: block;
    float: right;
    border: none;
}

.enviar{
    float:right;
    margin-top:2px;
}	
.opcao-pesquisa{
    clear:both;
    color:#757575;
    font-size:13px;
    padding-top:10px;
}	
#chama-slider{
    margin: 0 auto;
    width:990px;
    height:176px;
}
#slider{
    margin: 0 auto;
    width:990px;
    height:176px;
    display: block;
    overflow: hidden;
}
#nav {
    margin: 157px 0px 0px 22px;
    position: absolute;
    z-index: 999;
    height:24px;
    padding:3px 0px;
}
#nav a {
    font-size: 1px;
    color:#fff;
    background-image:url(../img/estrutura/desmarcado.png);
    background-repeat:no-repeat;
    margin-right: 1px;
    padding: 7px 10px 18px 10px;
    font-size:12px;
    color:#666;

}
#nav a:hover {
    background-image:url(../img/estrutura/marcado.png);
    background-repeat:no-repeat;
    color: #fff;
}
#nav .activeSlide {
    background-image:url(../img/estrutura/marcado.png);
    background-repeat:no-repeat;
    color: #fff;
}	
#menu{
    margin: 0 auto;
    background-color:#779931;
    background-image:url(../img/estrutura/menu.jpg);
    width:990px;
    height:48px;
    margin-bottom:25px;
}
#menu ul {
    list-style:none;
    padding-top:6px;
}			
#menu ul li {
    display:inline;
    float:left;
    text-transform:uppercase;
    background-image:url(../img/estrutura/linha.jpg);
    background-repeat:no-repeat;
    background-position:right;
}
#menu ul li:last-child {
    background-image:none;
}		
#menu ul li a{
    color:#F2F2F2;
    display:block;
    padding:11px 17px 10px 17px;
    font-size:16px;
    letter-spacing:-1px;
}
#menu ul li a:hover,
#menu ul li a.ativo{
    color:#2a575d;
}
/* --------------------------------------------------------------------------*/
/* --------------------- Estrutura da página ---------------------------------
/* --------------------------------------------------------------------------*/
#conteudo{
    margin: 0 auto;
    background-color:#fff;
    box-shadow: 0 6px 10px #DDDDDD;
    -moz-box-shadow: 0 6px 10px #DDDDDD;
    -webkit-box-shadow: 0 6px 10px #DDDDDD;
    behavior: url(PIE.htc);
    *position:relative;
    position /*\**/: relative\9 ;

    width:995px;
    margin-bottom:40px;
    padding:25px 8px; 
}
.right-margin{
    margin-right:20px;
    float:left;
}
.titulo{
    margin-bottom:24px;
    display: block;
    width: 100%;
    /*background: red;*/
}
.titulo img{
    float:left;
    margin-right:10px;
}
.titulo h2{
    font-weight:normal;
    text-transform:uppercase;
    color:#787878;
    letter-spacing:-1px;
    font-size:26px;
    margin-top:4px;

}			
#coluna-1{
    width:368px;
    min-height:685px;
    margin-left:10px;
}
#box-novidades{
    height:406px;
    margin-bottom:30px;
    display: table;
}
#box-novidades ul {
    clear:both;
    list-style:none;
}		
#box-novidades ul li{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px dotted #ccc;
}	
#box-novidades ul li img{
    float:left;
    margin-right:15px;
}	
.data-novidade{
    color:#adafa7;
    color:#adafa7;
    font-size:11px;
    padding-top:4px;
}
.titulo-novidade{
    margin-top:3px;
    font-size:13px;
    line-height:15px;
}		
.titulo-novidade a {
    color:#626262;
}	
.titulo-novidade a:hover{
    color:#EC1C24;
}	
.mais {
    padding-top:13px;
    float: right;
}
.mais a {
    background-color:#5bc0de;
    color:#fff;
    font-size:12px;
    padding:5px 13px;
}
.mais a:hover{
    background-color:#4090a8;
}	


#box-servicos{
    clear:both;
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

#box-galeria{
    clear:both;
    display: table;
    margin-bottom: 20px;
}	
#galeria-home{
    margin-top:15px;
}
#galeria-home a{
    float:left;
    border:1px solid #fff;
}			
#coluna-2{
    width:298px;
    min-height:685px;
}
#box-videos{
    height:406px;
    margin-bottom:30px;
    display: table;
}
#box-embed{
    padding:15px;
    background-color:#eaeaea;
}	
#next-video{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px dotted #ccc;
    padding-top:20px;
    display: table;
    width: 100%;
}	

#next-video  img{
    float:left;
    margin-right:10px;
    width: 90px;
}	

#next-video .titulo-video{
    margin-top:0;
    font-size:13px;
    line-height:15px;
    padding-top:0;
}	
#next-video .titulo-video a {
    color:#626262;
    font-weight: bold !important;
}	
#next-video .titulo-video a:hover{
    color:#EC1C24;
}		
#box-publicidade{
    padding-top:0px;
    display: table;
}
#box-publicidade p{
    color:#626262;
    font-size:11px;
    padding-bottom:3px;
}			
#coluna-3{
    width:256px;
    min-height:685px;
}
#box-verde{
    width:238px;
    padding:0 10px 14px 10px;
    margin-bottom: 10px;
    display: table;
    /*min-height:590px;*/
}
#box-verde .fb-like-box{
    background-color:#f4fbe4;
}
#box-verde form{
    background-color:#eaeaea;
    padding:30px 11px;
    margin-bottom:20px;
}	
#login input{
    border: 1px solid #EEEEEE;
    color: #9D9D9D;
    font-family: 'GothamLightRegular';
    font-size: 18px;
    padding: 8px 10px;
    width: 194px;
    font-size:12px;
    color:#8c8c8c;
    margin-bottom:14px;
}
#login a {
    float:right;
    margin-left:8px;
    color:#6f6f6f;
    font-size:11px;
    text-decoration:underline;
    padding-top:5px;
}	
#box-artigos ul {
    clear:both;
    list-style:none;
}		
#box-artigos ul li{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px dotted #ccc;
}	
#box-artigos ul li img{
    float:left;
    margin-right:15px;
}	
.panel-body, .titulo-artigo{
    margin-top:3px;
    font-size:13px;
    line-height:15px;
    font-family: "Times New Roman", Georgia, Serif;
}		
.titulo-artigo a {
    color:#444;
    font-family: "Times New Roman", Georgia, Serif;
}	
.titulo-artigo a:hover{
    color:#EC1C24;
}	

#nav2 {
    margin: 96px 0 0 86px;
    position: absolute;
    z-index: 999;
}
#nav2 a {
    background-color: #bcbcbc;
    border-radius: 16px 16px 16px 16px;
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
    behavior: url(PIE.htc);
    *position:relative;
    position /*\**/: relative\9 ;
    color: #bcbcbc;
    font-size: 1px;
    margin-right: 5px;
    padding: 4px 5px;
}
#nav2 a:hover {
    background-color: #9ec54c;
    color:#9ec54c;
}
#nav2 .activeSlide {
    background-color: #9ec54c;
    color:#9ec54c;
}							
/* --------------------------------------------------------------------------*/
/* --------------------------- Rodapé ----------------------------------------
/* --------------------------------------------------------------------------*/
#rodape-geral{
    height:116px;
    background-image:url(../img/estrutura/bg-rodape.jpg);
}
#rodape{
    width:906px;
    margin: 0 auto;
    padding-top:29px;
}	

#menu-rodape{
    width:653px;
    float:left;
    margin-bottom:17px;
}
#menu-rodape ul{
    list-style:none;
    width: 100%;
}
#menu-rodape ul li{
    float:left;
    display:inline;
    margin-right:12px;
    font-size:15px;
}	
#menu-rodape ul li a {
    color:#fff;
    display:block;
    text-transform:uppercase;
    padding:3px 2px 2px 2px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    behavior: url(PIE.htc);
    *position:relative;
    position /*\**/: relative\9 ;
    border-radius:3px;
    font-size: 10px;

}	
#menu-rodape ul li a.ativo{
    background-color:#cb2228;
}
#menu-rodape ul li a:hover{
    background-color:#cb2228;
}
#barangandao{
    float:right;
    margin-top:-30px;
}

#redes{
    float:left;
    clear:both;
}
.rede {
    float:left;
    color:#9f9f9f;
    font-size:13px;
    margin-right:15px;
}	
.rede a {
    color:#9f9f9f;
}	
.rede img{
    float:left;
}
.rede span{
    float:left;
    margin-top:5px;
}
.rede a:hover{
    color:#CB2228;
}		
#direitos{
    float:left;
    font-size:11px;
    color:#608b51;
    margin-left:180px;
    margin-top:10px;
    text-align: center;
    
}				
/* --------------------------------------------------------------------------*/
/* --------------------------- Estilo de Títulos -----------------------------
/* --------------------------------------------------------------------------*/
#barangandao {
    float: right;
    margin-top: -30px;
    overflow: hidden;
    width: 40px;
}
/* --------------------------------------------------------------------------*/
/* --------------------------- FACEBOX -----------------------------
/* --------------------------------------------------------------------------*/
#facebox #perguntas{
    margin-bottom:0px;
}
#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: left;

}
#facebox .popup {
    position:relative;
    -webkit-box-shadow:0 0 18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 0 18px rgba(0, 0, 0, 0.4);
    box-shadow:0 0 18px rgba(0, 0, 0, 0.4);
    behavior: url(PIE.htc);
    *position:relative;
    position /*\**/: relative\9 ;
    z-index: 9999;
}
#facebox .content {
    background: none repeat scroll 0 0 #FFFFFF;
    display: table;

    overflow: hidden;
    padding: 10px;

    width:640px;
    height:400px;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    behavior: url(PIE.htc);
    *position:relative;
}
#facebox .content > p:first-child {
    margin-top:0;
}
#facebox .content > p:last-child {
    margin-bottom:0;
}
#facebox .close {
    position: absolute;
    right: 0;
    top:0;
    z-index: 9999;
}
#facebox .close img {
    float:right;
    margin-top:-17px;
    margin-right:-10px;
}
#facebox .close:hover img {
    opacity:1.0;
}
#facebox .loading {
    text-align: center;
}
#facebox .image {
    text-align: center;
}
#facebox img {
    border: 0;
    margin: 0;
}
#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}
.facebox_hide {
    z-index:-100;
}
.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}	



/*SERVICOS*/
ul.min-bloc-menu{width: 100%; height: auto; display: table;}

ul.min-bloc-menu li a{
    text-decoration: none;
}

ul.min-bloc-menu li{
    width: 28%;
    height: 80px;
    float: left;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 10px 15px 0 0;
    background-color:#fefefe;
    transition: all 0.5s ease-out;
}

ul.min-bloc-menu li.mais-atividades{background-color: rgba(254, 254, 254, 0.5); transition: all 0.3s ease-out;}
ul.min-bloc-menu li.mais-atividades:hover{background-color: rgba(254, 254, 254, 0.7); cursor: pointer;}
ul.min-bloc-menu li.mais-atividades h4{
    transition: all 0.3s ease-out;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
    filter: alpha(opacity=22);
    -moz-opacity:0.22;
    -khtml-opacity: 0.22;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.22;
}
ul.min-bloc-menu li.mais-atividades:hover h4{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;    
}
ul.min-bloc-menu li div.icon
{
    background: url('../img/sprite-2.png') no-repeat top left;
    background-color: rgba(204, 204, 204, 0.1);
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto;
    transition: all 0.3s ease-out;
}
ul.min-bloc-menu li div:hover{background-color: #666699; cursor: pointer; }


ul.min-bloc-menu li div h4{font-size: 16px; color: #666699; transition: all 0.3s ease-out; margin-top: 5px;}
ul.min-bloc-menu li div:hover h4{color: #FFF;}

ul.min-bloc-menu li div.icon.sprite-clinica{ background-position: 7px -125px;}
ul.min-bloc-menu li div.icon.sprite-clinica:hover{ background-position: -115px -125px;}

ul.min-bloc-menu li div.icon.sprite-artes{ background-position: 7px -200px;}
ul.min-bloc-menu li div.icon.sprite-artes:hover{ background-position: -115px -200px;}

ul.min-bloc-menu li div.icon.sprite-natacao{ background-position: 7px -268px;}
ul.min-bloc-menu li div.icon.sprite-natacao:hover{ background-position: -115px -268px;}

ul.min-bloc-menu li div.icon.sprite-curos-ti{ background-position: 9px -48px;}
ul.min-bloc-menu li div.icon.sprite-curos-ti:hover{ background-position: -113px -48px;}

ul.min-bloc-menu li div.icon.sprite-festival{ background-position: 7px 25px;}
ul.min-bloc-menu li div.icon.sprite-festival:hover{ background-position: -115px 25px;}
