/*** 000. POSICIONES ***/
footer {
  position: relative;
  bottom: 0px;
  width:100%;
  height:40px;
}
.separa {
  margin-top: 80px;
}


/*** 001. IMAGENES ***/
.redondita {
  max-width: 40px;
  max-height: 40px;
  width: 40px;
  height: 40px;
}

/*** 002. AVISOS ***/
.rectangulo {
    width: 100%;
    background-color: #7575b53b;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

/*** 003. TEXTOS ***/
.card-textito {
  white-space: pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  text-align: justify;
}
.lak {
  word-break: break-word;
  width: 80%;
}