/* ============================ Rodape ============================ */

.rodape--blue{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding:1em;
  padding-bottom:5em;
  background-color: #253E8E;
  color: #CDD2E0;
  font-size: 0.9em;
  margin-top:20px;
}

.rodape--blue a, .rodape--blue  a:active, .rodape--blue  a:visited{
text-decoration: none;
 color: #CDD2E0;
 transition: all 0.3s;
}

.rodape--blue  a:hover{
    color: #fff;
}

.rodape--blue > div{
  flex:15%;
  min-height: 100%;
  margin:10px;
  border-left: 1px solid rgba(255,255,255, 0.3);

  display:flex;
  align-items: center;
  justify-content: center;
}

.rodape--blue > div:first-child{
  border:none;
}

.rodape--blue ul li, 
.rodape--blue .contato{
  list-style-type: none;
  line-height:23px;
}

.rodape--blue ul li:first-child, 
.rodape--blue .contato li:first-child{
  font-weight: bold;
  color: #fff;
}

.rodape__logomarca, .rodape__formas{
  flex-direction: column;
}

/*=== Coluna Logomarca  ===*/
.rodape__logomarca .logo--rodape{
  border: 1px solid #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  cursor:pointer;
}

/* Simulando a imagem  */
.rodape__logomarca .logo--rodape div{
  width: 120px;
  height: 60px;
  margin-bottom: 10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.rodape__logomarca .contato div{
  padding: 5px;
}

/*=== Coluna Formas ===*/
.rodape__formas{
  display:flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align:center;
  font-size:10px;
}

/* Simulando a imagem  */
.imagem_ref-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 0 16%;
}

.image_forma_envio img{
    width: 55% !important;
}

.rodape__formas .imagem_ref{
  width: 100%;

  height: 48px;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 0.5em;
  margin-top:5px;

  display: flex;
  align-items: center;
  justify-content:space-around;
}

.rodape__formas .imagem_ref img{
    height: 23px;
    width: auto;
    margin: 0px 1px;
}

.rodape__formas .imagem_ref_ebit img{
    height: 40px;
    width: auto;
    margin: 0px 1px;
}

.rodape-rede-sociais a img{
  height:26px;
  width:auto;
  margin: 0px 5px;
  margin-top: 15px;
}
/* Condiçõesx responsivas Rodape  */
@media only screen and (max-width: 1000px) {
 .rodape--blue > div{
   flex:40%;
   border:none;
  }
}
@media only screen and (max-width: 480px) {
  .rodape--blue ul li{
    min-width: 210px;

  }
  .rodape--blue{
    flex-direction: column;
  }

}
/* ============================ Fim Rodape ============================ */