.borderLeftRight {
  display: inline-block;
  position: relative;
  color: hsl(222, 25%, 14%);
}

.borderLeftRight::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: hsl(243, 80%, 62%);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.borderLeftRight:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.pd80 {
  padding: 80px 0px;
}

.pd40 {
  padding: 40px 0px;
}

.imagem {
  width: 100%;
}

.redondo {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 300px) {
  #banner {
    height: 100vh;
    background-image: url('../../assets/img/02.jpg');
    background-position: top right;
    background-size: cover;
  }
}

@media (min-width: 576px) {
  #banner {
    height: 100vh;
    background-image: url('../../assets/img/01.jpg');
    background-position: top center;
    background-size: cover;
  }
}

@media (min-width: 300px) {
  #banner_c1 {
    padding-top: 250px;
  }
}

@media (min-width: 300px) {
  #banner_h2 {
    padding: 30px 0px;
    color: #fff;
    font-weight: 300;
    font-size: 31px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #banner_h2 {
    padding: 30px 0px;
    color: #444444;
    text-align: left;
    font-size: 38px;
  }
}

#menu2 {
  background-color: #00a651;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

#menu2 .nav-link {
  color: #fff;
}

#menu2 .nav-link:hover {
  background-color: #007d3d;
}

.navbar-toggler {
  background-color: #6f6f6f;
}

.h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding-bottom: 30px;
  color: #00a651;
}

.h1::after {
  content: ' ';
  color: #333;
  width: 50px;
  height: 3px;
  background: #1d1e1d;
  display: block;
  margin-top: 28px;
}

.h1e {
  font-family: Montserrat, sans-serif;
  padding-bottom: 30px;
  color: rgb(234,174,21);
  font-weight: bold;
}

.h1e::after {
  content: ' ';
  color: #333;
  width: 50px;
  height: 3px;
  background: rgb(234,174,21);
  display: block;
  margin-top: 28px;
}

h2 {
  color: #00a651 !important;
  font-weight: 300 !important;
}

#navtopo {
  position: absolute;
  width: 100%;
}

#topo-menu-toogle {
  display: none;
}

.termo1 {
  padding: 40px;
  background: #ededed;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #393939;
  background-image: url('../../assets/img/fundo-linhas.png');
}

.termo1p {
  padding: 40px;
  background-color: rgb(20,20,20);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #7e7e7e;
  background-image: url('../../assets/img/fundo-linhas.png');
}

.termo2 {
  padding: 40px;
  background: #343434;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ffffff;
  background-image: url('../../assets/img/fundo-linhas.png');
}

.termo2p {
  padding: 40px;
  background: #343434;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #7e7e7e;
  background-image: url('../../assets/img/fundo-linhas.png');
}

p a {
  color: #999;
}

.bloco {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  min-height: 320px;
}

.blocop {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  min-height: 240px;
  background-color: rgb(62,62,62);
  color: rgb(255,255,255);
}

.bloco2 {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.bloco2p {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: rgb(62,62,62);
  color: rgb(255,255,255);
}

.bloco3 {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  min-height: 160px;
}

.bloco3p {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  min-height: 160px;
  background-color: rgb(62,62,62);
  color: rgb(255,255,255);
}

.blocoe {
  background-color: #252525;
}

@media (min-width: 300px) {
  #banner_brand {
    font-size: 17px;
    color: rgba(255,255,255,0.9);
  }
}

@media (min-width: 576px) {
  #banner_brand {
    font-size: 34px;
    color: rgba(255,255,255,0.9);
  }
}

@media (min-width: 768px) {
  #banner_brand {
    font-size: 29px;
    color: rgba(255,255,255,0.9);
  }
}

.h5 {
  color: rgb(0,0,0);
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
}

.h5b {
  color: rgb(255,255,255);
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
}

#porque h5 {
  font-family: 'Montserrat', sans-serif;
  padding: 10px 20px;
}

#porque .fas {
  color: #f5a342;
  font-size: 50px;
  padding: 35px 20px;
}

.porque_div {
  border: 3px solid #f5a342;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 130px;
  height: 130px;
  margin: 0 auto;
}

.whatsapp {
  position: fixed;
  top: 82%;
  right: 1%;
  padding: 10px;
  z-index: 10000000;
}

.nav-link {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 2px;
  background-color: rgb(33,35,42);
  color: #ffffff !important;
}

