.map-link {
  cursor: pointer;
}

body {
  background-color: #f8f8f8;
}

h4 {
  margin: 0;
  margin-bottom: -2px;
}

h6 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 100;
}

header .background-image {
  background-image: url(../../../img/banners/banner-pesca.png);
  background-position: center center;
  width: 100%;
  height: 190px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: 153%;
}

.container {
  color: #878787 !important;
}

.form-group {
  width: 100%;
  margin-bottom: 15px;
}

.form-group input {
  width: 100%;
}

.input-group {
  align-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #ccc;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 10px;
  padding: 10px 0px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input::-webkit-input-placeholder {
  font-size: 15px;
}

#when::-webkit-calendar-picker-indicator {
  width: 15px;
  padding: 0px;
  margin: 0px;
  /* background-color: aqua; */
  background-image: url("../../img/icons/angle-down-solid.png");
}

.radio-inline {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 5px;
}

.radio-inline-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
}

.radio-input {
  border: 1px solid transparent;
  background-color: #e2e2e2;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 5px 5px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 2fr 4fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  font-size: 15px;
  grid-template-rows: 50px;
  color: #878787;
  cursor: pointer;
}
.radio-input:hover {
  color: #f4fffb;
  background-color: #fb6d12;
}

.radio-input:hover .check {
  display: block;
}

.order-filter .radio-input {
  grid-template-rows: 30px;
}

.radio-input i {
  font-size: 16px;
}

.radio-input small {
  font-size: 80%;
}

.radio-input .icon {
  font-size: 22px;
}

.radio-input .check {
  display: none;
}

.radio-input.active {
  color: #f9f9f9;
  background-color: #f97a26;
}

.radio-input.active .check {
  display: block;
}

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

.input-group-append {
  grid-column: 6/6;
}

#where {
  grid-column: 2/6;
}

#when {
  grid-column: 2/7;
  background-color: #eaeaea;
}

p.text-left {
  justify-self: baseline;
}

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

.map-div {
  position: relative;
  display: flex;
  justify-content: center;
}

.map-link {
  left: unset !important;
}

.map-div .map-link {
  background-color: #73cdcb;
  font-weight: 900;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 15px;
  /* position: absolute; */
  margin-top: 10px;
  left: 9%;
}

.map-div .map-link:hover {
  background-color: #44b1af;
}
.results {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}

.results .box-product .fa-star {
  color: #f97a26;
}

.results .box-product .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  font-size: 12px;
  text-align: justify;
  -webkit-box-orient: vertical;
  margin: 0;
  word-break: break-all;
}

.results .box-product .distance-km {
  font-size: 12px;
  font-weight: 100;
}

.results .box-product .btn-favorite {
  height: 18px;
  width: 18px;
  /* position: absolute; */
  top: 5px;
  right: 5px;
  background-color: #f97a26;
  border-radius: 50%;
  border: 1px solid transparent;
  color: #fff;
  font-size: 12px;
  padding: 1px;
}
.iframe .btn-favorite {
  position: absolute;
  top: 5px;
  right: 5px;
}

.results .box-product .buttons {
  position: absolute;
  right: 15px;
}

.results .box-product > a {
  display: flex;
  grid-template-columns: 1fr;
  justify-items: center;
  column-gap: 10px;
  color: #878787 !important;
  text-decoration: none;
  flex-direction: column;
}

.results .box-product {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 19px -11px rgb(0 0 0 / 51%);
  box-shadow: 0px 0px 19px -11px rgb(0 0 0 / 51%);
  grid-column: span 12;
  position: relative;
}

.results .box-product:hover {
  background-color: rgb(218, 218, 218);
  -webkit-box-shadow: 0px 0px 19px -11px rgb(0 0 0 / 77%);
  box-shadow: 0px 0px 19px -11px rgb(0 0 0 / 77%);
}

