.separador {
  width: 300px;
  height: 5px;
  background-color: #FB7775;
  border: 2px solid #FB7775;
  border-radius: 20px;
  text-align: center;
  margin: auto;
  margin-top: -10px;
  margin-bottom: 20px;
}

.texto {
  font-size: 18px;
  text-align: justify;
}

.resalta {
  font-weight: 700;
  color: #FB7775;
}

.myCard {
  background-color: rgba(105, 67, 136, 0.8);
  border-radius: 25px;
  border: 4px dotted #fec913;
  padding: 20px;
  color: #fff;
  height: 100%;
}

.img-perfile-box {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  margin: auto;
  overflow: hidden;
}

.img-perfile-box img {
  width: 100%;
}

.username-label {
  color: #fec913;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}

.text-coment {
  font-size: 15px;
  text-align: justify;
}

.text-coment .comillas {
  color: #fec913;
  font-size: 25px;
}

.title-ubi {
  text-align: center;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.subtitle {
  font-size: 25px;
  color: #096c56;
  margin-bottom: 0px;
}

.text-ubi {
  font-size: 17px;
}
