body {
  background-color: #f2f2f2;
  margin: 0;
}

.px-3 {
  padding: 0 15px;
  background-color: #f2f2f2;
}

.reservation-page {
  background-color: #f2f2f2;
  border-radius: 15px 15px 0 0;
  padding: 20px 0px;
}

.detail-carousel,
.detail-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.detail-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.detail-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.detail-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.detail-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.detail-carousel .owl-item,
.detail-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.detail-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.detail-carousel .owl-item img {
  display: block;
  width: 100%;
}

.detail-carousel .owl-dots.disabled,
.detail-carousel .owl-nav.disabled {
  display: block !important;
}

.no-js .detail-carousel,
.detail-carousel.owl-loaded {
  display: block;
  position: relative;
}

.detail-carousel .owl-dot,
.detail-carousel .owl-nav .owl-next,
.detail-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.detail-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  border-radius: 50%;
  background-color: #eff4fa;
  height: 25px;
  width: 15px;
  font-size: 22px;
}

.detail-carousel .owl-nav button.owl-next,
.detail-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  font: inherit;
  border-radius: 50%;
  background-color: #eff4fa;
  height: 25px;
  width: 25px;
  font-size: 19px !important;
  opacity: 0.8;
}

.detail-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.detail-carousel.owl-hidden {
  opacity: 0;
}

.detail-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.detail-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.detail-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.detail-carousel.owl-rtl {
  direction: rtl;
}

.detail-carousel.owl-rtl .owl-item {
  float: right;
}

.detail-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.detail-carousel .owl-animated-in {
  z-index: 0;
}

.detail-carousel .owl-animated-out {
  z-index: 1;
}

.detail-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.detail-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.detail-carousel .owl-item .owl-lazy:not([src]),
.detail-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.detail-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.detail-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.detail-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.detail-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.detail-carousel .owl-video-playing .owl-video-play-icon,
.detail-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.detail-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.detail-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  display: block;
}

.owl-theme .owl-dots {
  background-color: #f2f2f2;
  margin-top: -33px !important;
  position: absolute;
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: block;
}

.owl-stage-outer {
  border-radius: 15px;
}

/* .owl-carousel .owl-dots.disabled {
    display: none;
} */
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0 !important;
  /* right: 0!important; */
  margin-top: unset;
  top: 45%;
  /* width: 100%;
    padding: 0 10px; */
}

.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0 !important;
  /* right: 0!important; */
  margin-top: unset;
  top: 45%;
  /* width: 100%;
    padding: 0 10px; */
}

