body {
    background-color: #ffffff;
    background-image: url('/public/images/media/dimension.png');
}

.fondo_copala1 {/*fondo copala cafe*/
  background: #403026 !important;
}

.txt_copala1 {/*texto copala baige*/
  color: #F2EBDC !important;
}

.txt_copala2 {/*texto copala cafe*/
  color: #553A2C !important;
}

.footer_public {
  position: relative;
  padding: 2rem;
  min-height: 300px;
  overflow: hidden;
}

.footer_public::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('/public/images/media/logo_005.png');
  background-repeat: repeat;
  background-size: 90px;
  opacity: 0.1; 
  z-index: 0;
}

