@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.reset {
  clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1000px) {
  body {
    background: #fff;
  }
}

.center {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.header-main-header {
  position: relative;
  z-index: 15;
}
.header-main-header .main-header-content {
  padding: 20px 0 25px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1000px) {
  .header-main-header .main-header-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-main-header .main-header-content .main-logo {
    max-width: 90%;
  }
  .header-main-header .main-header-content .right-main-header {
    width: 100%;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 15px;
  }
}
.header-main-header .buttons {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-main-header .buttons .login-button {
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 6px;
  color: #caa14a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: 400ms;
  width: 140px;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .header-main-header .buttons .login-button {
    height: 30px;
    line-height: 30px;
    width: auto;
    padding: 0 10px;
    font-size: 14px;
  }
}
.header-main-header .buttons .login-button:hover {
  background: #999;
  color: #fff;
}
.header-main-header .buttons .signup-button {
  height: 44px;
  width: 170px;
  line-height: 44px;
  text-align: center;
  border-radius: 6px;
  background: #caa14a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .header-main-header .buttons .signup-button {
    height: 30px;
    line-height: 30px;
    width: auto;
    padding: 0 10px;
    font-size: 14px;
  }
}
.header-main-header .buttons .signup-button:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.header-main-header .language-select {
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #999999;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .header-main-header .language-select {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.header-main-header .language-select i {
  margin-right: 2px;
}
.header-main-header .language-select a {
  color: #999999;
  text-decoration: none;
  padding: 0 5px;
  line-height: 16px;
  border-right: 1px solid #999;
}
.header-main-header .language-select a:last-child {
  padding-right: 0;
  border-right: 0;
}
.header-main-header .language-select a.active {
  font-weight: 700;
}

.main-menu {
  height: 74px;
  width: 100%;
  background: #f1f1f1;
  position: static;
  z-index: 15;
  top: -100px;
}
/* .main-menu.suspenso {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100px;
  transition: 600ms;
} */
/* @media (max-width: 1000px) {
  .main-menu.suspenso {
    position: relative;
    box-shadow: none;
    background: #f1f1f1;
  }
} */
/* .main-menu.suspenso .center {
  height: 100px;
  -ms-flex-align: center;
      align-items: center;
  width: 95% !important;
  max-width: 1200px !important;

} */
/* .main-menu.suspenso .center .logo-suspenso {
  display: block;
  margin-right: 15px;
}
.main-menu.suspenso .center .submenu {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
} */
@media (max-width: 1000px) {
  .main-menu {
    height: 40px;
  }
}
.main-menu .open-menu {
  display: none;
}
@media (max-width: 1000px) {
  .main-menu .open-menu {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: right;
    line-height: 40px;
    font-size: 20px;
    color: #666666;
  }
}
.main-menu .menu-mask-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .main-menu .menu-mask-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 90;
  }
}
.main-menu .center {
  height: 74px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1160px;
}
@media (max-width: 1000px) {
  .main-menu .center {
    position: fixed;
    top: 0;
    right: -80vw;
    width: 80vw;
    height: 100vh !important;
    background: #f1f1f1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    display: block;
    padding: 15px;
    box-sizing: border-box;
    transition: 600ms;
    z-index: 100;
  }
  .main-menu .center.active {
    right: 0;
  }
}
.main-menu .center .logo-suspenso {
  display: none;
}
.main-menu .center > .item {
  padding: 0 10px;
}
.main-menu .center > .item:hover > a {
  color: #fff;
}
.main-menu .center .item {
  text-decoration: none;
  font-size: 14px;
  line-height: 74px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
  transition: 400ms;
  position: relative;
}
@media (max-width: 1000px) {
  .main-menu .center .item {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 24px;
    padding: 5px 0;
    box-sizing: border-box;
  }
  .main-menu .center .item:hover {
    padding-bottom: 0;
  }
}
.main-menu .center .item:hover .submenu {
  display: block;
}
.main-menu .center .item .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  display: none;
  padding: 5px;
}
@media (max-width: 1000px) {
  .main-menu .center .item .submenu {
    position: static;
    width: 100%;
    padding: 0;
  }
}
.main-menu .center .item .submenu .item {
  font-size: 13px;
  line-height: 20px;
  padding: 7px 10px;
  min-width: 180px;
  white-space: nowrap;
  display: block;
  text-transform: none;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .main-menu .center .item .submenu .item {
    text-align: left;
    position: relative;
  }
}
.main-menu .center .item .submenu .item:hover > a {
  color: #fff;
}
.main-menu .center .item .submenu .item:hover .sub-submenu {
  display: block;
}
.main-menu .center .item .submenu .item .sub-submenu {
  display: none;
  position: absolute;
  top: -5px;
  left: 100%;
  background: #caa14a;
  padding: 5px;
  max-height: 250px;
  overflow-y: scroll;
}
@media (max-width: 1000px) {
  .main-menu .center .item .submenu .item .sub-submenu {
    position: static;
    width: 100%;
    box-sizing: border-box;
  }
}
.main-menu .center .item .submenu .item .sub-submenu a {
  min-width: 180px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 20px;
  padding: 7px 10px;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 1000px) {
  .main-menu .center .item .submenu .item .sub-submenu a {
    white-space: normal;
  }
}
.main-menu .center .item .submenu .item .sub-submenu a:hover {
  background: #fff;
  color: #caa14a;
}
.main-menu .center .item .submenu .item a {
  display: -webkit-flex;
  width: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1000px) {
  .main-menu .center .item .submenu .item a {
    position: relative;
  }
  .main-menu .center .item .submenu .item a i {
    right: 10px;
  }
}
.main-menu .center .item a {
  color: #666;
  text-decoration: none;
  transition: 400ms;
}
.main-menu .center .item a:hover {
  background: #caa14a;
  color: #fff;
}
.main-menu .center .item:hover {
  background: #caa14a;
  color: #fff;
}
.main-menu .center .item i {
  margin-left: 5px;
}
@media (max-width: 1000px) {
  .main-menu .center .item i {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    line-height: 20px;
  }
}

