body {
  background-color: #f0f0f0;
}

.panel-infos {
  position: relative;
}

.btn-back {
  background-color: #ffffff;
  padding: 10px 15px;
  box-shadow: 1px 1px 5px #00000042;
  position: absolute;
  top: 0;
  border-radius: 12px;
  left: 5px;
  font-size: 16px;
  border: 0;
  color: #f97c2c;
  cursor: pointer;
}

img.qrcode {
  height: 202px;
}

.modal {
  overflow-y: auto !important;
}

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

#property.guide-content .photo-message {
  /* height: 150px; */
}

#property.guide-content .property-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 260px;
  margin: 0 10px;
  width: 260px;
  max-width: 72%;
}

#property.guide-content .photo-message a,
#property.guide-content .infos,
#property.guide-content .name,
#property.guide-content a.whatsapp {
  color: #fff;
}

#property.guide-content a.whatsapp {
  text-decoration: none;
  text-align: center;
  position: absolute;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  top: 0;
  right: 7px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #f97c2c !important;
}

.owl-dots {
  margin-top: -27px !important;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
}

.owl-prev {
  position: absolute;
  top: 50%;
}

#property.guide-content a.whatsapp p {
  /* padding-top: 10px; */
  font-size: 25px;
}

#property.guide-content .infos {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#property.guide-content .panel-infos h2,
#property.guide-content .panel-infos h3 {
  text-align: center;
}

#property.guide-content .panel-infos .infos .location {
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
}

#property.guide-content .panel-infos .guide-score {
  background-color: #fff;
  border-radius: 25px;
  padding: 15px;
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 5px #0000002a;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  place-items: center;
}

.guide-score-div {
  min-height: 70px;
}

.guide-score .col-6 {
  grid-column: span 6;
  color: #5f5f5f;
}

.guide-score .col-6:first-child {
  border-right: 1px solid #e2e2e2;
}

/* .guide-score .col-6:last-child {

    border-left: 1px solid #e2e2e2;
} */

.guide-score h2 {
  font-size: 12px;
}

.guide-score p {
  font-size: 25px;
}

.guide-information {
  margin-top: 60px;

  color: #5f5f5f;
}

.guide-information p {
  text-align: justify;
}

.guide-information .specialty p:not(.not-found) {
  text-align: justify;
  width: 50%;
}

.guide-information .specialty .not-found {
  grid-column: span 12;
  text-align: center;
}

.guide-information h3 {
  margin-bottom: 10px;
}

.guide-content {
  margin-bottom: 25px;
  display: block !important;
}

.guide-information .location {
  margin-top: 50px;
}

.guide-information .location #map {
  height: 150px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #0000002a;
}

.guide-information .services {
  margin-top: 50px;
}

.guide-information .services-desc,
.guide-information .specialty-desc {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 20px;
}

.guide-information .service-detail {
  grid-column: span 6;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  font-family: "montserrat black", "Gill Sans", "Gill Sans MT", Calibri,
    "Trebuchet MS", sans-serif;
  background-color: #fff;
  box-shadow: 0px 0px 5px #0000002a;
}

.guide-information .specialty-detail {
  grid-column: span 12;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  font-family: "montserrat black", "Gill Sans", "Gill Sans MT", Calibri,
    "Trebuchet MS", sans-serif;
  background-color: #fff;
  box-shadow: 0px 0px 5px #0000002a;
  justify-content: space-evenly;
}

.guide-information .service-detail p {
  text-align: center;
  text-transform: uppercase;
  font-family: "montserrat black", "Gill Sans", "Gill Sans MT", Calibri,
    "Trebuchet MS", sans-serif;
}

.guide-information .contact {
  margin-top: 50px;
}

.guide-information .contact-desc {
  margin-top: 20px;
}

.guide-information .contact-desc a {
  text-decoration: none;
  margin-top: 10px;
}

.guide-information .contact-desc a:hover {
  text-decoration: none;
}

.guide-information .contact-detail {
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #0000002a;
  text-decoration: none;
  color: #5f5f5f;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 10px;
}

.guide-information .contact-detail h4 {
  grid-column: span 4;
  text-align: left;
}

.guide-information .contact-detail p {
  grid-column: span 8;
  text-align: right;
}

.guide-information .catches {
  margin-top: 50px;
}

.guide-information .catches-desc {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 20px;
}

.guide-information .catches-detail {
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #0000002a;
  grid-column: span 6;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(12, 1fr);
}

.guide-information .catches-detail h4 {
  grid-column: span 8;
  font-size: 10px;
  text-align: left;
}

.guide-information .catches-detail p {
  grid-column: span 4;
  text-align: right;
  font-size: 30px;
  color: #00cec9;
}

.panel-fisheds {
  margin-top: 50px;
}

.panel-fisheds * {
  color: #5f5f5f;
}

.grid .guide-information {
  grid-column: span 12;
}

.grid .panel-fisheds {
  grid-column: span 12;
  width: 100%;
}

.btn-orange {
  background-color: #f97c2c;
  border: 0;
  padding: 15px 20px;
  border-radius: 15px;
  color: #fff;
  font-family: "montserrat bold", "Courier New", Courier, monospace;
  display: block;
}

.col-one,
.col-two {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.image-qr img {
  width: 100%;
}

.swal2-popup .swal2-styled.swal2-downloadqr {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7fcdcb;
  color: #fff;
  font-size: 1.0625em;
  text-decoration: none;
}

.fa-apple {
  font-size: 23pt;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.link {
  word-break: break-word;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.btn.btn-orange {
  min-width: 200px;
  text-decoration: none;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-50 {
  width: 50%;
}

.rounded {
  border-radius: 15px !important;
}

/* Copiado do Bootstrap */

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* Cols */

.col-b-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-b-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-b-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-b-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-b-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-b-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-b-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-b-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-b-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-b-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-b-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-b-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-b-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* -- - -- */

.contact-detail p {
  word-break: break-word;
}

@media (min-width: 767px) {
  .guide-information .specialty-detail {
    grid-column: span 6;
  }

  #property.guide-content .panel-infos {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    grid-column: 1/9;
    padding: 15px;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 25px;
    align-items: center;
  }

  #property.guide-content .description {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 10px;
    width: 70%;
    flex: 0 0 auto;
  }

  .guide-score-div {
    min-height: 70px;
    width: 100%;
    flex: 0 0 auto;
  }

  #property.guide-content .description,
  #property.guide-content .photo-message a,
  #property.guide-content .infos,
  #property.guide-content a.whatsapp {
    color: #3c3c3c;
  }

  #property.guide-content .panel-infos .guide-score {
    width: 97%;
  }

  .grid .guide-information {
    grid-column: span 6;
    /* border-right: 1px solid #e2e2e2; */
    padding-right: 15px;
  }

  .grid .panel-fisheds {
    grid-column: span 6;
    border-left: 1px solid #e2e2e2;
    padding-left: 15px;
    grid-row: unset !important;
  }

  /* Cols */
  .col-b-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-b-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-b-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-b-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-b-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-b-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-b-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-b-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-b-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-b-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-b-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-b-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* -- - -- */

  .buttons-link-modal .col-one {
    display: flex;
    justify-content: flex-end;
  }

  .buttons-link-modal .col-two {
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px !important;
  }
}
