.navbar-toggler {
  border: 2px solid white;
}
.navbar-toggler .navbar-toggler-icon i {
  color: white;
  font-size: 28px;
}

.navbar {
  font-family: "Roboto Slab", serif;
  background-image: url("src/assets/images/background/menu.png");
  background-position: left bottom;
  background-size: cover;
  height: 170px;
  border-bottom: 2px solid white;
}
@media screen and (max-width: 1500px) {
  .navbar {
    background-position: right bottom;
  }
  .navbar img {
    margin-top: 40px !important;
  }
  .navbar ul li {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 1130px) {
  .navbar {
    background-position: 55% bottom;
  }
}
@media screen and (max-width: 992px) {
  .navbar {
    background-position: 25% bottom;
  }
}
.navbar img {
  margin-top: 10px;
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .navbar img {
    width: 200px !important;
  }
}
.navbar span {
  border: 3px solid white;
  border-radius: 5px;
  width: 40px;
  height: 40px;
}
.navbar span i {
  padding-top: 4px;
}
.navbar ul {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
}
.navbar ul #links-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.navbar ul #links-menu li {
  margin-right: 40px;
  display: flex;
}
.navbar ul #links-menu li a {
  color: white;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
.navbar ul #links-menu li :hover {
  border-bottom: 2px solid white;
}
.navbar ul #links-menu li .dropdown-menu {
  background-image: linear-gradient(#064721, #95c137);
  text-transform: uppercase;
  border-radius: 0 0 20px 0;
}
.navbar ul #links-menu li .dropdown-menu a.dropdown-item {
  background-color: transparent !important;
  background-image: none !important;
}
.navbar ul #links-menu #last-link-menu {
  margin-right: 0 !important;
}
.navbar ul #links-menu .active {
  color: green;
}
@media screen and (max-width: 991px) {
  .navbar #img-interna-menu {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .navbar #img-externa-menu {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .navbar ul #links-menu {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#064721, #95c137);
  }
  .navbar ul #links-menu .dropdown-menu {
    position: absolute;
    left: -50px;
  }
}
#o_que_e {
  margin-top: 200px;
}
#o_que_e img {
  width: 100%;
}
#o_que_e h4 {
  color: #9bcb40;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

#footer #footer-top {
  min-height: 140px;
  background-image: url("src/assets/images/background/footer.png");
  background-position: 40% bottom;
  background-size: cover;
}
#footer #footer-top img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #footer #footer-top {
    background-image: none;
    background-color: #097134;
  }
  #footer #footer-top img {
    display: none;
  }
}
#footer #footer-top .row {
  display: flex;
  justify-content: space-between;
}
#footer #footer-top .row #contato {
  display: flex;
  flex-direction: column;
  height: 140px;
  align-items: flex-start;
  justify-content: center;
  color: white;
}
@media screen and (max-width: 768px) {
  #footer #footer-top .row {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  #footer #footer-top .row img {
    margin-top: 20px;
  }
}
#footer #footer-bottom {
  background-color: #d1d3d4;
  min-height: 110px;
  padding: 60px 0;
  width: 100%;
}
#footer #footer-bottom .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#footer #footer-bottom .row img {
  width: 160px;
}
#footer #footer-bottom .row #logo-fundacao img {
  width: 130px;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  #footer #footer-bottom .row {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  #footer #footer-bottom .row #logo-instituto, #footer #footer-bottom .row #logo-fundacao, #footer #footer-bottom .row #logo-sp {
    text-align: center;
  }
  #footer #footer-bottom .row img {
    margin-top: 20px;
  }
}

#linha_tempo {
  margin-top: 200px;
}
#linha_tempo h5,
#linha_tempo h4 {
  color: #9bcb40;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
}
@media screen and (max-width: 1200px) {
  #linha_tempo .col-md-1 {
    display: none;
  }
}
#linha_tempo #linha {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #linha_tempo #primeiro,
#linha_tempo #segundo,
#linha_tempo #terceiro,
#linha_tempo #quarto,
#linha_tempo #quinto,
#linha_tempo #sexto,
#linha_tempo #setimo,
#linha_tempo #oitavo {
    margin-top: 20px !important;
    border: 2px solid #097134;
    padding: 10px;
    border-radius: 5px;
  }
  #linha_tempo #primeiro .seta,
