footer{
  background: #00003a;
}
.rodape{
  width: 100%;
  padding: 60px 0;
}
.rodape .col{
  max-width: 370px;
  margin-right: 30px;
}
.rodape .col:first-child{
  max-width: 370px;
  margin-right: 30px;
  padding-right: 28px;
}
.rodape .col:last-child{
  max-width: 370px;
  margin-right: 0px;
}
.rodape h2, .rodape p, .rodape strong, .rodape address, .rodape a{
  color: #fff;
  display: block;
}
.rodape h2{
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.rodape p {
  font-size: 16px;
  margin-bottom: 30px;
}
.rodape strong{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.rodape address{
  font-size: 16px;
  line-height: 24px;
}
.rodape span{
  text-align: right;
  padding-left: 60px;
}
.img-first{
  margin-right: 30px;
  margin-top: 30px;
}
.rodape img{
  float: left;
}
.rodape li{
  width: 100%;
  display: block;
}
.rodape a{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .5s linear;
}
.rodape a:hover, .rodape .current-menu-item{
  text-decoration: underline;
}
.social {
  width: 100%;
  max-width: 70px;
}
.social li{
  width: auto;
  display: inline-block;
  color: #fff;
  display: block;
}
.social i{
  font-size: 25px;
}
.rodape button{
  max-width: 170px;
  padding: 8px 12px 8px 12px;
  text-align: center;
  height: auto;
  border-bottom: solid 3px #314cb0;
}
.rodape button i{
  float: right;
  line-height: 30px;
}
.scrollToTop, .voltar{
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  border-bottom: solid 3px #bdbdbd;
  text-decoration: none;
  font-weight: 700;
  color: #3b5bd3;
  font-size: 24px;
  font-size: 1.500rem;
  padding-top: 7px;
  opacity: 0;
  transition: all ease .3s;
  cursor: pointer;
}
.voltar{
  right: 110px;
}
.scrollToTop .fa, .voltar .fa{
  font-size: 20px;
  font-size: 1.250rem;
}
.scrollToTop:hover,
.scrollToTop:focus, .voltar:hover {
	background-color: #3b5bd3;
	color: #fff;
	border-color: #314cb0;
}
.visible-btn{
  opacity: 1;
  transition: all ease .5s;
}

/*RESPONSIVE*/
@media screen and (max-width: 1146px){
  .rodape .col:nth-child(2){
    max-width: 190px;
  }
}
@media screen and (max-width: 989px){
  .rodape .col:nth-child(2){
    max-width: 140px;
  }
}
@media screen and (max-width: 938px){
  .rodape {
    flex-flow: wrap;
  }
  .rodape .col:first-child, .rodape .col:last-child{
    max-width: 45%;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .rodape .col:nth-child(2){
    max-width: 5%;
    display: flex;
    align-items: flex-end;
    margin-right: 0;
    padding-bottom: 30px;
  }
  .rodape h2{
    margin-bottom: 20px;
  }
  .rodape button{
    width: 100%;
    max-width: 100%;
  }
  .mb-none, footer nav{
    display: none!important;
  }
}
@media screen and (max-width: 775px){
  .rodape .col:first-child, .rodape .col:last-child{
    max-width: 100%;
  }
  .rodape .col:first-child{
    margin-bottom: 40px;
  }
  .rodape .col:nth-child(2){
    max-width: 100%;
    justify-content: center;
    padding-bottom: 0px;
    order: 3;
  }
  .rodape h2, .rodape p, .rodape strong, .rodape address{
    text-align: center;
  }
  .rodape address{
    margin: 10px 0 20px;
  }
  .rodape span {
    width: 100%;
    padding: 0;
  }
  .rodape .imagens{
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .rodape .img-first{
    margin-top: 18px;
  }
}
@media screen and (max-width: 500px){
  .rodape{
    padding: 60px 0 10px;
  }
  .scrollToTop, .voltar{
    right: 10px;
    bottom: 20px;
  }
  .scrollToTop, .voltar i{
    font-size: 16px;
  }
  .voltar {
    right: 60px;
  }
}
@media screen and (max-width: 359px){
  .rodape .img-first{
    margin-top: 18px;
    margin-right: 18px
  }
  .imagens img{
    max-width: 180px;
  }
}
