#logo {
  float: left;
  margin-top: 20px;
}

#logo img {
  height: 70px;
}

header {
  width: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(15, 19, 32, 0.8);
  border-bottom: solid 0.5px #3A434A;
  box-shadow: 10px 10px 10px;
}

header nav {
  float: right;
}

header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}

header nav ul li {
  list-style: none;
  width: 150px;
  text-align: center;
  line-height: 50pt;
  border-right: solid 0.25px #f2f2f2;
  border-left: solid 0.25px #f2f2f2;
  line-height: 110px;
}

header nav ul li:last-child {
  border-left: none;
}

header nav ul li:first-child {
  border-right: none;
}

header nav ul li:hover {
  background-color: #4054B2;
}

header nav ul li a {
  text-decoration: none;
  color: #f2f2f2;
  font-size: 14pt;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.bandeira img {
  width: 100%;


}

.bandeira {
  width: 30px;
  text-align: center;

}

.toggle {
  float: right;
  line-height: 100px;
  font-size: 40px;
  cursor: pointer;
  display: none;
}


@media only screen and (max-width: 1400px) {
  .toggle {
    display: block;
  }

  nav {
    position: absolute;
    width: 20%;
    height: calc(100vh - 100px);
    background: rgba(15, 19, 32, 0.8);
    top: 100px;
    left: -100%;
    transition: 0.5s;


  }

  ul {
    flex-direction: column;
    border: none;
    justify-content: center;

  }

  ul li {
    border-left: none;
    border-right: none !important;

  }

  ul li a {
    border: none !important;

  }

  .active {
    left: 0px;
  }

}

#boxes h1 {
  font-family: Open Sans, sans-serif;
  font-size: 40pt;
  font-weight: 100;
  text-align: center;
  letter-spacing: 7.7px;
}

#boxes hr {
  width: 400px;
}

#boxes h2 {
  font-family: Open Sans, sans-serif;
  font-size: 18pt;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1px;
}

.box-wrap {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.box {
  width: 350px;
  text-align: center;
  margin: 0 20px 0 20px;
  align-content: stretch;
  align-items: stretch;
  border: solid #3A434A 2px;
  padding: 15px;
  background: #06121B;
  box-shadow: 5px 5px 5px #000000;
  margin-bottom: 20px;
}

.box img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.box p {
  font-size: 13pt;
}

.box h3 {
  font-family: Open Sans, sans-serif;
  color: #6EC1E4;
  font-size: 21pt;
  font-weight: 400;
}

#icons h2 {
  font-family: Open Sans, sans-serif;
  font-size: 35pt;
  font-weight: 300;
  text-align: center;
  letter-spacing: 7.7px;
}

#icons hr {
  width: 300px;
}

#icons i {
  font-size: 90pt;
  float: left;
}

.icon-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.icon-box {
  width: 470px;
  margin: 50px 20px 50px 20px;
}

.icon-box .text {
  float: right;
  width: 300px;
}

.icon-box .fa-money-bill-alt {
  margin-right: 10px;
}

.verde-claro {
  color: #23a455;
}

.azul-claro {
  color: #6ec1e4;
}

.azul-escuro {
  color: #4054b2;
}

.verde-mais-claro {
  color: #61ce70;
}

#vantagens h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36pt;
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
}

#vantagens hr {
  width: 600px;
}

#vantagens .list-sec-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

#vantagens .list-sec-wrap ul {
  list-style: none;
}

#vantagens .list-sec-wrap ul li {
  display: flex;
}

#vantagens .list-sec-wrap ul i {
  margin-right: 20px;
  color: #23a455;
}

@media only screen and (max-width: 1300px) {
  #vantagens .list-sec-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #boxes .box-wrap {
    flex-wrap: wrap;
  }
}

#vantagens img {
  width: 600px;
  height: 350px;
  object-fit: cover;
  margin-right: 20px;
  margin-bottom: 30px;
}

#vantagens ul {
  font-size: 14pt;
  line-height: 38pt;
  margin-left: 20px;
  min-width: 600px;
}

#vantagens ul li:first-child {
  line-height: 18pt;
}

#video-sec {
  position: relative;
  top: -50px;
  z-index: 1;
  height: auto;
  overflow: hidden;
  clear: both;
  width: 100%;
  height: 900px;
}

#video-bg {
  width: 100%;
  height: auto;
}

@font-face {
  src: url(../fonts/Titillium_web/TitilliumWeb-Regular.ttf);
  font-family: Titillium;
}

@font-face {
  src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
  font-family: OpenSans;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Titillium, sans-serif;
  background: #06121B;
}

.container {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  color: #f2f2f2;
}

/*menu*/
/* video background*/
/* boxes section */
/* paralax 1 */
#paralax1 {
  background-image: url(../imagens/03-resized.jpg);
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
  color: #f2f2f2;
  height: 400px;
}

/*icons section*/
/* paralax2*/
#paralax2 {
  background-image: url(../imagens/american-public-power-association-4308483.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center 30%;
  color: #f2f2f2;
  height: 400px;
}

/* vantagens lista */
/* footer */
footer {
  margin: 20px 20px 20px 20px;
  color: #f2f2f2;
  text-align: center;
}