@font-face {
  font-family: "NeulisCursive";
  src: url("../fonts/Neulis-Cursive.otf") format("opentype");
}
#duvidas .item_duvida, #duvidas .primeiro_item_manual, #calendario .bloco_item, #calendario .bloco_calendario, #beneficios .item_beneficio a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

html {
  scroll-behavior: smooth;
}

section {
  margin-top: 20px;
  margin-bottom: 40px;
}

.overflowHidden {
  overflow: hidden !important;
}

.z-index100 {
  z-index: 100 !important;
}

#popUpContainer {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#popUpContainer #popUp {
  width: 60%;
  position: relative;
  z-index: 1002;
}
#popUpContainer #popUp img {
  width: 100%;
}
#popUpContainer #popUp .btn-garantaVaga {
  position: absolute;
  top: 75%;
  left: 6%;
  height: 10%;
  width: 24%;
  color: white;
  font-weight: 500;
  background-color: rgb(255, 12, 104);
  border-radius: 11px;
  font-size: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: rgba(255, 12, 104, 0.1215686275) 0px 2px 4px 0px, rgba(255, 12, 104, 0.8) 0px 2px 16px 0px;
          box-shadow: rgba(255, 12, 104, 0.1215686275) 0px 2px 4px 0px, rgba(255, 12, 104, 0.8) 0px 2px 16px 0px;
}
#popUpContainer #popUp .btn-garantaVaga:hover {
  background-color: rgb(216, 0, 81.7777777778);
}
#popUpContainer #popUp .btnFecharGaranteVaga {
  position: absolute;
  right: 3%;
  top: 2%;
  color: #ff0c68;
  font-size: 1.5vw;
  cursor: pointer;
}
#popUpContainer #popUpMobile {
  width: 80%;
  position: relative;
  z-index: 1002;
}
#popUpContainer #popUpMobile img {
  width: 100%;
}
#popUpContainer #popUpMobile .btn-garantaVaga {
  position: absolute;
  top: 60%;
  left: 6%;
  height: 13%;
  width: 53%;
  color: white;
  font-weight: 500;
  background-color: rgb(255, 12, 104);
  border-radius: 11px;
  font-size: 2.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: rgba(255, 12, 104, 0.1215686275) 0px 2px 4px 0px, rgba(255, 12, 104, 0.8) 0px 2px 16px 0px;
          box-shadow: rgba(255, 12, 104, 0.1215686275) 0px 2px 4px 0px, rgba(255, 12, 104, 0.8) 0px 2px 16px 0px;
}
#popUpContainer #popUpMobile .btn-garantaVaga:hover {
  background-color: rgb(216, 0, 81.7777777778);
}
#popUpContainer #popUpMobile .btnFecharGaranteVaga {
  position: absolute;
  right: 5%;
  top: 3%;
  color: #ff0c68;
  font-size: 2.3vw;
  cursor: pointer;
}
#popUpContainer #popUpTablet {
  width: 50%;
  position: relative;
  z-index: 1002;
}
#popUpContainer #popUpTablet img {
  width: 100%;
}
#popUpContainer #popUpTablet .btn-garantaVaga {
  position: absolute;
  top: 60%;
  left: 6%;
  height: 13%;
  width: 53%;
  color: white;
  font-weight: 500;
  background-color: rgb(255, 12, 104);
  border-radius: 11px;
  font-size: 1.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: rgba(255, 12, 104, 0.1215686275) 0px 2px 4px 0px, rgba(255, 12, 104, 0.8) 0px 2px 16px 0px;
          box-shadow: rgba(255, 12, 104, 0.1215686275) 0px 2px 4px 0px, rgba(255, 12, 104, 0.8) 0px 2px 16px 0px;
}
#popUpContainer #popUpTablet .btn-garantaVaga:hover {
  background-color: rgb(216, 0, 81.7777777778);
}
#popUpContainer #popUpTablet .btnFecharGaranteVaga {
  position: absolute;
  right: 5%;
  top: 3%;
  color: #ff0c68;
  font-size: 2.3vw;
  cursor: pointer;
}

.bg_blue {
  background-color: #284888;
}

.bg_blue_light {
  background-color: #694e94;
}

.bg_primary {
  background-color: #083ca5;
}

.no_border {
  border: none !important;
  margin-right: 0px !important;
  padding-right: 0 !important;
}

.child_flex {
  width: 100%;
}

h2.titulo {
  text-align: center;
}

.titulo {
  font-size: 50px;
  color: #666666;
  margin-bottom: 2rem;
  font-weight: 700;
}
@media (min-width: 767px) {
  .titulo {
    font-size: 50px;
  }
}

.subtitulo {
  font-size: 1.5em;
  color: black;
}

.icone-whatsapp {
  padding-left: 2rem;
}
.icone-whatsapp img {
  width: 4rem;
}

header {
  background: #191f3b;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media (min-width: 768px) {
  header .nav-ead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header.navbar-static-top {
  border-width: 0 0 0px;
  margin-bottom: 0 !important;
}
header .logo {
  display: block;
  text-indent: -9999px;
}
header .logo h1 {
  width: 0;
  height: 0;
}
header .logo {
  background: transparent url(../images/logo.png) 0 0 no-repeat;
  margin-bottom: 20px;
  margin-top: 20px;
  width: auto;
  height: 60px;
}
header .logo-ead {
  display: block;
  text-indent: -9999px;
  background: transparent url(../images/logo_ead.svg) 0 0 no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  height: 35px;
}
@media (max-width: 768px) {
  header .logo-ead {
    background: transparent url(../images/logo_ead_mobile.svg) 0 0 no-repeat;
    background-size: contain;
    margin-left: 5vw;
  }
}
@media (min-width: 992px) {
  header .logo-ead {
    background-position: center;
  }
}
header .logo-ead h1 {
  width: 0;
  height: 0;
}
header .novo-menu-topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .novo-menu-topo nav#nav-menu-referencia {
  float: right;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  text-align: center;
}
header .novo-menu-topo nav#nav-menu-referencia ul li {
  margin-left: 8px;
}
header .novo-menu-topo nav#nav-menu-referencia ul li a {
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
header .novo-menu-topo nav#nav-menu-referencia ul li a:hover {
  background-color: #ff0c68;
  border-radius: 50px;
}
@media (min-width: 1317px) {
  header .novo-menu-topo nav#nav-menu-referencia ul li a {
    font-size: 1.2rem;
  }
}
header .novo-menu-topo nav#nav-menu-referencia ul li .btn_ativo {
  background-color: #ff0c68;
  border-radius: 50px;
}
header .novo-menu-topo nav#nav-menu-referencia ul li .btn_ativo:hover {
  background-color: rgb(216, 0, 81.7777777778);
}
header .novo-menu-topo nav#nav-menu-referencia ul li:last-child {
  border: none !important;
  margin-right: 0px;
  padding-right: 0;
}
header .novo-menu-topo nav#nav-menu-referencia ul li.btn_inscricao {
  display: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-left: 20px;
}
header .novo-menu-topo nav#nav-menu-referencia ul li.btn_inscricao a {
  padding: 10px 25px;
  border: 4px solid #ddd;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #96849e;
  border-color: #d4acb4;
  float: right;
}
header .novo-menu-topo nav#nav-menu-referencia ul li.btn_inscricao a:hover {
  background-color: rgb(124.9318181818, 105.3772727273, 133.6227272727);
}
header .novo-menu-topo .navbar-toggle i {
  color: #fff;
  background-color: #ede1d6;
}
header .novo-menu-topo nav ul li a {
  color: #fff;
  padding: 0;
}
header .novo-menu-topo nav ul li a:hover {
  background: none;
}
header .novo-menu-topo nav ul li a:focus {
  background: none;
}
header .novo-menu-topo nav:hover {
  background: none;
}
header.navbar-fixed-top {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding-bottom: 10px;
}
header.navbar-fixed-top .navbar-toggle {
  margin-top: 25px;
}
header.navbar-fixed-top .logo-ead {
  margin-bottom: 0 !important;
  margin-top: -10px !important;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
header.navbar-fixed-top nav#nav-menu-referencia {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
header.navbar-fixed-top nav#nav-menu-referencia ul li a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
header.navbar-fixed-top nav#nav-menu-referencia ul li.btn_inscricao {
  display: block;
}

