

*{
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



ul{
  list-style-type: none;
  padding: 0;
}


body{
  font-family: 'Lato', sans-serif;
}


.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  flex-direction: column;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}





header{
  width: 100%;
  padding: 15px 0;
  background: #4678b2;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 999;
}


header .back{
  padding: 5px 10px;
  position: absolute;
  color: #c0d7e6;
  bottom: -45px;
  left: 15px;
  font-size: 13px;
  border: 1px solid #c0d7e6;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}

header .back:hover{
  text-decoration: none;
  background: #fafafa;
  border-color: #fafafa;
  color: #107bb6;
}






.download{
  padding: 12px 20px;
  color: #fafafa;
  position: fixed;
  right: 0;
  top: 102px;
  background: #4678b2; 
  z-index: 99;
}

.download:before{
  content: " ";
  width: 0;
  height: 0;
  border-top: 44px solid #4678b2;
  border-left: 44px solid transparent;
  position: absolute;
  top: 0;
  left: -44px;
}

.download:hover{
  color: #fcb530;
}



.navbar-brand img{
  width: 100%;
  height: auto;
}

header nav{
  margin: 0!important;
  border: none;
}

.navbar-nav > li{
  margin-right: 1px;
}

.navbar-nav > li > a{
  color: #fafafa;
  font-size: 16px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a{
  color: #4678b2;
  background: #fff;
}





#banner{
  width: 100%;
  height: 800px;
  padding-top: 80px;
  margin-top: 100px;
  margin-bottom: 300px;
  text-align: center;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fadae+0,036db7+100 */
  background: rgb(63,173,174); /* Old browsers */
  background: -moz-linear-gradient(45deg,  rgba(63,173,174,1) 0%, rgba(3,109,183,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(63,173,174,1) 0%,rgba(3,109,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(63,173,174,1) 0%,rgba(3,109,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fadae', endColorstr='#036db7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  position: relative;
}


#banner h1{
  margin: 0 0 25px;
  display: block;
  color: #fcb530;
  font-size: 32px;
}

#banner .divisor{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -360px;
}




section{
  padding: 50px 0;
}

section h2{
  font-size: 80px;
  font-weight: 800;
}

section h2 span{
  font-size: 42px;
  display: block;
  font-weight: 600;
}

section h3{
  font-size: 28px;
  font-weight: 800;
}

section p{
  color: #626262;
}

section .pills{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section .pills li{
  width: 23%;
  padding: 15px;
  flex-wrap: wrap;
  border-radius: 10px;
  text-align: center;
  border: 1px solid transparent;
}

section .know-more{
  width: 420px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  color: #727272;
  font-size: 15px;
}

section .know-more img{
  margin-right: 15px;
}

section.text-right .know-more{
  margin-top: 20px;
  float: right;
}

section .plus{
  width: 100%;
  text-align: center;
  color: #626262;
}


.infographics{
  padding: 0 30px;
  margin: 60px 0;
}

.infographics h3{
  margin: 0 0 25px;
}

.infographics img{
  border-radius: 5px;
  overflow-y: hidden;
}



#somos h2{
  color: #0066b2;
}

#somos .star{
  color: #0066b2
}

#somos .pills{
  margin: 20px 0;
}

#somos .pills li{
  background: #0066b2;
  color: #fff;
}

#somos .know-more:hover{
  border-color: #0066b2;
  color: #0066b2;
}



#governanca h2, #governanca h3{
  color: #56bbab;
}

#governanca .know-more:hover{
  border-color: #56bbab;
  color: #56bbab;
}




#pessoas h2, #pessoas h3{
  color: #ac719d;
}

#pessoas .pills li{
  border: 1px solid #ac719d;
  font-weight: 700;
  font-size: 16px;
  color: #626262;
}

#pessoas .pills li span{
  display: block;
  color: #ac719d;
}

#pessoas .pills li div{
  font-size: 24px;
}


#pessoas .graph{
  padding: 10px 0 10px 20px;
  margin: 30px 0;
  display: block;
  border-left: 3px solid #ac719d;
}

#pessoas .graph li{
  margin-bottom: 15px;
}

#pessoas .graph span{
  color: #ac719d;
  font-weight: 700;
  font-size: 18px;
}

#pessoas .graph div{
  height: 15px;
  background: #727272;
}


#pessoas .slider{
  padding: 50px 0;
  background: #ece4eb;
}

#pessoas .slider h3{
  margin: 0 0 15px;
  font-size: 28px;
  color: #ac719d;
}

#pessoas .slider p{
  color: #727272;
}

#pessoas .slider .swiper-slide{
  padding: 0 60px;
}

#pessoas .know-more{
  margin: 20px auto;
  display: block;
  text-align: center;
}

#pessoas .know-more:hover{
  border-color: #ac719d;
  color: #ac719d;
}

#pessoas .extra{
  margin-top: 40px;
  margin-bottom: 20px;
}

#pessoas .extra .box{
  min-height: 170px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #ac719d;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#pessoas .extra .box h3{
  font-size: 22px;
}





#clientes h2, #clientes h3{
  color: #004694;
}

