@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap");
html {
  font-size: 10px;
}
@media (max-width: 769px) {
  html {
    font-size: 5px;
  }
}
@media (max-width: 330px) {
  html {
    font-size: 4px;
  }
}

#duvidas .item_duvida, #duvidas .primeiro_item_manual, #calendario .bloco_item, #calendario .bloco_calendario, #beneficios .item_beneficio a {
  display: flex !important;
  flex-direction: column;
  justify-content: space-around;
}

section {
  margin-bottom: 80px;
  margin-top: 50px;
}

.bg_blue {
  background-color: #083CA5;
}

.bg_blue_light {
  background-color: #694E94;
}

.bg_pink {
  background-color: #ff2ac5 !important;
}

.bg_orange_light {
  background-color: #11CFFE !important;
}

.bg_lilas {
  background-color: #815dc6 !important;
}

.bg_primary {
  background-color: #083DA5;
}

.no_border {
  border: none !important;
  margin-right: 0px !important;
  padding-right: 0 !important;
}

.child_flex {
  width: 100%;
}

#main-header {
  background-image: url("../images/barra_gradiente.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  width: 100%;
  z-index: 10;
}
#main-header .container-cabecalho {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all;
}
#main-header .logo-cabecalho {
  background-image: url("../images/Logo_1.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  height: 80px;
  display: inline-block;
  margin: 20px 0 20px 80px;
  width: 420px;
  transition: 0.3s all;
}
@media (max-width: 1250px) {
  #main-header .logo-cabecalho {
    margin: 40px 10px 30px 60px;
    width: 280px;
  }
}
@media (max-width: 769px) {
  #main-header .logo-cabecalho {
    margin: 15px;
    width: 200px;
  }
}
#main-header .navbar {
  min-height: 0px;
  margin-bottom: 0;
  padding-top: 8px;
  border: none;
}
#main-header .navbar a {
  color: white;
  line-height: 15px;
  transition: 0.5s all;
  color: white;
  text-transform: lowercase;
  padding: 0;
  padding: 8px 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
#main-header .navbar li {
  padding: 0;
  border: 1px solid transparent;
  line-height: 15px;
}
@media (min-width: 769px) {
  #main-header .navbar a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 19.5px;
    line-height: 20px;
    padding: 1px 15px;
  }
  #main-header .navbar li {
    border-right: 1px solid white;
  }
  #main-header .navbar li:last-child {
    border-right: 1px solid transparent;
  }
  #main-header .navbar li:last-child:hover {
    border-right: 1px solid white;
  }
  #main-header .navbar li:first-child:hover {
    border-left: 1px solid white;
  }
  #main-header .navbar li:hover {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
  }
}
@media (max-width: 1360px) {
  #main-header .navbar a {
    padding-right: 8px;
    padding-left: 8px;
    line-height: 16px;
    font-size: 16px;
  }
}
#main-header .navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.divisor-elementos {
  background-image: url("../images/elementos.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100%;
  height: 5vw;
  margin: 0;
}

#banner-principal {
  margin: 0;
  background-image: url("../images/Banner_Vestibular_Continuo_2024_Mobile.jpg?2");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
@media (min-width: 769px) {
  #banner-principal {
    background-image: url("../images/Banner_Vestibular_Continuo_2024_Desk.jpg?2");
    justify-content: center;
  }
}
@media (width: 1024px) and (height: 1366px) {
  #banner-principal .col-md-offset-6 {
    margin-left: 0%;
  }
}
@media (width: 768px) and (height: 1024px) {
  #banner-principal {
    justify-content: flex-start;
  }
}
#banner-principal img {
  max-width: 100%;
}
#banner-principal .container-logo .logo-logo {
  margin-bottom: 18px;
}
@media (max-width: 790px) {
  #banner-principal .container-logo .logo-logo {
    margin-top: 21pc;
  }
  #banner-principal .container-logo .logo-logo img {
    display: none !important;
  }
}
@media (width: 768px) and (height: 1024px) {
  #banner-principal .container-logo .logo-logo {
    margin-top: 70px;
  }
  #banner-principal .container-logo .logo-logo img {
    display: block !important;
  }
}
#banner-principal .container-logo .btn-logo {
  transition: all 0.5s;
  width: 275px;
  background-color: #f76b6c;
  border-radius: 20px 30px 30px 0px;
  text-decoration: none;
  text-transform: uppercase;
  color: #0B0B47;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
