/* Font Awesome CDN - Carrega todos os ícones automaticamente */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

/* Mapeamento de classes Font Awesome para compatibilidade */
/* Mapeia Light (fal) para Regular (far) */
.fal {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

/* Mapeia Duotone (fad, fa-duotone) para Solid (fas) */
.fa-duotone, .fad {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* Garante que todas as variantes funcionem */
.fa, .fas, .far, .fab, .fal, .fad, .fa-duotone {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Font Awesome Solid */
.fas, .fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* Font Awesome Regular */
.far, .fa-regular {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

/* Font Awesome Brands */
.fab, .fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* ====== Container Padronizado com main.css ====== */
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}

/* Fade In Down */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate__fadeInDown {
  animation: fadeInDown 1.5s both;
}

/* Fade In Up */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate__fadeInUp {
  animation: fadeInUp 1.5s both;
}

/* Pulse */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(13,110,253, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(13,110,253, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(13,110,253, 0);
  }
}
.animate__pulse {
  animation: pulse 1.8s infinite;
}

/* Delays */
.animate__delay-1s {
  animation-delay: 0.75s;
}
.animate__delay-2s {
  animation-delay: 1.5s;
}
.animate__delay-3s {
  animation-delay: 2.25s;
}

/* Cor branca para 'Hospede com' */
.hospede-branco {
  color: #fff !important;
}


ul.logos li {
  float: none;
  margin: 15px 20px;
  display: inline-block;
}

.stampdc {
  color: #c6cacf;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.stampdc img {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.certificado-tier {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  text-decoration: none !important;
}
.certificado-tier i {
  font-size: 1.5rem;
  color: #ffd700;
  margin-bottom: 0;
}



/* Remove a seta dos tooltips do mapa */
.tooltip-arrow,
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  display: none !important;
}

/* ====== Estilos para seção de parceiros ====== */
.single-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    transition: all 0.5s ease-in;
    margin: 8px auto;
    padding: 10px;
}

.single-partner img {
    width: 170px;
    height: 60px;
    object-fit: contain;
    filter: opacity(90%);
    transition: all 0.3s ease;
}

.single-partner:hover {
    transform: scale(1.2);
}

.single-partner:hover .partner-img {
    filter: none;
    opacity: 1;
}

.partners-carousel {
    position: relative;
    overflow: hidden;
}

.partner-section {
    background: linear-gradient(135deg, #5885a5 0%, #395f7b 100%);
    position: relative;
}

.partner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.partner-section .container {
    position: relative;
    z-index: 2;
}

.partner-section .section-heading h2 {
    color: #fff;
    margin-bottom: 20px;
}

.partner-section .section-heading .lead {
    color: rgba(255, 255, 255, 0.9);
}
.flex-shrink-0.icons-md.vertical-fixed {
  min-width: 70px;
}
/* Ícones maiores para a seção Mais Recursos Grátis! */
.maior-icone-recursos {
  font-size: 3.5rem !important;
  line-height: 1.1;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

/* ====== Correção alinhamento ícones WhatsApp e Live Chat ====== */
.topbar-text ul.list-inline {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.topbar-text ul.list-inline li.list-inline-item {
  display: inline-flex !important;
  align-items: center !important;
  margin-right: 1rem !important;
}

.topbar-text ul.list-inline li.list-inline-item:last-child {
  margin-right: 0 !important;
}

.topbar-text ul.list-inline li.list-inline-item a {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.topbar-text ul.list-inline li.list-inline-item a span {
  margin-right: 0.5rem !important;
}

/* ====== Correção para header top bar - ícones lado a lado ====== */
#header-top-bar .d-flex.align-items-center.justify-content-end {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

#header-top-bar .cart-wrapper,
#header-top-bar .notifications-wrapper,
#header-top-bar .active-client {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

#header-top-bar .separator {
  flex-shrink: 0;
  display: inline-block;
}

#header-top-bar .active-client .btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

@media (max-width: 991px) {
  #header-top-bar .active-client span {
    display: none;
  }
  #header-top-bar .active-client .btn {
    padding: 0.375rem 0.5rem;
  }
}


.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #e8f4fd;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 0.75rem;
  font-weight: bold;
  flex-shrink: 0;
}  

.custom-check {
  line-height: 1.75;
}

.indicator-btn.active {
  background-color: rgba(255,255,255,0.9) !important;
  color: #000 !important;
  font-weight: bold;
}

.indicator-btn:hover {
  background-color: rgba(255,255,255,0.7) !important;
  color: #000 !important;
}

#prev-btn, #next-btn {
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

#prev-btn:hover, #next-btn:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}

#prev-btn:active, #next-btn:active {
  transform: scale(0.95);
}

.modern-number .number-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0f4f8;
  color: #547b97;
  font-size: 1.7rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(84,123,151,0.08);
  margin-top: 2px;
}
@media (max-width: 767px) {
  .modern-number .number-circle {
      width: 38px;
      height: 38px;
      font-size: 1.2rem;
  }
}