.results .box-product .notImage {
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  min-height: 100px;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.results .box-product .notImage .image-hotel {
  border-radius: 10px;
  overflow: hidden;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100px;
}

.col:nth-child(-1n + 3) {
  grid-column: span 4;
}
.col:nth-last-child(2) {
  grid-row-start: 2;
  grid-column: 1 / span 6;
}

.col:nth-last-child(1) {
  grid-row-start: 2;
  grid-column: 7 / span 6;
}
.order-filter .radio-input:nth-last-child(2) {
  grid-column: 1 / span 6;
}
.order-filter .radio-input:nth-last-child(1) {
  /* grid-row-start: 2; */
  grid-column: 7 / span 6;
}
.order-filter .radio-input:first-child {
  grid-column: 1 / span 6;
}

.order-filter .radio-input:nth-child(2) {
  grid-column: 7 / span 6;
}

.fa-store {
  color: #73cdcb;
}
.links-inline {
  grid-column: 1/3;
  display: grid;
  align-content: center;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.links-inline.one {
  grid-template-columns: 1fr;
}

.links-inline a {
  background-color: #73cdcb;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 6px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.locate {
  background-color: #ffffff;
  margin-top: -15px;
  border-radius: 0 0 15px 15px;
  /* padding: 15px 16px 15px 46px; */
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  box-shadow: 0px 10px 10px #ccc;
  z-index: 1;
  margin-bottom: 25px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease;
  -moz-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}

.locate.show {
  padding: 15px 0px 15px 46px;
  max-height: 510px;
  position: relative;
  overflow: inherit;
  -webkit-transition: max-height 0.6s ease;
  -moz-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}

.input-group.toggle-locate.show {
  border-radius: 15px 15px 0 0;
}

.locate .form-group {
  grid-column: span 12;
}

.bootstrap-select .dropdown-menu li a span {
  text-transform: uppercase;
  font-family: "montserrat bold";
  font-size: 13px;
  color: #626262;
}
.dropdown-item.disabled span,
.dropdown-item:disabled span {
  color: #adb5bd !important;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown {
  grid-column: 2/7;
}

button.btn.dropdown-toggle.btn-light {
  display: flex;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 30px 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.5;
  color: #626262;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: transparent;
  align-items: center;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  display: flex;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 30px 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 25px;
  line-height: 1.5;
  color: #626262;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: transparent;
  align-items: center;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 18px;
  width: 18px;
  background-size: 100%;
  background-image: url("../../../img/icons/down-grey.png");
  background-position: center;
  background-repeat: no-repeat;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.iframe {
  height: 500px;
  border-radius: 25px;
  border: 2px solid #73cdcb;
}

.iframe .image-hotel {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe .image-hotel::before {
  content: "";
  height: 0;
  float: left;
  padding-bottom: 100%;
}

.iframe .image-hotel::after {
  content: "";
  display: block;
  clear: both;
}

.description-map {
  text-align: justify;
  word-break: break-all;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 767px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }

  .input-group:nth-child(1) {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .input-group:nth-child(1) #where {
    grid-column: 2/13;
  }

  .input-group:nth-child(1) .input-group-append {
    grid-column: 13/13;
  }

  .location-order {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .location-order p {
    grid-column: 2/7;
  }

  .location-order .fa-circle-check {
    grid-column: 7/7;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 18px;
  width: 18px;
  background-size: 100%;
  background-image: url("../../../img/icons/up-grey.png");
  background-position: center;
  background-repeat: no-repeat;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: break-spaces;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #77cdcc;
}

.dropdown-item.disabled.active.selected,
.dropdown-item.disabled.active.selected span {
  color: #fff;
  text-decoration: none;
  background-color: #77cdcc;
}

.dropdown-item.active span,
.dropdown-item:active span {
  color: #fff !important;
}

.bs-searchbox .form-control::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-position: center;
  border: 0.4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  background-size: 94%;
  background-repeat: no-repeat;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd !important;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.iframe {
  height: 500px;
  border: 1px solid #44b1af;
  border-radius: 25px;
}

.iframe-mobile .image-hotel,
.iframe-desktop .image-hotel {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.iframe-mobile .image-hotel::before,
.iframe-desktop .image-hotel::before {
  content: "";
  height: 0;
  float: left;
  padding-bottom: 100%;
}

.iframe-mobile .image-hotel::after,
.iframe-desktop .image-hotel::after {
  content: "";
  display: block;
  clear: both;
}

.iframe-desktop .radio-inline {
  grid-template-columns: 1fr;
}

.iframe-desktop .checkbox-input {
  grid-column: span 12;
}

.description-map {
  text-align: justify;
  word-break: break-all;
}

.w-50 {
  width: 50%;
  height: 100%;
}

.w-25 {
  width: 25%;
  height: 100%;
  display: block;
  overflow-y: auto;
}

.iframe-desktop .results {
  grid-template-columns: unset;
  padding: 10px;
  height: 100%;
  display: block;
  overflow-y: auto;
}

.iframe-desktop {
  position: fixed;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  height: unset;
  z-index: 99;
  background-color: #eaeaea;
  display: flex;
  border-radius: 10px;
}

.background-iframe-desktop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000008c;
  z-index: 98;
}

.iframe-desktop .type-filter,
.iframe-desktop .order-filter {
  display: block;
  padding: 10px;
  overflow-y: auto;
  position: unset;
}

.iframe-desktop .type-filter {
  height: 100%;
}

#map-desktop {
  height: 100%;
  border-radius: 10px;
}

.gm-style-iw.gm-style-iw-c {
  max-width: 330px !important;
}

.location-order {
  grid-column: 1 / span 12 !important;
}

.w-20 {
  height: 100%;
  width: 20%;
}

.w-30 {
  height: 100%;
  width: 30%;
}

.iframe-desktop .locate.show {
  padding: 0 10px !important;
}

.iframe-desktop .locate .form-group {
  grid-column: span 12;
}

.iframe-desktop .radio-input {
  grid-column: 1;
}

.clean-filters:hover {
  width: 100%;
  height: 60px;
  background-color: #44b1af;
}

@media (max-width: 768px) {
  .radio-inline .fish {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .radio-inline .fish p {
    grid-column: 2/7;
  }
}

@media (max-width: 454px) {
  .col:nth-child(-1n + 3) {
    grid-column: span 6;
  }
  .col.fish {
    grid-column: span 12;
  }
  .col:nth-last-child(2) {
    grid-row-start: 2;
    grid-column: 1 / span 6;
  }
  .order-filter .radio-input:nth-last-child(2) {
    /* grid-row-start: 2; */
    grid-column: 1 / span 6;
  }
  .order-filter .radio-input:nth-last-child(1) {
    /* grid-row-start: 2; */
    grid-column: 7 / span 6;
  }
  .order-filter .radio-input:first-child {
    grid-column: 1 / span 12;
  }

  .order-filter .radio-input:nth-child(2) {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 375px) {
  .map-div .map-link {
    left: 17%;
  }
}
@media (min-width: 425px) {
  .map-div .map-link {
    left: 20%;
  }
}
@media (min-width: 576px) {
  .map-photo {
    height: 100px;
  }
  .map-div .map-link {
    top: 78px;
    left: 27%;
  }
}
@media (min-width: 768px) {
  .map-photo {
    height: 100px;
  }
  .map-div .map-link {
    top: 78px;
    left: 33%;
  }
  .col {
    grid-column: span 3;
  }

  .locate .form-group {
    grid-column: span 4;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .results .box-product {
    grid-column: span 6;
  }
}

@media (min-width: 992px) {
  .results .box-product {
    grid-column: span 4;
  }

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