@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #7F7F7F;
}

@media (min-width: 992px) {
 header  .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
        .navbar-expand-lg .navbar-collapse {
        margin-top: 18px;
    }
}
@media (min-width: 992px) {
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}
}
header .nav-link:after{
  content: "";
  width: 0px;
  left: 0px;
  height: 2px;
  display: block;
  transition: 0.8s all;
  margin-top: 5px;
}
header .nav-link:hover:after{
  content: "";
  width: 100%;
  left: 0px;
  height: 2px;
  background-color: #283C81;
  display: block;
}
header .nav-link:hover{
  color: #283C81;
  font-weight: 500;
}
header .rt{
  background-color: #008DC7;
    color: #fff;
    padding: 8px;
    margin-right: 8px;
    font-size: 20px;
    text-align: center;
    width: 36px;
    height: 36px;
    display: inline-grid;
    text-decoration: none;
    transition: 0.8s all;
}
header .rt:hover{
  background-color: #283C81;
}

@media (min-width: 992px) {
.redes-top{
  margin-left: 25px;
}
}
@media (max-width: 992px) {
.navbar-nav{
  background-color: #F9F9F9;
  padding: 12px;
  margin-top: 15px;
}
}
.navbar-toggler{
  color: #fff;
  background-color: #008DC7;
  border-radius: 0px;
  padding: 15px;
}
@media (min-width: 992px) {
  .banner{
    margin-top: 92px;
  }
}
.banner{
  background-image: url(../../img/site/banner.jpg);
  background-size: cover;
  width: 100%;
  position: relative;
}
.banner:after{
  content: "";
    background: #0a0a0a;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .75;
  }
.banner img{
  display: table;
  margin: auto;
}
.banner .cont-ban{
  padding: 100px 0px;
  position: relative;
  z-index: 999;
}
.banner h1 strong{
  font-weight: 900;
}
@media (min-width: 992px) {
  .banner .cont-ban{width: 80%; display: table;margin: auto;padding: 250px 0px;}
}
.banner h1{
  color: #fff;
  font-size: 45px;
  margin-top: 20px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .banner h1{
  font-size: 24px;
  margin-top: 20px;
}
  .banner img{
    width: 200px;
  }
   .banner .cont-ban{
    padding: 60px 0px;
   }
}

#empresa{
  padding: 120px 0px;
  position: relative;
}
#empresa h2{
  color: #004990;
  font-size: 35px;
  font-weight: 1000;
  margin-bottom: 25px;
}
#empresa h5{
  color: #059DD6;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom:0px;
  line-height: 15px;
}
#empresa p{
  text-align: justify;
}
@media (max-width: 768px) {
  #empresa .img-empresa{
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #empresa:after{
    position: absolute;
    background-image: url(../../img/site/pontos.png);
    right: 20px;
    top: 30px;
    content: "";
    width: 48px;
    height: 139px;
  }
}
#solucao{
  padding: 120px 0px;
  background-color: #182B49;
  color: #fff;
}
#solucao h2{
  color: #fff;
  font-size: 35px;
  font-weight: 1000;
  margin-bottom: 25px;
}
#solucao h5{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom:0px;
  line-height: 15px;
}
#solucao {
  text-align: justify;
}
#solucao .box-sol{
  border: 1px solid #fff;
  padding: 30px 15px;
  height: 100%;
}
#solucao .box-sol img{
  display: table;
  margin: auto;
}
#solucao .box-sol h3{
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  margin: 20px 0px;
}
#solucao .box-sol p{
  text-align: center!important;
}
@media (max-width: 768px) {
  #solucao .box-sol{
    margin-bottom: 15px;
  }
}
#solucao .logos{
  margin-top: 50px;
}
#solucao .logos .box-img{
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  height: 100%;
}
#solucao .logos .col-md-3{
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #solucao .logos .box-img{
    min-height: 161px;
  }
}
#solucao .logos .box-img img{
  display: table;
  margin: auto;
}
#cases{
  padding: 80px 0px;
}
#cases h2{
  color: #004990;
  font-size: 35px;
  font-weight: 1000;
  margin-bottom: 25px;
}
#cases h5{
  color: #059DD6;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom:0px;
  line-height: 15px;
}
#cases p{
  text-align: justify;
}
#cases img{
  margin-bottom: 25px;
}
#cases .energetica{
  padding: 50px 0px;
  position: relative;
}
@media (min-width: 992px) {
 #cases .energetica:after{
    position: absolute;
    background-image: url(../../img/site/pontos.png);
    right: 20px;
    top: 30px;
    content: "";
    width: 48px;
    height: 139px;
  }
}
#cases h1{
  color: #004990;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 20px;
}
 #cases .col-c{
  background-color: #F9F9F9;
  padding: 80px 0px;
}

footer{
  padding: 50px 0px;
  background-color: #182B49;
  color: #fff
}
footer .logo{
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 768px) {
footer .logo{
  display: table;
    margin: 0px auto;
    width: 170px;
    padding: 20px;
}
footer h5{
  margin-top: 15px;
}
}
footer h5{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .rt{
  background-color: #008DC7;
    color: #fff;
    padding: 8px;
    margin-right: 8px;
    font-size: 20px;
    text-align: center;
    width: 36px;
    height: 36px;
    display: inline-grid;
    text-decoration: none;
    transition: 0.8s all;
}
footer .rt:hover{
  background-color: #283C81;
}
footer a{
  color: #fff;
  text-decoration: none;
  display: block;
}
footer a:hover{
  text-decoration: underline;
}
footer .infos i{
  color: #fff;
  padding-right: 8px;
}
.modal h1{
  color: #004990;
  font-size: 35px;
  font-weight: 900;
}
.modal .btn{
  background-color: #004990;
  color: #fff;
  border: none;
}
.link-doc{
  color: #004990;
  border: solid 1px #004990;
  transition: 0.8s all;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
  padding: 10px;
  font-weight: 500;
}
.link-doc:hover{
  background-color: #004990;
  color: #fff;
}
.banner-int{
  background-color: #182B49;
  margin-top: 90px;
}
.banner-int h1{
  font-size: 35px;
  padding: 80px 0px;
  font-weight: 900;
  color: #fff;
}
.documentos{
  padding: 100px 0px;
}
.documentos h3 {
    color: #004990;
    font-size: 28px;
    font-weight: 1000;
    margin-bottom: 25px;
}
.accordion-button:not(.collapsed){
  border:#182B49 solid 1px;
  color: #fff;
  background-color: #182B49;
  box-shadow: none;
}
.accordion-item{
  margin: 15px 0px;

}
.accordion-button{
  color: #182B49;
}
.accordion-body{
  padding: 25px 0px;
}
.accordion-body a{
  display: block;
  color: #182B49;
  margin-bottom: 10px;
}
.accordion-body .fa-file-pdf{
  color: #059DD6;
  padding-right: 8px;
}
