/*HELPÈRS - Vai sempre mudar*/
/*.pg-box-imgmais{
    background: url("../img/primary/mais.png") no-repeat left top;
}
.pg-color{
    color:#ed8628;
}*/
/*.pg-btn{
    background:#ed8628;
    border: 1px solid #bb7618;
    color:#fff;
    font-weight: bold;
}
.pg-btn.focus, .pg-btn:focus, .pg-btn:hover{
    background:#bb7618;
    border: 1px solid #ed8628;
    color:#fff;
}*/
/*Alerta-de-Variáveis*/
.bg-danger
{
    background:none;
}
.border-danger{
	border:1px solid #f2dede;
}
.boldupper{
    text-transform: uppercase;
    font-weight: bold;
    /*color:#ed8628*/
}

/*Native*/
body{
    font-size: 12px;
    color:#666;
    font-family: Arial,sans-serif;
}
a{
    color:#666;
    text-decoration:underline;
}
.navbar-default .navbar-nav > li > a{
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover{
  background-color: #ddd;
}
/*Estrutura*/
.c-corpo{
    padding: 30px 15px 40px 15px;
    background: url("../../img/master/bg.jpg") no-repeat top center;
}

@media (min-width: 768px) {
  .c-corpo .container2 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .c-corpo .container2 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .c-corpo .container2 {
    width: 750px;
  }
}
.radio input[type="radio"], .radio-inline input[type="radio"] {
  margin-left: 0px;
  margin-top: 2px;
  position: absolute;
}

/*Header*/
header section.row{
    padding: 0px 0 15px 0;
}
@media (min-width: 768px){
    header a img.img-responsive{
        max-width: 120% !important;
    }
}
header .nav{
    padding-top: 20px;
}
header .nav > li{
    border-right:1px solid #ddd;
}
header .nav > li:last-child{
    border-right:none;
}
header .nav > li > a{
    padding: 8px 3px;
    font-size: 0.79em;
    text-transform: uppercase;
}
header .nav-pills > li > a{
    border-radius:0;
}

/*MAIN*/
main{
    padding: 0 0 20px 0;
}
main section.c-resume div > div div{
    padding: 0 0 0 38px;
}
main section.c-resume div > div div a{
    display: block;
    margin: 5px 0 0 0;
}

/*Main - INICIO*/
main.pgone section.c-resume .row > div div h5{
    font-weight: bold;
}
main section.c-contato{
    margin: 20px 0 0 0;
} 
main section.c-contato .row > div div{
    padding: 0 0 0 0;
}
main section.c-contato .row > div div h5{
    height: 24px;
	line-height:12px;
    margin-bottom: 0;
    font-size: 8.4pt;
    text-transform: uppercase;
}
main section.c-contato .row > div div h6 small{
    font-size:9px;
}
main section.c-contato .row > div:nth-child(3) div h6{
    margin-bottom: 0;
}
main section.c-contato .row > div div h3{
    margin: 0;
}
main section.c-contato .row > div:last-child{
    padding-top: 20px;
}

/*Main - Pages*/
main.pgtwo section:first-child{
    border-right: 1px solid #ddd;
    
}
main.pgtwo section:first-child .article .panel-group h5:first-child{
    margin: 5px 0 10px 0;
}
main.pgtwo section:first-child .article .panel-group h5{
    margin: 20px 0 10px 0;
}
main.pgtwo section:first-child ul{
    padding: 0 0 0 0;
}
main.pgtwo section:first-child ul li{
    list-style: none;
    line-height: 28px;
}
main.pgtwo section:last-child div > div{
    margin: 25px 0 0 0;
}
main.pgtwo section:first-child .article{
    text-align: justify;
}
/*Main - Espeficica*/
/*------Main - Cobertura*/
main.pgtwo section:first-child .article.article-cobertura > .panel{
    padding:20px 10px;
}
main.pgtwo section:first-child .article.article-cobertura > .panel .panel-group{
    margin-bottom:0;
}
main.pgtwo section:first-child .article.article-cobertura > .panel .panel-group > .panel:first-child{
    margin-bottom:12px;
}
main.pgtwo section:first-child h4.panel-title a{
    font-weight: bold;
    text-decoration: none;
}
main.pgtwo section:first-child h4.panel-title a:hover{
    text-decoration: underline;
}
main.pgtwo section:first-child .article.article-cobertura ul li{
    list-style: none;
    line-height: 20px;
}

/*------Main - Adesao*/
main.pgtwo section:first-child .article.article-adesao h5{
    margin: 20px 0 10px 0;
    font-weight: bold;
}
main.pgtwo section:first-child .article.article-adesao .radio{
    margin-left:0;
}
/*------Main - Contato*/
main.pgtwo section:first-child .article.article-contato .h5{
    font-size: 18px;
    text-align: left;
}


/*FOOTER*/
footer > section:first-child{
    padding-bottom: 15px;
}
footer .nav > li{
    border-right:1px solid #ddd;
}
footer .nav > li > a{
    font-size: 9px;
    padding: 6px 5px;
}