#pre-inscricao .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pre-inscricao .coluna {
  padding: 0;
}
#pre-inscricao .pre-inscricao-banner {
  background: url("../images/banner_inscricao.jpg");
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#pre-inscricao .btn:hover {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #170733;
}
#pre-inscricao .painel_inscricao {
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4b5bb3;
  min-height: 400px;
  color: #ffffff;
}
#pre-inscricao .painel_inscricao .row {
  margin: 1px;
}
#pre-inscricao .painel_inscricao a {
  color: #ffffff;
}
#pre-inscricao .painel_inscricao p.duvida {
  font-size: 1.8rem;
  line-height: 1rem;
}
#pre-inscricao .painel_inscricao p.duvida a {
  text-decoration: underline;
}
#pre-inscricao .painel_inscricao #botoes_inscr_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: 15px;
}
#pre-inscricao .painel_inscricao #botoes_inscr_mobile a {
  padding: 6px 10px;
  margin: 0;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(50, 50, 50, 0.75);
          box-shadow: 1px 1px 4px 1px rgba(50, 50, 50, 0.75);
  color: #ffffff;
  background-color: rgb(255, 12, 104);
}
#pre-inscricao .painel_inscricao #botoes_inscr_mobile a:hover {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #170733;
}
#pre-inscricao .painel_inscricao #botoes_inscr_mobile p {
  padding: 8px 12px;
}
#pre-inscricao .painel_inscricao .botao_mobile {
  margin: 5px 1vh;
  width: 20vw;
}
#pre-inscricao .painel_inscricao .btn {
  font-size: 1.7rem;
  text-transform: uppercase;
  width: inherit;
}
@media (max-width: 768px) {
  #pre-inscricao .painel_inscricao #botoes_inscr_mobile {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  #pre-inscricao .painel_inscricao #botoes_inscr_mobile a {
    padding: 4px 1px;
  }
  #pre-inscricao .painel_inscricao .btn {
    font-size: 1.5rem;
  }
  #pre-inscricao .painel_inscricao .botao_mobile {
    margin: 5px 1vh;
    width: 45vw;
  }
  #pre-inscricao .painel_inscricao p {
    font-size: 1.3rem;
    padding: 4px 6px;
    line-height: 1.3;
  }
}

.highlight {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.highlight .bonus-especial {
  width: 18vw;
  margin-bottom: 20px;
}
@media (max-width: 1800px) {
  .highlight .bonus-especial {
    width: 22vw;
  }
}
@media (max-width: 1460px) {
  .highlight .bonus-especial {
    width: 24vw;
  }
}
@media (max-width: 1050px) {
  .highlight .bonus-especial {
    width: 26vw;
  }
}
.highlight .container {
  position: relative;
  margin-left: 12vw;
  width: 100%;
}
.highlight .container-desktop {
  position: initial;
  margin-left: 12vw;
}
.highlight .carousel-control {
  width: 11%;
}
.highlight .carousel-control.right {
  z-index: 200;
}
.highlight .item {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: fadeLight;
          animation-name: fadeLight;
}
.highlight .msg-slide {
  position: absolute;
  top: 35px !important;
  right: 20%;
}
.highlight .msg-slide h2 {
  font-size: 3vw;
  color: #ffffff;
  line-height: 0.5;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: bold;
  text-shadow: 0.5px 0.5px 1px rgba(27, 26, 26, 0.9);
}
.highlight .msg-slide h2 .logo_banner {
  width: 45rem;
  position: relative;
  z-index: 99;
}
@media (max-width: 920px) {
  .highlight .msg-slide h2 .logo_banner {
    width: 20rem;
  }
}
.highlight .msg-slide h2 .slogan_banner {
  margin-top: 6rem;
  width: 45rem;
  position: relative;
  z-index: 99;
}
.highlight .msg-slide p.distancia {
  font-size: 1.2vw;
  -webkit-box-shadow: 1px solid;
          box-shadow: 1px solid;
  color: #FCFAFA;
  text-shadow: 0.5px 0.5px rgba(27, 26, 26, 0.9);
}
.highlight .container-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #331fca;
  height: 100%;
  padding-bottom: 10%;
}
.highlight .container-mobile .logo_banner_mobile {
  width: 70%;
  position: relative;
  z-index: 99;
}
.highlight .msg-slide-mobile {
  position: absolute;
  bottom: 5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: space-between;
          height: 45%;
}
.highlight .msg-slide-mobile h2 {
  font-size: 6vw;
  color: #ffffff;
  line-height: 0.5;
  margin-top: 0;
  margin-bottom: 23vh;
  font-weight: bold;
  text-shadow: 0.5px 0.5px 1px rgba(27, 26, 26, 0.9);
  text-align: center;
}
@media (max-width: 450px) {
  .highlight .msg-slide-mobile h2 {
    margin-bottom: 10vh;
  }
}
.highlight .msg-slide-mobile p.proximas_turmas {
  margin-bottom: 2px;
}
.highlight .msg-slide-mobile p.distancia {
  font-size: 2.5vw;
  margin-bottom: 2px;
  color: #FCFAFA;
}
.highlight .msg-slide-mobile a {
  color: #2e2f94;
}
.highlight .msg-slide-mobile .bonus-especial-mobile {
  width: 40vw;
  margin-top: 12px;
  margin-bottom: 5px;
}
.highlight .msg-slide-mobile .proximas-mobile {
  text-align: center;
}
.highlight .msg-slide-mobile .proximas-mobile p {
  margin: 0;
  font-size: 1.2rem;
  color: #2e2f94;
}
@media (max-width: 768px) {
  .highlight .msg-slide-mobile .proximas-mobile p {
    color: #eaeaea;
  }
}
@media (max-width: 450px) {
  .highlight .msg-slide-mobile .proximas-mobile p {
    color: #eaeaea;
  }
}
.highlight .msg-slide-mobile .proximas-mobile .title {
  font-weight: 700;
  line-height: 1.5;
}
.highlight .msg-slide-mobile .proximas-mobile .desc_mensagem {
  padding-right: 20px;
  line-height: 1.2;
}
@media (min-width: 760px) {
  .highlight .msg-slide-mobile {
    padding-bottom: 5vh;
  }
  .highlight .msg-slide-mobile .proximas-mobile {
    margin-bottom: 0;
  }
  .highlight .msg-slide-mobile .proximas-mobile p {
    margin-bottom: 2vh;
  }
}
@media (max-width: 320px) {
  .highlight .msg-slide-mobile {
    padding-bottom: 5px;
  }
}
.highlight .botoes_inscricao {
  right: 8%;
  bottom: 20%;
  text-align: center;
}
@media (max-width: 920px) {
  .highlight .botoes_inscricao {
    right: 0%;
  }
}
.highlight .botoes_inscricao .logo-ead {
  width: 100%;
}
.highlight .botoes_inscricao .btn {
  text-decoration: none;
}
.highlight .botoes_inscricao .btn .btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
  background-color: #e1e3e5;
  border-radius: 50px;
  padding: 15px 70px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
