@import url("https://fonts.googleapis.com/css?family=Muli:400,600");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

/* EX:
@include transform(rotate, 0deg);
@include transition(.5s, ease-in-out);
@include transform-origin(right, center);
*/
* {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  counter-reset: section;
  margin: 0;
  padding: 0;
  /* Set a counter named 'section', and it`s initial value is 0. */
}

header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  color: #FFF;
  width: 100%;
  background-color: lightgrey;
  background: url(/imagens/page_sep-2.png) no-repeat center center;
  background-size: cover;
  display: flex;
  place-items: center;
  justify-content: center;
}
header h1 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: 5px;
}

#cont {
  width: 100%;
  max-width: 1024px;
  margin: 30px auto 0;
  padding: 0 20px;
}
#cont h1, #cont h2 {
  font-weight: 600;
  line-height: 1.1;
  color: #666;
}
#cont a {
  color: #19437f;
  text-decoration: underline;
}
#cont h1 {
  font-size: 2em;
  line-height: 1;
  margin-top: 50px;
}
#cont h1::before {
  counter-increment: section;
  white-space: pre;
  /* Increment the value of section counter by 1 */
  font-size: 0.6em;
  opacity: 0.5;
  /* content: counters(section, ".", decimal-leading-zero) ". "; */
}
#cont h1:first-of-type {
  margin-top: 0;
}
#cont h2 {
  font-size: 1.2em;
  margin-top: 30px;
}
#cont p, #cont li {
  font-size: 15px;
  line-height: 1.45;
  text-align: justify;
  color: #666;
}
#cont p:first-of-type {
  margin-top: 0;
}

#menu_mobile {
  background-color: #004080;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 3;
}
#menu_mobile.open {
  display: block !important;
  opacity: 1 !important;
}
#menu_mobile ul {
  margin: 0;
  padding: 0;
  padding-top: 110px;
}
#menu_mobile ul li {
  margin: 0;
  padding: 0;
  display: block;
  height: 50px;
  line-height: 50px;
  border-top: solid 1px rgba(255, 255, 255, 0.7);
  padding: 0 20px;
  font-size: 1.1em;
}
#menu_mobile ul li:first-child {
  margin-top: 0;
}
#menu_mobile ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
}
#menu_mobile ul li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}

.menu_toggle {
  width: 40px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 1002;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
.menu_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #004080;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu_toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu_toggle span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu_toggle span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu_toggle.open span {
  background-color: #FFF;
  left: 6px;
}
.menu_toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
}
.menu_toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu_toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 27px;
}

#topo {
  height: 80px;
  position: relative;
  z-index: 2;
  background-color: #FFF;
  margin-bottom: 30px;
}
#topo img {
  height: 100%;
  width: auto;
  max-width: 400px;
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
}

#menu {
  display: none;
}

/* content: counters(name, ".", decimal-leading-zero)*/
@media screen and (min-width: 768px) {
  .menu_toggle {
    display: none;
  }

  #topo {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
  }
  #topo img {
    position: static;
    margin: 0 auto;
    height: 90px;
  }
  #topo #menu {
    display: block;
    margin-top: 20px;
  }
  #topo #menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  #topo #menu ul li {
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
  }
  #topo #menu ul li a {
    color: #777;
    text-decoration: none;
  }
  #topo #menu ul li a.on {
    color: #004080;
    font-weight: 700;
  }
  #topo #menu ul li a:hover {
    color: #004080;
  }
}
.clear {
  clear: both;
}

@media screen and (min-width: 1024px) {
  header {
    display: block;
  }
  header h1 {
    width: 100%;
    max-width: 1140px;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0 auto;
    padding-top: 130px;
    vertical-align: bottom;
  }

  .menu_toggle {
    display: none;
  }

  #cont {
    width: 100%;
    max-width: 1140px;
  }

  #topo {
    height: auto;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    width: 100%;
    max-width: 1140px;
  }
  #topo img {
    position: static;
    margin: 0 auto;
    height: 90px;
    float: left;
  }
  #topo #menu {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  #topo #menu ul li {
    margin-right: 20px;
    font-size: 14px;
  }
  #topo #menu ul li:last-child {
    margin-right: 20px;
  }
}
