html:not([data-app-mobile]) .appMobileOnly {
  display: none !important;
  pointer-events: none !important;
  user-select: none !important;
}

html[data-app-mobile] .appMobileExcluded {
  display: none !important;
  pointer-events: none !important;
  user-select: none !important;
}

textarea {
  resize: none !important;
  height: 120px;
}

.bs-searchbox .form-control {
  background-color: #eaeaea;
  border-radius: 10px;
}

* {
  box-sizing: border-box;
  font-family: "montserrat";
  margin: 0;
}

/* width */
*::-webkit-scrollbar {
  width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #555;
}

:focus-visible {
  outline: -webkit-focus-ring-color none 1px;
}

*::-webkit-input-placeholder {
  font-size: 12px;
}

/* TRADUTOR */
#google_translate_element,
.goog-te-banner-frame,
#goog-gt-tt {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  webkit-box-shadow: 0 0 0 transparent !important;
  -moz-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
}

ul.nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 0;
}

nav {
  position: relative;
}

.div-back {
  height: 1px;
}

button.change-metric.pointer {
  background-color: transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 0;
  font-size: 24px;
  padding: 0;
}

.language {
  display: flex;
  align-items: center;
  align-content: center;
  background: transparent;
  border: 0;
  padding: 0;
}

.language img {
  width: 35px;
  padding: 0 5px;
  height: auto !important;
}

body {
  background-color: #fff;
  margin: 0;
  /* position e top para a barra do tradutor nao aparecer */
  top: 0 !important;
  position: static !important;
  overflow-x: hidden;
}

/* text */
.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

/* dimensions */
.m-0 {
  margin: 0 !important;
}

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

.mb-1 {
  margin-bottom: 1em !important;
}

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

.mt-1 {
  margin-top: 1.5em;
}

.mt-2 {
  margin-top: 2.5em;
}

.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.my-2 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.btn-favorite {
  cursor: pointer !important;
}

.btn-chat {
  background-color: #1fcfcc;
  border: 1px solid transparent;
  border-radius: 50%;
  bottom: 5px;
  color: #fff;
  font-size: 30px;
  height: 60px;
  position: fixed;
  right: 5px;
  width: 60px;
  z-index: 100;
  padding: 11px;
}

.btn-cart {
  background-color: #f87c2c;
  border: 1px solid transparent;
  border-radius: 50%;
  bottom: 5px;
  color: #fff;
  font-size: 30px;
  height: 60px;
  position: fixed;
  left: 5px;
  width: 60px;
  z-index: 100;
  padding: 11px;
}

.btn-cart p.cart-count {
  background-color: #60dbd9;
  font-family: "montserrat bold";
  border-radius: 7px;
  text-align: center;
  color: #fff;
  padding: 2px 10px;
  font-size: 19px;
  position: absolute;
  top: -5px;
  right: -5px;
}

.btn-chat p.notify {
  background-color: #e7a64a;
  font-family: "montserrat bold";
  border-radius: 7px;
  text-align: center;
  color: #fff;
  padding: 2px 10px;
  font-size: 19px;
  position: absolute;
  top: -5px;
  right: -5px;
}

.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: #626262;
  background-clip: padding-box;
  border: 1px solid transparent;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

/* colors */
.light {
  color: #fff !important;
}

.dark-grey {
  color: #444444 !important;
}

.orange {
  color: #fc7923 !important;
}

.cyan {
  color: #7fcdcb !important;
}

.green {
  color: #59f762;
}

.yellow {
  color: #fccd1b !important;
}

.font-color-dark {
  color: #3c3c3c !important;
}

.self-right {
  align-self: flex-end;
}

.font-color {
  color: #626262 !important;
}

.pointer {
  cursor: pointer !important;
}

.underline {
  text-decoration: underline !important;
}

.w-100 {
  width: 100% !important;
}

.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000a6;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.fade.show {
  opacity: 0.5;
}

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

nav {
  padding: 10px;
}

nav .menu-desktop {
  display: none;
}

nav .menu {
  align-items: center;
  /* display: grid;
	grid-template-columns: 1fr 1fr; */
}

nav .menu h2 {
  margin: 0 10px;
}

nav .menu-bars {
  align-items: center;
  display: flex;
}

