
.footer_links_itens a,
.footer a{
/*    color: var(--grey) !important;*/
    line-height: 20px;
    color: var(--grey) !important;
}

.footer_links_itens a:hover{
    color: var(--colorfirst) !important;
}

.footer_links_itens span{
    color: var(--colorfirst);
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer-form_remind {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .form_news_email,
  .footer_login_email,
  .footer_login_password,
  .footer_login_forgot,
  .footer_forgot_email {
    padding-left: 15px !important;
  }
  .footer_socials_div {
    padding-left: 15px;
  }
  #footer-form_remind {
    margin-bottom: 15px;
  }
}

.footer p a{
    
}

.footer_info p{
    padding: 0;
    margin: 0;
}

textarea{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 400px;
}

.footer_copyright a{    
    text-decoration: none;
    font-weight: bolder;
}

.footer_social_item{
    width: 40px;
    height: 40px;    
    display: inline-block;
    border: 1px solid var(--colorfirst);    
    color: var(--colorfirst);
    background-color: var(--white);
    position: relative;
    transition: background-color 0.5s ease;
}

.footer_social_item span{
    font-size: 28px;
}

.footer_social_item:hover span{
    color: var(--white);
}

.footer a{
    text-decoration: none;
}

.footer_social_item:hover{
    background-color: var(--colorfirst);
}


.fast_links p{
    margin: 0;
}

.footer_dkg_div h1, 
.footer_dkg_div h2,
.footer_dkg_div h3,
.footer_dkg_div h4,
.footer_dkg_div h5
{
    margin: 0; 
    padding: 0;
}

.footer input{
    width: 100%;
    height: 41px;
    border: 1px solid #FFF;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_links div:not(:last-child){
    border-bottom: 1px solid #FFF;    
}

.footer_links div h4{
    margin: 0;
    padding: 0;
    margin-top: 10px !important;
}

.footer_contactos p,
.footer_contactos .p{
    font-size: 14px !important;
    line-height: 20px !important;
}