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

@font-face {
  font-family: Romance;
  src: url(../fonts/Romance2.TTF);
  font-weight: 800;
}

body {
  padding: 0;
}

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

.color-tiffany {
  color: #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: 45% 50%;
}

.header__location {
  text-align: center;
  font-family: Romance;
  color: aliceblue;
  font-size: 2rem;
}

.mt10 {
  margin: 85px auto !important;
}

.ease-in {
  animation: easeIn 1s 0s 1 forwards;
}

@keyframes easeIn {
  from {
    opacity: 0.5;
    margin-left: -50vh;
  }
  to {
    opacity: 1;
    height: auto;
  }
}

.bannerDoctors {
  width: 100vw;
  height: auto;
  box-shadow: none;
  border: none;
  background-color: rgba(32, 190, 193, 1);
}

@media screen and (min-width: 1000px) {
  .mainCover {
    object-position: 50% 20%;
  }
}

.colorAntes {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(32, 190, 193, 1) 70%
  );
  height: 4rem;
  margin-top: -3rem;
}

.colorDespues {
  height: 4rem;
  margin-bottom: 4rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(32, 190, 193, 1) 70%
  );
}

.arribita {
  margin-top: -2rem;
}
