/* ==========================================================================
   FOOTER
   ========================================================================== */

   
.barradofundo {
 /* position: fixed;*/
 margin-top: 200px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #9b5d84;
  color: white;
  padding: 40px 20px;
  text-align: center;
  z-index: 100; /* ensures it's above other content */
  
}

.barradofundo_text {
  margin: 0;
}