@media (max-width: 920px) {
  .highlight .botoes_inscricao .btn .btn-menu {
    padding: 8px 40px;
  }
}
.highlight .botoes_inscricao .btn .btn-menu .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 4px;
  border-radius: 50px;
  margin-top: -0.25em;
}
.highlight .botoes_inscricao .btn .btn-menu .label {
  position: relative;
  text-transform: uppercase;
  font-size: 1.8rem !important;
  color: #181686;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.highlight .botoes_inscricao .btn .btn-menu .transition {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  background-color: #d50078;
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.highlight .botoes_inscricao .btn .btn-menu:hover .label {
  color: #e7ddde;
}
.highlight .botoes_inscricao .btn .btn-menu:hover .transition {
  width: 100%;
  height: 10rem;
}
@media (max-width: 768px) {
  .highlight .botoes_inscricao .btn .btn-menu {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .highlight .botoes_inscricao .btn {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 5vw;
  }
}
.highlight .botoes_inscricao .btn:first-child {
  margin-right: 8px;
}
.highlight .botoes_inscricao #proximas {
  margin-top: 40px;
  margin-bottom: 25px;
}
.highlight .botoes_inscricao #proximas p {
  margin: 0;
  font-size: 1.75rem;
  font-family: "NeulisCursive" !important;
  color: #e1ded1;
}
.highlight .botoes_inscricao #proximas .title {
  font-weight: 700;
  line-height: 1.5;
}
.highlight .botoes_inscricao #proximas .desc_mensagem {
  padding-right: 20px;
  line-height: 1.2;
}
.highlight .botoes_inscricao .link {
  font-size: 25px;
  color: #083ca5;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.highlight .botoes_inscricao .link_msg {
  font-size: 20px;
  color: #083ca5;
  display: block;
}
.highlight .banner_img {
  position: relative;
  top: -70px;
  width: 100%;
}
.highlight .banner_img_mobile {
  position: relative;
  top: -15px;
  width: 100%;
}
@media (max-width: 767px) {
  .highlight .container {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .highlight .msg-slide {
    top: 80px !important;
  }
}
@media (max-width: 1024px) {
  .highlight .msg-slide {
    top: 60px !important;
  }
}
@media (max-width: 820px) {
  .highlight .msg-slide {
    top: 17px !important;
  }
}
@media (min-width: 1450px) {
  .highlight .container {
    margin-right: 0;
  }
  .highlight .msg-slide {
    top: 9vw !important;
  }
  .highlight .msg-slide p.distancia {
    font-size: 1.2vw;
  }
  .highlight .msg-slide h2 {
    font-size: 44px;
  }
}

#programas {
  color: rgb(34, 35, 75);
}
#programas .cards {
  padding: 20px;
  margin: 0 15px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#programas .cards a {
  font-weight: normal;
  color: rgb(34, 35, 75);
}
#programas .cards a:hover {
  color: white;
}
@media (max-width: 992px) {
  #programas .cards {
    font-size: 20px;
    padding: 15px;
    margin: 0px 0px;
  }
}
@media (max-width: 650px) {
  #programas .cards {
    font-size: 15px;
    padding: 10px;
    margin: 0px 0px;
  }
}
@media (max-width: 485px) {
  #programas .cards {
    font-size: 10px;
    padding: 5px;
    margin: 0px 0px;
  }
}
#programas #card1 {
  background-color: rgb(231, 75, 83);
}
#programas #card2 {
  background-color: rgb(129, 93, 198);
}
#programas #card3 {
  background-color: rgb(49, 152, 221);
}
#programas .conteudo_cards {
  margin: 50px 15px 0px 15px;
  font-size: 20px;
  text-align: justify;
}
#programas .conteudo_cards ul {
  list-style: none;
}
#programas .conteudo_cards #conteudo_equivalente {
  display: none;
}
#programas .conteudo_cards #conteudo_card1 {
  display: none;
  margin-top: 15px;
}
#programas .conteudo_cards #conteudo_card1 ul > li {
  position: relative;
}
#programas .conteudo_cards #conteudo_card1 ul > li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 12px;
  color: rgb(231, 75, 83);
  position: absolute;
  top: 9px;
  left: -15px;
}
@media (max-width: 650px) {
  #programas .conteudo_cards #conteudo_card1 ul > li:before {
    top: 4px;
  }
}
#programas .conteudo_cards #conteudo_card1 #mensalidade_card1 {
  margin: 25px 0px;
}
#programas .conteudo_cards #conteudo_card1 #mensalidade_card1 #highlight_card1 {
  background-color: rgb(231, 75, 83);
  padding: 5px 15px;
}
#programas .conteudo_cards #conteudo_card2 {
  display: none;
  margin-top: 15px;
}
#programas .conteudo_cards #conteudo_card2 ul > li {
  position: relative;
}
#programas .conteudo_cards #conteudo_card2 ul > li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 12px;
  color: rgb(129, 93, 198);
  position: absolute;
  top: 9px;
  left: -15px;
}
@media (max-width: 650px) {
  #programas .conteudo_cards #conteudo_card2 ul > li:before {
    top: 4px;
  }
}
#programas .conteudo_cards #conteudo_card2 #mensalidade_card2 {
  margin: 25px 0px;
}
#programas .conteudo_cards #conteudo_card2 #mensalidade_card2 #highlight_card2 {
  background-color: rgb(129, 93, 198);
  padding: 5px 15px;
}
#programas .conteudo_cards #conteudo_card3 {
  display: none;
  margin-top: 15px;
}
#programas .conteudo_cards #conteudo_card3 ul > li {
  position: relative;
}
#programas .conteudo_cards #conteudo_card3 ul > li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 12px;
  color: rgb(49, 152, 221);
  position: absolute;
  top: 9px;
  left: -15px;
}
@media (max-width: 650px) {
  #programas .conteudo_cards #conteudo_card3 ul > li:before {
    top: 4px;
  }
}
#programas .conteudo_cards #conteudo_card3 #mensalidade_card3 {
  margin: 25px 0px;
}
#programas .conteudo_cards #conteudo_card3 #mensalidade_card3 #highlight_card3 {
  background-color: rgb(49, 152, 221);
  padding: 5px 15px;
}
@media (max-width: 992px) {
  #programas .conteudo_cards {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  #programas .conteudo_cards {
    font-size: 15px;
  }
}