#linha_tempo #segundo .seta,
#linha_tempo #terceiro .seta,
#linha_tempo #quarto .seta,
#linha_tempo #quinto .seta,
#linha_tempo #sexto .seta,
#linha_tempo #setimo .seta,
#linha_tempo #oitavo .seta {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
}
#linha_tempo .texto .seta {
  display: none;
}
#linha_tempo .texto h4 {
  display: inline;
}
#linha_tempo .texto p {
  display: inline;
}
#linha_tempo #primeiro {
  margin-top: 110px !important;
}
#linha_tempo #segundo {
  margin-top: 60px;
}
#linha_tempo #terceiro {
  margin-top: 47px;
}
#linha_tempo #quarto {
  margin-top: 42px;
}
#linha_tempo #quinto {
  margin-top: 70px;
}
#linha_tempo #sexto {
  margin-top: 40px;
}
#linha_tempo #setimo {
  margin-top: 45px;
}
#linha_tempo #oitavo {
  margin-top: 61px;
}

#perguntas {
  margin-top: 200px;
}
#perguntas h4 {
  color: #9bcb40;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
#perguntas .card {
  border: 2px solid #097134;
  border-radius: 5px;
}
#perguntas .card .card-header {
  text-align: center;
}
#perguntas .card .card-header button {
  color: #097134;
  font-weight: bold;
}

#como_funciona {
  margin-top: 200px;
}
#como_funciona img {
  width: 100%;
}
#como_funciona h4 {
  color: #9bcb40;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

#quem_pode_participar {
  margin-top: 200px;
}
#quem_pode_participar img {
  width: 100%;
}
#quem_pode_participar h4 {
  color: #9bcb40;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
#quem_pode_participar p a {
  color: #097134;
  font-weight: bold;
}
#quem_pode_participar #box-atencao {
  font-family: "Roboto Slab", serif;
  color: white;
  background: linear-gradient(to right, #064721, #95c137);
  padding: 5px 0;
}
#quem_pode_participar #box-atencao h4, #quem_pode_participar #box-atencao h5 {
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 768px) {
  #quem_pode_participar #box-atencao {
    padding: 10px;
  }
}

#taina {
  margin-top: 200px;
}
#taina img {
  width: 100%;
}
#taina h4 {
  color: #9bcb40;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

#parceiros {
  margin-top: 200px;
}
#parceiros img {
  width: 100%;
}
#parceiros h4 {
  color: #9bcb40;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
#parceiros .row {
  align-items: center;
  justify-content: space-between;
}
#parceiros .row img {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #parceiros .row {
    text-align: center;
  }
  #parceiros .row img {
    width: 70%;
    margin-top: 20px;
  }
}

body {
  margin: 0;
  padding: 0;
}
body p {
  font-size: 1.2em;
  margin: 0;
}
body h1 {
  margin: 0;
}

#banner {
  width: 100%;
  margin-top: 170px;
}
#banner img {
  width: 100%;
}

.container .titulo-index h5 {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  color: white;
  background-color: #097134;
  display: inline;
  padding: 5px 15px;
}
.container .titulo-index hr {
  margin-top: 6px;
  border-bottom: 1px solid grey;
}
.container #vacina {
  display: flex;
  align-items: center;
}
.container #vacina p {
  text-align: right;
}
.container #vacina img {
  width: 100%;
}
.container #estudo {
  display: flex;
  align-items: center;
}
.container #estudo img {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .container #estudo {
    text-align: center;
  }
}
.container #estudo .col-md-7 {
  border-left: 1px solid black;
  padding: 0 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .container #estudo .col-md-7 {
    border-left: 0;
    margin-top: 10px;
  }
}
.container #estudo .col-md-7 h4 {
  font-weight: bold;
  text-align: justify;
}
.container #box-atencao {
  font-family: "Roboto Slab", serif;
  color: white;
  background: linear-gradient(to right, #064721, #95c137);
  padding: 5px 0;
}
.container #box-atencao h4,
.container #box-atencao h5 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .container #box-atencao {
    padding: 10px;
  }
}
.container #taina-titulo {
  margin-bottom: -30px;
}
@media screen and (max-width: 992px) {
  .container #taina-titulo {
    margin-bottom: 0;
  }
}
.container #taina_div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container #taina_div p {
  text-align: right;
}
.container #taina_div img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container #taina_div p {
    text-align: center;
  }
  .container #taina_div .col-md-4 {
    margin-top: 15px;
    text-align: center;
  }
  .container #taina_div .col-md-4 img {
    width: 50%;
    text-align: center;
  }
}

/*# sourceMappingURL=styles.css.map */