nav .menu-entrar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav .menu-mobile {
  padding: 0px 5px 0 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

nav .menu-mobile.entrar {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

nav .menu-mobile.nohome {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}

nav .menu-mobile .fa-bars {
  background-color: #ffffffde;
  border-radius: 9px;
  color: #f97c2c;
  display: flex;
  font-size: 25px;
  height: 30px;
  padding: 2px;
  justify-content: center;
  width: 30px;
  cursor: pointer;
}

nav .menu-logo-home {
  align-items: center;
  display: grid;
  grid-template-columns: 5fr 4fr 5fr;
  justify-items: center;
  grid-column: 1/3;
}

nav .location,
nav .profile {
  display: flex;
  font-size: 13px;
}

nav .profile a {
  text-decoration: none;
  color: #fff;
}

nav .profile a:hover {
  text-decoration: none;
  color: #dcdcdc;
}

nav .location h6,
nav .profile h6 {
  margin: 0;
  margin-left: 5px;
  font-size: 12px;
}

nav .location p,
nav .profile p {
  margin: 0;
  margin-left: 5px;
  font-size: 10px;
}

nav .nohome .logo img {
  height: 55px;
}

nav .logo img,
nav .nohome.entrar .logo img {
  height: 85px;
}

nav .entrar .logo {
  justify-content: center;
}

nav .entrar .menu-logo {
  grid-column: 1/4;
  margin-top: 15px;
}

nav .logo {
  display: flex;
  justify-content: flex-end;
}

/* Caso seja o cadastro ou login */

nav .logo.login {
  justify-content: center;
}

nav .logo.login img {
  height: 100px;
}

nav .menu-collapse {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  box-shadow: 3px 5px 15px #484848;
  left: 0;
  max-height: 100%;
  overflow-y: auto;
  padding: 15px;
  position: fixed;
  top: 0;
  transition: 0.4s all;
  width: 90%;
  z-index: 115;
}

nav .menu-collapse.hidden {
  left: -800px;
}

nav .menu-collapse #close-menu {
  background-color: transparent;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 10px;
}

nav .menu-collapse div {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

nav .menu-collapse a {
  align-items: center;
  color: #444444;
  display: flex;
  font-family: "montserrat black";
  font-size: 15px;
  margin: 5px 0;
  text-decoration: none;
  width: fit-content;
}

nav .menu-collapse a p {
  font-family: "montserrat black";
  margin: 0 !important;
}

nav .menu-collapse :is(i, embed) {
  padding: 4px;
  background-color: #eaeaea;
  border-radius: 5px;
  font-size: 18px;
  height: 28px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
}

nav .menu-collapse :is(.icon-boat_rent, .icon-fish_pay) {
  font-size: 16px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.dropdown-orange {
  margin-top: 5px !important;
  overflow: hidden;
  background-color: #f79332;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: bold;
  color: #fff;
  place-items: center;
  padding: 15px 0;
  transition: all 0.5s linear;
}

.dropdown-orange-options {
  height: 0;
  width: 90%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0;
  color: #fff;
  transition: 0.5s;
}

.dropdown-orange-options.show {
  height: 140px;
  padding-top: 10px;
}

.dropdown-orange-options a {
  color: #fff !important;
}

.btn-blue {
  padding: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  background-color: #65c7c9 !important;
  border-radius: 10px;
  margin: 10px 0 !important;
}

.btn-blue:hover {
  background-color: #51a0a2;
  color: rgb(184, 184, 184);
}

.advice-property {
  background-color: #f97a26;
  padding: 5px 0;
  text-align: center;
}

.advice-property:hover {
  text-decoration: underline;
}

.modal {
  display: none;
}

footer {
  background-color: #ebebeb;
  border-radius: 20px;
}

footer .social-media {
  display: none;
}

footer .user,
footer .trip,
footer .fishing,
footer .contact {
  align-items: center;
  color: #3d3d3d !important;
  display: flex;
  flex-direction: column;
  padding: 15px;
  text-align: center;
}

footer h3 {
  margin: 0;
  margin-bottom: 10px;
}

footer .trip h3,
footer .fishing h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}

footer .user a,
footer .trip a,
footer .fishing a,
footer .contact a {
  font-size: 15px;
  margin: 8px 0;
  margin-left: -15px;
  text-decoration: none;
  text-align: start;
  display: flex;
}

footer .user a i,
footer .trip a i,
footer .fishing a i,
footer .contact a i {
  margin-right: 5px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: #0000 !important;
  outline: #0000 !important;
  outline-offset: 0 !important;
}

.d-grid {
  display: grid !important;
}

.menu-fixed {
  position: fixed;
  background-color: #7fcfd0;
  top: -1000px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 50;
}

.menu-fixed.show {
  position: fixed;
  background-color: #7fcfd0;
  width: 100%;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.menu-fixed .menu-mobile.entrar .translate-div {
  display: none;
}

.menu-fixed .menu-mobile.entrar .menu-logo {
  grid-column: 2/3;
  margin-top: 0;
}

.menu-fixed .menu-mobile.entrar .menu-logo .logo {
  justify-content: flex-start;
}

.menu-fixed .menu-mobile.entrar .logo img {
  height: 55px !important;
}

h3 {
  display: block;
  font-size: 1.17em !important;
}

.menu-fixed-mobile .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;
}

.swal2-container.swal2-shown {
  z-index: 99999;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: #0009;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  max-height: 100vh;
  overflow: hidden;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;

  max-height: 90vh;
  overflow: hidden;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background-color: transparent;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-body table {
  width: 100%;
}

.modal-body table td {
  width: 100%;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background-color: transparent;
}

.rules {
  flex: 1;
  overflow: auto;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .menu-fixed {
    display: none;
  }

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }

  ul.nav {
    justify-content: center;
  }

  nav .translate-div {
    display: none;
  }

  nav {
    padding: 10px 30px;
  }

  nav .menu-desktop {
    display: block;
  }

  nav .menu-mobile,
  nav .menu-mobile.entrar,
  nav .menu-mobile.nohome {
    display: none;
  }

  footer .user,
  footer .trip,
  footer .fishing,
  footer .contact {
    text-align: left !important;
  }

  nav .logo-profile {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
  }

  nav .logo-profile img {
    height: 70px;
    margin: 5px 0;
  }

  nav .logo-profile .translate img {
    height: auto;
  }

  nav .orange-boxes {
    align-items: center;
    justify-content: flex-end;
    display: flex;
  }

  nav .orange-boxes a {
    align-items: center;
    background: linear-gradient(60deg, #ffffff8c 0%, #f87c2c 45%);
    background-color: #f87c2c;
    border-radius: 25px;
    box-shadow: 1px 2px 10px #555;
    display: flex;
    font-size: 14px;
    margin: 0 10px;
    padding: 7px 15px;
    text-decoration: none;
  }

  nav .orange-boxes a.font-profile {
    font-size: 22px;
    justify-content: space-between;
  }

  nav .orange-boxes a i {
    margin: 0 5px;
    font-size: 27px;
  }

  nav .nav-links {
    align-items: end;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }

  nav .nav-links a {
    border-bottom: 2px solid transparent;
    padding: 5px 0;
    text-decoration: none;
    transition: 0.3s all;
    text-align: center;
    width: 15%;
  }

  nav .nav-links a:hover {
    border-bottom: 2px solid #f87c2c !important;
  }

  /* footer desktop */
  footer {
    align-items: start;
    border-radius: 20px 20px 0 0;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    padding: 25px 0;
    margin: 0;
  }

  /* redes sociais somente desktop */
  footer .social-media {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    display: block;
    grid-column: 1/5;
  }

  footer .social-media a {
    color: #444;
    margin: 0 3px;
    text-decoration: none;
  }

  footer .user,
  footer .trip,
  footer .fishing {
    align-items: flex-start;
  }

  footer .user h3 {
    margin-top: 15px;
  }

  footer .user a,
  footer .trip a,
  footer .fishing a {
    margin-left: 0;
    font-size: 18px;
  }

  /* contato somente desktop */
  footer .contact p {
    font-size: 13px;
  }

  .btn-chat {
    background-color: #1fcfcc;
    border: 1px solid transparent;
    border-radius: 50%;
    bottom: 15px;
    color: #fff;
    font-size: 35px;
    height: 70px;
    position: fixed;
    right: 15px;
    width: 70px;
    z-index: 100;
    padding: 13px;
    /* position: relative; */
  }
}

@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;
  }
}

.bootstrap-select .dropdown-menu li:first-child.disabled {
  display: none;
}