.bcalign,
.pull-left {
  display: inline-block;
}
.vantagens li,
dfn,
input[name="curso"] {
  font-style: italic;
}
dl,
h3,
menu,
ol,
p,
pre,
ul {
  margin: 1em 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
[hidden],
h1.home {
  display: none;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
body,
figure,
form {
  margin: 0;
}
a:focus {
  outline: dotted thin;
}
.estilo,
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.67em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input[name="curso"] {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.ver-cursos a,
a.buttonlink,
a:hover {
  text-decoration: none;
}
.clearfix:after,
.menu-topo,
footer {
  clear: both;
}
body {
  background: #fff;
  color: #666;
  font-size: 1em;
  line-height: 1.4em;
  overflow-y: scroll;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#curso,
#cursos,
#inicio,
#slogan {
  background: 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  line-height: 1.5em;
  margin: 0.45em 0;
  padding: 0;
  text-shadow: 1px 1px 1px #fff;
}
.btn-laranja-grd a,
a.buttonlink {
  display: block;
}
h2.home {
  font-size: 18pt;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #ea6714;
  letter-spacing: 1px;
  margin-top: 20px;
}
h3.novidades,
h3.sobre {
  font-size: 12pt;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 4px 0 0 32px;
  color: #2e2e2e;
  height: 30px;
}
/* ALT BOTAO C2C */
/*#banner,h2.curso{text-align:center}
#banner{width:100%;min-height:70px;}
#logo{float:left;}*/
#botao-telefone-cont {
  float: right;
  margin-top: -70px;
}
#botao-telefone {
  background: #eee; /* Old browsers */
  background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(
          0,
          0,
          0,
          0.2
        )
        100%); /* FF3.6+ */
  background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2))); /* Chrome,Safari4+ */
  background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(
          0,
          0,
          0,
          0.2
        )
        100%); /* Chrome10+,Safari5.1+ */
  background: #eee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(
          0,
          0,
          0,
          0.2
        )
        100%); /* Opera11.10+ */
  background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(
          0,
          0,
          0,
          0.2
        )
        100%); /* IE10+ */
  background: #eee
    linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-top: 15px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#botao-telefone:hover {
  color: #222;
  background: #ddd; /* Old browsers */
  background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(
          0,
          0,
          0,
          0.3
        )
        100%); /* FF3.6+ */
  background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3))); /* Chrome,Safari4+ */
  background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(
          0,
          0,
          0,
          0.3
        )
        100%); /* Chrome10+,Safari5.1+ */
  background: #ddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(
          0,
          0,
          0,
          0.3
        )
        100%); /* Opera11.10+ */
  background: #ddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(
          0,
          0,
          0,
          0.3
        )
        100%); /* IE10+ */
  background: #ddd
    linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
