@import url("../fonts/fonts.css");
@import url("partials/header.css");
@import url("partials/infos.css");

body {
  font-family: "Product Sans", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

iframe.skiptranslate {
  display: none !important;
  visibility: hidden !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
  position: static !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}

.container {
  max-width: 1280px;
}

.f13 {
  font-size: 13px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f26 {
  font-size: 26px;
}
.f30 {
  font-size: 30px;
}
.f35 {
  font-size: 35px;
}

.footer-custom {
  background-color: #1A2B1F !important; 
  color: #cccccc;
}

.footer-custom .social-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #AD8145;
  border-radius: 50%;
  color: #AD8145 !important;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-custom .social-circle:hover {
  background-color: #AD8145;
  color: #1A2B1F !important;
  transform: translateY(-3px);
}

.footer-custom a,
.footer-custom h5,
.footer-custom p,
.footer-custom span,
.footer-custom li {
  color: #cccccc !important;
  transition: color 0.3s ease;
}

.footer-custom a:hover,
.footer-custom a:hover i {
  color: #ffffff !important;
}

.footer-custom h6 {
  letter-spacing: 0.5px;
}

.text-white-50 {
  color: #cccccc !important;
  transition: color 0.3s ease;
}

.hover-white:hover {
  color: #ffffff !important;
}

.breadcrumbs {
  text-transform: lowercase;
  display: flex;
  flex-wrap: wrap;
  a {
    text-decoration: none;
    color: #777777;
    transition: all 0.3s ease;

    &:hover {
      text-decoration: underline;
    }

    &.has-next {
      margin-right: 60px;
      text-wrap: wrap;
      &::after {
        width: 50px;

        text-align: center;
        position: absolute;
        content: "\f054";
        font-family: "Font Awesome 7 Free";
        padding-top: 2px;

        font-size: 14px;
        font-weight: 900;
        text-decoration: none;
        color: #777777;
      }
    }
  }
}

#search-content #orderBy,
#search-content #limit {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #666666;
  padding: 0.5rem 1.3rem;
  border-radius: 4px;
}

.pagination .page-link {
  color: #000;
}

.pagination .page-item.active .page-link {
  font-weight: bold;
  background-color: #ff6900;
  border-color: #ff6900;

  &:focus {
    outline: none;
    box-shadow: none;
  }
}

.prod-share {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.prod-share span {
  font-size: 14px;
  font-weight: 500;
  font-weight: bold;
  color: var(--cinza-letra-marca-produto);
}
.prod-share a {
  color: #e7e7e7;
  border: 2px solid;
  border-radius: 8px;
  padding: 3px;
}

.prod-share a:hover {
  color: #212529;
}

.prod-share a svg {
  color: black;
}

.prod-share a i {
  color: black;
}

.filtros-busca .input_container {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  font-family: sans-serif;
  display: flex;
  align-items: center;
}

.filtros-busca input[type="radio"],
.filtros-busca input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.filtros-busca .checkbox {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.filtros-busca input[type="radio"]:checked + .checkbox,
.filtros-busca input[type="checkbox"]:checked + .checkbox {
  border-color: #1b1b1b;
  background-color: #0e0d0d;
}

/*BOTÃƒÆ’O VOLTAR AO TOPO*/
#btnVoltarAoTopo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #1a2b1f;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

#btnVoltarAoTopo img {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

#btnVoltarAoTopo.show {
  opacity: 1;
  visibility: visible;
}

/* =========================================
   SEÃƒâ€¡ÃƒÆ’O: CHAMADA PARA ANFITRIÃƒâ€¢ES (HOME)
   ========================================= */
.section-anfitrioes {
    background-color: #F4EBE2;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.section-anfitrioes::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-image: url('/assets/images/cataratas.jpg');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 72%);
    z-index: 0;
    opacity: 0.9;
}

.section-anfitrioes .container {
    position: relative;
    z-index: 1; 
}

.feature-item-anfitriao {
    border-right: 1px solid rgba(0,0,0,0.06);
    padding: 0 13px;
}

.feature-item-anfitriao:last-child {
    border-right: none;
}

@media (max-width: 1199px) {
    .feature-item-anfitriao {
        border-right: none;
        margin-bottom: 25px;
    }
    
    .section-anfitrioes::before {
        width: 100%;
        height: 400px;
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
        opacity: 0.2;
    }
}

@media (max-width: 767.98px) {
  .section-anfitrioes .col-lg-4 {
    text-align: center;
  }

  .feature-item-anfitriao .d-flex {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .feature-item-anfitriao .d-flex > div:first-child {
    margin-bottom: 10px;
  }

  footer.footer-custom .col-lg-4 {
    text-align: center;
  }
}