.image-view {
  height: 350px;
  border-radius: 20px 20px 0 0;
  background-image: url(../../../img/products/padrao.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-theme .owl-nav .owl-prev {
  float: left;
}

.owl-theme .owl-nav .owl-next {
  float: right;
}

.detail-carousel.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 7px;
  background: #a8a8a8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.detail-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #73cfcc;
  width: 23px;
  transition: all 0.2s;
}

.detail-carousel button.owl-dot.active {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  border-radius: 50%;
  background-color: #eff4fa;
  height: 25px;
  width: 30px;
  font-size: 22px;
}

.owl-theme .owl-nav [class*="owl-"] {
  padding: 3px 0px;
}

.detail button.btn-detail,
.detail a.btn-detail,
.detail button.btn-favorite,
.detail button.btn-denunce,
.detail button.btn-redirect {
  background-color: #73cfcc;
  border: 0;
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.container {
  position: relative;
}

.btn-detail-div,
.detail .btn-back {
  position: absolute;
  top: -20px;
  z-index: 1;
}

a i,
button i {
  min-width: 20px;
}
.btn-detail-div {
  right: 15px;
}

.fa-location-dot {
  color: #73cfcc;
}

.fa-star {
  color: #f97c2c;
}

h2 {
  text-transform: uppercase;
}

.header-detail {
  margin-bottom: 15px;
}

p.description.font-bold.text-justify {
  font-size: 13px;
}

.title-itens {
  padding: 25px 0;
}

.package-itens {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 5px;
  grid-row-gap: 10px;
  padding-bottom: 3em;
}

.package-itens p {
  font-size: 15px;
}

.package-itens i {
  color: #7fcdcb;
}

.package-itens ul {
  list-style: none;
  padding-inline-start: 20px;
  text-transform: uppercase;
  font-family: "montserrat black";
}

.package-itens ul li {
  font-size: 13px;
  font-family: "montserrat bold";
}

.grid-attribute:nth-child(odd) {
  grid-column: 1 / span 6;
}

.grid-attribute:nth-child(even) {
  grid-column: 7 / span 6;
}

.map-photo {
  background-color: transparent;
  background-image: url(../../../img/map-banner.png);
  background-position: center center;
  background-size: cover;
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.map-div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 15px;
}

.map-div .map-link {
  background-color: #73cdcb;
  font-weight: 900;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 15px;
  align-self: center;
  margin-top: -15px;
}

.map-div .map-link:hover {
  background-color: #44b1af;
}

.price-div {
  font-size: 15px;
  padding: 2em;
}

.price-div h3 {
  font-size: 16px;
  font-weight: normal;
}

.price-div p {
  font-size: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.price-div p small {
  font-size: 53%;
  align-self: end;
  margin-bottom: 8px;
}

.price-div p::before {
  content: "R$";
  font-size: 35%;
  margin-top: 10px;
  line-height: 0;
  margin-right: 2px;
}

.reservation {
  background-color: #73cdcb;
  border-radius: 25px;
  padding: 20px;
}

.input-inline {
  display: grid;
  grid-template-columns: repeat(12, 1fr);

  padding-bottom: 1em;
}

.input-inline .input-group:nth-child(odd) {
  grid-column: 1 / span 6;
}

.input-inline .input-group:nth-child(even) {
  grid-column: 7 / span 6;
}

.input-group {
  display: grid;
  align-content: center;
  align-items: center;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 10px;
  background-color: #ebebeb;
  /* border-radius: 15px; */
  padding: 5px 0px;
  border: 0;
  color: #686868;
}

.input-group:nth-child(odd) {
  border-right: 1px #bebebe;
  border-radius: 15px 0 0 15px;
}

.input-group:nth-child(even) {
  border-right: 1px #bebebe;
  border-radius: 0 15px 15px 0;
}

.form-control:not(input[type="number"]) {
  background-color: #ebebeb;
  padding: 0;
}

.form-control:is(input[type="number"]) {
  background-color: #ebebeb;
  /* padding: 0; */
}

.input-group .form-control {
  grid-column: 4 / span 9;
  font-size: 14px;
}

.input-group .input-group-prepend {
  grid-column: 1 / span 3;
}

.input-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.input-group select.form-control {
  font-size: 14px !important;
}

.select-fishers {
  position: fixed;
  bottom: 0;
  height: 0;
  display: flex;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  justify-content: center;
  z-index: 10;
}

.select-fishers.show {
  height: 60vh;
  transition: all 0.5s;
}

.select-payment {
  position: fixed;
  bottom: 0;
  height: 0;
  display: flex;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  justify-content: center;
  z-index: 10;
}

.select-payment.show {
  height: 100vh;
  transition: all 0.5s;
}

.position-relative {
  background-color: #f4f4f4;
  box-shadow: 0 0 11px 0px #00000080;
  width: 100%;
  /* padding: 50px; */
  position: relative;
  height: 100%;
}

.select-payment .position-relative {
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 30px 0 0;
}

.select-fishers h2 {
  font-size: 25px;
}

.select-payment h2 {
  font-size: 25px;
}

.age-range {
  display: grid;
  justify-items: center;
  grid-template-columns: 3fr 1fr 3fr;
  grid-row-gap: 15px;
  grid-column-gap: 5px;
  margin-bottom: 35px;
}

.age-range .minus {
  justify-self: flex-end;
}

.age-range h3 {
  font-size: 35px;
}

.age-range .plus {
  justify-self: flex-start;
}

.age-range i {
  align-self: center;
  color: #5cd1f4;
  font-size: 19px;
}

.select-fishers h2 label {
  font-size: 15px;
  text-transform: uppercase;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 20px;
}

.confirm-reservation {
  padding: 20px 15px;
  border-radius: 15px;
  border: 0;
  width: 100%;
  margin: 1em 0 0 0;
  color: #fff;
  background-color: #fc7923;
  font-size: 19px;
}

.number-comments {
  background-color: #73cdcb;
  border-radius: 15px;
}

.number-comments .number {
  color: #fff;
  text-align: center;
  padding: 20px;
}

.number h5 {
  font-size: 12px;
  font-family: "montserrat black";
}

.number p:nth-child(2) {
  margin-bottom: 1em;
}

.number p {
  font-size: 18px;
  /* font-family: "montserrat black"; */
  word-break: break-word;
  margin-top: 7px;
}

.number .link {
  color: #fff;
  text-decoration: none;
}

.comments-div {
  background-color: #f2f2f2;
  border-radius: 15px 15px 0 0;
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.comments-div h5 {
  color: #626262;
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: normal;
}

.score-div {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  color: #626262;
  column-gap: 10px;
  max-width: 350px;
  align-self: center;
}

.score-div .score-column {
  grid-column: 1 / span 4;
  padding: 10px;
}

.score-div .score-column .score {
  background-color: #fb7923;
  color: #fff;
  font-family: "montserrat bold";
  font-size: 35px;
  border-radius: 15px 15px 15px 5px;
  text-align: center;
  padding: 15px 0;
}

.score-div .definition {
  grid-column: 5 / span 7;
  align-self: center;
}

.score-div .definition h4 {
  font-family: "montserrat bold";
}

.score-div .definition p {
  font-size: 12px;
}

.comments-div .comments {
  margin-bottom: 1em;
}

.comments-div .comments h6 .fa-star {
  color: #fb7923;
}

.comments-div .comments h6 {
  font-family: "montserrat bold";
  color: #5d5d5d;
  font-size: 20px;
}

.comments-div .comments p {
  font-size: 15px;
  color: #5d5d5d;
}

.comments-div .comments p span {
  font-size: 13px;
}

.btn-aval {
  border-radius: 15px;
  border: 0;
  padding: 15px;
  width: 100%;
  font-family: "montserrat black";
  cursor: pointer;
  grid-column: span 6;
  color: #fff;
}

.btn-approve {
  background-color: #fb7923;
}

.btn-repprove {
  background-color: #5d5d5d;
}

.alternative-message {
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px;
}

.div-buttons {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 15px;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
  padding: 15px;
}

.details {
  position: relative;
  border-radius: 15px 15px 0 0;
  padding: 20px 15px;
}

.reserve-div {
  padding: 0 15px;
}

.fish-collapse {
  margin: 15px 0;
}

.select-rooms .description {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  /* fallback */
  max-height: 16px;
  /* fallback */
  -webkit-line-clamp: 1 !important;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.div-calendar {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
}

.div-calendar .first-div {
  grid-column: auto;
  margin-top: 10px;
}

.div-calendar .reservation {
  display: flex;
  align-items: center;
}

.grid {
  display: block;
}

@media (min-width: 375px) {
  .map-div .map-link {
    left: 17%;
  }

  .score-div {
    max-width: 350px;
  }
}

@media (min-width: 425px) {
  .map-div .map-link {
    left: 20%;
  }
}

@media (min-width: 576px) {
  .map-photo {
    border-radius: 25px;
    height: 100px;
  }

  .map-div .map-link {
    top: 78px;
    left: 27%;
  }
}

@media (min-width: 767px) {
  .input-group {
    padding: 15px 0px;
  }

  .map-div .map-link {
    padding: 10px 25px;
  }

  .div-calendar {
    grid-template-columns: 1fr 1fr;
  }

  .number p {
    font-size: 25px;
    font-family: "montserrat black";
    word-break: break-word;
  }
}

@media (min-width: 769px) {
  body {
    background-color: #fff;
  }

  .px-3 {
    border-radius: 15px;
  }

  .owl-theme .owl-dots {
    background-color: #f2f2f2;
    margin-top: -10px !important;
    position: absolute;
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    display: block;
  }

  .detail#detail-content .container.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 15px;
  }

  .detail#detail-content .detail-carousel {
    grid-column: span 6;
    width: 100%;
    z-index: 1;
    order: 1;
  }

  .detail#detail-content .details {
    order: 2;
    grid-column: span 6;
    margin-left: 25px;
    border-radius: 15px;
    padding-top: 20px;
  }

  .detail#detail-content .select-rooms {
    order: 3;
    grid-column: span 12;
    margin: 25px 0;
    border-radius: 15px;
  }

  .detail#detail-content .recurses {
    order: 5;
    grid-column: span 12;
    border-radius: 15px;
  }

  .detail#detail-content .map-div {
    order: 4;
    grid-column: span 12;
    margin-top: 25px;
  }

  .detail#detail-content .fish-collapse {
    order: 6;
    grid-column: span 12;
  }

  .detail#detail-content .price-div {
    order: 7;
    grid-column: span 12;
  }

  .detail#detail-content .fish-collapse .fish-button {
    border-radius: 15px;
  }

  .detail#detail-content .fish-collapse {
    background-color: #f2f2f2;
    border-radius: 15px;
    margin: 25px 0;
    padding: 25px 0;
  }

  .detail#detail-content .reserve-div {
    order: 8;
    grid-column: span 12;
  }

  .detail#detail-content .number-comments {
    order: 9;
    grid-column: span 12;
  }

  header .background-image {
    border-radius: 0 0 15px 15px;
  }

  .btn-detail-div,
  .btn-back {
    position: absolute;
    top: -20px;
    z-index: 1;
  }

  .btn-detail-div {
    right: 15px;
  }

  .owl-theme .owl-dots {
    background-color: #f2f2f2;
    margin-top: -35px !important;
    position: absolute;
    width: 100%;
    border-radius: 20px;
    display: block;
  }

  .div-buttons {
    order: 10;
    grid-column: span 12;
  }

  main {
    margin-top: 30px;
  }

  .background-image {
    height: 160px !important;
  }
}

@media (min-width: 767px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.container {
  padding: 0;
}