#banner-principal .container-logo .btn-logo:hover {
  background-color: #e25252;
  box-shadow: rgba(226, 82, 82, 0.4) 5px 5px;
}
@media (max-width: 768px) {
  #banner-principal .container-logo .btn-logo {
    width: 250px;
  }
}
#banner-principal .container-logo .logo-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
#banner-principal .container-logo .text {
  font-family: "Montserrat", sans-serif;
  color: #2a4bbf;
  background: rgba(255, 255, 255, 0.5);
  border: #2a4bbf 1px solid;
  padding: 13px 20px;
  margin: auto;
  transition: 0.5s all;
  cursor: pointer;
}
@media (width: 768px) and (height: 1024px) {
  #banner-principal .container-logo .text {
    margin-top: 250px;
  }
}
#banner-principal .container-logo .text:hover {
  color: #fff;
}
#banner-principal .container-logo .text-acessar {
  font-size: 1.5em;
}

#o-que-mudou {
  padding-bottom: 0;
}
#o-que-mudou h2 {
  margin-bottom: 3.5rem;
}
#o-que-mudou h3 {
  color: #0045AB;
  font-size: 2rem;
}
#o-que-mudou .logo-graduacao img {
  width: 42rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 4rem;
}
#o-que-mudou .container-topicos {
  padding-top: 3rem;
  opacity: 0;
}
#o-que-mudou .container-topicos .container-topicos-interno {
  padding-top: 2rem;
}
@media (max-width: 1200px) {
  #o-que-mudou .container-topicos .container-topicos-interno {
    padding-bottom: 5rem;
  }
}
#o-que-mudou .container-topicos .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#o-que-mudou .container-topicos .item .topico {
  width: 240px;
  height: 240px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#o-que-mudou .container-topicos .item .topico_1 {
  z-index: -1;
  background-image: url("../images/circulo_1.png");
}
#o-que-mudou .container-topicos .item .topico_2 {
  background-image: url("../images/circulo_2.png");
}
#o-que-mudou .container-topicos .item .topico_3 {
  background-image: url("../images/circulo_3.png");
}
#o-que-mudou .container-topicos .item .topico_4 {
  background-image: url("../images/circulo_4.png");
}
#o-que-mudou .container-topicos .item .texto-topico {
  z-index: 1;
  width: 240px;
  height: 240px;
  max-width: 240px;
  max-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#o-que-mudou .container-topicos .btn-topico {
  padding-top: 6rem;
  z-index: 1;
  text-align: center;
}
#o-que-mudou .container-topicos .btn-topico a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  padding: 13px 20px;
  transition: 0.5s all;
}
#o-que-mudou .container-topicos .btn-saber-mais {
  background-color: #083DA5;
  background-position: center;
  background-size: cover;
  box-shadow: 0 4px 15px 0 rgba(100, 100, 255, 0.75);
}
@media (max-width: 768px) {
  #o-que-mudou .container-topicos .btn-saber-mais {
    box-shadow: 0 4px 15px 0 rgb(83, 81, 204);
  }
}
@media (max-width: 768px) {
  #o-que-mudou .container-topicos .item .topico {
    width: 120px;
    height: 120px;
  }
  #o-que-mudou .container-topicos .item .texto-topico {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
  }
}

.section {
  color: #0045AB;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  font-family: "Montserrat", sans-serif;
}
.section h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 5.2rem;
  margin-bottom: 6rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .section h2 {
    font-size: 4.5rem;
  }
}
.section h3 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.section p {
  margin: 0;
  text-align: justify;
  text-justify: distribute;
  text-align-last: left;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section p {
    font-size: 2.5rem;
  }
}

#video-vestibular .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
#video-vestibular .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lista_cursos li img {
  width: fit-content !important;
}