#cursos > .container > #blockrandom {
  min-height: 2082px;
}

#cursos .item_cursos_inicial {
  width: 100%;
}

#cursos div.container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cursos .cursos-blocos {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cursos .cursos-blocos .cursos-blocos-link {
  color: #ffffff;
  width: 30rem;
  height: 14rem;
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cursos .cursos-blocos .cursos-blocos-link img {
  width: 16rem;
}
#cursos .cursos-blocos .cursos-blocos-link h3 {
  margin: 0;
  line-height: 1.2;
  font-size: 2rem;
  margin-bottom: 5px;
}
#cursos .cursos-blocos .cursos-blocos-link small {
  font-size: 1.2rem;
  font-weight: lighter;
  text-transform: uppercase;
}
#cursos .cursos-blocos .cursos-blocos-link:hover {
  text-decoration: underline;
  -webkit-transition: 1s;
  transition: 1s;
}
#cursos .btn-cursos {
  background-color: #FF0B6B;
  color: white;
  padding: 6px 20px;
  border-radius: 0;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 592px) {
  #cursos .btn-cursos {
    max-width: 28rem;
  }
}
@media (min-width: 1650px) {
  #cursos .btn-cursos {
    font-size: 3.5rem;
    padding: 8px 30px;
  }
}
#cursos .frase-outro-curso {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.5rem;
}
@media (min-width: 767px) {
  #cursos .frase-outro-curso {
    font-size: 1.5rem;
    text-align: center;
    color: black;
  }
}
#cursos .bloco-sugere {
  background-color: #170833;
  color: white;
  padding: 12px 0px;
  width: 30rem;
  height: 8rem;
  border-radius: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 592px) {
  #cursos .bloco-sugere {
    max-width: 28rem;
  }
}
#cursos .bloco-sugere:hover {
  text-decoration: underline;
  background-color: #2D0F71;
  -webkit-transition: 1s;
  transition: 1s;
}

.cursos-blocos-primeira-cor {
  background-color: #083ca5;
}
.cursos-blocos-primeira-cor:hover {
  background-color: #0A46C2;
}

.cursos-blocos-segunda-cor {
  background-color: #3062aa;
}
.cursos-blocos-segunda-cor:hover {
  background-color: #295392;
}

#como-funciona p {
  font-size: 1.8rem;
}
@media (min-width: 767px) {
  #como-funciona p {
    font-size: 1.5rem;
  }
}
#como-funciona .texto {
  margin-bottom: 2em;
  font-size: 2rem;
}
@media (min-width: 767px) {
  #como-funciona .texto {
    font-size: 2rem;
    text-align: center;
    color: black;
  }
}
#como-funciona #cronograma .card-esquerda {
  height: 380px;
  border: 2px solid #000000;
  border-right: 0;
  width: 50%;
  margin: 0;
  line-height: 1;
  padding: 160px;
}
@media (max-width: 767px) {
  #como-funciona #cronograma .card-esquerda {
    width: 100%;
    height: auto;
    padding: 20px;
    border: 2px solid #000000;
    border-bottom-width: 0;
  }
}
#como-funciona #cronograma .card-esquerda .card-titulo {
  font-size: 50px;
  font-weight: 700;
  color: #000;
}
#como-funciona #cronograma .card-esquerda .card-texto {
  font-size: 60px;
  font-weight: 700;
  color: #170733;
}
#como-funciona #cronograma .card-direita {
  width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  #como-funciona #cronograma .card-direita {
    width: 100%;
  }
}
#como-funciona #cronograma .card-direita .card-interno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #000000;
  line-height: 1.2;
  padding: 29px;
}
#como-funciona #cronograma .card-direita .card-margin {
  border-top: 0;
  border-bottom: 0;
}
#como-funciona #cronograma .card-direita .card-titulo {
  font-size: 30px;
  color: #000;
  font-weight: 500;
}
#como-funciona #cronograma .card-direita .card-texto {
  font-size: 25px;
  font-weight: 700;
  color: #170733;
}

#promocao {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#diferenciais {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 767px) {
  #diferenciais {
    padding-bottom: 8rem;
  }
}
#diferenciais .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
#diferenciais .titulo {
  margin: 4rem 0;
}
@media (min-width: 767px) {
  #diferenciais .titulo {
    margin-top: 8rem;
  }
}
#diferenciais .texto {
  font-size: 2rem;
  color: #666666;
}
#diferenciais .texto:last-child {
  margin-bottom: 5rem;
}
@media (min-width: 767px) {
  #diferenciais .texto {
    font-size: 2rem;
    text-align: center;
    color: black;
  }
}
@media (min-width: 1100px) {
  #diferenciais .diferenciais-blocos-wrapper {
    margin: 0 auto;
    max-width: 85%;
  }
}
#diferenciais .diferenciais-blocos {
  color: #ffffff;
  font-size: 2.8rem;
  width: 100%;
  height: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 1100px) {
  #diferenciais .diferenciais-blocos {
    font-size: 4rem;
    line-height: 0.9;
    height: 27rem;
  }
}
#diferenciais .diferenciais-blocos .big {
  font-size: 12rem;
  line-height: 0.9;
}
@media (min-width: 1100px) {
  #diferenciais .diferenciais-blocos .big {
    font-size: 14rem;
  }
}
#diferenciais .diferenciais-blocos .small {
  font-size: 2.5rem;
  display: inline-block;
  line-height: 1.2;
}
@media (min-width: 1100px) {
  #diferenciais .diferenciais-blocos .small {
    font-size: 2.8rem;
  }
}
#diferenciais .diferenciais-blocos .x-small {
  font-size: 1.8rem;
  vertical-align: middle;
}
@media (min-width: 1100px) {
  #diferenciais .diferenciais-blocos .x-small {
    font-size: 2rem;
  }
}
#diferenciais .diferenciais-blocos .medium {
  font-size: 3.5rem;
}
@media (min-width: 1100px) {
  #diferenciais .diferenciais-blocos .medium {
    font-size: 4rem;
  }
}
#diferenciais .diferenciais-blocos .regular {
  font-weight: normal;
  line-height: 1.2;
}
@media (min-width: 1100px) {
  #diferenciais .diferenciais-blocos .regular {
    line-height: 1.5;
  }
}
#diferenciais .diferenciais-blocos .docentes {
  font-size: 4rem;
  line-height: 0.8;
}
#diferenciais div.col-md-3.col-sm-6.hidden-xs.text-center {
  padding: 1rem;
}
@media (min-width: 1374px) {
  #diferenciais div.col-md-3.col-sm-6.hidden-xs.text-center {
    padding: 2rem;
  }
}

