.fd_bar_yellow,
.fd_header,
footer
	.fd_orange {
	background-color: #25a6de;
}
@media only screen and (min-width: 992px) {
	.no-padding {
		padding-left: 0;
		padding-right: 0;
	}
}
@font-face {
	font-family: pn_black;
	src: url(../fonts/pn_black.eot);
	src: url(../fonts/pn_black.eot?#iefix)
			format(
				'embedded-opentype'
			),
		url(../fonts/pn_black.woff2)
			format(
				'woff2'
			),
		url(../fonts/pn_black.woff)
			format(
				'woff'
			),
		url(../fonts/pn_black.ttf)
			format(
				'truetype'
			),
		url(../fonts/pn_black.svg)
			format(
				'svg'
			);
	font-weight: 400;
	font-style: normal;
}
@font-face {
  font-family: "pn_bold";
  src: url("../fonts/pn_bold.eot");
  src: url("../fonts/pn_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pn_bold.woff2") format("woff2"), url("../fonts/pn_bold.woff") format("woff"), url("../fonts/pn_bold.ttf") format("truetype"), url("../fonts/pn_bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "pn_extra_bold";
  src: url("../fonts/pn_extra_bold.eot");
  src: url("../fonts/pn_extra_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pn_extra_bold.woff2") format("woff2"), url("../fonts/pn_extra_bold.woff") format("woff"), url("../fonts/pn_extra_bold.ttf") format("truetype"), url("../fonts/pn_extra_bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "pn_semi_bold";
  src: url("../fonts/pn_semi_bold.eot");
  src: url("../fonts/pn_semi_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pn_semi_bold.woff2") format("woff2"), url("../fonts/pn_semi_bold.woff") format("woff"), url("../fonts/pn_semi_bold.ttf") format("truetype"), url("../fonts/pn_semi_bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "pn_light";
  src: url("../fonts/pn_light.eot");
  src: url("../fonts/pn_light.eot?#iefix") format("embedded-opentype"), url("../fonts/pn_light.woff2") format("woff2"), url("../fonts/pn_light.woff") format("woff"), url("../fonts/pn_light.ttf") format("truetype"), url("../fonts/pn_light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "pn_thin";
  src: url("../fonts/pn_thin.eot");
  src: url("../fonts/pn_thin.eot?#iefix") format("embedded-opentype"), url("../fonts/pn_thin.woff2") format("woff2"), url("../fonts/pn_thin.woff") format("woff"), url("../fonts/pn_thin.ttf") format("truetype"), url("../fonts/pn_thin.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "pn_regular";
  src: url("../fonts/pn_regular.eot");
  src: url("../fonts/pn_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pn_regular.woff2") format("woff2"), url("../fonts/pn_regular.woff") format("woff"), url("../fonts/pn_regular.ttf") format("truetype"), url("../fonts/pn_regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "antonio_bold";
  src: url("../fonts/antonio_bold.eot");
  src: url("../fonts/antonio_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/antonio_bold.woff2") format("woff2"), url("../fonts/antonio_bold.woff") format("woff"), url("../fonts/antonio_bold.ttf") format("truetype"), url("../fonts/antonio_bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "pn_medium";
  src: url("../fonts/pn_medium.eot");
  src: url("../fonts/pn_medium.eot?#iefix") format("embedded-opentype"), url("../fonts/pn_medium.woff2") format("woff2"), url("../fonts/pn_medium.woff") format("woff"), url("../fonts/pn_medium.ttf") format("truetype"), url("../fonts/pn_medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html,
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  -ms-overflow-x: hidden; }
  html .container,
  body .container {
    position: relative; }

.fd_bar_yellow {
  border-top: 1px solid #f5f5f5;
  background-color: #25a6de;
  height: 16px;
  width: 100%;
  margin: 0; }

.linha2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.fd_header {
  position: relative;
  background-image: url(../images/Banner_Vestibular_20212.png);
  background-position: center center;
  background-size: contain;
  height: 290px;
  margin-top: 50px;
  background-color: #25a6de;
  background-repeat: no-repeat; }
  @media (min-width: 576px) {
    .fd_header {
      height: 380px; } }
  @media (min-width: 768px) {
    .fd_header {
      height: 520px; } }
  @media (min-width: 992px) {
    .fd_header {
      background: none;
      margin-top: 0;
      height: auto; } }
  .fd_header .banner {
    width: 100%;
    position: relative;
    display: none; }
    @media (min-width: 992px) {
      .fd_header .banner {
        display: flex; } }
  .fd_header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    height: calc(100% - 100px);
    right: 0;
    left: 0;
    top: 80px;
    margin: auto;
    flex-direction: column; }
    @media (min-width: 768px) {
      .fd_header .container {
        flex-direction: row; } }
    @media (min-width: 992px) {
      .fd_header .container {
        justify-content: space-around; } }
    @media (min-width: 1200px) {
      .fd_header .container {
        justify-content: space-between; } }
    .fd_header .container .banner-inscricoes {
      position: absolute;
      color: white;
      font-weight: bolder;
      bottom: 35px;
      right: 25px; }
    .fd_header .container .banner-ano {
      position: absolute;
      color: #ffcd00;
      font-weight: bolder;
      font-size: 1.8rem;
      right: 25px;
      bottom: 0px; }
    @media (min-width: 992px) {
      .fd_header .container .banner-inscricoes, .fd_header .container .banner-ano {
        display: none; } }
    .fd_header .container .box-textos {
      width: 100%;
      max-width: 250px;
      height: 100%;
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: center; }
      @media (min-width: 768px) {
        .fd_header .container .box-textos {
          max-width: 450px;
          width: 300px; } }
      @media (min-width: 1200px) {
        .fd_header .container .box-textos {
          width: 400px; } }
      .fd_header .container .box-textos h1 {
        text-transform: uppercase;
        font-size: 50px;
        line-height: 65px;
        color: #f5f5f5;
        text-align: center;
        font-family: 'antonio_bold', sans-serif; }
        @media (min-width: 768px) {
          .fd_header .container .box-textos h1 {
            font-size: 55px;
            line-height: 65px; } }
        @media (min-width: 992px) {
          .fd_header .container .box-textos h1 {
            font-size: 60px;
            line-height: 70px; } }
        @media (min-width: 1200px) {
          .fd_header .container .box-textos h1 {
            font-size: 80px;
            line-height: 90px; } }
      .fd_header .container .box-textos img {
        margin: 10px auto;
        width: 100px; }
        @media (min-width: 992px) {
          .fd_header .container .box-textos img {
            margin: 10px auto;
            width: 100px; } }
        @media (min-width: 1200px) {
          .fd_header .container .box-textos img {
            margin: 20px auto;
            width: 150px; } }
      .fd_header .container .box-textos.texto-complemento {
        width: 100%;
        max-width: 450px;
        height: 100%;
        justify-content: center; }
        @media (min-width: 992px) {
          .fd_header .container .box-textos.texto-complemento {
            max-width: 450px; } }
        @media (min-width: 1200px) {
          .fd_header .container .box-textos.texto-complemento {
            max-width: 450px; } }
        .fd_header .container .box-textos.texto-complemento h2 {
          text-transform: uppercase;
          font-size: 22px;
          line-height: 30px;
          text-align: right;
          color: #ffffff;
          margin-top: 15px;
          margin-bottom: 0;
          font-family: 'antonio_bold', sans-serif; }
          @media (min-width: 768px) {
            .fd_header .container .box-textos.texto-complemento h2 {
              font-size: 25px;
              line-height: 30px;
              margin-bottom: 35px; } }
          @media (min-width: 1200px) {
            .fd_header .container .box-textos.texto-complemento h2 {
              font-size: 30px;
              line-height: 40px; } }
  .fd_header .btn-cta-inscreva-se {
    display: flex;
    position: fixed;
    cursor: pointer;
    background-color: #64c2de;
    border: 1px solid #64c2de;
    color: #174e74;
    -webkit-box-shadow: -8px -2px 39px -6px #69bdd6;
    -moz-box-shadow: -8px -2px 39px -6px #69bdd6;
    box-shadow: -8px -2px 39px -6px #69bdd6;
    font-family: "pn_extra_bold", sans-serif;
    font-size: 25px;
    line-height: 30px;
    padding: 15px 100px 15px 40px;
    right: -70px;
    bottom: 10px;
    z-index: 23;
    color: #FFFFFF !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase; }
    .fd_header .btn-cta-inscreva-se:hover {
      background-color: #5cbfdc;
      text-decoration: none; }
    .fd_header .btn-cta-inscreva-se.active {
      transform: translateX(0); }
    @media (min-width: 576px) {
      .fd_header .btn-cta-inscreva-se {
        right: -50px; } }
    @media (min-width: 576px) {
      .fd_header .btn-cta-inscreva-se {
        padding: 25px 80px 25px 40px;
        font-size: 30px;
        line-height: 30px;
        bottom: 20px; } }
  .fd_header .fd_header_content {
    width: 100%; }
    .fd_header .fd_header_content img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .fd_header .fd_header_content_bottom {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 40px; }
    .fd_header .fd_header_content_bottom .fd_item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 110px; }
      .fd_header .fd_header_content_bottom .fd_item h2 {
        font-family: pn_regular, sans-serif;
        text-align: right; }
        .fd_header .fd_header_content_bottom .fd_item h2 span {
          display: block; }
          .fd_header .fd_header_content_bottom .fd_item h2 span:first-of-type {
            font-size: 13px;
            color: #312f2f; }
          .fd_header .fd_header_content_bottom .fd_item h2 span:nth-child(2) {
            font-size: 16px;
            color: #1d5b85;
            text-transform: uppercase; }
          .fd_header .fd_header_content_bottom .fd_item h2 span:last-of-type {
            font-size: 22px;
            color: #fc9931;
            font-family: pn_extra_bold, sans-serif;
            text-transform: uppercase; }
      .fd_header .fd_header_content_bottom .fd_item figure {
        padding-left: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        height: 110px; }
    @media (min-width: 576px) {
      .fd_header .fd_header_content_bottom .fd_item h2 span:first-of-type {
        font-size: 15px; }
      .fd_header .fd_header_content_bottom .fd_item h2 span:nth-child(2) {
        font-size: 20px; }
      .fd_header .fd_header_content_bottom .fd_item h2 span:last-of-type {
        font-size: 25px; } }
    @media (min-width: 768px) {
      .fd_header .fd_header_content_bottom .fd_item h2 span:first-of-type {
        font-size: 18px; }
      .fd_header .fd_header_content_bottom .fd_item h2 span:nth-child(2) {
        font-size: 22px; }
      .fd_header .fd_header_content_bottom .fd_item h2 span:last-of-type {
        font-size: 30px; } }
    @media (min-width: 992px) {
      .fd_header .fd_header_content_bottom .fd_item h2 span:first-of-type {
        font-size: 20px; }
      .fd_header .fd_header_content_bottom .fd_item h2 span:nth-child(2) {
        font-size: 30px; }
      .fd_header .fd_header_content_bottom .fd_item h2 span:last-of-type {
        font-size: 41px; } }

footer .btn-warning, footer .btn-warning:active, footer .btn-warning:focus,
footer .btn-warning:visited {
  color: white !important;
  background-color: #1d5b85 !important;
  cursor: pointer;
  width: 100%;
  max-width: 100% !important; }
  @media (min-width: 992px) {
    footer .btn-warning, footer .btn-warning:active, footer .btn-warning:focus,
    footer .btn-warning:visited {
      width: 255px; } }

footer .box-texto {
  width: 100%;
  padding: 25px;
  background-color: #eeeeee;
  margin: 0 auto 60px auto;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    footer .box-texto {
      width: 410px;
      padding: 25px; } }
  footer .box-texto p {
    width: 100%;
    margin-top: 0;
    text-align: center;
    color: #164e75;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: pn_regular, sans-serif; }
    @media (min-width: 768px) {
      footer .box-texto p {
        font-size: 40px;
        line-height: 35px; } }
  footer .box-texto h3 {
    width: 100%;
    text-align: center;
    color: #da7b4b;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 0;
    font-family: pn_extra_bold, sans-serif; }
    @media (min-width: 768px) {
      footer .box-texto h3 {
        font-size: 40px;
        line-height: 35px; } }

footer h2 {
  text-align: center;
  margin-bottom: 50px; }
  footer h2 span {
    display: block; }
    footer h2 span:first-of-type {
      background-color: #1d5b85;
      border-radius: 50px;
      height: 55px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      color: #f5f5f5;
      font-size: 16px;
      font-family: pn_regular, sans-serif; }
      @media (min-width: 992px) {
        footer h2 span:first-of-type {
          width: 255px; } }
    footer h2 span:last-of-type {
      margin-top: 10px;
      font-family: pn_extra_bold, sans-serif;
      color: #da7b4b;
      font-size: 35px;
      line-height: 40px;
      text-transform: uppercase; }

footer form {
  margin-bottom: 30px; }

footer p {
  font-family: pn_regular, sans-serif;
  color: #f5f5f5;
  font-size: 13px;
  line-height: 130%; }
  footer p span {
    font-family: pn_bold, sans-serif; }
  @media (min-width: 768px) {
    footer p {
      font-size: 18px;
      line-height: 156%; } }

@media (min-width: 768px) {
  footer .fd_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

footer .fd_flex .fd_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }
  footer .fd_flex .fd_col figure {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    footer .fd_flex .fd_col figure img {
      width: 60%; }
  footer .fd_flex .fd_col p {
    font-family: pn_light, sans-serif;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 13px;
    color: #312f2f; }
    footer .fd_flex .fd_col p strong {
      font-family: pn_extra_bold, sans-serif;
      display: block;
      color: #f5f5f5;
      font-size: 23px; }

footer .fd_orange {
  background-color: #25a6de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100px; }
  footer .fd_orange p {
    color: #f5f5f5;
    font-size: 13px;
    text-align: center;
    font-family: pn_regular, sans-serif;
    margin: 0; }
    footer .fd_orange p a {
      color: #1d5b85;
      font-family: pn_extra_bold, sans-serif;
      text-decoration: none !important;
      position: relative;
      border-bottom: 1px solid #1d5b85; }
  @media (min-width: 768px) {
    footer .fd_orange p {
      font-size: 20px; } }

footer .fd_footer_bottom {
  background-color: #1e5e8a; }
  @media (min-width: 992px) {
    footer .fd_footer_bottom {
      height: auto; } }
  footer .fd_footer_bottom .d-flex {
    align-items: center; }
  footer .fd_footer_bottom a {
    text-decoration: none;
    color: #f5f5f5; }
  footer .fd_footer_bottom p {
    color: #f5f5f5;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    margin: 20px 0;
    width: 100%; }
    footer .fd_footer_bottom p.texto-horario {
      font-size: 15px; }
      @media (min-width: 992px) {
        footer .fd_footer_bottom p.texto-horario {
          text-align: right;
          font-size: 10px; } }
    @media (min-width: 1200px) {
      footer .fd_footer_bottom p {
        text-align: right;
        font-size: 13px; } }
    footer .fd_footer_bottom p span {
      color: #f5f5f5;
      font-size: 11px;
      display: inline-block; }
      footer .fd_footer_bottom p span strong {
        color: #f5f5f5;
        font-size: 11px !important;
        display: inline-block !important; }
  footer .fd_footer_bottom ul {
    margin-bottom: 0; }
  footer .fd_footer_bottom .fd_col {
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 100px;
    list-style-type: none; }
    @media (min-width: 1200px) {
      footer .fd_footer_bottom .fd_col:nth-child(1) {
        width: 55%; }
      footer .fd_footer_bottom .fd_col:nth-child(2) {
        width: 45%; } }
    footer .fd_footer_bottom .fd_col p {
      width: 100%;
      text-align: center;
      margin: 0; }
      @media (min-width: 992px) {
        footer .fd_footer_bottom .fd_col p {
          text-align: right; } }
    footer .fd_footer_bottom .fd_col h6 {
      width: 100%;
      text-align: center;
      color: #f5f5f5;
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 0;
      font-family: pn_extra_bold, sans-serif; }
      @media (min-width: 1200px) {
        footer .fd_footer_bottom .fd_col h6 {
          text-align: right;
          font-size: 27px;
          line-height: 30px; } }
      footer .fd_footer_bottom .fd_col h6 small {
        font-family: pn_bold, sans-serif;
        font-size: 60%; }
      footer .fd_footer_bottom .fd_col h6 img {
        margin-right: 5px; }

.fd-ingresso-com-vestibular {
  background-color: #fbaf5d;
  padding: 50px 0 30px 0; }
  .fd-ingresso-com-vestibular .btn-warning, .fd-ingresso-com-vestibular .btn-warning:active, .fd-ingresso-com-vestibular .btn-warning:focus,
  .fd-ingresso-com-vestibular .btn-warning:visited {
    color: white !important;
    background-color: #1d5b85 !important;
    cursor: pointer;
    width: 100%;
    max-width: 100% !important; }
    @media (min-width: 992px) {
      .fd-ingresso-com-vestibular .btn-warning, .fd-ingresso-com-vestibular .btn-warning:active, .fd-ingresso-com-vestibular .btn-warning:focus,
      .fd-ingresso-com-vestibular .btn-warning:visited {
        width: 255px; } }
  .fd-ingresso-com-vestibular .box-texto {
    width: 100%;
    padding: 25px;
    background-color: #eeeeee;
    margin: 0 auto 60px auto;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .fd-ingresso-com-vestibular .box-texto {
        width: 410px;
        padding: 25px; } }
    .fd-ingresso-com-vestibular .box-texto p {
      width: 100%;
      margin-top: 0;
      text-align: center;
      color: #164e75;
      font-size: 30px;
      line-height: 25px;
      margin-bottom: 10px;
      font-family: pn_regular, sans-serif; }
      @media (min-width: 768px) {
        .fd-ingresso-com-vestibular .box-texto p {
          font-size: 40px;
          line-height: 35px; } }
    .fd-ingresso-com-vestibular .box-texto h3 {
      width: 100%;
      text-align: center;
      color: #da7b4b;
      font-size: 30px;
      line-height: 25px;
      margin-bottom: 0;
      font-family: pn_extra_bold, sans-serif; }
      @media (min-width: 768px) {
        .fd-ingresso-com-vestibular .box-texto h3 {
          font-size: 40px;
          line-height: 35px; } }
  .fd-ingresso-com-vestibular h2 {
    text-align: center;
    margin-bottom: 50px; }
    .fd-ingresso-com-vestibular h2 span {
      display: block; }
      .fd-ingresso-com-vestibular h2 span:first-of-type {
        background-color: #1d5b85;
        border-radius: 50px;
        height: 55px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        color: #f5f5f5;
        font-size: 16px;
        font-family: pn_regular, sans-serif; }
        @media (min-width: 992px) {
          .fd-ingresso-com-vestibular h2 span:first-of-type {
            width: 255px; } }
      .fd-ingresso-com-vestibular h2 span.second {
        margin-top: 10px;
        font-family: pn_extra_bold, sans-serif;
        color: #da7b4b;
        font-size: 35px;
        line-height: 40px;
        text-transform: uppercase;
        background: transparent; }
  .fd-ingresso-com-vestibular form {
    margin-bottom: 30px; }
  .fd-ingresso-com-vestibular p {
    font-family: pn_regular, sans-serif;
    color: #f5f5f5;
    font-size: 13px;
    line-height: 130%; }
    .fd-ingresso-com-vestibular p span {
      font-family: pn_bold, sans-serif; }
    @media (min-width: 768px) {
      .fd-ingresso-com-vestibular p {
        font-size: 18px;
        line-height: 156%; } }
  @media (min-width: 768px) {
    .fd-ingresso-com-vestibular .fd_flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  .fd-ingresso-com-vestibular .fd_flex .fd_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%; }
    .fd-ingresso-com-vestibular .fd_flex .fd_col figure {
      width: 70px;
      height: 70px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .fd-ingresso-com-vestibular .fd_flex .fd_col figure img {
        width: 60%; }
    .fd-ingresso-com-vestibular .fd_flex .fd_col p {
      font-family: pn_light, sans-serif;
      line-height: 150%;
      text-transform: uppercase;
      font-size: 13px;
      color: #312f2f; }
      .fd-ingresso-com-vestibular .fd_flex .fd_col p strong {
        font-family: pn_extra_bold, sans-serif;
        display: block;
        color: #f5f5f5;
        font-size: 23px; }
  .fd-ingresso-com-vestibular .fd_orange {
    background-color: #25a6de;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100px; }
    .fd-ingresso-com-vestibular .fd_orange p {
      color: #f5f5f5;
      font-size: 13px;
      text-align: center;
      font-family: pn_regular, sans-serif;
      margin: 0; }
      .fd-ingresso-com-vestibular .fd_orange p a {
        color: #1d5b85;
        font-family: pn_extra_bold, sans-serif;
        text-decoration: none !important;
        position: relative;
        border-bottom: 1px solid #1d5b85; }
    @media (min-width: 768px) {
      .fd-ingresso-com-vestibular .fd_orange p {
        font-size: 20px; } }
  .fd-ingresso-com-vestibular .fd_footer_bottom {
    background-color: #1e5e8a; }
    @media (min-width: 992px) {
      .fd-ingresso-com-vestibular .fd_footer_bottom {
        height: 100px; } }
    .fd-ingresso-com-vestibular .fd_footer_bottom .d-flex {
      align-items: center; }
    .fd-ingresso-com-vestibular .fd_footer_bottom p {
      color: #f5f5f5;
      text-align: center;
      font-size: 10px;
      line-height: 20px;
      margin: 20px 0;
      width: 100%; }
      .fd-ingresso-com-vestibular .fd_footer_bottom p.texto-horario {
        font-size: 15px; }
        @media (min-width: 992px) {
          .fd-ingresso-com-vestibular .fd_footer_bottom p.texto-horario {
            text-align: right;
            font-size: 10px; } }
      @media (min-width: 1200px) {
        .fd-ingresso-com-vestibular .fd_footer_bottom p {
          text-align: right;
          font-size: 13px; } }
      .fd-ingresso-com-vestibular .fd_footer_bottom p span {
        color: #f5f5f5;
        font-size: 11px;
        display: inline-block; }
        .fd-ingresso-com-vestibular .fd_footer_bottom p span strong {
          color: #f5f5f5;
          font-size: 11px !important;
          display: inline-block !important; }
    .fd-ingresso-com-vestibular .fd_footer_bottom ul {
      margin-bottom: 0; }
    .fd-ingresso-com-vestibular .fd_footer_bottom .fd_col {
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 100px;
      list-style-type: none; }
      @media (min-width: 1200px) {
        .fd-ingresso-com-vestibular .fd_footer_bottom .fd_col:nth-child(1) {
          width: 55%; }
        .fd-ingresso-com-vestibular .fd_footer_bottom .fd_col:nth-child(2) {
          width: 45%; } }
      .fd-ingresso-com-vestibular .fd_footer_bottom .fd_col p {
        width: 100%;
        text-align: center;
        margin: 0; }
        @media (min-width: 992px) {
          .fd-ingresso-com-vestibular .fd_footer_bottom .fd_col p {
            text-align: right; } }
      .fd-ingresso-com-vestibular .fd_footer_bottom .fd_col h6 {
        width: 100%;
        text-align: center;
        color: #f5f5f5;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0;
        font-family: pn_extra_bold, sans-serif; }
        @media (min-width: 1200px) {
          .fd-ingresso-com-vestibular .fd_footer_bottom .fd_col h6 {
            text-align: right;
            font-size: 27px;
            line-height: 30px; } }
        .fd-ingresso-com-vestibular .fd_footer_bottom .fd_col h6 small {
          font-family: pn_bold, sans-serif;
          font-size: 60%; }
        .fd-ingresso-com-vestibular .fd_footer_bottom .fd_col h6 img {
          margin-right: 5px; }

.navbar-brand {
  display: none; }

.navbar.navbar-expand-lg.navbar-light.bg-light {
  position: absolute;
  z-index: 300;
  background-color: #f8f9fa;
  left: 0;
  right: 0;
  top: 0; }
  @media (min-width: 992px) {
    .navbar.navbar-expand-lg.navbar-light.bg-light {
      background-color: transparent; } }
  .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link {
    text-align: right;
    color: #312f2f; }
    @media (min-width: 992px) {
      .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link {
        color: #f5f5f5; } }
    .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link small {
      font-family: pn_regular, sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      color: #312f2f; }
      @media (min-width: 992px) {
        .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link small {
          color: #f5f5f5; } }
      .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link small strong {
        font-family: pn_bold, sans-serif; }
      @media (min-width: 992px) {
        .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link small {
          color: #f5f5f5; } }
    .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link span {
      font-family: pn_extra_bold, sans-serif;
      font-size: 37px;
      display: block;
      margin-top: -10px;
      color: #312f2f; }
      @media (min-width: 992px) {
        .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link span {
          color: #f5f5f5; } }
      .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link span small {
        font-size: 21px; }
  @media (min-width: 992px) {
    .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link {
      color: white; }
      .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link small {
        font-size: 13px; }
      .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link span {
        color: white;
        font-size: 30px; }
        .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link span small {
          font-size: 17px; } }
  @media (min-width: 1200px) {
    .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link small {
      font-size: 13px; }
    .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link span {
      font-size: 34px;
      line-height: 50px; }
      .navbar.navbar-expand-lg.navbar-light.bg-light .navbar-nav li a.nav-link span small {
        font-size: 21px; } }

.btn {
  font-family: pn_semi_bold, sans-serif;
  border-radius: 50px; }
  .btn.btn-warning {
    background-color: #25a6de;
    color: #f5f5f5;
    width: 100%;
    max-width: 269px;
    padding: 18px;
    text-transform: uppercase; }
  .btn.btn-secondary {
    max-width: 269px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: white;
    font-size: 20px;
    text-transform: uppercase; }
    .btn.btn-secondary:focus, .btn.btn-secondary:hover {
      background-color: #25a6de;
      border-color: #25a6de;
      -webkit-box-shadow: 0 0 0 3px rgba(37, 166, 222, 0.5);
      -moz-box-shadow: 0 0 0 3px rgba(37, 166, 222, 0.5);
      -ms-box-shadow: 0 0 0 3px rgba(37, 166, 222, 0.5);
      -o-box-shadow: 0 0 0 3px rgba(37, 166, 222, 0.5);
      box-shadow: 0 0 0 3px rgba(37, 166, 222, 0.5); }

form .form-group {
  position: relative; }
  form .form-group select.form-control,
  form .form-group .form-control {
    height: 59px !important;
    border-radius: 0;
    border: 1px solid #c1c1c1; }

form label.error {
  font-size: 13px;
  width: 100%;
  text-align: center;
  color: #164e75;
  font-weight: bold; }

form .link-form {
  color: white;
  cursor: pointer; }

.swal2-container.swal2-shown {
  background-color: rgba(49, 47, 47, 0.95); }

.swal2-container .swal2-modal {
  border-radius: 2px; }
  .swal2-container .swal2-modal .swal2-title {
    font-family: pn_bold, sans-serif;
    color: #fc9931; }
  .swal2-container .swal2-modal .swal2-content {
    font-family: pn_regular, sans-serif;
    font-size: 17px; }

main .fd_offer {
  background-color: #fbb51f;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    main .fd_offer .fd_cond_top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  main .fd_offer .fd_cond_top .fd_item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    main .fd_offer .fd_cond_top .fd_item figure {
      margin-right: 15px; }
    main .fd_offer .fd_cond_top .fd_item h2 {
      font-family: pn_regular, sans-serif;
      text-align: right;
      line-height: 120%; }
      main .fd_offer .fd_cond_top .fd_item h2 span {
        display: block; }
        main .fd_offer .fd_cond_top .fd_item h2 span:first-of-type {
          font-size: 13px;
          color: #312f2f;
          text-transform: uppercase; }
        main .fd_offer .fd_cond_top .fd_item h2 span:nth-child(2) {
          font-size: 16px;
          color: #fc9931;
          font-family: pn_extra_bold, sans-serif;
          text-transform: uppercase; }
        main .fd_offer .fd_cond_top .fd_item h2 span:last-of-type {
          font-size: 22px;
          color: #f5f5f5; }
      @media (min-width: 768px) {
        main .fd_offer .fd_cond_top .fd_item h2 span:first-of-type {
          font-size: 35px; }
        main .fd_offer .fd_cond_top .fd_item h2 span:nth-child(2) {
          font-size: 48px; }
        main .fd_offer .fd_cond_top .fd_item h2 span:last-of-type {
          font-size: 23.5px; } }
    main .fd_offer .fd_cond_top .fd_item p {
      color: #312f2f;
      font-size: 10px;
      text-transform: uppercase;
      line-height: 160%;
      font-family: pn_regular, sans-serif; }
      main .fd_offer .fd_cond_top .fd_item p strong {
        font-family: pn_extra_bold, sans-serif;
        color: #f5f5f5;
        display: block; }
      @media (min-width: 992px) {
        main .fd_offer .fd_cond_top .fd_item p {
          font-size: 18px; }
          main .fd_offer .fd_cond_top .fd_item p strong {
            font-size: 32px; } }
    main .fd_offer .fd_cond_top .fd_item:nth-child(3) p strong small {
      font-family: pn_extra_bold, sans-serif;
      letter-spacing: -2px; }
    @media (min-width: 992px) {
      main .fd_offer .fd_cond_top .fd_item:nth-child(3) p strong {
        font-size: 43px; }
        main .fd_offer .fd_cond_top .fd_item:nth-child(3) p strong small {
          font-size: 27px; }
        main .fd_offer .fd_cond_top .fd_item:nth-child(3) p strong span {
          font-size: 15px;
          display: block; } }

main .fd_conditions {
  background-color: #164e75;
  border-bottom: 2px solid white;
  padding-bottom: 120px; }
  main .fd_conditions > figure {
    border-bottom: 8px solid #ffffff; }
  main .fd_conditions .img-logo {
    display: block;
    margin: 20px auto; }
  main .fd_conditions [class*="col-"] figure {
    margin-top: 50px; }
    main .fd_conditions [class*="col-"] figure img {
      max-width: 80%;
      display: block;
      margin: 0 auto; }
      @media (min-width: 768px) {
        main .fd_conditions [class*="col-"] figure img {
          max-width: 60%; } }
  @media (min-width: 576px) {
    main .fd_conditions [class*="col-"] figure img {
      max-width: 100%; } }
  main .fd_conditions h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: -80px auto 70px;
    background-color: white;
    height: 133px;
    width: 100%;
    max-width: 388px;
    color: #1d5b85;
    text-transform: uppercase; }
    main .fd_conditions h2 strong {
      font-family: pn_extra_bold, sans-serif;
      display: block;
      color: #25a6de; }
    @media (min-width: 992px) {
      main .fd_conditions h2 {
        font-size: 34px; }
        main .fd_conditions h2 strong {
          font-size: 48px; } }
  main .fd_conditions p {
    color: #ffffff;
    font-size: 18px;
    font-family: pn_light, sans-serif;
    max-width: 285px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      main .fd_conditions p {
        font-size: 13px; } }
    @media (min-width: 992px) {
      main .fd_conditions p {
        font-size: 18px; } }
  main .fd_conditions .btn {
    margin: 75px auto 0; }
    main .fd_conditions .btn.btn-secondary {
      border-color: #25a6de;
      border-color: #25a6de; }

.fd_courses {
  padding: 85px 0;
  border-bottom: 8px solid white;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat; }
  .fd_courses:last-of-type {
    border-bottom: 0; }
  .fd_courses h2 {
    background-color: white;
    text-align: center;
    display: inline-block;
    padding: 15px;
    color: #1d5b85;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px; }
    .fd_courses h2 strong {
      display: block;
      font-size: 23px;
      font-family: pn_extra_bold, sans-serif; }
    @media (min-width: 768px) {
      .fd_courses h2 strong {
        font-size: 22px; } }
    @media (min-width: 992px) {
      .fd_courses h2 strong {
        font-size: 35px; } }
    @media (min-width: 1200px) {
      .fd_courses h2 strong {
        font-size: 47px; } }
  .fd_courses p {
    color: white;
    font-size: 16px;
    margin-left: 0;
    font-family: pn_light, sans-serif;
    margin: 20px 0; }
    @media (min-width: 768px) {
      .fd_courses p {
        margin-bottom: 10px; } }
    .fd_courses p .fd_link {
      color: #fbb51f;
      border-bottom: 1px dotted #fbb51f;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none !important; }
      .fd_courses p .fd_link:hover, .fd_courses p .fd_link:focus {
        color: #1d5b85;
        border-color: #1d5b85; }
    .fd_courses p:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .fd_courses p {
        font-size: 22px;
        line-height: 141%;
        margin-left: 8.4%; } }
  .fd_courses .btn {
    font-size: 20px; }
    .fd_courses .btn.btn-primary, .fd_courses .btn.btn-primary:hover, .fd_courses .btn.btn-primary:active, .fd_courses .btn.btn-primary:visited, .fd_courses .btn.btn-primary:focus {
      height: 40px;
      width: 100%;
      padding: 0;
      max-width: 150px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin: 25px auto 50px;
      color: #f5f5f5;
      cursor: pointer; }
    @media (min-width: 992px) {
      .fd_courses .btn {
        max-width: 269px;
        height: 40px;
        margin-bottom: 0; } }
  .fd_courses.administracao {
    background-image: url("../images/backgrounds/administracao-bg.jpg"); }
    .fd_courses.administracao h2 strong {
      color: #1d5b85; }
    .fd_courses.administracao p {
      width: 100%;
      max-width: 491px; }
    .fd_courses.administracao .fd_link {
      color: #f26522;
      border-bottom: 1px dotted #f26522; }
      .fd_courses.administracao .fd_link:hover, .fd_courses.administracao .fd_link:focus {
        color: #f26522;
        border-color: #f26522; }
    .fd_courses.administracao .btn.btn-primary {
      margin-bottom: 0;
      height: 60px;
      padding: 20px;
      font-size: 20px;
      text-transform: uppercase;
      max-width: 265px;
      background-color: #1d5b85;
      border-color: #1d5b85; }
  .fd_courses.fisioterapia {
    background-image: url("../images/backgrounds/fisioterapia-bg.jpg"); }
    .fd_courses.fisioterapia h2 strong {
      color: #1d5b85; }
    .fd_courses.fisioterapia p {
      width: 100%;
      max-width: 571px; }
    .fd_courses.fisioterapia .fd_link {
      color: #f26522;
      border-bottom: 1px dotted #f26522; }
      .fd_courses.fisioterapia .fd_link:hover, .fd_courses.fisioterapia .fd_link:focus {
        color: #f26522;
        border-color: #f26522; }
    .fd_courses.fisioterapia .btn.btn-primary {
      margin-bottom: 0;
      height: 60px;
      padding: 20px;
      font-size: 20px;
      text-transform: uppercase;
      max-width: 265px;
      background-color: #1d5b85;
      border-color: #1d5b85; }
  .fd_courses.recursos_humanos {
    background-image: url("../images/backgrounds/recursos_humanos-bg.jpg");
    border-bottom: 8px solid #fbae5d; }
    .fd_courses.recursos_humanos h2 strong {
      color: #1d5b85; }
    .fd_courses.recursos_humanos h2 strong {
      white-space: nowrap; }
      @media (min-width: 992px) {
        .fd_courses.recursos_humanos h2 strong {
          font-size: 25px; } }
      @media (min-width: 1200px) {
        .fd_courses.recursos_humanos h2 strong {
          font-size: 40px; } }
    .fd_courses.recursos_humanos p {
      width: 100%;
      max-width: 491px; }
    .fd_courses.recursos_humanos .fd_link {
      color: #f26522;
      border-bottom: 1px dotted #f26522; }
      .fd_courses.recursos_humanos .fd_link:hover, .fd_courses.recursos_humanos .fd_link:focus {
        color: #f26522;
        border-color: #f26522; }
    .fd_courses.recursos_humanos .btn.btn-primary {
      margin-bottom: 0;
      height: 60px;
      padding: 20px;
      font-size: 20px;
      text-transform: uppercase;
      max-width: 265px;
      background-color: #1d5b85;
      border-color: #1d5b85; }
  .fd_courses.psicologia {
    background-image: url("../images/backgrounds/psicologia-bg.jpg"); }
    .fd_courses.psicologia h2 strong {
      color: #fc9931; }
    .fd_courses.psicologia p {
      width: 100%;
      max-width: 571px; }
    .fd_courses.psicologia .fd_link {
      color: #1d5b85;
      border-bottom: 1px dotted #1d5b85; }
      .fd_courses.psicologia .fd_link:hover, .fd_courses.psicologia .fd_link:focus {
        color: #1d5b85;
        border-color: #1d5b85; }
    .fd_courses.psicologia .btn.btn-primary {
      margin-bottom: 0;
      height: 60px;
      padding: 20px;
      font-size: 20px;
      text-transform: uppercase;
      max-width: 265px;
      background-color: #f26522;
      border-color: #f26522; }
  .fd_courses.direito {
    background-image: url("../images/backgrounds/direito-bg.jpg"); }
    .fd_courses.direito h2 strong {
      color: #fc9931; }
    .fd_courses.direito p {
      width: 100%;
      max-width: 571px; }
    .fd_courses.direito .fd_link {
      color: #1d5b85;
      border-bottom: 1px dotted #1d5b85; }
      .fd_courses.direito .fd_link:hover, .fd_courses.direito .fd_link:focus {
        color: #1d5b85;
        border-color: #1d5b85; }
    .fd_courses.direito .btn.btn-primary {
      margin-bottom: 0;
      height: 60px;
      padding: 20px;
      font-size: 20px;
      text-transform: uppercase;
      max-width: 265px;
      background-color: #f26522;
      border-color: #f26522; }

main .box-texto-valores {
  width: 100%;
  padding: 80px 15px;
  text-align: center;
  background-color: #f5f5f5; }
  @media (min-width: 768px) {
    main .box-texto-valores {
      padding: 40px 80px 80px 80px; } }
  main .box-texto-valores h4 {
    text-transform: uppercase;
    /* color: #da7b4b;   /*color tema verao */
    color: #25a6de;
    /* color tema inverno */
    font-size: 35px;
    font-family: pn_light, sans-serif; }
    @media (min-width: 768px) {
      main .box-texto-valores h4 {
        font-size: 40px; } }
  main .box-texto-valores span {
    font-family: pn_extra_bold, sans-serif; }

main .box-matriculas-antecipadas {
  padding: 80px 0;
  background-color: #184f74;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    main .box-matriculas-antecipadas {
      padding: 80px; } }
  main .box-matriculas-antecipadas .box-texto-matriculas {
    width: 100%;
    padding: 25px;
    background-color: #ffffff;
    margin: 0 auto 60px auto;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      main .box-matriculas-antecipadas .box-texto-matriculas {
        width: 350px; } }
    main .box-matriculas-antecipadas .box-texto-matriculas p {
      width: 100%;
      margin-top: 0;
      text-align: right;
      color: #164e75;
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 10px;
      font-family: pn_regular, sans-serif; }
      @media (min-width: 768px) {
        main .box-matriculas-antecipadas .box-texto-matriculas p {
          font-size: 30px;
          line-height: 25px; } }
    main .box-matriculas-antecipadas .box-texto-matriculas h3 {
      width: 100%;
      text-align: right;
      color: #25a6de;
      font-size: 30px;
      line-height: 25px;
      margin-bottom: 0;
      font-family: pn_extra_bold, sans-serif; }
      @media (min-width: 768px) {
        main .box-matriculas-antecipadas .box-texto-matriculas h3 {
          text-align: center;
          font-size: 40px;
          line-height: 35px; } }
  main .box-matriculas-antecipadas h4 {
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-family: pn_regular, sans-serif; }
    main .box-matriculas-antecipadas h4 a {
      color: inherit; }
    @media (min-width: 768px) {
      main .box-matriculas-antecipadas h4 {
        font-size: 35px;
        line-height: 45px; } }
    main .box-matriculas-antecipadas h4 span {
      font-family: pn_bold, sans-serif; }
  main .box-matriculas-antecipadas h5 {
    border: 1px solid #25a6de;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 50px auto;
    text-align: center;
    color: #25a6de;
    padding: 40px;
    font-size: 25px;
    line-height: 30px;
    font-family: pn_regular, sans-serif; }
    main .box-matriculas-antecipadas h5 span {
      font-family: pn_black, sans-serif; }
  main .box-matriculas-antecipadas p {
    margin: 50px auto;
    text-align: center;
    color: #25a6de;
    font-size: 25px;
    line-height: 30px;
    font-family: pn_black, sans-serif; }

main .fd_uma_disciplina {
  background-color: #f5f5f5;
  border-bottom: 8px solid white; }
  main .fd_uma_disciplina > figure {
    border-bottom: 8px solid white; }
  main .fd_uma_disciplina h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 90px auto 100px auto;
    background-color: white;
    height: 160px;
    width: 100%;
    max-width: 450px;
    color: #1d5b85;
    text-transform: uppercase; }
    main .fd_uma_disciplina h2 strong {
      font-family: pn_extra_bold, sans-serif;
      display: block;
      color: #1d5b85; }
    @media (min-width: 992px) {
      main .fd_uma_disciplina h2 {
        font-size: 40px; }
        main .fd_uma_disciplina h2 strong {
          font-size: 55px; } }
  main .fd_uma_disciplina h5 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 90px;
    color: #2a2b2b;
    font-size: 35px;
    font-family: pn_regular, sans-serif; }
    @media (min-width: 768px) {
      main .fd_uma_disciplina h5 {
        font-size: 55px; } }
    main .fd_uma_disciplina h5 strong {
      color: #25a6de;
      font-size: 50px;
      font-family: pn_extra_bold, sans-serif; }
      @media (min-width: 768px) {
        main .fd_uma_disciplina h5 strong {
          font-size: 70px; } }
  main .fd_uma_disciplina a {
    text-decoration: none;
    cursor: pointer; }
    main .fd_uma_disciplina a .btn-matricule-se, main .fd_uma_disciplina a .btn-matricule-se:active, main .fd_uma_disciplina a .btn-matricule-se:focus,
    main .fd_uma_disciplina a .btn-matricule-se:visited {
      text-transform: uppercase;
      background-color: #f7941d;
      margin: 0 auto 100px auto;
      cursor: pointer; }
    main .fd_uma_disciplina a .btn-matricule-se:hover {
      box-shadow: none;
      border: 3px solid #f7941d !important;
      background-color: #ffffff;
      color: #f7941d; }

main .fd_here {
  background-color: #d1d1d1;
  padding-bottom: 70px;
  position: relative; }
  main .fd_here > figure {
    border-bottom: 8px solid white; }
  main .fd_here h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    font-family: pn_regular, sans-serif;
    margin: -50px auto 100px auto;
    font-size: 42px;
    height: 125px;
    width: 100%;
    max-width: 365px;
    color: #25a5dd;
    background-color: #ffffff;
    text-transform: uppercase; }
    main .fd_here h2 strong {
      font-family: pn_extra_bold, sans-serif;
      display: block;
      color: #164e75;
      font-size: 40px; }
  main .fd_here h5 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 90px;
    color: #2a2b2b;
    font-size: 55px;
    font-family: pn_regular, sans-serif; }
    main .fd_here h5 strong {
      color: #25a6de;
      font-size: 70px;
      font-family: pn_extra_bold, sans-serif; }
  main .fd_here a {
    text-decoration: none;
    cursor: pointer; }
    main .fd_here a .btn-matricule-se, main .fd_here a .btn-matricule-se:active, main .fd_here a .btn-matricule-se:focus,
    main .fd_here a .btn-matricule-se:visited {
      text-transform: uppercase;
      background-color: #f7941d;
      margin: 0 auto 100px auto;
      cursor: pointer; }
    main .fd_here a .btn-matricule-se:hover {
      box-shadow: none;
      border: 3px solid #f7941d !important;
      background-color: #ffffff;
      color: #f7941d; }
  main .fd_here h3 {
    color: #312f2f;
    font-size: 18px;
    text-transform: uppercase;
    text-align: right; }
    main .fd_here h3 strong {
      display: block;
      font-family: pn_extra_bold, sans-serif;
      color: #37597d;
      font-size: 23px; }
    main .fd_here h3 small {
      text-transform: none;
      font-size: 13px; }
    @media (min-width: 992px) {
      main .fd_here h3 {
        font-size: 42px;
        line-height: 140%; }
        main .fd_here h3 strong {
          font-size: 58px;
          margin-bottom: -20px; }
        main .fd_here h3 small {
          font-size: 25px; } }
  main .fd_here img.img_plus {
    max-width: 100%;
    display: block;
    margin: 25px auto; }
    @media (min-width: 768px) {
      main .fd_here img.img_plus {
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; } }
  main .fd_here h6 {
    color: #312f2f;
    font-size: 13px;
    font-family: pn_regular, sans-serif;
    width: 100%;
    max-width: 287px;
    text-align: center;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    main .fd_here h6:after {
      content: url("../images/arrow-inverno.png");
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (min-width: 992px) {
        main .fd_here h6:after {
          left: -30px;
          bottom: 20px; } }
    @media (min-width: 992px) {
      main .fd_here h6 {
        font-size: 21px;
        text-align: left;
        padding-left: 20px; } }
  main .fd_here p {
    color: #312f2f;
    font-size: 13px;
    font-family: pn_regular, sans-serif;
    text-align: center;
    width: 100%;
    max-width: 654px;
    display: block;
    margin: 90px auto 0;
    padding: 0 15px; }
    @media (min-width: 992px) {
      main .fd_here p {
        font-size: 15px; } }
    main .fd_here p.bordered {
      border: 2px solid #37597d;
      padding: 15px;
      max-width: 100%;
      margin: 0 auto 35px 0;
      text-align: left; }
      @media (min-width: 992px) {
        main .fd_here p.bordered {
          font-size: 18px;
          padding: 30px 25px 50px; } }

main .fd_circle {
  background-color: #fc9931;
  height: 260px;
  width: 260px;
  border-radius: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: white;
  margin: 0 auto; }
  main .fd_circle h4 {
    text-align: center; }
    main .fd_circle h4 span {
      display: block;
      font-family: pn_extra_bold, sans-serif;
      text-transform: uppercase; }
      main .fd_circle h4 span:first-of-type {
        font-size: 83px;
        margin-bottom: -20px; }
        main .fd_circle h4 span:first-of-type small {
          font-size: 34px; }
      main .fd_circle h4 span:nth-child(2) {
        font-family: pn_light, sans-serif;
        font-size: 37px;
        margin-bottom: -10px; }

main .fd_sem_vestibular {
  padding: 80px 0;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column; }
  @media (min-width: 576px) {
    main .fd_sem_vestibular {
      padding: 80px 0 40px 0; } }
  main .fd_sem_vestibular .box-processo-whatsapp {
    width: 90%;
    margin: 50px auto;
    padding: 25px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #175077; }
    @media (min-width: 768px) {
      main .fd_sem_vestibular .box-processo-whatsapp {
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
        width: 550px;
        padding: 5px 30px;
        flex-direction: row; } }
    @media (min-width: 1200px) {
      main .fd_sem_vestibular .box-processo-whatsapp {
        width: 640px; } }
    main .fd_sem_vestibular .box-processo-whatsapp a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: #fff; }
    main .fd_sem_vestibular .box-processo-whatsapp .d-flex {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media (min-width: 768px) {
        main .fd_sem_vestibular .box-processo-whatsapp .d-flex {
          width: 100%;
          padding: 25px 30px;
          flex-direction: row; } }
      @media (min-width: 1200px) {
        main .fd_sem_vestibular .box-processo-whatsapp .d-flex {
          padding: 25px 40px; } }
    main .fd_sem_vestibular .box-processo-whatsapp img {
      margin-bottom: 20px;
      max-width: 100px;
      width: 130px; }
      @media (min-width: 768px) {
        main .fd_sem_vestibular .box-processo-whatsapp img {
          max-width: 100px;
          margin-bottom: 0;
          margin-right: 35px; } }
      @media (min-width: 1200px) {
        main .fd_sem_vestibular .box-processo-whatsapp img {
          max-width: 130px;
          margin-bottom: 0;
          margin-right: 35px; } }
    main .fd_sem_vestibular .box-processo-whatsapp p {
      margin: 0;
      color: #f5f5f5;
      font-size: 22px;
      line-height: 25px;
      text-align: center;
      width: 100%; }
      @media (min-width: 768px) {
        main .fd_sem_vestibular .box-processo-whatsapp p {
          font-size: 22px;
          line-height: 25px;
          text-align: left;
          width: calc(100% - 130px); } }
      @media (min-width: 1200px) {
        main .fd_sem_vestibular .box-processo-whatsapp p {
          font-size: 25px;
          line-height: 30px;
          text-align: left;
          width: calc(100% - 150px); } }
      main .fd_sem_vestibular .box-processo-whatsapp p b {
        font-family: pn_black, sans-serif; }
  main .fd_sem_vestibular .box-texto {
    width: 100%;
    padding: 25px;
    background-color: #25a6de;
    margin: 0 auto 60px auto;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      main .fd_sem_vestibular .box-texto {
        width: 395px;
        padding: 25px; } }
    main .fd_sem_vestibular .box-texto p {
      width: 100%;
      margin-top: 0;
      text-align: right;
      color: #164e75;
      font-size: 30px;
      line-height: 25px;
      margin-bottom: 10px;
      font-family: pn_regular, sans-serif; }
      @media (min-width: 576px) {
        main .fd_sem_vestibular .box-texto p {
          font-size: 40px;
          line-height: 35px; } }
    main .fd_sem_vestibular .box-texto h3 {
      width: 100%;
      text-align: right;
      color: #ffffff;
      font-size: 30px;
      line-height: 25px;
      margin-bottom: 0;
      font-family: pn_extra_bold, sans-serif; }
      @media (min-width: 576px) {
        main .fd_sem_vestibular .box-texto h3 {
          font-size: 40px;
          line-height: 35px;
          text-align: center; } }
  main .fd_sem_vestibular h6 {
    margin: 80px auto 0 auto;
    text-align: center;
    color: #175077;
    font-size: 60px;
    line-height: 65px;
    font-family: pn_black, sans-serif; }
  main .fd_sem_vestibular h4 {
    margin: 100px auto;
    text-align: center;
    color: #164e75;
    font-size: 30px;
    line-height: 45px;
    font-family: pn_regular, sans-serif; }
    main .fd_sem_vestibular h4 span {
      font-family: pn_bold, sans-serif; }
  main .fd_sem_vestibular h5 {
    margin: 0 auto 50px auto;
    text-align: center;
    color: #175077;
    font-size: 35px;
    line-height: 30px;
    font-family: pn_black, sans-serif; }
  main .fd_sem_vestibular ul {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      main .fd_sem_vestibular ul {
        flex-wrap: nowrap; } }
    main .fd_sem_vestibular ul li {
      -moz-border-radius: 70px;
      -webkit-border-radius: 70px;
      border-radius: 70px;
      background-color: #25a6de;
      padding: 40px 10px 20px 10px;
      text-align: center;
      width: 100%;
      margin: 10px; }
      @media (min-width: 768px) {
        main .fd_sem_vestibular ul li {
          width: 45%;
          margin: 1%; } }
      @media (min-width: 992px) {
        main .fd_sem_vestibular ul li {
          padding: 60px 20px 20px 20px;
          width: 45%;
          margin: 0 1%; } }
      main .fd_sem_vestibular ul li h5 {
        color: #175077;
        font-size: 35px;
        line-height: 30px;
        font-family: pn_black, sans-serif;
        margin-bottom: 0; }
      main .fd_sem_vestibular ul li .img_efeito_passos {
        display: block;
        margin: 10px auto; }
      main .fd_sem_vestibular ul li p {
        color: #ffffff;
        font-size: 18px;
        line-height: 22px;
        font-family: pn_regular, sans-serif; }
        main .fd_sem_vestibular ul li p span {
          font-family: pn_bold, sans-serif; }
        main .fd_sem_vestibular ul li p b {
          font-family: pn_bold, sans-serif;
          font-size: 30px;
          line-height: 35px; }
      main .fd_sem_vestibular ul li:nth-child(1) p {
        font-size: 30px;
        line-height: 35px; }

main .fd_classes {
  padding-bottom: 0;
  background-color: #f5f5f5; }
  main .fd_classes h4 {
    color: #312f2f;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0; }
    main .fd_classes h4 strong {
      font-size: 23px;
      font-family: pn_extra_bold, sans-serif;
      color: #fc9931;
      display: block; }
    @media (min-width: 992px) {
      main .fd_classes h4 {
        font-size: 40px;
        text-align: left; }
        main .fd_classes h4 strong {
          font-size: 56px; } }
  main .fd_classes h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    max-width: 388px;
    border: 3px solid #fc9931;
    color: #1d5b85;
    text-transform: uppercase;
    padding: 10px 0; }
    main .fd_classes h5 strong {
      font-family: pn_extra_bold, sans-serif;
      display: block;
      color: #fbb51f; }
    @media (min-width: 992px) {
      main .fd_classes h5 {
        font-size: 34px; }
        main .fd_classes h5 strong {
          font-size: 48px; } }
  main .fd_classes .btn {
    margin: 0 auto; }
    @media (min-width: 768px) {
      main .fd_classes .btn {
        display: block;
        margin-top: 50px; } }

main .fd_docs {
  padding-top: 80px;
  padding-bottom: 130px;
  border-bottom: 8px solid white;
  background-color: #164e75; }
  main .fd_docs > figure {
    border-bottom: 8px solid #ffffff; }
  main .fd_docs h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: -80px auto 70px;
    padding: 20px;
    background-color: white;
    height: 133px;
    width: 100%;
    max-width: 388px;
    color: #1d5b85;
    text-transform: uppercase; }
    main .fd_docs h2 strong {
      font-family: pn_extra_bold, sans-serif;
      display: block;
      color: #25a6de; }
    @media (min-width: 992px) {
      main .fd_docs h2 {
        font-size: 34px; }
        main .fd_docs h2 strong {
          font-size: 48px; } }
  main .fd_docs p {
    color: white;
    font-size: 13px;
    font-family: pn_regular, sans-serif;
    text-align: center;
    line-height: 128%;
    width: 100%;
    max-width: 498px;
    display: block;
    margin: 0 auto 30px; }
    @media (min-width: 576px) {
      main .fd_docs p {
        font-size: 16px; } }
    @media (min-width: 992px) {
      main .fd_docs p {
        font-size: 19px; } }
  main .fd_docs .fd_item {
    border: 3px solid white;
    width: 100%;
    height: 163px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 15px; }
    @media (min-width: 992px) {
      main .fd_docs .fd_item {
        margin-top: 30px; } }
    main .fd_docs .fd_item h3 {
      color: white;
      font-size: 22px;
      font-family: pn_regular, sans-serif;
      line-height: 111%;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 25px; }
      main .fd_docs .fd_item h3 strong {
        display: block;
        color: #25a6de;
        font-family: pn_extra_bold, sans-serif;
        font-size: 30px; }
    main .fd_docs .fd_item .btn, main .fd_docs .fd_item .btn:hover, main .fd_docs .fd_item .btn:focus, main .fd_docs .fd_item .btn:active {
      width: 165px;
      height: 37px;
      font-size: 13px;
      padding: 0;
      color: #f5f5f5;
      background-color: #395c83;
      border-color: #395c83;
      box-shadow: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
  main .fd_docs .fd_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    height: 300px;
    margin-top: 50px; }
    main .fd_docs .fd_flex .gift {
      position: absolute;
      top: 0;
      left: -70px;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      main .fd_docs .fd_flex .gift img {
        height: 150px; }
    main .fd_docs .fd_flex .fd_content {
      background-color: white;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-top: 20px;
      padding-left: 90px; }
      main .fd_docs .fd_flex .fd_content p {
        color: #312f2f;
        font-size: 13px;
        line-height: 156%;
        font-family: pn_regular, sans-serif;
        text-align: left; }
        main .fd_docs .fd_flex .fd_content p strong {
          font-family: pn_extra_bold, sans-serif;
          color: #fbb51f;
          text-transform: uppercase;
          display: block;
          font-size: 170%; }
    @media (min-width: 576px) {
      main .fd_docs .fd_flex .gift {
        top: 0;
        left: -70px;
        bottom: 0; }
        main .fd_docs .fd_flex .gift img {
          height: 150px; }
      main .fd_docs .fd_flex .fd_content {
        padding-top: 20px;
        padding-left: 90px; }
        main .fd_docs .fd_flex .fd_content p {
          font-size: 16px; }
          main .fd_docs .fd_flex .fd_content p strong {
            font-size: 200%; } }
    @media (min-width: 768px) {
      main .fd_docs .fd_flex .gift {
        left: 0; }
        main .fd_docs .fd_flex .gift img {
          height: 70%; }
      main .fd_docs .fd_flex .fd_content {
        margin-left: 50px;
        padding-top: 20px;
        padding-left: 170px; }
        main .fd_docs .fd_flex .fd_content p {
          font-size: 20px; }
          main .fd_docs .fd_flex .fd_content p strong {
            font-size: 200%; } }
    @media (min-width: 992px) {
      main .fd_docs .fd_flex .gift {
        left: 0; }
        main .fd_docs .fd_flex .gift img {
          height: 100%; }
      main .fd_docs .fd_flex .fd_content {
        margin-left: 50px;
        padding-top: 20px;
        padding-left: 170px; }
        main .fd_docs .fd_flex .fd_content p {
          font-size: 24px; }
          main .fd_docs .fd_flex .fd_content p strong {
            font-size: 200%; } }

.fd_zonasul {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background-color: #165076; }
  .fd_zonasul .box-texto-titulo {
    width: 300px;
    padding: 25px;
    background-color: #ffffff;
    margin: 0 auto 60px auto;
    text-transform: uppercase;
    text-align: center; }
    .fd_zonasul .box-texto-titulo p {
      width: 100%;
      margin-top: 0;
      color: #164e75;
      font-size: 40px;
      line-height: 35px;
      margin-bottom: 5px;
      font-family: pn_regular, sans-serif; }
    .fd_zonasul .box-texto-titulo h3 {
      width: 100%;
      color: #f7941d;
      font-size: 45px;
      line-height: 40px;
      margin-bottom: 0;
      font-family: pn_extra_bold, sans-serif; }
  .fd_zonasul p {
    color: #ffffff;
    font-size: 23px;
    text-align: center;
    margin: 50px auto 0 auto;
    font-family: pn_regular, sans-serif; }
  .fd_zonasul h4 {
    text-transform: uppercase;
    color: #f7941d;
    margin: 70px auto 50px auto;
    font-size: 25px;
    font-family: pn_extra_bold, sans-serif; }
    @media (min-width: 768px) {
      .fd_zonasul h4 {
        font-size: 40px; } }
  .fd_zonasul ul {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap; }
    .fd_zonasul ul li {
      width: 100%;
      padding: 20px 0;
      font-size: 22px;
      font-family: pn_bold, sans-serif;
      color: #fff;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .fd_zonasul ul li {
          width: 50%;
          padding: 20px 40px; } }

.form_arquivo_anexo {
  background-color: #eeeeee;
  padding: 50px 0; }
  .form_arquivo_anexo h3 {
    color: #25a6de;
    font-size: 40px;
    font-family: pn_black, sans-serif;
    margin-bottom: 30px;
    text-align: center; }
  .form_arquivo_anexo .form-group input {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1; }
  .form_arquivo_anexo .btn-cont, .form_arquivo_anexo .btn-cont:active, .form_arquivo_anexo .btn-cont:hover,
  .form_arquivo_anexo .btn-cont:focus, .form_arquivo_anexo .btn-cont:visited {
    border-color: #fbaf5d !important;
    background-color: #fbaf5d !important;
    color: #fff !important;
    width: 100%;
    max-width: 100%;
    box-shadow: none !important; }
  .form_arquivo_anexo .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    width: 100%; }
  .form_arquivo_anexo .btn-upload, .form_arquivo_anexo .btn-upload:focus, .form_arquivo_anexo .btn-upload:hover,
  .form_arquivo_anexo .btn-upload:visited, .form_arquivo_anexo .btn-upload:active {
    color: #175077 !important;
    background-color: #164e75 !important;
    color: #fff !important;
    border-color: #164e75 !important;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    box-shadow: none !important;
    white-space: initial !important;
    height: 62px;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .form_arquivo_anexo .btn-upload, .form_arquivo_anexo .btn-upload:focus, .form_arquivo_anexo .btn-upload:hover,
      .form_arquivo_anexo .btn-upload:visited, .form_arquivo_anexo .btn-upload:active {
        height: 62px;
        font-size: 12px;
        line-height: 14px; } }
    @media (min-width: 992px) {
      .form_arquivo_anexo .btn-upload, .form_arquivo_anexo .btn-upload:focus, .form_arquivo_anexo .btn-upload:hover,
      .form_arquivo_anexo .btn-upload:visited, .form_arquivo_anexo .btn-upload:active {
        font-size: 14px;
        line-height: 14px; } }
    @media (min-width: 1200px) {
      .form_arquivo_anexo .btn-upload, .form_arquivo_anexo .btn-upload:focus, .form_arquivo_anexo .btn-upload:hover,
      .form_arquivo_anexo .btn-upload:visited, .form_arquivo_anexo .btn-upload:active {
        height: auto;
        font-size: 1rem;
        line-height: 1.5; } }
  .form_arquivo_anexo .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }

.fd_rota {
  background-color: #ffffff;
  padding: 50px 0; }
  .fd_rota h2 {
    color: #1d5b85;
    text-transform: uppercase;
    font-size: 25px;
    font-family: pn_black, sans-serif;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .fd_rota h2 {
        font-size: 40px; } }
  .fd_rota .img-rota {
    height: 300px;
    overflow: auto; }
    .fd_rota .img-rota .box-img {
      width: 1600px;
      height: 100%; }
    @media (min-width: 768px) {
      .fd_rota .img-rota .box-img {
        width: 100%; } }
  .fd_rota h3 {
    color: #da7b4b;
    margin: 80px auto 30px auto;
    text-transform: uppercase;
    font-size: 25px;
    font-family: pn_light, sans-serif;
    text-align: center; }
    @media (min-width: 768px) {
      .fd_rota h3 {
        margin: 0 auto 30px auto; } }
    .fd_rota h3 span {
      font-family: pn_black, sans-serif; }

main .fd_proof {
  background-color: #164e75;
  padding-bottom: 120px;
  border-bottom: 1px solid #ffffff; }
  main .fd_proof h2 {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 80px auto 70px;
    background-color: white;
    height: 119px;
    width: 100%;
    max-width: 346px;
    color: #1d5b85;
    text-transform: uppercase; }
    main .fd_proof h2 strong {
      font-family: pn_extra_bold, sans-serif;
      display: block;
      color: #25a6de; }
    @media (min-width: 992px) {
      main .fd_proof h2 {
        font-size: 34px; }
        main .fd_proof h2 strong {
          font-size: 48px; } }
  @media (min-width: 576px) {
    main .fd_proof [class*="col-"] > figure {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 205px; } }
  main .fd_proof [class*="col-"] > figure img {
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      main .fd_proof [class*="col-"] > figure img {
        margin-bottom: 0; } }
  main .fd_proof .fd_content {
    background-color: white;
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 30px 0; }
    @media (min-width: 576px) {
      main .fd_proof .fd_content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        height: 205px;
        padding: 0; } }
    main .fd_proof .fd_content .fd_col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      main .fd_proof .fd_content .fd_col h5 {
        color: #1d1c1c;
        font-size: 16px;
        font-family: pn_light, sans-serif;
        text-align: center; }
        @media (min-width: 768px) {
          main .fd_proof .fd_content .fd_col h5 {
            font-size: 22px; } }
      main .fd_proof .fd_content .fd_col p {
        margin-top: 50px;
        color: #25a6de;
        font-size: 13px;
        font-family: pn_regular, sans-serif;
        line-height: 136%;
        text-align: center;
        text-transform: uppercase; }
        main .fd_proof .fd_content .fd_col p span {
          font-family: pn_bold, sans-serif;
          font-size: 30px; }
        main .fd_proof .fd_content .fd_col p strong {
          display: block;
          font-size: 25px;
          line-height: 35px;
          color: #2e2e2e; }
        main .fd_proof .fd_content .fd_col p big {
          font-size: 22px;
          line-height: 30px; }
    @media (min-width: 992px) {
      main .fd_proof .fd_content .fd_col p {
        font-size: 22px; }
        main .fd_proof .fd_content .fd_col p strong {
          font-size: 30px; } }

main .fd_video {
  background-color: #f5f5f5;
  padding-bottom: 80px !important; }
  @media (min-width: 768px) {
    main .fd_video {
      padding-bottom: 250px; } }
  main .fd_video h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: -80px auto 80px;
    background-color: #1d5b85;
    height: 119px;
    width: 100%;
    max-width: 346px;
    font-family: pn_regular, sans-serif;
    color: #f5f5f5;
    text-transform: uppercase;
    line-height: 120%; }
    main .fd_video h2 strong {
      font-family: pn_extra_bold, sans-serif;
      display: block;
      color: #fbb51f; }
    @media (min-width: 768px) {
      main .fd_video h2 {
        margin: -80px auto 80px; } }
    @media (min-width: 992px) {
      main .fd_video h2 {
        font-size: 34px; }
        main .fd_video h2 strong {
          font-size: 48px; } }
  @media (min-width: 576px) {
    main .fd_video [class*="col-"] > figure {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 205px; } }
  main .fd_video [class*="col-"] > figure img {
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      main .fd_video [class*="col-"] > figure img {
        margin-bottom: 0; } }
  main .fd_video .fd_content {
    background-color: white;
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 30px 0; }
    @media (min-width: 576px) {
      main .fd_video .fd_content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        height: 205px;
        padding: 0; } }
    main .fd_video .fd_content .fd_col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      main .fd_video .fd_content .fd_col p {
        color: #312f2f;
        font-size: 13px;
        font-family: pn_light, sans-serif;
        line-height: 136%;
        text-align: center; }
        main .fd_video .fd_content .fd_col p big {
          font-family: pn_regular, sans-serif;
          text-transform: uppercase;
          display: block; }
        main .fd_video .fd_content .fd_col p strong {
          display: block;
          color: #f5c71b;
          font-family: pn_extra_bold, sans-serif;
          font-size: 18px;
          text-transform: uppercase; }
          main .fd_video .fd_content .fd_col p strong span {
            color: #1d5b85; }
    @media (min-width: 992px) {
      main .fd_video .fd_content .fd_col p {
        font-size: 22px; }
        main .fd_video .fd_content .fd_col p strong {
          font-size: 30px; } }

main .fd-ingresso-com-vestibular h2 {
  text-align: center;
  margin-bottom: 50px; }
  main .fd-ingresso-com-vestibular h2 span:first-of-type {
    background-color: #1d5b85;
    border-radius: 50px;
    height: 55px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #f5f5f5;
    font-size: 16px;
    font-family: pn_regular,sans-serif; }
  main .fd-ingresso-com-vestibular h2 span.second {
    margin-top: 10px;
    font-family: pn_extra_bold,sans-serif;
    color: #da7b4b;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    background: 0 0; }
