p {
  margin: 0;
}

a {
  cursor: pointer;
}

.btn-validate {
  background-color: #f87c2c;
  margin: 5px;
  color: #fff;
  font-family: "gilroy";
  font-size: 18px;
  padding: 15px;
  text-decoration: none;
  border-radius: 5px;
}

.form-group.city-div {
  display: none;
}

.category#category-content {
  background-color: #fff;
  border-radius: 20px;
}

.container {
  color: #626262 !important;
}

.form-control {
  border-color: #5a5a5a;
}

.category#category-content h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 100;
  padding: 1em;
}

.link-cadastre i {
  font-size: 35px;
}

.btn-new-fish {
  border: 0;
  border-radius: 15px;
  background-color: #f87c2c;
  color: #fff;
  font-family: "montserrat black";
  font-size: 13px;
}

.link-cadastre {
  display: grid;
  grid-template-columns: 7fr 1fr;
  color: #72cbd1;
  text-decoration: none;
  font-size: 18px;
  padding: 1em;
  border: 2px #72cbd1 solid;
  border-radius: 20px;
  margin: 15px;
  height: 90px;
  align-items: center;
  transition: all 0.2s linear;
}

.link-cadastre:hover {
  color: #ffffff;
  background-color: #72cbd1;
  transform: scale(0.98);
}

header .background-image {
  height: 300px;
}

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

textarea#desc {
  resize: none;
}

.radio-input,
.checkbox-input {
  /* border: 1px solid transparent; */
  background-color: #e2e2e2;
  margin-bottom: 15px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 2fr 6fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  font-size: 15px;
  grid-template-rows: 50px;
  grid-column: span 12;
  color: #878787;
  cursor: pointer;
  padding: 0 5px;
}

.radio-input:hover,
.checkbox-input:hover {
  border: 0;
  color: #878787;
  background-color: #e2e2e2;
}

.checkbox-input p {
  margin: 0;
}

button {
  height: auto;
  padding: 0;
}

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

.radio-input i,
.checkbox-input i {
  font-size: 20px;
}

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

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

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

.radio-input.active,
.checkbox-input.active {
  color: #f4fffb;
  background-color: #fb6d12;
}

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

.add-recurses {
  background-color: #e2e2e2;
  width: 100%;
  color: #5a5a5a;
  border: 0;
}

.add-recurses:hover {
  background-color: #cacaca;
  width: 100%;
  color: #5a5a5a;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.fishes-div {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  margin-bottom: 15px;
}

.fishes-div .fish-info {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.fishes-div .fish-info .fish-name::-webkit-input-placeholder {
  font-size: 14px;
  color: #686868;
}

.add-fish {
  background-color: #e2e2e2;
  width: 100%;
  color: #5a5a5a;
  border: 0;
}

.add-fish:hover {
  background-color: #cacaca;
  color: #5a5a5a;
  border: 0;
  box-shadow: none;
}

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #5a5a5a;
}

.dropdown-item {
  white-space: break-spaces;
}

.plans .plans-head {
  background-color: #8a8a8a;
  border-radius: 15px 15px 0 0;
  padding: 1em 0;
}

.plans .plans-body {
  background-color: #525252;
  border-radius: 0 0 15px 15px;
  padding: 1em 0;
  margin-bottom: 15px;
}

.plans.active .plans-head {
  background-color: #be7749;
  border-radius: 15px 15px 0 0;
  padding: 1em 0;
}

.plans.active .plans-body {
  background-color: #fc9552;
  border-radius: 0 0 15px 15px;
  padding: 1em 0;
}

.plans-head h3 {
  color: #fff;
  margin: 0;
}

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

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

.price-div p {
  font-size: 55px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  color: #fff;
}

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

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

.btn-div {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 50px;
  margin-bottom: 20px;
}

.btn-div small {
  grid-column: span 12;
  text-align: justify;
}

.btn-cancel {
  background-color: #eb4748;
  border: 0;
  color: #fff;
  grid-column: span 12;
  font-size: 20px;
  border-radius: 15px;
}

.btn-cancel {
  background-color: #b41a1a;
  border: 0;
  color: #fff;
  grid-column: span 12;
  font-size: 20px;
  border-radius: 15px;
}

.btn-cadastre,
.btn-orange {
  background-color: #fb7923;
  border: 0;
  color: #fff;
  grid-column: span 12;
  font-size: 20px;
  border-radius: 15px;
}

.btn-cadastre:hover,
.btn-orange:hover {
  background-color: #d8681d;
}

.btn-disable {
  background-color: #eb4748;
  border: 0;
  color: #fff !important;
  grid-column: span 12;
  font-size: 20px;
  border-radius: 15px;
  width: 100%;
}

.result-nav {
  width: 100%;
}

.btn-disable:hover {
  background-color: #a53131;
}

.btn-active {
  background-color: #28a745;
  border: 0;
  color: #fff;
  grid-column: span 12;
  font-size: 20px;
  border-radius: 15px;
}

.btn-active:hover {
  background-color: #1f8537;
}

.btn-all-inclusive,
.btn-all-inclusive:hover {
  grid-column: 1 / span 12;
}

/* TERMOS */
.terms {
  font-size: 15px;
  margin-top: 20px;
}

.terms input {
  margin: 0 5px;
}

.terms a {
  text-decoration: none;
  color: #fb7923;
}

.terms a:hover {
  text-decoration: underline;
}

.modal-header {
  align-items: center;
}

.modal .btn-close-terms {
  background-color: rgb(127, 205, 203);
  border-left-color: rgb(127, 205, 203);
  border-right-color: rgb(127, 205, 203);
  border: none;
  padding: 5px;
}

.modal .close {
  margin: 0;
  padding: 5px 10px;
}

.modal .close:hover {
  background-color: #fb7923;
}

/* Fim dos termos */

.sub-btn-div {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
}

button.change-subscription {
  background-color: #73cfcc;
  border: 0;
  border-radius: 15px;
  padding: 10px 10px;
  font-family: "montserrat black";
  grid-column: span 12;
}

.modal-footer {
  border: 0;
}

.modal-footer .div-buttons .btn-aval {
  padding: 15px 10px;
  border-radius: 15px;
  border: 0;
  font-family: "montserrat black";
  color: #fff;
}

.modal-content .card-info {
  display: none;
}

.br-5 {
  border-radius: 5px !important;
}

.btn-div {
  align-items: center;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: unset !important;
}

.btn-swal-link {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7fcdcb;
  color: #fff;
  font-size: 1.0625em;
  cursor: pointer;
  margin: 0.3125em;
  padding: 0.625em 2em;
  font-weight: 500;
  box-shadow: none;
}

@media (min-width: 768px) {
  .radio-input,
  .checkbox-input {
    grid-column: span 3 !important;
  }

  .radio-input:hover,
  .checkbox-input:hover {
    border: 0;
    color: #f4fffb;
    background-color: #fb6d12;
  }

  .fishes-div .fish-info {
    grid-column: span 3;
  }

  .plans-div {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
  }

  .plans {
    grid-column: span 6;
  }

  .btn-all-inclusive,
  .btn-all-inclusive:hover {
    grid-column: 3 / span 8;
  }
}