.diferenciais-bloco-odd {
  background-color: #c1215a;
}

.diferenciais-bloco-even {
  background-color: rgb(255, 12, 104);
}

.parallax {
  background: url("../images/campus.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 55rem;
  max-height: 80vh;
  width: 100%;
}

#imagem-campos {
  margin-top: 0;
}

#formas-ingresso {
  background: #191F3B;
  color: #ffffff;
  margin-bottom: 0;
  height: 100%;
}
#formas-ingresso .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#formas-ingresso a.acessar {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}
#formas-ingresso .titulo {
  margin: 4rem 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  #formas-ingresso .titulo {
    margin: 7rem 0 4rem;
    font-size: 40px;
  }
}
#formas-ingresso .formas-ingresso-bg {
  background: url("../images/ingresso.jpg");
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#formas-ingresso h2.titulo {
  text-align: left;
}
#formas-ingresso h3.texto-titulo {
  font-size: 2.8rem;
}
@media (min-width: 1024px) {
  #formas-ingresso .col-md-6 {
    padding-right: 80px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  #formas-ingresso .col-md-12 {
    padding-left: 5px;
  }
}
#formas-ingresso .texto-titulo {
  font-size: 1.8rem;
}
@media (min-width: 767px) {
  #formas-ingresso .texto-titulo {
    font-size: 1.6rem;
  }
}
@media (min-width: 1460px) {
  #formas-ingresso .texto-titulo {
    font-size: 2rem;
  }
}
#formas-ingresso .texto-titulo b {
  margin-right: 1em;
}
@media (min-width: 1024px) {
  #formas-ingresso .coluna {
    height: 92%;
  }
  #formas-ingresso .colunas {
    padding-bottom: 120px;
  }
}
#formas-ingresso .texto {
  font-size: 1.5rem;
  color: #ffffff;
}
@media (min-width: 767px) {
  #formas-ingresso .texto {
    font-size: 1.4rem;
  }
}
@media (min-width: 1460px) {
  #formas-ingresso .texto {
    font-size: 1.9rem;
  }
}
#formas-ingresso .btn {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-radius: 5px;
  font-weight: 600;
  color: #ddd;
  background-color: rgb(255, 12, 104);
  margin: 0;
  padding: 0.8rem 6%;
  font-size: 2rem;
}
#formas-ingresso .btn:hover {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #170733;
}
@media (min-width: 1174px) {
  #formas-ingresso .btn {
    padding: 0.6rem 6%;
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  #formas-ingresso .btn {
    padding: 0.6rem 8%;
    font-size: 2.2rem;
  }
}
#formas-ingresso .formas-ingresso-bloco-btn {
  margin-bottom: 3rem;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  #formas-ingresso .formas-ingresso-bloco-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
#formas-ingresso .formas-ingresso-btn {
  padding: 0.8rem 7%;
  color: #ffffff;
  font-size: 2rem;
  background-color: rgb(255, 12, 104);
}
@media (min-width: 992px) {
  #formas-ingresso .formas-ingresso-btn {
    padding: 0.8rem 6%;
  }
}
@media (min-width: 1174px) {
  #formas-ingresso .formas-ingresso-btn {
    padding: 0.8rem 6%;
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  #formas-ingresso .formas-ingresso-btn {
    padding: 0.8rem 13%;
    font-size: 2.2rem;
  }
}
#formas-ingresso .formas-ingresso-btn-edital {
  display: inline-block;
  margin: 1rem 0;
  background-color: #6db3ff;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 1rem 1.5em;
}
#formas-ingresso .resultados {
  padding-top: 50px;
}

