/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

:root {
  --green-forum: #41b282;
  --green-forum-hover: #57d39f;
  --green-forum-ligth: #DCEFEC;
  --dark-green-forum: #41B2A1;
  --green-forum-outline-hover: #41b2832a;
  --dark-forum: #4a4a4a;
  --dark-gray-forum: #464646;
  --dark-forum-outline: #46464634;
}

/* LOADIN CSS */
.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 52%);
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
}

.space {
  margin-top: 6vw;
  margin-bottom: 6vw;
}

.text-red {
  color: red;
}

.text-black {
  color: black !important;
}

.text-gray {
  color: #4a4a4a;
}

.text-dark-gray {
  color: var(--dark-gray-forum);
}

.text-so-small {
  font-size: .85rem;
}

.shadow-nav {
  box-shadow: 10px 5px 5px #00000008;
}

.space-padding {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.bg-forum {
  background-color: var(--green-forum);
}

.title {
  font-size: 3rem;
  font-weight: 600;
}

.bg-dark-forum {
  background-color: var(--dark-forum);
}

.bg-green-forum {
  background-color: var(--green-forum);
}

.btn-forum {
  color: #fff;
  background-color: var(--green-forum);
  border-color: var(--green-forum);
}

.btn-forum:hover {
  color: #fff;
  background-color: var(--green-forum-hover);
  border-color: var(--green-forum-hover);
}

.btn-forum-outline {
  color: var(--green-forum);
  border-color: var(--green-forum);
}

.btn-forum-outline:hover {
  color: var(--green-forum);
  background-color: var(--green-forum-outline-hover);
  border-color: var(--green-forum);
}

.btn-forum-dark-outline {
  color: var(--dark-forum);
  border-color: var(--dark-forum);
}

.btn-forum-dark-outline:hover {
  color: var(--dark-forum);
  background-color: #c4c4c436;
  border-color: var(--dark-forum);
}

.banner-forum {
  height: 400px;
  background-image: url('../img/banner_search.png');
  background-repeat: no-repeat;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.form-search {
  text-align: -webkit-center;
}

.search i {
  top: 2px;
  opacity: 0.6;
  padding: 1em;
  display: flex;
  align-items: flex-end;
  color: var(--green-forum);
}

.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
  padding: 12px;
  border: 1px var(--green-forum);
}

.search input {
  height: 50px;
  text-indent: 25px;
  border-radius: 15px;
}

.navbar-light .btn-navbar,
.navbar-light .form-control-navbar {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.search input:focus {
  box-shadow: none;
  border: 1px var(--green-forum);
}

.search .fa-search {
  position: absolute;
  top: 15px;
  right: 16px;
}

.case-cartorio {
  padding: 30px;
  border-radius: 15px;
  color: black;
}

.link-slide-cartorio {
  position: relative !important;
  margin-top: 60px;
}

.link-slide-cartorio.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #f8f9fa !important;
}

.bg-cartorio {
 min-height: 776px;
  background-image: url('../img/bg_cartorios.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.card-info {
  width: 80%;
  height: 300px;
  background: white;
  border-radius: 50px;
  border: 1px solid #cfd0d1;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.title-info {
  font-weight: bold;
}

.bg-info {
  height: 50vh;
  background-image: url('../img/bg_info.png');
  background-color: white !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-info-bt {
  background-image: url('../img/bg_info_bt.png');
  background-color: white !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-faq {
  height: 70vh;
  background-image: url('../img/imagem-casal.png');
  background-color: white !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-gray {
  background-color: #F4F4F4;
  box-shadow: inset;
}

.divider-faq {
  border-top: 6px solid var(--green-forum);
  display: initial;
}

.faq .accordion-item {
  border: none;
  text-align: justify;
  border-radius: 10px;
  background: transparent;
}

.faq .accordion-header {
  border: none;
  text-align: justify;
  border-radius: 10px;
}

.faq .accordion-button {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 15pt;
  font-weight: bold;
  color: black;
  background-color: white;
  box-shadow: inset;
}

.faq .accordion-item:last-of-type .accordion-button.collapsed {
  border: 2px solid var(--green-forum);
  border-radius: 10px;
}

.faq .accordion-item:first-of-type .accordion-button {
  border: 2px solid var(--green-forum);
  border-radius: 10px;
}

.sobre-cartorio {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px solid lightgray;
  padding: 4vh;
  box-shadow: 10px 5px 5px #00000008;
}

.falatorio>div {
  background-color: var(--green-forum-ligth);
  padding: 0px;
  border-radius: 30px;
  box-shadow: 10px 5px 5px #00000008;
}

.header-f {
  background-color: var(--dark-green-forum);
  width: 100%;
  height: 80px;
  padding: 1vh 3vh;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom: 10px solid #0f5132;
}

.card-f {
  display: flex;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, .125);
  border-radius: 0.5rem;
}

.card-f i {
  font-size: 1.5rem;
  text-align: center;
}

.card-av {
  border: 3px solid rgba(0, 0, 0, .125);
  border-radius: 30px;
  text-align: center;
  padding: 0rem 3rem 0rem 3rem;
}

.card-av-divd {
  border-top: 2px solid rgba(0, 0, 0, .125);
  width: 90%;
  text-align: center;
  display: inline-block;
}

.link-av {
  background: transparent !important;
  color: gray !important;
  font-weight: 400 !important;
  cursor: pointer;
}

.link-av:focus,
.link-av:hover {
  color: var(--dark-gray-forum) !important;
  font-weight: 400 !important;
}

.link-av.active {
  color: var(--dark-gray-forum) !important;
  font-weight: bold !important;
}

.pag-av .page-link {
  color: var(--dark-gray-forum) !important;
}

.pag-av li {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.pag-av a {
  border-radius: 10px;
}

.pag-av a.arrow {
  border-radius: 50px !important;
}

.input-forum {
  padding: 0.75rem 0.75rem;
  font-size: 1.3rem;
}

.modal-forum {
  padding: 10px;
  border-radius: 20px;
  border: 0px;
  color: var(--dark-gray-forum);
}

.modal-forum .btn-forum {
  margin: 1rem;
  padding: 0.3rem 7rem;
  font-size: 1.3rem;
}

.star-rating {
  color: #ff9800;
  font-size: 1.3rem;
}

#successAvaliacao {
  margin: 5rem;
}

.popover-search {
  top: auto;
  max-width: 100%;
  width: 97%;
  margin: 5px 0px 0px 9px;
}

.popover-search a {
  text-decoration: none;
  text-transform: uppercase;
}

.popover-search li {
  list-style-type: none;
  margin: 5px;
  padding: 5px 15px;
  color: var(--dark-gray-forum);
}

.popover-search li:hover {
  list-style-type: none;
  border-radius: 10px;
  background-color: #41b2823b;
  font-weight: 700;
}

.link-acitve {
  background: #41b2823d !important;
  cursor: auto !important;
  pointer-events: none !important;
}

.moderatio-ballon {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 2px solid lightgray;
  background: #80808017;
  padding: 2vh;
}

.link-company {
  text-decoration: none;
}

.link-company:hover {
  cursor: pointer !important;
  background-color: var(--green-forum) !important;
}

/* #############  LOGIN CSS  ############### */
.account-block {
  padding: 1;
  background-image: url('../img/banner_search.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.account-block .overlay {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.account-block .account-testimonial {
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  padding: 0 1.75rem;
  bottom: 10rem;
  left: 0;
  right: 0;
}

.text-theme {
  color: var(--green-forum);
}

.btn-theme {
  background-color: var(--green-forum);
  border-color: var(--green-forum);
  color: #fff;
}

.user-informations li>.active {
  border: 1px solid #41b282;
  background: #41b282 !important;
  color: white !important;
}
@media (min-width: 576px) and (max-width: 1440px) {
  li.nav-item a {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .d-lg-inline-block {
    flex: 1 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 1440px) {

}
@media (min-width: 240px) and (max-width: 575.9px) {
  .banner-forum h1 {
    font-size: 1.5rem;
  }
  .banner-forum h4 {
    font-size: 1rem;
  }
  .bg-info {
      height: auto;
      background-image: none;
      background-color: white !important;
      background-size: cover;
      background-repeat: no-repeat;
  }
  .bg-info .card-info {
      width: auto;
      height: 300px;
      background: white;
      border-radius: 50px;
      border: none;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      box-shadow: none!important;
  }
  .falatorio{
    margin-top: 10px;
  }
}
.company-list {
  border: 1px solid #636464;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease-in-out;
}
.imoveis a {
  color: #464646;
}
.imovel .titulo {
  color: #41b282;
}
.imoveis a .price{
  color:#41b282;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-unstyled li a{
  color: #fff;
}
footer .dados-loja,
footer .dados-loja a
{
    font-size: .76rem;
    color: #fff;
}
.img-comp{
    display: flex;
    margin-bottom: 30px;
}
.img-geom{
    margin-top: 30px;
}
.b-rad-8{
    border-radius: 8px;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
}
.svg-inline--fa.fa-w-20 {
    width: 1.25em;
}

#nav-sidebar-inner img {
    height: 3rem;
    max-height: none;
}