.overlay-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  background: rgba(0,152,191,0.3);
  background: radial-gradient(circle farthest-side at center center, rgba(0,152,191,0.3) 0%, #0098bf 50%);
  background: -webkit-radial-gradient(circle farthest-side at center center, rgba(0,152,191,0.3) 0%, #0098bf 50%);
  background: -moz-radial-gradient(circle farthest-side at center center, rgba(0,152,191,0.3) 0%, #0098bf 50%);
}

.top {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.famlia {
  z-index: 3;
  margin-top: -364px;
  position: absolute;
  width: 100%;
}

.dicas {
  width: 100%;
  z-index: 3;
  position: absolute;
  margin-top: 430px;
  background-color: #0098bf;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .dicas-mobile {
    margin-top: 970px;
  }
}

@media (max-width: 575px) {
  .dicas-mobile {
    margin-top: 820px;
    margin-left: 0;
  }
}

.dicas-mobile {
  z-index: 3;
  position: absolute;
  background-color: #0098bf;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .famlia {
    margin-top: -360px;
  }
}

.familia-txt {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .familia-txt {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .img-familia {
    margin-top: 45px;
  }
}

@media (max-width: 991px) {
  .txt-familia-2 {
    padding-top: 25px;
  }
}

.img-familia2 img, .img-familia img {
  display: block;
  margin: 5px auto;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

