.conheca__titulo {
  margin-top: 50px;
  min-height: 70px;
  position: relative;
}

.conheca__titulo h2 {
  left: 0;
  position: absolute;
  top: 0;
  width: 700px;
  z-index: 1;
}

.conheca__button {
  margin-top: 50px;
}

.conheca__button button {
  margin-bottom: 12px;
  margin-left: 5px;
}

.conheca__imagem {
  height: 480px;
  min-height: 480px;
  position: relative;
}

.pacotes-grupos__gallery-open {
  align-items: center;
  background: rgba(4, 106, 212, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  left: 50%;
  min-height: 62px;
  padding: 12px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  z-index: 2;
}

.pacotes-grupos__gallery-open:hover {
  background: rgba(4, 106, 212, 1);
}

.pacotes-grupos__gallery-open i {
  font-size: 24px;
}

.pacotes-grupos__gallery-open span {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

#modalPacotesGrupos .modal-content {
  background: transparent;
  border: none;
}

#modalPacotesGrupos .close {
  color: #fff;
  font-size: 60px;
  opacity: 1;
  outline: none;
  position: absolute;
  right: -16px;
  top: -28px;
  z-index: 3;
}

.pacotes-grupos__modal-gallery {
  margin: 10px;
}

.pacotes-grupos__modal-image {
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
  height: 490px;
  width: 100%;
}

#modalPacotesGrupos .carousel-control-prev,
#modalPacotesGrupos .carousel-control-next {
  background: rgba(4, 106, 212, 0.85);
  border-radius: 50%;
  bottom: auto;
  color: #fff;
  height: 48px;
  opacity: 1;
  top: calc(50% - 24px);
  width: 48px;
}

#modalPacotesGrupos .carousel-control-prev {
  left: 20px;
}

#modalPacotesGrupos .carousel-control-next {
  right: 20px;
}

@media (max-width: 1460px) {
  .conheca__titulo {
    margin-top: 20px;
    min-height: 50px;
  }

  .conheca__button {
    margin-top: 20px;
  }

  .conheca__imagem {
    height: 400px;
    min-height: 400px;
  }

  .pacotes-grupos__modal-image {
    height: 450px;
  }
}

@media (max-width: 996px) {
  .conheca__titulo {
    min-height: 35px;
  }

  .conheca__titulo h2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .conheca__titulo {
    margin-top: 0;
    min-height: 30px;
  }

  .conheca__button {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .conheca__imagem {
    height: 350px;
    min-height: 350px;
  }

  .pacotes-grupos__gallery-open {
    min-height: 56px;
    padding: 10px 16px;
    width: 190px;
  }

  .pacotes-grupos__gallery-open i {
    font-size: 22px;
  }

  .pacotes-grupos__gallery-open span {
    font-size: 12px;
    line-height: 15px;
  }

  #modalPacotesGrupos .close {
    font-size: 70px;
    right: -12px;
    top: -27px;
  }

  .pacotes-grupos__modal-gallery {
    margin: 5px;
  }

  .pacotes-grupos__modal-image {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .conheca__imagem {
    height: 300px;
    min-height: 300px;
  }
}

@media (max-width: 400px) {
  .conheca__imagem {
    height: 250px;
    min-height: 250px;
  }
}

@media (max-width: 350px) {
  .conheca__imagem {
    height: 200px;
    min-height: 200px;
  }
}
