html,
body,
div {
  font-family: 'Roboto Mono', monospace;
  font-size: 22px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: lightblue;
}

h1 {
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
  font-size: 36px;
  color: #3d3c3c;
}

h2 {
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  font-size: 28px;
  color: #3d3c3c;
}

h3 {
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  font-size: 24px;
  color: #3d3c3c;
}

p {
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  font-size: 20px;
  color: #3d3c3c;
}

.ibtn {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  margin-left: 190px;
}

.manut {
  width: 100%;
  height: auto;
  min-height: 420px;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
}

.manut-item {
  width: 100%;
  flex: 1;
  padding: 5px;
}

.ntcad {
  color: #fff;
}
.ntcad a {
  color: #fff;
  text-decoration: none;
}
.ntcad a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.ntcadb {
  color: #000;
}
.ntcadb a {
  color: #000;
  text-decoration: none;
}
.ntcadb a:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.btnw {
  width: 290px;
  height: 40px;
}

.bla {
  color: #000;
}

.bell {
  font-size: 14px;
}

.pad20 {
  width: 100%;
  padding: 20px;
  text-align: left;
}

.centered {
  text-align: center;
}
.titulos {
  width: 100%;
  height: auto;
  background-image: url('../images/ban4.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

.titulosS {
  width: 100%;
  height: auto;
  background-image: url('../images/ban5.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.peq {
  font-size: 10px;
}
.crx {
  height: 500px;
}
.fundo {
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  background-color: #011f4b;
}
.rs {
  background-color: blue;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.lar {
  background-color: orange;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.red {
  color: red;
  font-weight: bold;
}

.borderwho {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  border-top: solid 20px #39ff14;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.borderlogin {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: solid 20px #39ff14;
}

.bar1 {
  width: 35px;
  height: 4px;
  background-color: #000;
  margin: 6px 0;
  margin-left: 30px;

  transition: 0.4s;
}

.bar1:hover {
  background-color: #329cd7;
  transform: rotate(360deg);
  transform-origin: center;
}

.bar2 {
  width: 35px;
  height: 4px;
  background-color: #000;
  margin: 6px 0;
  margin-left: 30px;

  transition: 0.4s;
}

.bar2:hover {
  background-color: #329cd7;
  transform: rotate(360deg);
  transform-origin: center;
}

.bar3 {
  width: 35px;
  height: 4px;
  background-color: #000;
  margin: 6px 0;
  margin-left: 30px;
  margin-bottom: 30px;
  transition: 0.4s;
}

.bar3:hover {
  background-color: #329cd7;
  transform: rotate(360deg);
  transform-origin: center;
}

.hamburguer {
  margin-top: 30px;
  padding-top: 30px;
  color: #ffffff;
  font-size: 36px;
  cursor: pointer;
}

/* The side navigation menu */
.sidenav {
  line-height: 20px;
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
  text-decoration: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 50px;
  font-size: 36px;
  margin-left: 50px;
  font-size: 36px;
}

.sidenav .closebtn:hover {
  position: absolute;
  top: 15px;
  right: 50px;
  font-size: 36px;
  margin-left: 50px;
  font-size: 36px;
  color: #329cd7;
  transform: scale(1.5);
}

.divisoria {
  width: 100%;
  height: 10px;
  background-color: #000;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.cinza {
  color: #3d3c3d;
}

.white {
  color: #fff;
}

.amigos {
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
}

.capa {
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

.logo {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.top2 {
  width: 100%;
  height: 180px;
  background: coral;
}

.menu-fixo {
  position: fixed !important;
  top: 0;
  z-index: 99;
}

#menu {
  width: 100%;
  height: 70px;
  background: #011f4b;

  z-index: 99 !important;
}

#menu ul {
  list-style: none;
  position: relative;
  z-index: 99 !important;
}

#menu ul li {
  width: 245px;
  float: left;
}

#menu a {
  padding: 15px;
  display: block;
  text-decoration: none;
  text-align: center;
  background: #011f4b;
  color: #fff;
}

#menu ul ul {
  position: absolute;
  visibility: hidden;
}

#menu ul li:hover ul {
  visibility: visible;
}

#menu a:hover {
  background: #005b96;
}

