#banner-investidores {
    background-image: url(/beneficios-trabalhador/fgts/PublishingImages/saque-imediato_1350x1318.jpg);
    background-size: cover;
}

#banner-investidores .container-investidores {
  display: flex;
  margin-top: 30px;
}

#banner-investidores .container-investidores .column01 {
    border-right: 1px solid #c1c1c1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

#banner-investidores .container-investidores .column01 h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 30px;
}


#banner-investidores .container-investidores .column01 h4 {
    color: #ffffff;
    font-size: 19px;
    font-family: "futura-lt-bold";
    margin-bottom: 15px;
}

#banner-investidores .container-investidores .column01 p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'helveticaregular';
    text-align: center;
    width: 215px;
}

#banner-investidores .container-investidores .column01 .btn {
    margin-top: 15px;
}

#banner-investidores .container-investidores .column02 {
     display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

#banner-investidores .container-investidores .column02 h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 30px;
}


#banner-investidores .container-investidores .column02 h4 {
    color: #ffffff;
    font-size: 19px;
    font-family: "futura-lt-bold";
    margin-bottom: 15px;
}

#banner-investidores .container-investidores .column02 p {
    color: #ffffff;
    font-size: 14px;
    font-family: 'helveticaregular';
    text-align: center;
    width: 215px;
}

#banner-investidores .container-investidores .column02 .btn {
    margin-top: 15px;
}

.container-footer-relacao  {
    display: flex;
    margin-top: 20px;
}

.container-footer-relacao .columnFooter01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.container-footer-relacao .columnFooter01 h4 {
    color: #ffffff;
    font-size: 19px;
    font-family: "futura-lt-bold";
    margin-bottom: 15px;
}

.container-footer-relacao .columnFooter01 a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'helveticaregular';
    text-align: center;
    margin-bottom: 10px;
}

.container-footer-relacao .columnFooter01 a span {
    color: #f99500;
}

.container-footer-relacao .columnFooter02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.container-footer-relacao .columnFooter02 h4 {
    color: #ffffff;
    font-size: 19px;
    font-family: "futura-lt-bold";
    margin-bottom: 15px;
}

.container-footer-relacao .columnFooter02 a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'helveticaregular';
    text-align: center;
    margin-bottom: 10px;
}

.container-footer-relacao .columnFooter02 a span {
    color: #f99500;
}



@media (max-width: 990px) {
   #banner-investidores .container-investidores {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
   }
   #banner-investidores .container-investidores .column01 {
    border-right: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
   }
   #banner-investidores .container-investidores .column02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
   }
   .container-footer-relacao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
   .container-footer-relacao .columnFooter01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
   }
   .container-footer-relacao .columnFooter02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
   }
   #banner-investidores .container-investidores .column01 h3 {
      font-size: 20px;
   }
   #banner-investidores .container-investidores .column02 h3 {
      font-size: 20px;
   }
}