.main-banner {
  position: relative;
}
.main-banner .slick-dots {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1000px) {
  .main-banner .slick-dots {
    bottom: 30px;
  }
}
.main-banner .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f3c45f;
  cursor: pointer;
  margin: 0 8px;
}
.main-banner .slick-dots li button {
  display: none;
}
.main-banner .slick-dots li.slick-active {
  background: #fff;
}
.main-banner .slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  line-height: 60px;
  font-size: 40px;
  color: #fff;
  z-index: 10;
  cursor: pointer;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .main-banner .slick-arrow {
    display: none !important;
  }
}
.main-banner .slick-arrow:hover {
  color: #caa14a;
}
.main-banner .slick-arrow.fa-chevron-left {
  left: 10%;
}
.main-banner .slick-arrow.fa-chevron-right {
  right: 10%;
}
.main-banner .item {
  height: 550px;
  background: no-repeat center center;
  background-size: cover;
}
@media (max-width: 1000px) {
  .main-banner .item {
    height: 450px;
  }
}
.main-banner .item .center {
  height: 550px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1000px) {
  .main-banner .item .center {
    font-size: 18px;
    line-height: 26px;
    height: 450px;
  }
  .main-banner .item .center div {
    padding-bottom: 30px;
  }
}
.main-banner .item .center p {
  max-width: 520px;
  display: block;
  margin: 0 auto 20px;
}
.main-banner .item .center .title {
  max-width: 680px;
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #f3c45f;
  font-size: 66px;
  line-height: 72px;
}
@media (max-width: 1000px) {
  .main-banner .item .center .title {
    font-size: 40px;
    line-height: 44px;
  }
}
.main-banner .item .center .button {
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #caa14a;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 400ms;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.main-banner .item .center .button:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}

.bar {
  width: 120px;
  height: 5px;
  margin: 20px auto 25px;
  background: #caa14a;
}
.bar.mb40 {
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .bar {
    width: 90px;
  }
}

.like-text {
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  color: #333333;
}
@media (max-width: 1000px) {
  .like-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.like-text strong {
  font-weight: 700;
  color: #002d5c;
}
.like-text a {
  color: #002d5c;
  transition: 400ms;
}
.like-text a:hover {
  color: #caa14a;
}

.area-title {
  font-family: "Bitter", serif;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #002d5c;
}
.area-title.mb {
  margin-bottom: 40px !important;
}
@media (max-width: 1000px) {
  .area-title {
    font-size: 30px;
    line-height: 34px;
  }
}

.abas-select {
  display: none;
}
@media (max-width: 1000px) {
  .abas-select {
    display: block;
    width: 100%;
    border: 2px solid #bfbfbf;
    background: #fff;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: -10px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-indent: 10px;
    color: #999999;
  }
}

.aprimore-se-wrapper {
  padding-top: 40px;
}
.aprimore-se-wrapper .abas-wrapper {
  margin-top: 50px;
  border-top: 1px solid #d7d2cd;
  height: 80px;
  line-height: 80px;
}
@media (max-width: 1000px) {
  .aprimore-se-wrapper .abas-wrapper {
    display: none;
  }
}
.aprimore-se-wrapper .abas-wrapper .center {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.aprimore-se-wrapper .abas-wrapper .center .item {
  padding: 0 40px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 700;
  height: 80px;
  transition: 400ms;
}
.aprimore-se-wrapper .abas-wrapper .center .item:hover {
  color: #caa14a;
}
.aprimore-se-wrapper .abas-wrapper .center .item.active {
  color: #fff;
  background: #caa14a;
}
.aprimore-se-wrapper header {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #666666;
}

.abas-content-wrapper {
  background: url(../../images/bg-aprimorese.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0 70px;
}
@media (max-width: 1000px) {
  .abas-content-wrapper {
    margin-top: 30px;
  }
}
.abas-content-wrapper .item {
  display: none;
}
.abas-content-wrapper .item:first-child {
  display: block;
}
.abas-content-wrapper .center::after {
  content: "";
  display: block;
  clear: both;
}
.abas-content-wrapper .list-courses {
  margin-bottom: 35px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.abas-content-wrapper .list-courses .course {
  width: calc(33.333% - 7px);
  background: url(../images/pattern-course.png) no-repeat center top -20px #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .abas-content-wrapper .list-courses .course {
    width: 100%;
    margin-bottom: 15px;
  }
  .abas-content-wrapper .list-courses .course:last-child {
    display: none;
  }
}
.abas-content-wrapper .list-courses .course-info {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  padding-bottom: 20px;
}
.abas-content-wrapper .list-courses .course-info .course-title {
  font-weight: 700;
  color: #002d5c;
  margin-bottom: 20px;
}
.abas-content-wrapper .list-courses .course-info .course-title.grey {
  color: #999999;
}
.abas-content-wrapper .list-courses .logo {
  width: 100%;
  height: 250px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
.abas-content-wrapper .list-courses .location-info {
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
  min-height: 130px;
}
.abas-content-wrapper .list-courses .location-info .location-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #002d5c;
}
.abas-content-wrapper .list-courses .location-info .icon {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}
.abas-content-wrapper .list-courses .location-info .icon.grey i {
  color: #a8a5a0;
}
.abas-content-wrapper .list-courses .location-info .icon:last-child {
  margin-bottom: 0;
}
.abas-content-wrapper .list-courses .location-info .icon i {
  position: absolute;
  left: 0;
  line-height: 22px;
  top: 0;
  font-size: 20px;
  color: #003566;
}
.abas-content-wrapper .list-courses .button {
  text-align: center;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #cba24b;
  display: block;
  margin-top: 30px;
  text-decoration: none;
  transition: 400ms;
}
.abas-content-wrapper .list-courses .button:hover {
  background-color: transparent;
  color: #cba24b;
  box-shadow: inset 0 0 0 2px #cba24b;
}
.abas-content-wrapper .list-courses .button.aviseme {
  background: #a5a29d;
}
.abas-content-wrapper .list-courses .button.aviseme:hover {
  background-color: transparent;
  color: #a5a29d;
  box-shadow: inset 0 0 0 2px #a5a29d;
}
.abas-content-wrapper .desc-aprimorese {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 40px;
}
.abas-content-wrapper .link-more {
  float: right;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .abas-content-wrapper .link-more {
    font-size: 14px;
  }
}

.next-classes {
  background: #f1f1f1;
  padding: 30px 0 40px;
  text-align: center;
}
.next-classes.no-bg {
  background-color: transparent;
  padding: 0 0 60px;
}
.next-classes.no-bg .area-title {
  margin-bottom: 50px;
}
.next-classes .center::after {
  content: "";
  display: block;
  clear: both;
}

.button-inscrevase {
  width: 160px;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  background: #cba24b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 400ms;
}
.button-inscrevase:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #cba24b;
  color: #cba24b;
}

.button-aviseme {
  width: 160px;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  background: #a5a29d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 400ms;
}
.button-aviseme:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #a5a29d;
  color: #a5a29d;
}

.see-more-link {
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #002d5c;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 30px;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .see-more-link {
    font-size: 14px;
  }
}
.see-more-link:hover {
  color: #cba24b;
}
.see-more.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.see-more.disabled:hover {
  color: currentColor;
}

.filter-turmas {
  padding-top: 40px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1000px) {
  .filter-turmas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.filter-turmas .input {
  width: 100%;
  max-width: 370px;
  margin: 0 10px;
  height: 50px;
  line-height: 50px;
  outline: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #999999;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #999999;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .filter-turmas .input {
    width: 100%;
  }
}

.turmas-list .item {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px;
  background: url(../images/pattern-turmas.png) no-repeat left center #fff;
  border-left: 8px solid #002c5a;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0 6px 6px 0;
}
@media (max-width: 1000px) {
  .turmas-list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-position: left -150px center;
  }
  /*.turmas-list .item:last-child {*/
    /*display: none;*/
  /*}*/
}
.turmas-list .location {
  margin-right: 20px;
  width: 18%;
}
@media (max-width: 1000px) {
  .turmas-list .location {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.turmas-list .location i {
  color: #002c5a;
  width: 30px;
}
.turmas-list .see-more {
  font-weight: 700;
  font-size: 16px;
  color: #cda551;
  text-decoration: none;
  text-transform: uppercase;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .turmas-list .see-more {
    text-align: right;
    width: 100%;
    font-size: 14px;
  }
}
.turmas-list .see-more:hover {
  color: #002c5a;
}
.turmas-list .see-more i {
  margin-left: 3px;
}
.turmas-list .title-course {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-size: 16px;
  font-weight: 700;
  color: #15406d;
  line-height: 20px;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .turmas-list .title-course {
    width: 100%;
    margin-bottom: 10px;
  }
}
.turmas-list .category {
  width: 10%;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .turmas-list .category {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.turmas-list .date {
  padding-left: 40px;
  position: relative;
  width: 18%;
  box-sizing: border-box;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .turmas-list .date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 30px;
  }
}
.turmas-list .date i {
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  line-height: 20px;
  font-size: 20px;
  color: #002c5a;
}
@media (max-width: 1000px) {
  .turmas-list .date i {
    top: 0;
    line-height: 20px;
  }
}

.acompanhe-wrapper {
  padding: 80px 0 120px;
  background: url(../../images/bg-acompanhe.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1000px) {
  .acompanhe-wrapper {
    padding-bottom: 80px;
  }
}
.acompanhe-wrapper .area-title {
  color: #cda551;
  text-align: center;
  margin-bottom: 20px;
}
.acompanhe-wrapper .area-desc {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 18px;
}
.acompanhe-wrapper .see-more-link {
  color: #fff;
}
.acompanhe-wrapper .social-links {
  clear: both;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 60px;
}
@media (max-width: 1000px) {
  .acompanhe-wrapper .social-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.acompanhe-wrapper .social-links .links {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .acompanhe-wrapper .social-links .links {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.acompanhe-wrapper .social-links .links a {
  width: 88px;
  height: 88px;
  background: #f1f1f1;
  border-radius: 50%;
  text-align: center;
  line-height: 88px;
  color: #002d5c;
  font-size: 37px;
  margin: 0 5px;
  text-decoration: none;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .acompanhe-wrapper .social-links .links a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
  }
}
.acompanhe-wrapper .social-links .links a:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.acompanhe-wrapper .social-links p.title {
  font-size: 36px;
  font-family: "Bitter", serif;
  line-height: 42px;
  color: #cda551;
  font-weight: 700;
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 1000px) {
  .acompanhe-wrapper .social-links p.title {
    width: 100%;
    font-size: 30px;
    line-height: 34px;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.list-news-home {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.list-news-home.wrap-intern {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}
.list-news-home.wrap-intern .item {
  margin-bottom: 10px;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1000px) {
  .list-news-home {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-news-home:hover .item {
  opacity: 0.6;
}
.list-news-home:hover .item:hover {
  opacity: 1;
}
.list-news-home img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.list-news-home .video {
  position: relative;
}
.list-news-home .video i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0, 0, 0, 0.6);
  font-size: 56px;
  color: #fff;
  text-decoration: none;
}
.list-news-home .item {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  width: calc(33.3333% - 7px);
  padding-bottom: 80px;
  position: relative;
  text-decoration: none;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .list-news-home .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .list-news-home .item:last-child {
    display: none !important;
  }
}
.list-news-home .item .title {
  font-weight: 700;
  color: #002d5c;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.list-news-home .item .desc {
  font-size: 16px;
  line-height: 18px;
  color: #666666;
}
.list-news-home .item .category {
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  margin-bottom: 12px;
  line-height: 18px;
}
.list-news-home .item .info {
  padding: 30px 30px 0;
  margin-top: -6px;
  border-radius: 6px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.list-news-home .item .more {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
}
@media (max-width: 1000px) {
  .list-news-home .item .more {
    font-size: 14px;
  }
}

.depoimentos-wrapper {
  padding: 80px 0;
}
.depoimentos-wrapper .area-title {
  text-align: center;
}

.list-depoimentos .slick-dots {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.list-depoimentos .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #034781;
  cursor: pointer;
  margin: 0 8px;
}
.list-depoimentos .slick-dots li.slick-active {
  background: #cccccc;
}
.list-depoimentos .slick-dots li button {
  display: none;
}
.list-depoimentos .text {
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  color: #666666;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1000px) {
  .list-depoimentos .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
.list-depoimentos .user {
  font-weight: 700;
  text-align: center;
  color: #999999;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .list-depoimentos .user {
    font-size: 16px;
  }
}

.main-footer {
  background: #002d5c;
}
.main-footer .content-footer {
  padding: 70px 0;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.main-footer .content-footer .logos-dir {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  -ms-flex-order: 4;
  order: 4;
}

@media (max-width: 1000px) {
  .main-footer .content-footer .logos-dir {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .main-footer .content-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0 0;
  }
}
.main-footer .content-footer .logos {
  -ms-flex-order: 1;
      order: 1;
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .main-footer .content-footer .logos {
    width: 100%;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.main-footer .content-footer .logos img {
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .main-footer .content-footer .logos img {
    margin: 0 15px;
  }
}
.main-footer .content-footer .contatos {
  -ms-flex-order: 2;
      order: 2;
  font-size: 16px;
  line-height: 24px;
  color: #abacae;
  padding-top: 15px;
}
@media (max-width: 1000px) {
  .main-footer .content-footer .contatos {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
}
.main-footer .content-footer .contatos p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 22px;
}
@media (max-width: 1000px) {
  .main-footer .content-footer .contatos p {
    padding-left: 0;
  }
}
.main-footer .content-footer .contatos p:last-child {
  margin-bottom: 0;
}
.main-footer .content-footer .contatos p i {
  position: absolute;
  line-height: 24px;
  left: 0;
  top: 0;
}
@media (max-width: 1000px) {
  .main-footer .content-footer .contatos p i {
    position: static;
    line-height: auto;
    margin-right: 5px;
  }
}
.main-footer .content-footer .entrust-logo {
  -ms-flex-order: 4;
      order: 4;
}
@media (max-width: 1000px) {
  .main-footer .content-footer .entrust-logo {
    -ms-flex-order: 3;
        order: 3;
    margin-right: 15px;
  }
}
.main-footer .content-footer .open-sitemap {
  display: none;
}
@media (max-width: 1000px) {
  .main-footer .content-footer .open-sitemap {
    -ms-flex-order: 5;
        order: 5;
    margin: 20px -5vw 0;
    width: 100vw;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #b78e35;
    background: #033c77;
    display: block;
  }
  .main-footer .content-footer .open-sitemap i {
    margin-left: 5px;
  }
}
.main-footer .content-footer .sitemap {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-order: 3;
      order: 3;
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  margin: 0 40px;
}
@media (max-width: 1000px) {
  .main-footer .content-footer .sitemap {
    -ms-flex-order: 10;
        order: 10;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    display: none;
  }
}
.main-footer .content-footer .sitemap .col {
  width: 30%;
  margin-right: 5%;
}
@media (max-width: 1000px) {
  .main-footer .content-footer .sitemap .col {
    width: 100%;
    margin-right: 0;
  }
}
.main-footer .content-footer .sitemap .col:last-child {
  margin-right: 0;
}
.main-footer .content-footer .sitemap a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #cda551;
  text-decoration: none;
  margin-bottom: 20px;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .main-footer .content-footer .sitemap a {
    text-align: center;
    margin-bottom: 10px !important;
    font-size: 16px;
  }
}
.main-footer .content-footer .sitemap a:hover {
  color: #fff;
}
.main-footer .content-footer .sitemap a:last-child {
  margin-bottom: 0;
}
.main-footer .copy-bar {
  height: 60px;
  line-height: 60px;
  background: #f1f1f1;
}
@media (max-width: 1000px) {
  .main-footer .copy-bar {
    height: auto;
    line-height: 30px;
    padding: 20px 0;
  }
}
.main-footer .copy-bar .center {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: #666666;
}
@media (max-width: 1000px) {
  .main-footer .copy-bar .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-footer .copy-bar .center p {
    line-height: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.main-footer .copy-bar .social-footer-links {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1000px) {
  .main-footer .copy-bar .social-footer-links {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.main-footer .copy-bar .social-footer-links:hover a {
  opacity: 0.6;
}
.main-footer .copy-bar .social-footer-links:hover a:hover {
  opacity: 1;
}
.main-footer .copy-bar .social-footer-links a {
  margin-left: 20px;
  font-size: 24px;
  color: #002d5c;
  text-decoration: none;
  transition: 400ms;
}

.login-form {
  display: none;
  width: 90%;
  max-width: 550px;
  background: #fff;
  border-radius: 6px;
  padding: 40px;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 1000px) {
  .login-form {
    padding: 20px;
  }
}
.login-form .text-form-login {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 15px;
}
.login-form .text-form-login strong {
  font-weight: 700;
  color: #15406d;
}
.login-form .label-login {
  display: block;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 5px;
}
.login-form .forget-password-form {
  display: none;
}
.login-form .big-link {
  width: 100%;
  height: 100px;
  border-radius: 6px;
  background: #15406d;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  line-height: 25px;
  color: #caa14a;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .login-form .big-link {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}
.login-form .big-link:hover {
  background-color: transparent;
  color: #15406d;
  box-shadow: inset 0 0 0 2px #15406d;
}
.login-form .big-link:hover strong {
  color: #15406d;
}
.login-form .big-link strong {
  color: #ffffff;
  text-decoration: underline;
  transition: 400ms;
}
.login-form .login-button {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #caa14a;
  border-radius: 6px;
  color: #fff;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 400ms;
  cursor: pointer;
  margin-top: 30px;
}
.login-form .login-button:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.login-form .input {
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  box-shadow: inset 0 0 0 1px #bfbfbf;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 15px;
}
.login-form .input:-ms-input-placeholder {
  color: #cccccc;
}
.login-form .input::placeholder {
  color: #cccccc;
}
.login-form .forget-password {
  display: block;
  color: #15406d;
  font-weight: 500;
  font-size: 18px;
}
.login-form .forget-password span {
  color: #666666;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
}
.login-form .sub-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.login-form .header-form-cadastro {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 80px;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .login-form .header-form-cadastro {
    padding-bottom: 20px;
  }
}
.login-form .header-form-cadastro p {
  font-size: 36px;
  color: #cda551;
  line-height: 42px;
  font-weight: 700;
  font-family: "Bitter", serif;
}
@media (max-width: 1000px) {
  .login-form .header-form-cadastro p {
    font-size: 22px;
    line-height: 32px;
  }
}
.login-form .header-form-cadastro .close {
  color: #cda551;
  font-size: 36px;
  cursor: pointer;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .login-form .header-form-cadastro .close {
    font-size: 22px;
  }
}
.login-form .header-form-cadastro .close:hover {
  color: #999;
}

.form-cadastro {
  display: none;
  width: 90%;
  max-width: 940px;
  background: #ffffff;
  border-radius: 6px;
}
.form-cadastro .header-form-cadastro {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 120px;
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .form-cadastro .header-form-cadastro {
    padding: 0 30px;
    height: 80px;
  }
}
.form-cadastro .header-form-cadastro p {
  font-size: 36px;
  color: #cda551;
  line-height: 42px;
  font-weight: 700;
  font-family: "Bitter", serif;
}
@media (max-width: 1000px) {
  .form-cadastro .header-form-cadastro p {
    font-size: 22px;
    line-height: 32px;
  }
}
.form-cadastro .header-form-cadastro .close {
  color: #cda551;
  font-size: 36px;
  cursor: pointer;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .form-cadastro .header-form-cadastro .close {
    font-size: 22px;
  }
}
.form-cadastro .header-form-cadastro .close:hover {
  color: #999;
}
.form-cadastro .step-by-step {
  padding: 30px 40px;
  background: #f1f1f1;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
@media (max-width: 1000px) {
  .form-cadastro .step-by-step {
    padding: 20px;
  }
}
.form-cadastro .step-by-step::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 4px;
  background: #fff;
  left: 10%;
  top: 64px;
}
@media (max-width: 1000px) {
  .form-cadastro .step-by-step::before {
    display: none;
  }
}
.form-cadastro .step-by-step .step {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media (max-width: 1000px) {
  .form-cadastro .step-by-step .step {
    display: none;
  }
}
.form-cadastro .step-by-step .step.passed p {
  color: #cda551;
}
@media (max-width: 1000px) {
  .form-cadastro .step-by-step .step.active {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .form-cadastro .step-by-step .step.active p {
    width: 1px;
    -ms-flex-positive: 2;
        flex-grow: 2;
    text-align: left;
    font-size: 16px;
  }
}
.form-cadastro .step-by-step .step.active .icon {
  background: #cda551;
  color: #fff;
}
@media (max-width: 1000px) {
  .form-cadastro .step-by-step .step.active .icon {
    margin-right: 20px;
  }
}
.form-cadastro .step-by-step .icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #cda551;
  margin-bottom: 10px;
}
.form-cadastro .step-by-step p {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: #666666;
}
.form-cadastro .sucess-message {
  padding: 30px 40px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.form-cadastro .sucess-message i {
  font-size: 120px;
  color: #cda551;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.form-cadastro .sucess-message p {
  margin-bottom: 20px;
}
.form-cadastro .sucess-message .title {
  font-size: 28px;
  line-height: 30px;
  color: #15406d;
  font-weight: 600;
}
.form-cadastro .sucess-message .next-step-button {
  height: 40px;
  line-height: 40px;
  width: 220px;
  background: #caa14a;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: 400ms;
}
.form-cadastro .sucess-message .next-step-button:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.form-cadastro .form-steps .item {
  padding: 30px 40px;
}
@media (max-width: 1000px) {
  .form-cadastro .form-steps .item {
    padding: 20px;
  }
}
.form-cadastro .form-steps .label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  margin-bottom: 5px;
  line-height: 20px;
}
.form-cadastro .form-steps .input {
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #cccccc;
  padding: 0 15px;
  border: 0;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .form-cadastro .form-steps .input {
    font-size: 14px;
  }
}
.form-cadastro .form-steps .input:-ms-input-placeholder {
  color: #ccc;
}
.form-cadastro .form-steps .input::placeholder {
  color: #ccc;
}
.form-cadastro .form-steps .input:last-child {
  margin-bottom: 0;
}
.form-cadastro .form-steps .step-identification {
  text-align: left;
  border-left: 8px solid #002c5a;
  padding-left: 12px;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  margin-bottom: 25px;
}
.form-cadastro .form-steps .step-identification .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #15406d;
  margin-bottom: 5px;
}
.form-cadastro .form-steps .desc-step {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 40px;
  text-align: left;
}
.form-cadastro .form-steps .forms-identification {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .form-cadastro .form-steps .forms-identification {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-cadastro .form-steps .forms-identification .box {
  padding: 30px;
  background: #f1f1f1;
  border-radius: 6px;
  text-align: left;
  width: calc(50% - 15px);
}
@media (max-width: 1000px) {
  .form-cadastro .form-steps .forms-identification .box {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.form-cadastro .form-steps .forms-identification .title {
  font-size: 18px;
  font-weight: 700;
  color: #15406d;
  display: block;
  margin-bottom: 15px;
}
.form-cadastro .form-steps .buttons-footer-form {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1000px) {
  .form-cadastro .form-steps .buttons-footer-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-cadastro .form-steps .buttons-footer-form.no-mt {
  margin-top: -30px;
}
.form-cadastro .form-steps .next-step-button {
  margin-top: 30px;
  height: 40px;
  line-height: 40px;
  width: 220px;
  background: #caa14a;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .form-cadastro .form-steps .next-step-button {
    width: 100%;
    margin-top: 10px;
  }
}
.form-cadastro .form-steps .next-step-button:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.form-cadastro .form-steps .prev-step-button {
  margin-top: 30px;
  height: 40px;
  line-height: 40px;
  width: 220px;
  background: #9c9890;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border: 0;
  padding: 0;
  margin-right: 15px;
  cursor: pointer;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .form-cadastro .form-steps .prev-step-button {
    width: 100%;
    margin-right: 0;
  }
}
.form-cadastro .form-steps .prev-step-button:hover {
  background-color: transparent;
  color: #9c9890;
  box-shadow: inset 0 0 0 2px #9c9890;
}
.form-cadastro .form-steps .g-recaptcha {
  height: 78px;
  overflow: hidden;
}
.form-cadastro .form-steps .g-recaptcha > div {
  margin: 0 auto;
}
.form-cadastro .form-steps .tamanho-roupa-wrapper {
  padding: 30px;
  background: #f1f1f1;
  border-radius: 6px;
  margin-top: 40px;
}
.form-cadastro .form-steps .tamanho-roupa-wrapper .title {
  font-weight: 700;
  font-size: 18px;
  color: #15406d;
  margin-bottom: 20px;
  text-align: left;
}
.form-cadastro .form-steps .tamanho-roupa-wrapper .row {
  margin-bottom: 0;
}
.form-cadastro .form-steps .button-cep {
  float: left;
  margin-top: 22px;
  height: 48px;
  padding: 0 16px;
  border-radius: 6px;
  background: #caa14a;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .form-cadastro .form-steps .button-cep {
    margin-top: -10px;
    width: 100%;
  }
}

.form-cadastro .form-steps .button-cep:disabled,
.form-cadastro .form-steps .button-cep.disabled,
.form-cadastro .form-steps .button-cep:disabled:hover,
.form-cadastro .form-steps .button-cep.disabled:hover{
  background-color: #ccc;
  color: #fff;
  box-shadow: none;
}

.form-cadastro .form-steps .button-cep:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.form-cadastro .form-steps .file-field.row .input {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  background-color: transparent !important;
}
.form-cadastro .form-steps .file-field.row input[type='file'] {
  display: none;
}
.form-cadastro .form-steps .file-field.row .button-file {
  margin-left: 12px;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  border-radius: 6px;
  color: #fff;
  border: 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background: #caa14a;
  cursor: pointer;
  transition: 400ms;
}
.form-cadastro .form-steps .file-field.row .button-file:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.form-cadastro .form-steps .row {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .form-cadastro .form-steps .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.form-cadastro .form-steps .row .row {
  margin-bottom: 0;
}
.form-cadastro .form-steps .row .input {
  box-shadow: inset 0 0 0 1px #cccccc;
}
.form-cadastro .form-steps .row .input[disabled] {
  background: #ccc;
  color: #999999;
}
.form-cadastro .form-steps .row .input[disabled]:-ms-input-placeholder {
  color: #999999;
}
.form-cadastro .form-steps .row .input[disabled]::placeholder {
  color: #999999;
}
.form-cadastro .form-steps .company-info-table {
  padding: 30px;
  border-radius: 6px;
  background: #f1f1f1;
  margin-bottom: 20px;
}
.form-cadastro .form-steps .company-info-table .row {
  margin-bottom: 3px;
}
.form-cadastro .form-steps .company-info-table .row:last-child {
  margin-bottom: 0;
}
.form-cadastro .form-steps .company-info-table .row .row {
  margin-bottom: 0;
}
.form-cadastro .form-steps .company-info-table .field:not(.row) {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-sizing: border-box;
}
.form-cadastro .form-steps .company-info-table .field.half {
  width: calc(50% - 1.5px);
  margin-right: 3px;
}
.form-cadastro .form-steps .company-info-table .field.half:last-child {
  margin-right: 0;
}
.form-cadastro .form-steps .check-label {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  position: relative;
  display: block;
  cursor: pointer;
}
.form-cadastro .form-steps .check-label input {
  position: absolute;
  left: 0;
  top: 1px;
}
.form-cadastro .form-steps .check-label span {
  display: block;
  padding-left: 25px;
  text-align: left;
}
.form-cadastro .form-steps .section-title {
  color: #002c5a;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9c9890;
  text-align: left;
}
.form-cadastro .form-steps .row + .section-title {
  padding-top: 15px;
}
.form-cadastro .form-steps .value-field {
  display: block;
  text-align: left;
  font-size: 16px;
  color: #999999;
}
.form-cadastro .form-steps .label-field {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  margin-bottom: 6px;
}
.form-cadastro .form-steps .label-field span {
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
}
.form-cadastro .form-steps .field {
  width: calc(33.3333% - 7.5px);
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .form-cadastro .form-steps .field {
    width: 100% !important;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.form-cadastro .form-steps .field.button-pagamento {
  height: 90px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #caa14a;
  border-radius: 6px;
  cursor: pointer;
  transition: 400ms;
  color: #ffffff;
}
.form-cadastro .form-steps .field.button-pagamento:hover, .form-cadastro .form-steps .field.button-pagamento.active {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.form-cadastro .form-steps .field.button-pagamento div {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}
.form-cadastro .form-steps .field.button-pagamento div span {
  font-size: 15px;
}
.form-cadastro .form-steps .field.button-pagamento div i {
  font-size: 38px;
  margin-right: 10px;
}
.form-cadastro .form-steps .field.button-pagamento input {
  display: none;
}
.form-cadastro .form-steps .field:last-child {
  margin-right: 0;
}
.form-cadastro .form-steps .field.full {
  width: 100%;
}
.form-cadastro .form-steps .field.dual {
  width: calc(66.6666% - 7.5px);
}
.form-cadastro .form-steps .field.half {
  width: calc(50% - 7.5px);
}

.breadcrumb-wrapper {
  line-height: 20px;
  padding: 20px 0;
  background: #fff;
  font-size: 14px;
  color: #999999;
}
.breadcrumb-wrapper a {
  color: #999999;
  text-decoration: none;
}

.month-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #002d5c;
  margin-bottom: 30px;
}

.page-content {
  padding: 70px 0;
}
@media (max-width: 1000px) {
  .page-content {
    padding: 30px 0;
  }
}
.page-content .filter-wrapper {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 1000px) {
  .page-content .filter-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-content .filter-wrapper .button {
  height: 46px;
  line-height: 46px;
  width: 160px;
  text-align: center;
  background: #caa14a;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  border: 0;
  padding: 0;
  transition: 400ms;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .page-content .filter-wrapper .button {
    width: 100%;
  }
}
.page-content .filter-wrapper .button:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.page-content .filter-wrapper .input {
  -webkit-appearance: none;
  border-radius: 0;
  margin-right: 20px;
  border: 0;
  border-bottom: 1px solid #999999;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #999999;
  line-height: 46px;
  height: 46px;
  padding: 0;
  background-color: transparent;
  width: 10px;
  -ms-flex-positive: 3;
      flex-grow: 3;
  outline: none;
}
@media (max-width: 1000px) {
  .page-content .filter-wrapper .input {
    margin-right: 0;
    width: 100%;
    -ms-flex-positive: 2;
        flex-grow: 2;
    margin-bottom: 10px;
  }
}
.page-content .filter-wrapper .input.smaller {
  -ms-flex-positive: 1.5;
      flex-grow: 1.5;
}
.page-content .filter-wrapper .input.bigger {
  -ms-flex-positive: 5;
      flex-grow: 5;
}
.page-content .filter-wrapper select.input {
  background: url(../../images/arrow-select.png) no-repeat right center;
}
.page-content .turmas-list {
  margin-bottom: 35px;
}
.page-content .turmas-list:last-child {
  margin-bottom: 0;
}
.page-content .no-courses {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.grey-area-content {
  padding: 70px 0;
  background: #f1f1f1;
}
@media (max-width: 1000px) {
  .grey-area-content {
    padding: 40px 0;
  }
}

.page-header-wrapper {
  height: 400px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  /* background: url(../../images/page-header-bg.jpg) no-repeat center center; */
  background-size: cover;
  text-align: center;
}
@media (max-width: 1000px) {
  .page-header-wrapper {
    height: auto;
    padding: 40px 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.page-header-wrapper .page-desc {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.page-header-wrapper .page-title {
  font-family: "Bitter", serif;
  font-size: 66px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .page-header-wrapper .page-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.row-text {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media (max-width: 1000px) {
  .row-text {
    font-size: 14px;
    line-height: 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.row-text .fa-circle {
  font-size: 6px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}
.row-text.mb {
  margin-bottom: 30px;
}
.row-text.mt {
  margin-bottom: 50px;
}
.row-text p {
  margin-bottom: 20px;
}
.row-text p:last-child {
  margin-bottom: 0;
}
.row-text .col {
  padding: 0 15px;
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
}
@media (max-width: 1000px) {
  .row-text .col {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .row-text .col:last-child {
    margin-bottom: 0;
  }
}

.logo-cbf-wrapper {
  padding: 40px;
  background: #ffcd00;
  border-radius: 6px;
  margin-bottom: 40px;
  text-align: center;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subarea-title {
  font-family: "Bitter", serif;
  font-size: 700px;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 40px;
  color: #002d5c;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .subarea-title {
    font-size: 28px;
    line-height: 34px;
  }
}

.list-blocks-construcao {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 30px;
}
@media (max-width: 1000px) {
  .list-blocks-construcao {
    margin: 40px 0 20px;
  }
}
.list-blocks-construcao .item {
  width: calc(25% - 16.6666px);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #002d5c;
  border-radius: 6px;
  height: 270px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .list-blocks-construcao .item {
    width: 100%;
    margin-right: 0;
    height: 220px;
  }
}
.list-blocks-construcao .item:hover {
  background: #caa14a;
}
.list-blocks-construcao .item:nth-child(4n) {
  margin-right: 0;
}
.list-blocks-construcao .item .icon {
  width: 100%;
  padding: 130px 20px 0;
  box-sizing: border-box;
  background: no-repeat center top;
}

.can-i-help {
  padding: 5px;
  border-radius: 50px;
  background: #caa04a;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 100;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Bitter", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  transition: 400ms;
}
.can-i-help:hover {
  background: #002d5c;
  box-shadow: 0 0 0 2px #fff;
}
.can-i-help p {
  margin-right: 10px;
}
.can-i-help i {
  width: 38px;
  border-radius: 50%;
  margin-right: 10px;
  height: 38px;
  line-height: 38px;
  box-shadow: inset 0 0 0 2px #fff;
  font-size: 15px;
  text-align: center;
}

.search-doubt {
  padding: 50px;
  background: url(../images/pattern-academy.png) no-repeat center right #123f6e;
  margin: 40px 0;
  border-radius: 6px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1000px) {
  .search-doubt {
    padding: 20px;
    margin: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search-doubt .input {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  height: 46px;
  line-height: 46px;
  border-radius: 6px;
  background: #fff;
  padding: 0 15px;
  border: 0;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1000px) {
  .search-doubt .input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.search-doubt button {
  width: 240px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  margin-left: 20px;
  background: #caa14a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  border: 0;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .search-doubt button {
    width: 100%;
    margin-left: 0;
  }
}
.search-doubt button:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
}

.area-questions {
  padding: 35px 50px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .area-questions {
    padding: 30px;
  }
}
.area-questions:last-child {
  margin-bottom: 0;
}
.area-questions .questions-area-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #002d5c;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .area-questions .questions-area-title {
    font-size: 16px;
  }
}
.area-questions .questions-area-title i {
  margin-right: 10px;
}
.area-questions .questions-wrapper {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-questions .questions-wrapper .item {
  width: 50%;
  border-top: 1px solid #cbc8c3;
  padding: 15px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #caa14a;
  outline: none;
  text-decoration: none;
  transition: 400ms;
  box-sizing: border-box;
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .area-questions .questions-wrapper .item {
    width: 100%;
    font-size: 16px;
  }
}
.area-questions .questions-wrapper .item:hover {
  color: #002d5c;
}
.area-questions .questions-wrapper .item i {
  margin-right: 5px;
}
.area-questions .questions-wrapper {
  /* padding: 0 20px 20px; */
  display: none;
}

.not-found-text {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 50px;
  color: #002d5c;
}
@media (max-width: 1000px) {
  .not-found-text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
  }
}
.not-found-text a {
  font-weight: 400;
  text-decoration: underline;
  color: #002d5c;
  transition: 400ms;
}
.not-found-text a:hover {
  color: #caa14a;
}

.form-wrapper-lb {
  display: none;
  background: #fff;
  max-width: 940px;
  width: 90%;
  border-radius: 6px;
}
.form-wrapper-lb .header-form-cadastro {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 120px;
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .form-wrapper-lb .header-form-cadastro {
    padding: 0 30px;
    height: 80px;
  }
}
.form-wrapper-lb .header-form-cadastro p {
  font-size: 36px;
  color: #cda551;
  line-height: 42px;
  font-weight: 700;
  font-family: "Bitter", serif;
}
@media (max-width: 1000px) {
  .form-wrapper-lb .header-form-cadastro p {
    font-size: 22px;
    line-height: 32px;
  }
}
.form-wrapper-lb .header-form-cadastro .close {
  color: #cda551;
  font-size: 36px;
  cursor: pointer;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .form-wrapper-lb .header-form-cadastro .close {
    font-size: 22px;
  }
}
.form-wrapper-lb .header-form-cadastro .close:hover {
  color: #999;
}

.question-lb {
  display: none;
  background: #fff;
  max-width: 940px;
  width: 90%;
  border-radius: 6px;
}
.question-lb .question-footer {
  padding: 40px 0;
  margin: 40px 50px 0;
  border-top: 1px solid #7d7d7d;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
}
@media (max-width: 1000px) {
  .question-lb .question-footer {
    padding: 30px 0;
    margin: 30px 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.question-lb .question-footer p {
  margin-right: 40px;
}
@media (max-width: 1000px) {
  .question-lb .question-footer p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.question-lb .question-footer button {
  width: 74px;
  line-height: 44px;
  text-align: center;
  box-shadow: inset 0 0 0 1px #7d7d7d;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
  transition: 400ms;
}
.question-lb .question-footer button:hover {
  background: #7d7d7d;
  color: #fff;
}
.question-lb .box-nao-util {
  padding: 0 50px 50px;
  text-align: left;
  display: none;
}
@media (max-width: 1000px) {
  .question-lb .box-nao-util {
    padding: 0 30px 30px;
  }
}
.question-lb .box-nao-util .row {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1000px) {
  .question-lb .box-nao-util .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.question-lb .box-nao-util .row .box {
  width: 30%;
  padding: 25px;
  box-sizing: border-box;
  background: #eee;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .question-lb .box-nao-util .row .box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.question-lb .box-nao-util .row .box .button-mensagem {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  box-shadow: inset 0 0 0 1px #333;
  border-radius: 6px;
  padding: 0;
  border: 0;
  margin-top: 15px;
  background-color: transparent;
  cursor: pointer;
  transition: 400ms;
}
.question-lb .box-nao-util .row .box .button-mensagem:hover {
  color: #fff;
  background: #333;
}
.question-lb .box-nao-util .row .box .title {
  font-size: 18px;
  line-height: 26px;
  color: #caa14a;
  margin-bottom: 5px;
  font-weight: 700;
}
.question-lb .box-nao-util .row .box .title i {
  font-size: 30px;
  color: #333;
}
.question-lb .box-nao-util .row .box .link {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}
.question-lb .box-nao-util .label-nao-util {
  font-weight: 700;
  color: #caa14a;
  font-size: 18px;
  margin-bottom: 30px;
}
.question-lb .box-nao-util .label-nao-util i {
  margin-right: 5px;
}
.question-lb .question-content {
  padding: 0 50px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media (max-width: 1000px) {
  .question-lb .question-content {
    padding: 0 30px;
    font-size: 14px;
    line-height: 22px;
  }
}
.question-lb .question-content .title {
  font-weight: 700;
  color: #caa14a;
  font-size: 18px;
}
@media (max-width: 1000px) {
  .question-lb .question-content .title {
    font-size: 16px;
  }
}
.question-lb .question-content .title i {
  margin-right: 5px;
}
.question-lb .question-content p {
  margin-bottom: 20px;
}
.question-lb .question-content p:last-child {
  margin-bottom: 0;
}
.question-lb .header-form-cadastro {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 120px;
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .question-lb .header-form-cadastro {
    padding: 0 30px;
    height: 80px;
  }
}
.question-lb .header-form-cadastro p {
  font-size: 36px;
  color: #cda551;
  line-height: 42px;
  font-weight: 700;
  font-family: "Bitter", serif;
}
@media (max-width: 1000px) {
  .question-lb .header-form-cadastro p {
    font-size: 22px;
    line-height: 32px;
  }
}
.question-lb .header-form-cadastro .close {
  color: #cda551;
  font-size: 36px;
  cursor: pointer;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .question-lb .header-form-cadastro .close {
    font-size: 22px;
  }
}
.question-lb .header-form-cadastro .close:hover {
  color: #999;
}

.form-contato-wrapper {
  padding: 0 50px 50px;
}
@media (max-width: 1000px) {
  .form-contato-wrapper {
    padding: 0 30px 30px;
  }
}
.form-contato-wrapper .row {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.form-contato-wrapper .row p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .form-contato-wrapper .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
}
.form-contato-wrapper .row.jcfe {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (max-width: 1000px) {
  .form-contato-wrapper .row.jcfe {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.form-contato-wrapper .row label {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #999999;
  text-align: left;
}
.form-contato-wrapper .row .button {
  width: 225px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  background: #caa14a;
  color: #fff;
  padding: 0;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  transition: 400ms;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .form-contato-wrapper .row .button {
    width: 100%;
  }
}
.form-contato-wrapper .row .button:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #caa14a;
  color: #caa14a;
}
.form-contato-wrapper .row .input {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  box-shadow: inset 0 0 0 1px #bebebe;
  border-radius: 6px;
  padding: 0 15px;
  border: none;
  font-size: 16px;
  color: #333;
  outline: none;
  background-color: transparent;
  margin-bottom: 15px;
}
.form-contato-wrapper .row textarea.input {
  height: 260px;
  line-height: 26px;
  padding: 10px 15px;
}
.form-contato-wrapper .row .field {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .form-contato-wrapper .row .field {
    width: 100%;
    margin-right: 0;
  }
}
.form-contato-wrapper .row .field:last-child {
  margin-right: 0;
}

.row-center {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.row-center .courses-pagination {
  background: #ffffff;
  border-radius: 6px;
  line-height: 56px;
}
@media (max-width: 1000px) {
  .row-center .courses-pagination {
    line-height: 40px;
  }
}
.row-center .courses-pagination a:not(.sides) {
  width: 56px;
  line-height: 56px;
  background: #ebebeb;
  border-radius: 6px;
  color: #a5a29d;
  font-weight: 700;
  text-align: center;
  float: left;
  text-decoration: none;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .row-center .courses-pagination a:not(.sides) {
    font-size: 14px;
    line-height: 40px;
    width: 40px;
  }
}
.row-center .courses-pagination a:not(.sides):hover {
  background: #a5a29d;
  color: #fff;
}
.row-center .courses-pagination a:not(.sides).active {
  background: #cba24b;
  color: #fff;
  cursor: default;
}
.row-center .courses-pagination .sides {
  width: 105px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #a5a29d;
  display: inline-block;
  text-decoration: none;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .row-center .courses-pagination .sides {
    font-size: 14px;
    padding: 0 15px;
    width: auto;
  }
}
.row-center .courses-pagination .sides:hover {
  color: #caa14a;
}

.curso-header-intern {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1000px) {
  .curso-header-intern {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.curso-header-intern .info-curso {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid #fff;
  color: #fff;
  text-align: left;
}
@media (max-width: 1000px) {
  .curso-header-intern .info-curso {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    padding-top: 30px;
    border-top: 1px solid #fff;
    margin-top: 30px;
    text-align: center;
  }
}
.curso-header-intern .info-curso .curso-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 40px;
}
@media (max-width: 1000px) {
  .curso-header-intern .info-curso .curso-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.curso-header-intern .info-curso .button-curso {
  margin-top: 30px;
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 6px;
  background: #caa14a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  border: 0;
  transition: 400ms;
}
.curso-header-intern .info-curso .button-curso:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
}
.curso-header-intern .info-curso .category {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.bar-info-curso {
  padding: 40px 0;
  background: #192f47;
}
@media (max-width: 1000px) {
  .bar-info-curso {
    padding: 30px 0;
  }
}
.bar-info-curso .center {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1000px) {
  .bar-info-curso .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bar-info-curso .box {
  padding-left: 25px;
}
@media (max-width: 1000px) {
  .bar-info-curso .box {
    padding-left: 0;
    border-left: 0;
    padding-top: 20px;
    border-top: 1px solid #fff;
    margin-bottom: 20px;
    width: 100%;
  }
  .bar-info-curso .box:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .bar-info-curso .box:last-child {
    margin-bottom: 0;
  }
}
.bar-info-curso .box .label-info-bar {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.bar-info-curso .box .label-info-bar i {
  margin-right: 5px;
}
.bar-info-curso .box .value-info-bar {
  font-size: 18px;
  color: #caa14a;
}
.bar-info-curso .box .value-info-bar i {
  transition: 400ms;
  cursor: pointer;
}
.bar-info-curso .box .value-info-bar i:hover {
  color: #fff;
}

.about-course-wrapper {
  padding: 70px 0 30px;
  background: url(../../images/bg-sobre-curso.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1000px) {
  .about-course-wrapper {
    padding: 60px 0;
  }
}

.label-share {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #192f47;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .label-share {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.share-links {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.share-links a {
  width: 74px;
  line-height: 74px;
  height: 74px;
  background: #002d5c;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 33px;
  display: inline-block;
  margin: 0 6px;
  text-decoration: none;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .share-links a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }
}
.share-links a:hover {
  background-color: transparent;
  color: #002d5c;
  box-shadow: inset 0 0 0 3px #002d5c;
}

.depoimento-wrapper {
  padding: 100px 0;
  background: url(../images/pattern-turmas.png) repeat-y left center #192f47;
}
@media (max-width: 1000px) {
  .depoimento-wrapper {
    padding: 50px 0;
  }
}
.depoimento-wrapper .center {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 1000px) {
  .depoimento-wrapper .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.depoimento-wrapper .info-depoimento {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-size: 22px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 1000px) {
  .depoimento-wrapper .info-depoimento {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
.depoimento-wrapper .info-depoimento .author {
  font-weight: 700;
  font-style: normal;
  color: #caa14a;
  margin-top: 30px;
}
.depoimento-wrapper .image {
  max-width: 180px;
  margin-right: 90px;
  position: relative;
}
@media (max-width: 1000px) {
  .depoimento-wrapper .image {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.depoimento-wrapper .image::before {
  content: "“";
  font-size: 250px;
  color: #caa14a;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: absolute;
  left: -60px;
  top: 0;
  z-index: 5;
}
@media (max-width: 1000px) {
  .depoimento-wrapper .image::before {
    font-size: 200px;
    left: -50px;
  }
}
.depoimento-wrapper .image::after {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: url(../../images/border-image-depoimento.png) no-repeat bottom right;
  border-radius: 50%;
  z-index: 4;
}
.depoimento-wrapper .image img {
  border-radius: 50%;
  width: 100%;
}

.grade-wrapper {
  padding: 40px 0 30px;
}
@media (max-width: 1000px) {
  .grade-wrapper {
    padding: 60px 0;
  }
}

.label-obs {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding-left: 30px;
  position: relative;
  margin-top: 40px;
}
.label-obs i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  font-size: 18px;
  color: #999999;
}

.list-grade-wrapper {
  padding-top: 30px;
}
.list-grade-wrapper .item {
  margin-bottom: 10px;
}
.list-grade-wrapper .content-list {
  position: relative;
  top: -10px;
  padding: 40px 30px 30px;
  background: #f1f1f1;
  border-radius: 0 0 6px 6px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  display: none;
}
@media (max-width: 1000px) {
  .list-grade-wrapper .content-list {
    padding: 30px 20px 15px;
  }
}
.list-grade-wrapper .content-list i {
  font-size: 6px;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.list-grade-wrapper .content-list p {
  margin-bottom: 20px;
}
.list-grade-wrapper .content-list p:last-child {
  margin-bottom: 0;
}
.list-grade-wrapper .header {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 30px;
  border: 1px solid #192f47;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  transition: 400ms;
  position: relative;
  z-index: 5;
}
@media (max-width: 1000px) {
  .list-grade-wrapper .header {
    padding: 15px 20px;
  }
}
.list-grade-wrapper .header:hover, .list-grade-wrapper .header.active {
  background: #192f47;
}
.list-grade-wrapper .header:hover .label, .list-grade-wrapper .header:hover .label i, .list-grade-wrapper .header:hover .carga, .list-grade-wrapper .header:hover .icon-toggle, .list-grade-wrapper .header.active .label, .list-grade-wrapper .header.active .label i, .list-grade-wrapper .header.active .carga, .list-grade-wrapper .header.active .icon-toggle {
  color: #fff;
}
.list-grade-wrapper .header .label {
  font-weight: 700;
  color: #15406d;
  font-size: 16px;
  line-height: 20px;
  transition: 400ms;
}
.list-grade-wrapper .header .label i {
  font-size: 18px;
  color: #999999;
  margin-left: 10px;
  transition: 400ms;
  display: block;
}
.list-grade-wrapper .header .carga {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-top: 5px;
  transition: 400ms;
}
.list-grade-wrapper .header .icon-toggle {
  font-size: 30px;
  color: #192f47;
  cursor: pointer;
  width: 30px;
  text-align: center;
  transition: 400ms;
  margin-left: 15px;
}

.processo-seletivo-wrapper {
  padding: 70px 0 30px;
  background: url(../images/pattern-processo-seletivo.png) repeat-y left center #caa14a;
}
@media (max-width: 1000px) {
  .processo-seletivo-wrapper {
    padding: 60px 0;
  }
}
.processo-seletivo-wrapper .list-processo-seletivo {
  margin-top: 80px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1000px) {
  .processo-seletivo-wrapper .list-processo-seletivo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
  }
}
.processo-seletivo-wrapper .list-processo-seletivo .item {
  width: calc(25% - 7px);
  background: #fff;
  padding: 80px 30px 30px;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 1000px) {
  .processo-seletivo-wrapper .list-processo-seletivo .item {
    width: 100%;
    margin-bottom: 60px;
  }
  .processo-seletivo-wrapper .list-processo-seletivo .item:last-child {
    margin-bottom: 0;
  }
}
.processo-seletivo-wrapper .list-processo-seletivo .item .button {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  background: #002d5c;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 400ms;
}
.processo-seletivo-wrapper .list-processo-seletivo .item .button:hover {
  background-color: transparent;
  color: #002d5c;
  box-shadow: inset 0 0 0 2px #002d5c;
}
.processo-seletivo-wrapper .list-processo-seletivo .item .number {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #1c446e;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  font-family: "Bitter", serif;
  font-weight: 700;
  position: absolute;
  left: calc(50% - 45px);
  top: -45px;
}
.processo-seletivo-wrapper .list-processo-seletivo .item .title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #1c446e;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .processo-seletivo-wrapper .list-processo-seletivo .item .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.processo-seletivo-wrapper .list-processo-seletivo .item.with-button {
  padding-bottom: 90px;
}

.bg-footer-cursos {
  padding: 60px 0 120px;
  background: url(../../images/bg-footer-cursos.png) no-repeat center top #f1f1f1;
  background-size: cover;
}
@media (max-width: 1000px) {
  .bg-footer-cursos {
    padding: 50px 0;
  }
}

.requisitos-wrapper {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .requisitos-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.requisitos-wrapper .edital-wrapper {
  width: calc(50% - 20px);
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: url(../images/pattern-edital.png) no-repeat center right #1c446e;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  min-height: 280px;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .requisitos-wrapper .edital-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.requisitos-wrapper .edital-wrapper > div {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 65%;
}
@media (max-width: 1000px) {
  .requisitos-wrapper .edital-wrapper > div {
    max-width: 100%;
    padding: 30px;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.requisitos-wrapper .edital-wrapper .fa-file-pdf {
  font-size: 84px;
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .requisitos-wrapper .edital-wrapper .fa-file-pdf {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 60px;
  }
}
.requisitos-wrapper .edital-wrapper .title {
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #caa14a;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 36px;
}
@media (max-width: 1000px) {
  .requisitos-wrapper .edital-wrapper .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.requisitos-wrapper .edital-wrapper .button-download {
  width: 220px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  background: #caa14a;
  text-decoration: none;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  transition: 400ms;
  display: inline-block;
  margin-top: 20px;
}
.requisitos-wrapper .edital-wrapper .button-download:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.requisitos-wrapper .edital-wrapper p {
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
}
@media (max-width: 1000px) {
  .requisitos-wrapper .edital-wrapper p {
    font-size: 20px;
    line-height: 24px;
  }
}
.requisitos-wrapper .col-info {
  width: calc(50% - 15px);
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}
.requisitos-wrapper .col-info.col-info-full {
    width: 100%;
}
@media (max-width: 1000px) {
  .requisitos-wrapper .col-info {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
}
.requisitos-wrapper .col-info .title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 36px;
  color: #002d5c;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .requisitos-wrapper .col-info .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.requisitos-wrapper .col-info p {
  margin-bottom: 20px;
}
.requisitos-wrapper .col-info p i {
  font-size: 6px;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.requisitos-wrapper .col-info p:last-child {
  margin-bottom: 0;
}

.investimento-wrapper {
  padding: 40px;
  background: #caa14a;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 80px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1000px) {
  .investimento-wrapper {
    padding: 30px;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.investimento-wrapper .right-box {
  width: 10px;
  padding-left: 40px;
  border-left: 1px solid #fff;
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}
@media (max-width: 1000px) {
  .investimento-wrapper .right-box {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-top: 30px;
  }
}
.investimento-wrapper .right-box i {
  position: relative;
  top: -3px;
  font-size: 6px;
  margin-right: 5px;
}
.investimento-wrapper .right-box strong {
  font-weight: 700;
}
.investimento-wrapper .right-box .desconto {
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}
.investimento-wrapper .right-box .value-curso {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 36px;
  color: #f1f1f1;
  margin-bottom: 10px;
}
.investimento-wrapper .right-box .row-info {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.investimento-wrapper .right-box .row-info .label {
  margin-right: 30px;
}
.investimento-wrapper .right-box .row-info .label:last-child {
  margin-right: 0;
}
.investimento-wrapper .info {
  width: 52%;
  box-sizing: border-box;
  padding-right: 50px;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
}
@media (max-width: 1000px) {
  .investimento-wrapper .info {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    padding-right: 0;
  }
}
.investimento-wrapper .info .button {
  width: 220px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  background: #1d456f;
  text-align: center;
  text-decoration: none;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  margin-top: 20px;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .investimento-wrapper .info .button {
    width: 100%;
  }
}
.investimento-wrapper .info .button:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.investimento-wrapper .info .title {
  font-weight: 700;
  font-family: "Bitter", serif;
  font-size: 33px;
  line-height: 36px;
  color: #192f47;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.newsletter-wrapper-page {
  padding: 50px 0 40px;
  background: url(../images/pattern-newsletter.png) no-repeat right center #123f6e;
}

.row-info {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .row-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.row-info .title {
  width: 40%;
  padding-right: 10px;
  box-sizing: border-box;
  font-family: "Bitter", serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #caa14a;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .row-info .title {
    width: 100%;
    padding-right: 0;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.row-info .info {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  padding-top: 5px;
}
@media (max-width: 1000px) {
  .row-info .info {
    width: 100%;
  }
}

.row-newsletter-form {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .row-newsletter-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.row-newsletter-form .input {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  border-radius: 6px;
  padding: 0 15px;
  background: #fff;
  font-size: 16px;
  color: #333;
  border: 0;
}
.row-newsletter-form label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #759bc3;
  cursor: pointer;
  margin-top: 20px;
}
.row-newsletter-form label input {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.row-newsletter-form .button {
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 6px;
  background: #caa14a;
  border: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: 400ms;
}
.row-newsletter-form .button:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.row-newsletter-form .col {
  width: 40%;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .row-newsletter-form .col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.row-newsletter-form .col.button-wrap {
  width: 20%;
}
@media (max-width: 1000px) {
  .row-newsletter-form .col.button-wrap {
    width: 100%;
  }
}

.noticias-page-wrapper {
  padding: 50px 0 70px;
  background: #f1f1f1;
}

.filter-noticias-wrapper {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 50px 0 35px;
}
@media (max-width: 1000px) {
  .filter-noticias-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }
}
.filter-noticias-wrapper .right {
  padding-left: 50px;
  max-width: 60%;
  box-sizing: border-box;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .filter-noticias-wrapper .right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .filter-noticias-wrapper .right p {
    margin-top: 10px;
  }
}
.filter-noticias-wrapper .right .tag-filter-item {
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0 8px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #7d7d7d;
  color: #999999;
  font-size: 16px;
  text-decoration: none;
  transition: 400ms;
  margin-left: 10px;
}
@media (max-width: 1000px) {
  .filter-noticias-wrapper .right .tag-filter-item {
    margin-top: 10px;
  }
}
.filter-noticias-wrapper .right .tag-filter-item.active {
  background: #0d3a69;
  color: #fff;
  box-shadow: none;
}
.filter-noticias-wrapper .right .tag-filter-item:hover {
  background: #7d7d7d;
  color: #fff;
}
.filter-noticias-wrapper .left {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1000px) {
  .filter-noticias-wrapper .left {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.filter-noticias-wrapper .left .button-filter {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
}
@media (max-width: 1000px) {
  .filter-noticias-wrapper .left .button-filter {
    width: 100%;
  }
}
.filter-noticias-wrapper .left .button-filter .button {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border: 0;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  background: #caa14a;
  transition: 400ms;
}
.filter-noticias-wrapper .left .button-filter .button:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #caa14a;
  color: #caa14a;
}
.filter-noticias-wrapper .left .input-date {
  width: 38%;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1000px) {
  .filter-noticias-wrapper .left .input-date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.filter-noticias-wrapper .left .input-date label {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 46px;
  color: #999999;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .filter-noticias-wrapper .left .input-date label {
    right: 10px;
  }
}
.filter-noticias-wrapper .left .input-date .input {
  line-height: 46px;
  height: 46px;
  outline: none;
  border: 0;
  border-bottom: 1px solid #999999;
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  background: none;
}
.filter-noticias-wrapper .left .input-date .input:-ms-input-placeholder {
  color: #999999;
}
.filter-noticias-wrapper .left .input-date .input::placeholder {
  color: #999999;
}

.content-noticia {
  background: #f1f1f1;
  padding: 45px 0 110px;
  font-size: 20px;
  line-height: 28px;
  color: #666666;
}
@media (max-width: 1000px) {
  .content-noticia {
    font-size: 16px;
    line-height: 22px;
  }
}
.content-noticia .center {
  max-width: 940px;
}
.content-noticia .category-post {
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 1000px) {
  .content-noticia .category-post {
    font-size: 14px;
  }
}
.content-noticia .category-post i {
  margin-right: 5px;
}
.content-noticia .post-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 38px;
  font-size: 33px;
  color: #002d5c;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .content-noticia .post-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.content-noticia img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 25px;
}
.content-noticia .video-wrap {
  margin-bottom: 25px;
}
.content-noticia p {
  margin-bottom: 25px;
}
.content-noticia p:last-child {
  margin-bottom: 0;
}

.oportunidades-wrapper {
  padding: 70px 0 100px;
  background: #f1f1f1;
}

.social-links-bar {
  background: url(../../images/bg-aprimorese.jpg) center center no-repeat;
  background-size: cover;
}
.social-links-bar .social-links {
  clear: both;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 300px;
}
@media (max-width: 1000px) {
  .social-links-bar .social-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 40px 0;
  }
}
.social-links-bar .social-links p.title {
  font-size: 36px;
  font-family: "Bitter", serif;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 1000px) {
  .social-links-bar .social-links p.title {
    width: 100%;
    font-size: 30px;
    line-height: 34px;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.social-links-bar .social-links .links {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .social-links-bar .social-links .links {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.social-links-bar .social-links .links a {
  width: 88px;
  height: 88px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 88px;
  color: #002d5c;
  font-size: 37px;
  margin: 0 5px;
  text-decoration: none;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .social-links-bar .social-links .links a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
  }
}
.social-links-bar .social-links .links a:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.oportunidades-list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .oportunidades-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.oportunidades-list .item {
  width: calc(33.3333% - 7px);
  background: #ffffff;
  padding: 30px 30px 110px;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.15);
  position: relative;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}
@media (max-width: 1000px) {
  .oportunidades-list .item {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.oportunidades-list .item hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 20px 0 0;
  background: #ccc;
}
.oportunidades-list .item .label {
  font-size: 16px;
  font-weight: 700;
  color: #002d5c;
  margin-bottom: 5px;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .oportunidades-list .item .label {
    font-size: 14px;
  }
}
.oportunidades-list .item i {
  font-size: 20px;
  color: #003567;
  margin-right: 5px;
  width: 20px;
  text-align: center;
}
.oportunidades-list .item .title {
  font-weight: 700;
  color: #002d5c;
  margin-bottom: 20px;
}
.oportunidades-list .item .icon {
  width: 100%;
  height: 260px;
  background: no-repeat center top;
}
.oportunidades-list .item .button-oportunidade {
  width: calc(100% - 60px);
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  background: #cba24b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: 400ms;
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media (max-width: 1000px) {
  .oportunidades-list .item .button-oportunidade {
    font-size: 14px;
  }
}
.oportunidades-list .item .button-oportunidade:hover {
  background-color: transparent;
  color: #cba24b;
  box-shadow: inset 0 0 0 2px #cba24b;
}

.block-info-oportunidade {
  padding: 40px 0;
  background: url(../images/pattern-newsletter.png) no-repeat right center #1d456f;
  border-radius: 6px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 1000px) {
  .block-info-oportunidade {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 30px;
    background: #1d456f;
  }
}
.block-info-oportunidade .box {
  padding: 0 40px;
  border-left: 1px solid #fff;
  width: 33.3333%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
@media (max-width: 1000px) {
  .block-info-oportunidade .box {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-left: 0;
  }
  .block-info-oportunidade .box:first-child {
    border-top: 0;
  }
}
.block-info-oportunidade .box .label {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .block-info-oportunidade .box .label {
    font-size: 20px;
    line-height: 26px;
  }
}
.block-info-oportunidade .box .button {
  width: 220px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  background: #caa14a;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 400ms;
  border: 0;
  padding: 0;
}
.block-info-oportunidade .box .button:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.block-info-oportunidade .box .title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 36px;
  color: #caa14a;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .block-info-oportunidade .box .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.block-info-oportunidade .box i {
  margin-right: 5px;
}
.block-info-oportunidade .box i.fa-circle {
  font-size: 6px;
  position: relative;
  top: -3px;
}
.block-info-oportunidade .box:first-child {
  border-left: 0;
}

.list-profissionais {
  margin-bottom: 60px;
}
.list-profissionais .header, .list-profissionais .item {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1000px) {
  .list-profissionais .header, .list-profissionais .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-profissionais .item {
  line-height: 30px;
  padding: 20px 0;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1000px) {
  .list-profissionais .item {
    line-height: 20px;
  }
}
.list-profissionais .item .col-smaller {
  font-weight: 700;
  color: #15406d;
}
.list-profissionais .header {
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999999;
}
.list-profissionais .col-bigger {
  width: 60%;
  box-sizing: border-box;
  padding: 0 40px;
}
@media (max-width: 1000px) {
  .list-profissionais .col-bigger {
    padding: 0 20px;
    width: 100%;
  }
}
.list-profissionais .col-smaller {
  width: 40%;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .list-profissionais .col-smaller {
    padding: 0 20px;
    width: 100%;
  }
}

.grey-content {
  background: #f1f1f1;
}

.list-regulamentos {
  padding-bottom: 40px;
}
.list-regulamentos .item {
  padding: 40px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}
@media (max-width: 1000px) {
  .list-regulamentos .item {
    font-size: 15px;
    line-height: 22px;
    padding: 30px;
  }
}
.list-regulamentos .item .buttons {
  margin-top: 15px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.list-regulamentos .item .buttons a {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  background: #caa14a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 400ms;
}
@media (max-width: 1000px) {
  .list-regulamentos .item .buttons a {
    margin-right: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
.list-regulamentos .item .buttons a:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.list-regulamentos .item .buttons a i {
  font-size: 19px;
  margin-right: 5px;
}
.list-regulamentos .item .title {
  font-weight: 700;
  color: #15406d;
  margin-bottom: 10px;
}

.newsletter-bar-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #113d6e;
  z-index: 100;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.15);
  -ms-flex-align: center;
      align-items: center;
  display: none;
}
.newsletter-bar-fixed.active {
  display: -ms-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 1000px) {
  .newsletter-bar-fixed {
    height: auto;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.newsletter-bar-fixed .buttons {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .newsletter-bar-fixed .buttons {
    width: 100%;
  }
}
.newsletter-bar-fixed .buttons button {
  width: 180px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #caa14a;
  transition: 400ms;
  padding: 0;
  cursor: pointer;
  border: 0;
  color: #fff;
}
.newsletter-bar-fixed .buttons button:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.newsletter-bar-fixed .buttons button.close {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  margin-right: 12px;
}
.newsletter-bar-fixed .buttons button.close:hover {
  background: #fff;
  color: #113d6e;
}
.newsletter-bar-fixed .center {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1000px) {
  .newsletter-bar-fixed .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.newsletter-bar-fixed .center p {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  margin: 0 40px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 1000px) {
  .newsletter-bar-fixed .center p {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}

.fancybox-slide--html {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: auto;
  height: auto;
  padding: 5vh 0;
  min-height: 100vh;
  box-sizing: border-box;
}

.fancybox-is-open .fancybox-stage {
  overflow: auto !important;
}

.lgpd-links {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #113d6e;
  z-index: 100;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.15);
  -ms-flex-align: center;
      align-items: center;
  display: none;
}
.lgpd-links.active {
  display: -ms-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 1000px) {
  .lgpd-links {
    height: auto;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.lgpd-links .buttons {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .lgpd-links .buttons {
    width: 100%;
  }
}
.lgpd-links .buttons button {
  width: 180px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #caa14a;
  transition: 400ms;
  padding: 0;
  cursor: pointer;
  border: 0;
  color: #fff;
}
.lgpd-links .buttons button:hover {
  background-color: transparent;
  color: #caa14a;
  box-shadow: inset 0 0 0 2px #caa14a;
}
.lgpd-links .buttons button.close {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  margin-right: 12px;
}
.lgpd-links .buttons button.close:hover {
  background: #fff;
  color: #113d6e;
}
.lgpd-links .center {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1000px) {
  .lgpd-links .center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.lgpd-links .center p {
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  margin: 0 40px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.lgpd-links .center p a {
  color: #fff;
}
@media (max-width: 1000px) {
  .lgpd-links .center p {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}
.box-lightbox.fancybox-content {
  display: none;
  background: #fff;
  border-radius: 6px;
  overflow: visible;
  padding: 30px;
  box-sizing: border-box;
  max-width: 600px;
  width: calc(100vw - 40px);
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px;
}
.box-lightbox {
  display: none;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.box-lightbox.fancybox-content .box-lightbox-header {
  font-family: "Bitter", serif;
  color: #BFA252;
  font-size: 20px;
  font-weight: 700;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.text-wrapper {
  padding: 20px;
  background: #EBEBEB;
  border-radius: 5px;
}
.text-wrapper {
  font-size: 12px;
  line-height: 20px;
  color: #626366;
}
.text-wrapper p {
  margin-bottom: 15px;
}
.text-wrapper strong {
  color: #0E315B;
}
.text-wrapper strong {
  font-weight: 700;
}
.button {
  text-align: center;
  min-width: 46%;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #cba24b;
  margin-top: 30px;
  text-decoration: none;
  transition: .4s;
  max-width: 292px;
  margin-top: 10px;
  cursor: pointer;
  border: none;
}
.next-step {
  padding: 5px;
}