#clientes .sub{
  margin: 20px 0;
  display: block;
  color: #004694;
  font-weight: 800;
  font-size: 20px;
}


#clientes .pills li{
  width: 48%;
  margin: 0 0 20px 10px;
  border-color: #004694;
  color: #004694;
  font-weight: 700;
}

#clientes .know-more{
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}

#clientes .know-more:hover{
  border-color: #004694;
  color: #004694;
}


#clientes .ouvidoria{
  margin: 40px 0 20px;
}

#clientes .ouvidoria .box{
  padding: 30px 40px;
  margin-top: 20px;
  text-align: center;
  border-radius: 10px;
  background: #004694;
  color: #fafafa;
  font-weight: 700;
}

#clientes .tarj{
  padding: 50px 0;
  margin: 50px 0 1px;
  background: #004694;
  color: #fff;
}

#clientes .tarj h3, #clientes .tarj p{
  color: #fff;
}

#clientes .topic-text{
  width: 390px;
  padding: 10px 15px;
  margin: 0 auto 30px;
  display: block;
  background: #004694;
  color: #fff;
  position: relative;
  text-align: center;
}

#clientes .topic-text::before{
  content: " ";
  width: 0;
  height: 0;
  border-top: 40px solid #004694;
  border-left: 40px solid transparent;
  position: absolute;
  top: 0;
  left: -40px;
}

#clientes .topic-text::after{
  content: " ";
  width: 0;
  height: 0;
  border-top: 40px solid #004694;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0;
  right: -40px;
}

#clientes .space{
  max-width: 800px;
  margin: 40px auto;
}

#clientes .tarj2{
  margin: 30px 0 50px;
  padding: 30px 0;
  background: #f1f1f1;
}

#clientes .tarj2 p{
  font-size: 16px;
}

#clientes .tarj2 .box{
  padding: 10px 20px;
  border: 1px solid #004694;
  color: #004694;
  font-weight: 700;
  border-radius: 10px;
}









#resultados h2, #resultados h3{
  color: #96c452;
}

#resultados .know-more{
  margin: 20px auto;
  display: block;
  text-align: center;
}

#resultados .know-more:hover{
  border-color: #96c452;
  color: #96c452;
}

#resultados .table{
  margin-top: 20px;
}

#resultados .table li{
  padding: 10px;
  border-left: 2px solid #96c452;
  color: #727272;
  font-weight: 700;
  background: #edf3e5;
}

#resultados .table li:nth-child(even){
  background: #f6fcec;
}



#banco h2, #banco h3{
  color: #fcaf17;
}


#banco .boxes{
  margin-top: 50px;
  margin-bottom: 50px;
}

#banco .boxes h3{
  margin: 0 0 20px;
}

#banco .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#banco .box li{
  width: 23%;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  background: #fcaf17;
  color: #484848;
}


#banco .know-more{
  margin: 20px auto;
  display: block;
  text-align: center;
}

#banco .know-more:hover{
  border-color: #fcaf17;
  color: #fcaf17;
}

#banco .plus a{
  color: #fcaf17;
  text-decoration: underline;
}




#sustentabilidade h2, #sustentabilidade h3{
  color: #96c452;
}

#sustentabilidade .know-more{
  margin: 20px auto;
  display: block;
  text-align: center;
}

#sustentabilidade .know-more:hover{
  border-color: #96c452;
  color: #96c452;
}

#sustentabilidade .plus a{
  color: #96c452;
  text-decoration: underline;
}

#sustentabilidade .boxes{
  max-width: 900px;
  margin: 40px auto;
}

#sustentabilidade .boxes .item{
  display: flex;
  margin: 0 0 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sustentabilidade .boxes .item h3{
  width: 30%;
  text-align: right;
}

#sustentabilidade .boxes .item .text{
  width: 65%;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #96c452;
}







footer{
  width: 100%;
  padding: 400px 0 80px;
  background: url(../images/bg-footer.png) no-repeat center top;
  color: #95b2d3;
  font-size: 12px;
}

footer img{
  margin: 0 auto 10px;
  display: block;
}




/* Responsivo */

.navbar-toggle{
	background: #ff9500;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.navbar-toggle.collapsed{
  background: none;
  border: 1px solid #ff9500;
}

.navbar-toggle .icon-bar{
	background: #fff;
}



@media (max-width: 1199px) and (min-width: 992px) {

	
  .navbar-brand{
    width: 200px;
    padding: 0 15px;
    margin-top: 5px;
  }

  #navbar{
    padding: 0;
  }

  .navbar-nav > li > a{
    padding: 2px 10px;
    font-size: 14px;
  }


  #banner{
    height: 650px;
    margin-top: 85px;
  }

  .download{
    top: 86px;
  }

  #banner .divisor{
    bottom: -250px;
  }



}