.highlight {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.highlight .container {
  position: relative;
}
.highlight .botoes_inscricao {
  text-align: center;
}
.highlight .botoes_inscricao h2 {
  color: #21234A;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.highlight .botoes_inscricao .btn {
  transition: all 0.4s linear;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
}
.highlight .botoes_inscricao .btn:hover {
  transition: all 0.4s linear;
  background-color: #cccccc !important;
}
.highlight .botoes_inscricao .btn.bg_blue_light:hover {
  background-color: #111227;
}
.highlight .botoes_inscricao .btn.bg_orange_light:hover {
  background-color: #01b0db !important;
}
.highlight .botoes_inscricao .btn.bg_lilas:hover {
  background-color: #062b74 !important;
}
.highlight .botoes_inscricao .btn.bg_primary:hover {
  background-color: #111227;
}
.highlight .botoes_inscricao .btn.bg_pink:hover {
  background-color: #c3008e !important;
}
.highlight .botoes_inscricao .btn.bg_pink {
  border: 1px solid #ff2ac5;
  color: #fff;
}
.highlight .botoes_inscricao .link {
  font-size: 25px;
  color: #083DA5;
  display: block;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.highlight .botoes_inscricao .link_msg {
  font-size: 20px;
  color: #083DA5;
  display: block;
}

#blockrandom {
  height: auto;
}

#informativo {
  background-color: #c3c4c9;
  color: #1d254c;
  margin-top: 0px;
}
#informativo h2 {
  background-color: #e74c54;
  padding: 10px 15px;
  font-weight: 600;
  margin-top: 30px;
}
#informativo .subtitulo {
  font-size: 19px;
  margin: 30px 0px;
  font-weight: 600;
}
#informativo .descricao {
  font-size: 20px;
  margin-bottom: 40px;
}

.msg_interperiodo {
  margin-top: 250px;
}

#vestibulares {
  background-color: rgb(195, 196, 201);
  color: #fff;
  margin: 0;
  padding: 130px 0;
}
#vestibulares h4 {
  color: #21234A;
  font-size: 35px;
}
#vestibulares #outros_vestibulares {
  display: flex;
  justify-content: center;
}
#vestibulares #outros_vestibulares a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 820px) {
  #vestibulares #outros_vestibulares {
    display: block;
  }
}
#vestibulares #outros_vestibulares .cards_vest {
  padding: 50px 80px;
  font-size: 25px;
  text-align: center;
  line-height: 1.3;
  min-width: 400px;
  margin: 20px;
}
#vestibulares #outros_vestibulares .cards_vest p {
  font-size: 45px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #vestibulares #outros_vestibulares .cards_vest {
    font-size: 18px;
    padding: 40px;
    min-width: 380px;
    margin: 20px 10px;
  }
  #vestibulares #outros_vestibulares .cards_vest p {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  #vestibulares #outros_vestibulares .cards_vest {
    font-size: 15px;
    padding: 30px;
    min-width: 100%;
    margin: 20px 0px;
  }
  #vestibulares #outros_vestibulares .cards_vest p {
    font-size: 35px;
  }
}
@media (max-width: 485px) {
  #vestibulares #outros_vestibulares .cards_vest {
    font-size: 10px;
    padding: 20px;
    min-width: 100%;
    margin: 20px 0px;
  }
  #vestibulares #outros_vestibulares .cards_vest p {
    font-size: 30px;
  }
}
#vestibulares #outros_vestibulares #card_vest_1 {
  background-color: rgb(0, 67, 122);
}
#vestibulares #outros_vestibulares #card_vest_1:hover {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #00192e;
}
#vestibulares #outros_vestibulares #card_vest_2 {
  background-color: rgb(58, 174, 151);
}
#vestibulares #outros_vestibulares #card_vest_2:hover {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #277565;
}

#crediunijui {
  margin: 20px auto;
  background-color: #FE9703;
  text-decoration: none;
  color: #fff;
}
#crediunijui:hover {
  background-color: #cd7901;
}

#programas {
  color: rgb(255, 255, 255);
}
#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: 100;
  color: rgb(255, 255, 255);
}
#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(100, 89, 242);
}
#programas #card2 {
  background-color: rgb(255, 104, 9);
}
#programas #card3 {
  background-color: rgb(8, 61, 165);
}
#programas .conteudo_cards {
  margin: 50px 15px 0px 15px;
  font-size: 20px;
  text-align: justify;
  color: black !important;
}
#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 .item_cursos_inicial {
  width: 100%;
}