#botao-telefone:active {
  border: 1px solid #666;
  background: #ccc; /* Old browsers */
  background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(
          10,
          10,
          10,
          0.4
        )
        100%); /* FF3.6+ */
  background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4))); /* Chrome,Safari4+ */
  background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(
          10,
          10,
          10,
          0.4
        )
        100%); /* Chrome10+,Safari5.1+ */
  background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(
          10,
          10,
          10,
          0.4
        )
        100%); /* Opera11.10+ */
  background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(
          10,
          10,
          10,
          0.4
        )
        100%); /* IE10+ */
  background: #ccc
    linear-gradient(
      top,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(10, 10, 10, 0.4) 100%
    ); /* W3C */
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* FIM ALT BOTAO C2C */
p.home {
  margin: 30px 0 20px 5px;
  font-size: 13pt;
  color: #b1b1b1;
  text-align: center;
}
a,
a:active,
a:hover,
a:visited {
  color: #ea6812;
  text-decoration: none;
}
a.buttonlink {
  background: #ea6812;
  border-radius: 7px;
  color: #fff;
  float: left;
  margin: 10px 15px 10px 0;
  padding: 10px;
}
a.buttonlink:hover {
  background: #8dbc01;
}
.greenelement {
  background: #5ec79e;
  color: #fff;
}
.violetelement {
  background: #887dc2;
  color: #fff;
}
input[name="curso"] {
  background: url(../../imgs/form-bg.png) no-repeat;
  width: 227px;
  height: 40px;
  padding: 5px 5px 0 8px;
  margin: 0 0 15px;
  border: none;
  float: left;
}
.btn-lupa {
  opacity: 1;
  float: left;
  margin: 0 8px 10px 1px;
  cursor: pointer;
}
.btn-lupa:hover {
  opacity: 0.6;
}
.btn-ver-cursos {
  background-color: #a2a2a2;
  width: 175px;
  height: 41px;
  font-size: 10pt;
  font-weight: 600;
  padding: 12px 0 0 15px;
  margin: 0 0 15px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  float: left;
}
.btn-cinza,
.btn-laranja {
  height: 41px;
  font-size: 11pt !important;
  font-weight: 700;
  padding: 10px 15px 0 14px;
  text-transform: uppercase;
  float: left;
}
.ver-cursos a {
  color: #fff;
  text-shadow: 1px 1px 1px #a2a2a2;
}
.ver-cursos a:hover {
  color: #333;
  text-shadow: 1px 1px 1px #cacaca;
}
.btn-cinza {
  background-color: #a2a2a2;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.btn-laranja {
  background-color: #ff6a00;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin-left: 20px;
}
.geral {
  width: 96%;
  margin: 0 auto;
}
header {
  padding: 15px 0 0;
}
#curso header {
  padding: 22px 0 0 !important;
}
#content {
  margin: 25px 0;
}
aside {
  margin: 40px 0;
}
p {
  margin: 0 0 1.5em;
}
::selection {
  background: #ea6812;
  color: #000;
  text-shadow: none;
}
h2.curso {
  color: #fff;
  font-size: 14pt;
  text-shadow: 1px 1px 1px #b54800;
  padding-top: 8px;
}
h3.curso {
  color: #f60;
  font-size: 17pt;
  text-align: left;
  font-weight: 100;
}
.icon-admin,
.icon-agricultura,
.icon-bem-estar,
.icon-comercial,
.icon-decoracao,
.icon-educacao,
.icon-energias,
.icon-industria,
.icon-informatica,
.icon-marketing,
.icon-outros,
.icon-programacao,
.icon-saude,
.icon-seguranca,
.icon-turismo,
.icon-veterinaria,
.icon-videojogos {
  min-height: 37px;
  margin-bottom: 20px;
}
.icon-energias {
  background: url(../../imgs/icon-energias.png) 0 -37px no-repeat #e7e7e7;
}
.icon-industria {
  background: url(../../imgs/icon-industria.png) 0 -37px no-repeat #e7e7e7;
}
.icon-informatica {
  background: url(../../imgs/icon-informatica.png) 0 -37px no-repeat #e7e7e7;
}
.icon-saude {
  background: url(../../imgs/icon-saude.png) 0 -37px no-repeat #e7e7e7;
}
.icon-veterinaria {
  background: url(../../imgs/icon-veterinaria.png) 0 -37px no-repeat #e7e7e7;
}
.icon-educacao {
  background: url(../../imgs/icon-educacao.png) 0 -37px no-repeat #e7e7e7;
}
.icon-marketing {
  background: url(../../imgs/icon-marketing.png) 0 -37px no-repeat #e7e7e7;
}
.icon-turismo {
  background: url(../../imgs/icon-turismo.png) 0 -37px no-repeat #e7e7e7;
}
.icon-decoracao {
  background: url(../../imgs/icon-decoracao.png) 0 -37px no-repeat #e7e7e7;
}
.icon-seguranca {
  background: url(../../imgs/icon-seguranca.png) 0 -37px no-repeat #e7e7e7;
}
.icon-programacao {
  background: url(../../imgs/icon-programacao.png) 0 -37px no-repeat #e7e7e7;
}
.icon-bem-estar {
  background: url(../../imgs/icon-bem-estar.png) 0 -37px no-repeat #e7e7e7;
}
.icon-agricultura {
  background: url(../../imgs/icon-agricultura.png) 0 -37px no-repeat #e7e7e7;
}
.icon-comercial {
  background: url(../../imgs/icon-comercial.png) 0 -37px no-repeat #e7e7e7;
}
.icon-admin {
  background: url(../../imgs/icon-admin.png) 0 -37px no-repeat #e7e7e7;
}
.icon-outros {
  background: url(../../imgs/icon-outros.png) 0 -37px no-repeat #e7e7e7;
}
.icon-videojogos {
  background: url(../../imgs/icon-videojogos.jpg) 0 -37px no-repeat #e7e7e7;
}
.icon-admin h3,
.icon-agricultura h3,
.icon-bem-estar h3,
.icon-comercial h3,
.icon-decoracao h3,
.icon-educacao h3,
.icon-energias h3,
.icon-industria h3,
.icon-informatica h3,
.icon-marketing h3,
.icon-outros h3,
.icon-programacao h3,
.icon-saude h3,
.icon-seguranca h3,
.icon-turismo h3,
.icon-veterinaria h3,
.icon-videojogos h3 {
  color: #2e2e2e;
  font-weight: 600;
  text-align: left;
  padding: 4px 0 0 50px;
  text-transform: uppercase;
}
.icon-admin a,
.icon-agricultura a,
.icon-bem-estar a,
.icon-comercial a,
.icon-decoracao a,
.icon-educacao a,
.icon-energias a,
.icon-industria a,
.icon-informatica a,
.icon-marketing a,
.icon-outros a,
.icon-programacao a,
.icon-saude a,
.icon-seguranca a,
.icon-turismo a,
.icon-veterinaria a,
.icon-videojogos a {
  color: #2e2e2e;
  text-transform: uppercase;
}
.icon-admin a:hover,
.icon-agricultura a:hover,
.icon-bem-estar a:hover,
.icon-comercial a:hover,
.icon-decoracao a:hover,
.icon-educacao a:hover,
.icon-energias a:hover,
.icon-industria a:hover,
.icon-informatica a:hover,
.icon-marketing a:hover,
.icon-outros a:hover,
.icon-programacao a:hover,
.icon-saude a:hover,
.icon-seguranca a:hover,
.icon-turismo a:hover,
.icon-veterinaria a:hover,
.icon-videojogos a:hover {
  color: #000;
  text-decoration: underline;
}
.listadecursos a {
  color: #333 !important;
}
.listadecursos a:hover {
  text-decoration: underline !important;
}
.listadecursos,
.listadecursos li,
.listadecursos ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  font-weight: 400;
}
.listadecursos li {
  width: 100%;
  display: inherit;
  padding: 20px 0 0 85px;
  margin-top: 15px;
  min-height: 65px !important;
}
.listadecursos li:hover {
  background-color: #e7e7e7;
}
.listadecursos ul {
  margin-bottom: 20px;
}
.listaseparador {
  text-align: center;
  margin: 0 auto;
}
.listadecursos-home,
.listadecursos-home li,
.listadecursos-home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}
.listadecursos-home {
  margin: 0 0 20px 20px;
}
.listadecursos-home li {
  width: 40%;
  padding: 20px 0 0 85px;
  margin-top: 15px;
}
.listadecursos-home li:hover {
  background-color: #f6f6f6;
}
.listadecursos-home a {
  color: #2e2e2e;
}
.listadecursos-home a:hover {
  text-decoration: underline;
}
.listadecursos-home ul {
  margin-bottom: 20px;
}
.estilo {
  cursor: pointer;
}
.ui-accordion-content {
  overflow: auto;
  margin-top: -10px;
  border: 1px solid #d3d3d3;
  padding: 15px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: 400;
  color: #555;
}
.ui-state-default:hover,
.ui-widget-content:hover .ui-state-default:hover,
.ui-widget-header:hover .ui-state-default:hover {
  background: #666;
  border: 1px solid #888;
}
.ui-widget-overlay,
.ui-widget-shadow {
  background: url(../../imgs/accordion/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50%
    repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-state-default:hover,
.ui-widget-content:hover .ui-state-default:hover,
.ui-widget-header:hover .ui-state-default:hover > a {
  color: #fff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 11px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 11px;
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}
#accordion {
  width: 99%;
  margin: 5px 0 0 5px;
  color: #414141;
  font-size: 13pt;
}
.bio,
.hbio {
  color: #fff;
  text-shadow: 1px 1px 1px #36823a;
}
#accordion h3,
.hbio {
  font-size: 15pt;
  text-align: left;
}
#accordion h3 {
  font-weight: 600;
  padding: 15px 35px;
}
#accordion li,
#accordion p {
  font-weight: 100;
}
.hbio {
  background-color: #4bb551;
  font-weight: 600;
  padding: 10px 10px 6px;
  border-bottom: 2px solid #fff;
}
.bio {
  background-color: #81cb85;
  padding: 15px 10px;
  font-size: 13pt;
}
.bio img {
  display: none;
}
#descursogeral h1,
#descursogeral h2 {
  color: #f60;
}
.descimg {
  margin-top: 20px;
}
.desc p:first-of-type {
  text-shadow: 1px 1px 1px #fff;
}
.lista ul {
  margin: 0;
  padding: 0 1em;
  list-style: none;
}
.lista li:before {
  content: "";
  border-color: transparent #d8d8d8;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}
.form {
  width: 350px;
  background: url(../../imgs/form-header.jpg) no-repeat #414141;
  margin: -30px auto 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.formconteudo {
  margin-top: 42px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #2b2a2a;
}
.formconteudo p {
  text-align: left;
  padding-left: 24px;
  font-size: 9pt;
}
.formconteudo a {
  color: #fff;
  border-bottom: 1px solid #2b2a2a;
}
.formconteudo a:hover {
  border-bottom: 1px solid #fff;
}
.formconteudo input,
.formconteudo select {
  width: 310px;
  height: 35px;
  border: 1px solid #414141;
  border-bottom: 2px solid #2b2a2a;
  margin-bottom: 9px;
  padding: 5px;
}
.formconteudo input[type="checkbox"],
.formconteudo input[type="radio"] {
  width: 12px;
  height: 12px;
  border: 0;
}
.formconteudo input[type="image"] {
  background: url(../../imgs/mais-informacoes.png) no-repeat;
  width: 320px;
  height: 75px;
  border: 0;
  opacity: 1;
}
li.sessoes,
li.tutor {
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.formconteudo input[type="image"]:hover {
  opacity: 0.7;
}
.vantagens {
  width: 100%;
  color: #383737;
}
.vantagens ul {
  list-style: none;
}
.vantagens li {
  font-size: 11pt;
  padding: 10px 0 10px 15px;
  border-bottom: 2px solid #fff;
  margin-left: -40px;
  min-height: 88px;
}
li.bolsa-estagios {
  background: url(../../imgs/bolsa-de-estagios.png) 96% 18px no-repeat #e7e7e7;
}
li.bolsa-emprego {
  background: url(../../imgs/bolsa-de-emprego.png) 94% 18px no-repeat #efefef;
}
li.casos-praticos {
  background: url(../../imgs/casos-praticos.png) 94% 18px no-repeat #e7e7e7;
}
li.campus-virtual {
  background: url(../../imgs/campus-virtual.png) 94% 24px no-repeat #efefef;
}
li.sessoes-compl {
  background: url(../../imgs/sessoes-compl.png) 95% 22px no-repeat #e7e7e7;
}
li.webinar {
  background: url(../../imgs/webinar.png) 94% 20px no-repeat #efefef;
}
li.tutor {
  background: url(../../imgs/tutor.png) 93% 7px no-repeat #e7e7e7;
}
li.acomp-persona {
  background: url(../../imgs/tutor.png) 91.5% 30px no-repeat #efefef;
}
li.prova {
  background: url(../../imgs/bolsa-de-emprego.png) 92% 18px no-repeat #e7e7e7;
}
li.entrevista {
  background: url(../../imgs/entrevista.png) 93.5% 27px no-repeat #efefef;
}
li.simulacros {
  background: url(../../imgs/simulacros.png) 93.5% 18px no-repeat #e7e7e7;
}
li.sessoes {
  background: url(../../imgs/sessoes.png) 94% 18px no-repeat #e7e7e7;
}
.info-fundo {
  margin: 25px 20px 0;
}
.info-fundo img {
  margin: 20px 0 15px;
  opacity: 1;
}
.info-fundo img:hover {
  margin: 20px 0 15px;
  opacity: 0.8;
}
.rodape-nav {
  border-bottom: 1px solid #fff;
  font-size: 9pt;
  margin-bottom: 13px;
}
.rodape-nav a {
  color: #939393;
  text-decoration: underline;
}
.rodape-nav a:hover {
  color: #5c5c5c;
}
img {
  max-width: 100%;
  height: auto;
}
.menu-toggle {
  display: block;
  padding: 10px;
  margin: 20px 0 0;
  background: url(../../imgs/icon-menu-responsive.png) right center no-repeat #666;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 20px;
}
.menu-toggle.toggled-on {
  background: url(../../imgs/icon-menu-responsive-on.png) right center no-repeat
    #ea6812;
}
.menu-topo {
  display: none;
}
.menu-topo.toggled-on {
  display: block;
  position: relative;
  z-index: 10;
  height: calc(100vh - 150px);
  overflow-y: scroll;
}
.menu-topo li a {
  background: #dadada;
  display: block;
  margin: 1px 0;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}
.menu-topo li a:hover {
  background: #ea6812;
  color: #fff;
}
.menu-topo li li a {
  background: #e8e8e8;
  padding-left: 40px;
}
.menu-topo li li li a {
  background: #efefef;
  padding-left: 80px;
}
.menu-principal {
  list-style: none;
  font-size: 14pt;
  color: #404041;
  text-shadow: 1px 1px 1px #fff;
  text-transform: uppercase;
  margin: 10px 0 0 -32px;
}
.menu-principal a {
  text-decoration: none;
  color: #404041;
}
.menu-principal a:hover {
  color: #ea6714;
}
.menu-principal li {
  padding-top: 8px;
}
.menu-admin,
.menu-agricultura,
.menu-bem-estar,
.menu-comercial,
.menu-decoracao,
.menu-educacao,
.menu-energias,
.menu-industria,
.menu-informatica,
.menu-marketing,
.menu-programacao,
.menu-saude,
.menu-seguranca,
.menu-turismo,
.menu-veterinaria,
.menu-videojogos {
  width: 100%;
  height: 37px;
  padding-left: 45px;
  margin-bottom: 5px;
  border: 1px solid #ececec;
  border-left: none;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.menu-admin:hover,
.menu-agricultura:hover,
.menu-bem-estar:hover,
.menu-comercial:hover,
.menu-decoracao:hover,
.menu-educacao:hover,
.menu-energias:hover,
.menu-industria:hover,
.menu-informatica:hover,
.menu-marketing:hover,
.menu-programacao:hover,
.menu-saude:hover,
.menu-seguranca:hover,
.menu-turismo:hover,
.menu-veterinaria:hover,
.menu-videojogos:hover {
  border: 1px solid #fff;
  border-left: none;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.sub-menu li,
.sub-menu li:hover {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomleft: 12px;
}
.menu-energias {
  background: url(../../imgs/icon-energias.jpg) no-repeat;
}
.menu-energias:hover {
  background: url(../../imgs/icon-energias.jpg) 0 -37px no-repeat #e3e3e3;
}
.menu-industria {
  background: url(../../imgs/icon-industria.jpg) no-repeat;
}
.menu-industria:hover {
  background: url(../../imgs/icon-industria.jpg) 0 -74px no-repeat #e3e3e3;
}
.menu-informatica {
  background: url(../../imgs/icon-informatica.jpg) no-repeat;
}
.menu-informatica:hover {
  background: url(../../imgs/icon-informatica.jpg) 0 -37px no-repeat #e3e3e3;
}
.menu-saude {
  background: url(../../imgs/icon-saude.jpg) no-repeat;
}
.menu-saude:hover {
  background: url(../../imgs/icon-saude.jpg) 0 -37px no-repeat #e3e3e3;
}
.menu-veterinaria {
  background: url(../../imgs/icon-veterinaria.jpg) no-repeat;
}
.menu-veterinaria:hover {
  background: url(../../imgs/icon-veterinaria.jpg) 0 -74px no-repeat #e3e3e3;
}
.menu-educacao {
  background: url(../../imgs/icon-educacao.jpg) no-repeat;
}
.menu-educacao:hover {
  background: url(../../imgs/icon-educacao.jpg) 0 -74px no-repeat #e3e3e3;
}
.menu-marketing {
  background: url(../../imgs/icon-marketing.jpg) no-repeat;
}
.menu-marketing:hover {
  background: url(../../imgs/icon-marketing.jpg) 0 -74px no-repeat #e3e3e3;
}
.menu-turismo {
  background: url(../../imgs/icon-turismo.jpg) no-repeat;
}
.menu-turismo:hover {
  background: url(../../imgs/icon-turismo.jpg) 0 -37px no-repeat #e3e3e3;
}
.menu-videojogos {
  background: url(../../imgs/icon-videojogos.jpg) no-repeat;
}
.menu-videojogos:hover {
  background: url(../../imgs/icon-videojogos.jpg) 0 -37px no-repeat #e3e3e3;
}
.menu-decoracao {
  background: url(../../imgs/icon-decoracao.jpg) no-repeat;
}
.menu-decoracao:hover {
  background: url(../../imgs/icon-decoracao.jpg) 0 -37px no-repeat #e3e3e3;
}
.menu-seguranca {
  background: url(../../imgs/icon-seguranca.jpg) no-repeat;
}
.menu-seguranca:hover {
  background: url(../../imgs/icon-seguranca.jpg) 0 -37px no-repeat #e3e3e3;
}
.menu-programacao {
  background: url(../../imgs/icon-programacao.jpg) no-repeat;
}
.menu-programacao:hover {
  background: url(../../imgs/icon-programacao.jpg) 0 -74px no-repeat #e3e3e3;
}
.menu-bem-estar {
  background: url(../../imgs/icon-bem-estar.jpg) no-repeat;
}
.menu-bem-estar:hover {
  background: url(../../imgs/icon-bem-estar.jpg) 0 -74px no-repeat #e3e3e3;
}
.menu-agricultura {
  background: url(../../imgs/icon-agricultura.jpg) no-repeat;
}
.menu-agricultura:hover {
  background: url(../../imgs/icon-agricultura.jpg) 0 -74px no-repeat #e3e3e3;
}
.menu-comercial {
  background: url(../../imgs/icon-comercial.jpg) no-repeat;
}
.menu-comercial:hover {
  background: url(../../imgs/icon-comercial.jpg) 0 -74px no-repeat #e3e3e3;
}
.menu-admin {
  background: url(../../imgs/icon-admin.jpg) no-repeat;
}
.menu-admin:hover {
  background: url(../../imgs/icon-admin.jpg) 0 -74px no-repeat #e3e3e3;
}
#secondary-navigation {
  margin-bottom: 60px;
}
#secondary-navigation ul {
  margin: 0;
  padding: 0;
}
#secondary-navigation ul li a {
  background: #e6e6e6;
  display: block;
  margin: 5px 0;
  padding: 10px;
  text-decoration: none;
}
.botao-cursos:hover,
.ultimasnovidades h4:hover,
.ultimasnovidadesc h4:hover,
footer a:hover {
  text-decoration: underline;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a {
  background: #09f;
  color: #fff;
}
.curso_destaque_1,
.curso_destaque_10,
.curso_destaque_11,
.curso_destaque_12,
.curso_destaque_2,
.curso_destaque_3,
.curso_destaque_4,
.curso_destaque_5,
.curso_destaque_6,
.curso_destaque_7,
.curso_destaque_8,
.curso_destaque_9 {
  margin-bottom: 40px;
}
footer {
  font-size: 80%;
  padding: 15px 0 10px;
}
footer,
footer a {
  color: #a2a2a2 !important;
}
footer h1,
footer h2,
footer h3,
footer h4 {
  color: #ccc;
  margin-bottom: 10px;
}
footer ul {
  margin: 0 0 0 9px;
  padding: 0;
  list-style: none;
}
footer li {
  display: inline-block;
  margin-right: 5px;
}
#footer2 {
  float: left;
}
@media only screen and (max-width: 999px) {
  .footer-img {
    background: none !important;
  }
}
.social {
  float: left;
  margin: 10px 0 0 -10px;
  width: 170px;
  text-align: left;
  display: none;
}
.facebook,
.googleplus,
.twitter,
.youtube,
.linkedin {
  width: 30px;
  height: 30px;
}
.facebook {
  background: url(../../imgs/social-icons.png) no-repeat;
}
.facebook:hover {
  background: url(../../imgs/social-icons.png) 0 -32px no-repeat;
}
.googleplus {
  background: url(../../imgs/social-icons.png) -38px 0 no-repeat;
}
.googleplus:hover {
  background: url(../../imgs/social-icons.png) -38px -32px no-repeat;
}
.twitter {
  background: url(../../imgs/social-icons.png) -76px 0 no-repeat;
}
.twitter:hover {
  background: url(../../imgs/social-icons.png) -76px -32px no-repeat;
}
.youtube {
  background: url(../../imgs/social-icons.png) -114px 0 no-repeat;
}
.youtube:hover {
  background: url(../../imgs/social-icons.png) -114px -32px no-repeat;
}
.linkedin {
  background: url(../../imgs/social-icons.png) -152px 0 no-repeat;
}
.linkedin:hover {
  background: url(../../imgs/social-icons.png) -152px -32px no-repeat;
}
.f2 {
  margin-top: -20px;
}
.ultimasnovidades a,
.ultimasnovidadesc a {
  color: #444;
}
.ultimasnovidades a:hover,
.ultimasnovidadesc a:hover {
  color: #000;
}
.ultimasnovidades h4,
.ultimasnovidadesc h4 {
  text-align: left;
  font-weight: 700;
  font-size: 11pt;
}
.ultimasnovidades div,
.ultimasnovidadesc div {
  font-size: 10pt;
}
.sobreamd a,
.sobreamdc a {
  color: #2e2e2e;
}
.sobreamd a:hover,
.sobreamdc a:hover {
  color: #ea6812;
}
.sobreamd ul,
.sobreamdc ul {
  list-style: none;
  margin: 20px 0 0 -25px;
}
.sobreamd li,
.sobreamdc li {
  padding: 0 0 20px 25px;
}
.seta {
  background: url(../../imgs/seta.png) 0 3px no-repeat;
  padding-bottom: 0 !important;
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: 700;
}
.centros,
.infomd {
  background-color: #979797;
  width: 100%;
  color: #fff;
}
.infomd {
  padding: 15px 15px 1px;
  font-size: 12pt;
  margin-top: 10px;
}
.centros {
  padding: 15px 15px 0;
  text-align: left;
  float: left;
  margin: 1px 0 0;
  font-size: 11pt;
}
.f2 {
  float: left;
  margin: 20px 0 0 -5px;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix {
  zoom: 1;
}
.rightfloat {
  float: right;
}
.leftfloat,
.sub-menu {
  float: left;
}
#footerfam {
  background: url(../../imgs/footerfam-bg.jpg) center top repeat-x;
  width: 100%;
  height: 700px;
  margin: 100px auto 0;
}
/* .sub-menu{width:240px;margin:0 15px 0 -40px;text-align:center;font-size:14px} */
.sub-menu {
  width: 250px;
  margin: 0 15px 0 -40px;
  text-align: center;
  font-size: 14px;
}
.sub-menu li,
.sub-menu ul {
  list-style: none;
}
.sub-menu li {
  background-color: #696767;
  color: #fff;
  margin-bottom: 2px;
  padding: 15px 0;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.sub-menu li:hover {
  background-color: #e76613 !important;
  color: #fff !important;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.sub-menu a {
  color: #fff;
}
.sub-sub-menu a {
  color: #383838;
}
.sub-sub-menu {
  width: 200px;
  margin-left: 10px;
  padding: 8px 0 !important;
  background-color: #ececec !important;
  color: #383838 !important;
  font-size: 13px;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.sub-menu-conteudo {
  width: 730px;
  float: left;
  padding: 5px 10px 10px;
  color: #000;
}
.sub-menu-conteudo h1 {
  color: #e76613;
  font-size: 30px;
  font-weight: 600;
}
#pergFreq h3,
.sub-menu-conteudo h3,
.visitaVirtualCentros h3 {
  font-size: 25px;
  font-weight: 600;
  border-left: 5px solid #e76613;
  padding: 0 15px 0 10px;
  background-color: #fffaf7;
  margin: 50px 0 30px;
}
.regulamento-conteudo {
  width: 97%;
  margin: -50px auto 0;
  padding: 0 5px;
  font-size: 10pt;
}
.regulamento-conteudo h3 {
  font-size: 15pt;
  font-weight: 600;
  border-left: 5px solid #e76613;
  padding: 5px 15px 5px 10px;
  background-color: #fffaf7;
  margin: 50px 0 30px;
}
li.campus-2,
li.pimt-2 {
  padding: 25px 0 15px 80px;
}
li.campus-2,
li.orientador-2,
li.pimt-2,
li.preparador-2,
li.sil-2,
li.tutor-2 {
  border-radius: 3px;
  list-style: none;
  margin: 0 0 5px -30px;
}
li.orientador-2,
li.preparador-2,
li.tutor-2 {
  background: url(../../imgs/tutor.png) 13px 6px no-repeat #f4f4f4;
  padding: 25px 0 15px 80px;
}
li.campus-2 {
  background: url(../../imgs/campus-virtual.png) 7px 25px no-repeat #f4f4f4;
}
li.pimt-2 {
  background: url(../../imgs/casos-praticos.png) 7px 6px no-repeat #f4f4f4;
}
li.sil-2 {
  background: url(../../imgs/bolsa-de-emprego.png) 7px 6px no-repeat #f4f4f4;
  padding: 25px 15px 20px 80px;
}
.selecionado {
  background-color: #e76613 !important;
  font-weight: 700;
  color: #fff;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.botao-cursos {
  width: 70%;
  background: url(../../imgs/seta-botao-cursos.png) 82% 51% no-repeat #6ecc71;
  height: 125px;
  float: right;
  margin: 25px 60px 50px auto;
  padding: 50px 70px 0 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-bottom: 5px solid #31a634;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.botao-cursos:hover {
  cursor: pointer;
  border-bottom: 5px solid #6ecc71;
}
.vantagens li > span {
  font-size: 13pt;
  font-weight: 600;
  font-style: normal;
}

@-moz-document url-prefix() {
  .cursos-em-destaque {
    min-height: 345px;
  }
}

/* Menú fijo */

#header-superior.fijo {
  min-height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  padding: 0 15px;
  border-bottom: 2px solid #f56200;
}

#curso header#header-superior.fijo {
  padding: 0 !important;
}

.borde-header {
  height: 0px;
}

@media only screen and (min-width: 730px) {
  .container-header {
    display: flex;
    width: 100% !important;
    max-width: 1000px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    height: 80px;
  }
  .container-header #banner {
    width: 20%;
    margin: 0;
  }
  .container-header #banner #logo img {
    width: 100%;
  }
  .container-header #topnav {
    width: 78%;
    margin: 0;
  }
  .container-header #topnav #menu-main-navigation {
    margin: 0;
    margin-left: 15px;
  }
  .container-header #telefone {
    width: 22%;
    margin: 0;
  }
}

