/* body {
  background: #21bec1;
} */

.bg-tiffany {
  background: #0abab5;
}

.bg-text {
  /* border-radius: 20px;
  background: #0abab486;
  border: #0abab5 solid 3px;
  padding: 0 10px;
  margin-bottom: 20px;
  color: white; */
  text-shadow: black 2px 2px 5px;
  color: white;
}

.btn-primary {
  background: #0abab5 !important;
  border: #049994 solid 2px;
}

.imgRedonda {
  border-radius: 50%;
  height: 140px;
  width: 140px;
  object-fit: cover;
}

.arrow-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.videoCover {
  width: 100%;
  object-fit: cover;
  object-position: 15% 50%;
}