#beneficios {
  max-width: 85%;
  margin: 50px auto 80px;
  padding: 2rem;
}
#beneficios .item_beneficio {
  text-align: center;
  background-color: #083ca5;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border: 2px solid #083ca5;
}
@media (max-width: 768px) {
  #beneficios .item_beneficio {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 1198px) {
  #beneficios .item_beneficio {
    margin: 0 10px 10px 0 !important;
  }
}
#beneficios .item_beneficio a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  height: 200px !important;
}
@media (max-width: 768px) {
  #beneficios .item_beneficio a {
    width: 100%;
    height: auto !important;
  }
}
@media (min-width: 1710px) {
  #beneficios .item_beneficio a {
    height: 260px !important;
  }
}
#beneficios .item_beneficio:hover {
  background-color: #fff;
}
#beneficios .item_beneficio:hover a {
  color: #083ca5;
}
#beneficios .custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  #beneficios .custom {
    display: block;
  }
}
@media (max-width: 1198px) {
  #beneficios .custom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

#polos {
  background-color: #191F3B;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 30px;
  height: auto;
  position: relative;
}
#polos #polos-card .card-esquerda {
  position: relative;
  height: 750px;
  width: auto;
  margin: 0px 2px;
  padding-top: 30px;
}
@media (max-width: 1219px) and (min-width: 993px) {
  #polos #polos-card .card-esquerda {
    position: relative;
    width: 747px;
    height: auto;
    margin-top: 32rem;
    margin-left: 3rem;
    left: 0px;
  }
}
@media (max-width: 992px) and (min-width: 700px) {
  #polos #polos-card .card-esquerda {
    position: relative;
    width: 90%;
    height: auto;
    margin-top: 32rem;
    margin-left: 3rem;
    left: 0px;
  }
}
@media (max-width: 699px) {
  #polos #polos-card .card-esquerda {
    width: 100%;
    height: auto;
  }
}
#polos #polos-card .card-direita {
  background: url("../images/mapa.png");
  background-repeat: no-repeat;
  background-size: 736px 640px;
  background-position-y: -51px;
  position: relative;
  width: 746px;
  height: 750px;
  margin: 0px 2px;
}
@media (min-width: 1441px) {
  #polos #polos-card .card-direita {
    width: 1040px;
    height: 800px;
    background-size: 990px 860px;
    background-position-y: -80px;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos #polos-card .card-direita {
    width: 475px;
    height: 380px;
    background-size: 475px 400px;
    background-position-y: -30px;
    position: absolute;
    margin: 0px 18rem;
  }
}
@media (max-width: 699px) {
  #polos #polos-card .card-direita {
    width: 100%;
    height: auto;
    background-size: 475px 400px;
    background-position-y: -30px;
    margin: 0px;
    background: none;
    left: 0px;
  }
}
#polos .titulo {
  color: white;
  margin-top: 6rem;
}
#polos .expandindo {
  font-size: 2rem;
  font-weight: 100;
  color: white;
  padding-top: 35rem;
}
@media (min-width: 1441px) {
  #polos .expandindo {
    padding-top: 38rem;
  }
}
@media (max-width: 1219px) {
  #polos .expandindo {
    padding-top: 0rem;
  }
}
@media (max-width: 767px) {
  #polos .expandindo {
    padding-top: 0rem;
  }
}
#polos .btn-parceiros {
  background-color: rgb(255, 12, 104);
  color: white;
  padding: 10px 40px;
  margin: 2rem 0 7rem;
  border-radius: 0;
}
#polos .btn-cidades {
  border: none;
  color: #828282;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  margin: 4px 2px;
  cursor: pointer;
}
@media (max-width: 699px) {
  #polos .btn-cidades {
    color: #17062F;
    font-size: 1.5rem;
    height: 45px;
    width: 100%;
    background-color: #e1e1e1;
    border-radius: 3px !important;
    border: 1px solid;
    display: block !important;
    opacity: 0.9;
    margin: 0px 0px 10px 0px;
  }
  #polos .btn-cidades:hover {
    background-color: #B9B9B9;
  }
  #polos .btn-cidades .desck {
    display: inline-block !important;
  }
  #polos .btn-cidades .mobile {
    display: none !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidades {
    font-size: 0.9rem;
  }
}
@media (min-width: 1440px) {
  #polos .btn-cidades {
    font-size: 1.25rem;
  }
}
@media (min-width: 700px) {
  #polos .btn-cidades .desck {
    display: none !important;
  }
  #polos .btn-cidades .mobile {
    display: inline-block !important;
  }
}
#polos .btn-cidades span {
  background-color: #828282;
  width: 10px;
  display: block;
  height: 10px;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 699px) {
  #polos .btn-cidades span {
    width: 6px;
    height: 6px;
    display: inline-block !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidades span {
    width: 6px;
    height: 6px;
  }
}
#polos .btn-cidade-1 {
  border-radius: 50%;
  position: absolute;
  top: 244px;
  left: 22px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-1 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-1 {
    top: 150px;
    left: 15px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-1 {
    top: 330px;
    left: 42px;
  }
}
#polos .btn-cidade-2 {
  border-radius: 50%;
  position: absolute;
  top: 100px;
  left: 170px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-2 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-2 {
    top: 78px;
    left: 120px;
  }
}
@media (min-width: 1220px) and (max-width: 1440px) {
  #polos .btn-cidade-2 {
    top: 112px;
    left: 205px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-2 {
    top: 130px;
    left: 285px;
  }
}
#polos .btn-cidade-3 {
  border-radius: 50%;
  position: absolute;
  top: 135px;
  left: 273px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-3 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
  #polos .btn-cidade-3 span {
    margin-right: 5px;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-3 {
    top: 105px;
    left: 155px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-3 {
    top: 180px;
    left: 340px;
  }
}
#polos .btn-cidade-4 {
  border-radius: 50%;
  position: absolute;
  top: 60px;
  left: 250px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-4 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-4 {
    top: 40px;
    left: 148px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-4 {
    top: 71px;
    left: 335px;
  }
}
#polos .btn-cidade-5 {
  border-radius: 50%;
  position: absolute;
  top: 130px;
  left: 295px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-5 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
  #polos .btn-cidade-5 span {
    margin-right: 5px;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-5 {
    top: 90px;
    left: 177px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-5 {
    top: 167px;
    left: 373px;
  }
}
#polos .btn-cidade-6 {
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 300px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-6 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-6 {
    top: 28px;
    left: 163px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-6 {
    top: 55px;
    left: 364px;
  }
}
#polos .btn-cidade-7 {
  border-radius: 50%;
  position: absolute;
  top: 80px;
  left: 320px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-7 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-7 {
    top: 75px;
    left: 202px;
  }
}
@media (min-width: 1220px) and (max-width: 1440px) {
  #polos .btn-cidade-7 {
    top: 112px;
    left: 335px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-7 {
    top: 135px;
    left: 415px;
  }
}
#polos .btn-cidade-8 {
  border-radius: 50%;
  position: absolute;
  top: 29px;
  left: 335px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-8 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-8 {
    top: 17px;
    left: 208px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-8 {
    top: 35px;
    left: 440px;
  }
}
#polos .btn-cidade-9 {
  border-radius: 50%;
  position: absolute;
  top: 270px;
  left: 475px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-9 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
  #polos .btn-cidade-9 span {
    margin-right: 5px;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-9 {
    top: 175px;
    left: 290px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-9 {
    top: 370px;
    left: 660px;
  }
}
#polos .btn-cidade-10 {
  border-radius: 50%;
  position: absolute;
  top: 80px;
  left: 220px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-10 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-10 {
    top: 55px;
    left: 120px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-10 {
    top: 92px;
    left: 295px;
  }
}
#polos .btn-cidade-11 {
  border-radius: 50%;
  position: absolute;
  top: 236px;
  left: 310px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-11 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-11 {
    top: 152px;
    left: 186px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-11 {
    top: 330px;
    left: 386px;
  }
}
#polos .btn-cidade-12 {
  border-radius: 50%;
  position: absolute;
  top: 300px;
  left: 210px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-12 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-12 {
    top: 185px;
    left: 135px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-12 {
    top: 400px;
    left: 285px;
  }
}
#polos .btn-cidade-13 {
  border-radius: 50%;
  position: absolute;
  top: 305px;
  left: 435px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-13 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-13 {
    top: 135px;
    left: 215px;
  }
}
@media (max-width: 1440px) and (min-width: 1220px) {
  #polos .btn-cidade-13 {
    top: 215px;
    left: 340px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-13 {
    top: 305px;
    left: 435px;
  }
}
#polos .btn-cidade-14 {
  border-radius: 50%;
  position: absolute;
  top: 422px;
  left: 431px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-14 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-14 {
    top: 253px;
    left: 215px;
  }
}
@media (max-width: 1440px) and (min-width: 1220px) {
  #polos .btn-cidade-14 {
    top: 410px;
    left: 360px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-14 {
    top: 550px;
    left: 500px;
  }
}
#polos .btn-cidade-15 {
  border-radius: 50%;
  position: absolute;
  top: 115px;
  left: 175px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-15 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-15 {
    top: 115px;
    left: 175px;
  }
}
@media (max-width: 1440px) and (min-width: 1220px) {
  #polos .btn-cidade-15 {
    top: 185px;
    left: 295px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-15 {
    top: 240px;
    left: 365px;
  }
}
#polos .btn-cidade-16 {
  border-radius: 50%;
  position: absolute;
  padding: 0;
  top: 103px;
  left: 275px;
}
@media (max-width: 699px) {
  #polos .btn-cidade-16 {
    top: auto;
    position: relative !important;
    left: 0% !important;
  }
}
@media (max-width: 1219px) and (min-width: 700px) {
  #polos .btn-cidade-16 {
    top: 70px;
    left: 140px;
  }
}
@media (min-width: 1220px) and (max-width: 1440px) {
  #polos .btn-cidade-16 {
    top: 100px;
    left: 240px;
  }
}
@media (min-width: 1441px) {
  #polos .btn-cidade-16 {
    top: 111px;
    left: 329px;
  }
}

