.pie_titulo{
    font-family: 'Roboto-Regular';
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.pie_secciones{
   
    font-size: 14px;
    color:#FFFFFFBF;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    margin-top: 10px;
    font-family: 'Roboto-Regular';
}
.footer__redesSociales{
    margin-top: 95px;
}
.pie_secciones:hover{
    color:#FFFFFF;
    text-decoration: underline;
}
.pie-enlacecontacto{
   
    font-size: 14px;
    color:#FFFFFFBF;
    text-decoration: none;
    font-family: 'Roboto-Regular';
}
.pie-enlacecontacto:hover{
    color:#FFFFFF;
    text-decoration: underline;
}
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  .whatsapp:hover{
      text-decoration: none;
      color: white;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }
  #correo_news{
    background-color: #D9D9D91A !important;
    border: none;
    position: relative;
  }
  #correo_news::placeholder{
    color: white;
    font-family: 'Roboto-Regular';
    font-size: 12px;

  }
  #correo_news:focus .btn_suscribirse {
   color: #25d366;
  }
  .btn_suscribirse{
    top: 10px;
    position: absolute;
    border: none;
    right: 3%;
  }
  .btn_suscribirse:hover{
    cursor: pointer;
  }