.uppercase {
  text-transform: uppercase;
}

.large-banner {
  height: 70vh;
  background-position: center center !important;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.large-banner .strip {
  background: url(/site/img/banners/strip.png);
  width: 100%;
  height: 294px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 570px;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}

.large-banner .strip > * {
  z-index: 3;
}

.large-banner .strip::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 294px;
  background-color: rgba(255, 255, 255, 0.3);
}

.large-banner .strip::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 294px;
  background: url(/site/img/banners/strip.png);
}

.large-banner .strip .strip-title {
  font-family: "Merriweather", serif;
  font-size: 52px;
  color: #58595b;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.large-banner .strip .strip-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 28px;
  margin: 0;
}

@media (max-width: 1200px) {
  .large-banner .strip {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
  }

  .large-banner .strip::after {
    background: none;
  }

  .large-banner .strip .strip-title {
    font-size: 36px;
  }

  .large-banner .strip .strip-subtitle {
    font-size: 20px;
  }
}

.curso-tipologia {
  font-family: "Merriweather", serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}

.box-curso {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}

.box-curso .box-curso--imagem {
}

.box-curso .box-curso--titulo {
  background: #323336;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-curso .box-curso--titulo a {
  padding: 30px 10px;
  font-family: "Merriweather", serif;
  color: #ffffff;
  font-size: 20px;
}

.box-curso .box-curso--basicos {
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 18px;
  padding: 30px 0;
  position: relative;
}

.box-curso .box-curso--basicos > *:first-child {
  margin-bottom: 20px;
}

.box-curso .box-curso--basicos::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #323336;
}

.box-curso .box-curso--detalhes {
  padding: 30px 0 10px;
}

.box-curso .box-curso--detalhes * {
  font-family: "Merriweather", serif !important;
  font-weight: normal !important;
  font-size: 18px !important;
}

.box-curso .box-curso--acoes {
  display: flex;
  justify-content: flex-end;
}

.btn-2018 {
  background: none;
  position: relative;
  color: white !important;
  padding: 10px 15px;
  margin-right: 10px;
  min-width: 80px;
}

.btn-2018.double {
  margin-right: 25px;
}

.btn-2018.large {
  font-size: 20px;
  font-weight: bold;
}

.btn-2018 > * {
  z-index: 3;
  position: relative;
}

.btn-2018::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #4396d1;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transition: background 0.5s ease;
}

.btn-2018.double::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 15px;
  background: #4396d1;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transition: background 0.5s ease;
}

.btn-2018.double::before {
  background: #40bcc7;
}

.btn-2018:hover::before {
  background: #387bad;
}

.btn-2018[disabled]::before {
  background: grey !important;
}

.btn-2018[disabled]::after {
  background: darkgray !important;
}

.cursos-hr {
  position: relative;
  border: none;
  margin-bottom: 50px;
  overflow: hidden;
  height: 1px;
}

.cursos-hr::after {
  content: "";
  background: #4d4e51;
  position: absolute;
  width: 200%;
  height: 2px;
  top: 0;
  left: -50%;
}

.b-education-box.b-infoblock {
  display: flex;
  flex-wrap: wrap;
}

.flex-spacer {
  flex-grow: 1;
}

.row.curso-header {
  display: flex;
  flex-wrap: wrap;
}

.row.curso-header > * {
  display: flex;
  flex-direction: column;
}