.btn {
  white-space: inherit !important;
}

#conveniadas {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 30px;
  height: auto;
  position: relative;
}
#conveniadas .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 769px) {
  #conveniadas .row-flex {
    display: block !important;
  }
}
#conveniadas .row-flex #bannerConveniados {
  background: url(../images/banner_inscricao.jpg);
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #conveniadas .row-flex #bannerConveniados {
    height: 50vh;
    display: block !important;
  }
}
#conveniadas .row-flex #empresas {
  background: #191F3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#conveniadas .row-flex #empresas .titulo {
  color: white;
  margin: 6rem 0rem;
  text-align: justify;
  font-size: 3rem;
}
@media (min-width: 767px) {
  #conveniadas .row-flex #empresas .titulo {
    font-size: 4rem;
  }
}
#conveniadas .row-flex #empresas .texto-titulo {
  color: white;
  text-align: justify;
  font-size: 1.8rem;
}
@media (min-width: 767px) {
  #conveniadas .row-flex #empresas .texto-titulo {
    font-size: 1.6rem;
  }
}
@media (min-width: 1460px) {
  #conveniadas .row-flex #empresas .texto-titulo {
    font-size: 2rem;
  }
}
#conveniadas .row-flex #empresas .texto {
  list-style: inside;
  padding-left: 0px !important;
  text-align: justify;
  font-size: 1.5rem;
  color: #ffffff;
}
@media (min-width: 767px) {
  #conveniadas .row-flex #empresas .texto {
    font-size: 1.4rem;
  }
}
@media (min-width: 1460px) {
  #conveniadas .row-flex #empresas .texto {
    font-size: 1.9rem;
  }
}
#conveniadas .row-flex #empresas .btn-conveniados {
  background-color: rgb(255, 12, 104);
  color: white;
  padding: 10px 40px;
  margin: 2rem 0 7rem;
  border-radius: 0;
  max-width: 100%;
}
#conveniadas .row-flex #empresas .btn-conveniados:hover {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #170733;
}

#depoimentos {
  background-color: #eaeaea;
  padding: 30px 0;
}
#depoimentos ul.depoimentos_slider {
  padding-left: 15px;
  padding-right: 0;
}
#depoimentos ul.depoimentos_slider li {
  min-height: 360px;
  padding: 0 60px;
  text-align: center;
  max-width: 97%;
}
#depoimentos ul.depoimentos_slider li > p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.9;
}
#depoimentos ul.depoimentos_slider li .info_depointe {
  color: #666;
  font-size: 12px;
}
#depoimentos ul.depoimentos_slider li .info_depointe img {
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #f3f3f3;
  height: 100px;
}
#depoimentos .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
#depoimentos .bx-wrapper .bx-pager .bx-pager-item,
#depoimentos .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
#depoimentos .bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 20px;
}
#depoimentos .bx-wrapper .bx-pager.bx-default-pager a {
  background: #929396;
}
#depoimentos .bx-wrapper .bx-pager {
  color: #ccc;
}
#depoimentos .bx-wrapper .bx-pager .bx-pager-item,
#depoimentos .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
#depoimentos .bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 20px;
}
#depoimentos .bx-wrapper .bx-pager.bx-default-pager a {
  background: #929396;
}
#depoimentos .bx-wrapper .bx-pager {
  color: #ccc;
}
#depoimentos .bx-wrapper .bx-pager.bx-default-pager a:hover,
#depoimentos .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #44769d;
}

#calendario {
  text-align: center;
}
#calendario .bloco_calendario {
  background-color: #284888;
  color: #fff;
  padding: 20px 30px;
  height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#calendario .bloco_item {
  background-color: #858688;
  color: #e6e7e9;
  padding: 10px 10px;
  height: 135px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#calendario .bloco_item .data {
  font-size: 24px;
}
#calendario .bloco_item p {
  font-size: 14px;
  text-align: center;
}

#duvidas .primeiro_item_manual {
  border-right: 2px solid #fff;
  height: 235px;
  min-height: 235px;
  margin-right: 30px;
  margin-left: -30px;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#duvidas .align_text_left {
  text-align: left;
}
#duvidas .item_duvida {
  background-color: #432f71;
  padding: 10px;
  height: 285px;
  min-height: 285px;
  color: #fff;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
#duvidas .item_duvida a {
  color: #fff;
}
#duvidas .item_duvida img {
  height: 95px;
}

#atendimento {
  padding: 40px 0;
  color: #fff;
}
#atendimento a {
  color: #fff;
}
#atendimento img {
  height: 75px;
}

.sprite {
  background: url("../images/sprite_pronto.png") no-repeat top left;
  width: 15px;
  height: 13px;
}
.sprite.editora {
  background-position: -1px 6px;
  position: relative;
  display: inline-block;
}
.sprite.efa {
  background-position: -25px 5px;
  position: relative;
  display: inline-block;
}
.sprite.facebook {
  background-position: -50px 0;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}
.sprite.fidene {
  background-position: -91px 4px;
  position: relative;
  display: inline-block;
}
.sprite.instagram {
  background-position: -293px 0;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}
.sprite.museu {
  background-position: -334px 5px;
  position: relative;
  display: inline-block;
}
.sprite.unijui-fm {
  background-position: -358px 7px;
  height: 10px;
  position: relative;
  display: inline-block;
}
.sprite.twitter {
  background-position: -383px 0;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}
.sprite.youtube {
  background-position: -423px 0;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}

