.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;
  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;
}

.footeritem i {
  font-size: 30px;
  width: 50px;
  color: #fff;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .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:#274675/*#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-large {
  padding: 5px 60px;
}
.btn-line:focus,
.btn-line:hover {
  background-color: #009bd6;
  color: #fff;
}
.btn-line.active,
.btn-line: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;
}
.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-shadow: 6px 6px 6px -4px #808080;
}
.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: #174677;
  font-weight: bold;
  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;
  font-weight: bold;
  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: 10px;
  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;
}
.topo-conteudo-curso {
  margin-top: 5px;
}
.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;
}
#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;
  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: #ffa500;
  color: #fff !important;
}
.box-calendario-carrossel .wrap .month .week .day.apriIni {
  background-color: #ffdb99;
  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;
  }
}
@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;
  }
}
/* Calendario*/
.leg p strong {
  color: #213679;
  font-family: MuseoSansRounded, sans-serif !important;
}

.leg p {
  color: #213679;
  font-family: MuseoSansRounded, sans-serif !important;
}

.pc {
  font-size: 15px;
  /* font-weight: bold; */
  color: rgb(0, 115, 182);
  display: block;
  font-family: MuseoSansRounded, sans-serif !important;
}

.info {
  padding-left: 10px;
  padding-right: 10px;
  float: right;
  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;
  font-family: MuseoSansRounded, sans-serif !important;
}

.btn.btn-3 {
  background-color: #009bd6;
  font-family: MuseoSansRounded, sans-serif !important;
  margin-top: 15px !important;
}

.btn.btn-4 {
  background-color: #808080;
  font-family: MuseoSansRounded, sans-serif !important;
  margin-top: 15px !important;
}

.info:focus,
.info:hover {
  background-color: #FFF;
  color: #009bd6;
  font-family: MuseoSansRounded, sans-serif !important;
}

.NtC div {
  color: #213679;
  font-family: MuseoSansRounded, sans-serif !important;
}

.NtC strong {
  color: rgb(0, 115, 182);
  font-family: MuseoSansRounded, sans-serif !important;
}

.NtC div strong {
  color: #213679;
  font-family: MuseoSansRounded, sans-serif !important;
}
/*fim calendario*/

/***Conteudo***/
.contV{
  margin: 15px 0 0 0px;
  padding: 20px;
  background-color: #f5f5f5;
}

.contV2:before{
  content: '';
    display: block;
    top: 215px;
    left: 15px;
    position: absolute;
    height: 4px;
    width: 42px;
    background: #174677;
}

.contV3:after{
  content: '';
    display: block;
    top: 215px;
    left: 15px;
    position: absolute;
    border-left: 2px;
    height: 37px;
    width: 4px;
    background: #174677;
}