#menu ul ul li {
  float: none;
  border-bottom: solid 1px #ccc;
}

#menu ul ul li a {
  background: #03396c;
}

label[for='bt_menu'] {
  padding: 5px;
  background: #011f4b;
  color: #fff;

  text-align: center;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  width: 60px;
  height: 50px;
  border-radius: 3px;
}

#bt_menu {
  display: none;
}

label[for='bt_menu'] {
  display: none;
}

@media (max-width: 768px) {
  label[for='bt_menu'] {
    display: block;
  }

  #bt_menu:checked ~ #menu {
    margin-left: 0;
  }

  #menu {
    margin-top: 5px;
    margin-left: -100%;
    opacity: 0.7;
    transition: all 0.4s;
    z-index: 99 !important;
  }

  #menu ul li {
    width: 100%;
    float: none;
    z-index: 99 !important;
  }

  #menu ul ul {
    position: static;
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s;
    z-index: 99 !important;
  }

  #menu ul li:hover ul {
    height: auto;
    max-height: 200px;
    z-index: 99 !important;
  }
}

.top {
  width: 100%;
  height: 70px;
  text-align: center;
  background-color: #3d3c3d;
  color: #3d3c3d;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.top-item {
  width: 100%;
  flex: 1;
}

.topnav {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;

  color: #3d3c3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topnav-item {
  width: 100%;
  flex: 1;
}

.marcador {
  font-size: 12px;
}

.informa {
  font-size: 14px;
}

span2 img {
  border: solid 4px #fff;
  border-radius: 50px;
}

.linked {
  color: #fff;
  text-decoration: none;
}

.linked:hover {
  color: #000;
  font-weight: bold;
}

.linked2 {
  color: #fd7404;
  text-decoration: none;
}

.linked2:hover {
  color: #000;
  font-weight: bold;
}

.btn-black {
  background-color: #3d3c3d;
  color: #fff;
  border: none;
  outline: none;
  padding: 7px;
  border-radius: 5px;
}

.btn-black:hover {
  background-color: #3d3c3d;
  color: #39ff14;
}

.btn-azul {
  width: 200px;
  height: auto;
  padding: 10px;
  background-color: #329cd7;
  color: #fff;
  border: solid 2px #f4f4f4;
  border-radius: 100px;
  font-size: 22px;
}

.btn-bco {
  width: 200px;
  height: auto;
  padding: 10px;
  background-color: #f4f4f4;
  color: #329cd7;
  border: solid 2px #329cd7;
  border-radius: 100px;
  font-size: 22px;
}

.foot {
  width: 100%;
  height: 40px;
  background-color: #329cd7;
  color: #fff;
  display: flex;
  box-sizing: border-box;
}

.foot-item {
  width: 100%;
  flex: 1;
  box-sizing: border-box;
}

.foot-item:nth-child(1) {
  padding: 10px;
  text-align: left;
}

.foot-item:nth-child(2) {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.foot-item:nth-child(3) {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.foot-item:nth-child(4) {
  padding: 10px;
  text-align: right;
  box-sizing: border-box;
}

.tripla {
  width: 100%;
  height: auto;
  display: flex;
  box-sizing: border-box;
}

.tripla-item {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-left: 5px;
  flex: 1;
}

.tripla-item:nth-child(1) {
}

.tripla-item:nth-child(2) {
}

.tripla-item:nth-child(3) {
}

.chart_wrap {
  width: 100%;
  height: auto;
  background-color: lightblue;
  text-align: center;
}

.servico {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 30px;
}

#mob {
  display: none;
}
#desktop {
  display: block;
}

@media (max-width: 768px) {
  .tripla {
    flex-direction: column;
  }
  .topnav {
    flex-direction: column;
  }

  #desktop {
    display: none;
  }
  #mob {
    display: block;
  }
  #bt_menu {
    display: none;
  }
  #lb_menu {
    display: none;
  }
  .manut {
    width: 100%;
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    padding: 7px;
    box-sizing: border-box;
  }
  .crx {
    height: 500px;
  }
}
