@import url('https://fonts.googleapis.com/css2?family=Jersey+25&display=swap');
body {
  font-family: 'Open Sans', sans-serif;
  /*background-image: url("../img/fundo.png");
  background-repeat: repeat;*/
  background-color: #992B5A;
}
.marca {
  max-width: 400px;
}
/*********** Topo / Slide ***************/
.linha_slide {
  /*background: url("../img/topo_site-vestibular_fundo.png");*/
  background-size: auto 100%;
  min-height: 400px;
}
.txt_vest {
  font-family: "Jersey 25", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90px;
  /*color:#00ccc0;*/
  color: #f7e70a;
  margin-top: 100px;
  line-height: 1;
}

.chamada_vest img {
  width: auto;
  max-height: 350px;
}
.txt_ano {
  font-size: 40px;
  color: #082F84;
  font-family: "Jersey 25", sans-serif;
  line-height: 1;
}
.bloco_botoes {
  margin-top: -260px;
  text-align: right;
}
.bloco_chamada {
  line-height: 1;
  /*margin-top: 80px;*/
}
.marca img {
  max-width: 300px;
  height: auto;
}
.img_destaque img {
  width: auto;
  max-height: 600px;
}
.card-body {
  background: #f7e70a !important;
}
/************* Botões *******************/
.btn-destaque {
  background: #F6851F;
  max-width: 450px;
  padding: 25px;
  font-size: 40px;
  font-weight: 600;
  border: none;
  /*box-shadow: -5px 5px 10px 2px #ccc;*/
  border-radius: 15px;
  margin: 10px;
  min-height: 250px;
  color: #ffffff;
}
.btn-destaque:hover {
  color: #00A551;
  background: white;
}
.btn-padrao {
  color: #1E415B;
  /*box-shadow: -5px 5px 10px 2px #ccc;*/
  background: #ffffff;
  border: none;
  border-radius: 15px;
  margin: 10px;
  float: right;
  min-width: 180px;
  font-size: 24px;
  line-height: 1;
  min-height: 150px;
}
.btn-padrao i{
 color: #992B5A;
}
.botao02 {
  margin-top: 105px;
}
.btn-padrao:hover {
  background: #C9C7Cc;
} 
.btn-padrao img {
	max-width: 100px;
	height: auto;
}
.txt_data {
  font-size: 50%;
}
.txt_data a {
  color: #fff !important;
}
/*********** MENU ***************/
.menu-topo {
  margin-top: 30px;
}
.menu-topo li a {
  color: white;
}
.menu-topo li a:hover {
  background: #00A551;
  color: white;
}
/*********** Rodapé ****************/
.rodape {
  margin-top: 20px;
  background: #00A551;
  min-height: 50px;
  width: 100%;
  display: block;
  border-radius: 10px 10px 0px 0px;
  color: white;
  text-align: center;
  padding: 20px;
}
.rodape a {
  color: #fff;
}
/*********** Perguntas **************/
#faq_vest {
  width: 100%;
}
#faq_vest a {
  color: gray
}
#faq_vest :hover {
  background: #00A551;
  color: white;
}
#faq_vest:hover {
  color: #ffffff;
}
#faq_vest .card {
  margin: 5px;
}
.card-body {
  padding: 10px;
  color: #00105a !important;
}
.txt_juridico {
  margin-top: 100px;
  font-size: 0.7em;
  color: #FFFFFF;
  text-align: center;
}
/*****************************************************/
@media (max-width:500px) {
  .marca {
    max-width: 50px;
    text-align: center
  }
  .txt_vest {
    font-family: 'Unbounded', cursive;
    font-size: 45px;
    font-weight: 600;
    margin-top: 30px;
    line-height: 1;
    display: block;
  }
  .txt_ano {
    font-size: 20px;
    color: #00246a;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    display: block;
  }
  .bloco_chamada {
    line-height: 1;
    margin-top: 20px;
  }
  .bloco_chamada br {
    display: none;
  }
  .bloco_chamada .txt_vest {
    margin-top: 0px;
  }
  .marca img {
    max-width: 300px;
    height: auto;
  }
  .img_destaque img {
    width: auto;
    max-height: 400px;
  }
  /************* Botoes *****************/
  .bloco_botoes {
    margin-top: 30px;
    text-align: center;
  }
  .btn-destaque {
    width: 100%;
    padding: 25px;
    font-size: 30px;
    font-weight: 600;
    border: none;
    box-shadow: -5px 5px 10px 2px #ccc;
    border-radius: 15px;
    min-height: 150px;
    display: block;
    margin: 10px 0px;
  }
  .btn-padrao {
    color: #979797;
    box-shadow: -5px 5px 10px 2px #ccc;
    background: #e3e2e2;
    border: none;
    border-radius: 15px;
    margin: 10px 0px;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    min-height: 130px;
    display: block;
  }
  .btn-padrao:hover {
    background: #C9C7Cc;
  }
  .menu-topo {
    display: none;
  }
  .menu-topo li a {
    color: #00246a;
  }
  .menu-topo li a:hover {
    background: #00246a;
    color: white;
  }
  .rodape {
    margin-top: 10px;
    font-size: 12px;
    background: #00246a;
    min-height: 50px;
    width: 100%;
    display: block;
    border-radius: 10px 10px 0px 0px;
  }
  .txt_juridico {
    margin-top: 10px;
    font-size: 8px;
  }
}