#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;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  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-default-pager a:hover, #depoimentos .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #44769D;
}

#beneficios .item_beneficio {
  width: 250px;
  text-align: center;
  background-color: #11CFFE;
  transition: all 0.4s linear;
  border: 2px solid #11CFFE;
}
@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 {
  text-decoration: none;
  align-items: center;
  color: #fff;
  font-size: 18px;
  height: 200px !important;
  width: 100%;
}
@media (max-width: 768px) {
  #beneficios .item_beneficio a {
    width: 100%;
    height: auto !important;
  }
}
#beneficios .item_beneficio:hover {
  background-color: #fff;
}
#beneficios .item_beneficio:hover a {
  color: #11CFFE;
}
#beneficios .custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #beneficios .custom {
    display: block;
  }
}
@media (max-width: 1198px) {
  #beneficios .custom {
    justify-content: center;
  }
}

#calendario {
  text-align: center;
}
#calendario .bloco_calendario {
  background-color: #2858E0;
  color: #fff;
  padding: 20px 30px;
  height: 300px;
  align-items: center;
}
#calendario .bloco_calendario h2 {
  font-size: 30px;
}
#calendario .bloco_item {
  background-color: #858688;
  color: #E6E7E9;
  padding: 10px 10px;
  height: 135px;
  margin-bottom: 30px;
  align-items: 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;
  justify-content: center !important;
  align-items: center;
}
#duvidas .align_text_left {
  text-align: left;
}
#duvidas .item_duvida {
  background-color: rgb(239, 49, 140);
  padding: 10px;
  height: 285px;
  min-height: 285px;
  color: #fff;
  transition: 0.5s all;
  justify-content: center !important;
  align-items: center !important;
}
#duvidas .item_duvida a {
  color: #fff;
}
#duvidas .item_duvida img {
  height: 95px;
}
#duvidas .item_duvida:hover {
  background-color: #ad0d5a !important;
  background-position: 100%;
}

#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 0;
  position: relative;
  display: inline-block;
}
.sprite.efa {
  background-position: -24px 0;
  position: relative;
  display: inline-block;
}
.sprite.facebook {
  background-position: -48px 0;
  width: 30px;
  height: 34px;
  position: relative;
  display: inline-block;
}
.sprite.fidene {
  background-position: 1px 0;
  position: relative;
  display: inline-block;
}
.sprite.instagram {
  background-position: -290px 0;
  width: 32px;
  height: 33px;
  position: relative;
  display: inline-block;
}
.sprite.museu {
  background-position: -332px 0;
  position: relative;
  display: inline-block;
}
.sprite.radio2 {
  background-position: -356px 0;
  height: 15px;
  position: relative;
  display: inline-block;
}
.sprite.twitter {
  background-position: -381px 0;
  width: 30px;
  height: 34px;
  position: relative;
  display: inline-block;
}
.sprite.youtube {
  background-position: -421px 0;
  width: 30px;
  height: 34px;
  position: relative;
  display: inline-block;
}

#footer {
  padding-bottom: 30px;
}
#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 .endereco {
  font-size: 12px;
}
#footer .endereco address {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
}
#footer .endereco a {
  color: #444;
  margin-top: 7px;
  display: inline-block;
}
#footer .endereco img {
  padding-bottom: 20px;
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #e4e4e4;
}
#footer .mais-universidade {
  padding-left: 37px;
}
#footer .mais-universidade a {
  font-size: 14px;
}
#footer .mais-universidade ul {
  padding: 0;
}
#footer .mais-universidade ul li {
  list-style: none;
  display: inline-block;
  margin: 0 130px 5px 0;
}
#footer .mais-universidade ul li.efa {
  margin-right: 0;
}
#footer .mais-universidade ul li.unijui-fm {
  margin-right: 0;
}
#footer .mais-universidade ul li a {
  color: #444;
  text-transform: uppercase;
}
#footer .mais-universidade ul li.fidene a {
  background-position: -90px 0;
}
#footer .mais-universidade ul li.efa a {
  background-position: -25px 0;
}
#footer .mais-universidade ul li.museu a {
  background-position: -333px 0;
}
#footer .mais-universidade ul li.unijui-fm a {
  background-position: -358px 0;
  height: 10px;
}
#footer .mais-universidade ul li.editora a {
  background-position: 0 0;
}
#footer .conecte-se {
  padding-left: 63px;
}
#footer .conecte-se img {
  border: none;
}
#footer .conecte-se ul {
  padding: 0;
}
#footer .conecte-se ul li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}