@media (max-width: 991px) and (min-width: 768px) {


  .navbar-header{
    width: 100%;
  }

  .navbar-brand{
    width: 200px;
    padding: 0 15px;
    margin: 5px auto!important;
    display: block;
    float: none;
  }

  #navbar{
    padding: 0;
  }

  .navbar-nav{
    width: 100%;
    text-align: center;
  }

  .navbar-nav > li{
    margin: 0 0 10px;
    float: none;
    display: inline-block;
  }

  .navbar-nav > li:last-child{
    margin-bottom: 0;
  }

  .navbar-nav > li > a{
    padding: 5px 10px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
  }


  .download{
    width: 460px;
    left: 50%;
    margin-left: -230px;
    top: 500px;
    position: absolute;
    background: none;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fafafa;
  }

  .download::before{
    display: none;
  }


  header .back{
    top: 15px;
    bottom: auto;
  }


  #banner{
    height: 650px;
    margin-top: 140px;
  }


  #banner .divisor{
    bottom: -250px;
  }



  section .know-more{
    margin: 30px auto 60px;
    display: block;
    text-align: center;
    float: none!important;
   }

   section h2, section h3{
    text-align: center;
   }

   section p{
    text-align: center;
   }

   section img.center-block{
    margin-top: 50px;
   }



   #pessoas .extra .box{
    margin-bottom: 15px;
   }


   #clientes .sub{
    text-align: center;
   }

   #clientes .tarj2 .box{
    text-align: center;
    margin-bottom: 15px;
   }

   #clientes .know-more{
    margin: 30px auto 0;
   }



   #banco ul.list li{
    padding: 5px 0;
    text-align: center;
   }


   #sustentabilidade .boxes p{
    text-align: left;
   }


}


@media (max-width: 767px) {

  .nav > li > a:hover,
  .nav > li > a:focus,
  .nav > li.active > a{
    background: #ff9500;
    color: #fafafa;
  }

  .navbar-nav > li > a{
    text-align: right;
  }


	 #banner{
    margin-top: 95px;
    padding-top: 150px;
    margin-bottom: 150px;
   }


   #banner .divisor{
    bottom: -150px;
   }


   .download{
    top: 95px;
   }



   .container{
    padding: 0 30px;
   }

   section h2, section h3{
    text-align: left;
   }

   section h3{
    margin-top: 30px;
   }

   section p{
    font-size: 15px;
    line-height: 24px;
    text-align: left;
   }

   section img.center-block{
    margin-top: 50px;
   }

   section .know-more{
    margin: 30px auto 60px;
    display: block;
    text-align: center;
    float: none!important;
   }



   #pessoas .extra .box{
    min-height: auto;
    padding: 30px 30px;
    margin-bottom: 15px;
   }

   #pessoas .extra .box h3{
    margin: 0 0 10px;
   }

   #pessoas .extra .box p{
    margin: 0;
   }

   #pessoas .slider p{
    text-align: center;
   }


   #clientes .sub{
    text-align: left;
   }

   #clientes .tarj2 .box{
    text-align: center;
    margin-bottom: 15px;
   }

   #clientes .know-more{
    margin: 30px auto 0;
   }



   #banco ul.list li{
    padding: 5px 0;
   }


   #sustentabilidade .boxes .item{
    flex-direction: column;
   }

   #sustentabilidade .boxes .item h3{
    width: 100%;
    text-align: center;
   }

   #sustentabilidade .boxes .item .text{
    width: 100%;
    padding: 20px;
    text-align: center;
    border: none;
    border-top: 2px solid #96c452;
    text-align: center;
   }

   #sustentabilidade .boxes p{
    text-align: center;
   }


}


@media (max-width: 600px) {


  header .back{
    right: 10px;
    top: auto;
    left: auto;
    bottom: -80px;
  }


  #banner{
    height: 550px;
  }

  #banner h1{
    font-size: 28px;
  }

  #banner span img{
    max-width: 450px;
    margin: 0 15px;
  }


  section h2{
    font-size: 50px;
  }

  section h2 span{
    font-size: 32px;
  }

  section .pills li{
    width: 49%;
    margin-bottom: 10px;
  }



  #pessoas .pills li{
    width: 100%!important;
  }

  #pessoas .slider h3{
    text-align: center;
  }


  #clientes .tarj{
    padding: 0 0 50px;
  }


  #banco .box li{
    width: 49%;
    margin-bottom: 10px;
  }



}


@media (max-width: 480px) {


  #banner h1{
    font-size: 24px;
  }

  #banner span img{
    max-width: 290px;
    margin: 0 15px;
  }


  section .know-more{
    width: auto;
    margin: 20px 15px!important;
  }

  section .pills li{
    width: 100%;
  }

  section h2{
    font-size: 38px;
  }

  section h2 span{
    font-size: 28px;
  }


  .infographics{
    padding: 0 10px;
  }


  #pessoas .slider .swiper-slide{
    padding: 0 40px;
  }


  #clientes .pills li{
    width: 100%;
  }

  #clientes .topic-text{
    width: 100%;
  }

  #clientes .topic-text::before, #clientes .topic-text::after{
    display: none;
  }


  #banco .box li{
    width: 100%;
  }


  .slider .container{
    padding: 0;
  }



}


@media (max-width: 375px) {

  #banner{
    margin-bottom: 100px;
  }

  #banner .divisor{
    bottom: -100px;
  }

}


@media (max-width: 320px){



}