.curso-title {
  font-family: "Merriweather", serif;
  color: #346598;
  font-size: 38px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.curso--duration {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.33;
}

.curso--parceiro-reminder {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #346598;
}

.curso--parceiro-link {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.33;
}

.curso--parceiro-link a {
  color: #346598;
  text-decoration: underline;
}

.inscricoes-title {
  font-family: "Merriweather", serif;
  color: #346598;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.horario-label {
  font-family: "Open Sans", sans-serif;
  color: #346598;
  font-size: 15px;
  margin-top: 20px;
}

.select-2018 {
  background: #d7e0eb;
  border: none;
  padding: 10px 0;
}

.table.table-precos {
  color: #4a76a3;
}

.table.table-precos * {
  border-color: #4a76a3;
  text-transform: uppercase;
}

.b-tabs-reset.ui-tabs .ui-tabs-nav {
  display: flex;
  flex-wrap: wrap;
}

.b-tabs-reset.ui-tabs .ui-tabs-nav::before,
.b-tabs-reset.ui-tabs .ui-tabs-nav::after {
  content: none;
}

.b-tabs.ui-tabs .ui-tabs-nav li {
  flex-grow: 1;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  color: #808285;
  margin: 0 !important;
  padding: 0 !important;
}

.b-tabs.ui-tabs.tabs-informacoes .ui-tabs-nav li {
  font-size: 14px;
}

.b-tabs.ui-tabs .ui-tabs-nav li a {
  padding: 20px 20px !important;
}

@media (max-width: 900px) {
  .b-tabs.ui-tabs .ui-tabs-nav li {
    width: 100%;
  }
}

.b-tabs.ui-tabs .ui-tabs-nav li:nth-last-child(1) a {
  background: #f8fbff !important;
  color: #808285 !important;
}

.b-tabs.ui-tabs .ui-tabs-nav li:nth-last-child(2) a {
  background: #bcddff !important;
  color: #808285 !important;
}

.b-tabs.ui-tabs .ui-tabs-nav li:nth-last-child(3) a {
  background: #88b9ec !important;
  color: #fff !important;
}

.b-tabs.ui-tabs .ui-tabs-nav li:nth-last-child(4) a {
  background: #5385b7 !important;
  color: #fff !important;
}

.b-tabs.ui-tabs .ui-tabs-nav li:nth-last-child(5) a {
  background: #4a76a3 !important;
  color: #fff !important;
}

.b-tabs.ui-tabs .ui-tabs-nav li:nth-last-child(6) a {
  background: #2f5c8b !important;
  color: #fff !important;
}

.b-tabs.ui-tabs .ui-tabs-nav li:nth-last-child(7) a {
  background: #224366 !important;
  color: #fff !important;
}

.b-tabs__content {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel {
  padding: 22px 1.5em;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel * {
  border: none !important;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel a {
  text-decoration: underline;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(1) table,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(1) td,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(2) table,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(2) td {
  border: 1px solid #808285 !important;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(3) table,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(3) td,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(4) table,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(4) td,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(5) table,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(5) td,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(6) table,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(6) td,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(7) table,
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(7) td {
  border: 1px solid white !important;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(1),
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(1) * {
  background: #f8fbff !important;
  color: #808285 !important;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(2),
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(2) * {
  background: #bcddff !important;
  color: #808285 !important;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(3),
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(3) * {
  background: #88b9ec !important;
  color: #fff !important;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(4),
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(4) * {
  background: #5385b7 !important;
  color: #fff !important;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(5),
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(5) * {
  background: #4a76a3 !important;
  color: #fff !important;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(6),
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(6) * {
  background: #2f5c8b !important;
  color: #fff !important;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(7),
.b-tabs-reset.ui-tabs .ui-tabs-panel:nth-last-child(7) * {
  background: #224366 !important;
  color: #fff !important;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel h1,
.b-tabs-reset.ui-tabs .ui-tabs-panel h2,
.b-tabs-reset.ui-tabs .ui-tabs-panel h3,
.b-tabs-reset.ui-tabs .ui-tabs-panel h4,
.b-tabs-reset.ui-tabs .ui-tabs-panel h5,
.b-tabs-reset.ui-tabs .ui-tabs-panel h6 {
  margin-top: 2rem;
  margin-bottom: 0;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel > *:first-child {
  margin-top: 0;
}

.b-tabs-reset.ui-tabs .ui-tabs-panel > *:last-child {
  margin-bottom: 0;
}

.b-top-nav__1level {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 2rem;
}

.b-top-nav__1level:first-child {
  padding-left: 0;
}

.b-top-nav__1level:last-child {
  padding-right: 0;
}

.b-top-nav__1level_wrap {
  margin: 0;
  display: flex;
  align-items: center;
}

.b-top-nav__1level > a {
  padding: 0;
}

.b-header__box::before {
  content: none;
}

.b-header__box::after {
  content: none;
}

.f-primary-l.f-title-big.c-secondary {
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-weight: 500;
}

.b-log-in-form {
  border-right: none;
}

.b-form-horizontal__input {
  width: 100%;
}

.form-control {
  border: 1.5px solid #4c4c4c;
  border-radius: 0;
}

.form-control::placeholder {
  color: #346598;
  font-weight: bold;
}

.b-form-row {
  margin-bottom: 15px;
}

.b-log-in-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.matricula-price-reminder {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  border-top: 1.5px solid #346598;
  border-bottom: 1.5px solid #346598;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
}

.matricula-price-reminder h3 {
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #346598;
  flex-basis: 100%;
  width: 100%;
  margin: 0 0 1rem;
}

.matricula-price-reminder h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #346598;
  margin: 0;
}

.matricula-price-reminder #preco {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #346598;
  flex-shrink: 0;
  margin: 0;
}

input[type="radio"].b-form-radio {
  display: initial;
}

.radio-input {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.radio-input label {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #346598;
  font-size: 16px;
}

.radio-input label > * {
  margin: 0;
  margin-bottom: 2rem;
}

.radio-input label > *:first-child {
  margin-right: 5px;
}

#form-matricula .b-form-row {
  display: flex;
}

#form-matricula .b-form-row .b-form-horizontal__label {
  text-align: right;
  margin-right: 2rem;
  width: 150px;
  color: #346598;
  font-weight: 500;
}

.radio-input.metodos {
  flex-wrap: wrap;
}

.radio-input.metodos > * {
  flex-basis: 33%;
  flex-shrink: 0;
  flex-grow: 1;
  font-size: 13px;
  display: flex;
}

.radio-input.metodos > *:nth-child(3n + 1) {
  justify-content: flex-start;
}

.radio-input.metodos > *:nth-child(3n + 2) {
  justify-content: center;
}

.radio-input.metodos > *:nth-child(3n + 3) {
  justify-content: flex-end;
}

.radio-input.metodos input[type="radio"].b-form-radio + span::before,
.radio-input.metodos input[type="radio"].b-form-radio + span::after {
  content: none;
}

#pre-matricula-details {
  margin-top: 3rem;
  width: 100%;
  background: #f8fafb;
  border: 1px solid #87888a;
  color: #4a76a3;
  text-align: center;
  font-size: 12px;
  padding: 1rem 3rem;
}

#pre-matricula-details > * {
  margin: 0;
}

label.error {
  color: red;
}

.curso-details {
  font-size: 16px;
  margin-bottom: 0;
}

.radio-input label.error {
  position: absolute;
  width: 100%;
  left: 0;
  top: -8px;
}

.info-tooltip {
  display: block;
  float: right;
  font-weight: bold;
  border-radius: 100px;
  margin-left: 10px;
  background: #346698;
  color: white;
  width: 15px;
  height: 15px;
  text-align: center;
}

.b-top-nav.f-top-nav.b-right.j-top-nav.b-top-nav-dropdown.f-top-nav-dropdown
  .b-top-nav__1level_wrap {
  display: block;
}

.b-top-nav.f-top-nav.b-right.j-top-nav.b-top-nav-dropdown.f-top-nav-dropdown
  .b-top-nav__1level_wrap
  li {
  display: block;
}

.b-bg-slider-lg-info-l__item-title {
  background: rgba(72, 72, 72, 0.95);
}

.slotholder::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.j-fullscreenslider {
  height: calc(100vw * (500 / 1920)) !important;
}

@media (max-width: 600px) {
  .j-fullscreenslider {
    height: calc(100vw * (900 / 1920)) !important;
  }

  .f-slider-lg-info-l__item-title h2 {
    font-size: 10px;
  }

  .f-slider-lg-info-l__item-title h1 {
    font-size: 12px;
    line-height: 1.1;
  }

  .f-slider-lg-info-l__item-anchor {
    font-size: 12px;
  }

  .b-slider-lg-info-l__item-link {
    padding: 8px 15px;
  }
}

.tp-bgimg {
  background-size: cover;
}