#frase {
  margin-top: 120px;
}

@media (min-width: 769px) {
  .navbar-fixed-top nav#nav-menu-referencia ul li.btn_inscricao {
    margin-left: 15px !important;
  }
  .novo-menu-topo nav#nav-menu-referencia {
    transition: all 0.4s linear;
    height: 100px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }
  .highlight #mensagens_banner .btn {
    text-shadow: none;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .highlight .botoes_inscricao {
    position: absolute;
    z-index: 100;
  }
  .highlight .botoes_inscricao .mg_top {
    margin-top: 50px;
  }
  .highlight .imagem-destaque {
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .highlight .botoes_inscricao {
    top: 30px !important;
  }
  .highlight .botoes_inscricao .custom_bottom {
    margin-top: 200px !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  header a.logo {
    margin: 0 auto;
  }
  header #nav-menu-referencia {
    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 {
    top: 10px !important;
  }
  .highlight .botoes_inscricao h2 {
    font-size: 18px !important;
  }
  .highlight .botoes_inscricao #botoes_banner_complementar, .highlight .botoes_inscricao #botoes_banner {
    font-size: 12px !important;
  }
  .highlight .botoes_inscricao .mg_top {
    margin-top: 15px !important;
  }
  .highlight .botoes_inscricao .custom_bottom {
    margin-top: 200px !important;
  }
  #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) {
  .novo-menu-topo nav#nav-menu-referencia {
    width: 100%;
    margin-top: 24px;
    margin-right: -25px;
    background: #000;
  }
  .novo-menu-topo nav#nav-menu-referencia ul.menu {
    width: 100% !important;
    text-align: right !important;
  }
  .novo-menu-topo nav#nav-menu-referencia ul.menu li:last-child {
    padding-right: 15px !important;
    margin-right: 15px !important;
  }
  .highlight #botoes_banner {
    padding: 50px 15px 0px 15px;
  }
  .highlight #frase {
    margin-top: 50px !important;
  }
  .highlight .botoes_inscricao a {
    display: block;
    margin-left: 0;
  }
  .highlight .botoes_inscricao h2 {
    color: #083DA5;
    font-size: 36px;
  }
  .highlight .botoes_inscricao .btn {
    margin-left: 0;
  }
  #beneficios .item_beneficio {
    margin-bottom: 30px;
    width: 100%;
  }
  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: 150px;
  right: 20px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #083DA5;
  color: #ddd;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  background: #0a4fd6;
  color: #fff;
}

#back-to-top.show {
  opacity: 1;
}

@keyframes slide {
  from {
    left: -50%;
  }
  to {
    left: 0;
  }
}
@keyframes slide2 {
  from {
    margin-left: -400%;
  }
  to {
    margin-left: 0;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#banner {
  animation-duration: 0.8s;
  animation-name: slide;
}

#mensagens_banner, #mensagens_banner_complementar {
  animation-duration: 4s;
  animation-name: fade;
  margin-top: 20px;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
}
#mensagens_banner h3, #mensagens_banner_complementar h3 {
  color: #EAEAEA;
}

.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%;
}

.custom_bottom {
  margin-top: 15px;
}

#btn-faca-inscricao {
  margin: 0;
  text-align: center;
}
#btn-faca-inscricao .btn {
  transition: all 0.4s linear;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
}
#btn-faca-inscricao .btn:hover {
  transition: all 0.4s linear;
}
#btn-faca-inscricao .btn.bg_pink:hover {
  background-color: #c3008e !important;
}
#btn-faca-inscricao .btn.bg_pink {
  border: 1px solid #ff2ac5;
  padding: 10px 50px 6px 50px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  min-width: 285px;
  font-weight: 600;
  font-size: 25px;
  color: white;
}
@media (max-width: 768px) {
  #btn-faca-inscricao .btn.bg_pink {
    width: 95%;
  }
}
@media (max-width: 350px) {
  #btn-faca-inscricao .btn.bg_pink {
    font-size: 20px;
  }
}