   @media only screen and (max-width: 400px) {
    .mobile-hide{ display: none !important; }
    }
    @media only screen and (max-width: 400px) {
    .mobile{ display: inline !important; }
    }
    @media only screen and (min-width: 500px) {
    .desktop-hide{ display: none !important; }
  }


.text-center-fa {
    text-align: center;
    color: #174677;
    font-size: 3em !important;
    margin-bottom: 15px;
}

.pClass {
    font-weight: bold;
    margin-bottom: 8px;
    color: #213679;
}

/* Hero Home */
#HeroHome h1{
  font-size: 36px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

#HeroHome h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

#HeroHome .btn-saibamais{
background-color: #f4511e;
color: #fff;
}

.jumbotronHero {
background-color: #e3e3e2!important;
color: #fff;
padding: 100px 25px;
font-family: Montserrat, sans-serif;
}

.Bigtitle {
    color: #174677;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 2.5;
    top: -16px;
    position: relative;
    font-weight: 700;
    max-width: 610px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 0px !important;
}

 .container-calendario-mobile{
  width: 330px; 
  margin: 0 auto;
  position: relative;
  top: -20px;
 }

.box-card {
    text-align: center;
    padding: 50px 20px 50px 20px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
 }
    
.mb-10,
.mv-10 {
  margin-bottom: 10px;
}
.mt-10,
.mv-10 {
  margin-top: 10px;
}
.pt-60,
.pv-60 {
  padding-top: 30px;
}
.transition,
a {
  transition: all 0.4s ease-in-out;
}
h1,
h2,
h4,
p {
  /* color: #262626; */
  /*color: #6e6e6e; */
}
.dropdown .dropdown-menu::before,
.dropdown .dropdown-toggle::after,
.fa {
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
.mb-20,
.mv-20 {
  margin-bottom: 20px;
}
.mt-20,
.mv-20 {
  margin-top: 20px;
}
.mb-30,
.mv-30 {
  margin-bottom: 30px;
}
.mt-30,
.mv-30 {
  margin-top: 30px;
}
.mb-50,
.mv-50 {
  margin-bottom: 50px;
}
.mt-50,
.mv-50 {
  margin-top: 50px;
}
.pv-60 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  
   .Bigtitle {
    color: #174677;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.1;
    top: -16px;
    position: relative;
    font-weight: 700;
    max-width: 610px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 0px !important;
}

  .mb-20,
  .mv-20 {
    margin-bottom: 10px;
  }
  .mt-20,
  .mv-20 {
    margin-top: 10px;
  }
  .pt-60,
  .pv-60 {
    padding-top: 30px;
  }
  .mb-30,
  .mv-30 {
    margin-bottom: 15px;
  }
  .mt-30,
  .mv-30 {
    margin-top: 15px;
  }
  .mt-50,
  .mv-50 {
    margin-top: 25px;
  }
  .mb-30-xs {
    margin-bottom: 30px;
  }
  .mb-50,
  .mv-50 {
    margin-bottom: 25px;
  }
  .pv-60 {
    padding-bottom: 30px;
  }
  .pb-30 {
    padding-bottom: 15px;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
.flex-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;
}
.flex-end {
  -webkit-display: -webkit-box;
  -webkit-display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  /*margin-left: 225px;*/
}
.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,
.flex-space-top {
  display: -ms-flex;
  display: -webkit-flex;
}
.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-space-top {
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex,
.flex-top {
  display: -ms-flex;
  display: -webkit-flex;
}
.flex,
.nav li {
  -ms-align-items: center;
}
.flex {
  display: flex;
  -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);
}
.box-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.box-shadow-hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.btn,
.fa {
  display: inline-block;
}
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.transition {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.zoom {
  transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
}
.font-1 {
  font-family: "Open Sans", sans-serif;
}
.font-2 {
  font-family: GothamRounded, sans-serif;
}
.font-3 {
  font-family: MuseoSansRounded, sans-serif;
}
.font-3,
h1,
h2,
h3 {
  font-family: MuseoSansRounded, sans-serif;
}
.font-4 {
  font-family: BebasNeue, sans-serif;
}
.font-1 {
  font-family: MuseoSansRounded, sans-serif;
}
/* .font-2,
h1,
h2,
h3 {
  font-family: MuseoSansRounded, sans-serif;
} */
h1,
h2 {
  font-size: 1.8em !important;
  /*font-size: 2.143em !important;*/
}
h3 {
  font-size: 1.429em;
  color: #153b82;
  font-weight: bold;
}
h4,
h5 {
  font-weight: 400;
  line-height: 1.2;
}
.btn,
.dropdown .dropdown-menu,
.form-control,
label {
  text-transform: none;
}
h4 {
  font-size: 1.786em;
}
h5 {
  font-size: 1.143em;
}
h6,
p {
  font-size: 15px;
  font-weight: 400;
 /* margin: 15px 0 0 0 !important;*/
}
h6 {
  line-height: 1.2;
  color: #939393;
}
p {
  line-height: 1.4;
}
legend {
  font-size: 0.714em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 1.429em;
  }
  h3 {
    font-size: 1.286em;
  }
  h4 {
    font-size: 1.143em;
  }
  h5 {
    font-size: 0.929em;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
legend,
p {
  margin: 0;
  border: none;
}
a {
  -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: #213679;
}
.btn,
.form-control:focus {
  transition: all 0.4s ease-in-out;
}
a:active,
a:focus,
a:hover {
  color: #08c;
  text-decoration: none;
}
.bg-artigos .item:active .btn-link,
.bg-artigos .item:focus .btn-link,
.bg-artigos .item:hover .btn-link,
.bg-noticias .item:active .btn-link,
.bg-noticias .item:focus .btn-link,
.bg-noticias .item:hover .btn-link {
  text-decoration: underline;
}
pre {
  border: none;
  border-radius: 0;
}
strong {
  font-weight: 700;
}
.saiba {
  margin: 5 5 0 0;
  font-style: italic;
  font-weight: 400;
  color: #08c;
  display: inline-block;
  width: auto;
  font-size: 1.143em;
}

.saiba :focus,
.saiba:hover {
  text-decoration: underline;
}

.btn,
.btn-primary {
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  width: auto;
  height: auto;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #08c;
  text-align: center;
  padding: 8px 15px;
  border: 1px solid transparent;
  outline: 0;
  white-space: normal;
  box-shadow: none;
}
.btn.active,
.btn.focus,
.btn:active,
.btn:focus,
.btn:hover {
  outline: 0 !important;
  font-weight: 600;
  box-shadow: none;
  background-color: #069;
  color: #fff;
  border-color: transparent !important;
}
.btn.btn-shadow,
.dropdown .dropdown-menu,
.owl-theme .owl-nav .fa {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn.btn-full {
  display: block !important;
  width: 100% !important;
}
.btn.btn-large {
  padding: 12px 45px;
}
.btn.btn-clean {
  background-color: #fff;
  color: #213679;
}
.btn.btn-clean:active,
.btn.btn-clean:focus,
.btn.btn-clean:hover {
  background-color: #08c;
  color: #fff;
}
.btn.btn-2 {
  background-color: #e4791b;
}
.btn.btn-cal {
  border-radius: 30px;
  font-family: BebasNeue, sans-serif;
  letter-spacing: 3px;
  font-size: 15px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn.btn-gr {
  color: #216096;
  font-weight: 100;
  background-color: #dfe6ec;
  font-family: MuseoSansRounded, sans-serif;
  /* letter-spacing: 4px; */
  font-size: 17px;
  border-radius: 06px;
  -moz-border-radius: 06px;
  -o-border-radius: 06px;
  -webkit-border-radius: 06px;
}
.btn.btn-2:active,
.btn.btn-2:focus,
.btn.btn-2:hover {
  background-color: #df9b1c;
}
.btn.btn-line {
  background-color: transparent;
  border: 1px solid #213679;
  color: #213679;
  height: 35px;
}
.btn.btn-line:active,
.btn.btn-line:focus,
.btn.btn-line:hover {
  color: #fff;
  background-color: #213679;
  border-color: transparent;
}
.btn-link {
  display: inline-block;
  width: auto;
  font-size: 1.143em;
  font-weight: 600;
  line-height: 1.2;
  color: #213679;
  padding: 0;
  margin: 0;
}
.btn-link.active,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  outline: 0 !important;
  text-decoration: underline;
  color: #1c2d65;
  font-weight: 600;
}
.btn-link.small {
  font-size: 0.857em;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.icon-left .fa {
  margin-right: 7px;
}
.icon-right .fa {
  margin-left: 7px;
}

.form-control {
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #262626;
  background-color: #fff;
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
  outline: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label {
  color: #08c;
  font-size: 1em;
  font-weight: 700;
}
textarea.form-control {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  height: 120px;
  resize: none;
  list-style-type: none;
}
body,
html {
  overflow-x: hidden !important;
}
textarea::-webkit-scrollbar {
  display: none;
}
.form-group {
  margin-bottom: 20px;
}
.form-control:focus {
  border-color: #08c;
  box-shadow: none;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #262626;
}
: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;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
select::-ms-expand {
  display: none;
}
input[type="text"]::-ms-clear {
  display: none;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url(../img/arrow-select.svg) 100% center/40px 40px no-repeat #fff !important;
}
/* select.form-control {
  padding-right: 30px !important;
} */
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: transparent !important;
}
.check-custom {
  display: inline-block;
  margin: 0 30px 0 0;
}
.check-custom:last-child {
  margin-right: 0;
}
.check-custom label {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  color: #08c;
  cursor: pointer;
  margin-bottom: 5px;
}
.check-custom input[type="checkbox"],
.check-custom input[type="radio"] {
  display: none;
}
.check-custom input[type="checkbox"] + label:before,
.check-custom input[type="radio"] + label:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  text-align: center;
}
.nav li,
.navbar,
.navbar-nav {
  margin: 0;
}
.check-custom input[type="checkbox"] + label:before {
  content: "\f0c8";
  color: #547db4;
}
.check-custom input[type="checkbox"]:checked + label:before {
  content: "\f0c8";
  color: #213679;
}
.check-custom input[type="radio"] + label:before {
  content: "\f10c";
}
.check-custom input[type="radio"]:checked + label:before {
  content: "\f111";
}
@font-face {
  font-family: GothamRounded;
  src: url(../fonts/GothamRounded-Book.otf),
    url(../fonts/GothamRounded-Book.eot?#iefix)
      format("../fonts/embedded-opentype"),
    url(../fonts/GothamRounded-Book.woff) format("../fonts/woff"),
    url(../fonts/GothamRounded-Book.woff2) format("../fonts/woff2"),
    url(../fonts/GothamRounded-Book.svg#GothamRounded) format("../fonts/svg"),
    url(../fonts/GothamRounded-Book.ttf) format("../fonts/truetype");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2248;
  font-weight: 400;
}
@font-face {
  font-family: GothamRounded;
  src: url(../fonts/GothamRounded-Light.otf),
    url(../fonts/GothamRounded-Light.eot?#iefix)
      format("../fonts/embedded-opentype"),
    url(../fonts/GothamRounded-Light.woff) format("../fonts/woff"),
    url(../fonts/GothamRounded-Light.woff2) format("../fonts/woff2"),
    url(../fonts/GothamRounded-Light.svg#GothamRounded) format("../fonts/svg"),
    url(../fonts/GothamRounded-Light.ttf) format("../fonts/truetype");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2248;
  font-weight: 300;
}
@font-face {
  font-family: GothamRounded;
  src: url(../fonts/GothamRounded-Bold.otf),
    url(../fonts/GothamRounded-Bold.eot?#iefix)
      format("../fonts/embedded-opentype"),
    url(../fonts/GothamRounded-Bold.woff) format("../fonts/woff"),
    url(../fonts/GothamRounded-Bold.woff2) format("../fonts/woff2"),
    url(../fonts/GothamRounded-Bold.svg#GothamRounded) format("../fonts/svg"),
    url(../fonts/GothamRounded-Bold.ttf) format("../fonts/truetype");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2248;
  font-weight: 700;
}
@font-face {
  font-family: MuseoSansRounded;
  src: url(https://use.typekit.net/af/491586/00000000000000003b9b1e2d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/491586/00000000000000003b9b1e2d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
      format("woff"),
    url(https://use.typekit.net/af/491586/00000000000000003b9b1e2d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/BebasNeue-Bold.otf),
    url(../fonts/BebasNeue-Bold.eot?#iefix) format("../fonts/embedded-opentype"),
    url(../fonts/BebasNeue-Bold.woff) format("../fonts/woff"),
    url(../fonts/BebasNeue-Bold.woff2) format("../fonts/woff2"),
    url(../fonts/BebasNeue-Bold.svg#BebasNeue) format("../fonts/svg"),
    url(../fonts/BebasNeue-Bold.ttf) format("../fonts/truetype");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2248;
  font-weight: 700;
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/BebasNeue-Book.otf),
    url(../fonts/BebasNeue-Book.eot?#iefix) format("../fonts/embedded-opentype"),
    url(../fonts/BebasNeue-Book.woff) format("../fonts/woff"),
    url(../fonts/BebasNeue-Book.woff2) format("../fonts/woff2"),
    url(../fonts/BebasNeue-Book.svg#BebasNeue) format("../fonts/svg"),
    url(../fonts/BebasNeue-Book.ttf) format("../fonts/truetype");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2248;
  font-weight: 500;
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/BebasNeue-Light.otf),
    url(../fonts/BebasNeue-Light.eot?#iefix)
      format("../fonts/embedded-opentype"),
    url(../fonts/BebasNeue-Light.woff) format("../fonts/woff"),
    url(../fonts/BebasNeue-Light.woff2) format("../fonts/woff2"),
    url(../fonts/BebasNeue-Light.svg#BebasNeue) format("../fonts/svg"),
    url(../fonts/BebasNeue-Light.ttf) format("../fonts/truetype");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2248;
  font-weight: 300;
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/BebasNeue-Regular.otf),
    url(../fonts/BebasNeue-Regular.eot?#iefix)
      format("../fonts/embedded-opentype"),
    url(../fonts/BebasNeue-Regular.woff) format("../fonts/woff"),
    url(../fonts/BebasNeue-Regular.woff2) format("../fonts/woff2"),
    url(../fonts/BebasNeue-Regular.svg#BebasNeue) format("../fonts/svg"),
    url(../fonts/BebasNeue-Regular.ttf) format("../fonts/truetype");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2248;
  font-weight: 400;
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/BebasNeue-Thin.otf),
    url(../fonts/BebasNeue-Thin.eot?#iefix) format("../fonts/embedded-opentype"),
    url(../fonts/BebasNeue-Thin.woff) format("../fonts/woff"),
    url(../fonts/BebasNeue-Thin.woff2) format("../fonts/woff2"),
    url(../fonts/BebasNeue-Thin.svg#BebasNeue) format("../fonts/svg"),
    url(../fonts/BebasNeue-Thin.ttf) format("../fonts/truetype");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2248;
  font-weight: 100;
}
.navbar {
  min-height: inherit;
  border: 0;
  border-radius: 0;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
  box-shadow: none;
  position: relative;
  width: 100%;
  border-color: transparent;
}
.header .nav li {
  padding: 0 3px;
  height: 61px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.nav li:last-child {
  margin-right: 0;
}
.header .nav li:first-child::before {
  display: none;
}
.header .nav .ajuste-menu-blog::before {
  content: "|";
  display: inline-block;
  padding: 0 6px 0 2px;
}
.nav li a {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.nav li a:active,
.nav li a:focus,
.nav li a:hover {
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}
.dropdown .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 3px;
  transform: rotate(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;
}
.dropdown.open .dropdown-toggle::after {
  --webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown .dropdown-menu {
  min-width: 200px;
  padding: 15px 0;
  margin: 5px 0 0;
  font-size: 14px;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  left: 50%;
  right: auto;
  text-align: center;
}
.dropdown .dropdown-menu::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "\f0d8";
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 22px;
}
.bg-conteudo-cetrus .group-video .content h3,
.bg-cursos .card .capa h2,
body {
  font-family: MuseoSansRounded, sans-serif;
}
.owl-theme .owl-nav,
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.dropdown .dropdown-menu li a {
  padding: 7px 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #262626;
  white-space: normal;
  font-size: 1em;
}
.dropdown .dropdown-menu li a:active,
.dropdown .dropdown-menu li a:focus,
.dropdown .dropdown-menu li a:hover,
.dropdown .dropdown-menu > .active > a,
.dropdown .dropdown-menu > .active > a:focus,
.dropdown .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #213679;
}
.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 0;
  background: 0 0;
  border-radius: 0;
  outline: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
}
.owl-theme .owl-next,
.owl-theme .owl-next:active,
.owl-theme .owl-next:focus,
.owl-theme .owl-next:hover,
.owl-theme .owl-prev,
.owl-theme .owl-prev:active,
.owl-theme .owl-prev:focus,
.owl-theme .owl-prev:hover {
  background-color: transparent;
  opacity: 10;
  filter: alpha(opacity=100);
}
.bg-cursos .card .box-img,
.btn-icon-aluno,
.menu-toggle-mob {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.owl-theme .owl-next,
.owl-theme .owl-prev {
  position: absolute;
  z-index: 4;
  top: 45%;
  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;
  outline: 0;
}
.owl-theme .owl-prev {
  left: 25px;
}
.owl-theme .owl-prev .fa::before {
  position: relative;
  left: -2px;
}
.owl-theme .owl-next {
  right: 25px;
}
.owl-theme .owl-next .fa::before {
  position: relative;
  right: -2px;
}
.owl-theme .owl-next.disabled,
.owl-theme .owl-prev.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: no-drop;
}
.owl-theme .owl-nav .fa {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  text-align: center;
  color: #213679;
  font-size: 50px;
  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;
  text-shadow: none;
  font-weight: 400;
}
.owl-theme .owl-nav .fa:active,
.owl-theme .owl-nav .fa:focus,
.owl-theme .owl-nav .fa:hover {
  background-color: #08c;
  color: #fff;
}
.owl-theme .owl-dots {
  position: absolute;
  z-index: 9;
  right: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  outline: 0;
}
.owl-theme .owl-dots .owl-dot span {
  float: none;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: #fff;
  outline: 0;
  border: 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;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #547db4;
}
.header,
body {
  position: relative;
  background-color: #fff;
}
.owl-theme.owl-center .owl-stage-outer {
  width: 100%;
  text-align: center;
}
.owl-theme.owl-center .owl-stage {
  float: none;
  display: inline-block;
}
.header .center .nav li,
.header .top .nav li {
  float: left;
}
.owl-theme.owl-center .item {
  margin: 0 30px;
}
@media only screen and (max-width: 1200px) {
  .owl-theme.owl-center .item {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-theme.owl-center .item {
    margin: 0;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-weight: 400;
  z-index: 2;
  color: #6e6e6e;
}
.logo {
  display: inline-block;
  width: auto;
}
.logo img {
  width: auto;
  max-height: 65px;
}
.menu-toggle-mob {
  display: none;
  background-image: url(../img/icon-toggle.svg);
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.rede-social-link {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.rede-social-link .item {
  display: inline-block;
  margin: 0 7px;
}
.rede-social-link .item i {
  font-size: 20px;
  color: #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;
}
.rede-social-link .item:active i,
.rede-social-link .item:focus i,
.rede-social-link .item:hover i {
  color: #08c;
}
.header {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.header .top,
.header .top .nav .dropdown .dropdown-menu li {
  display: -ms-flex;
  display: -webkit-flex;
  -ms-align-items: center;
}
.header .top {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 60px;
  /* background-color: #213679; */
  background-color: #174677;
  color: #fff;
}
.header .top .nav li a {
  color: #fff;
  font-family: BebasNeue, sans-serif;
  letter-spacing: 4px;
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .top .nav li a {
    color: #fff;
    font-family: BebasNeue, sans-serif;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: 300;
  }
  .btn.btn-cal {
    margin-left: 17px !important;
  }
}

.header .top .nav li a:active,
.header .top .nav li a:focus,
.header .top .nav li a:hover,
.header .top .nav li.active a {
  color: #08c;
}
.header .top .nav .dropdown .dropdown-menu {
  background-color: #547db4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 100px;
  text-align: center;
  left: 0;
  right: 0;
  top: 60px;
}
.header .top .nav .dropdown .dropdown-menu li {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header .top .nav .dropdown .dropdown-menu li a {
  font-size: 1.143em;
  padding: 0 5px;
}
.header .top .nav .dropdown .dropdown-menu li a:active,
.header .top .nav .dropdown .dropdown-menu li a:focus,
.header .top .nav .dropdown .dropdown-menu li a:hover,
.header .top .nav .dropdown .dropdown-menu li.active a {
  color: #b0bde9;
}
.header .top .nav .dropdown .dropdown-menu .group {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .top .nav .dropdown .dropdown-menu::before {
  display: none;
}
.header .top .nav .dropdown.open {
  position: static;
}
.header .top .nav .dropdown.open .dropdown-menu {
  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;
}
.embed-responsive-item :hover {
  opacity: 1;
}
/* aki */
.header .center .nav .dropdown .dropdown-menu {
  background-color: #182e46;
  color:#ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  padding: 25px;
  margin: 0;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 60px;
  height:130px;
  font-size:18px;
  opacity:0.9;
}
.header .center .nav .dropdown .dropdown-menu li {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header .center .nav .dropdown .dropdown-menu li a {
  font-size: 18px;
  padding: 0 3px;
  color: #ffffff;
  font-family: MuseoSansRounded, sans-serif;
  padding-left: 15px;
}
.header .center .nav .dropdown .dropdown-menu li a:active,
.header .center .nav .dropdown .dropdown-menu li a:focus,
.header .center .nav .dropdown .dropdown-menu li a:hover,
.header .center .nav .dropdown .dropdown-menu li.active a {
  color: #b0bde9;
}
.header .center .nav .dropdown .dropdown-menu .group {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .center .nav .dropdown .dropdown-menu::before {
  display: none;
}
.header .center .nav .dropdown.open {
  position: static;
}
.header .center .nav .dropdown.open .dropdown-menu {
  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;
}
/* ate aki */
.header .top .btn {
  margin-left: 25px;
}
.header .center {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-height:70px;
  background-color: #fff;
  color: #262626;
}
.header .center .nav {
  /*margin-left: 20px;*/
}

.header .center .menu-sm .nav li a {
  color: #6e6e6e;
  font-family: MuseoSansRounded, sans-serif;
  font-size: 14px;
  font-weight: 300;
  /* letter-spacing: 4px; */
}

.header .center .nav li a {
  color: #6e6e6e;
  font-family: MuseoSansRounded, sans-serif;
  /*font-size: 20px;*/
  font-size: 14px;
  /*font-size:14px;* 
  font-weight: 700;
  /* letter-spacing: 4px; */
}



.header .center .nav li a::before {
  color: #ebebeb;
  padding: 0 7px 0 4px;
}
.header .center .nav li a:active,
.header .center .nav li a:focus,
.header .center .nav li a:hover,
.header .center .nav li.active a {
  /*color: #ffffff;*/
}
.header .center .title-nav a{
  position: relative;
  background-color: #174677;
  padding: 0;
  font-family: BebasNeue, sans-serif;
  font-weight: 600;
  letter-spacing: 4px;
  color: #ffffff;
  font-size: 20px;
  height: 30px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 55px;
  left: 94px;
  padding-right: 5px !important;
  padding-left: 5px !important;
  
}
.header .center .title-nav a::after,
.header .center .title-nav a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.header .center .title-nav a::before {
  left: -12px;
  border-width: 0 0 30px 12px;
  border-color: transparent transparent #174677;
}
.header .center .title-nav a::after {
  right: -12px;
  border-width: 30px 12px 0 0;
  border-color: #174677 transparent transparent;
}
.title-nav2 a {
  position: relative !important;
  padding: 0 !important;
  height: 61px !important;
  /* font-family: bebas; */
  display: -ms-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-align-items: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  background-color: #182e46 !important;
  align-items: center !important;
  margin-left: 5px !important;
  font-weight: 700;
  /* right: -40px;
  border-width: 100px 40px 0 0;
  border-color: #f2f2f2 transparent transparent; */
}
.menu-fale-conosco {
  margin-right: 11px !important;
}
.sombra_header {
  width: 100%;
  height: 4px;
  background: url("../images/bg_sombra_header.png") repeat scroll left top
    transparent;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}
.sombra_header {
  z-index: 5;
}
@media (max-width: 768px) {
  .sombra_header {
    z-index: 2;
  }
}

.title-nav2::after,
.title-nav2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.title-nav2::before {
  content: "" !important;
  left: -46px;
  border-width: 0 0 100px 40px;
  border-color: transparent transparent #182e46;
  margin-left: 10px;
}

.title-nav2::after {
  right: -23px;
  border-width: 70px 29px 0 0;
  border-color: #182e46 transparent transparent;
}
.header .btn-search {
  margin: 0 5px 0 25px;
}
/*
.embed-responsive-16by9 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.embed-responsive-16by9 :hover,
.embed-responsive-16by9 :focus{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.embed-responsive-16by9 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.iframe embed-responsive-16by9 {
  width:100%;
  height:100%:
}
.embed-responsive-16by9:hover, .embed-responsive-16by9.hover {
  opacity: 1;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive embed,
 .embed-responsive iframe, 
.embed-responsive object,
 .embed-responsive video :hover {
opacity: 1;
 }
 */
.btn-icon-aluno {
  background-image: url(../img/btn-aluno.svg);
  width: 50px;
  height: 50px;
  position: relative;
  top: 0;
}
.btn-icon-aluno:active,
.btn-icon-aluno:focus,
.btn-icon-aluno:hover {
  top: -3px;
}
.btn-search {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.js-overlay::before,
.js-search-full::before {
  position: fixed;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
}
.btn-search:active i,
.btn-search:hover i {
  color: #08c;
}
.btn-search i {
  font-size: 20px;
  color: #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;
}
.js-fixed-html {
  overflow: hidden !important;
  /* position: fixed; */
}
.js-search-full {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}
.js-search-full .js-fullheight {
  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;
}
.js-search-full .btn-close {
  margin-left: 40px;
}
.js-search-full .btn-close i {
  font-size: 40px;
}
.js-search-full .content {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 50px 15px;
  position: relative;
}
.box-menu-aluno .content .nav li::before,
.menu-principal-mobile,
.menu-principal-mobile .content .nav li::before {
  display: none;
}
.js-search-full .form-group {
  width: 100%;
  margin-bottom: 0;
}
.js-search-full .form-control {
  padding: 15px 30px;
  font-size: 1.429em;
  font-weight: 700;
}
.box-menu-aluno,
.menu-principal-mobile {
  opacity: 0;
  pointer-events: none;
  z-index: 92;
  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: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.box-menu-aluno .btn-close,
.menu-principal-mobile .btn-close {
  position: absolute;
  z-index: 994;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
}
.box-menu-aluno .btn-close:active i,
.box-menu-aluno .btn-close:focus i,
.box-menu-aluno .btn-close:hover i,
.menu-principal-mobile .btn-close:active i,
.menu-principal-mobile .btn-close:focus i,
.menu-principal-mobile .btn-close:hover i {
  color: #3bf;
}
.box-menu-aluno .btn-close i,
.menu-principal-mobile .btn-close i {
  color: #213679;
  font-size: 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;
}
.box-menu-aluno .content,
.menu-principal-mobile .content {
  position: fixed;
  right: -420px;
  top: 0;
  bottom: 0;
  width: 420px;
  height: 100%;
  background-color: #547db4;
  padding: 30px 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  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;
  overflow-y: auto;
}
@supports (-webkit-overflow-scrolling: touch) {
  .box-menu-aluno .content,
  .menu-principal-mobile .content {
    padding-bottom: 40px;
  }
}
.box-menu-aluno .content h3,
.menu-principal-mobile .content h3 {
  color: #213679;
  font-size: 1.786em;
  text-transform: none;
  font-weight: 700;
  font-family: MuseoSansRounded, sans-serif;
  margin-bottom: 15px;
}
.box-menu-aluno .content .nav li,
.menu-principal-mobile .content .nav li {
  padding: 0;
  margin: 20px 0;
  height: 22px;
}
.box-menu-aluno .content .nav li a,
.menu-principal-mobile .content .nav li a {
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.143em;
}
.box-menu-aluno .content .nav li a:active,
.box-menu-aluno .content .nav li a:focus,
.box-menu-aluno .content .nav li a:hover,
.box-menu-aluno .content .nav li.active a,
.menu-principal-mobile .content .nav li a:active,
.menu-principal-mobile .content .nav li a:focus,
.menu-principal-mobile .content .nav li a:hover,
.menu-principal-mobile .content .nav li.active a {
  color: #6cf;
}
.box-menu-aluno.active,
.menu-principal-mobile.active {
  opacity: 10;
  pointer-events: all;
  z-index: 993;
}
.box-menu-aluno.active::before,
.menu-principal-mobile.active::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.box-menu-aluno.active .content,
.menu-principal-mobile.active .content {
  right: 0;
}
.menu-principal-mobile .content {
  background-color: #fff;
  padding: 10px 0 30px;
  right: -90%;
  width: 90%;
}
.menu-principal-mobile .content .ph-menu {
  padding-left: 25px;
  padding-right: 25px;
}
.menu-principal-mobile .content .nav li {
  margin: 0;
  border-top: 1px solid #ebebeb;
}
.menu-principal-mobile .content .nav li:first-child {
  border-top: 0;
}
.menu-principal-mobile .content .nav li a {
  padding: 12px 25px;
  color: #262626;
  font-weight: 300;
}
.menu-principal-mobile .content .nav li a:active,
.menu-principal-mobile .content .nav li a:focus,
.menu-principal-mobile .content .nav li a:hover,
.menu-principal-mobile .content .nav li.active a {
  color: #08c;
}
.menu-principal-mobile .content .nav li.dropdown {
  display: inline-block;
  width: 100%;
}
.menu-principal-mobile .content .nav li.dropdown .dropdown-menu {
  position: relative;
  min-width: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  box-shadow: none;
}
.bg-artigos .item:active .box-img,
.bg-artigos .item:focus .box-img,
.bg-artigos .item:hover .box-img,
.bg-noticias .item:active .box-img,
.bg-noticias .item:focus .box-img,
.bg-noticias .item:hover .box-img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.menu-principal-mobile .content .nav li.dropdown .dropdown-menu li {
  width: 100%;
}
.menu-principal-mobile .content .nav li.dropdown .dropdown-menu li a {
  width: 100%;
  background-color: #f2f2f2;
  text-align: left;
  border-left: 6px solid #7fcdec;
  padding-left: 30px;
}
.menu-principal-mobile h3.title-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
  color: #939393;
  font-size: 1.429em;
  text-transform: uppercase;
  margin: 0;
}
.menu-principal-mobile .btn {
  margin-top: 10px;
}
.menu-principal-mobile .rede-social-link {
  margin-top: 15px;
  font-size: 43px;
  color: #174677;
}
.menu-principal-mobile .rede-social-link .item i {
  font-size: 30px;
  color: #213679;
}
.ban-slide-top {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.ban-slide-top .slide-progress {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  max-width: 100%;
  height: 4px;
  background-color: #08c;
}
.bg-cursos,
.bg-cursos .card,
.bg-cursos .card .capa {
  position: relative;
  width: 100%;
}
.bg-cursos {
  z-index: 2;
  display: inline-block;
}
.bg-cursos .card {
  display: inline-block;
  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;
  overflow: hidden;
}
.bg-cursos .card:active .box-img,
.bg-cursos .card:focus .box-img,
.bg-cursos .card:hover .box-img {
  transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
}


 @media only screen and (min-width: 960px) {
       .bg-cursos .card .capa {
  height: 250px;
  overflow: hidden;
}
  }
   @media only screen and (min-width: 1440px) {
       .bg-cursos .card .capa {
        height: 350px;
        overflow: hidden;
      }
    }
    @media only screen and (min-width: 2000px) {
     .bg-cursos .card .capa {
        height: 350px;
        overflow: hidden;
      }
    }
    @media only screen and (max-device-width: 480px) {
       .bg-cursos .card .capa {
  height: 350px;
  overflow: hidden;
}
    }
    @media only screen and (device-width: 768px) {
     .bg-cursos .card .capa {
  height: 350px;
  overflow: hidden;
}
    }


/*.bg-cursos .card .capa {
  height: 350px;
  overflow: hidden;
}*/
.bg-cursos .card .capa h2 {
  position: absolute;
  z-index: 3;
  left: 25px;
  bottom: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
  padding-right: 10%;
}
.bg-cursos .card .box-img {
  width: 100%;
  height: 100%;
  position: relative;
  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-cursos .card .box-img::before {
content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 15%;
    left: 0;
    right: 0;
    bottom: 10px;
    /* background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 100%); */
 /* content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.8) 100%
  );*/
}
.bg-cursos .owl-carousel .card::after,
.bg-cursos .owl-carousel .card::before {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bg-cursos .card .title {
  padding: 15px 25px;
}
.bg-cursos .card .title h3 {
  text-transform: none;
  color: #213679;
  font-weight: 600;
}
.bg-cursos .card .title .btn {
  margin-top: 10px;
}
.bg-cursos .owl-carousel .owl-stage .owl-item:first-child .card::before,
.bg-cursos .owl-carousel .owl-stage .owl-item:last-child .card::after {
  display: none;
}
.contato {
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 20px;
}
.bg-cursos .owl-carousel .card::before {
  left: 0;
  border-width: 350px 10px 0 0;
  border-color: white transparent transparent;
}
.bg-cursos .owl-carousel .card::after {
  right: 0;
  border-width: 0 0 350px 10px;
  border-color: transparent transparent white;
}
.bg-cursos .owl-carousel .owl-next,
.bg-cursos .owl-carousel .owl-prev {
  top: 35%;
}
.bg-cursos .owl-carousel .owl-dots {
  position: relative;
  bottom: 0;
}
.bg-cursos .btn-icon {
  display: inline-block;
  width: auto;
}
.bg-cursos .btn-icon h3,
.bg-noticias {
  display: block;
  width: 100%;
}
.bg-cursos .btn-icon i {
  font-size: 50px;
  color: #08c;
}
.bg-conteudo-cetrus .group-video .content h6,
.bg-conteudo-cetrus h2 {
  color: #fff;
}
.bg-noticias {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.bg-noticias .item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  border-bottom: 2px solid #ebebeb;
  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-noticias .item .box-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  width: 360px;
  min-width: 360px;
  height: 160px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  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-noticias .item .group {
  padding-left: 30px;
}
.bg-noticias .item .group h3 {
  margin: 7px 0;
  text-transform: none;
}
.bg-noticias .item .group .btn-link {
  font-size: 1em;
  font-weight: 600;
  margin-top: 10px;
}
.bg-noticias .group-ver-todos {
  position: relative;
  z-index: 5;
  display: block;
  margin: -160px auto 0;
  text-align: center;
  padding: 140px 0 10px;
  background: -moz-linear-gradient(
    to bottom,
    rgba(242, 242, 242, 0) 0,
    #ffffff 70%
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgba(242, 242, 242, 0) 0,
    #ffffff 70%
  );
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0, #ffffff 70%);
}
.bg-artigos .item .box-img,
.bg-conteudo-cetrus {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.bg-conteudo-cetrus {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 50px 0 50px;
  /*padding: 180px 0 140px;*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*background-image: url(../img/bg-conteudo-cetrus.jpg);*/
  background-color: #f7f7f7;
}
.bg-conteudo-cetrus::after,
.bg-conteudo-cetrus::before {
  /*content: ""*/
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  /*border-width: 0 100vw 140px 0;*/
}
.bg-conteudo-cetrus::before {
  top: 0;
  left: 0;
  /*border-color: transparent #ffffff;*/
}
.bg-conteudo-cetrus::after {
  bottom: 0;
  right: 0;
  /*border-color: transparent transparent #ffffff;*/
}


.bg-conteudo-cursos {
  position: relative;
  z-index: 3;
  display: block;
  padding: 50px 0 50px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #025f96;
  /*min-height: 200px;*/
}
.bg-conteudo-cursos::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 120vw 40px 0;
}
.bg-conteudo-cursos::before {
  top: 0;
  left: 0;
  border-color: transparent #ffffff;
}

.uguu {
    border-top:20px solid transparent;
    border-left:100px solid green;
    border-right:100%;
    width: 100%;
    padding: 180px 100% 140px;
}



.bg-conteudo-cetrus .group-video {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}
.bg-conteudo-cetrus .group-video .content h3 {
  text-transform: none;
  font-size: 19px;
  color: #00386f;
  margin: 20px 0 10px;
  font-weight: 700;
}
.bg-conteudo-cetrus .group-video .content p {
  text-transform: none;
  color: #00386f;
  margin: 20px 0 10px;
  font-weight: 700;
}
.bg-conteudo-cetrus .owl-carousel .owl-dots {
  position: relative;
  bottom: 0;
}
.bg-artigos {
  display: block;
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
  z-index: 2;
}
.bg-artigos .item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 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-artigos .item .box-img {
  width: 165px;
  min-width: 165px;
  height: 135px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  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-artigos .item .group {
  padding-left: 40px;
}
.bg-artigos .item .group h5 {
  margin: 0 0 10px;
  text-transform: none;
  color: #08c;
}
.bg-artigos .item .group h6 {
  line-height: 1.4;
  font-style: italic;
  color: #262626;
}
.bg-artigos .item .group .btn-link {
  margin-top: 5px;
  font-style: italic;
  font-weight: 400;
  color: #08c;
}
.bg-artigos .owl-carousel {
  padding-bottom: 40px;
}
.bg-artigos .owl-carousel .owl-dots {
  position: relative;
  bottom: 0;
}
.canal-aluno {
  display: block;
  width: 100%;
}
.canal-aluno .card-endereco {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}
.canal-aluno .card-endereco .group {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.footer,
.newsletter {
  display: block;
  width: 100%;
}
.canal-aluno .card-endereco .group h4 {
  font-size: 1.429em;
  margin-bottom: 10px;
}
.canal-aluno .card-endereco .group h6 {
  margin-bottom: 5px;
  line-height: 1.4;
  color: #262626;
}
.canal-aluno .card-endereco .group .flex i {
  font-size: 20px;
  margin-right: 5px;
}
.canal-aluno .card-endereco .group .flex a {
  color: #262626;
}
.canal-aluno .card-endereco .group .flex a:active,
.canal-aluno .card-endereco .group .flex a:focus,
.canal-aluno .card-endereco .group .flex a:hover {
  color: #08c;
}
.newsletter {
  background-color: #0073b6;
}
.newsletter h2,
.newsletter h6 {
  color: #fff;
}
.newsletter h2 {
  text-transform: none;
}
.newsletter h6 {
  padding: 5px 0;
}
.footer {
  background-color: #00386f;
  padding: 30px 0 0;
}
.footer .menu h6 {
  color: #fff;
  font-family: BebasNeue;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 5px;
}
.footer .menu h6 a {
  color: #fff;
  font-family: BebasNeue;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 5px;
}
.footer .menu h6 a:hover {
  color: #08c;
}
.footer .nav li {
  padding: 0;
  /*height: 28px;*/
  height: auto;
  padding: 7px 0;
}
.footer .nav li::before {
  display: none;
}
.footer .nav li a {
  color: #fff;
  font-family: MuseoSansRounded, sans-serif;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.footer .nav li a:active,
.footer .nav li a:focus,
.footer .nav li a:hover,
.footer .nav li.active a {
  color: #08c;
}
.footer .copyright {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  padding: 15px 0;
  margin-top: 30px;
}
.d-inline,
.footer .logo-by {
  display: inline-block;
}
.footer .copyright p {
  color: #fff;
  font-size: 0.714em;
}
.footer .logo-by {
  width: auto;
  margin-left: 30px;
}
.footer .logo-by img {
  width: 35px;
  min-width: 35px;
}
.d-inline,
img.full {
  width: 100%;
}
.js-fade {
  display: none;
}
@media only screen and (min-width: 1200px) {

  .col-5 {
    width: 20%;
  }
}
@media only screen and (max-width: 1200px) {

  .no-flex-md {
    width: 100%;
    display: inline-block !important;
  }
  .header .top .nav .dropdown .dropdown-menu li a {
    font-size: 0.929em;
    padding: 0;
  }
  .header .center .nav .dropdown .dropdown-menu li a {
    font-size: 0.929em;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .bg-cursos .card .capa {
    height: 240px;
    overflow: hidden;
}
  .no-flex-sm {
    width: 100%;
    display: inline-block !important;
  }
  .header .center .title-nav {
    position: relative;
    font-size: 0.929em;
  }
  .header .center .nav {
    margin: 70px 10px 10px 20px;
    /*margin: 0 15px 0 -10px;*/
  }
  .header .btn-search {
    margin: 0 10px 0 15px;
  }
  .header .top .nav .dropdown .dropdown-menu .group.flex {
    margin-top: 10px;
  }
  .btn-icon-aluno {
    width: 40px;
    height: 40px;
  }
  .bg-cursos .card .capa h2 {
    font-size: 1.429em;
    line-height: 1.2;
  }
  .bg-cursos .card .title h3 {
    font-size: 1.143em;
  }
  .newsletter .btn,
  .newsletter .form-control {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .center .container,
  .header .top .container,
  .no-flex-xs {
    width: 100%;
  }
  .no-flex-xs {
    display: inline-block !important;
  }
  .header .logo,
  .header .menu-toggle-mob,
  .menu-principal-mobile {
    display: block;
  }
  .btn-link {
    font-size: 1em;
  }
  .header .logo img {
    width: 100%;
    max-height: 100%;
    max-width: 145px;
  }
  .header .top .flex-end {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .top .btn {
    margin-left: 0;
  }
  .header .center {
    height: 80px;
  }
  .header .btn-icon-aluno {
    width: 50px;
    height: 50px;
  }
  .header .btn-search {
    /*margin: 0 5px 0 0;*/
    margin: -50px 5px 0 0;
  }

.btn-icon-aluno {
    background-image: url(../img/btn-aluno.svg);
    width: 50px;
    height: 50px;
    position: relative;
    top: -30px;
 }   



  .header .btn-search i {
    font-size: 22px;
  }
  .js-search-full .content {
    padding: 15px 5px;
  }
  .js-search-full .form-group {
    padding: 40px 0 20px;
  }
  .js-search-full .form-control {
    padding: 10px 15px;
    font-size: 1.143em;
  }
  .js-search-full .btn-close {
    margin-left: 0;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .js-search-full .btn-close i {
    font-size: 25px;
  }
  .box-menu-aluno .content {
    right: -90%;
    width: 90%;
    padding: 25px;
  }
  .box-menu-aluno .content h3 {
    font-size: 1.143em;
    margin-bottom: 5px;
  }
  .bg-cursos .card .capa {
    /*height: 240px;*/
    height: 260px;
  }
  .bg-cursos .card .capa h2 {
    left: 20px;
    padding-right: 0;
  }
  .bg-cursos .card .title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bg-cursos .js-carousel-full .owl-item {
    padding-right: 20px;
  }
  .bg-cursos .owl-carousel .card::before {
    border-width: 240px 20px 0 0;
  }
  .bg-cursos .owl-carousel .card::after {
    border-width: 0 0 240px 20px;
  }
  .bg-noticias {
    padding-bottom: 30px;
  }
  .bg-noticias .item {
    display: inline-block;
    padding: 20px 0;
  }
  .bg-noticias .item .box-img {
    width: 100%;
    min-width: 100%;
    height: 160px;
  }
  .bg-noticias .item .group {
    padding: 20px 0 0;
  }
  .bg-conteudo-cetrus {
    padding: 60px 0 80px;
  }
  .bg-conteudo-cetrus .group-video {
    padding-bottom: 0;
  }
  .bg-conteudo-cetrus h2 {
    text-align: left;
  }
  .bg-conteudo-cetrus::after,
  .bg-conteudo-cetrus::before {
    /*border-width: 0 100vw 30px 0;*/
  }
  .bg-conteudo-cetrus .owl-carousel .owl-dots {
    bottom: -20px;
  }
  .bg-artigos {
    padding-top: 30px;
  }
  .bg-artigos .item {
    display: inline-block;
    padding: 15px 0;
  }
  .bg-artigos .item .box-img {
    width: 100%;
    min-width: 100%;
    height: 135px;
  }
  .bg-artigos .item .group {
    padding: 20px 0 0;
  }
  .canal-aluno .card-endereco .group {
    text-align: center;
  }
  .canal-aluno .card-endereco .group .flex {
    justify-content: center;
  }
  .footer .menu {
    margin: 15px 0;
  }
}

.modal {
  padding-right: 0px !important;
}
.modal-backdrop {
  background-color: #000000;
}
.modal-backdrop.in {
  /*filter: alpha(opacity=10);
  opacity: 0.1;*/
}
.modal-open {
  padding-right: 0px !important;
}
.modal-content,
.modal-body {
  border: 0;
  background-color: #fff !important;
  /*overflow-x: hidden;
  overflow-y: auto;*/
  border-radius: 0px !important;
  padding: 0;

  box-shadow: none;
}
.modal-body {
  padding: 20px;
}
.modal-header {
  position: relative;
  padding: 20px;
  width: 100%;
  margin: 0;
}
/*.modal-header .close {
  position: relative;
  z-index: 5;
  right: 0;
  top: 0;
  opacity: 10;
  background-color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  width: 35px;
  height: 35px;
  text-align: center;
  outline: none !important;
}*/
.modal-header .close {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 30px;
    right: 0;
    left: -28px;
    top: 0;
    opacity: 10;
    /* background-color: rgba(255, 255, 255, 0.9); */
    text-shadow: none;
    width: 35px;
    height: 35px;
    text-align: center;
    outline: none !important;
  }  
.modal-header .close:hover i,
.modal-header .close:focus i,
.modal-header .close:active i {
  color: #213679;
}
.modal-header .close i {
  line-height: 35px;
  font-size: 28px;
  color: #547db4;
}
.modal-header h1 {
  font-size: #547db4;
}
.modal-dialog {
  max-height: 100%;
}
.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal .modal-dialog {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 992px) {
  .modal-lg {
    width: 945px;
  }
}
@media only screen and (max-width: 991px) {
  .modal-dialog {
    width: 95%;
  }
}

/* Ajustes Front */
h1,
h2 {
  font-weight: 400 !important;
}
.bg-cursos .card .capa h2 {
  font-size: 20px;
}
.bg-cursos .card .title h3 {
  font-family: BebasNeue, sans-serif;
}
.card-endereco .embed-responsive {
  border-radius: 10px;
}
.header .center .nav .dropdown.open .dropdown-menu {
  z-index: 5;
}
.header .center .flex-end {
  width: 100%;
}
.canal-aluno .card-endereco .embed-responsive,
.canal-aluno .card-endereco img.mapa {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  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;
}
.canal-aluno .card-endereco .embed-responsive:active,
.canal-aluno .card-endereco .embed-responsive:focus,
.canal-aluno .card-endereco .embed-responsive:hover,
.canal-aluno .card-endereco img.mapa:active,
.canal-aluno .card-endereco img.mapa:focus,
.canal-aluno .card-endereco img.mapa:hover {
  filter: alpha(opacity=100);
  opacity: 10;
}
.menu-principal-mobile .content .btn-gr {
  padding: 15px 20px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  margin: 20px 0 0 0;
}
.bg-conteudo-cetrus .group-video .embed-responsive {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  filter: alpha(opacity=60);
  /*opacity: 0.6;*/
  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-conteudo-cetrus .group-video .embed-responsive:hover {
  filter: alpha(opacity=100);
  opacity: 10;
}

/* Loja ajustes */
.pt-20 {
  padding-top: 20px;
}
.border-h {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.grupo.produto .fa {
  font-size: 22px !important;
  margin: 0 10px;
}
.grupo.produto .input-qtd {
  border-radius: 4px;
  min-width: 40px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.adicionado {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
}
.div-prod-box h2 {
  text-transform: none;
  padding-top: 15px;
}
.div-prod-box img {
  border-radius: 4px;
}
.box-produto-int .img-produto-int {
  width: 100%;
  border-radius: 4px;
}
.box-produto-int h3 {
  margin: 10px 0;
  font-weight: 700;
}
.box-produto-int .parcelas-loja-int {
  display: block;
  padding: 5px 0;
}
.box-produto-int .grupo.produto {
  display: inline-flex;
  align-items: center;
}
.box-produto-int .grupo.produto .btn-link-qtd {
  border-radius: 4px;
  width: 30px;
  height: 40px;
  border: 0;
  color: #fff;
  text-decoration: none !important;
  background-color: #08c;
}
.box-produto-int .grupo.produto .btn-link-qtd:hover {
  background-color: #069;
}
.box-produto-int .grupo.produto .btn-link-dir {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.box-produto-int .grupo.produto .btn-link-esq {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.box-produto-int .grupo.produto .input-qtd {
  min-width: 30px;
  height: 40px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  border-left: 0;
  border-right: 0;
  padding: 0 5px !important;
}
.bootbox.modal .modal-body {
  padding: 30px !important;
}
.bootbox.modal .modal-body h2 {
  color: #216096;
  text-transform: none;
  margin-bottom: 10px;
}
.bootbox.modal .modal-body p {
  color: #262626;
  font-size: 16px;
  padding: 5px 0;
}
.btn-success {
  background-color: #5cb85c !important;
  border: none !important;
}
.table-carrinho thead tr th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #216096;
}
.table-carrinho tbody tr td {
  padding: 8px 15px;
  color: #262626;
}
.table-carrinho tfoot tr td {
  color: #216096;
  white-space: nowrap;
}
.btn.btn-line.auto {
  height: auto;
}
.btn-enviar-cad {
  margin: 0 !important;
}
.table-carrinho-voucher p {
  font-size: 16px;
  padding: 0px;
}
.table-carrinho .input-voucher {
  min-width: 70px;
}

/* Responsivo */
@media only screen and (max-width: 1280px) {
  .header .center .nav .dropdown .dropdown-menu li a {
    font-size: 14px;
  }
  .bg-cursos .card .capa h2 {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .center .nav .dropdown .dropdown-menu li a {
    font-size: 12px;
  }
  .box-carrinho h2 {
    font-size: 20px;
    line-height: 1.2 !important;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .header .center .title-nav {
    font-size: 20px;
  }
  .header .top .nav .dropdown .dropdown-menu,
  .header .center .nav .dropdown .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .top .nav .dropdown .dropdown-menu li a,
  .header .center .nav .dropdown .dropdown-menu li a {
    font-size: 12px;
    line-height: 1.1;
    padding: 0 7px;
  }
  .header .top .nav .dropdown .dropdown-menu li::before,
  .header .center .nav .dropdown .dropdown-menu li::before {
    display: none;
  }
  .table-carrinho .td2 {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .btn.btn-cal {
    margin-left: 0 !important;
  }
  .header .logo img {
    min-width: 145px;
  }
  .header .center .flex-end {
    margin-right: 15px;
  }
  .menu-principal-mobile .content .nav li {
    height: auto;
  }
  .menu-principal-mobile h3.title-nav {
    /*margin-top: 20px;*/
  }
  .footer .rede-social-link .item {
    margin: 5px 20px 5px 0;
  }
  .footer .rede-social-link .item i {
    font-size: 30px;
  }
  .grupo.pull-right.produto .btn {
    width: 100%;
  }
  .grupo.pull-right {
    float: none !important;
  }
  .grupo.pull-right.produto {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .grupo.pull-right.produto .btn {
    width: auto;
  }
  .box-carrinho {
    padding: 20px 0 !important;
  }
  .box-carrinho {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .fora-table1 {
    border: 0;
    position: relative;
  }
  .table-responsive {
    position: relative;
  }
  .sombra-mobile {
    position: absolute;
    z-index: 92;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    pointer-events: none;
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 10) 100%
    );
  }
  .table-carrinho tbody tr td:nth-child(1) {
    min-width: 200px;
  }
  .botoes .flex-space {
    display: block;
    margin: 0px auto;
  }
  .botoes .flex-space .btn {
    width: 100%;
    margin: 5px 0;
  }
  .table-carrinho {
    margin-bottom: 10px;
    min-width: 640px;
  }
  .table-carrinho .td2,
  .table-carrinho .td3 {
    width: auto;
  }
  .table-carrinho-voucher p {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 414px) {
  .div-prod-box h2 {
    padding-top: 0px;
  }
  .box-produto-int .btn.btn-large {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

.fundo-calendario {
  background-image: linear-gradient(to right, #3c5781 , #3c6db5);
  color:#ffffff !important;
}

.btn-calendario {
  background-color:#fed400;
  border-radius:28px;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-family:Arial;
  font-size:15px;
  height:42px;
  padding:10px 40px;
  font-family:Arial;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  text-align:center;
}
.btn-calendario:hover {
  background-color:#ff8400;
  color:#ffffff;
}
.btn-calendario:active {
  position:relative;
  top:1px;
}

.font-pos-graduacao {
  font-size:16px;
  text-align:left;
  padding:10px;
}

/*
.btn-pos-graduacao {
  -moz-box-shadow:inset -1px -50px 0px -50px #00386f;
  -webkit-box-shadow:inset -1px -50px 0px -50px #00386f;
  box-shadow:inset -1px -50px 0px -50px #00386f;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00386f), color-stop(1, #00386f) );
  background:-moz-linear-gradient( center top, #00386f 5%, #00386f 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00386f', endColorstr='#00386f');
  background-color:#00386f;
  -webkit-border-top-left-radius:40px;
  -moz-border-radius-topleft:40px;
  border-top-left-radius:40px;
  -webkit-border-top-right-radius:40px;
  -moz-border-radius-topright:40px;
  border-top-right-radius:40px;
  -webkit-border-bottom-right-radius:40px;
  -moz-border-radius-bottomright:40px;
  border-bottom-right-radius:40px;
  -webkit-border-bottom-left-radius:40px;
  -moz-border-radius-bottomleft:40px;
  border-bottom-left-radius:40px;
  text-indent:0px;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  font-style:normal;
  height:42px;
  width:300px;
  line-height:42px;
  text-decoration:none;
  text-align:center;
  text-shadow:0px 1px 0px #00386f;
}
.btn-pos-graduacao:hover {
  color:#ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00386f), color-stop(1, #00386f) );
  background:-moz-linear-gradient( center top, #00386f 5%, #00386f 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00386f', endColorstr='#00386f');
  background-color:black;
}.btn-pos-graduacao:active {
  background-color:black;
  position:relative;
  top:1px;
}
*/

.btn-pos-graduacao {
  background-color:#00386f;
  border-radius:28px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  height:42px;
  padding:10px 40px;
  font-family:Arial;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  text-align:center;
}
.btn-pos-graduacao:hover {
  background-color:#337ab7;
  color:#ffffff;
}
.btn-pos-graduacao:active {
  position:relative;
  top:1px;
}

.list-footer li a {
  font-size:12px;
  color:#ffffff;
  line-height:15px;
  text-decoration: underline;
}

.text-footer {
  font-size:12px;
  color:#ffffff;
  line-height: 15px !important;
}

.text-footer a {
  color:#ffffff;
}

.underline {
  text-decoration:underline;
}

.list-menu-inferior {
  font-size:20px;
  color: #808080;
}

.list-menu-inferior li {
  cursor:pointer;
}

.list-menu-inferior li:hover {
  background-color: #182E46;
  color: #ffffff;
}

.list-menu-inferior li:focus {
  background-color: #182E46;
  color: #ffffff;
}

.header .teste .nav li::before {
  content: "";
}

.header .teste .nav li {
  max-height:70px;
  text-align:center;
  /*padding-left: 6px;*/
  padding-right: 6px;
  /*padding-left:15px;
  padding-right:15px;*/

}

.header .menu-sm .nav li {
  max-height:70px;
  text-align:center;
  padding-left:12px;
  padding-right:12px;
}

.header .teste .nav .dropdown .dropdown-menu li::before {
  border:none;
  content: "|";
}


.borda-menu {
  border-left:solid 2px;
  border-color:#DCDCDC;
}

.borda-menu-right {
  border-right:solid 2px;
  border-color:#DCDCDC;
}

.fundo-paciente {
  background-color: #182e46;
}

.fundo-paciente a {
  padding-left:20px !important;
  padding-right:20px !important;
}

.linha-vertical {
  min-height: 100px; /*Altura da linha*/
  border-left: 2px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
  border-color:#ffffff;
  padding-right:10px;
}

.box {
 width: 50%;
 float: left;
 height: 350px;/*Altura da linha*/
}

.box-2 {
 width: 50%;
 float: left;
 min-height: 1050px;/*Altura da linha*/
}

.linha-vertical-2 {
  border-left: 2px solid #08c;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
  box-sizing: border-box;
}

.linha-horizontal-2 {
  border-top: 2px solid #08c;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
  margin-top:40px;
  margin-bottom:40px; 
}

.col-lg-20 {
    width: 40% !important;
}

.dialog h2 {
    margin: 0;
    color: #0C8BE8;
    font-size: 1.5em;
    padding: 0 0 2em;
    margin: 0;
}

  button {
    padding: 1em 2em;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    border: none;
    color: #0C8BE8;
    border: 1px solid #0C8BE8;
}

.content {
    max-width: 100%;
    padding: 0 1em;
    margin: 0 auto;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-wrap {
    padding: 2.5em 0 0;
    font-size: 1.25em;
}

button.trigger {
    color: #fff;
    border: none;
}


.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
}

.dialog__overlay {
    position: absolute;
    z-index: 1;
    background: rgba(55, 58, 71, 0.9);
}


.dialog__content {
    width: 100%;
    max-width: 960px;
    /*max-width: 660px;*/
    min-width: 290px;
    background: #fff;
    margin: 0 auto;
    padding: 30px 30px 90px 30px;
    /*padding: 4em;*/
    text-align: center;
    position: relative;
    top: -30px;
    z-index: 5;
}


/* Content */
.dialog__title{
	position: relative;
	top: -22px;
    margin: 0;
    color: #0C8BE8;
    font-size: 1.5em;
    padding: 0 0 0.1em;
    margin: 0;
}

.btnCustom{
	padding: 1em 2em;
    outline: none;
    font-weight: 600;
    width: 45%;
    font-size: 14px;
    border: none;
    color: #fff;
    border: 1px solid #0C8BE8;
    position: relative;
    border-radius: 5px;
    top: 0px !important;
}

.pclas{
	line-height: 2.4;
    position: relative;
    top: -15px;
    text-align: left;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px 5px 5px 5px;
}

.card-img-top {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-radius: 5px 5px 5px 5px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.text-HeadTitle{
 margin: 0 0 20px 0;
 font-size: 14px;
 font-weight: bold !important;
 color: #0C8BE8;
}

.card-text{
 margin: 10px 0 20px 0;
 font-size: 14px;
}

.card-title{
 margin: 10px 0 10px 0;
 font-size: 22px;
 line-height: 1.8;
}

.mb-2, .my-2 {
    margin-bottom: 0.75rem !important;
}
.mt-2, .my-2 {
    margin-top: 0.75rem !important;
}


.badge-shop {
  top: 0;
  left: 90%;
  background: #fff;
  color: #000;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  position: absolute;
  font-size: 1.2rem;
  margin: 0;
  border-radius: 9999px;
  min-width: 1.8em;
  padding: .1.8rem .1.8rem;
}

/* Hero Home */
#HeroHome h1{
  font-size: 36px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

#HeroHome h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

#HeroHome .btn-saibamais{
background-color: #f4511e;
color: #fff;
}

.jumbotronHero {
background-color: #e3e3e2;
color: #fff;
padding: 100px 25px;
font-family: Montserrat, sans-serif;
}