/*
  style-novo.css
  style-update.min.css
  style-novo2.css
*/

.curso-ead .bootbox-body {
  padding: 30px;
}

tp.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.margem-div-topo {
  border-top: 1px solid #d3d3d3;
}

.margem-div-baixo {
  border-bottom: 1px solid #d3d3d3;
}

.box-busca-data {
  margin-right: 20px;
  padding: 20px;
}


/* Customize the label (the container) */

.checkbox-unidade {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox-unidade input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */


/*.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ccc;
}*/


/* On mouse-over, add a grey background color */

.checkbox-unidade:hover input~.checkmark {
  background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkbox-unidade input:checked~.checkmark {
  background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */


/*.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}*/


/* Show the checkmark when checked */

.checkbox-unidade input:checked~.checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */

.checkbox-unidade .checkmark:after {
  left: 5px;
  top: 3px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box-busca-curso {
  margin-right: 20px;
  padding: 20px;
}
/*
* {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  border: 0px;
  vertical-align: middle;
  color: #262626;
  font-weight: 300;
  line-height: 21px;
}
*/

h1 {
  font-size: 30px;
  font-weight: 300;
  color: #262626;
  font-family: 'Open Sans';
}

h2,
.post_artigo h2 a {
  font-size: 20px;
  font-weight: 300;
  color: #262626;
  font-family: 'Open Sans';
}

.menu_login_topo {
  border-bottom: 3px solid #ededed;
  width: 100%;
  height: 95px;
  padding-top: 5px;
}

.menu_login_topo .container {
  margin: 0 auto;
}

.bg_bt_entrar,
.bg_bt_sair {
  float: right;
  border: solid 1px #0088cc;
  padding: 3px 20px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.bg_bt_entrar_facebook {
  float: right;
  border: solid 1px #3c5a9a;
  background-color: #3c5a9a;
  padding: 3px 20px;
  margin-left: 10px;
  border-radius: 5px;
}

.bg_bt_entrar_facebook a {
  color: #fff;
}

.bg_bt_entrar_facebook a:hover,
.bg_bt_entrar_facebook a:active,
.bg_bt_entrar_facebook a:focus {
  color: #fff;
}

.menu_login_topo .linha {
  width: 1px;
  height: 16px;
  background-color: #737373;
  float: left;
  margin: 3px 12px;
}

.sombra_header {
  width: 100%;
  height: 4px;
  background: url("../images/bg_sombra_header.png") repeat scroll left top transparent;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}

.manu_fora .navbar-inner {
  background: none;
}

.menu_pg_topo {
  position: relative;
  background: none;
  border: none;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding-top: 10px;
  margin-bottom: 0px;
  height: auto;
  z-index: 2;
}

.menu_pg_topo .navbar-inner {
  background: none;
  border: none;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.menu_linguagem li {
  float: left;
  margin-left: 4px;
}

.lang_sel img {
  opacity: 1 !important;
}

.menu_linguagem {
  float: left;
  margin-top: 24px;
}

.menu_linguagem li img {
  opacity: 0.2;
}

.menu_linguagem li:FIRST-CHILD {
  margin-left: 0px;
}

.menu_linguagem li:hover img {
  opacity: 1;
  transition: all 0.4s ease-in-out 0s !important;
  -moz-transition: all 0.4s ease-in-out 0s !important;
  -ms-transition: all 0.4s ease-in-out 0s !important;
  -o-transition: all 0.4s ease-in-out 0s !important;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
}

.menu_midias_sociais {
  float: left;
  margin-left: 36px;
  margin-top: 15px;
}

.menu_midias_sociais li {
  float: left;
  margin-left: 4px;
}

.menu_pg_topo .active {}

.error-validacao {
  font-size: 16px;
  color: #A94442;
}

.menu_pg_topo .active a {
  background: none !important;
  color: #0088cc !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.menu_pg_topo a {
  text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  -webkit-text-shadow: none !important;
  color: #262626 !important;
  font-size: 12pt;
  font-weight: 300;
  font-family: 'Open Sans';
  display: block;
}

.menu_pg_topo a:hover {
  color: #0088cc !important;
  background: none !important;
}

.nav-menu-dentro {
  margin-top: 12px !important;
  margin-left: 45px !important;
}

.nav-menu-dentro li {
  background: url("../images/linha_item_menu.jpg") no-repeat scroll right 12px transparent;
  padding-right: 5px;
  margin-right: 5px;
}

.nav-menu-dentro li a {
  padding: 10px;
}

.nav-menu-dentro li:last-child {
  background: none;
  padding-right: 0px;
  margin-right: 0px;
}

.menu_interno_drop li {
  height: auto;
  background: none transparent;
}

.menu_interno_drop li:hover {
  background: none transparent;
}

.menu_interno_drop li a:hover {
  background: none transparent;
}

.menu_pg_topo .brand {
  margin-top: 12px;
  margin-bottom: 13px;
}

.nav-menu-dentro .open .dropdown-toggle {
  background: none !important;
  color: #0088cc !important;
}

.nav-menu-dentro .open .caret {
  border-top-color: #0088cc !important;
}

.nav-menu-dentro .caret {
  border-top-color: #404040 !important;
}

.li-mobile {
  display: none;
}

.carrinho-mobile {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.menu_interno_drop {
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #c9c9c9;
  border-radius: 0px;
  margin-top: 0px;
  top: 82px;
  z-index: 9999;
}

.menu_interno_drop:BEFORE,
.menu_interno_drop:AFTER {
  content: none !important;
}

.menu_interno_drop a {
  padding: 6px 20px !important;
  font-weight: 300 !important;
  font-family: 'Open Sans';
}

.menu_cursos {
  width: 326px;
  left: -88px;
}

.menu_cursos a {
  white-space: normal !important;
}

.ico_loja_virtual {
  background: url("../images/ico_cart.jpg") no-repeat scroll 23px center transparent !important;
  padding-left: 50px;
  padding-bottom: 6px;
  margin-bottom: 4px;
}

.box-endereco {
  position: relative;
  padding: 0px 8px 72px 8px;
  border-radius: 0px;
  margin-top: -17px;
}

.row-endereco {
  margin-top: 17px;
}

@media ( min-width: 1200px) {
  .row-endereco .col-lg-3:nth-child(5),
  .row-endereco .col-lg-3:nth-child(9),
  .row-endereco .col-lg-3:nth-child(13),
  .row-endereco .col-lg-3:nth-child(17) {
      clear: both;
  }
}

@media ( max-width: 1199px) {
  .row-endereco .col-lg-3:nth-child(4),
  .row-endereco .col-lg-3:nth-child(7),
  .row-endereco .col-lg-3:nth-child(10),
  .row-endereco .col-lg-3:nth-child(13) {
      clear: both;
  }
}

@media ( max-width: 768px) {
  .box-endereco {
      width: 236px;
      margin: 0 auto;
  }
  .sombra_header {
      z-index: 2;
  }
  .hidden-mobile {
      display: none;
  }
}

.menu_institucional {
  left: -16px;
}

.menu_area_aluno {
  left: -26px;
}

.menu_interno_drop .divider {
  border-bottom: 1px solid #c9c9c9;
}

.user_log {
  left: -51px;
  top: 29px;
}

.user_log .divider {
  background: none;
  margin: 9px 0px;
}

.user_log li {
  background: none !important;
  padding: 0px !important;
}

.user_log li a:HOVER {
  background: none !important;
  color: #0088cc !important;
}

.bt-mobile {
  background: none !important;
  border: none;
  margin-top: 12px !important;
  margin-bottom: 28px !important;
}

.bt-mobile .icon-bar {
  width: 35px !important;
  height: 5px !important;
  background-color: #283677 !important;
  margin-bottom: 7px !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.menu_mobile {
  max-height: none !important;
  padding: 0px;
  margin: 3px 0px 0px 0px !important;
  border-top: none !important;
}

.pesq {
  margin-bottom: 0px;
}

.input-busca-page {
  width: 210px;
  height: 33px;
  background: url("../images/bg-input-busca.jpg") no-repeat scroll left center transparent;
  float: left;
  padding: 0px 8px;
}

.busca-page .btn-enviar {
  -webkit-border-radius: 5px !important;
  -mozborder-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  height: 33px;
}

.busca-page .pesq {
  margin-right: 10px;
}

.item-busca {
  margin-bottom: 20px;
}

.item-busca h2 {
  line-height: 28px !important;
  margin-bottom: -9px;
  margin-top: 2px;
}


/*.nav-justified > li {
  width: 244px;
}
*/

@media ( max-width: 767px) {
  .divider {
      height: auto;
      margin: 0px;
      overflow: hidden;
      background: none;
      border: none;
  }
  .nav-menu-dentro {
      margin: 0px !important;
      /*background-color: #26377a;*/
      padding-bottom: 4px;
  }
  .nav-menu-dentro li {
      background: url("../images/bg_item_menu_mobile.png") no-repeat scroll center bottom #f2f2f2;
      text-align: center;
      padding: 0px;
      margin-right: 0px;
  }
  .nav-menu-dentro li:last-child {
      background: none #f2f2f2;
  }
  .nav-menu-dentro li a {
      margin: 0px;
      font-weight: 300;
      font-family: 'Open Sans';
  }
  .nav-menu-dentro .active {
      background: #283677 !important;
  }
  .nav-menu-dentro .active a {
      color: #fff !important;
      font-weight: 300 !important;
      font-family: 'Open Sans';
  }
  .menu_interno_drop li {
      background-color: #fff;
  }
  .menu_interno_drop {
      margin: 0px;
  }
  .menu_interno_drop a {
      margin: 0px !important;
  }
  .ico_loja_virtual {
      background: #fff !important;
      margin-bottom: 0px;
  }
  .menu_pg_topo a:hover {
      color: #262626;
  }
  .navbar-inverse .navbar-nav>.open>a,
  .navbar-inverse .navbar-nav>.open>a:hover,
  .navbar-inverse .navbar-nav>.open>a:focus {
      background: none !important;
  }
  .drop {
      padding-bottom: 0px !important;
  }
}

.carousel .item {
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.carousel .active.left,
.carousel .active.right {
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.carousel .next,
.carousel .prev {
  left: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.bt_next .icon-next {
  background: url("../images/next_slide.png") no-repeat scroll left top transparent;
  width: 18px;
  height: 30px;
}

.bt_next .icon-next {
  background: url("../images/next_slide.png") no-repeat scroll left top transparent;
  width: 18px;
  height: 30px;
}

.bt_prev .icon-prev {
  background: url("../images/prev_slide.png") no-repeat scroll left top transparent;
  width: 18px;
  height: 30px;
  content: none;
}

.bt_prev .icon-prev:AFTER,
.bt_prev .icon-prev:BEFORE,
.bt_next .icon-next:AFTER,
.bt_next .icon-next:BEFORE {
  content: none !important;
}

.bt_next,
.bt_prev {
  background: none !important;
  border: none !important;
  content: none !important;
}

.conteudo_dentro_slide {
  background-color: transparent;
  position: static;
  max-width: 735px;
  padding: 0 58px;
  margin-bottom: 122px;
  float: right;
  text-align: right;
  min-height: 186px;
}

.conteudo_dentro_slide img {
  width: 100%
}

.carousel .container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.user_conectado {
  padding: 0px;
}

.user_conectado li {
  /*background: url("../images/ico_on.jpg") no-repeat scroll left top
  transparent;
padding-left: 24px;
height: 29px;*/
}

.user_conectado li a {
  vertical-align: top;
}

.conteudo_dentro_slide h1 {
  font-size: 50px;
  font-weight: 300;
  color: #26377a;
  line-height: 60px;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none;
  font-family: 'Open Sans';
}

.conteudo_dentro_slide p {
  font-size: 20px;
  font-weight: 300;
  color: #262626;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none;
  font-family: 'Open Sans';
}

.item_banners_mini_desc h1 a,
.item_banners_mini_desc h2 a {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-weight: 300;
  font-family: 'Open Sans';
}

.item_banners_mini_desc h1,
.item_banners_mini_desc h2,
.item_banners_mini_desc p {
  margin: 0px;
}

.item_banners_mini_desc {
  margin-top: -84px;
  text-align: center;
  position: relative;
}

.item_banners_mini_desc p a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  font-weight: 300;
  font-family: 'Open Sans';
}

.list_mini_banners {
  padding-bottom: 66px;
  margin: 0px;
}

#carousel-example-generic {
  margin-bottom: 5px;
}

.mandeiras_header_mobile {
  display: block;
}

.mandeiras_header_mobile .menu_linguagem {
  margin-left: 0px;
  margin-top: -3px;
}

.mandeiras_header_mobile .menu_midias_sociais {
  margin-top: -3px;
}

.mandeiras_header {}

.logo_header {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

html,
body {
  height: 100%;
}

.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.h_iframe {
  position: relative;
}

.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-topo {
  padding: 0px;
}

.banner-topo img {
  width: 100%;
}

.topo_institucional {
  width: 100%;
  height: 206px;
  background: url("../images/img_institucional_topo.jpg") no-repeat scroll right top transparent;
}

.topo_institucional h1 {
  color: #26377a;
  font-size: 50px;
  font-weight: 300;
  text-align: right;
  margin-right: 85px;
  margin-top: 80px;
  font-family: 'Open Sans';
}

.breadcrumb_new {
  background: none;
  padding: 10px 15px;
  float: left;
  padding-bottom: 0px;
  margin-bottom: 12px;
}

.breadcrumb_new>li+li:before {
  content: none !important;
}

.breadcrumb_new a {
  color: #737373;
  font-size: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-family: 'Open Sans';
}

.breadcrumb_new a:hover {
  text-decoration: none;
}

.breadcrumb_new .active {
  font-size: 10px;
  color: #0088cc;
  font-weight: 400;
  font-family: 'Open Sans';
}

.midias_compartilhamento {
  margin-right: 10px;
  padding-top: 11px;
  margin-bottom: 12px;
}

.midias_compartilhamento li {
  float: left;
  margin-left: 27px;
  display: table;
}

.midias_compartilhamento li:FIRST-CHILD {
  margin-left: 0px;
}

.midias_compartilhamento li a {
  float: left;
  font-size: 10px;
  color: #0088cc;
  margin-right: 3px;
  font-weight: 400;
  font-family: 'Open Sans';
}

.midias_compartilhamento li a:hover {
  text-decoration: none;
}

.midias_compartilhamento li p {
  color: #737373;
  font-size: 10px;
  vertical-align: top;
  float: left;
  margin-right: 6px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: 'Open Sans';
  margin-top: 0 !important;
}

.linha_topo {
  background-color: #ededed;
  height: 1px;
  width: 100%;
}

.sidebar-nav h1 {
  font-weight: 300;
  color: #262626;
  margin-bottom: 22px;
  font-size: 30px;
  margin-left: 15px;
  font-family: 'Open Sans';
}

.siderbarfora {
  padding-top: 8px;
}

.sidebar_institucional {
  padding-bottom: 1px !important;
}

.sidebar_institucional .box-calendario {
  border: none !important;
}

.conteudo_right {
  padding-bottom: 40px;
}

.borda_bottom {
  border-bottom: 1px solid #ededed;
}

.sidebar-nav a {
  font-size: 16px;
  font-weight: 300;
  color: #262626;
  padding-left: 85px !important;
  padding-top: 26px !important;
  padding-bottom: 26px !important;
  font-family: 'Open Sans';
}

.sidebar-nav .active a {
  background-color: #ededed;
  color: #262626;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.sidebar-nav a:hover {
  background-color: #ededed;
  color: #262626;
}

.sidebar-nav .active a:hover {
  background-color: #ededed;
  color: #262626;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.sidebar-nav li {}

.selected img {
  opacity: 0.5;
}

.ico_sobre {
  background: url("../images/ico_sobre.png") no-repeat scroll 16px center transparent;
}

.ico_equipe {
  background: url("../images/ico_equipe.png") no-repeat scroll 16px center transparent;
}

.ico_noticia {
  background: url("../images/ico_noticias.png") no-repeat scroll 16px center transparent;
}

.ico_paciente {
  background: url("../images/ico_area_paciente.png") no-repeat scroll 16px center transparent;
}

.conteudo_bottom_mobile {
  display: none;
}

.descr-produto-loja-mobile {
  margin-top: 30px;
}

.fora-botao {
  margin-top: 30px;
}

video {
  width: 100%;
}

.video_sobre_a_cetrus {
  max-width: 585px;
}

.conteudo_left {
  padding-right: 0px;
}

.membro_equipe {
  padding: 0px;
  margin-left: 15px;
  margin-right: 13px;
  width: 21.3%;
  margin-top: 25px;
  margin-bottom: 21px;
}

.membro_equipe h1 {
  text-align: center;
  margin: 0px;
}

.membro_equipe h1 a {
  color: #262626;
}

#mensagem-recuperacao {
  color: red;
}

.membro_equipe h1 a:hover {
  text-decoration: none;
  color: #0088cc;
}

.img_membro {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: 100%;
}

.imagem_view_membro img {}

.paginacao li a {
  color: #0088cc;
  font-weight: 400;
  border-top: none;
  border-bottom: 2px solid #dddddd;
  font-family: 'Open Sans';
}

.paginacao .active a {
  background-color: #f5f5f5;
  border-color: #dddddd;
  color: #262626;
  text-decotation: none !important;
}

.paginacao>li>a:hover {
  color: #262626 !important;
  background-color: #f5f5f5;
  text-decoration: none !important;
}

.paginacao>.active>a:hover {
  background-color: #f5f5f5;
  border-color: #dddddd;
  color: #262626;
  text-decotation: none !important;
}

.listagem_prof li a {
  color: #737373;
}

.title_equipe h1 {
  font-size: 20px;
}

.bt_voltar a {
  font-size: 13px;
  color: #0088cc;
  font-weight: 400;
  font-family: 'Open Sans';
}

.curriculos_membro h1 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.cursos_membro h1 {
  font-size: 20px;
  margin-bottom: 5px;
}

.cursos_membro p a {
  color: #0088cc;
  font-weight: 400;
  font-family: 'Open Sans';
}

.descricao_membro p {
  margin-bottom: 0px;
}

.dados_noticia {
  font-size: 10px;
  color: #737373;
  font-weight: 400;
  font-family: 'Open Sans';
  margin-top: 0px !important;
}

.dados_noticia label {
  color: #0088cc;
  font-weight: 400;
  vertical-align: top;
  font-family: 'Open Sans';
}

.dados_evento {
  font-size: 10px;
  color: #737373;
  font-weight: 400;
  margin-top: 0px !important;
  margin-bottom: 4px;
  font-family: 'Open Sans';
}

.dados_evento label {
  color: #0088cc;
  font-weight: 400;
  vertical-align: top;
  font-family: 'Open Sans';
}

.post_noticia {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.post_noticia img {
  width: 100%;
}

.post_noticia h1 {
  margin: 0px;
}

.post_noticia p {
  margin-top: 12px;
}

.post_noticia p a {
  font-weight: 400;
  vertical-align: top;
  font-family: 'Open Sans';
}

.post_evento {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.post_evento img {
  width: 100%;
}

.post_evento h2 {
  margin: 0px;
}

.post_evento_view {
  border: none;
}

.post_evento_view h1 {
  margin-top: 10px;
}

.post_evento p {
  margin-top: 12px;
}

.post_evento p a {
  font-weight: 400;
  vertical-align: top;
  font-family: 'Open Sans';
}

.post_evento h2 a {
  color: #262626;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: inherit;
}

.listagem_imagens {
  -webkit-border-radius: 4px;
  -mozborder-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#carousel-example-generic .carousel-indicators {
  bottom: 20px;
  left: 90%;
}

#carousel-example-generic .carousel-indicators li {
  background-color: #e2e6e2 !important;
  border-color: #e2e6e2 !important;
  color: #5c5c9a !important;
  border-radius: 2px;
  font-size: 10px !important;
  text-indent: 0;
  height: 17px;
  width: 15px;
  text-align: center;
}

#carousel-example-generic .carousel-indicators .active {
  background-color: #5c5c9a !important;
  border-color: #5c5c9a !important;
  color: #e2e6e2 !important;
  border-radius: 2px;
  font-size: 10px !important;
  margin-right: 5px;
  height: 17px;
  width: 15px;
  text-align: center;
}

.galeria_imagens .carousel-indicators {
  margin-bottom: 0px;
  bottom: 10px;
}

.galeria_imagens .carousel-indicators li {
  background-color: #af9d93 !important;
  border-color: #af9d93 !important;
}

.galeria_imagens .carousel-indicators .active {
  background-color: #fff !important;
  border-color: #fff !important;
}

.post_noticia .bt_voltar {
  margin-top: 20px;
}

.post_evento .bt_voltar {
  margin-top: 20px;
}

.descricao_img {
  bottom: 0px;
}

.descricao_img p {
  color: #fff;
}

.conteudo_slide {
  width: 100%;
  min-height: 74px;
  background: url("../images/bg_desc_img_galeria.png") repeat scroll left top transparent !important;
  position: absolute;
  bottom: 64px;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: none !important;
}

.input_content {
  margin-bottom: 20px;
}

.dados_comentario {
  font-size: 10px;
  font-weight: 400;
  color: #737373;
  margin-bottom: 3px !important;
  font-family: 'Open Sans';
}

.comentario_usuario {
  border-bottom: 1px solid #dddddd;
}

.comentario_usuario h2 {
  margin-bottom: 4px;
}

.comentario_usuario p {
  margin-bottom: 25px;
}

.link_externo {
  margin-top: 25px;
}

.link_externo {
  color: #0088cc;
  border: 1px solid #0088cc;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  font-weight: 400;
  padding: 7px 10px;
  font-family: 'Open Sans';
}

.link_externo:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0088cc;
}

.btn-area-paciente {}

.carousel-div .slides li {
  width: 152px !important;
  padding: 5px;
  margin-top: 8px;
  cursor: pointer !important;
}

.carousel-div .flex-viewport {
  position: relative;
  width: 612px;
  margin: 0 auto;
}

.flex-active-slide {
  background-color: #0088cc;
}

.gal-biblioteca .conteudo_slide {
  bottom: 161px;
}

.gal-biblioteca .carousel-div .slides li {
  margin-bottom: 6px;
}

.gal-biblioteca .flex-direction-nav a {
  top: 40% !important;
}

.ico_area_aluno {
  text-align: center;
  margin: 40px 0px;
}

.ico_area_aluno h1 {
  margin: 4px 0px;
  font-size: 26px;
  font-family: "Open Sans";
  font-weight: 300;
}

.ico_area_aluno a {
  color: #262626;
}

.ico_area_aluno a:hover {
  color: #262626;
  text-decoration: none;
}

.area_aluno_servicos {
  border-bottom: 1px solid #ededed;
}

.area_aluno_outros_servicos .ico_area_aluno {
  margin: 10px 0px;
}

.ico_alimentacao {
  background: url("../images/ico_sidebar_area_aluno_01.png") no-repeat scroll 16px center transparent;
}

.ico_biblioteca {
  background: url("../images/ico_sidebar_area_aluno_02.png") no-repeat scroll 16px center transparent;
}

.ico_canal_video {
  background: url("../images/ico_sidebar_area_aluno_03.png") no-repeat scroll 16px center transparent;
}

.ico_estacionamento {
  background: url("../images/ico_sidebar_area_aluno_04.png") no-repeat scroll 16px center transparent;
}

.ico_hospedagem {
  background: url("../images/ico_sidebar_area_aluno_05.png") no-repeat scroll 16px center transparent;
}

.ico_wifi {
  background: url("../images/ico_sidebar_area_aluno_06.png") no-repeat scroll 16px center transparent;
}

.ico_suporte {
  background: url("../images/ico_sidebar_area_aluno_07.png") no-repeat scroll 16px center transparent;
}

.ico_tcc_monografia {
  background: url("../images/ico_sidebar_area_aluno_08.png") no-repeat scroll 16px center transparent;
}

.ico_agenda_cultural {
  background: url("../images/ico_sidebar_area_aluno_09.png") no-repeat scroll 16px center transparent;
}

.conteudo_alimentacao img {
  width: 48%;
}

.conteudo_alimentacao .alimentacao img:nth-child(2n) {
  margin-right: 3% !important;
}

.conteudo_alimentacao h1 {
  margin-bottom: 0px;
}

.form-filtro .tam-btn {
  width: 175px !important;
  text-align: left;
}

.legenda {
  font-size: 10px;
  color: #737373;
  font-weight: 400;
  margin: 0px;
  font-family: 'Open Sans';
}

.item_video h2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.item_video iframe {
  margin-left: 0px;
  margin-bottom: 6px;
  width: 100%;
}

.listagem_videos {
  margin-top: 30px;
}

.conteudo_hospedagem h1 {
  margin-bottom: 5px;
}

.conteudo_hospedagem p {
  margin-bottom: 20px;
}

.painel_estacionamento strong {
  font-weight: 400;
  font-family: 'Open Sans';
}

.painel_estacionamento a {
  font-weight: 400;
  color: #0088cc;
  font-family: 'Open Sans';
}

.title_aba a {
  font-size: 20px;
  color: #262626;
  font-weight: 300;
  background: url("../images/seta_active-aba.png") no-repeat scroll 12px center #ededed;
  padding-left: 60px;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Open Sans';
}

.title_aba a:hover {
  text-decoration: none;
  color: #262626;
}

.title_aba .collapsed {
  background: url("../images/seta_aba2.png") no-repeat scroll 22px center transparent;
}

.painel_estacionamento .panel {
  border: none;
}

.painel_estacionamento .panel-heading {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  background: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 0px;
}

.painel_estacionamento .collapsed:hover {
  background: url("../images/seta_aba.png") no-repeat scroll 22px center #ededed !important;
}

.painel_estacionamento .panel-body {
  padding-left: 60px;
}

.item_suporte {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}

.item_suporte a {
  font-weight: 400;
  font-family: 'Open Sans';
}

.topo-conteudo-modal {
  margin-bottom: 0px;
  text-align: center;
}

.topo-conteudo-modal h2 {
  margin: 8px;
}

.modal-header h4 {
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.modal-body {
  padding: 0 !important;
}

.modal-header-baixo button {
  display: none !important;
}

.fora-modal-interesse {
  padding: 0 15px 20px 15px;
}

.input_content input {
  background-color: #fff !important;
}

.input_content label {
  font-weight: 300;
  font-family: 'Open Sans';
}

.width_auto {
  width: auto !important;
}

.nav-categorias-area-aluno {
  padding-bottom: 8px;
}

.ico_artigos {
  background: url("../images/ico_sidebar_area_aluno_artigos.png") no-repeat scroll 16px center transparent;
  font-size: 16px;
  color: #262626;
}

.menu_artigos_cient a:HOVER {
  background-color: #fff !important;
}

.ico_cetros_icetrus div {
  float: left;
  border: 1px solid #ededed;
  width: 135px;
  height: 86px;
}

.ico_cetros_icetrus div a {
  padding: 0px !important;
}

.conteudo_artigo h1 {
  margin: 0px;
}

.dados_artigo {
  font-size: 10px;
  color: #737373;
  font-weight: 400;
  margin-top: 0px !important;
  margin-bottom: 4px;
  font-family: 'Open Sans';
}

.post_artigo h2 a {
  font-size: 20px;
  color: #262626;
}

.post_artigo h2 a:hover {
  text-decoration: none;
}

.post_artigo {
  margin-bottom: 25px;
  border-bottom: 1px solid #ededed;
}

.post_artigo h2 {
  margin: 0px;
  margin-top: -3px;
}

.post_artigo h2 a:hover {
  color: #0088cc;
}

.post_artigo h1 {
  margin: 14px 0px;
}

.conteudo-artigos {
  margin-top: -4px !important;
}

.bt_download a {
  color: #0088cc;
  border: 1px solid #0088cc;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  font-weight: 400;
  padding: 7px 10px;
  background: url("../images/ico_download.png") no-repeat scroll 6px center transparent;
  padding-left: 28px;
  font-family: 'Open Sans';
}

.bt_download {
  margin-bottom: 30px;
}

.bt_download a:hover {
  text-decoration: none;
}

.conteudo_unidade_left {
  border-right: 1px solid #ededed;
}

.endereco_unidade {}

.endereco_unidade iframe {
  width: 100%;
  margin-left: 0px;
  margin-top: -6px;
}

.endereco_unidade a {
  font-weight: 400;
  color: #0088cc;
  vertical-align: top;
  font-family: 'Open Sans';
}

.endereco_unidade address {
  margin-bottom: 8px;
  background: url("../images/ico_localizacao.jpg") no-repeat scroll 8px center transparent;
  padding-left: 40px;
  margin-top: 15px;
}

.conteudo_unidade_rigth {
  padding-top: 45px;
}

.conteudo_unidade_rigth .control-cal {
  width: 100%;
  height: 65px;
}

.conteudo_unidade_rigth .right-cal {
  /* width:82%;*/
}

.conteudo_unidade_rigth .control-cal {
  line-height: 56px;
}

.conteudo_unidade_rigth .right-cal h2 {
  margin-top: 11px;
  margin-bottom: 0px;
}

.conteudo_unidade_left h1 {
  margin-bottom: 20px;
}

.endereco_unidade>p {
  padding-left: 40px;
}

.header_fotos {
  padding: 8px;
}

.border_left {
  border-left: 1px solid #ededed;
}

.contato_contato h2 {
  margin-top: 16px;
  margin-bottom: 6px;
}

.contato_endereco h2 {
  margin-top: 16px;
  margin-bottom: 6px;
}

.contato_formulario {
  padding-bottom: 40px;
}

.contato_formulario .btn-enviar {
  margin-top: 8px;
}

.confirmacao_contato {
  text-align: center;
  padding-bottom: 40px;
}

.confirmacao_contato h2 p {
  font-size: 20px;
  font-weight: 300;
  color: #262626;
  line-height: 35px;
}

.checkbox-login .checkbox {
  margin: 0px;
}

.checkbox-login {
  margin-bottom: 16px !important;
}

.login .form-group {
  margin-bottom: 10px;
}

.checkbox label {
  font-weight: 300;
  font-family: 'Open Sans';
}

.cadastra_se h1,
.cadastra_se p {
  margin-bottom: 15px;
}

.padding_right_none {
  padding-right: 0px;
}

.formulario_cadastro {
  padding-bottom: 80px;
  border-right: 1px solid #ededed;
}

.border_bottom {
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}

.login {
  margin-bottom: 60px;
}

.ico_meucadastro {
  background: url("../images/ico_minha_conta1.png") no-repeat scroll 16px center transparent;
}

.ico_pedidos {
  background: url("../images/ico_minha_conta2.png") no-repeat scroll 16px center transparent;
}

.ico_alterarsenha {
  background: url("../images/ico_minha_conta3.png") no-repeat scroll 16px center transparent;
}

.ico_interesse {
  background: url("../images/ico_interesse.png") no-repeat scroll 16px center transparent;
}

.ico_reserva {
  background: url("../images/ico_reserva.png") no-repeat scroll 16px center transparent;
}

.ico_carrinho {
  background: url("../images/ico_minha_conta4.png") no-repeat scroll 16px center transparent;
}

.form_meus_dados h1 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.table-pedido th {
  font-size: 13px;
  border: none !important;
  padding: 4px !important;
}

.table-pedido thead {
  border-top: none !important;
}

.table-pedido tbody {
  border-bottom: 1px solid #ededed !important;
}

.table-pedido td {
  padding: 4px !important;
}

.td_off {
  width: 15.6%;
}

.td_pedido {
  width: 10.6%;
}

.td_data_pedido {
  width: 15.6%;
}

.td_valor {
  width: 15.6%;
}

.td_form_pagamento {
  width: 13.6%%;
}

.td_status {
  width: 16.6%;
}

.border_none {
  border: none !important;
}

.list_meus_pedidos h1 {
  /*margin-top: 0px;*/
  margin-bottom: 5px;
}

.alterar_senha h1 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.close_modal {
  background: url("../images/close_modal2.jpg") no-repeat scroll left top transparent !important;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.list_mini_banners .item_banners_mini img {
  width: 100%;
}

a {
  color: #0088cc;
  transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  font-weight: 400;
  font-family: 'Open Sans';
}

a:hover {
  color: #0088cc;
  text-decoration: underline;
  transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

label {
  font-weight: 300;
  font-family: 'Open Sans';
}

footer li {
  /*line-height: 30px;*/
}

footer li a {
  font-size: 10px;
  text-decoration: none;
  color: #737373;
}

footer h1 {
  font-size: 26px;
  font-weight: 300;
  color: #262626;
  font-family: 'Open Sans';
  margin-bottom: -4px;
}

footer p,
.bloco-cadastre-se p {
  font-size: 10px;
}

p.telefone,
p.frase1,
.cursos-destaque p {
  font-size: 13px;
  margin-bottom: 0;
}

p.frase2 {
  color: #737373;
  font-weight: 400;
  font-family: 'Open Sans';
}

footer p {
  color: #737373;
  margin-bottom: 4px !important;
  line-height: 13px !important;
  font-weight: 400;
  font-family: 'Open Sans';
}

.footer-end-unidades p:first-child {
  margin-top: -5px !important;
}

p.telefone {
  color: #262626;
  font-size: 13px !important;
  margin-top: 9px !important;
}

.control-cad1 {
  margin-right: 15px;
}

.container-footer {
  border-top: solid 1px #ededed;
  padding-top: 30px;
}

.bottom-footer {
  border-top: solid 1px #ededed;
  padding-top: 10px;
  margin-bottom: 40px;
}

.bloco-cadastre-se {
  /* border-left: solid 1px #ededed; */
  margin-top: 17px;
  margin-bottom: 17px;
  padding-left: 0;
}

.linha2 {
  border-top: solid 1px #ededed;
  border-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 0px;
}

.bloco-cadastre-se h1,
.bloco-cadastre-se h2,
.bloco-atendimento h1,
.bloco-atendimento h3,
.box-calendario h2,
.cursos-destaque h2 {
  font-size: 20px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 9px;
  font-family: 'Open Sans';
}

.bloco-atendimento h1,
.bloco-atendimento h3 {
  margin-top: 4px !important;
  margin-bottom: 0;
}

.box-formulario {
  padding-top: 36px;
  padding-left: 0 !important;
  margin-top: -10px;
}

.select-especialidade-home {
  float: left;
  width: 260px !important;
}

.control-cad {
  display: inline;
}

.btn-enviar-cad {
  border-radius: 10px;
  margin-left: 5px;
  margin-top: -10px;
}

.control-label {
  margin-left: 10px
}

.box-formulario .form-control {
  width: 350px;
  border-radius: 0px;
  margin-bottom: 10px;
  border-color: #ededed;
  box-shadow: none;
}

.btn-enviar {
  background: none;
  border: solid 1px #0088cc;
  font-size: 13px;
  color: #0088cc;
  padding-left: 9px;
  padding-right: 9px;
}

.btn-enviar:hover {
  background: none;
  color: #0088cc;
}

.bloco-atendimento {
  text-align: center;
  padding-top: 43px;
}

.box-calendario {
  padding-top: 18px;
  text-align: center;
}

.box-calendario h1 {
  font-weight: 300;
  color: #262626;
  margin-bottom: 0;
  font-size: 30px;
  font-family: 'Open Sans';
  margin-top: -10px !important;
}

.right-cal {
  /* float:right;width:122px;*/
  text-align: center;
}

.right-cal h2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.right-cal p,
.right-cal a {
  font-size: 10px;
  font-weight: 400;
  font-family: 'Open Sans';
  color: #262626;
}

.right-cal a:hover {
  color: #262626;
}

.right-cal p {
  line-height: 12px !important;
  margin-top: -6px !important;
}

.right-cal a {
  margin-right: 2px;
  vertical-align: baseline;
  line-height: 12px;
}

.clear {
  clear: both;
}

.control-cal {
  margin-top: 25px;
  height: 82px;
  line-height: 76px;
}

.cursos-destaque h1,
.cursos-destaque h3 {
  font-size: 30px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 24px;
  font-family: 'Open Sans';
}

h1 {
  line-height: 40px !important;
}

/*h2 {
  line-height: 35px !important;
}
*/
h2{
  /*line-height: 35px!important*/
  margin: 15px 0px 0 0px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color:#174677 !important;
}

h2:after {
  content: '';
  /*line-height: 35px!important*/
     margin-top: 2px !important;
    display: block !important;
    height: 3px !important;
    width: 32px !important;
    background: #e50005 !important;
}
.item-curso {
  text-align: center;
  padding-bottom: 43px;
  width: 100% !important;
}

.item-curso h2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.control-curso>p {
  margin-top: -5px !important;
}

.jcarousel-wrapper {
  margin-bottom: 34px !important;
}

.bloco-cadastre-se h1,
.bloco-cadastre-se h3 {
  margin-top: 2px !important;
  margin-bottom: -4px;
}

.flexslider {
  box-shadow: none !important;
}

.flex-direction-nav a {
  width: 18px !important;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/setas-carrossel.png) no-repeat 0 0 !important;
  position: absolute;
  top: 52% !important;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1 !important;
  -webkit-transition: all .3s ease;
  content: none !important;
}

.flex-control-nav {
  display: none !important;
}

.flex-direction-nav .flex-prev {
  left: 5.5% !important;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0 !important;
  right: 5.5% !important;
}

.slides .col-lg-4 {
  padding: 0 !important;
}

.control-curso {
  width: 255px;
  margin: 0 auto;
}

.slides li {
  margin-right: 5px !important;
}

.galeria-imagens .slides li {
  margin-right: 0px !important;
}

.galeria-imagens {
  position: relative;
}

.galeria-imagens .flexslider {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.item-curso img {
  width: 100% !important;
}

.banner-topo {
  position: relative !important;
}

.texto-banner {
  position: absolute;
  top: 23%;
  right: 9%;
}

.texto-banner h1,
.texto-banner h2 {
  color: rgb(38, 55, 122);
  font-size: 50px;
  font-weight: 300;
  text-align: right;
  font-family: 'Open Sans';
}

.texto-banner p {
  font-size: 20px;
}

.content-cursos {
  padding-top: 15px;
  padding-bottom: 15px;
}

.conteudo_right {
  padding-top: 30px;
}

.conteudo_right .list-topicos li {
  line-height: 40px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 7px;
}

.conteudo_right .list-topicos li a {
  font-size: 20px;
  color: #0088cc;
  font-weight: 300;
  font-family: 'Open Sans';
}

.conteudo_right li a:hover {
  text-decoration: underline;
}

.content-cursos h1 {
  font-size: 30px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 0;
  text-align: center;
  font-family: 'Open Sans';
}

.content-cursos p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: 'Open Sans';
}

.texto-cursos {
  width: 79.9%;
  margin: 0 auto;
}

.texto-cursos p {
  font-size: 20px;
  line-height: 30px !important;
  margin-bottom: 30px;
}

.texto-cursos h1 {
  margin-bottom: 20px;
  padding-right: 15.6%;
  padding-left: 15.6%;
  text-align: center;
}

.content-cursos .unidades p,
.content-cursos .area-aluno p {
  font-size: 13px;
  line-height: 20px;
}

.content-cursos .unidades,
.content-cursos .area-aluno {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  border: solid 1px #ededed;
  border-radius: 5px;
  height: 230px;
  margin-top: 25px;
  padding-top: 18px;
  padding-bottom: 25px;
}

.siderbarfora {
  padding-bottom: 48px;
}

.siderbarfora .control-cal {
  width: 100%;
}

.siderbarfora .box-calendario {
  border-bottom: solid 1px #ededed;
  margin-bottom: 18px;
}

.lista-mobile-loja {
  display: none;
}

.right-cal {
  /* width:122px;*/
}

.ico_ultrasonografia {
  background: url("../images/ico_ultrasonografia.png") no-repeat scroll 16px center transparent;
}

.ico_ecocardiografia {
  background: url("../images/ico_ecocardiografia.png") no-repeat scroll 16px center transparent;
}

.ico_ginecologia {
  background: url("../images/ico_ginecologia.png") no-repeat scroll 16px center transparent;
}

.ico_ressonancia {
  background: url("../images/ico_ressonancia.png") no-repeat scroll 16px center transparent;
}

.ico_pos-graduacao {
  background: url("../images/ico_pos-graduacao.png") no-repeat scroll 16px center transparent;
}

.ico_bandeirinha {
  background: url("../images/ico_bandeirinha.png") no-repeat scroll 16px center transparent;
}

.ico_curso-cidade {
  background: url("../images/ico_curso-cidade.png") no-repeat scroll 16px center transparent;
}

.ico_carrinho {
  background: url("../images/ico_carrinho.png") no-repeat scroll 16px center transparent;
}

.topo-conteudo-curso img,
.topo-conteudo-curso h1 {
  display: inline;
  margin-right: 10px;
}

.area-aluno,
.unidades {
  text-align: center;
  border: solid 1px #ededed;
  border-radius: 5px;
  padding-top: 18px;
  min-height: 230px;
  padding-left: 9.5%;
  padding-right: 9.5%;
  padding-bottom: 23px;
}

.content-cursos ul {
  margin-left: 0;
}

.h3-form {
  margin-top: 0px;
  font-size: 15px;
}

.topo-conteudo-curso {
  padding-bottom: 10px;
}


/* Cursos Internas */

div.descricao_curso_interna {
  background: #EDEDED;
  padding: 10px;
}

p.links-descricao-curso-interna a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #0088cc;
  padding: 4px 0;
}

p.links-descricao-curso-interna a:last-child {
  border-bottom: 0;
}

a.btn-comprar-agora {
  background: #49BF1D;
  border-radius: 5px;
  color: #fff;
  margin: 5px 0 0;
  padding: 5px;
  width: 100%;
  display: block;
  text-align: center;
}

a.btn-comprar-agora-avise-me {
  background-color: #F5A623;
  border-radius: 5px;
  color: #fff;
  margin: 5px 0 0;
  padding: 5px;
  width: 100%;
  display: block;
  text-align: center;
}

a.btn-comprar-agora-avise-me:hover {
  background-color: transparent;
  color: #F5A623 !important;
  border-color: #F5A623;
  border: 1px solid;
}

.disabled-link,
.disabled-link:hover {
  cursor: default;
}

a.btn-aula-gratis {
  padding: 4px;
  width: 100%;
  background-color: #203d6a;
}

a.btn-aula-gratis:hover {
  border-color: #203d6a;
  color: #203d6a;
}

a.btn-comprar-agora-print {
  background: #DCDCDC;
  border-radius: 5px;
  color: #999;
  margin: 5px 0 0;
  padding: 5px;
  width: 100%;
  display: block;
  text-align: center;
}

a.btn-curso-inscreva-se,
a.btn-curso-avise-me {
  /*margin-top: -80px;*/
  margin-top: -30px;
  z-index: 2;
  position: absolute;
  width: 90%;
}

a.btn-curso-avise-me,
button.btn-curso-avise-me {
  background-color: #F5A623;
  color: #fff !important;
}

a.btn-curso-avise-me:hover,
button.btn-curso-avise-me:hover {
  background-color: transparent;
  color: #F5A623 !important;
  border-color: #F5A623;
}

a.btn-fechar-avise-me {
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 39px;
  padding: 6px 12px;
  opacity: 1;
}

.bootbox-alert {
  z-index: 100000 !important;
}

a.btn-fechar-avise-me:hover {
  background-color: #009BD6;
  opacity: 1;
}

a.btn-fechar-avise-me:hover i {
  color: #fff;
}

a.btn-fechar-avise-me i {
  font-size: x-large;
  color: #009BD6;
}

.em-breve-curso {
  background-color: #F5A623;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.siderbarfora .right-cal {
  /* width:82%; */
}

.midias_compartilhamento-curso {
  width: 100%;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  padding-top: 0;
}

.midias_compartilhamento-curso p {
  line-height: 24px;
}

.btn {
  font-size: 15px !important;
}

.btn-2 {
  background-color: #009BD6;
  color: #FFF;
  padding: 5px 50px;
  border: 1px solid transparent;
}

.btn-2:hover,
.btn-2:focus {
  background-color: transparent;
  color: #009BD6;
  border-color: #009BD6;
}

.btn-interesse {
  display: inline-block;
  width: auto;
  height: auto;
  border: solid 1px #008ac9;
  background: none;
  color: #008ac9;
  margin-top: 16px;
  margin-bottom: 0;
  transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  padding: 4px 20px;
}

.btn-interesse:hover {
  background: #0188cc;
  color: #fff;
  transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.ico-crono {
  background: url("../images/ico-crono.png") no-repeat scroll center center transparent;
  width: 28px !important;
  height: 28px;
  margin-right: 10px;
}

.ico-calend {
  background: url("../images/ico-calend.png") no-repeat scroll center center transparent;
  height: 28px;
  width: 28px;
  margin-right: 10px;
}

.ico-mapa {
  background: url("../images/ico-mapa.png") no-repeat scroll center center transparent;
  height: 28px;
  width: 28px;
  margin-right: 10px;
}

.box-incons-curso div.box-icons-linha {
  white-space: nowrap;
}

.lista-recomenda a {
  font-family: 'Open Sans' !important;
}

.box-incons-curso div.box-icons-linha div,
.box-incons-curso p {
  display: -webkit-inline-box;
}

.box-incons-curso p {
  margin-right: 35px;
  margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>.active a {
  filter: none !important;
}

.box-tabela table {
  border-radius: 0 !important;
  margin-top: 18px;
}

.box-tabela table td {
  text-align: center;
}

.dados-curso h1 {
  text-align: left;
}

.dados-curso p {
  margin:  10px 0 0 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  text-align: justify;
  /*font-size: 15px;
  line-height: 20px;
  /*margin: 15px 0 0 0;*/
}

.dados-obj{
  margin:  10px 0 0 0px;
}

.mod-dados{
  margin:  10px 0 0 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  text-align: left !important;
  /*font-size: 15px;
  line-height: 20px;
  /*margin: 15px 0 0 0;*/
}

.dados-curso p a {
  margin-right: 5px;
  vertical-align: top;
}

.modal-header {
  /*background: #c1c1c1;*/
}

.modal-header h1 {
  color: #fff;
  text-align: center;
}

.modal-header-baixo .topo-conteudo-curso img,
.modal-header-baixo .topo-conteudo-curso h1 {
  margin-bottom: 0px;
}

.modal-header-baixo {
  background: #ebebeb;
}

.modal-header-baixo .topo-conteudo-curso {
  margin-bottom: 0px;
}

.modal-header-baixo h1 {
  color: #262626;
}

.bloco-texto-modal {
  margin-top: 17px;
  margin-bottom: 22px;
}

.box-captcha p {
  margin-top: 24px;
}

.tam-btn {
  width: 230px !important;
  text-align: left;
}

.tam-btn-drop {
  width: 228px !important;
  text-align: left;
}

.box-dentro-form-captcha {
  width: 293px;
}

.captcha-text {
  width: 87px !important;
  height: 30px !important;
  border: solid 1px #9d9d9d;
  background: url("../images/img-captcha.jpg") no-repeat scroll center center transparent;
  float: left;
  margin-left: 8px;
}

.input-tam {
  width: 163px !important;
  height: 30px !important;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 10px;
  float: left;
}

.altera-captcha {
  background: url("../images/setinha-captcha.jpg") no-repeat scroll center center transparent;
  width: 23px;
  height: 22px;
  vertical-align: super;
  float: left;
  margin-left: 8px;
  margin-top: 5px;
}

.texto-confima p,
.texto-confima a {
  font-size: 21px;
  line-height: 35px;
}

.img-confirma {
  margin-bottom: 3%;
  margin-top: 2.5%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.btn-link {
  margin-right: 5px !important;
}

.modal-body.jumbotron {
  background: none !important;
}

.modal-depoimentos {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.jumbotron p {
  font-size: 13px !important;
  margin-bottom: 5px
}

.jumbotron h1 {
  font-size: 30px !important;
}

.paginacao-fora-modal {
  border-top: solid 1px #cccccc;
  margin-top: 40px;
  text-align: center;
}

.paginacao-fora-modal .active>a {
  color: #262626 !important;
}

.author-date {
  margin-top: -4px;
  font-size: 11.9px;
  color: #868686;
}

.right-depoimento iframe {
  margin-left: 20%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.borda {
  background: url("../images/bg-borda-depoimento.jpg") repeat-x scroll center center transparent;
  height: 3px;
  margin-top: 15px;
}

.bloco-depoimento {
  padding-top: 35px;
}

.jumbotron h2,
.right-depoimento h1 {
  margin-top: 0px;
}

.topo-loja-right {
  padding-top: 29px;
}

.topo-loja-left {
  padding-top: 9px;
}

.table1,
.table2 {
  text-align: center;
}

.table1 {
  margin-bottom: 0;
  border-bottom: none !important;
}

.table1 .left {
  width: 10%;
  border-bottom: none !important;
  vertical-align: middle;
}

.table1 .right {
  width: 90%;
  border-bottom: none !important;
}

.table2 .left {
  width: 42%;
  padding-bottom: 31px;
  text-align: left;
  padding-left: 42px;
}

.table2 .right {
  width: 58%;
  padding-bottom: 31px;
}

.table h1 {
  margin-top: 10px;
}

.table .unidade_cart,
.table .valor_cart {
  font-size: 30px;
  color: #26377a;
}

.table .unidade_cart {
  margin-top: 51px;
  margin-bottom: 18px;
}

.table .valor_cart {
  margin-top: 38px;
}

.text-subtotal {
  margin-top: 45px;
}

.table p {
  font-size: 20px;
}

.btn-group-filtro {
  margin-right: 17px;
  margin-left: 17px !important;
}

.list-produtos {
  padding-top: 10px;
  border-top: solid 1px #dddddd;
}

.list-produtos:first-child {
  border-top: none !important;
}

.list-produtos a,
.list-produtos p {
  font-size: 11px;
}

.div-prod-box {
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}

.input-qtd {
  border: solid 1px #dddddd;
  background: #F7F7F7;
  text-align: center;
  height: 30px !important;
  width: 27px !important;
  margin: 0 -4px 0 -4px;
  z-index: 1;
  position: relative;
  font-weight: bold;
}

.btn-link-qtd {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 20px !important;
  color: #208FCE;
  font-weight: bold;
  border: 1px solid #EDEDED;
  padding: 0 2px;
  margin: 0 !important;
  width: 25px;
  outline: none !important
}

.btn-link-qtd:hover,
.btn-link-qtd:focus {
  text-decoration: none !important;
  border: 1px solid #ccc;
}

.btn-link-esq {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.btn-link-dir {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.btn-comprar,
.btn-comprar:focus {
  background: transparent;
  border: solid 1px #0088cc;
  color: #0088cc;
  padding: 6px;
}

.btn-comprar:hover {
  background: #0088cc;
  color: #fff;
}


/* BotÃ£o Comprar Esgotado Loja */

.btn-comprar.esgotado,
.btn-comprar.esgotado:hover {
  background: transparent;
  border: solid 1px #F5A623;
  color: #F5A623;
  cursor: not-allowed;
}

.box-carrinho {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}

.box-carrinho h2 {
  margin-bottom: 20px;
  color: #c9c9c9;
}

.box-carrinho h2.active {
  color: #262626;
}

.table-carrinho {
  margin-bottom: 38px;
}

.table-carrinho p {
  font-size: 11px;
  margin-bottom: 0;
}

.table-carrinho .btn-link-qtd {
  background: #f7f7f7;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
}

.table-carrinho .btn-link-qtd.btn-link-esq,
.table-carrinho .btn-link-qtd.btn-link-dir {
  background: unset;
  padding-bottom: unset;
  padding-left: unset;
  padding-right: unset;
  padding-top: unset;
}

.table-carrinho thead {
  border-top: solid 1px #ededed !important;
  border-bottom: none !important;
}

.table-carrinho td {
  border-bottom: solid 1px #ededed !important;
}

.table-carrinho th {
  border-bottom: none !important;
}

th,
tfoot td {
  font-size: 20px;
}

tfoot {
  background: #eeeeee;
}

td,
th {
  text-align: center;
  vertical-align: middle !important;
}

.text-aline-left {
  text-align: left;
}

.bt-cont-comp {
  border: solid 1px #0088cc !important;
  color: #0088cc !important;
}

.bt-cont-comp:hover,
.bt-cont-comp:focus {
  background: #0088cc !important;
  color: #fff !important;
}

.botoes {
  padding-bottom: 50px;
}

.bloco-titulo {
  border-bottom: solid 1px #ededed;
}

.novo-endereco .bloco-titulo {
  margin-bottom: 20px;
}

.row-bloco-titulo {
  padding: 0 10px;
}

.row-endereco {
  padding: 0 20px;
}

.box-confirma-endereco {
  border: solid 1px #ededed;
  padding-bottom: 15px;
}

.btn-este-end {
  background: url("../images/bg-bt-usuar-este-endereco.png") no-repeat scroll 10px center;
  padding-left: 30px;
  margin-top: 5px !important;
}

.btn-este-end a,
.btn-outro-end a {
  padding-left: 30px;
}

.btn-outro-end {
  background: url("../images/bg-bt-novo-endereco.png") no-repeat scroll 10px center;
  padding-left: 30px;
}

.cep-opcoes {
  margin-top: 30px;
}

.novo-endereco {
  margin-top: 40px;
  padding-bottom: 30px;
}

.radio label {
  color: #0088cc;
}

.box-confirma-entrega {
  padding-bottom: 20px
}

.table-forma-pagamento th {
  font-size: 30px;
}

.table-forma-pagamento img,
.form-cartao img {
  width: 40px;
  height: 27px;
}

.form-cartao img {
  margin-right: 9px;
  margin-top: 3px;
}

td.active {
  background: #f8f8f8;
}

.form-grupo {
  display: flex;
}

.bt-fecha-pedido {
  background: none !important;
  border: solid 1px #0088cc;
  color: #0088cc;
  margin-top: 30px;
  margin-bottom: 53px;
}

.bt-fecha-pedido:hover {
  background: #0088cc !important;
  color: #fff;
}

.row-confirma {
  padding-bottom: 50px;
}

.table-pedidos-topo th,
.table-pedidos-entrega th,
.table-pedidos-entrega .th,
.table-itens th,
.table-itens .th {
  font-size: 13px !important;
  font-weight: normal !important;
  font-family: 'Open Sans';
}

.table-size {
  width: 50%;
}

.table-pedidos-entrega p {
  font-size: 13px !important;
}

.table-pedidos-entrega span {
  font-size: 13px !important;
  font-weight: normal !important;
  vertical-align: baseline;
  font-family: 'Open Sans';
}

.jcarousel-wrapper {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.jcarousel-pagination {
  display: none !important;
}

.jcarousel-wrapper ul li {
  border: none !important;
  border-radius: 0 !important;
}

.jcarousel-control-prev {
  background: url("../images/prev_slide.png") no-repeat scroll left top transparent !important;
  width: 18px !important;
  height: 30px !important;
  content: none !important;
  left: 20px !important;
}

.jcarousel-control-next {
  background: url("../images/next_slide.png") no-repeat scroll left top transparent !important;
  width: 18px !important;
  height: 30px !important;
  content: none !important;
  right: 20px !important;
}

.jcarousel-control-prev,
.jcarousel-control-next {
  top: 25% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.cursos-destaque .item-curso {
  width: 100% !important;
}

.btn-group>.btn+.dropdown-toggle {
  padding-top: 4px;
  padding-bottom: 8px;
}

.campo-busca {
  margin-top: -15px;
  margin-right: 10px;
  position: absolute;
  top: 15px;
}

.campo-busca label {
  margin-bottom: 0px;
}

.input-busca {
  width: 174px;
  float: left;
  height: 29px;
  border: 1px solid #e5e5e5;
  padding-right: 34px;
  padding-left: 5px;
}

.bt-busca {
  width: 35px;
  height: 27px;
  background: url("../images/lupa.jpg") no-repeat scroll left center transparent;
  cursor: pointer;
  margin-left: -36px;
  margin-top: 1px;
}

.visible-xs .campo-busca {
  height: 50px !important;
  padding: 10px 0px !important;
  margin: 0px !important;
}

.table-carrinho-voucher p {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.input-voucher {
  width: 227px;
}

.table-carrinho-itens {
  margin-bottom: 0 !important;
}

.table-carrinho-voucher td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.table-carrinho-voucher tfoot {
  padding-left: 20px;
}

.td1 {
  width: 33%;
}

.td2 {
  width: 10%;
}

.td3 {
  width: 10%;
}

.td4 {
  width: 10%;
}

.fora-table1 {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.table-carrinho-itens tfoot td {
  border-bottom: none !important;
}

.endereco_unidade img {
  width: 100%;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  border-radius: 5px;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#cboxOverlay {
  background: #000;
}

#colorbox {}

#cboxContent {
  margin-top: 20px;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #f9f9f9;
  padding: 5px;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../colorbox/images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious.hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../colorbox/images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext.hover {
  background-position: bottom right;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxLoadingGraphic {
  background: url(../colorbox/images/loading.gif) no-repeat center center;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../colorbox/images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose.hover {
  background-position: bottom center;
}

.bx-wrapper a {
  display: block;
  max-width: 100%;
}

.bx-wrapper img {}


/* ---- mod 28 01 2016 ----*/

.conteudo_right {
  position: relative;
  /*padding-top: 0;*/
}

.l-voltar {
  display: block;
  margin: 0 -15px;
  padding: 3px 15px;
  background-color: #ededed;
}

.l-top {
  margin-bottom: 20px;
}

.box-facalogin {
  margin: 0px;
  text-align: -webkit-auto;
  padding: 0px;
  background: none;
}

.box-facalogin p {
  margin: 0;
  color: #262626;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
}

.box-facalogin p a {
  color: #0088cc;
  text-decoration: none;
}

.box-facalogin p a:hover {
  text-decoration: underline;
}

.box-bt {
  text-align: center;
}

.box-tab {
  margin: 16px -15px 0 0;
  padding: 0;
}

.nav-pills>li+li>a {
  margin-left: 8px;
}

.box-tab .nav>li>a {
  padding: 6px 15px;
  background-color: #ededed;
  border: 1px solid #dddddd;
}

.box-tab .nav>li.active>a,
.box-tab .nav>li>a:hover,
.box-tab .nav>li>a:focus {
  border: 1px solid #428bca;
  background-color: #428bca;
  color: #fff;
  text-decoration: none;
}

.box-tab-datas {
  margin: 20px 0 0 0;
}

.box-tab .box-tab-datas .nav>li.active>a,
.box-tab .box-tab-datas .nav>li>a:hover,
.box-tab .box-tab-datas .nav>li>a:focus {
  border: 1px solid #dddddd;
  background-color: #337ab7;
  color: #fff;
  text-decoration: none;
}

.box-tab .box-tab-datas .nav>li+li {
  margin-left: 6px;
}

.tabela-datas {
  margin-top: 10px;
  border: none;
}

.tabela-datas>tbody>tr>td {
  padding: 4px 8px;
}

.tab-titulo {
  background-color: #ededed;
}

.tab-titulo td {
  text-align: left;
}

.tabela-datas>tbody>.tab-row-content>.tr-space {
  border: none;
  background-color: transparent;
  width: 10px;
}

.tabela-datas>tbody>.tab-row-content td {
  background-color: #f7f7f7;
}

.tabela-datas>tbody>.tab-row-content .tab-link {
  background: none;
  border-color: transparent;
  padding: 0;
}

.tab-row-content .tab-link a div {
  border: solid 1px #428bca;
  border-radius: 5px;
  color: #428bca;
  height: 100%;
  padding: 4px 8px;
  width: 100%;
}

.tab-row-content .tab-link a:hover {
  text-decoration: none;
}

.tab-row-content .tab-link a:hover div {
  background: #428bca;
  color: #fff;
}

.tabela-datas>tbody .tab-titulo td {
  padding-left: 20px;
}

.box-recomenda {
  background-color: #ededed;
  margin: 20px -15px 0 -15px;
  padding: 10px 15px;
}

.box-recomenda h4 {
  margin: 0;
  font-size: 20px;
  font-family: 'Open Sans';
  font-weight: 300;
}

.box-cursos-mobile {
  padding-bottom: 20px;
}

.box-cursos-mobile .btn-default {
  width: 100%;
  text-align: left;
}

.box-dropdown-toggle {
  position: relative;
}

.box-cursos-mobile .box-caret {
  position: relative;
  float: right;
}

.box-cursos-mobile .caret {
  position: absolute;
  top: 17px;
  right: 8px;
}

.box-cursos-mobile .fill-width.dropdown {
  position: static;
}

.box-cursos-mobile .fill-width.dropdown {
  position: static;
}

.box-cursos-mobile .fill-width.dropdown>.dropdown-menu {
  left: auto;
  margin-right: 15px;
  /*margin-top: -18px;*/
  top: 90px;
}

.box-cursos-mobile .fill-width.dropdown>.dropdown-menu>li>a {
  white-space: normal;
}

.bt-fechar {
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  z-index: 8040;
  background: url('../images/ico-bt-close.png') 0 0 no-repeat;
  text-indent: -999%;
  text-align: left;
  overflow: hidden;
}

.fancybox-skin {
  border-radius: 15px !important;
}

.box-popup-wrap .box-popup {
  width: 720px;
  margin: 0 auto;
}

.box-popup {
  padding: 0 45px 30px;
}

.box-reserva h2 {
  text-align: center;
}

.box-reserva strong {
  font-family: 'Open Sans';
  font-weight: 700;
}

.box-reserva .box-buttons {
  margin: 24px 0 32px 0;
}

.box-reserva .box-buttons .btn-default.bt-confirma {
  padding: 4px 50px;
  background-color: #5cb85c;
  font-size: 15px;
  color: #FFF;
  text-shadow: none;
  border-color: transparent;
  background-image: none;
}

.box-reserva .box-buttons .bt-confirma:hover {
  background-color: #48A248;
}

.box-reserva .bt-cancelar {
  margin-left: 42px;
}

.box-popup.box-login,
.box-popup.box-cadastro {
  padding: 0 15px 30px 15px;
}

.btn-default-face,
.box-login .btn-default-login,
.box-login .btn-default-face,
.box-cadastro .btn-default-face,
.box-cadastro .btn-default-cadastrar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #008ac9;
  color: #008ac9;
  display: inline-block;
  height: auto;
  margin-bottom: 12px;
  margin-top: 16px;
  transition: all 0.2s ease 0s;
  width: auto;
}

.box-login .btn-default-face,
.box-login .btn-default-login,
.box-cadastro .btn-default-face {
  width: 100%;
}

.btn-default-face,
.box-login .btn-default-face,
.box-cadastro .btn-default-face {
  background-color: #3b5999;
  border-color: transparent;
  color: #fff;
  text-shadow: none;
}

.box-login hr,
.box-cadastro hr {
  margin-bottom: 10px;
  margin-top: 10px;
}

.fb-profile-photo {
  border: 3px solid #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.fb-texto-link {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  vertical-align: baseline;
}

.fb-ico-vincula {
  float: right;
  margin-top: 5px
}

.box-login .btn-default-login:hover,
.box-cadastro .btn-default-cadastrar:hover {
  background: #0188cc none repeat scroll 0 0;
  color: #fff;
  transition: all 0.2s ease 0s;
}

.box-login h1.logo,
.box-cadastro h1.logo {
  display: block;
  width: 102px;
  height: 67px;
  margin: 47px auto 0 auto;
  padding: 0;
  background: url('../images/logo-cetrus-login.png') 0 0 no-repeat;
  text-indent: -999%;
  text-align: left;
  overflow: hidden;
}

.fancybox-wrap-top {
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

.fancybox-inner2 {
  width: 100% !important;
  height: 2000px !important;
}

.form-group.form-group-bottom {
  margin-bottom: 0;
}

.box-login .form-group,
.box-cadastro .form-group {
  margin-bottom: 25px;
}

.box-login .checkbox {
  margin-top: 4px;
}

.checkbox .link-esqueci-senha {
  display: inline-block;
  float: right;
}

.box-bt-fechar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.box-bt-fechar-int {
  position: relative;
  width: 720px;
  margin: 0 auto;
}

.box-captcha {
  margin-top: 30px;
}

.formicon {
  font-family: 'icone';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #54c32c;
}

.formicon.icohide {
  display: none;
}

.form-group-senhas {
  margin-top: 25px;
}

.form-group .exibe-erro {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 13px;
  color: #ff0000;
  width: 300px;
}

.exibe-erro.erro-oculto {
  display: none;
}

.form-control-feedback.fselect {
  right: 20px;
}

.lista-recomenda li {
  padding: 11px 0;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}

.lista-recomenda li a {
  font-size: 20px;
  line-height: 1em;
}

.box-voltar-bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 15px;
}

p strong {
  font-family: 'Open Sans';
  font-weight: 700;
}

.box-checkout {
  background-color: #f7f7f7;
}

.box-checkout a {
  font-size: 14px;
  line-height: 44px;
  display: inline-block;
}

.box-checkout a.bt-checkout {
  float: right;
  margin-right: -15px;
  padding: 0 15px;
  background-color: #1e8fce;
  color: #FFF;
}

.box-checkout a.bt-checkout:hover {
  background-color: #1873A3;
  color: #FFF;
  text-decoration: none;
}

#checkoutbar.fixtopo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.topo-conteudo-curso img {
  max-width: 100%;
  width: 56px;
  height: 56px;
}

.nav-justified>li {
  float: none;
  display: table-cell;
  width: 1%;
}

.entrar-topo .form-group {
  float: right;
  margin-left: 10px;
}

.entrar-topo .form-group .form-control {
  border-radius: 0px;
  font-size: 12px;
  height: 30px;
  width: 170px;
}

.contato-topo p {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif
}

.contato-topo .col-sm-4 {
  padding: 0;
}

.contato-topo a {
  color: #213679;
}

.contato-topo h4 {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  margin-top: 0;
  font-family: 'Open Sans';
  font-weight: 700;
}

.contato-topo img {
  float: left;
  margin-right: -10px;
  margin-left: 15px;
}

.contato-topo {
  margin-top: 10px;
  width: calc(100% + 40px);
  position: absolute;
  right: -10px;
}

.esqueci-senha-topo {
  margin-left: 88px;
  margin-top: 45px;
  position: absolute;
}

.botao_facebook_topo {
  background-color: transparent;
  color: #fff;
}

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

@media (max-width: 1200px) {
  .contato-topo {
      margin-top: 6px;
      width: calc(100% + 120px);
      position: absolute;
      right: -10px;
  }
}

@media (max-width: 992px) {
  /*.contato-topo .col-sm-4 {
  padding: 0;
  width: 20%;
  float: right;
  }*/
}

@media ( min-width: 1200px) {
  .list_mini_banners .item_banners_mini img {
      opacity: 1;
      transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s;
  }
  .list_mini_banners .item_banners_mini:hover img {
      opacity: 0.5;
      transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s;
  }
}

@media ( max-width: 1200px) {
  .membro_equipe {
      width: 20.5%;
  }
  .conteudo_unidade_rigth .right-cal {
      /* width:77%; */
  }
  .btn-enviar-cad {
      margin-right: 12px;
  }
  .carousel-div .flex-viewport {
      width: 100%;
  }
  /*  .nav-justified > li {
  width: 200px;
  }*/
  .entrar-topo .form-group .form-control,
  .esqueci-senha-topo {
      display: none;
  }
  .select-especialidade-home {
      width: 250px !important;
  }
  .btn-enviar-cad {
      width: 250px;
      margin-left: 10px !important;
  }
}

@media ( max-width: 992px) {
  .membro_equipe {
      width: 27.5%;
  }
  .conteudo_unidade_rigth .right-cal {
      /* width:73%; */
  }
  .control-cad1,
  .control-cad {
      margin-bottom: 10px !important;
  }
  .box-formulario label {
      width: 50px !important;
  }
  .input-cad {
      width: 204px !important;
  }
  .btn-enviar-cad {
      width: 205px;
  }
  .carousel-div .flex-viewport {
      width: 100%;
  }
  .conteudo_slide {
      bottom: 64px;
  }
  /*  .nav-justified>li {
  width: 150px;
  }*/
}

@media ( max-width: 768px) {
  .membro_equipe {
      width: 46%;
  }
  .item_video iframe {
      margin: 0 auto;
      display: table;
  }
  .conteudo_unidade_left {
      border: none;
  }
  .cursos-destaque .slides li {
      margin-right: 0px !important;
  }
  p.telefone {
      line-height: 16px !important;
  }
  .carousel-div,
  /*.contato-topo,*/
  .bg_bt_entrar_facebook {
      display: none;
  }
  .bloco-cadastre-se {
      width: 100%;
      border-top: solid 1px #ededed;
      border-left: none;
      padding-top: 20px;
  }
  .box-formulario .form-control {
      width: 100% !important;
  }
  .control-cad1 {
      margin-right: 0px;
  }
  .btn-enviar-cad {
      width: 100%;
      margin-left: 0 !important;
  }
  .box-formulario form {
      margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .menu_login_topo {
      height: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .mandeiras_header_mobile {}
  .mandeiras_header {
      display: block;
  }
  .membro_equipe {
      width: 21.3%;
  }
  .imagem_view_membro {
      width: 38%;
  }
  .descricao_membro {
      width: 62%;
  }
  .area_aluno_servicos .ico_area_aluno {
      padding: 0px 70px;
  }
  .area_aluno_outros_servicos .ico_area_aluno {
      padding: 0px 48px;
  }
  .form-filtro-palestrante {
      margin: 0px 40px;
  }
  .form-filtro .btn-group {
      margin-left: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .item_banners_mini {
      width: 33% !important;
      margin-left: 0.5% !important;
      ;
      padding: 0px;
  }
  .first_item {
      margin-left: 0 !important;
  }
  .modal_suporte_distancia .modal-body {
      padding: 25px 125px;
  }
  .modal_fotos .modal-body {
      padding: 25px 127px;
  }
}

@media only screen and (min-width: 992px) {
  .modal_suporte_distancia {
      width: 1005px;
  }
  .modal_fotos {
      width: 1005px;
  }
  /*.btn-enviar {
    margin-left: 15px;
  }*/
}

@media only screen and (max-width: 718px) {
  .membro_equipe {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px;
      padding: 0px 15px;
  }
  .paginacao-fora {
      text-align: center;
  }
}

@media ( max-width: 992px) {
  .conteudo_dentro_slide {
      margin-bottom: 50px;
  }
}

@media ( max-width: 620px) {
  .conteudo_dentro_slide {
      margin-bottom: 8px;
      padding: 0 20px;
  }
  .conteudo_dentro_slide h1 {
      font-size: 32px;
      line-height: 38px;
  }
  .conteudo_dentro_slide p {
      font-size: 18px;
  }
  .topo_page,
  .menu_topo_inst,
  .banner-home .bx-pager {
      display: none;
  }
}

@media ( max-width: 505px) {
  .conteudo_dentro_slide {
      margin-bottom: 8px;
      padding: 0 20px;
  }
  .conteudo_dentro_slide h1 {
      font-size: 18px;
      line-height: 20px;
  }
  .conteudo_dentro_slide p {
      font-size: 12px;
  }
  .btns {
      display: inline-flex;
  }
  .btns-area {
      padding: 0;
  }
  .add-tel {
      /*padding-left: 5px;*/
      padding-right: 10px;
  }
  .add-tel-field {
      padding: 5px;
  }
}

@media ( max-width: 400px) {
  .tcc_monografia a {
      padding: 7px 5px !important;
      font-size: 10px !important;
  }
}

@media only screen and (min-width: 480px) {
  .mandeiras_header_mobile .menu_midias_sociais {
      display: block;
  }
}

@media only screen and (min-width: 479px) and (max-width: 767px) {
  .item_banners_mini img {
      width: auto;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .imagem_view_membro img {
      width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 993px) {
  .logo_header {
      margin: 0px !important;
  }
  .nav-menu-dentro {
      margin-left: 14px !important;
  }
  .nav-menu-dentro a {
      padding: 10px 6px !important;
  }
}

@media only screen and (max-width: 383px) {
  .conteudo_alimentacao img {
      width: 100%;
      margin-bottom: 3%;
  }
  .conteudo_alimentacao .alimentacao img:nth-child(2n) {
      margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .control-cad {
      margin-bottom: 10px !important;
  }
  .control-label {
      margin-left: 4px;
  }
  .jcarousel-skin-tango2 .jcarousel-item {
      width: 309px !important;
  }
  .jcarousel-skin-tango2 .jcarousel-next-horizontal,
  .jcarousel-skin-tango2 .jcarousel-prev-horizontal {
      top: 16% !important;
  }
  .control-cal {
      width: 100%;
  }
  .right-cal {
      /* width:60%; */
  }
  .item-curso img {
      width: 100% !important;
  }
  .siderbarfora .right-cal {
      /* width:74%; */
  }
  .table .unidade_cart,
  .table .valor_cart {
      font-size: 1.6em;
  }
  .table-carrinho .grupo {
      display: flex;
  }
  .input-qtd {
      margin-right: 5px;
      margin-left:  5px;
  }
  .prod-int-loja .input-qtd {
      margin-right: -4px;

  }
  .control-label-email {
      margin-right: 4px !important;
  }
  .jcarousel-control-prev,
  .jcarousel-control-next {
      top: 22% !important;
  }
}

@media only screen and (max-width: 979px) {
  .control-cad {
      display: flex;
      margin-bottom: 10px;
  }
  .btn-enviar {
      margin-top: 10px;
  }
  /*  .input-cad {
  margin-left: 10px !important;
  }*/
  .jcarousel-skin-tango2 .jcarousel-item {
      width: 238px !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  .control-curso {
      width: 100%;
  }
  .texto-banner {
      top: 7%;
  }
  .siderbarfora .right-cal {
      /* width:74% !important; */
  }
  .form-filtro-temas .btn.btn-enviar {
      margin-top: 0px;
  }
  .bottom-footer {
      margin-top: 10px;
  }
  .jcarousel-control-prev,
  .jcarousel-control-next {
      top: 18% !important;
  }
}

@media only screen and (max-width: 767px) {
  .box-calendario {
      text-align: center;
  }
  .control-cal {
      margin: 0 auto;
  }
  .jcarousel-skin-tango2 .jcarousel-container-horizontal {
      width: 263px !important;
      margin: 0 auto;
  }
  .jcarousel-skin-tango2 .jcarousel-item {
      width: 262px !important;
  }
  .item_banners_mini.item-curso img {
      display: none !important;
  }
  .jcarousel-skin-tango2 .jcarousel-next-horizontal,
  .jcarousel-skin-tango2 .jcarousel-prev-horizontal {
      top: 16% !important;
  }
  .jcarousel-skin-tango2 .item_banners_mini {
      width: 98% !important;
  }
  .jcarousel-skin-tango2 .jcarousel-clip-horizontal,
  .jcarousel-skin-tango2 .jcarousel-item {
      height: 163px !important;
  }
  .control-cal {
      width: 183px !important;
  }
  .right-cal {
      /* width:122px !important; */
  }
  .btn-enviar {
      float: left !important;
  }
  .btn-enviar {
      margin-top: 0px;
  }
  .list-produtos {
      padding-bottom: 20px;
  }
  .form-filtro-temas label,
  .form-filtro-temas.btn-group-filtro,
  .form-filtro-temas .btn-enviar,
  .form-filtro-temas .btn-group.btn-group-filtro {
      margin-left: 0px !important;
  }
  .mapa-site,
  .footer-bottom-endereco {
      display: block;
  }
  .container-footer,
  .bottom-footer {
      border-top: none;
  }
  .footer-end-unidades {
      border: solid 1px #ededed;
      padding: 20px 15px;
  }
  .footer-end-unidades h1 {
      margin-top: 0;
  }
  .footer-end-unidades1 {
      border-bottom: none;
  }
  .bottom-footer .pull-right {
      float: none !important;
  }
  .bottom-footer {
      text-align: center;
  }
  /*.assinatura {
  border-top: solid 1px #ededed;
  }*/
  .control-label {
      margin-left: 10px !important;
  }
  .conteudo_dentro_slide {
      margin-bottom: 20px;
  }
  .item_banners_mini {
      text-align: center;
      margin-bottom: 32px;
      padding: 0px;
  }
  .item_banners_mini_desc p a {
      font-size: 12px;
  }
  .item_banners_mini_desc h1 a {
      font-size: 28px;
  }
  .full_window {
      padding: 0px;
  }
  .menu_pg_topo {
      padding-bottom: 0px;
  }
  .conteudo_bottom_mobile {
      display: block;
  }
  /*.conteudo_left {
  display: none;
  }*/
  .conteudo_bottom_mobile .sidebar-nav h1 {
      display: none;
  }
  .conteudo_bottom_mobile .sidebar-nav a {
      background: none !important;
      padding: 0px !important;
      color: #0088cc;
      font-size: 20px;
  }
  .conteudo_bottom_mobile .sidebar-nav li {
      margin-bottom: 22px;
  }
  .conteudo_bottom_mobile .siderbarfora,
  .conteudo_bottom_mobile .siderbarfora .box-calendario {
      border: none;
  }
  .conteudo_bottom_mobile .box-calendario {
      display: none;
  }
}

@media only screen and (max-width: 522px) {
  .right-depoimento iframe {
      margin-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .captcha-text,
  .input-tam,
  .altera-captcha {
      float: none;
  }
  .tam-btn {
      width: 226px !important;
  }
  .botoes .pull-right {
      float: none !important;
  }
  .bt-cont-comp,
  .btn-este-end,
  .btn-outro-end {
      margin-bottom: 10px;
  }
  .botoes .pull-right,
  .botoes .pull-left {
      float: none !important;
  }
}

.banner-home .bx-pager {
  bottom: 31px;
  text-align: right;
  padding-right: 48px;
}

@media only screen and (max-width: 991px) {
  .banner-home .bx-pager {
      bottom: 10px;
      text-align: right;
      padding-right: 48px;
  }
  .box-incons-curso div.box-icons-linha {
      margin-bottom: 15px;
  }
}

.banner-home .bx-pager-item {
  text-align: center;
}

.banner-home .bx-pager-item a.active {
  background: #5c5c9a !important;
  color: #e0e6e2 !important;
}

.banner-home .bx-pager-item a {
  background: #e0e6e2 !important;
  text-indent: 0px !important;
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 2px !important;
  color: #5c5c9a !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}

.banner-home .bx-wrapper {
  margin-bottom: 5px;
}

.banner-home .bx-prev {
  background: url("../img/prev_slide.png") no-repeat scroll center center transparent !important;
  width: 28px !important;
  height: 28px !important;
  content: none;
}

.banner-home .bx-next {
  background: url("../img/next_slide.png") no-repeat scroll center center transparent !important;
  width: 28px !important;
  height: 28px !important;
}

.banner-home .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  left: 0px;
}

.title_banner_home a {
  font-size: 50px;
  font-weight: 300;
  color: #26377a;
  line-height: 40px;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none;
  font-family: 'Open Sans';
  text-decoration: none !important;
}

.conteudo_dentro_slide p a {
  font-size: 20px;
  font-weight: 300;
  color: #262626;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none;
  font-family: 'Open Sans';
  text-decoration: none;
}

.banner-home {
  overflow: hidden;
}

.container.dentro {
  margin-top: -308px;
  z-index: 9;
  position: relative;
}

@media ( max-width: 1199px) {
  .container.dentro {
      margin-top: -270px;
  }
  .conteudo_dentro_slide {
      margin-bottom: 89px;
  }
  /*.menu_pg_topo a {
  font-size: 10pt;
  }*/
}

@media ( max-width: 991px) {
  .container.dentro {
      margin-top: -220px;
  }
  .conteudo_dentro_slide {
      margin-bottom: 38px;
  }
}

@media (min-width: 767px) {
  .bx-controls-direction {
      display: none;
  }
}

@media only screen and (max-width: 436px) {
  .mandeiras_header_mobile {
      margin-left: 18%;
      display: none;
  }
}


/*STYLE3.css*/

.ico_sidebar {
  background: no-repeat scroll 16px center transparent;
}

.ico_sidebar2 {
  background: no-repeat scroll 16px center transparent;
  background-size: 56px;
}

.bootbox-close-button {
  background: url("../images/close_modal2.jpg") no-repeat scroll left top transparent !important;
  height: 32px;
  opacity: 1;
  width: 32px;
}

.seo1 h1,
.seo1 h2,
.seo1 a h2,
.seo1 h2 a,
.seo2 h1,
.seo2 h3,
.seo3 h3 .seo4 h3 .seo-equipe h2,
{
  font-family: "Open Sans";
  font-size: 26px ! important;
  margin: 4px 0;
}

.seo2 h1 {
  font-size: 34px !important;
}

.seo1 h1,
.seo3 h3,
.seo2 h3,
.seo4 h3 {
  font-size: 30px !important;
  margin: 10px 0px 20px 0px;
}

.seo3 h3 {
  margin: 0px 0px 20px 0px;
  display: inline;
}

.seo4 h3 {
  margin: 20px 0px 20px 0px;
}

.seo2.tcal h3 {
  font-size: 20px !important;
}


/*JCAROUSEL.responsive.css*/

.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
  border: 10px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  width: 200px;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
  left: 15px;
}

.jcarousel-control-next {
  right: 15px;
}

.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}


/*flexslider.css*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides>li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 1;
  right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  display: none;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
}

.flex-direction-nav a.flex-next:before {}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 1;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
      opacity: 1;
      left: 10px;
  }
  .flex-direction-nav .flex-next {
      opacity: 1;
      right: 10px;
  }
}


/*style_extend.css*/

.area_editor * .e_conteudo1 {
  font-size: 13px;
  line-height: 21px !important;
  color: #262626;
  font-family: "Open Sans", sans-serif;
}

.area_editor * .e_conteudo2 {
  line-height: 35px !important;
  color: #262626;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
}

.area_editor * .e_conteudo3 {
  line-height: 40px !important;
  color: #262626;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
}

.push-up-5 {
  margin-top: 5px;
}

.push-up-30 {
  margin-top: 30px;
}

.push-down-0 {
  margin-bottom: 0;
}

.push-down-5 {
  margin-bottom: 5px;
}

.push-down-10 {
  margin-bottom: 10px;
}

.push-down-15 {
  margin-bottom: 15px;
}

.push-down-20 {
  margin-bottom: 20px;
}

.push-down-25 {
  margin-bottom: 25px;
}

.push-down-30 {
  margin-bottom: 30px;
}

* {
  outline: none;
}

a {
  outline: none !important;
  ;
}

.membro_equipe {
  height: 220px;
}

.item_video {
  height: 380px;
}

.footer h1 {
  font-size: 26px !important;
}

li.footer-menu-title a {
  font-weight: bold;
  margin: 0;
  color: #0088cc !important;
  font-size: 12px;
}

.selonovo {
  width: 34px;
  height: 16px;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #4dbd2e;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
  margin-right: 5px;
}

.curso-principal {
  color: #aaa;
  display: block;
}

.selonovo-int {
  width: 34px;
  height: 16px;
  margin-top: 5px;
  margin-left: 3px;
  font-family: 'Open Sans';
  color: #fff;
  background-color: #4dbd2e;
  padding: 0px 5px 0px 5px;
  display: table;
}

.erro404 h2 a {
  font-size: 20px;
  font-weight: 300;
  color: #0088cc;
  font-family: 'Open Sans';
}

.erro404 form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.erro404 .menu_midias_sociais {
  margin-left: 0px;
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  .membro_equipe {
      height: auto;
  }
  li .divider {
      display: none;
  }
}

footer p.telefone {
  font-size: 14px !important;
}

.bloco-noticias {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 0 17px;
}

.bloco-noticias .col-lg-3:nth-child(4n+1) {
  clear: both;
}

.bloco-noticias h3 {
  color: #262626;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 24px;
}

.bloco-noticias .box-noticia {
  margin-bottom: 20px;
}

.bloco-noticias .box-noticia .thumb {
  display: inline-block;
  width: 87px;
  float: left;
}

.bloco-noticias .box-noticia .noticia-content {
  margin-left: 97px;
}

.noticia-content p {
  color: #929292;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: 400;
  line-height: 12px !important;
  margin: 0;
}

.noticia-content h4 {
  color: #262626;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px !important;
  margin: 0;
}

.noticia-content h4>a {
  color: #262626;
  font-weight: 500;
  line-height: 15px !important;
}

.noticia-content a {
  margin: 6px 0 0 0;
  color: #0088cc;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}

.bloco-noticias .ver-noticias {
  text-align: center;
}

.bloco-noticias .ver-noticias a {
  color: #0088cc;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  margin: 10px 0;
}

@media ( max-width: 1200px) {
  .nav-menu-dentro li {
      margin-right: 0;
      padding-right: 0;
  }
}

@media ( max-width: 991px) {
  .menu_mobile>ul {
      margin: 0;
  }
  .nav-menu-dentro {
      margin: 10px 0 0 8px !important;
  }
  .nav-menu-dentro ul li {
      font-size: 10px;
  }
  .logo_header img {
      max-width: 90px;
  }
  .bloco-noticias .col-lg-3:nth-child(4n+1) {
      clear: none;
  }
  .bloco-noticias .col-sm-6:nth-child(2n+1) {
      clear: none;
  }
}

@media ( max-width: 767px) {
  .fancybox-opened .fancybox-skin {
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
  }
  .box-popup-wrap .box-popup {
      margin: 0 auto;
      width: 100%;
  }
  .box-popup {
      padding: 0 15px 15px;
  }
  .box-reserva .box-buttons .bt-confirma {
      padding: 4px 15px;
  }
  .box-reserva .bt-cancelar {
      margin-left: 20px;
  }
  .box-reserva h2 {
      margin-top: 50px;
  }
  .box-login .checkbox label {
      display: block;
  }
  .checkbox .link-esqueci-senha {
      display: block;
      width: 100%;
      float: none;
  }
  .box-checkout a {
      font-size: 11px;
      line-height: 40px;
  }
  .box-checkout a.bt-checkout {
      padding: 0 12px;
  }
  .user_log {
      left: -80px;
      top: 29px;
  }
  .logo_header a {
      margin-left: 20px;
  }
  .bx-wrapper a {
      width: 100%;
  }
  .bx-wrapper img {
      width: 100%;
  }
  .box-tab {
      margin: 16px 0 0 0;
  }
  /* .nav-justified>li {
  display: table-cell;
  width: 228px;
  }*/
}

@media ( max-width: 580px) {
  .box-tab .nav>li>a {
      font-size: 12px;
      padding: 4px;
  }
  .nav-pills>li+li>a {
      margin-left: 4px;
  }
  .box-tab .box-tab-datas .nav>li+li {
      margin-left: 2px;
  }
  .box-tab .box-tab-datas .nav>li>a {
      padding: 4px 8px;
      font-size: 12px;
  }
  .tabela-datas>tbody>tr>td {
      font-size: 11px;
      padding: 4px;
  }
  .tabela-datas a.reservar {
      font-size: 9px;
      white-space: nowrap;
  }
  /*  .nav-justified>li {
  display: table-cell;
  width: 165px;
  }*/
}

@media ( max-width: 400px) {
  .box-tab .nav>li>a {
      font-size: 10px;
      padding: 4px;
  }
  .nav-pills>li+li>a {
      margin-left: 4px;
  }
  .box-tab .box-tab-datas .nav>li+li {
      margin-left: 0;
  }
  .box-tab .box-tab-datas .nav>li>a {
      padding: 4px 2px;
      font-size: 9px;
  }
  /*  .nav-justified>li {
  display: table-cell;
  width: 127px;
  }*/
}

@media ( max-width: 767px) {
  .box-sidebar-busca-mobile {
      display: none;
  }
}

.box-sidebar-busca {
  padding: 19px;
}

.box-sidebar-busca p {
  font-size: 14px;
  color: #262626 !important;
  font-family: 'Open Sans' !important;
  text-align: left;
  margin-bottom: 4px !important;
}

.ico-busca-sidebar {
  background: url("../images/lupa.jpg") no-repeat scroll right center transparent;
  cursor: pointer;
}

.btn-busca-sidebar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #008ac9;
  color: #008ac9;
  display: inline-block;
  height: auto;
  margin-bottom: 12px;
  margin-top: 16px;
  transition: all 0.2s ease 0s;
  width: auto;
}

.btn-busca-sidebar:hover {
  background: #0188cc none repeat scroll 0 0;
  color: #fff;
  transition: all 0.2s ease 0s;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #0088cc;
  color: white;
}

.tag:hover::after {
  border-left-color: #0088cc;
}


/* Modulo Call to Action */

.container-curso-cta {
  border: 1px rgba(0, 136, 204, 1) solid;
  background: #f2f2f2;
  margin-bottom: 2%;
  border-radius: 8px;
  padding: 20px;
  padding-bottom: 0;
}

.modulo-cta-logo-curso {
  float: left;
  margin-right: 25px;
}

.modulo-cta-categoria {
  float: left;
  color: #aaa;
}

.modulo-cta-texto {
  margin-top: 20px;
}

.modulo-cta-botao {
  float: right;
  background-color: #5eb863;
  background-image: none;
  border: solid 1px #5eb863;
  text-shadow: 0 1px 0 #fff;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: 'Open Sans';
}

.titulo-curso {
  margin: 10px;
}

.margin-10px {
  margin-right: 25px;
}

.modulo-cta-titulo {
  font-size: 20px;
  color: #0088cc;
  font-weight: 300;
  font-family: 'Open Sans'
}

@media (max-width: 768px) {
  .modulo-cta-texto {
      margin-bottom: -20px;
  }
  .modulo-cta-botao {
      float: none;
      margin-bottom: 15px;
  }
}


/* Fim Modulo Call to Action */

.hide-form-contato {
  display: none;
}

.control-cad-news {
  margin-left: 0px;
}

@media (min-width: 770px)and (max-width: 1198px) {
  .control-cad-news {
      margin: 10px;
  }
  .box-formulario .form-control {
      width: 250px;
      border-radius: 0px;
  }
  .box-formulario .form-inline .form-group {
      display: block;
      vertical-align: middle;
  }
  .box-formulario label {
      width: 90px !important;
  }
  .btn-enviar-cad {
      margin-left: 15px;
      margin-top: 10px !important;
      margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .btn-enviar {
      margin: 10px 10px 10px 0;
  }
}


/*BARRA LATERAL*/

.barra-lateral {
  position: fixed;
  right: 0;
  width: 260px;
  z-index: 2;
  margin-top: -125px;
  -webkit-transition: transform ease-in-out 0.7s;
  /* Safari */
  transition: transform ease-in-out 0.7s;
}

.botao-barra {
  background-color: #27347d;
  height: 30px;
  position: fixed;
  right: 260px;
  width: 30px;
}


/*.botao-barra-lateral {
right: 0px;
}*/

.botao-barra .glyphicon {
  color: #fff;
  padding: 5px 9px;
}

.botao-barra-lateral .glyphicon-minus:before,
.fechado .glyphicon-minus:before {
  content: "\002b";
  /* \002b mais */
}

.aberto .glyphicon-minus:before {
  content: "\2212";
  /* \2212 menos */
}

#mp-pusher {
  transform: translate3d(260px, 0px, 0px);
}

.titulo-barra {
  background-color: #0187ce;
  border-bottom: 2px solid #fff;
  padding: 25px;
  padding-top: 40px;
}

.titulo-barra p {
  color: #fff;
  font-size: 26px;
  line-height: 26px !important;
}

.titulo-barra p strong {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

.mp-pusher {
  background-color: #ebebeb;
  -webkit-transition: -webkit-transform ease-in-out 0.7s;
  /* Safari */
  transition: transform ease-in-out 0.7s;
}

.mp-pushed {
  transform: translate3d(260px, 0px, 0px);
}

.mp-level form {
  padding: 25px;
}

.mp-level form .form-group {
  margin-bottom: 10px;
}

.mp-level form .btn {
  width: 100%;
  margin-left: 0;
  float: none !important;
}

.mp-level form .btn:hover {
  border: solid 1px #0088cc;
}

@media (max-height: 660px) {
  .titulo-barra {
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .mp-level form {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .titulo-barra p {
      font-size: 22px;
      line-height: 22px !important;
  }
  .titulo-barra p strong {
      font-size: 20px;
      line-height: 20px;
  }
}

@media (max-height: 550px) {
  .mp-level form .btn {
      width: auto;
  }
  .mp-level form .form-group {
      margin-bottom: 5px;
  }
  .mp-level form {
      padding-top: 10px;
      padding-bottom: 10px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .barra-lateral {
      top: 0;
      margin-top: 0;
  }
  .mp-level form .btn {
      margin-top: 0;
  }
}

.social_footer_li li {
  display: inline-block;
}

@media (max-width: 767px) {
  .lista-mobile-loja {
      display: block;
  }
  .lista-desktop-loja {
      display: none;
  }
  .carrinho-desktop {
      display: none !important;
  }
  .li-mobile {
      background: none !important;
      display: block;
  }
  .carrinho-mobile {
      display: block;
  }
}

.bloco-cadastre-se .box-formulario .form-control {
  width: 100%;
}

.bloco-cadastre-se .control-cad1 {
  margin-right: 0;
}

.bloco-cadastre-se .btn-enviar {
  margin-top: 0;
  width: 100%;
}


/* Modais Cadastro */

@media (min-width: 992px) {
  .box-popup-wrap .container {
      width: 970px;
  }
}

.box-login .form-cad .btn-default-login {
  margin-top: 0;
}


/* formulario na pÃ¡gina de cursos pos graduaÃ§Ã£o */

.box-formulario-curso {
  background-color: #ededed;
  padding: 5px;
  margin-left: -15px;
  margin-right: -15px;
}

.box-formulario-curso .btn-enviar {
  background: none;
  border: solid 1px #0088cc;
  font-size: 13px !important;
  color: #0088cc;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 0px;
  margin-top: 4px;
  height: 30px;
}

.box-formulario-curso .btn-enviar:hover {
  background: none;
  color: #0088cc;
}

.box-formulario-curso input[type="text"].input-sm {
  line-height: 20px;
  height: 25px;
  padding: 2px;
}

.box-formulario-curso label,
.box-formulario-curso .form-group {
  margin-bottom: 2px;
}

@media (max-width: 992px) {
  .box-formulario-curso {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
      width: 100%;
  }
}


/*.box-formulario-curso {
float: right;
background-color: #ededed;
width: 250px;
margin-left: 10px;
padding: 10px
}

@media (max-width: 992px) {
.box-formulario-curso {
  width: 100%;
  margin-left: 0;
  float: none;
}
}*/


/* Timer Loja Produto Interno */

.countdown-timer-wrapper {
  border-radius: 5px;
  background-color: #08C;
  width: 100%;
}

.timer {
  padding: 10px;
  text-align: center;
  padding-top: 15px;
}

.timer .timer-wrapper {
  display: inline-block;
  width: 60px;
  height: 50px;
}

.timer .timer-wrapper .time {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}

.timer .timer-wrapper .text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1200px) {
  .timer .timer-wrapper {
      width: 50px;
  }
}

.bloco-conteudo-evento {
  margin-bottom: 20px;
}

.cursos-list2 .bloco-conteudo-evento a {
  font-size: 13px;
}

.titulo-form-sugestao {
  font-size: 24px;
}

p .parcelas-ead {
  color: #003d99;
}

.curso-box-content h5 strong {
  margin-bottom: 10px;
}

.valor-curso-em-destaque {
  color: #003d99;
  font-size: 18px;
  font-weight: bold;
  vertical-align: baseline;
}

.valor-ead-parcela {
  margin-bottom: 0px;
}

.valor-ead-avista {
  margin-top: -5px;
}

.parcelas-loja-int {
  font-size: 16px;
}

.destaque-texto-home {
  background-color: #213679;
  padding: 15px;
  padding-bottom: 2px;
}

.destaque-texto-home p {
  font-size: 20px;
  color: white;
}

.destaque-texto-home p b {
  font-size: 20px;
  color: white;
}

.destaque-texto-home p a {
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  text-decoration: underline;
  line-height: 2em;
}

.checkbox-tipo-contato {
  margin-right: 10px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox-tipo-contato input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
}


/* On mouse-over, add a grey background color */

.checkbox-tipo-contato:hover input~.checkmark {
  background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkbox-tipo-contato input:checked~.checkmark {
  background-color: #000000;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.checkbox-tipo-contato input:checked~.checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */

.checkbox-tipo-contato .checkmark:after {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-modulo {
  margin-right: 10px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox-modulo input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
}


/* On mouse-over, add a grey background color */

.checkbox-modulo:hover input~.checkmark {
  background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkbox-modulo input:checked~.checkmark {
  background-color: #000000;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.checkbox-modulo input:checked~.checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */

.checkbox-modulo .checkmark:after {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.btn-comprar-agora {
  background: #49BF1D;
  border-radius: 5px;
  color: #fff;
  margin: 5px 0 0;
  padding: 5px;
  width: 100%;
  display: block;
  text-align: center;
}

.fundo-azul-claro {
  color: #208FCE;
}

.fundo-azul-claro-msg-carrinho {
  color: white;
  background-color: #208FCE;
  padding: 5px;
}

p.frase2News {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 10px;
  font-family: 'Open Sans';
}

p.frase1News {
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 0;
}

.box-assine-news .tituloNewsletter {
  font-weight: 300;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 40px !important;
  font-family: 'Open Sans';
}

.label-form {
  color: #FFFFFF;
  font-family: inherit;
  font-weight: bold;
}

.input-form-ebook {
  border-radius: 5px;
  width: 275px;
  padding-left: 10px;
}

.btn-form-monitoria {
  width: 275px;
  background-color: #e7b463;
  color: #FFFFFF;
}

.btn-form-monitoria:hover {
  width: 275px;
  background-color: #b8860b;
  color: #FFFFFF;
}

.caixa-noticias {
  background-color: #ededed;
  margin-bottom: 5px;
}

.row-form-monitoria {
  background-color: #2772B7;
  padding-top: 15px;
  margin-top: 10px;
}

.img-form-monitoria {
  background-image: url("../img/ebook.png");
}

.titulo-ebook {
  color: #FFFFFF;
  font-family: inherit;
  font-weight: bold;
}

.titulo-ebook-fonte-menor {
  color: #FFFFFF;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
}

.post_noticias-e-artigos {
  border-bottom: 5px solid #213679;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 10px;
  background-color: #f5f5f5;
}

.post_noticias-e-artigos img {
  width: 100%;
}

.post_noticias-e-artigos h2 {
  margin: 0px;
}

.post_noticias-e-artigos p {
  margin-top: 12px;
}

.post_noticias-e-artigos p a {
  font-weight: 400;
  vertical-align: top;
  font-family: 'Open Sans';
}

.post_noticias-e-artigos h2 a {
  color: #262626;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  line-height: inherit;
}

.post_noticias-e-artigos .bt_voltar {
  margin-top: 20px;
}

.box-descricao-curso {
  background-color: #ededed;
  padding: 20px 15px;
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 992px) {
  .box-descricao-curso {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
      width: 100%;
  }
}

.bg-full-informacoes {
  background-color: #ededed;
  display: block;
  margin-top: 20px;
  padding: 5px 0;
}

.bg-full-informacoes h4 {
  color: #009BD6;
}

.bg-full-programacao {
  background-color: inherit;
  display: block;
  margin-top: 5px;
  padding: 15px 0;
}

.bg-full-programacao h4 {
  color: #009BD6;
}

.bg-full-percurso {
  background-color: #013473;
  display: block;
  margin-top: 20px;
  padding: 15px 0;
}

.bg-full-percurso h4 {
  color: #ffffff;
}

.bg-full-depoimentos {
  display: block;
  margin-top: 20px;
  padding: 20px 0;
}

.bg-full-coordenadores {
  background-color: #ffffff;
  display: block;
  margin-top: 20px;
  padding: 5px 0;
}

.bg-full-coordenadores h4 {
  color: #009BD6;
}

.btn-comprar-monitoria {
  background-color: #0088cc;
  color: #FFFFFF;
  font-size: 13px !important;
}

.btn-calendario {
  background-color: #007cc4;
  color: #FFFFFF;
  width: 275px;
}

.btn-comprar-monitoria:hover {
  background-color: #005681;
  color: #FFFFFF;
}

.box-popup-wrap .container {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  padding: 0 10%;
}
.margin-120,
.margin-20,
.margin-30,
.margin-60,
.margin-bottom-120,
.margin-bottom-20,
.margin-bottom-30,
.margin-bottom-60,
.margin-top-120,
.margin-top-20,
.margin-top-30,
.margin-top-60 {
  display: inline-block;
  width: 100%;
}
.flex-center,
.flex-space {
  display: -ms-flex;
  display: -webkit-flex;
}
.margin-20 {
  margin: 20px 0;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-30 {
  margin: 30px 0;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-60 {
  margin: 60px 0;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-120 {
  margin: 120px 0;
}
.margin-bottom-120 {
  margin-bottom: 120px;
}
.margin-top-120 {
  margin-top: 120px;
}
.flex-center {
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  align-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -o-align-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-end {
  -webkit-display: -webkit-box;
  -webkit-display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.flex-start {
  -webkit-display: -webkit-box;
  -webkit-display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.flex-space {
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex,
.flex-top {
  display: -ms-flex;
  display: -webkit-flex;
}
.flex {
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-top {
  display: flex;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
.flex-bottom {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}
.text-shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.text-shadow-2 {
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}
.box-shadow {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.box-shadow-2 {
  box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.35);
}
.box-shadow-3,
.header-fixo-ead {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.box-shadow-hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.fa,
.slide-custom .owl-nav {
  display: inline-block;
}
.spacing {
  letter-spacing: 3px;
}
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.transition {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slide-progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #009bd6;
}
.slide-custom .owl-nav .nav-next,
.slide-custom .owl-nav .nav-prev {
  background-color: transparent;
  width: 55px;
  height: 55px;
  text-align: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  align-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -o-align-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: absolute;
  top: 43%;
  opacity: 10;
}
.slide-custom .owl-nav .fa {
  color: #aaa;
  font-size: 65px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.slide-custom .owl-nav .fa:hover {
  color: #213679;
}
.slide-custom .owl-nav .nav-next:hover,
.slide-custom .owl-nav .nav-prev:hover {
  opacity: 10;
}
.slide-custom .owl-nav .nav-prev {
  left: 3%;
}
.slide-custom .owl-nav .nav-next {
  right: 3%;
}
.slide-custom .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 0;
  background: 0 0;
}
.slide-custom .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.slide-custom .owl-dots .owl-dot.active span,
.slide-custom .owl-dots .owl-dot:hover span {
  background: #213679;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.slide-custom .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #ccc;
}
.panel-title {
  position: relative;
  font-size: 1.429em;
  line-height: 23px;
  color: #323232;
  font-weight: 300;
  margin-left: 0;
}
.panel-title span {
  color: #009bd6;
}
.panel-info > .panel-heading {
  background-color: #f3f3f3;
  padding: 20px;
  background-image: none;
  border-color: transparent;
  margin-bottom: 0;
  height: auto;
  display: inline-block;
  width: 100%;
}
.panel-heading {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  cursor: pointer;
  pointer-events: inherit;
}
.panel-info {
  border-color: transparent;
}
.panel-group .panel {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-body {
  margin: 20px 0;
  padding: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.accordion-toggle:after {
  display: block;
  font-family: FontAwesome;
  content: "\f0da";
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #262626;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 1px;
}
.panel-heading.active .accordion-toggle:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.panel-info > .panel-heading.active {
  background-color: transparent;
  border: none;
}
@media only screen and (min-width: 768px) {
  .panel-group .panel {
    border: none;
    margin-left: 15px;
  }
  .panel-info > .panel-heading {
    background-color: transparent;
    padding: 0;
    border: none;
  }
  .accordion-toggle:after {
    display: none;
  }
  .panel-heading {
    pointer-events: none;
  }
}
.nav-menu-dentro,
.redes-sociais-footer .box-item {
  float: none;
  display: inline-block;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
}
a {
  color: #009bd6;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:focus,
a:hover {
  color: #c9535b;
  text-decoration: none !important;
}
.form-buscar {
  margin-top: 5px;
}
.input-busca {
  width: 100%;
  height: 35px;
  border: 1px solid #08c;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.input-group-addon {
  width: 30px !important;
  padding: 0;
  background-color: #08c;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #08c;
}
.input-group-addon button {
  background: 0 0;
  padding: 0;
}
.input-group-addon img {
  width: 20px;
  height: auto;
}
.form-inline .form-group,
.form-inline .input-group {
  width: 100%;
}
.contato-topo {
  margin-top: 8px;
  width: 100%;
  position: relative;
  right: inherit;
}
.contato-topo p {
  color: #323232;
}
.box-login-topo {
  margin-top: 7px;
}
.box-login-topo img {
  width: 33px;
  height: auto;
  margin-right: 10px;
}
.navbar-collapse,
.redes-sociais-footer {
  width: 100%;
  text-align: center;
}
.box-login-topo a {
  font-size: 1.143em;
  font-weight: 300;
  color: #009bd6;
}
.box-login-topo span {
  color: #e6e6e6;
  font-size: 18px;
  padding: 0 5px;
}
.menu_login_topo {
  height: 60px;
}
.menu_pg_topo {
  padding-top: 0;
  z-index: 6;
}
.nav-menu-dentro {
  margin-top: 25px !important;
  margin-left: 0 !important;
}
.hover_submenu {
  padding-bottom: 0 !important;
}
.nav-menu-dentro li.hover_submenu > a {
  padding-bottom: 40px !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
  background: 0 0;
}
.menu_interno_drop {
  border-top: none;
  top: 70px;
}
.container-footer {
  border-top: none;
  padding-top: 0;
  margin-bottom: 10px;
}
.bottom-footer {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}
.bottom-footer-full {
  background-color: #213679;
  padding: 20px 0;
  color: #fff;
}
.footer hr.footer-bottom {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #fff;
}
.redes-sociais-footer .menu_midias_sociais {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.redes-sociais-footer .menu_midias_sociais li {
  margin: 0 8px;
}
.redes-sociais-footer .fa {
  color: #fff;
  font-size: 30px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.redes-sociais-footer .fa:hover {
  color: #bee8f5;
}
.bottom-footer-full p {
  color: #fff;
  text-align: left;
}
.footer p.telefone img.whatssapp {
  float: left;
  margin-right: 5px;
}
.sombra_header {
  z-index: 5;
}
.banner-full-slider {
  position: relative;
  z-index: 1;
}
.banner-home-full .owl-nav .fa {
  color: #fff;
  font-size: 75px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0.7;
}
.banner-home-full .owl-nav .fa:hover {
  color: #213679;
  opacity: 10;
}
.banner-home-full .owl-nav .nav-prev {
  left: 15%;
}
.banner-home-full .owl-nav .nav-next {
  right: 15%;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 0;
  background: 0 0;
}
.banner-home-full .owl-dots {
  position: absolute;
  left: inherit;
  right: 18%;
  bottom: 60px;
}
.banner-home-full .owl-dots .owl-dot.active span,
.banner-home-full .owl-dots .owl-dot:hover span {
  background: #213679;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.banner-home-full .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 6px;
  background: #fff;
  border: 1px solid #213679;
}
.btn {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.banner-home-full .btn {
  background-color: #009bd6;
  color: #fff;
  border-radius: 0;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px 20px;
}
.banner-home-full .btn:hover {
  background-color: #213679;
  color: #fff;
}
.box-prox-datas .list .item:hover h5 {
  text-decoration: underline !important;
  color: #009bd6;
}
.box-prox-datas .list .item h4 {
  font-size: 20px;
  line-height: 23px;
  margin: 0;
  padding: 0;
}
.box-prox-datas .list .item h5 {
  font-size: 1.286em;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #009bd6;
}
.box-prox-datas .list .item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.box-prox-datas .list .item:last-child {
  border: none;
}
.box-prox-datas .list .box-data {
  min-width: 90px;
  text-align: center;
  margin-right: 10px;
}
.box-prox-datas .list .item p strong {
  vertical-align: inherit;
  font-weight: 700;
  line-height: 17px;
  color: #929292;
}
.box-prox-datas .filtro {
  margin-bottom: 10px;
}
.btn-line {
  background-color: #fff;
  border: 1px solid #009bd6;
  padding: 5px 20px;
  color: #009bd6;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
}

.btn-line-primary {
  background-color: #fff;
  border: 2px solid #A9A9A9;
  background-color: #A9A9A9;
  border-radius: 0px 0px 15px 15px;
  padding: 5px 20px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 14px;
  letter-spacing:2px;
  font-family: 'BebasNeue', 'sans-serif';
  font-weight:bold;
  font-weight:500;
  letter-spacing:4px;
}

.group-buttom-line {

  margin-bottom:40px;
}

.btn-line-default {
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #025f96;
  border-radius: 20px 20px 20px 20px;
  padding: 10px 20px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 18px;
  letter-spacing:2px;
  font-family: MuseoSansRounded, sans-serif;
}

.btn-large {
  padding: 5px 60px;
}
.btn-line:focus,
.btn-line:hover {
  background-color: #009bd6;
  color: #fff;
}
.btn-line.active,
.btn-line:active {
  box-shadow: none;
}

.btn-line-primary:focus,
.btn-line-primary:hover {
  background-color: #213679;
  border-color: #213679;
  color: #fff;
}
.btn-line-primary.active,
.btn-line-primary:active {
  box-shadow: none;
}

.btn-line-default:focus,
.btn-line-default:hover {
  background-color: #ffff;
  border-color: #ffff;
  color: #025f96;
}
.btn-line-default.active,
.btn-line-default:active {
  box-shadow: none;
}

.filtro-buscar .form-group {
  margin-bottom: 20px;
}
.filtro-buscar .btn {
  margin-top: 10px;
}
.box-assine-news p.frase2 {
  font-size: 10px;
}
.box-assine-news h1 {
  margin-bottom: 10px;
}
.calendario-cursos img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.calendario-cursos .item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 9px;
}
.calendario-cursos .item a {
  font-size: 16px;
  line-height: 19px;
  color: #009bd6;
}
.box-canal p {
  font-size: 14px;
}
h3 {
  font-size: 20px;
  line-height: 23px;
}
.box-canal .btn {
  margin-top: 20px;
}
.box-canal strong.destaque {
  font-size: 16px;
  color: #2b498c;
}
.contato-topo p {
  font-size: 9px;
  line-height: 12px !important;
}
.carrinho-mobile {
  position: relative;
  top: -1px;
  left: inherit;
}
.carrinho span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35px;
}
.box-login-topo-mobile {
  text-align: right;
  height: 35px;
  line-height: 35px;
  padding-right: 25px;
}
.box-login-topo-mobile a,
.box-login-topo-mobile span {
  color: #009bd6;
}
.box-login-topo-mobile a:hover {
  text-decoration: underline;
}
.menu-topo-mobile ul {
  display: inline-block;
  width: 100%;
}
.menu-topo-mobile ul li {
  float: left;
  display: inline-block;
}
.menu-topo-mobile ul li a {
  font-size: 14px;
  color: #009bd6;
}
.menu-topo-mobile ul li a:hover,
.menu-topo-mobile ul li.active a {
  color: #000;
}
.menu-topo-mobile ul > li + li:before {
  padding: 0 10px 0 5px;
  content: "|";
  color: #323232;
}
.bg-landingpage .bg-voltar {
  display: inline-block;
  width: 100%;
  background-color: #ededed;
  padding: 5px 20px;
  font-size: 12px;
}
.bg-landingpage .bg-voltar a {
  color: #009bd6;
}
.bg-landingpage h1 {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #323232;
}
.bg-landingpage .box-destaque-top .item-icon .icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.bg-landingpage .box-destaque-top .item-icon p {
  font-size: 13px;
  font-weight: 300;
  color: #009bd6;
  padding: 0;
  width: 60%;
}
.bg-landingpage .box-destaque-top .item-icon {
  margin: 20px 30px;
}
.bg-landingpage .item-curso {
  display: inline-block;
  width: 100%;
  max-height: 70%;
  margin-bottom: 25px;
  padding: 0;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.bg-landingpage .item-curso .tag-top {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  background-color: #213679;
  padding: 0;
  text-align: center;
  color: #fff;
  z-index: 4;
}
.bg-landingpage .item-curso .tag-top.tag-2 {
  background-color: #ededed;
}
.bg-landingpage .item-curso .tag-top.tag-2 p.color {
  background-color: #4dbd2e;
  color: #fff;
  padding: 2px 5px;
  font-weight: 700;
}
.bg-landingpage .item-curso .tag-top.tag-2 p {
  color: #323232;
}
.bg-landingpage .item-curso .tag-top p {
  display: inline-block;
  padding: 2px 5px;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
.bg-landingpage .item-curso .tag-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  background-color: rgba(33, 54, 121, 0.9);
  padding: 15px 20px;
  text-align: left;
  color: #fff;
  z-index: 2;
  border-bottom: 5px solid #eee;
}
.bg-landingpage .item-curso .tag-desc.cor-curso-1 {
  border-color: #d07b95;
}
.bg-landingpage .item-curso .tag-desc.cor-curso-2 {
  border-color: #72bce9;
}
.bg-landingpage .item-curso .tag-desc.cor-curso-3 {
  border-color: #c9535b;
}
.bg-landingpage .item-curso .tag-desc.cor-curso-4 {
  border-color: #eed06f;
}
.bg-landingpage .item-curso .mouse-hover.cor-curso-1 {
  background-color: rgba(210, 123, 148, 0.9);
}
.bg-landingpage .item-curso .mouse-hover.cor-curso-2 {
  background-color: rgba(115, 189, 233, 0.9);
}
.bg-landingpage .item-curso .mouse-hover.cor-curso-3 {
  background-color: rgba(202, 85, 92, 0.9);
}
.bg-landingpage .item-curso .mouse-hover.cor-curso-4 {
  background-color: rgba(238, 210, 113, 0.9);
}
.bg-landingpage .item-curso .tag-desc h5 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.bg-landingpage .item-curso .tag-desc p {
  padding: 0;
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.bg-landingpage .item-curso .mouse-hover {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 54, 121, 0.9);
  padding: 40px 15px 20px 20px;
  text-align: left;
  color: #fff;
  z-index: 3;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  top: inherit;
  bottom: -100%;
}
.bg-landingpage .item-curso .mouse-hover .btn-link {
  color: #fff;
}
.bg-landingpage .item-curso .mouse-hover p {
  padding: 0;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
.bg-landingpage .item-curso:hover .mouse-hover {
  opacity: 10;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  bottom: 0;
}
.bg-landingpage .item-curso:hover .mouse-active {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.bg-landingpage .item-curso .mouse-active {
  display: block;
  opacity: 10;
  filter: alpha(opacity=100);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.bg-landingpage .bg-full {
  display: block;
  margin-top: 20px;
  background-color: #ededed;
  padding: 45px 0;
}
.slide-col-landingpage .box-top {
  height: 210px;
}
.slide-col-landingpage .box-top .fa {
  color: #868686;
  font-size: 18px;
}
.slide-col-landingpage .box-top p {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 13px;
  line-height: 20px;
}
.slide-col-landingpage .slide-depoimentos h4 {
  color: #323232;
  font-size: 20px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.slide-col-landingpage .slide-depoimentos h5 {
  color: #009bd6;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px;
  padding: 0;
}
.slide-col-landingpage .slide-depoimentos p {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.slide-col-landingpage .slide-depoimentos p strong {
  color: #213679;
}
.slide-col-landingpage .slide-depoimentos .btn-link {
  display: block;
  margin-top: 20px;
  color: #009bd6;
}
.slide-col-landingpage .owl-nav {
  display: inline-block;
}
.slide-col-landingpage .owl-nav .nav-next,
.slide-col-landingpage .owl-nav .nav-prev {
  background-color: transparent;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: absolute;
  top: 38%;
  opacity: 10;
}
.slide-col-landingpage .owl-nav .fa {
  color: #868686;
  font-size: 65px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.slide-col-landingpage .owl-nav .fa:hover {
  color: #213679;
}
.slide-col-landingpage .owl-nav .nav-next:hover,
.slide-col-landingpage .owl-nav .nav-prev:hover {
  opacity: 10;
}
.slide-col-landingpage .owl-nav .nav-prev {
  left: -50px;
}
.slide-col-landingpage .owl-nav .nav-next {
  right: -50px;
}
.slide-col-landingpage .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 0;
  background: 0 0;
}
.slide-col-landingpage .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.slide-col-landingpage .owl-dots .owl-dot.active span,
.slide-col-landingpage .owl-dots .owl-dot:hover span {
  background: #213679;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.slide-col-landingpage .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 6px;
  background: #fff;
  border: 1px solid #213679;
}
.bg-landingpage .box-map {
  margin-top: 40px;
  margin-bottom: 20px;
}
.bg-landingpage .desc-map .fa {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color: #868686;
}
.bg-landingpage .desc-map .item-right {
  display: inline-block;
  vertical-align: top;
}
.bg-landingpage .desc-map .item-right p {
  margin: -5px 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
}
.bg-landingpage .desc-map .item-right p span {
  display: inline-block;
  margin-top: 20px;
}
.bg-landingpage .desc-map .item-right p span a {
  font-size: 14px;
  color: #009bd6;
}
.bg-landingpage .box-map iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}
.bg-landingpage .box-map iframe.clicked {
  pointer-events: auto;
}
.form-control::-webkit-input-placeholder {
  color: #323232;
}
.form-control:-moz-placeholder {
  color: #323232;
}
.form-control::-moz-placeholder {
  color: #323232;
}
.form-control:-ms-input-placeholder {
  color: #323232;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.check-custom input[type="checkbox"],
.radio-custom input[type="radio"] {
  display: none;
}
.check-custom label,
.radio-custom label {
  cursor: pointer !important;
}
.check-custom label .fa,
.radio-custom label .fa {
  margin-right: 5px;
  vertical-align: middle;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square,
label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #ccc;
  display: inline;
  font-size: 16px;
}
input[type="checkbox"]:checked ~ span,
label input[type="checkbox"]:checked ~ i.fa.fa-check-square,
label input[type="checkbox"]:checked ~ i.fa.fa-minus-square {
  color: #009bd6;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o,
label input[type="checkbox"] ~ i.fa.fa-check-square {
  display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-check-circle,
label input[type="radio"] ~ i.fa.fa-circle-o {
  color: #ccc;
  display: inline;
  font-size: 17px;
}
label input[type="radio"]:checked ~ i.fa.fa-check-circle {
  color: #009bd6;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o,
label input[type="radio"] ~ i.fa.fa-check-circle {
  display: none;
}
.check-custom label,
.sidebar-filtro .btn-ver-mais {
  display: block;
}
.borda_bottom {
  border-bottom: none;
}
.faixa-internas-color {
  border-top: 1px solid #ededed;
}
.faixa-internas-color span {
  display: block;
  height: 10px;
  width: 100%;
}
.faixa-internas-color span.cor-curso-1 {
  background-color: #d07b95;
}
.faixa-internas-color span.cor-curso-2 {
  background-color: #72bce9;
}
.faixa-internas-color span.cor-curso-3 {
  background-color: #c9535b;
}
.faixa-internas-color span.cor-curso-4 {
  background-color: #eed06f;
}
.topo-conteudo-curso img {
  margin-left: 15px;
  float: left;
}
.sidebar-nav h4 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.sidebar-nav a {
  font-size: 13px;
  color: #009bd6;
  padding-left: 50px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.sidebar-filtro {
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: left;
}
.sidebar-filtro .btn-function {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar-filtro .btn-function .limpar {
  background-color: #e6e6e6;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  font-weight: 300;
  color: #323232;
  padding: 0 8px;
  margin-right: 5px;
  cursor: pointer;
}
.sidebar-filtro .btn-function .limpar .fa {
  margin-right: 10px;
}
.sidebar-filtro .btn-function .btn-toggle {
  height: 20px;
  line-height: 15px;
  padding: 0 10px;
  margin-right: 5px;
}
.sidebar-filtro .btn-function .btn-toggle .fa {
  font-size: 16px;
  color: #323232;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.sidebar-filtro .btn-function .btn-toggle .fa:hover {
  color: #009bd6;
}
.body-sidenav,
.sidebar-filtro .btn-clean {
  display: none;
}
.sidebar-filtro .box-item {
  position: relative;
  margin-bottom: 20px;
}
.sidebar-filtro .check-custom label {
  margin-left: 15px;
}
.conteudo_left .calendario-cursos h1,
.conteudo_left h2 {
  font-size: 16px !important;
  line-height: 19px !important;
  margin-bottom: 5px;
  margin-top: 0;
}
.conteudo_left .calendario-cursos p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.siderbarfora {
  padding-bottom: 20px;
}
.siderbarfora hr {
  margin-bottom: 30px;
  margin-top: 0;
}
.siderbarfora .calendario-cursos {
  margin-top: -15px;
  margin-bottom: 10px;
  padding-right: 15px;
}
.sidebar-nav a {
  line-height: 16px;
}
.sidenav-js,
.sidenav-js-cursos,
.sidenav-js-filtro {
  overflow: hidden;
}
.sidenav-js .body-sidenav,
.sidenav-js-cursos .body-sidenav,
.sidenav-js-filtro .body-sidenav {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: 100vh;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.sidenav-mobile .sidenav,
.sidenav-mobile-cursos .sidenav,
.sidenav-mobile-filtro .sidenav {
  min-height: 100%;
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #fff;
}
.sidenav-mobile .sidenav .closebtn,
.sidenav-mobile-cursos .sidenav .closebtn,
.sidenav-mobile-filtro .sidenav .closebtn {
  z-index: 9999;
  top: 5px;
  right: 10px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
}
.sidenav-js .sidenav-mobile .sidenav .closebtn,
.sidenav-js-cursos .sidenav-mobile-cursos .sidenav .closebtn,
.sidenav-js-filtro .sidenav-mobile-filtro .sidenav .closebtn {
  position: fixed;
  opacity: 10;
  filter: alpha(opacity=100);
}
.sidenav-mobile .sidenav .closebtn .fa,
.sidenav-mobile-cursos .sidenav .closebtn .fa,
.sidenav-mobile-filtro .sidenav .closebtn .fa {
  font-size: 20px;
  color: #213679;
}
.sidenav-mobile .sidenav .nav-menu-dentro a,
.sidenav-mobile-cursos .nav > li > a {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  text-decoration: none;
}
.sidenav-mobile .nav-menu-dentro {
  margin: 0 !important;
  width: 100%;
}
.sidenav-mobile .sidenav .nav-menu-dentro li {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
.sidenav-mobile .sidenav .nav-menu-dentro a {
  padding: 13px 15px 13px 25px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #323232;
  background: 0 0;
}
.sidenav-mobile li.active {
  background: 0 0 !important;
}
.sidenav-mobile li.active a {
  color: #009bd6 !important;
}
.sidenav-mobile .open .dropdown-menu {
  padding: 0;
}
.sidenav-mobile .open .dropdown-menu > li {
  background-color: #ededed;
  border-left: 7px solid #72bce9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sidenav-mobile .open .dropdown-menu > li:last-child {
  border-bottom: none;
  margin-bottom: -1px;
}
.sidenav-mobile .open .dropdown-menu > li > a {
  padding: 13px 15px 13px 35px !important;
}
.sidenav-mobile .open > a:focus {
  background-color: #fff !important;
  border-color: transparent !important;
}
.sidenav-mobile .contato-topo {
  padding: 30px 15px 10px 25px;
}
.sidenav-mobile .contato-topo p {
  text-align: left;
  height: auto;
  padding-bottom: 5px;
}
.sidenav-mobile .contato-topo h4 {
  text-align: left;
  margin-bottom: 15px;
}
.sidenav-mobile .contato-topo a {
  color: #213679;
}
.sidenav-mobile .contato-topo img {
  margin-right: 5px;
  margin-left: 0;
}
.btn-mobile-sidenav .btn {
  background-color: #213679;
  color: #fff;
  text-align: left;
  margin: -15px 0 30px;
}
.btn-mobile-sidenav .btn .fa {
  color: #fff;
  margin-right: 10px;
}
.sidenav-mobile-cursos .sidenav {
  right: inherit;
  left: 0;
  background-color: #213679;
  color: #fff;
}
.sidenav-mobile-cursos .sidenav .closebtn .fa {
  color: #fff;
}
.sidenav-mobile-cursos .sidenav .closebtn {
  right: 25px;
}
.sidenav-mobile-cursos .nav > li > a {
  background-image: none !important;
  padding: 13px 15px 13px 25px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #fff;
  background: 0 0;
}
.sidenav-mobile-cursos .nav > li {
  background: 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 7px solid #72bce9;
}
.sidenav-mobile-cursos .nav {
  margin-top: -20px;
}
.sidebar-filtro-mobile {
  margin-bottom: 30px;
}
.topo-conteudo-curso h1 {
  line-height: 33px !important;
  vertical-align: middle;
}
.faixa-internas hr {
  margin: 0;
}
.conteudo_left,
.conteudo_right {
  margin-bottom: -40px;
}
.box-voltar-bottom {
  bottom: inherit;
}
.conteudo_right {
  padding-bottom: 28px;
  padding-top: 0;
}
.topo-conteudo-curso h5 {
  font-size: 15px;
  font-weight: 600;
  color: #213679;
}
.desc strong {
  display: inline-block;
  margin-bottom: 15px;
}
.box-formulario-curso,
div.descricao_curso_interna {
  background-color: #ededed;
  padding: 20px 15px;
}
.box-formulario-curso .btn-enviar {
  background-color: #4dbd2e;
  color: #fff;
  border: none;
}
.box-formulario-curso .btn-enviar:hover {
  background-color: #009bd6;
  color: #fff;
}
.box-formulario-curso .form-group {
  margin-bottom: 10px;
}
.box-tab .nav-justified {
  border-bottom: 1px solid #ededed;
}
.box-tab .box-tab-datas .nav > li.active > a,
.box-tab .box-tab-datas .nav > li > a:focus,
.box-tab .box-tab-datas .nav > li > a:hover,
.box-tab .nav > li.active > a,
.box-tab .nav > li > a:focus,
.box-tab .nav > li > a:hover {
  border: 1px solid #ededed;
  background-color: #fff;
  color: #323232;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 15px;
  margin-bottom: -2px;
  font-size: 16px;
  border-bottom-color: #fff !important;
}
.box-tab .nav-justified > li {
  width: auto;
}
.box-tab .nav > li > a {
  border: 1px solid #ededed;
  background-color: #ededed;
  color: #009bd6;
  font-size: 16px;
  padding: 10px 15px;
  border-bottom-color: #ededed;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.box-tab .nav-pills > li + li > a {
  margin-left: 5px;
}
.box-tab .nav-justified > li > a {
  margin-bottom: 0;
}
.lista-recomenda li {
  padding: 11px 15px;
}
ul.list-topicos {
  margin-left: -15px;
}
ul.list-topicos li {
  padding-left: 15px;
}
.topo-conteudo-curso.title-img {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ededed;
  margin-top: 5px;
  margin-left: -15px;
  margin-bottom: 20px;
}
.topo-conteudo-curso.title-img h1 {
  margin: 0;
  padding: 0;
}
.btn-scroll-top {
  background-color: #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 12px 15px;
  color: #009bd6;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: inline-block;
  margin-bottom: 0;
}
.btn-scroll-top .fa {
  color: #009bd6;
  margin-right: 5px;
}
.btn-scroll-top:focus,
.btn-scroll-top:hover {
  text-decoration: none;
  color: #009bd6;
  border: 1px solid #009bd6;
}
.footer li a:hover {
  color: #009bd6;
}
.header-fixo-ead {
  position: fixed;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  height: 50px;
  z-index: -999;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.texto-banner,
.user_log li {
  text-align: right;
}
.menu-scroll {
  float: none;
  display: inline-block;
}
.header-fixo-ead.affix {
  z-index: 999;
  opacity: 10;
}
.header-fixo-ead .nav > li > a {
  text-shadow: none;
  color: #009bd6;
}
.header-fixo-ead .nav > li.active > a {
  color: #fff;
}
.header-fixo-ead .nav > li.active a,
.header-fixo-ead .nav > li > a:focus,
.header-fixo-ead .nav > li > a:hover {
  background-color: #009bd6;
  color: #fff;
}
.spacing-scroll-fixed {
  padding-top: 55px;
}

.dados-curso .panel-body img {
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .accordion-ead .panel-title {
    margin-left: 15px;
  }
  .panel-group .spacing-scroll-fixed {
    padding-top: 55px;
  }
}
.menu_pg_topo .brand {
  display: inline-block;
  width: auto;
}
.user_conectado {
  margin-right: 15px;
}
.user_conectado .avatar {
  width: 33px;
  height: auto;
  margin-right: 5px;
}
.user_conectado .menu_interno_drop {
  top: 47px;
}
.user_conectado .user_log {
  left: inherit;
  right: 0;
}
.user_conectado .flex {
  padding-bottom: 14px;
}
.user_conectado li a {
  font-size: 14px;
}
.membro_equipe {
  margin-bottom: 50px;
}
.texto-banner h2,
ul.listagem_prof {
  margin-bottom: 30px;
}
.back-button,
.bt_voltar,
.btnlojavoltar {
  display: inline-block;
  width: 100%;
  background-color: #ededed;
  padding: 5px 20px;
  font-size: 12px;
}
.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 280px;
  padding: 40px 0;
  background-position: left center;
}
.box-formulario-curso #html_boxcaptcha{
  transform: scale(.86);
  -ms-transform: scale(.86);
  -webkit-transform: scale(.86);
  transform-origin: center left;
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
}
#html_boxcaptcha,
.box-calendario-carrossel,
.box-filtro-top,
.faixa-login-aviso {
  display: inline-block;
}
.texto-banner {
  position: relative;
  top: inherit;
  right: inherit;
  float: right;
}
.texto-banner p {
  float: right;
}
.conteudo_bottom_mobile .nav-list {
  margin-top: 20px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
  box-shadow: none;
}
.faixa-login-aviso {
  width: 100%;
  padding: 2px 30px;
  background-color: #d8edf8;
  color: #323232;
  margin: 20px auto;
}
.area_aluno_servicos {
  margin-bottom: 30px;
}
.box-canal h1,
.item_video h2,
.post_artigo h2 {
  font-size: 20px;
  line-height: 23px !important;
  margin-bottom: 10px;
}
.conteudo_artigo h1 {
  margin-top: 20px;
}
.ico_cetros_icetrus .item-img {
  display: inline-block;
  width: 44%;
  margin-right: 6%;
  margin-top: 20px;
}
.sidebar-nav .nav {
  margin-right: -1px;
}
.ico_cetros_icetrus div {
  height: auto;
}
.item_video {
  height: 400px;
}
.form-filtro .form-group {
  width: auto;
}
.erro404 .menu_midias_sociais .fa {
  color: #213679;
  font-size: 30px;
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.erro404 .menu_midias_sociais .fa:hover {
  color: #c9535b;
}
.form_meus_dados h1,
.list_meus_pedidos h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fluxo-compra h1 {
  margin-bottom: 30px;
}
.siderbarfora .form-buscar {
  margin: 0 15px 30px 0;
}
.ico_artigos,
.ico_menu,
.sidebar-nav .ico_sidebar,
.sidebar-nav .ico_sidebar2 {
  background-size: 30px;
}
.box-carrinho .badge {
  bottom: 0 !important;
  top: 0;
  margin-top: 25px;
}
.box-carrinho {
  padding-bottom: 33px !important;
}
.btn-mobile-sidenav {
  margin-right: 15px;
}
.box-filtro-top {
  width: 100%;
  background-color: transparent;
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.box-filtro-top .form-group {
  margin: 0;
}
.menu_pg_topo .brand {
  margin-top: 20px;
}
.menu_pg_topo .brand img {
  width: 170px;
  height: auto;
}
.menu_login_topo ol,
.menu_login_topo ul {
  margin-bottom: 0;
}
.menu_login_topo .user_conectado .flex {
  padding-bottom: 0;
  line-height: 1;
}
.menu_login_topo .form-buscar {
  padding-right: 30px;
}
.menu_login_topo .box-login-topo {
  float: right;
  margin-right: 15px;
  width: auto;
}
.menu_login_topo .user_conectado {
  margin-right: 0;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .menu_login_topo {
    padding-bottom: 10px;
    height: auto !important;
  }
  .menu_login_topo .form-buscar {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .menu_login_topo .contato-topo p.titulo-contato,
  .menu_login_topo .form-buscar {
    margin-bottom: 0;
  }
  .menu_login_topo .box-login-topo a {
    font-size: 1em;
  }
  .menu_login_topo .box-login-topo img {
    width: 30px;
    margin-right: 7px;
  }
  .menu_login_topo .box-login-topo span {
    padding: 0 2px;
  }
  .menu_login_topo .contato-topo table td.box-tel {
    padding: 0;
  }
  .menu_login_topo .input-busca {
    font-size: 0.929em;
  }
  .menu_login_topo .contato-topo p {
    font-size: 8px;
  }
  .menu_login_topo .contato-topo {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_login_topo .box-login-topo {
    margin-top: 0;
  }
  .menu_login_topo .user_conectado {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 361px) {
  .menu_login_topo .carrinho span {
    min-width: 120px;
  }
}
.box-calendario-carrossel {
  width: 100%;
  margin: 20px 0 0px;
}
.box-calendario-carrossel select::-ms-expand {
  display: none;
}
.box-calendario-carrossel input[type="text"]::-ms-clear {
  display: none;
}
.box-calendario-carrossel select.form-control {
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 0 75px 0 15px !important;
  min-height: 35px;
  line-height: 40px;
  height: auto;
  border-radius: 0;
  font-size: 16px;
  color: #213679;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  border-radius: 4px;
  text-overflow: "";
  background: url(../img/arrow-select.svg) 100% center/60px 60px no-repeat
    #fafafa !important;
  cursor: pointer;
}
.box-calendario-carrossel select.form-control * {
  background-color: #e6e6e6;
  font-size: 16px;
  padding: 5px 0;
}
.box-calendario-carrossel .box-calendar {
  display: block;
  /* margin: 30px auto 0; */
  text-align: center;
}
.box-calendario-carrossel .wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  /* margin: 60px auto 0; */
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.box-calendario-carrossel .wrap .month {
  position: relative;
  z-index: 5;
  margin: 10px;
  float: none;
  display: inline-block;
  width: 352px;
  height: 320px;
}
.box-calendario-carrossel .wrap .month h4 {
  text-align: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-transform: uppercase;
  color: #009bd6;
  font-weight: 700;
  font-size: 1.786em;
  line-height: 1;
  letter-spacing: 3px;
}
.box-calendario-carrossel .wrap .month .week {
  position: relative;
  height: 50px;
  width: 100%;
  margin: 0;
  border: 0;
}
.box-calendario-carrossel .wrap .month .week i {
  font-style: normal;
}
.box-calendario-carrossel .wrap .month .week .day,
.box-calendario-carrossel .wrap .month .week .wday {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 1.786em;
  font-weight: 300;
  color: #868686;
}
.box-calendario-carrossel .wrap .month .week .wday {
  color: #0073b6;
  font-weight: 600;
  font-size: 1.143em;
  letter-spacing: 3px;
}
.box-calendario-carrossel .wrap .month .week .week:not(.week0):hover {
  border-color: #d3d3d3;
}
.box-calendario-carrossel .wrap .month .week .day {
  cursor: pointer;
}
.box-calendario-carrossel .wrap .month .week .day.weekend {
  color: #a9a9a9 !important;
}
.box-calendario-carrossel .wrap .month .week .day.today {
  background-color: #d8d8d8;
  color: #fff !important;
}
.box-calendario-carrossel .wrap .month .week .day.curso {
  background-color: #213679;
  color: #fff !important;
}
.box-calendario-carrossel .wrap .month .week .day.apriFim {
  background-color: #ffbc40;
  color: #fff !important;
}
.box-calendario-carrossel .wrap .month .week .day.apriIni  {
  background-color: #ffa500;
  color: #fff !important;
}
.box-calendario-carrossel .wrap .month .week .day.periodo {
  background-color: #d8edf8 !important;
  color: #009bd6 !important;
}
.box-calendario-carrossel .wrap .month .week .day.active {
  cursor: pointer;
}

.box-calendario-carrossel .wrap .month .week .day.d0,
.box-calendario-carrossel .wrap .month .week .wday.wd0 {
  left: 0;
}
.box-calendario-carrossel .wrap .month .week .day.d1,
.box-calendario-carrossel .wrap .month .week .wday.wd1 {
  left: 50px;
}
.box-calendario-carrossel .wrap .month .week .day.d2,
.box-calendario-carrossel .wrap .month .week .wday.wd2 {
  left: 100px;
}
.box-calendario-carrossel .wrap .month .week .day.d3,
.box-calendario-carrossel .wrap .month .week .wday.wd3 {
  left: 150px;
}
.box-calendario-carrossel .wrap .month .week .day.d4,
.box-calendario-carrossel .wrap .month .week .wday.wd4 {
  left: 200px;
}
.box-calendario-carrossel .wrap .month .week .day.d5,
.box-calendario-carrossel .wrap .month .week .wday.wd5 {
  left: 250px;
}
.box-calendario-carrossel .wrap .month .week .day.d6,
.box-calendario-carrossel .wrap .month .week .wday.wd6 {
  left: 300px;
}
.box-calendario-carrossel .next,
.box-calendario-carrossel .prev {
  z-index: 99;
  position: absolute;
  display: block;
  top: 42%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.box-calendario-carrossel .next::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  line-height: 60px;
  color: #213679;
  font-size: 40px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.box-calendario-carrossel .prev::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  line-height: 60px;
  color: #213679;
  font-size: 40px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.box-calendario-carrossel .next:active::before,
.box-calendario-carrossel .next:focus::before,
.box-calendario-carrossel .next:hover::before,
.box-calendario-carrossel .prev:active::before,
.box-calendario-carrossel .prev:focus::before,
.box-calendario-carrossel .prev:hover::before {
  color: #0088cc;
}
.box-calendario-carrossel .prev {
  left: 25%;
}
.box-calendario-carrossel .prev::before {
  content: "\f053";
}
.box-calendario-carrossel .next {
  right: 25%;
}
.box-calendario-carrossel .next::before {
  content: "\f054";
}
.box-calendario-carrossel .next span,
.box-calendario-carrossel .prev span {
  display: none;
}
.box-calendario-carrossel .month:nth-child(2),
.box-calendario-carrossel .month:nth-child(4) {
  opacity: 0.3 !important;
  position: relative;
}
.box-calendario-carrossel .month:nth-child(2)::before,
.box-calendario-carrossel .month:nth-child(4)::before {
  content: "";
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  width: 120px;
  height: 100%;
}
.box-calendario-carrossel .month:nth-child(2) {
  left: -10%;
}
.box-calendario-carrossel .month:nth-child(2)::before {
  left: -4%;
  background: -moz-linear-gradient(to left, transparent 0, #ededed 80%);
  background: -webkit-linear-gradient(to left, transparent 0, #ededed 80%);
  background: linear-gradient(to left, transparent 0, #ededed 80%);
}
.box-calendario-carrossel .month:nth-child(4) {
  right: -10%;
}
.box-calendario-carrossel .month:nth-child(4)::before {
  right: -4%;
  background: -moz-linear-gradient(to right, transparent 0, #ededed 80%);
  background: -webkit-linear-gradient(to right, transparent 0, #ededed 80%);
  background: linear-gradient(to right,transparent 0,#ededed 80%);
}
@media only screen and (max-width: 1200px) {
  .box-calendario-carrossel .wrap .month {
    width: 290px;
  }
  .box-calendario-carrossel .wrap .month .week {
    transform: scale(0.82);
    -ms-transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: center left;
    -ms-transform-origin: center left;
    -webkit-transform-origin: center left;
  }
}
@media only screen and (max-width: 991px) {
  .box-calendario-carrossel .wrap .month {
    width: 352px;
    margin: 0;
  }
  .box-calendario-carrossel .wrap .month .week {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
  .box-calendario-carrossel .wrap .month h4 {
    font-size: 1.429em;
  }
  .box-calendario-carrossel .wrap .month:nth-child(2),
  .box-calendario-carrossel .wrap .month:nth-child(4) {
    display: none;
  }
  .box-calendario-carrossel .wrap .prev {
    left: 0;
  }
  .box-calendario-carrossel .wrap .next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box-calendario-carrossel select.form-control {
    margin: 5px 0;
    height: 45px;
    min-height: 45px;
    line-height: 45px;
    font-size: 1.143em;
    background: url(../img/arrow-select.svg) 100% center/45px 45px no-repeat
      #fff !important;
  }
}
@media only screen and (max-width: 540px) {
  .box-calendario-carrossel .wrap {
    margin-top: 0;
  }
  .box-calendario-carrossel .wrap .month {
    width: 290px;
  }
  .box-calendario-carrossel .wrap .month .week {
    transform: scale(0.82);
    -ms-transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: center left;
    -ms-transform-origin: center left;
    -webkit-transform-origin: center left;
  }
  .box-calendario-carrossel .wrap .yclNav {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin-bottom: -12px;
  }
  .box-calendario-carrossel .wrap .next,
  .box-calendario-carrossel .wrap .prev {
    position: relative;
    top: 0;
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .box-calendario-carrossel .wrap .next::before,
  .box-calendario-carrossel .wrap .prev::before {
    font-size: 25px;
  }
}
@media (min-width: 767px) {
  .col5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .slide-col-landingpage .owl-nav .nav-prev {
    left: -25px;
  }
  .slide-col-landingpage .owl-nav .nav-next {
    right: -25px;
  }
  .slide-col-landingpage .box-content {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .bg-landingpage .box-destaque-top .item-icon {
    margin: 10px 0;
  }
  .contato-topo {
    margin-top: 0;
  }
  .contato-topo h4 {
    font-size: 14px;
  }
  .banner-home-full .owl-dots {
    bottom: 50px;
    right: 10%;
  }
  .banner-home-full .owl-nav .nav-prev {
    left: 7%;
  }
  .banner-home-full .owl-nav .nav-next {
    right: 7%;
  }
  .slide-custom .owl-nav .nav-next,
  .slide-custom .owl-nav .nav-prev {
    top: 33%;
  }
  .box-prox-datas .form-control {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mapa-site {
    margin-left: -5px;
  }
  .l-voltar {
    display: none;
  }
  .membro_equipe {
    margin-bottom: 10px;
  }
  .form-filtro label {
    display: block;
  }
  .form-filtro .form-group {
    margin-bottom: 20px;
  }
  .form-filtro .btn-enviar {
    margin-left: 0;
    display: block;
  }
  .menu_pg_topo a {
    font-size: 16px;
  }
  .nav-menu-dentro li a {
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .bg-landingpage .item-curso .tag-desc h5 {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .menu_login_topo,
  .user_conectado .flex {
    padding-bottom: 0;
  }
  .banner-home-full .owl-nav .fa {
    font-size: 60px;
  }
  .banner-home-full .owl-dots {
    bottom: 50px;
    right: 20px;
  }
  .banner-home-full .owl-nav .nav-prev {
    left: 20px;
  }
  .banner-home-full .owl-nav .nav-next {
    right: 20px;
  }
  .form-buscar {
    margin-bottom: 15px;
  }
  .menu_login_topo {
    height: auto;
  }
  .menu_pg_topo a {
    font-size: 14px;
  }
  .nav-menu-dentro {
    margin-top: 10px !important;
  }
  .menu_interno_drop {
    top: 70px;
  }
  .box-login-topo {
    float: right;
    margin-right: 15px;
  }
  .conteudo_right-area-paciente .btn-enviar {
    margin-left: 15px;
  }
  .bg-img {
    background-position: center center;
  }
  .sidebar-filtro .btn-function .btn-toggle,
  .sidebar-filtro .btn-function .limpar {
    margin-right: 0;
  }
  .menu_pg_topo .brand {
    display: block;
    margin: 15px auto 0;
  }
  .menu_pg_topo .brand img {
    display: block;
    margin: 0 auto;
    width: 170px;
    height: auto;
  }
  .logo_header {
    display: inline-block;
    width: 100%;
  }
  .logo_header img {
    max-width: 100%;
  }
  .nav-menu-dentro {
    float: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .box-assine-news .btn,
  .owl-carousel .owl-item {
    width: 100%;
  }
  .item_video,
  .slide-col-landingpage .box-top {
    height: auto;
  }
  .box-carrinho {
    padding-bottom: 0 !important;
  }
  .flex-mobile {
    display: block;
  }
  .bg-landingpage .box-destaque-top {
    margin-top: 30px;
  }
  .bg-landingpage h1 {
    text-align: left;
  }
  .slide-col-landingpage .box-content {
    padding: 0;
  }
  .slide-cursos .owl-controls {
    display: none;
  }
  .banner-home-full .owl-dots {
    position: relative;
    right: 0;
    left: 0;
    bottom: 20px;
  }
  .container-footer {
    margin-bottom: 30px;
  }
  .calendario-cursos {
    margin-top: 0;
  }
  .box-canal,
  .menu_pg_topo .brand {
    margin-bottom: 0;
  }
  .bt-mobile {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }
  .mobile .form-buscar,
  .sidebar-nav,
  .user_conectado ul {
    margin-bottom: 0;
  }
  .mobile .form-buscar {
    margin-top: 10px;
  }
  .mapa-site {
    margin-left: 0;
  }
  .box-canal h3 {
    margin-top: 40px;
  }
  .box-canal .btn {
    margin-top: 0;
  }
  .topo-conteudo-curso.title-img h1 {
    margin-left: 15px;
  }
  .topo-conteudo-curso.title-img {
    border-bottom: none;
    margin-bottom: 0;
  }
  .spacing-scroll-fixed {
    padding-top: 0;
  }
  .user_conectado .flex {
    padding-bottom: 0;
  }
  .user_conectado {
    margin-top: -2px;
    margin-right: 0;
  }
  .user_conectado .menu_interno_drop {
    top: 34px;
  }
  .user_conectado .avatar {
    width: 28px;
  }
  .box-carrinho > ul {
    left: 0 !important;
    right: inherit !important;
  }
  .conteudo_bottom_mobile h2,
  .conteudo_bottom_mobile h4 {
    font-size: 20px !important;
    line-height: 23px !important;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .conteudo_bottom_mobile hr {
    margin: 0;
  }
  .conteudo_bottom_mobile {
    margin-top: 30px;
  }
  .conteudo_right {
    margin-left: 0;
  }
  .conteudo_right .tags {
    margin-left: 30px;
    margin-right: 10px;
  }
  .item_video {
    margin-bottom: 25px;
  }
  .box-footer .box-canal h3 {
    margin-top: 0;
  }
  .siderbarfora .form-buscar {
    margin-right: 0;
  }
  .menu_pg_topo .brand img {
    margin: 0 0 0 15px;
    width: 140px;
  }
  .menu_login_topo {
    padding: 0;
    padding-bottom: 0 !important;
  }
  .box-curso-content {
    min-height: auto !important;
  }
  a.btn-curso-avise-me,
  a.btn-curso-inscreva-se {
    margin: 20px 0;
    position: relative;
    width: 100%;
  }
  .nav-menu-dentro li.hover_submenu > a {
    padding-bottom: inherit !important;
  }
  .cc-compliance{
  padding-right: 0px !important;
  }
}
@media only screen and (max-width: 541px) {
  .slide-col-landingpage .slide-cursos .owl-stage-outer {
    margin-left: -40px !important;
  }
}
@media only screen and (max-width: 480px) {
  .box-prox-datas .list .flex {
    display: inline-block;
  }
  .box-prox-datas .list .box-data {
    min-width: auto;
    text-align: left;
    margin-right: 0;
  }
  .box-prox-datas .list .box-data h4 {
    float: left;
  }
  .box-prox-datas .list .box-data p {
    display: inline-block;
    vertical-align: sub;
    margin: 0 0 0 10px;
  }
  .box-prox-datas .list .item h5 {
    margin-top: 10px;
  }
  .logo_header a {
    margin-left: 15px;
  }
  .menu_pg_topo .navbar-toggle {
    padding: 9px 0;
  }
  .box-login-topo-mobile {
    padding-right: 15px;
  }
  .box-tab .nav > li.active > a,
  .box-tab .nav > li > a,
  .box-tab .nav > li > a:focus,
  .box-tab .nav > li > a:hover {
    font-size: 12px;
    padding: 6px 10px;
  }
}
@media only screen and (max-width: 361px) {
  .bg-landingpage .box-destaque-top .item-icon p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 359px) {
  .box-destaque-top .col-xs-6 {
    width: 100%;
  }
  .bg-landingpage .box-destaque-top .item-icon {
    display: inline-block;
  }
  .menu-topo-mobile ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 321px) {
  .bg-landingpage .item-curso .tag-desc h5 {
    font-size: 13px;
    line-height: 20px;
  }
  .box-tab .nav > li.active > a,
  .box-tab .nav > li > a,
  .box-tab .nav > li > a:focus,
  .box-tab .nav > li > a:hover {
    font-size: 16px;
    padding: 12px 10px;
  }
  .box-tab .nav-justified > li {
    width: 100%;
    display: block;
  }
  .box-tab .nav-pills > li + li,
  .box-tab .nav-pills > li + li > a {
    margin-left: 0;
  }
  .box-tab .nav > li > a {
    border-radius: 0;
  }
}
.menu_login_topo {
  background-color: #f2f2f2;
  border-bottom: none;
}

.box-contato-topo {
  padding-left: 0;
}

.contato-topo {
  margin-top: 4px;
}

.contato-topo table {
  width: 100%;
}

.contato-topo table td {
  text-align: center;
}

.contato-topo p.titulo-contato {
  margin-bottom: 4px;
}

.contato-topo a {
  color: rgba(0, 155, 214, 1);
  display: inline-block;
}

.contato-topo a h4 {
  color: #213679;
  margin-bottom: 0;
}

.cursos-list2 h5 {
  color: rgba(0, 155, 214, 1);
}

.nav-menu-dentro {
  float: right;
}

.contato-topo img {
  float: none;
  margin: 3px 4px 0 0;
}

/*.cursos-list2 .curso-box-content:hover .box-curso-img a::before{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
content:'';
display:block;
background-color:rgba(0,0,0,0.4);
}*/

.banner-home-full .owl-nav .nav-prev {
  left: 20px;
}

.banner-home-full .owl-nav .nav-next {
  right: 20px;
}

.font-list {
  font-size: 1.2em !important;
}

.banner-full-slider .owl-carousel .owl-item {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: 360px;
}

.banner-full-slider .owl-carousel .owl-item .box-banner-content,
.banner-full-slider .owl-carousel .owl-item table {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.box-banner-content table td {
  padding-left: 80px;
  padding-right: 80px;
}

.box-banner-content table td h1 {
  font-size: 43px;
  line-height: 1.4em;
}

.box-banner-content table td p {
  font-size: 16px;
}

.box-banner-content table td a {
  font-size: 16px;
  color: #323232;
}

.banner-full-slider .owl-carousel .owl-item table {
  height: 360px;
}

.banner-full-slider .owl-carousel .owl-item.box-left-top table td {
  text-align: left;
  vertical-align: top;
}

.banner-full-slider .owl-carousel .owl-item.box-center-top table td {
  text-align: center;
  vertical-align: top;
}

.banner-full-slider .owl-carousel .owl-item.box-right-top table td {
  text-align: right;
  vertical-align: top;
}

.banner-full-slider .owl-carousel .owl-item.box-left-center table td {
  text-align: left;
  vertical-align: middle;
}

.banner-full-slider .owl-carousel .owl-item.box-center-center table td {
  text-align: center;
  vertical-align: middle;
}

.banner-full-slider .owl-carousel .owl-item.box-right-center table td {
  text-align: right;
  vertical-align: middle;
}

.banner-full-slider .owl-carousel .owl-item.box-left-bottom table td {
  text-align: left;
  vertical-align: bottom;
}

.banner-full-slider .owl-carousel .owl-item.box-center-bottom table td {
  text-align: center;
  vertical-align: bottom;
}

.banner-full-slider .owl-carousel .owl-item.box-right-bottom table td {
  text-align: right;
  vertical-align: bottom;
}

.vh {
  padding-top: 1px;
}

.box-curso-content {
  padding-bottom: 15px;
  /*min-height: 220px;*/
  margin-top: 10px;
  font-family: MuseoSansRounded, sans-serif;
}

@media screen and (max-width: 480px) {
  .box-curso-content {
      padding-bottom: 0px;
      min-height: 0px;
  }
}

.cursos-list2 h5 {
  font-weight: 700;
  font-family: MuseoSansRounded, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  color: #0088cc;
}

.cursos-list2 p {
  font-family: MuseoSansRounded, sans-serif;
  font-size: 13px;
  color: #262626;
}

.cursos-list2 a {
  font-weight: 300;
  font-family: MuseoSansRounded, sans-serif;
  font-size: 15px;
  color: #0088cc;
}

.cursos-list2 .box-curso-img {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  min-height: 200px;
  /*margin-bottom:26px; */
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #eee;
}


.cursos-list2 .box-curso-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  height: 5px;
}

/* novo */
.img-detail {
  display: block;
}

.curso-box-content {
  position: relative;
  transition: background 0.5s ease;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .curso-box-content {
      margin-bottom: 20px !important;
  }
}

.faixa-cor {
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 99;
}

/*.ico_area_aluno:hover{
background: rgba(0, 136, 204, 0.6);
}*/

.ico_area_aluno:hover h2 {
  text-decoration: underline;
  color: #0088cc;
}

/* fim novo */

.cursos-list2 .box-curso-img.rosa::after {
  background-color: rgba(202, 85, 92, 0.9);
}

.cursos-list2 .box-curso-img.azul::after {
  background-color: rgba(115, 189, 233, 0.9);
}

.cursos-list2 .box-curso-img.verde::after {
  background-color: rgba(122, 184, 171, 0.9);
}

.cursos-list2 .box-curso-img.amarelo::after {
  background-color: rgba(238, 210, 113, 0.9);
}

.cursos-list2 .box-curso-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999%;
  z-index: 1;
}

.box-assine-news table {
  width: 100%;
  height: 100%;
}

.box-assine-news table td {
  vertical-align: bottom !important;
}

.sidebar-filtro {
  margin-top: 0;
}

.sidebar-filtro h4 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
}

.siderbarfora .calendario-cursos {
  margin-top: 10px;
}

.siderbarfora .linha-sidebar-cursos {
  margin-bottom: 0;
}

.faixa-login-aviso {
  padding: 20px 30px;
  display: inline-block;
}

.faixa-login-aviso a.bt-facalogin {
  display: inline-block;
  float: left;
  margin: 0 8px 0 0;
}
.cc-compliance{
  padding-right: 175px;
}

@media only screen and (max-width: 1200px) {
  .menu_login_topo {
      height: 68px;
  }

  .menu_login_topo .contato-topo .btn-line {
      font-size: 12px !important;
      margin-top: -13px;
      padding: 5px 10px;
  }

  .cursos-list2 .box-curso-img {
      min-height: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .menu_login_topo {
      height: auto;
      padding-bottom: 8px;
  }

  .contato-topo {
      margin: 0 -30px 0 0;
  }

  .box-contato-topo {
      padding-right: 0;
      padding-left: 15px;
  }

  .contato-topo table td.box-tel {
      padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sidenav .contato-topo .btn-line {
      margin-bottom: 15px;
  }

  .box-contato-topo {
      padding-right: 15px;
  }

  .banner-full-slider .owl-carousel .owl-item {
      background-image: none;
      min-height: auto;
  }

  .banner-full-slider .owl-carousel .owl-item table {
      display: none;
  }

  .contato-topo {
      margin: 0;
      display: inline-block;
  }

  .contato-topo table td {
      display: block;
      text-align: left;
  }

  .contato-topo table td.box-tel {
      padding: 0;
  }

  .contato-topo img {
      float: left;
      display: inline-block;
      margin: 0 4px 0 0 !important;
  }
}

/* Teste */

@media only screen and (max-width: 767px) {
  a.btn-curso-avise-me, a.btn-curso-inscreva-se {
      margin: 20px 0 40px 0;
  }
}

.area_editor .desc p strong {
  margin-bottom: 0px !important;
  padding-bottom: 2px;
}


/*Estilo do select Newsletter*/
.newsletter select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.info {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  border: 1px solid #009bd6;
  font-size: 12px !important;
  background-color: #009bd6;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.info:focus,
.info:hover {
  background-color: #FFF;
  color: #009bd6;
}
.breadcrumb>li {
  vertical-align: middle;
}
form {
  margin: 0;
}
.btn-block {
  width: 100% !important;
}

/* Hero Home */
#HeroHome h1{
  font-size: 36px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700 !important;
  margin-bottom: 30px;
}

#HeroHome h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 300 !important;
  margin-bottom: 30px;
}

#HeroHome h2::after{
  background: none!important;
}

#HeroHome .btn-saibamais{
  background-color: #f4511e;
  color: #fff;
  margin-left: 10px;

}

#HeroHome a .hover{
  background-color: #fff;
  color: #f4511e;
  }

.jumbotronHero {
  background-color: #a9a9a9!important;
  color: #fff;
  padding: 100px 25px;
  font-family: Montserrat, sans-serif;
}