@media only screen and (max-width: 730px) {
  #header-superior.fijo {
    padding-top: 10px;
  }
  #topnav {
    position: relative;
    top: -10px;
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 985px) {
  .container-header {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .col-cupon {
    padding-top: 60px;
  }
  #formNormal {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #formNormal .form {
    background: #414141;
    width: 100%;
  }
  #formMobile h2.curso,
  #formNormal h2.curso {
    background-color: #ff6300;
    padding: 20px;
  }
  .formconteudo input,
  .formconteudo select {
    height: 60px !important;
    padding-left: 20px;
  }
  .caja_cupon_send {
    text-align: center;
  }
  #div-condiciones {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 20px 0;
  }
  #div-condiciones input {
    height: auto !important;
  }
  .formconteudo input[type="image"] {
    width: 280px !important;
    margin-bottom: 30px !important;
    height: 80px !important;
  }
  .contenido-cupon {
    width: 100% !important;
  }
  .vantagens {
    width: 100% !important;
  }
  div#footer2 {
    width: 100%;
  }
  #footerfam {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 1000px) {
  .borde-header {
    height: 0px;
  }
  .container-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .geralcursos h1,
  .geralcursos .curso1,
  .geralcursos h1.curso1b,
  .geralcursos h1.curso1c {
    margin-top: 70px;
  }
  .geralcursos h1.curso2 {
    margin-top: 53px;
  }
  .geralcursos h1.curso2b {
    margin-top: 68px;
  }
  .geralcursos h1.curso2c {
    margin-top: 45px;
  }
  .geralcursos h1.curso3 {
    margin-top: 45px;
  }
  #principal.container-cupon {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 100px;
  }
  .col-cupon {
    margin-top: 50px;
    padding-left: 0;
    margin-bottom: 0;
    min-height: 100%;
    width: 35%;
    float: left;
  }
  .footerfam-geral {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
  }
  #footerfam .footerfam-geral {
    padding-top: 0px;
    position: relative;
  }
  body#cursos #footerfam .footerfam-geral {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 985px) and (min-width: 730px) {
  .ultimasnovidades .btns-noticias {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .menu-topo a {
    font-size: 12px;
  }
}