#footer h4 {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  text-indent: 0;
  line-height: 1;
  margin: 0 0 15px;
  background: none;
}
#footer .footer-wrapper {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .footer-wrapper .footer-blocks {
  width: 48%;
  text-align: center;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 768px) {
  #footer .footer-wrapper .footer-blocks {
    margin: 1rem;
    width: 20rem;
  }
}
@media (min-width: 992px) {
  #footer .footer-wrapper .footer-blocks {
    width: 24rem;
    margin: 1rem 2rem;
  }
}
@media (min-width: 1200px) {
  #footer .footer-wrapper .footer-blocks {
    width: 28rem;
    height: 30rem;
    margin: 1rem 5rem;
  }
}
#footer .footer-wrapper .footer-blocks.maisUni {
  width: 32rem;
  margin: 1rem 1rem;
}
@media (max-width: 992px) {
  #footer .footer-wrapper .footer-blocks.maisUni {
    width: 28rem;
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  #footer .footer-wrapper .footer-blocks.maisUni {
    padding-left: calc(50% - 307px);
    margin: 1rem 12rem;
  }
}
#footer .footer-wrapper .footer-blocks .logo-rodape-wrapper img {
  padding: 3rem;
  width: 180px;
}
#footer .footer-wrapper .footer-blocks .mais-universidade ul {
  display: inline-grid;
  width: 49%;
  padding: 0;
  padding-right: 10px;
}
#footer .footer-wrapper .footer-blocks .mais-universidade ul li {
  list-style: none;
  height: 25px;
}
#footer .footer-wrapper .footer-blocks .mais-universidade ul li a {
  padding-left: 16px;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #footer .footer-wrapper .footer-blocks .mais-universidade h4 {
    display: none;
  }
}
#footer .footer-wrapper .footer-blocks .conecte-se h4 {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 767px) {
  #footer .footer-wrapper .footer-blocks .conecte-se h4 {
    margin-top: 0;
    text-align: unset;
  }
}
#footer .footer-wrapper .footer-blocks .conecte-se ul {
  padding: 0;
}
#footer .footer-wrapper .footer-blocks .conecte-se ul li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}

@media (min-width: 768px) {
  .navbar-fixed-top nav#nav-menu-referencia ul li.btn_inscricao {
    margin-left: 15px !important;
  }
  .novo-menu-topo nav#nav-menu-referencia {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .highlight {
    margin-top: 0;
    margin-bottom: 0;
  }
  .highlight .botoes_inscricao {
    position: absolute;
    z-index: 100;
  }
  .highlight .imagem-destaque {
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header a.logo {
    margin: 0 auto;
  }
  header #nav-menu-referencia {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  header #nav-menu-referencia a {
    font-size: 13px !important;
  }
  header #nav-menu-referencia .btn_inscricao {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
  }
  header #nav-menu-referencia .btn_inscricao a {
    float: none !important;
    margin: auto;
  }
  .highlight .botoes_inscricao h2 {
    font-size: 18px;
  }
  #duvidas .item_duvida {
    margin-top: 20px;
    height: auto;
  }
  #duvidas .item_duvida h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header a.logo {
    margin: 0 auto;
  }
  header #nav-menu-referencia {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  header #nav-menu-referencia a {
    font-size: 14px !important;
  }
  header #nav-menu-referencia .btn_inscricao {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
  }
  header #nav-menu-referencia .btn_inscricao a {
    float: none !important;
    margin: auto;
  }
  .highlight .botoes_inscricao h2 {
    font-size: 45px;
  }
  #duvidas .item_duvida {
    margin-top: 20px;
    height: auto;
  }
  #duvidas .primeiro_item_manual {
    border-right: none;
    margin-right: 0;
    margin-left: 0;
    height: auto;
  }
  #duvidas .align_text_left a {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  header .navbar-header {
    margin-top: -55px;
    position: absolute;
    right: 0;
    top: 0;
  }
  header #nav-menu-referencia ul.menu {
    width: 100%;
    text-align: right;
  }
  header #nav-menu-referencia ul.menu li {
    margin-bottom: 5px;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .highlight .botoes_inscricao a {
    display: block;
    margin-left: 0;
  }
  .highlight .botoes_inscricao h2 {
    color: #083ca5;
    font-size: 36px;
  }
  .highlight .botoes_inscricao .btn {
    margin-left: 0;
  }
  #beneficios .item_beneficio {
    margin-bottom: 30px;
  }
  section#beneficios {
    margin-bottom: 30px;
  }
  section#banner2 {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  #calendario .custom div:nth-child(2),
  #calendario .custom div:nth-child(3) {
    margin-top: 20px;
  }
  #duvidas .item_duvida {
    margin-top: 20px;
    height: auto;
  }
  #duvidas .primeiro_item_manual {
    border-right: none;
    margin-right: 0;
    margin-left: 0;
    height: auto;
  }
  #duvidas .align_text_left li {
    width: 50%;
    float: left;
  }
  #duvidas .align_text_left a {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
  }
  #atendimento .custom div[class*=col-] {
    margin-top: 30px;
  }
  #footer .row > div[class*=col-] {
    margin-top: 20px;
    float: left !important;
  }
  #footer .row .mais-universidade,
  #footer .row .conecte-se {
    padding-left: 0;
  }
  #footer .row .conecte-se {
    float: left !important;
  }
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #083ca5;
  color: #ddd;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  background: rgb(10.3583815029, 77.6878612717, 213.6416184971);
  color: #fff;
}

#back-to-top.show {
  opacity: 1;
}

@-webkit-keyframes slide {
  from {
    left: 50%;
  }
  to {
    left: 0;
  }
}

@keyframes slide {
  from {
    left: 50%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes slide2 {
  from {
    left: -50%;
  }
  to {
    left: 0;
  }
}
@keyframes slide2 {
  from {
    left: -50%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeLight {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeLight {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
#banner {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: slide;
          animation-name: slide;
}

#mensagens_banner {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: fade;
          animation-name: fade;
  margin-top: 20px;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
}
#mensagens_banner h3 {
  color: #eaeaea;
}

#botoes_banner {
  margin-top: 0;
  margin-left: 5vw;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-name: slide2;
          animation-name: slide2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-top: 14%;
}
#botoes_banner .btns-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 599px) {
  #botoes_banner .btns-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 450px) {
  #botoes_banner .btns-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#botoes_banner .slogan_banner_mobile {
  width: 90%;
}
#botoes_banner a {
  text-decoration: none;
}
#botoes_banner a .btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
  background-color: #e1e3e5;
  border-radius: 50px;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
#botoes_banner a .btn-menu .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 4px;
  border-radius: 50px;
  margin-top: -0.25em;
}
#botoes_banner a .btn-menu .label {
  position: relative;
  text-transform: uppercase;
  font-size: 1.6rem !important;
  color: #181686;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#botoes_banner a .btn-menu .transition {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  background-color: #d50078;
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#botoes_banner a .btn-menu:hover .label {
  color: #e7ddde;
}
#botoes_banner a .btn-menu:hover .transition {
  width: 100%;
  height: 10rem;
}
@media (max-width: 768px) {
  #botoes_banner a .btn-menu {
    width: 250px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}