.purpose-img {
  animation: rotate-slow 12s linear infinite;
  border-radius: 50%;
  box-shadow: 0 4px 24px rgba(84,123,151,0.10);
  margin-top: 16px;
}
@keyframes rotate-slow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.support-link:hover, .support-link:focus {
  color: #fff !important;
  text-decoration: none;
  transition: background 0.2s;
}
.support-link:hover span, .support-link:focus span {
  color: #fff !important;
}
.footer-section ul li a:hover, .footer-section ul li a:focus {
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
.footer-section ul li {
  margin-bottom: 4px;
}
.footer-section ul li:last-child {
  margin-bottom: 0;
}
.support-icon {
  font-size: 2.6rem;
  min-width: 48px;
  min-height: 48px;
  max-height: 56px;
  color: #fff;
}
@media (max-width: 767px) {
  .support-icon {
      font-size: 2rem;
      min-width: 38px;
      min-height: 38px;
  }
}

.tiles {
    box-shadow: 0 .375rem 1.5rem 0 rgb(140 152 164 / 20%);
}

.primary-content .card {
    box-shadow: 0 .375rem 1.5rem 0 rgb(140 152 164 / 20%);
}

.table-list .label.status {
    display: block;
    margin: 0;
    padding: 10px 0;
}

.table-container .label {
    font-size: 14px;
    font-weight: 300;
    padding: 6px 10px;
}

.navbar-collapse > ul > li > a > i {
    font-size: 18px;
}

.icon-size {
    font-size: 20px;
}

header.header .main-navbar-wrapper {
    background-color: #85acc854;
}

.support-link:hover, .support-link:focus {
  color: #fff !important;
  text-decoration: none;
  transition: background 0.2s;
}
.support-link:hover span, .support-link:focus span {
  color: #fff !important;
}
.footer-section ul li a:hover, .footer-section ul li a:focus {
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
.footer-section ul li {
  margin-bottom: 4px;
}
.footer-section ul li:last-child {
  margin-bottom: 0;
}
.support-icon {
  font-size: 2.6rem;
  min-width: 48px;
  min-height: 48px;
  max-height: 56px;
  color: #fff;
}
@media (max-width: 767px) {
  .support-icon {
      font-size: 2rem;
      min-width: 38px;
      min-height: 38px;
  }
}

.btn-group .btn.btn-default {
    margin-right: 2px;
    border: 0;
}
.table-striped th, td {
    color: #1e2022 !important;
    text-align: left;
    font-size: 15px;
}

.btn-sm:not(.btn-icon) {
    font-size: 14px;
    padding: 6px 10px;
    margin: 5px 0;
}

/* Footer mobile styles - 500px and below */
@media (max-width: 500px) {
    /* Hide Products and Support menus on mobile */
    .footer-section .row.align-items-start .col-lg-3:nth-child(2),
    .footer-section .row.align-items-start .col-lg-3:nth-child(3) {
        display: none !important;
    }
    
    /* Make remaining categories stack vertically and center them */
    .footer-section .row.align-items-start .col-lg-3 {
        width: 100% !important;
        margin-bottom: 2rem !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    
    /* Center titles and content */
    .footer-section .row.align-items-start .col-lg-3 h5 {
        text-align: center !important;
    }
    
    .footer-section .row.align-items-start .col-lg-3 ul {
        text-align: center !important;
        padding-left: 0 !important;
    }
    
    /* Make support icons stack vertically and center them */
    .footer-section .row.text-center .col-md-3 {
        width: 100% !important;
        margin-bottom: 1rem !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    /* Center align support icons on mobile */
    .footer-section .row.text-center {
        justify-content: center !important;
    }
    
    /* Adjust support link styling for mobile */
    .support-link {
        max-width: 300px !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    /* Center payment methods section */
    .footer-section .row.align-items-center .col-12 {
        text-align: center !important;
    }
    
    .footer-section .row.align-items-center .col-12 h6 {
        text-align: center !important;
    }
}

#header-top-bar {
    background: #e9ecef;
}
.topbar-text ul {
    font-weight: 500;
    line-height: 0;
    margin: 0
}
.topbar-text ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #575757;
    font-size: 13px;
    line-height: 15px;
    font-family: Poppins, sans-serif
}
.topbar-text ul li a:hover {
    color: #85acc8;
}
.gradient-bg .topbar-text ul li, .gradient-bg .topbar-text ul li a {
    color: #fff
}
.gradient-bg .topbar-text ul li a:hover {
    opacity: 1
}
.topbar-text ul li span {
    font-size: 84%
}
.header-main {
    position: relative;
    display: block
}

.me-2 {
    margin-right: .5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #212529 !important;
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: #484e53 !important;
}

hr {
    opacity: .25;
}

.me-1 {
    margin-right: .25rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.fs-6 {
    font-size: 1rem !important
}