@font-face {
  font-family: 'Tahoma Regular';
  src: url('font/Tahoma.woff2') format('woff2'),
    url('font/Tahoma.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'Tahoma Regular';
  padding: 47px 0 0 0;
  font-size: 17px;
}

img {
  max-width: 100%;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.title-img {
  display: block;
  margin: 0 auto 80px 0;
  width: auto !important;
}

@media screen and (max-width: 992px) {

  body {
    padding-top: 70px;
  }

}

/* NAV
--------------------------- */
nav {
  position: fixed;
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  color: #000;
  text-align: center;
  font-size: 14px;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}

nav a {
  display: inline-block;
  position: relative;
  padding: 0px 5px;
  color: #000;
  text-transform: uppercase;
  line-height: 90%;
  z-index: 2;
  transition: all .4s ease;
}


nav a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -35px;
  left: 0;
  height: 20px;
  width: 100%;
  background: #3d62a6;
  z-index: -1;
  transition: all .3s ease;
  border-radius: 50px 50px 0 0;
}

nav a:hover:before {
  bottom: -27px;
}

nav img {
  margin: -15px 0 5px 0;
  height: 50px;
}

.nav-home::before {
  display: none;
}

.nav-link {
  display: inline-block;
  margin: 7px 0px 0 0;
}

#mobile-menu {
  position: absolute;
  padding: 0;
  top: 31px;
  right: 15px;
  display: none;
  width: 30px;
  height: 3px;
  background: #000;
  border: none;
  transition: all .1s ease;
}

#mobile-menu:before,
#mobile-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #000;
  transition: all .4s ease;
}

#mobile-menu:before {
  top: -10px;
}

#mobile-menu:after {
  bottom: -10px;
}

#mobile-menu.open {
  background: none;
}

#mobile-menu.open:before {
  transform: rotate(45deg);
  top: 0px;
}

#mobile-menu.open:after {
  transform: rotate(-45deg);
  bottom: 0px;
}

.nav-logo {
  display: none
}

@media screen and (max-width: 992px) {

  nav {
    font-size: 0;
    overflow: visible;
  }

  #mobile-menu {
    display: block;
  }

  .nav-link {
    display: none;
    position: absolute;
    left: 0;
    padding: 15px !important;
    width: 100% !important;
    top: 60px;
    background: #fff;
    opacity: 1 !important;
  }

  .nav-link a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
  }

  nav a:before {
    display: none;
  }

  .nav-logo {
    display: block
  }

}

/* HEADER
--------------------------- */
#home img {
  width: 100%;
  height: auto;
}

/* CONTENT
--------------------------- */
#legislativo {
  margin-top: -150px;
  background: url(../img/bg-1.png) no-repeat left bottom;
  background-size: auto 350px;
}

#legislativo .title-img {
  height: 35px;
  margin-bottom: 50px;
}

#legislativo .title-img.center {
  margin: 100px auto 0 auto;
  height: 125px;
}

#falando {
  background: url(../img/bg-3.png) no-repeat;
  background-size: auto 200px;
  background-position: calc(50% + 370px) 130px
}

#mulher {
  background: url(../img/bg-5.png) no-repeat;
  background-size: auto 180px;
  background-position: calc(-15% + 380px) 190px;
}

#escola {
  background: url(../img/bg-6.png) no-repeat;
  background-size: auto 180px;
  background-position: calc(50% + 380px) 190px;
}

#legislativo,
#repasses,
#falando,
#mulher,
#projeto,
#escola,
#modernizacao,
#retomada {
  padding: 0 0 100px 0;
}

#repasses .title-img,
#mulher .title-img,
#escola .title-img,
#falando .title-img,
#modernizacao .title-img,
#retomada .title-img {
  margin: 0 auto 70px auto;
  height: 80px;
}

#projeto .title-img,
#escola .title-img.center {
  margin: 0 auto 70px auto;
  height: 140px;
}

#falando .title-img {
  transform: translateX(-45px);
}

#projeto .title-img {
  transform: translateX(-22px);
}

#mulher .title-img {
  transform: translateX(45px);
}

#escola .title-img.center {
  transform: translateX(-32px);
}

#retomada .title-img {
  transform: translateX(-45px);
}

#falando p,
#projeto p,
#modernizacao p,
#retomada p {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

#mulher p,
#escola p {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

#projeto .text-center {
  margin-top: 50px;
}

#retomada .text-center {
  display: block;
  margin-top: 100px;
  width: 100%;
}

#background {
  display: block;
  position: relative;
  background: url(../img/bg-2.png) top center no-repeat;
  background-size: 100% auto;
}

#escola .title-img {
  margin-top: 70px;
}

/* MEDIA QUERY
--------------------------- */

@media screen and (min-width: 1500px) {

  main {
    background: url(../img/bg-4.png) top center no-repeat;
    background-size: 100% auto;
  }

  #background,
  #legislativo {
    background: none;
  }

}


@media screen and (max-width: 992px) {

  .nav-home {
    display: none;
  }

  nav img {
    margin: 10px auto;
    height: 50px;
  }

  #legislativo {
    margin-top: 0;
  }

  .title-img,
  .title-img.center {
    height: auto !important;
    transform: translateX(0) !important;
  }

  #background,
  #legislativo,
  #falando,
  #mulher,
  #escola {
    background: none !important
  }

  p {
    width: 100% !important;
  }

  #falando br {
    display: none;
  }

  #legislativo,
  #repasses,
  #falando,
  #mulher,
  #projeto,
  #escola,
  #modernizacao,
  #retomada {
    padding: 0 0 50px 0;
  }

  #repasses .title-img,
  #mulher .title-img,
  #escola .title-img,
  #falando .title-img,
  #modernizacao .title-img,
  #retomada .title-img {
    margin: 0 auto 40px auto;
  }

}

/* FOOTER
--------------------------- */
footer {
  padding: 50px 0 0 0;
  height: 400px;
  text-align: center;
  background: url(../img/footer-bg.png) bottom center;
  background-size: 100% auto;
}

footer img {
  width: 300px;
}


@media screen and (min-width: 1500px) {

  footer {
    padding: 150px 0 0 0;
    height: 510px;
  }

}

@media screen and (max-width: 992px) {

  footer {
    padding: 0;
    height: 250px;
    background-size: auto 100%;
    background-position: left bottom;
  }

}