body,html{
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
}

body{
    font-family: 'Jost', sans-serif;
}
.btn{
    border-radius: 0px;
}
.btn-black {
    color: #FFFFFF;
    background-color: #221F1F;
    border-color: #221F1F;
    border-radius: 0px;
    width: 120px;max-width: 100%;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
    color: #FFFFFF;
    background-color: #221F1F;
    border-color: #221F1F;
}
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
    background-image: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #bebebe;
    border-radius: 0px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: #464646;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.panel-default {
    border: 0px;
    border-color: transparent;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
    padding-left: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}

.panel-default > .panel-heading .panel-title{
    padding-left: 35px;
}
.panel-default > .panel-heading .panel-title > a{
    position: relative;
    text-transform: uppercase;
    background-color: transparent;
}
.panel-default > .panel-heading .panel-title > a:hover,
.panel-default > .panel-heading .panel-title > a:active,
.panel-default > .panel-heading .panel-title > a:focus{
    text-decoration: none;
}
.panel-default > .panel-heading .panel-title > a:before {
    content: "\e811";
    position: absolute;
    color: #7e8085;
    left: -40px;top: 0px;
    width: 30px;height:30px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    margin-right:0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.panel-default > .panel-heading .panel-title > a.collapsed:before{
    content: "\e80e";
}

.panel-default .panel-body{
    font-size: 15px;
}

/*-------------------------------------------------------------
                   Navbar - Visível em   Mobile
 -------------------------------------------------------------*/
body{
    padding-top: 0px;
}
.navbar-default {
    background-color: #221f1f;
    border-color: #221f1f;
    display: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #353030;
}
.navbar-default .navbar-nav > li:last-child > a{
    border-bottom: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #221f1f;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #221f1f;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media (max-width: 768px) {
    .navbar-default {
        display: block;
    }
    body{
        padding-top: 20px;
    }
    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
}

/*-------------------------------------------------------------
                          Header
 -------------------------------------------------------------*/
header{
    display: block;
    min-height: 200px;
    border-top: 20px solid #232020;
}
header > .content-top{
   min-height: 80px;
}
header > .content-bottom{
    background-color:#232020;
    min-height: 28px;
}
header > .content-bottom > .container{
    padding-top:0;
    padding-bottom:0px;
}
header .nav-menu{
    margin: 0 auto;
    text-align: center;
}
header .nav-menu > li{
    float: none;
    display: inline-block;
}
header .nav-menu > li > a{
   color:#fff;
   border-radius: 0;
   position: relative;
   padding: 7px 22px 7px 22px;
   text-transform: uppercase;
   background-color: #221f1f;
   border-right: 1px solid #918f8f;
   border-left: 1px solid transparent;
}

header .nav-menu > li:first-child > a{
    border-left: 1px solid #918f8f;
}

header .nav-menu > li.active a,
header .nav-menu > li > a:hover,
header .nav-menu > li > a:active,
header .nav-menu > li > a:focus{
    background-color: #221f1f;
}
header .nav-menu > li.active > a:hover,
header .nav-menu > li.active > a:active,
header .nav-menu > li.active > a:focus{
    background-color: #221f1f;
}

header .nav-menu > li > a:before{
  content: " ";
  position: absolute;
  display: none;
  bottom: 0;left: 10%;
  width: 80%;height:3px;
  background-color:#c3c5ca;
}

header .nav-menu > li > a:hover:before,
header .nav-menu > li > a:active:before,
header .nav-menu > li > a:focus:before,
header .nav-menu > li.active > a:before{
    display: block;
}

header > .content-top > .container{
    padding-top: 15px;
    padding-bottom: 15px;
}

header > .content-top .list-email > li > a,
header > .content-top .list-telefones > li > a{
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 18px;
    padding:5px 10px 5px 40px;
}
header > .content-top .list-email > li > a:hover,
header > .content-top .list-telefones > li > a:hover{
    text-decoration: none;
}
header > .content-top .list-email > li > a > span,
header > .content-top .list-telefones > li > a > span{
    position: absolute;
    left: 0;bottom: 0;
}
header > .content-top .list-telefones > li > a > span.icon-phone{
    transform: rotateY(180deg);
}
header > .content-top .list-email > li > a > span:before,
header > .content-top .list-telefones > li > a > span:before{
    font-size: 28px;
}
header > .content-top .list-telefones > li > a > span.icon-whatsapp:before{
    font-size: 30px;
}

header > .content-top .list-telefones{
    margin-bottom: 4px;
}

header > .content-top .list-telefones > li{
    margin-left: 25px;
}
header > .content-top .list-email > li{
    margin-left: 50px;
}
header > .content-top .divider{
    background-color:#000;
    width: 100%;height: 2px;
}
header > .content-top .col-mid{
    padding-top: 25px;
}

header > .content-top .pd-r-0{
    padding-right: 0px;
}
header > .content-top .pd-l-0{
    padding-left: 0px;
}

header > .content-top .acesso-associado{
    display: block;
    width: 100%;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
}

header > .content-top .acesso-associado > a {
    display: block;
    width: 270px;height: 56px;
    background-repeat: no-repeat;
    background-position: top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
header > .content-top .acesso-associado > a:first-child{
    margin-bottom:2px;
}
header > .content-top .acesso-associado > a.btn-associar{
    background-image: url("../img/btn-associar.png");
}
header > .content-top .acesso-associado > a.btn-acessar{
    background-image: url("../img/btn-area-doassociado.png");
}

header > .content-top .logo{
    display:block;
    width: 88px;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:768px) and (max-width: 992px){
    header > .content-top .acesso-associado > a {
        display: block;
        width: 220px;height: 46px;
    }
    header > .content-top .acesso-associado{
        margin-top:18px;
    }
}
@media(max-width:767px){
    header > .content-top .acesso-associado{
        display: block;
        width:270px;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    header > .content-top .pd-r-0{
        padding-right:15px;
    }
    header > .content-top .pd-l-0{
        padding-left: 15px;
    }

    header > .content-top .list-telefones,
    header > .content-top .list-email{
        width: 100%;
        text-align: center;
    }

}
@media(max-width: 768px){
    header .content-bottom{
        display: none;
    }
}

/*-------------------------------------------------------------
                    Home->Banner
 -------------------------------------------------------------*/
.slider-home > .container{
    padding-left: 0;
    padding-right: 0;
    width: 2600px !important;
    max-width: 100% !important;
}
.main-slider{
    position: relative;
    z-index: 0;
    height: 492px;
}
.main-slider .item{
    height: 492px;
}
.main-slider .item{
    display: block;
    position: relative;
    width: 100%; z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: auto;
}
.main-slider .item > a{
    display: block;
    position: absolute;
    width: 100%;height: 100%;
    z-index: 1;
}

.main-slider .owl-dots{
    position: absolute;
    bottom:10px;
    left:35%;right:35%;
    text-align: center;
}
@media(max-width: 1199px){
    .main-slider .item{
        height: 420px;
    }
    .main-slider{
        height: 420px;
    }
}
@media(max-width: 992px){
    .main-slider .item{
        height: 300px;
    }
    .main-slider{
        height: 300px;
    }
}
@media(max-width: 768px) {
    .main-slider .item{
        height: 200px;
    }
    .main-slider{
        height: 200px;
    }
    .main-slider .owl-dots{
        left:0%; right:0%;
    }
}
@media(max-width: 480px) {
    .main-slider .item{
        height: 120px;
    }
    .main-slider{
        height: 120px;
    }
}
@media(max-width: 380px) {
    .main-slider .item{
        height: 100px;
    }
    .main-slider{
        height: 100px;
    }
}
/*-------------------------------------------------------------
                    Home->siga-nos
 -------------------------------------------------------------*/
.siga-nos{
    background-color:#e6e7e8;
}
.siga-nos > .container{
    padding-top: 10px;
    padding-bottom: 7px;
    width: 175px !important;
    max-width: 100% !important;
}

.siga-nos .list-redes > li > a{
    display: inline-block;
    width: 34px;height: 34px;
    background-repeat: no-repeat;
    background-image: url("../img/sprite-redes.png");
}
.siga-nos .list-redes{
    margin-top: 0px;
    margin-bottom: 0px;
}
.siga-nos .list-redes > li{
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.siga-nos .list-redes > li > a.facebook{
    background-position:0px center;
}
.siga-nos .list-redes > li > a.instagram{
    background-position:-34px center;
}
.siga-nos .list-redes > li > a.linkedin{
    background-position:-68px center;
}
.siga-nos .list-redes > li > a.whatsapp{
    background-position:-102px center;
}
/*-------------------------------------------------------------
                    Home-> Info Cub -> Outros
 -------------------------------------------------------------*/
.info-principal > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.info-principal div[class^="col-"]{}

.info-principal .block{
    display: block;
    width: 400px;
    min-height: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: top center;
}
.info-principal .block.bg-info-1{
    background-image: url("../img/bg-info-1.png");
}
.info-principal .block.bg-info-2{
    background-image: url("../img/bg-info-2.png");
}
.info-principal .block.bg-info-3{
    background-image: url("../img/bg-info-3.png");
}


.info-principal .block-convenios .list-links{
    width: 100%;
    text-align: center;
}

.info-principal .block-convenios .logo-sesirs{
    width: 230px;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.info-principal .block > h2{
    font-weight: 600;
    font-size: 1.6em;
    text-align: center;
    text-transform: uppercase;
}
.info-principal .col-border{
  border-right: 1px solid #ccc;
}
.info-principal .btn-content{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.info-principal .btn-black{
    width: 120px;
    border-radius: 0px;
}
.info-principal .wrap-indice{
    background-color:#e6e7e8;
    padding: 10px;
}
.info-principal .block-indices h3{
    font-weight: 300;
    font-size: 1.6em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom:0px;
    margin-top: 0px;
}

.info-principal .block-indices .table{
    margin-bottom: 0px;
    margin-top: 0px;
}
.info-principal .block-indices .table thead > tr:first-child > th{
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.info-principal .block-indices .table thead > tr > th{
    padding-left: 0;
}
.info-principal .block-indices .igpm_mes{
    padding-top: 10px;
    text-align: center;
}
.info-principal .block-indices a{
    color: #000000;
    padding-top: 25px;
    display: inline-block;
    position: relative;
    width: 100%;font-size: 12px;
    font-weight: bold;

}
.info-principal .block-indices a > span{
    position: absolute;
    top:0px;left: 40%;
}
.info-principal .block-indices a > span:before{
    font-size: 18px;
    color: #000000;
}
.info-principal .block-indices a:hover{
  text-transform: none;
}
@media (max-width:768px) {
    .info-principal .col-border{
         position: relative;
         border-right: 0px solid transparent;
         margin-bottom: 20px;
    }
    .info-principal .col-border:before{
        content: " ";
        position: absolute;
        width: 85%;height: 0px;
        border-bottom: 1px solid #ccc;
        left: 7.5%;bottom: 0px;
    }
}
/*-------------------------------------------------------------
                    Home-> Notícias
 -------------------------------------------------------------*/
.home-noticias{
   background-color:#e6e7e8;
}
.home-noticias > .container{
  padding-top: 25px;
    padding-bottom: 25px;
}
.home-noticias  h1{
    text-align: center;
    font-weight: 300;
    color: #58595b;
    padding-top: 10px;
    padding-bottom: 15px;
}
.home-noticias .col-border{
    border-right: 1px solid #ccc;
}
.home-noticias  .nblock{
   display: block;
   padding-bottom:30px;
   position: relative;
   min-height:270px;
}
.home-noticias  .nblock > .date{
    display: block;
    padding: 10px 0px 10px 0px;
}
.home-noticias  .nblock > .date > .label{
    font-size: 1.8em;
    font-weight: 600;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.home-noticias  .nblock > .nblock-footer {
   display: block;
   position: absolute;
   width: 100%;
   bottom: 5px;left: 0;
}
.home-noticias  .nblock > .nblock-body h3{
    color:#231f20;
    font-size: 1.2em;
    text-transform: uppercase;
}
.home-noticias  .nblock > .nblock-body p{
    color:#231f20;
    font-size: 15px;
}
.home-noticias  .nblock > .nblock-footer a{
    color: #58595b;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width:768px) {
    .home-noticias .col-border{
        position: relative;
        border-right: 0px solid transparent;
        margin-bottom: 25px;
    }
    .home-noticias .col-border:before{
        content: " ";
        position: absolute;
        width: 85%;height: 0px;
        border-bottom: 1px solid #ccc;
        left: 7.5%;bottom: -5px;
    }
}

/*-------------------------------------------------------------
                    Principais->Serviços
 -------------------------------------------------------------*/
.home-servicos{
    background-color:#fff;
}
.home-servicos > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.home-servicos  h1{
    text-align: center;
    font-weight: 300;
    color: #58595b;
    padding-top: 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.home-servicos .list-links{
  margin-bottom: 0px;
}
.home-servicos .list-links li{
    margin-bottom: 5px;
}
.home-servicos .list-links li > a{
    display: block;
    position: relative;
    color:#221f1f;
    font-weight: 600;
    text-transform: uppercase;
    padding:5px 0 5px 40px;
}
.home-servicos .list-links li > a > span{
    position: absolute;
    left: 0;top:2px;
}
.home-servicos .list-links li > a > span:before{
    color:#89878c;
    font-size: 30px;
}

/*-------------------------------------------------------------
                    Home->Parceiros
 -------------------------------------------------------------*/
.home-parceiros{
    background-color:#fff;
}
.home-parceiros > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.home-parceiros  h1{
    text-align: center;
    font-weight: 300;
    color: #58595b;
    padding-top: 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.home-parceiros .wrap-slider{
    display: block;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}
.owl-parceiros .item{
    position: relative;
    padding-bottom: 45%;
    overflow: hidden;
}

.owl-parceiros .item a{
    position: absolute;
    display: block;
    width: 100%;height: 100%;
    left: 0;top:0;
    z-index: 10;
}
.owl-parceiros .item a:hover,
.owl-parceiros .item a:focus{
    text-decoration: none;
}

/*-------------------------------------------------------------
                    Home->Parceiros
 -------------------------------------------------------------*/
.home-associados{
    background-color:#fff;
}
.home-associados > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.home-associados h1{
    text-align: center;
    font-weight: 300;
    color: #58595b;
    padding-top: 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.owl-associados .item{
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

/*-------------------------------------------------------------
                  Owl-Parceiros|Owl-Associados
 -------------------------------------------------------------*/
.owl-parceiros .item > .img,
.owl-associados .item > .img{
    position: absolute;
    left: 0;top:0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.owl-associados .item > a{
    position: absolute;
    left: 0;top:0;
    width: 100%;height: 100%;
    display: block;
    z-index: 10;
}
/*-------------------------------------------------------------
                         Home->newsletter
 -------------------------------------------------------------*/
.home-newsletter > .container{
     padding-top: 35px;
     padding-bottom: 30px;
}
.home-newsletter h2.title-news{
  display: table;
  width: 150px;
  min-height: 76px;
  padding-left: 90px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  background: transparent url('../img/icon-news.png') no-repeat left center;
}
.home-newsletter h2.title-news > span{
    display: table-cell;
    color:#58595b;
    vertical-align: middle;
    text-transform: uppercase;
}
.home-newsletter .form-descr{
    display: block;
    padding-top: 15px;
    padding-bottom: 25px;
    font-weight: 600;
    max-width: 450px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
}
.home-newsletter .form-horizontal{
    display: block;
    width: 650px;
    max-width: 100%;
    margin: 15px auto;
}
.home-newsletter .form-horizontal label{
    color: #878787;
}
.home-newsletter .form-horizontal .btn{
    width: 120px;
    border-radius: 0px;
    text-align: center;
}

/*-------------------------------------------------------------
            Home->cadastro de currículos
 -------------------------------------------------------------*/
.home-curriculo > .container{
    padding-top: 35px;
    padding-bottom: 30px;
    color:#767778;
}
.home-curriculo h2.title{
    display: table;
    width: 500px;
    max-width: 100%;
    min-height: 76px;
    padding-left: 90px;
    font-weight: 400;
    margin:25px auto 25px auto;
    background: transparent url('../img/icons/newspaper.png') no-repeat left center;
}
.home-curriculo h2.title-anexo{
    display: table;
    width: 380px;
    max-width: 100%;
    font-weight: 400;
    margin:25px auto 25px auto;
    color:#58595b;
    text-transform: uppercase;
}
.home-curriculo h2.title > span{
    display: table-cell;
    color:#58595b;
    vertical-align: middle;
    text-transform: uppercase;
}

.home-curriculo .form-descr{
    display: block;
    color: #696969;
    padding-top: 15px;
    padding-bottom: 25px;
    font-weight: 600;
    max-width: 700px;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    margin: 0 auto;
}
.home-curriculo .label-btn-anexo{
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 80px;height: 80px;
    margin: 10px auto 15px auto;
    background: transparent url('../img/icons/download-up.png') no-repeat bottom center;
}
.home-curriculo .label-btn-anexo input{
   position: absolute;
   width: 20px;height: 20px;
   z-index: -1;
   left:-80px;
}

.home-curriculo .form-horizontal{
    display: block;
    width: 750px;
    max-width: 100%;
    margin: 15px auto;
}

.home-curriculo .form-horizontal label{
    color: #878787;
}

/*-------------------------------------------------------------
                  Pág. de login do Associado
 -------------------------------------------------------------*/

.login-associado{
    display: flex;
    height: 100%;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    background-color: #000000;
}

.login-associado > div.container{
    width: 500px;
    height: auto;
}
.login-associado h2{
    display: table;
    width: 400px;
    max-width: 100%;
    min-height: 70px;
    padding:0 0 5px 75px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background:transparent url('../img/icon-login-associado.png') no-repeat left center;
}
.login-associado h2 > span{
    display: table-cell;
    color:#fff;
    font-size: 1em;
    vertical-align: bottom;
    text-transform: uppercase;
}

.login-associado .form-horizontal{
    margin-top: 25px;
}
.login-associado .logo{
    display: block;
    width: 70px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.login-associado .box-btn{
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: center;
}

.login-associado .box-btn > div{
    text-align: center;
}
.login-associado .box-btn > div > .btn{
    color: #494949;
    width: 80px;
    max-width: 100%;
    border-radius: 0px;
    background-color: #f0f0f0;
    font-weight: 600;
}
.login-associado .form-horizontal label{
    color: #fff;
}
.login-associado .form-horizontal .wrap-input{
    display: block;
    position: relative;
    width: 100%;height: auto;
}
.login-associado .form-horizontal .wrap-input span[class^="icon-"]{
    position: absolute;
    left: 3px;top: 6px;
}
.login-associado .form-horizontal .wrap-input span[class^="icon-"]:before{
    font-size: 24px;
    color: #000;
}
.login-associado .form-horizontal .form-control{
    height: 36px;
    padding-left: 38px;
}

@media (max-width: 768px){
    .login-associado .box-btn{
        height: 200px;
    }
    .login-associado .form-horizontal .wrap-input span[class^="icon-"]{
        left: 3px;top: 6px;
    }
}

/* --------------------------------------------------------
                    Sinduscon
----------------------------------------------------------*/
.sinduscon > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.sinduscon h1{
    display: block;
    color: #4a4a4a;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.sinduscon .col-texto-right p,
.sinduscon .col-texto-left p{
    font-size: 15px;
}
.sinduscon-bottom .tab-header{
    background-color: #e6e7e8;
}
.sinduscon-bottom .tab-header > .container{
    width: 800px !important;
    max-width: 100% !important;
    padding-top: 40px;
    padding-bottom: 40px;
}
.sinduscon-bottom .nav-tabs{
    width: 100%;
    display: block;
}
.sinduscon-bottom .nav-tabs li{
    width: 33.333%;
}
.sinduscon-bottom .nav-tabs li > a{
  position: relative;
  color:#221f1f;
  padding-left: 35px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e6e7e8;
  border-color:#e6e7e8;
}
.sinduscon-bottom .nav-tabs li > a > span{
    position: absolute;
    left: 0;top: 6px;
}
.sinduscon-bottom .nav-tabs li > a > span:before{
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
    color: #89878c;
}
.sinduscon-bottom .nav-tabs li > a > span.icon-plus-circle{
    display: block;
}
.sinduscon-bottom .nav-tabs li > a > span.icon-minus-circle{
    display: none;
}
.sinduscon-bottom .nav-tabs li.active > a > span.icon-plus-circle{
    display: none;
}
.sinduscon-bottom .nav-tabs li.active > a > span.icon-minus-circle{
    display: block;
}
.sinduscon-bottom .nav-tabs li > a:active,
.sinduscon-bottom .nav-tabs li > a:focus,
.sinduscon-bottom .nav-tabs li > a:hover{
    color:#221f1f;
    background-color: #e6e7e8;
    border-color:#e6e7e8;
}
.sinduscon-bottom .nav-tabs .active > a{
    color:#221f1f;
}
.sinduscon-bottom .tab-bottom .container{
    width: 800px !important;
    max-width: 100% !important;
}
.sinduscon-bottom .tab-pane{
    padding-top: 25px;
    padding-bottom: 25px;
}

@media(max-width: 768px){
    .sinduscon-bottom .tab-header > .container{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media(max-width: 600px){
    .sinduscon-bottom .nav-tabs li{
        width: 100%;
    }
}


/*-------------------------------------------------------------
                   Pág. Serviços->Cub
-------------------------------------------------------------*/
.servicos-cub > .container{}
.servicos-cub h1{
    display: block;
    color: #4a4a4a;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

/*-------------------------------------------------------------
               Pág. do Associado -> Logado
 -------------------------------------------------------------*/
.associado-header > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.associado-header h2{
    color:#58595b;
    font-weight: 600;
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.associado-header h2 > span{
    font-weight: 400;
    font-size:.9em;
}

.associado-header .img-logo{
    display: block;
    width: 200px;
    height: 180px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.associado-header .img-logo > a{
    display: block;
    position: relative;
    width: 100%;height: 100%;
}
.associado-header .img-logo > a > img{
    position: absolute;
    display: block;
    top: 0;left: 50%;
    width: auto;max-width: 100%;
    height: auto;max-height: 100%;
    transform: translate(-50%,0%);
}
.associado-area > .container{
    padding-top: 30px;
    padding-bottom: 30px;
}
.associado-area .row-servico{
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.associado-area .row-servico .servico-wrap{
    display: flex;
    width: 1170px;
    max-width: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
.associado-area .servico-wrap .bloco-servico{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.associado-area .servico-wrap .bloco-servico h3,
.associado-area .servico-wrap .bloco-servico p{
    width: 100%;
    text-align: center;
}
.associado-area .servico-wrap .bloco-servico h3{
    color:#58595b;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 130%;
    text-transform:uppercase;
}
.associado-area .servico-wrap .bloco-servico h2{
    display: block;
    color: #6d6e6f;
    width: 300px;
    max-width: 100%;
    padding-top:90px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
.associado-area .servico-wrap .bloco-servico h2.title-curriculos{
    background:transparent url("../img/icons/newspaper.png") no-repeat top center;
}
.associado-area .servico-wrap .bloco-servico h2.title-reuniao{
    padding-top:105px;
    background:transparent url("../img/icons/reuniao.png") no-repeat top center;
}
.associado-area .servico-wrap .bloco-servico h2.title-downloads{
    padding-top:85px;
    background:transparent url("../img/icons/download.png") no-repeat top center;
}
.associado-area .row-servico:nth-child(odd) {
    background-color: #e6e7e8;
}

@media(max-width: 768px){
    .associado-area .row-servico .servico-wrap .bloco-servico{
        width: 100%;
    }
}

/* ----------------------------------------------------------------
                         Pág. Associados
------------------------------------------------------------------*/
.associados > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.associados > .container h2.title{
    color:#58595b;
    font-weight: 300;
    font-size: 2.2em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.associados > .container h4{
    font-size: 15px;
    text-transform: uppercase;
}
.associados > .container p{
    font-size: 15px;
}
.associados > .container a.link-form{
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom:10px;
    padding-left: 40px;
    color:#141518;
    font-weight: 600;
    text-transform: uppercase;
}
.associados > .container a.link-form > span{
    position: absolute;
    left:0;top: 5px;
}
.associados > .container a.link-form > span:before{
   color: #7c7e84;
   font-size:30px;
}

.associados-listas{
    background-color:#e6e7e8;
}
.associados-listas > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}

.associados-listas .container h3.title{
    color:#58595b;
    font-weight: 300;
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.associados-listas .wrap-owl{
    display: block;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.associados-listas .wrap-owl .owl-header{
    position: relative;
    display: inline-block;
    width: auto;
    padding:8px 40px 5px 40px;
}
.associados-listas .wrap-owl .owl-header > span{
    color: #0f0f0f;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.associados-listas .wrap-owl .content-header{
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
}
.associados-listas .wrap-owl .owl-header > a{
    position: absolute;
    top: 4px;
    width: 28px;
    height: 28px;
    color: #0f0f0f;
    border-radius: 14px;
    border: 2px solid #0f0f0f;
}
.associados-listas .wrap-owl .owl-header > a.btn-left{
    left: 0;
}
.associados-listas .wrap-owl .owl-header > a.btn-right{
    right: 0;
}
.associados-listas .wrap-owl .owl-header > a > span{
    position: absolute;
    left: 50%;top: 50%;
}
.associados-listas .wrap-owl .owl-header > a > span:before{
    margin-left: 0;
    margin-right:0;
    color: #0f0f0f;
}
.associados-listas .wrap-owl .owl-header > a.btn-left > span{
    transform: translate(-55%,-50%);
}
.associados-listas .wrap-owl .owl-header > a.btn-right > span{
    transform: translate(-45%,-50%);
}

.associados-listas .owl-lista .item{
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.associados-listas .owl-lista .item > .img{
    position: absolute;
    left: 0;top:0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.associados-listas .owl-lista .item > a{
    position: absolute;
    left: 0;top:0;
    z-index: 10;
    display: block;
    width: 100%;height: 100%;
}
.associados-listas .divider{
    display: block;
    height: 30px;
}


/*-------------------------------------------------------------
         Pág. do Associado -> Logado -> Serviço
 -------------------------------------------------------------*/
.associado-servico > .container{
    padding-top: 30px;
    padding-bottom: 30px;
}
.associado-servico .title-servico{
    display: block;
    color: #6d6e6f;
    width: 300px;
    max-width: 100%;
    padding-top:90px;
    text-align: center;
    font-weight: 300;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.associado-servico .title-servico.title-curriculos{
    background:transparent url("../img/icons/newspaper.png") no-repeat top center;
}
.associado-servico .title-servico.title-reuniao{
    padding-top:105px;
    background:transparent url("../img/icons/reuniao.png") no-repeat top center;
}
.associado-servico .title-servico.title-downloads{
    padding-top:85px;
    background:transparent url("../img/icons/download.png") no-repeat top center;
}
.associado-servico .back-content{
    display: block;
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
}

.associado-servico .container{
    width: 600px;
    min-height: 600px;
    max-width: 100%;
}
.associado-servico .panel-group{
    margin-top: 25px;
}
.associado-servico .dl-wrap{
    margin-top: 25px;
}
.associado-servico .dl-item{
    display: block;
    padding: 5px 5px 5px 50px;
    min-height: 30px;
    background:transparent url("../img/icons/download-sm.png") no-repeat 10px 10px;
}
.associado-servico .dl-item h4{
    line-height: 130%;
    margin-bottom: 0;
    margin-top: 0;
    color: #1f1f1f;
    text-transform: uppercase;
}
.associado-servico .dl-item p{
    color: #444444;
    font-size: 15px;
    text-transform: uppercase;
}
.associado-servico .dl-wrap .dl-item:nth-child(odd) {
    background-color: #fafafa;
}

.associado-servico.sc-links-uteis  ul{
    margin-top: 25px;
}
.associado-servico.sc-links-uteis  ul li > a{
    font-size: 15px;
}



/*-------------------------------------------------------------
               Pág. Cadastro
 -------------------------------------------------------------*/
.associado-cadastro > .container{
    padding-top: 35px;
    padding-bottom: 30px;
    width: 800px;
    max-width: 100%;
}
.associado-cadastro form{
    display: block;
    width: 715px;
    max-width: 100%;
    margin-top: 30px;
}
.associado-cadastro form label{
    color: #878787;
}
.associado-cadastro h3{
    margin-bottom:20px;
    border-bottom: 1px solid #fafafa;
}


.associado-cadastro h4{
    margin-bottom:25px;
    border-bottom: 1px solid #fafafa;
}

.associado-cadastro .btn{
    width: 120px;
    border-radius: 0px;
}
.associado-cadastro .form-group{
    padding-left: 10px;
    padding-right: 10px;
}

.associado-cadastro .req{
    color: #af0900;
}

.associado-cadastro .alert{
    font-size: 15px;
}

/*-------------------------------------------------------------
               Pág. do Associado -> Update
 -------------------------------------------------------------*/
.associado-update > .container{
    padding-top: 0px;
    padding-bottom: 30px;
}
.associado-update .form-horizontal{
    display: block;
    width: 715px;
    max-width: 100%;
    margin: 15px auto;
}
.associado-update .form-horizontal label{
    color: #878787;
}

.associado-update h3{
    margin-bottom: 25px;
}
.associado-update .btn{
    width: 120px;
    border-radius: 0px;
}

.associado-update .form-group{
    padding-left: 10px;
    padding-right: 10px;
}

/* ----------------------------------------------------------------
                    Pág. Parceiros/Patrocinadores
------------------------------------------------------------------*/
.parceiros > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.parceiros > .container h1.title{
    color:#58595b;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.parceiros .row-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}

.parceiros .row-flex > [class*='col-']{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.table.table-parceiro > tr,
.table.table-parceiro > tbody tr td,
.table.table-parceiro > tr td {
  border: 0px solid transparent;
}

.table.table-parceiro > tbody tr td.logo{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.table.table-parceiro > tbody tr td.logo img{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    max-width: 100%;
}
.table.table-parceiro > tbody tr td.nome{
    color: #fff;
    padding-top: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background-color:#89878c;
    text-transform: uppercase;
}
.table.table-parceiro > tbody tr td.servicos{
    color: #464646;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 1.6em;
    background-color:#fff;
    text-transform: uppercase;
}

.table.table-parceiro > tbody tr td.link .btn.btn-black{
    width: 100%;
}
@media (max-width: 768px){
    .parceiros > .container h1.title{
        font-size: 1.8em;
    }
}
/*-------------------------------------------------------------
                      Dúvidas
 -------------------------------------------------------------*/
.duvidas .container{
    padding-top: 50px;
    padding-bottom: 25px;
    width: 900px !important;
    max-width: 100% !important;
}

    /*-------------------------------------------------------------
                          Contato
     -------------------------------------------------------------*/
.contato .container.container-top{
    padding-top: 50px;
    padding-bottom: 25px;
    width: 1000px !important;
    max-width: 100% !important;
}
.contato .form-horizontal label{
    color: #68686a;
}
.contato .form-horizontal textarea.form-control{
    min-height: 230px;
}

.contato .container.container-map{
    padding-top: 50px;
    padding-bottom: 25px;
    width: 1900px !important;
    max-width: 100% !important;
}
.contato .info-block{
    display: block;
    padding-left: 240px;
    min-height: 168px;
    width: 600px;
    max-width: 100%;
    margin:50px auto 35px auto;
    background: transparent url("../img/icons/map-info.png") no-repeat left center;
}
.contato .info-block p{
    font-size: 16px;
    padding-top:25px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.contato .container.container-map iframe{
    width: 100%;
    height: 484px;
    border: 0px;
}
.contato .form-horizontal .alert{
    display: none;
}
@media (max-width: 768px){
    .contato .container.container-map iframe{
        height: 300px;
    }
    .contato .info-block{
        padding-left: 130px;
        min-height: 168px;
        margin:25px auto 0px auto;
        background-size: 100px,auto;
    }
    .contato .pad-xs-col .form-group{
        padding: 15px;
    }
    .contato .form-horizontal textarea.form-control{
        min-height: 100px;
    }
}
/*---------------------------------------------------------------------
                 Pág. Privacidade
-----------------------------------------------------------------------*/
section.privacidade .container{
    padding-top: 40px;
    padding-bottom: 25px;
    width: 1000px;
    max-width: 100%;
}
section.privacidade h1{
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
section.privacidade .container p{
    font-size: 15px;
}

/*---------------------------------------------------------------------
                 Pág. Notícias
-----------------------------------------------------------------------*/
.noticias .container{
    padding-top: 40px;
    padding-bottom: 25px;
}
.noticias .noticias-content{
    display: flex;
    flex-flow:row wrap;
}
.noticias-content .item{
    width: 29.33333333333311%;
    margin:2% 2% 2% 2%;
}
.noticias-content .item{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    min-height: 408px;
}
.noticias-content .item > .inner{
    width: 100%;
}
.noticias-content .item .inner:first-child{
    align-self: start;
    position: relative;
}

.noticias-content .item .inner:first-child > .label-default{
    position: absolute;
    color: #fafafa;
    font-weight: bold;
    font-size: 1.5em;
    bottom: 0;left: 0;
    border-radius: 0px;
    padding:5px 10px 5px 10px;
    text-transform: uppercase;
    background-color: #89878c;
}

.noticias-content .item .inner:nth-child(2){
    align-self: start;
    padding: 10px;
}
.noticias-content .item .inner:nth-child(3){
    align-self: flex-end;
    padding: 10px;
}
.noticias-content .item .img{
    position: relative;
    padding-bottom: 66.242038216561%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.noticias-content .item h4{
    color:#231f20;
    font-weight: bold;
    text-transform: uppercase;
}
.noticias-content .item p{
    color:#58595b;
}
.noticias-content .item a{
    color: #878787;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.noticias-content .item.border-r:before{
    content: " ";
    width: 0;
    height: 75%;
    border-right: 1px solid #ccc;
    position: absolute;
    right: -7%; bottom: 0;
}
.noticias .pagination{
    display: block;
    margin:0 auto;
    width: 300px;
}
.noticias .pagination > li > a,
.noticias .pagination > li > span{
    border: none;
    padding:4px 5px;
    background-color: #fff;
    font-weight: bolder;
}
.noticias .pagination > li > a:hover,
.noticias .pagination > li > span:hover,
.noticias .pagination > li > a:focus,
.noticias .pagination > li > span:focus {
    color: #0e0e0e;
    border: none;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.noticias .pagination > .active > a,
.noticias .pagination > .active > span,
.noticias .pagination > .active > a:hover,
.noticias .pagination > .active > span:hover,
.noticias .pagination > .active > a:focus,
.noticias .pagination > .active > span:focus{
    background-color: #fff;
    color: #595a5c;
    font-weight: bolder;
}
.noticia-detalhes > .container{
    padding-top: 50px;
    padding-bottom: 25px;
}
.noticia-detalhes .sc-voltar{
    width: 100%;
    background-color:#e6e7e8;
}
.noticia-detalhes .sc-voltar > .container{
    padding-top: 20px;
    padding-bottom: 15px;
}
.noticia-detalhes .sc-voltar a{
    display: flex;
    color: #0f0f0f;
    justify-content: center;
    align-content: center;
    align-items:center;
    min-height: 52px;
    width: 240px;
    padding-left: 60px;
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent url('../img/icons/left-circle.png') no-repeat left center;
}

.noticia-detalhes .sc-voltar a:active,
.noticia-detalhes .sc-voltar a:focus,
.noticia-detalhes .sc-voltar a:hover{
    text-decoration: none;
}

.noticia-detalhes .img-box{
    display: block;
    position: relative;
    margin: 0 auto;
    width: 550px;
    max-width: 100%;
    margin-bottom: 30px;
}

.noticia-detalhes .img-box > .label-date{
    position: absolute;
    color: #fafafa;
    font-weight: bold;
    font-size: 1.5em;
    bottom: -15px;left: -30px;
    border-radius: 0px;
    padding:10px 10px 10px 10px;
    text-transform: uppercase;
    background-color: #89878c;
}

.noticia-detalhes .img-box > .label-author{
    display: block;
    position: absolute;
    width: auto;height: 25px;
    padding-top: 5px;
    font-size: 13px;
    color: #555555;
    bottom:-25px;right:0px;
}

.noticia-detalhes .noticia-content{
    display: block;
    width: 900px;
    max-width: 100%;
    margin:25px auto;
}

.noticia-detalhes .noticia-content h2{
    font-weight: 600;
    color:#231f20;
    text-transform: uppercase;
}
.noticia-detalhes .noticia-content p{
    font-weight: 400;
    font-size: 15px;
}

@media(max-width: 768px){
    .noticias-content .item{
        width: 45.5%;
        margin:2% 2% 2% 2%;
    }
    .noticias-content .item.border-r:before{
         display: none;
    }
    .noticia-detalhes .img-box > .label-date{
        position: absolute;
        bottom: -15px;left: -10px;
    }
}
@media(max-width: 380px){
    .noticias-content .item{
        width: 98%;
        margin: 15px auto;
    }
}



/*----------------------------------------------
                 Cursos e eventos
--------------------------------------------*/
.cursos-header {
  background-color:#fff;
}
.cursos-header > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}

.cursos-header .owl-header{
    position: relative;
    display: inline-block;
    width: auto;
    padding:10px 50px 6px 50px;
}
.cursos-header .owl-header > span{
    color: #444444;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Jost', sans-serif;
}
.cursos-header .owl-header > a{
    position: absolute;
    top: 8px;
    width: 38px;
    height: 38px;
    color: #0f0f0f;
    border-radius: 19px;
    border:3px solid #0f0f0f;
}
.cursos-header .owl-header > a.btn-left{
    left: 0;
}
.cursos-header .owl-header > a.btn-right{
    right: 0;
}
.cursos-header .owl-header > a > span{
    position: absolute;
    left: 50%;top: 50%;
}
.cursos-header .owl-header > a > span:before{
    margin-left: 0;
    margin-right:0;
    color: #0f0f0f;
}
.cursos-header .owl-header > a.btn-left > span{
    transform: translate(-55%,-50%);
}
.cursos-header .owl-header > a.btn-right > span{
    transform: translate(-45%,-50%);
}

.cursos-lista {
    background-color:#e6e7e8;
}
.cursos-lista > .container{
    padding-top: 25px;
    padding-bottom: 25px;
    width: 900px !important;
    max-width: 100% !important;
}

.cursos-lista .row-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}

.cursos-lista .row-flex > [class*='col-']{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.cursos-lista .item-curso{
     display: block;
     position: relative;
     min-height: 91px;
     padding-left: 60px;
}
.cursos-lista .item-curso h4{
    color:#58595b;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.cursos-lista .item-curso p{
    color:#58595b;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 0px;
}
.cursos-lista .item-curso p > b{
    font-weight: 600;
}

.cursos-lista .item-curso > span{
    position: absolute;
    left: 2px;top:50%;
    z-index: 0;
    transform: translate(0%,-50%);
}
.cursos-lista .item-curso > span:before{
    color:#000000;
    font-size:40px;
}
.cursos-lista .item-curso > a{
    position: absolute;
    display: block;
    width: 100%;height: 100%;
    left:0px;top:0;
    z-index: 10;
}

.cursos-detalhes > .container{
    padding-top: 20px;
    padding-bottom: 25px;
    width: 1000px !important;
    max-width: 100% !important;
}
.cursos-detalhes h2{
    color: #4a4a4a;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.cursos-detalhes .panel-evento > .panel-heading{
    padding: 4px 4px 3px 4px;
    background-color: #404040;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 0px;
}
.cursos-detalhes .panel-evento > .panel-heading a{color: #FFF;  border-radius: 0px;}
.cursos-detalhes .panel-evento > .panel-body{
    height: auto !important;
    padding:4px;
    background-color: #E7E7E7;
    font-size: 12px;
}
.cursos-detalhes .panel-evento > .panel-body  p{
    padding:0px;
    font-size: 15px;
}
.cursos-detalhes .panel-evento > .panel-body > p.tlabel{color: #5d5d5d;font-weight: bold;}
.cursos-detalhes .panel-evento > .panel-body > p > b {color:#242424 ;}
.cursos-detalhes .col-evento > h4 {margin-top: 0; color: #313131;}
.cursos-detalhes .col-evento {
    padding-left: 25px;
}
.cursos-detalhes .col-evento p{
    font-size: 15px;
}

@media(max-width: 768px){
    .cursos-detalhes .col-evento {
        padding-left: 15px;
        padding-top: 25px;
    }
}
.cursos-inscricao > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
/*----------------------------------------------
                 Privacidade - Fixed
 --------------------------------------------*/
.msg-privacidade{
    position: fixed;
    width: 100%;
    left: 0; bottom: 0;
    z-index: 1024;
    min-height: 15px;
    padding: 5px 15px 5px 15px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.msg-privacidade .container{
    padding-top: 15px;
    max-width: 900px;
}
.msg-privacidade.static-home{
    position: static;
    left: auto; bottom: auto;
}

.msg-privacidade .col-texto{
    color: #2f2f2f;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 135%;
}
.msg-privacidade .col-texto a {
    color: #2f2f2f;
    text-decoration: underline;
}
.msg-privacidade .col-texto a:active,
.msg-privacidade .col-texto a:hover,
.msg-privacidade .col-texto a:focus{
    color: #2f2f2f;
    text-decoration: underline;
}

.msg-privacidade .btn.btn-default{
    color: #4a4a4a;
    font-size: 13.5px;
    padding: 7px 15px 7px 15px;
    border-radius: 0px;
    text-transform: uppercase;
}
.msg-privacidade.hidden{
    display: none;
}
.msg-privacidade.visible{
    display: block;
}

/*-------------------------------------------------------------
                      Footer
 -------------------------------------------------------------*/
.footer{
    display: block;
    background-color:#000000;
    margin-top: 25px;
}
.footer > .container{
    padding-top:45px;
    padding-bottom: 30px;
}

.footer h3{
  text-transform: uppercase;
}
.footer h3,
.footer address,
.footer a{
    color: #fff;
}
.footer address{
    display: block;
    position: relative;
    padding-top: 5px;
    padding-left: 35px;
}
.footer address span{
    position: absolute;
    left: -3px;top: 5px;
}
.footer address span:before{
    color: #fff;
    font-size:30px;
}
.footer a.logo{
    display: block;
    width: 72px;height: 109px;
    margin: 0 auto;
}
.footer a.logo:hover,
.footer a.logo:focus,
.footer a.logo:active{
  outline: 0;
}

.footer .divider{
    display: block;
    position: relative;
    width: 100%;height: 5px;
}
.footer .divider:before{
    content: " ";
    position: absolute;
    left:0;top: 40%;
    width: 100%;height: 0px;
    border-bottom: 1px solid #fff;
}
.footer .list-redes{
    display: block;
    text-align: right;
    margin-top: 18px;
    margin-bottom: 5px;
}
.footer .list-redes > li > a{
    display: inline-block;
    width: 29px;height: 30px;
    background-repeat: no-repeat;
    background-image: url("../img/sprite-redes-r.png");
}

.footer .list-redes > li{
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.footer .list-redes > li > a.facebook{
    background-position:0px center;
}
.footer .list-redes > li > a.instagram{
    background-position:-30px center;
}
.footer .list-redes > li > a.linkedin{
    background-position:-60px center;
}
.footer .list-redes > li > a.whatsapp{
    background-position:-90px center;
}
.footer .list-telefones {
    margin-top: 5px;
}
.footer .list-telefones li > a{
    display: block;
    position: relative;
    color: #fff;
    padding:0 0 0 35px;
    font-size: 18px;
}
.footer .list-telefones li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer .list-telefones li > a > span{
   position: absolute;
   left: 0;top: 0;
}
.footer .list-telefones li > a > span:before{
    color: #fff;
    font-size: 24px;
}
.footer .list-telefones li > a > span.icon-phone{
    transform: rotateY(180deg);
}

.footer a.link-privacidade{
    display: block;
    color: #fff;
    padding:5px 0 0 35px;
    min-height: 32px;
    background:transparent url('../img/icon-privacidade.png') no-repeat left center;
}
.footer-bottom{
    color:#c3c5ca;
    min-height: 50px;
}
.footer-bottom > .container{
    padding-top:10px;
    padding-bottom: 10px;
}
.footer-bottom p{
    color: #595a5c;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
}
.footer-bottom a.r-rony{
    display: block;
    width: 30px;
    float: right;
}
@media (max-width: 768px){
    .footer-bottom p{
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }
    .footer-bottom a.r-rony{
        float: none;
        margin: 0 auto;
    }
    .footer a.logo{
       margin-top: 25px;
    }
}

/* ---------------------------  Forms ---------------------
                   Checkbox online
----------------------------------------------------------*/
.radio-inline,
.checkbox-inline{
    position: relative;
    padding-bottom: 25px;
}
.radio-inline .help-block,
.checkbox-inline .help-block{
   position: absolute;
   width: 200px;
   bottom: 0;left: 0;
}

.control-label .req{
    color: #992a23;
}

/*Tooptip*/
.tooltip.top .tooltip-inner {
    background-color:#1A5C9A;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #1A5C9A;
}