/* Cupon Fixed */

#formNormal {
  margin: 0 auto;
  height: max-content;
  max-height: max-content;
  min-height: max-content;
}

/* Miguitas de pan */

#footer2,
footer {
  position: relative;
}

.migas-lg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 12px;
}
.migas-lg .breadcrumb {
  margin: 0;
}
.migas-lg li {
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1000px) {
  #footerfam {
    position: relative;
    height: max-content;
  }
  .panorama-profissionais {
    margin-bottom: 30px;
  }
  .migas-lg {
    display: none;
  }
  .migas-xs {
    display: block;
    border-top: 1px solid #7f7f7f;
    margin: 0 auto;
    margin-top: 30px;
    padding: 20px 10px 10px 10px;
    font-size: 16px;
    background-color: #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 0;
  }
  .breadcrumb {
  }
  .migas-xs > div {
    margin-bottom: 10px;
    text-align: center;
  }
  .migas-xs > div a {
    color: #333;
    font-weight: 700;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1001px) {
  #footer2 > .migas-xs {
    top: -55px;
  }
  .migas-xs {
    position: absolute;
    top: 10px;
  }
  .migas-xs > div a {
    color: #333;
    font-weight: 500;
    font-size: 13px;
  }
}

.breadcrumb > li + li:before {
  color: #333;
  content: "/";
}

body {
  overflow-x: hidden;
}

.orange-box {
    border: 1px solid #c8c8c8;
    box-shadow: rgba(0,0,0,0.32) 0 5px 5px 2px;
    background: #f56600;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 40px;
    color: #fff;
}
.orange-box p {
    color: #fff;
    font-size: 23px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    margin-bottom: 20px;
}
.text-center {text-align: center}
.boton-horario {
    display: block !important;
    text-decoration: none;
    padding: 15px 10px !important;
    margin: 0 auto;
}

.banda-destacada {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    text-align: center;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 40px !important;
}
.select2-results__option {
    line-height: inherit !important;
    margin-bottom: inherit !important;
}
ol.breadcrumb {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  background-color: initial;
}
ol.breadcrumb li{
  display: inline;
}
li.li-online {
  position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
}
span.span-online {
  background-color: #fff;
	border: 1px solid #bdbcbc;
	border-radius: 7px;
	margin-top: -10px;
	width: 137px;
	padding: 5px 0;
	color: #000;
	font-size: 10px;
	font-weight: 700;
	margin-right: 15px;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.span-online img{
  width: 16px;
}
@media (max-width: 768px) {
.span-online{
    margin: 0;
    margin-top: -35px !important;
  }
}