/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.03
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Estilos base para o sticky plans */
.section-z-index {
    z-index: 20;
}

.row-plan-mobile-features {
    position: sticky;
    top: 65px;
    z-index: 11;
    box-shadow: 1px 1px 4px 0px #00000047;
}

.sticky-container {
    position: sticky;
    top: 90px;
    z-index: 11;
    margin-top: -100px;
}

.row-pre-plans {
    z-index: 12;
    position: relative;
}

.col-sticky-plans {
  left: 0;
  right: 0;
  z-index: 19;
  padding: 15px;
  opacity: 0;
  will-change: transform, opacity;
  pointer-events: none;
  visibility: hidden;
}

/* Quando ativo */
.col-sticky-plans.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/* Animação de bounce para entrada */
@keyframes bounceIn {
  0% {
    transform: translateY(-200%);
    opacity: 0;
    visibility: visible; /* Garantir visibilidade imediata no início da animação */
  }
  60% {
    transform: translateY(10px);
    opacity: 1;
  }
  80% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Animação de bounce para saída */
@keyframes bounceOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    opacity: 0;
    visibility: hidden; /* Garantir que está oculto no final da animação */
  }
}

/* Classes para aplicar as animações */
.col-sticky-plans.bounce-in {
  animation: bounceIn 0.5s ease forwards;
}

.col-sticky-plans.bounce-out {
  animation: bounceOut 0.5s ease forwards;
}









/* Estilos para os ícones SVG */
  .resource-icon-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: help;
    position: relative;
  }
  
  .icon-check-svg {
    background-color: #2ecc71; /* Verde para check */
  }
  
.icon-x-svg {
    background-color: #a3a3a3;
}
  
  /* O SVG irá se ajustar automaticamente */
  .resource-icon-svg svg {
    width: 14px;
    height: 14px;
  }
  
  /* Estilos para o tooltip (mesmos da versão anterior) */
  .tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    pointer-events: none;
  }
  
  .tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }









  /* Estilo para o wrapper do texto com tooltip */
  .text-with-tooltip {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  
  /* Ícone de informação */
.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #a5a5a5;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin-left: 6px;
    cursor: help;
}
  
  /* Estilo para o tooltip */
  .tooltip-container {
    position: relative;
    display: inline-block;
  }
  
  .tooltip-text-2 {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    pointer-events: none;
    line-height: 1.4;
  }
  
  /* Seta do tooltip apontando para a esquerda */
  .tooltip-text-2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
  }
  
  /* Mostrar tooltip ao passar o mouse */
  .tooltip-container:hover .tooltip-text-2 {
    visibility: visible;
    opacity: 1;
  }






.plan-accordion {
width: 100%;
margin: 0 auto;
}

.plan-accordion-item {
margin-bottom: 10px;
border: 1px solid #ddd;
border-radius: 4px;
overflow: hidden;
}

.plan-accordion-title {
background-color: #f6f6f6;
padding: 15px;
cursor: pointer;
position: relative;
font-weight: bold;
transition: background-color 0.3s;
}

.plan-accordion-title:hover {
background-color: #eaeaea;
}

.plan-accordion-title:after {
content: '+';
position: absolute;
right: 15px;
font-size: 20px;
transition: transform 0.3s;
}

.plan-accordion-title.active:after {
content: '-';
}

.plan-accordion-content {
padding: 0;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.plan-accordion-content.active {
padding: 15px;
max-height: 1000px; /* Valor alto o suficiente para acomodar o conteúdo */
}


#logo {
    margin-top: -8px;
}

.absolute-footer, .shop-page-title {
    display: none!important;
}
.comparison-container {
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
}

.comparison-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #050939;
    margin-bottom: 30px;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.comparison-column {
    width: 50%;
    padding: 0;
}

.comparison-header {
    padding: 20px 15px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.traditional-header {
    background-color: #777;
}

.climb-header {
    background-color: #ff0449;
}

.comparison-item {
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    min-height: 120px;
}

.traditional-item {
    background-color: #f7f7f7;
}

.climb-item {
    background-color: #fff;
}

.item-title {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
}

.traditional-title {
    color: #555;
}

.climb-title {
    color: #050939;
}

.item-description {
    font-size: 15px;
    line-height: 1.5;
}

.traditional-description {
    color: #666;
}

.climb-description {
    color: #333;
}

/* Responsividade */
@media (max-width: 768px) {
    .comparison-table {
        flex-direction: column;
    }
    
    .comparison-column {
        width: 100%;
    }
    
    .comparison-item {
        min-height: auto;
    }
}
.glass-1 .col-inner {
    background: rgba(5, 9, 57, 0.55);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.glass-2 .col-inner {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px 0 rgb(149 149 149 / 37%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.font-span {
    background: #000f42;
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    font-weight: 800;
    font-size: 19px;
}
blockquote {
    padding: 10px!important;
    border: none!important;
}
.header-wrapper {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur( 4px );
}

.image-1, .image-2, .image-3 {
    position: absolute;
}

#title-1, #title-2, #title-3 {
    font-size: 24px;
}

#content-1, #content-2 {
    margin-bottom: 18px;
}

#content-1, #content-2, #content-3 {
    cursor: pointer;
    position: relative;
}
/* Estilos para o círculo de progresso */
.progress-ring__circle {
    transition: stroke-dashoffset 0.35s;
    transform: rotate(90deg); /* Rotação para começar às 6h (posição sul) */
    transform-origin: 50% 50%;
}

.icon-points {
    background: #00c15c;
}

/* Estilos para o pontilhado vertical */
.dotted-line {
    width: 2px;
    margin-top: 8px;
    background-image: linear-gradient(to bottom, #00C15F 50%, transparent 50%);
    background-position: top;
    background-size: 2px 14px;
    background-repeat: repeat-y;
    z-index: 0;
}

.col-1-custom {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.item-1-custom {
    top: 0;
    justify-content: center;
    align-items: center;
    height: 48px;
    left: 8px;
}



.carousel-container {
    position: relative;
    margin: 0px auto;
}

.prev-button, .next-button {
    margin-top: -35px;
}

.carousel-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.carousel-wrapper-before-after {
    position: relative;
    height: 400px;
    overflow: hidden;
}

/* Estilo para os dois tracks sobrepostos */
.carousel-track {
    display: flex;
    position: absolute;
    left: 0;
    transition: transform 0.5s ease;
    height: 400px;
    width: max-content; /* Para acomodar todos os cards */
    will-change: transform; /* Melhora a performance de animações */
}

/* Track específico para "antes" */
#beforeTrack {
    z-index: 1;
}

/* Track específico para "depois" */
#afterTrack {
    z-index: 2;
}

/* Aqui está a correção principal - criamos dois wrappers com clip-path */
.track-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#beforeWrapper {
    clip-path: inset(0 50% 0 0); /* Mostra apenas a metade esquerda */
}

#afterWrapper {
    clip-path: inset(0 0 0 50%); /* Mostra apenas a metade direita */
}

.carousel-card {
    min-width: 280px;
    height: 380px;
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.carousel-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.portal {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(59, 173, 227, 0.1), rgba(59, 173, 227, 0.9), rgba(59, 173, 227, 0.1));
    box-shadow: 0 0 20px 5px rgba(59, 173, 227, 0.7);
    z-index: 20;
    pointer-events: none;
    animation: portalGlow 1.5s infinite alternate;
}

@keyframes portalGlow {
    0% { box-shadow: 0 0 15px 3px rgba(59, 173, 227, 0.6); }
    100% { box-shadow: 0 0 25px 8px rgba(59, 173, 227, 0.8); }
}

.portal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.control-btn {
    background-color: #3BADE3;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.control-btn:hover {
    background-color: #2982B9;
}

@media (max-width: 768px) {
    .carousel-card {
        min-width: 220px;
        height: 300px;
        margin: 0 10px;
    }
}

@media (max-width: 480px) {
    .carousel-card {
        min-width: 180px;
        height: 250px;
        margin: 0 5px;
    }
    
    .controls {
        gap: 10px;
    }
    
    .control-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

/* Estilos para trustpilot */
.trustpilot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}

.trustpilot .star {
    color: #00B67A;
    font-size: 24px;
}

.trustpilot .rating {
    font-weight: bold;
    font-size: 18px;
}

.trustpilot .stars {
    color: #00B67A;
}

.product-item {
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 0.5;
    transform: scale(0.9);
}
.product-item.active {
    opacity: 1;
    transform: scale(1.05);
    z-index: 10;
}
.product-image {
    transition: opacity 0.5s ease;
}
.no-transition {
    transition: none !important;
}
.active {
    opacity: 1 !important;
}

.col-hidden {
    display: none;
}

.col-features {
    border: none;
    border-radius: 35px;
    box-shadow: none;
}

.col-features h1 {
    color: #000000;
    font-size: 35px;
}

.col-features h3 {
    color: #3e3e3e;
    line-height: 20px;
    font-size: 16px;
}

.col-features p {
    color: #4c4c4c;
    font-size: 14px;
}

.col-features .items-start {
    border-bottom: 1px solid #00000017;
}

.product-images {
    text-align: center;
}

.col-navigation-carousel .product-item div {
    background: #003881;
    color: white;
}
.video.video-fit.mb {
    padding: 0 !important;
}
.product-images img {
    height: 100%;
    object-fit: contain;
    width: auto;
}

.cal-sans-regular {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.header-bg-color {
    background-color:transparent!important;
}

.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow:none!important;
}

.header-inner.flex-row.container.logo-left.medium-logo-center {
    background: white;
    border-radius: 50px;
    padding: 10px 40px;
    box-shadow: -1px 2px 3px 1px #00000017;
}



.header-inner.flex-row.container.logo-left.medium-logo-left {
    background: white;
    border-radius: 50px;
    padding: 10px 40px;
    box-shadow: -1px 2px 3px 1px #00000017;
}


#header .header-wrapper .header-inner {
    margin-top: 30px;
}

#header .header-wrapper.stuck .header-inner {
    margin-top: 10px;
}

.header-main .nav > li > a {
    line-height: 35px!important;
}

.top-divider.full-width {
    display: none!important;
}

.accordion.custom-accordion-faq .accordion-item {
    background: white;
    border-radius: 22px;
    padding: 25px;
    margin-bottom: 12px;
}

.custom-accordion-faq .accordion-title {
    border: none;
    font-family: 'LinkSansVF';
    font-weight: 600;
}

.accordion .toggle {
    left: auto;
    right: 0;
}

.banner-inicial-overflow {
    overflow: hidden;
    height: 630px !important;
    margin-bottom: -120px !important;
}


.col-radius .banner, .col-radius .banner .banner-inner, .col-radius .banner .banner-bg, .col-radius .col-inner {
    border-radius: 22px !important;
}

/**
 * Local Fonts - LinkSans
 */
 @font-face {
    font-family: 'LinkSans';
    src: url('../flatsome-child/assets/fonts/LinkSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LinkSans';
    src: url('../flatsome-child/assets/fonts/LinkSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LinkSans';
    src: url('../flatsome-child/assets/fonts/LinkSans-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LinkSans';
    src: url('../flatsome-child/assets/fonts/LinkSans-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Variable Font - Use this for better performance if you need multiple weights */
@font-face {
    font-family: 'LinkSansVF';
    src: url('../flatsome-child/assets/fonts/LinkSans-LinkSansVF.woff2') format('woff2 supports variations'),
         url('../flatsome-child/assets/fonts/LinkSans-LinkSansVF.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Exemplos de uso da fonte com diferentes pesos */
.link-sans {
    font-family: 'LinkSans', sans-serif;
}

.link-sans-regular {
    font-family: 'LinkSans', sans-serif;
    font-weight: 400;
}

.link-sans-medium {
    font-family: 'LinkSans', sans-serif;
    font-weight: 500;
}

.link-sans-extrabold {
    font-family: 'LinkSans', sans-serif;
    font-weight: 800;
}

.link-sans-heavy {
    font-family: 'LinkSans', sans-serif;
    font-weight: 900;
}

/* Uso da fonte variável */
.link-sans-variable {
    font-family: 'LinkSansVF', sans-serif;
    /* Você pode usar qualquer valor de peso entre 100-900 com a fonte variável */
}


.col-grid-4-img img, .col-grid-5-img img {
    border-radius: 22px;
}

.bg-link-1 > .col-inner {           /* defina a altura que quiser */
    background: url('https://totgo.com.br/wp-content/uploads/2025/05/12112.png') 
                no-repeat center/cover;
    text-decoration: none;        /* tira sublinhado */
    cursor: pointer;              /* mãozinha ao passar o mouse */
  }

  .bg-link-2 > .col-inner, .section.bg-link-2 {           /* defina a altura que quiser */
    background: url('https://totgo.com.br/wp-content/uploads/2025/05/12sad212.png') 
                no-repeat center/cover;
    text-decoration: none;        /* tira sublinhado */
    cursor: pointer;              /* mãozinha ao passar o mouse */
  }


  .bg-link-3 > .col-inner {           /* defina a altura que quiser */
    background: url('https://totgo.com.br/wp-content/uploads/2025/05/waves.mp4') 
                no-repeat center/cover;
    text-decoration: none;        /* tira sublinhado */
    cursor: pointer;              /* mãozinha ao passar o mouse */
  }



/* Exemplo de aplicação a elementos específicos */
h1, h2, .alt-font {
    font-family: 'LinkSans', sans-serif!important;
    font-weight: 800; /* ExtraBold para títulos principais */
}

h3, h4, h5, h6 {
    font-family: 'LinkSans', sans-serif!important;
    font-weight: 500; /* Medium para subtítulos */
}

body {
    font-family: 'LinkSans', sans-serif!important;
    font-weight: 400; /* Regular para texto do corpo */
}


/* Animação para o pontilhado */
@keyframes progressDots {
    0% { background-position: 0 -28px; }
    100% { background-position: 0 0; }
}

.dotted-line.active {
    animation: progressDots 1s linear infinite;
}

/* Transição suave para as imagens */
.image-container img {
    transition: opacity 0.5s ease-in-out;
}


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

.carousel-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  height: 80px;
}

.carousel-track {
  display: flex;
  position: relative;
  height: 100%;
  flex: 1;
  overflow: hidden;
  user-select: none;
  touch-action: pan-y;
}

.carousel-slide {
  position: absolute;
  background: white;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1.0);
  transform-origin: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.carousel-slide.active {
  transform: scale(1.05);
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.carousel-slide:not(.active) {
  transform: scale(0.95);
  opacity: 0.7;
}

.carousel-slide:hover:not(.active) {
  transform: scale(1);
  opacity: 0.9;
}


.carousel-prev, 
.carousel-next {
    background: #ffffff;
    color: #004bad;
    font-weight: 800;
    border: none;
    border-radius: 25%;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    transition: transform 0.2s ease, background-color 0.2s ease;
    margin-top: -12px;
}

.carousel-prev:hover,
.carousel-next:hover {
  transform: scale(1.1);
  background-color: #f5f5f5;
}

.carousel-prev:active,
.carousel-next:active {
  transform: scale(0.95);
}

.carousel-info-panel {
  padding: 1rem;
}

.info-image-container {
  transition: opacity 300ms ease;
}

.slide-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}



.col.bt-left-desktop .col-inner {
    text-align: left;
}

.col.bt-center-desktop .col-inner {
    text-align: center;
}

.col.bt-right-desktop .col-inner {
    text-align: right;
} 





@media only screen and (max-width: 549px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col-carousel-nav {
        padding: 0;
    }
    .carousel-navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        height: 120px;  
        margin-top: -35px;
    }
    .carousel-prev, .carousel-next {
        width: 20px;
        height: 62px;
        z-index: 10;
        color: white;
        background-color: #25337b;
        border-radius: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        padding: 0;
        top: 30%;
        margin: 0;
        font-size: 11px;
        box-shadow: none;
    }
    .carousel-prev:hover,
    .carousel-next:hover {
        transform: scale(1.1);
        background-color: rgb(0, 28, 65);
    }

    .carousel-prev {
        left: 0px;
    }
    .carousel-next {
        right: 0px;
    }
    .carousel-track {
        width: 100%;
        overflow: visible !important;
        padding: 0;
        position: relative;
        height: 100px;
        display: flex;
        justify-content: center; 
    }
    .carousel-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        transform-origin: center center;
        top: 50%;
        margin-top: -30px;
    }
    .slide-title {
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        margin-top: 5px;
    }


    
    .slider-card-totgo .flickity-viewport {
        overflow: visible;
        height: 410px !important;
    }


    .font-12 {
        padding: 5px 10px 5px 10px!important;
        font-size: 12px;
    }

    .font-13 {
        padding: 5px 10px 5px 10px!important;
        font-size: 13px;
    }

    .font-14 {
        padding: 5px 10px 5px 10px!important;
        font-size: 14px;
    }

    .font-16 {
        padding: 5px 10px 5px 10px!important;
        font-size: 16px;
    }
    .nav-sidebar {
        padding: 0 6px;
    }
    .nav-sidebar .html.custom {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .off-canvas-left.dark .mfp-content {
        background: #000f42;
    }
    .nav-sidebar .html.custom .logo-menu-mob {
        width: 180px;
        margin-bottom: 35px;
    }
    .product-images {
        text-align: center;
        min-height: 340px;
        margin-bottom: -25px;
        margin-top: -35px;
    }    
    .image-col .col-inner {
        margin-top: -180px !important;
        margin-bottom: 5px !important;
    }    
    .image-col .col-inner .img .img-inner {
        margin: 0 !important;
    }    
    .carousel-wrapper-before-after {
        height: 265px;
    }    
    .track-wrapper {
        padding: 6px 0px !important;
    }
    .header-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }    
    #header .header-main {
        height: 65px!important;
        width: 90%;
    }
    #logo {
        margin-top: -10px;
    }
    #header .header.show-on-scroll, .stuck .header-main {
        height: 65px!important;
    }
    .accordion.custom-accordion-faq .accordion-item {
        padding: 18px 0px;    
    }
    .custom-accordion-faq .accordion-title {
        padding: 10px 25px;
        line-height: 22px;
    }
    .header-inner.flex-row.container.logo-left.medium-logo-left {
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        margin: 0 !important;
    }

    #header .header-wrapper {
        box-shadow: 1px 1px 4px #00000029!important;
        background: white;
    }
    .col.bt-left-mobile .col-inner {
        text-align: left;
    }
    .col.bt-center-mobile .col-inner {
        text-align: center;
    }
    .col.bt-right-mobile .col-inner {
        text-align: right;
    }
    .image-col .col-inner .img .img-inner img {
        max-height: 500px;
        width: auto;
        height: auto;
    }
    .custom-class {
    margin-top: 350px!important;
}
}





@media (min-width: 550px) and (max-width: 1099px) {
    .sticky-container {
        margin-top: -115px;
        top: 80px;
    }
    .image-col .col-inner .img .img-inner img {
        max-height: 650px;
        width: auto;
        height: auto;
    }

    .max-tablet {
        max-width: 780px!important;
    }

    .header-inner.flex-row.container.logo-left.medium-logo-left {
        border-radius: 0;
        padding: 0px 25px;
        box-shadow: none;
        margin: 0 !important;
    }

    #header .header-wrapper {
        box-shadow: 1px 1px 4px #00000029!important;
        background: white;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .slider-card-totgo .flickity-viewport {
        overflow: visible;
        height: 410px !important;
    }
    .slider-card-totgo {
        height: 730px;
    }

    .col.bt-left-tablet .col-inner {
        text-align: left;
    }
    .col.bt-center-tablet .col-inner {
        text-align: center;
    }
    .col.bt-right-tablet .col-inner {
        text-align: right;
    }
}








/* Variáveis de Cores da Totgo */
:root {
    --totgo-black: #0A0A0A;
    --totgo-green: #00D98B;
    --totgo-green-dark: #00A86B;
    --totgo-blue: #0080FF;
    --totgo-white: #FFFFFF;
    --totgo-gray-50: #F9FAFB;
    --totgo-gray-100: #F3F4F6;
    --totgo-gray-200: #E5E7EB;
    --totgo-gray-300: #D1D5DB;
    --totgo-gray-400: #9CA3AF;
    --totgo-gray-500: #6B7280;
    --totgo-gray-600: #4B5563;
    --totgo-gray-700: #374151;
    --totgo-gray-800: #1F2937;
}

/* Reset e Base */
.totgo-recursos-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.totgo-recursos-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: var(--totgo-black);
    padding: 80px 16px;
}

.totgo-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Grid de 2 Colunas */
.totgo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

@media (min-width: 1024px) {
    .totgo-grid {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
    }
}

/* Coluna do Celular */
.totgo-phone-column {
    display: flex;
    justify-content: center;
}

@media (min-width: 1024px) {
    .totgo-phone-column {
        justify-content: flex-end;
    }
}

.totgo-phone-wrapper {
    position: relative;
}

/* Mockup do Celular */
.totgo-phone-mockup {
    width: 320px;
    height: 650px;
    background: linear-gradient(145deg, #1a1a1a, #0a0a0a);
    border-radius: 40px;
    padding: 12px;
    position: relative;
    box-shadow: 
        0 0 0 8px #2a2a2a,
        0 0 0 10px #1a1a1a,
        0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Notch */
.totgo-phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 128px;
    height: 24px;
    background: var(--totgo-black);
    border-radius: 0 0 16px 16px;
    z-index: 10;
}

/* Tela do Celular */
.totgo-phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5);
    border-radius: 32px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    scrollbar-width: none;
}

.totgo-phone-screen::-webkit-scrollbar {
    display: none;
}

/* Header do Perfil */
.totgo-profile-header {
    height: 160px;
    background: linear-gradient(135deg, var(--totgo-blue), var(--totgo-green-dark));
}

/* Avatar */
.totgo-avatar-container {
    position: relative;
    padding: 0 24px;
    margin-top: -64px;
}

.totgo-avatar {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: white;
    border: 4px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: totgoPulse 2s ease-in-out infinite;
}

@keyframes totgoPulse {
    0%, 100% {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 217, 139, 0.4);
    }
    50% {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(0, 217, 139, 0);
    }
}

.totgo-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Status Online */
.totgo-status {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.totgo-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--totgo-green);
    animation: totgoStatusPulse 2s ease-in-out infinite;
}

@keyframes totgoStatusPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.totgo-status-text {
    font-size: 12px;
    font-weight: 500;
    color: var(--totgo-green);
}

/* Informações do Perfil */
.totgo-info {
    padding: 0 24px;
    margin-top: 16px;
}

.totgo-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--totgo-black);
    margin-bottom: 4px;
}

.totgo-role {
    font-size: 14px;
    color: var(--totgo-gray-600);
    margin-top: 4px;
}

.totgo-company {
    font-size: 14px;
    color: var(--totgo-gray-500);
    margin-top: 4px;
}

/* Biografia */
.totgo-bio {
    padding: 0 24px;
    margin-top: 16px;
}

.totgo-bio p {
    font-size: 14px;
    color: var(--totgo-gray-700);
    line-height: 1.6;
}

/* Horário de Funcionamento */
.totgo-hours {
    padding: 0 24px;
    margin-top: 24px;
}

.totgo-hours-card {
    background: var(--totgo-gray-50);
    border-radius: 12px;
    padding: 16px;
}

.totgo-hours-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.totgo-hours-icon {
    width: 16px;
    height: 16px;
    color: var(--totgo-green);
}

.totgo-hours-title span {
    font-size: 12px;
    font-weight: 600;
    color: var(--totgo-gray-700);
}

.totgo-hours-text {
    font-size: 12px;
    color: var(--totgo-gray-600);
    margin-top: 2px;
}

/* Botões de Ação */
.totgo-buttons {
    padding: 0 24px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.totgo-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.totgo-btn-icon {
    width: 20px;
    height: 20px;
}

.totgo-btn-whatsapp {
    background: var(--totgo-green);
    color: white;
}

.totgo-btn-whatsapp:hover {
    background: var(--totgo-green-dark);
}

.totgo-btn-instagram {
    background: linear-gradient(135deg, #833AB4, #E1306C);
    color: white;
}

.totgo-btn-instagram:hover {
    box-shadow: 0 4px 12px rgba(131, 58, 180, 0.4);
}

.totgo-btn-email {
    background: var(--totgo-blue);
    color: white;
}

.totgo-btn-email:hover {
    background: #0056b3;
}

/* Galeria */
.totgo-gallery {
    padding: 0 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.totgo-gallery-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--totgo-gray-700);
    margin-bottom: 12px;
}

.totgo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.totgo-gallery-item {
    aspect-ratio: 1;
    background: var(--totgo-gray-200);
    border-radius: 8px;
    overflow: hidden;
}

.totgo-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Coluna de Conteúdo */
.totgo-content-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Header */
.totgo-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--totgo-white);
    line-height: 1.2;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .totgo-title {
        font-size: 48px;
    }
}

.totgo-title-highlight {
    color: var(--totgo-green);
}

.totgo-description {
    font-size: 18px;
    color: var(--totgo-gray-400);
    line-height: 1.6;
}

/* Lista de Recursos */
.totgo-features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Botão de Recurso */
.totgo-feature-btn {
    width: 100%;
    background: var(--totgo-gray-800);
    border: 1px solid var(--totgo-gray-700);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.totgo-feature-btn:hover {
    background: var(--totgo-gray-700);
    transform: translateX(8px);
}

.totgo-feature-btn.active {
    background: linear-gradient(135deg, var(--totgo-green), var(--totgo-green-dark));
    border-color: var(--totgo-green);
}

.totgo-feature-btn.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: var(--totgo-green);
    border-radius: 0 4px 4px 0;
}

.totgo-feature-btn.active .totgo-feature-title,
.totgo-feature-btn.active .totgo-feature-desc {
    color: white;
}

/* Ícone do Recurso */
.totgo-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.totgo-icon-green {
    background: linear-gradient(135deg, var(--totgo-green), var(--totgo-green-dark));
}

.totgo-icon-blue {
    background: linear-gradient(135deg, var(--totgo-blue), #0056b3);
}

.totgo-feature-icon svg {
    width: 24px;
    height: 24px;
    color: white;
}

.totgo-pulse-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

/* Conteúdo do Recurso */
.totgo-feature-content {
    flex: 1;
    text-align: left;
}

.totgo-feature-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--totgo-white);
    margin-bottom: 2px;
}

.totgo-feature-desc {
    font-size: 14px;
    color: var(--totgo-gray-400);
}

/* Seta do Recurso */
.totgo-feature-arrow {
    width: 20px;
    height: 20px;
    color: var(--totgo-green);
    flex-shrink: 0;
}

/* CTA */
.totgo-cta {
    padding-top: 16px;
}

.totgo-cta-btn {
    background: linear-gradient(135deg, var(--totgo-green), var(--totgo-green-dark));
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 217, 139, 0.3);
    transition: all 0.3s ease;
}

.totgo-cta-btn:hover {
    background: linear-gradient(135deg, var(--totgo-green-dark), var(--totgo-green));
    box-shadow: 0 15px 40px rgba(0, 217, 139, 0.4);
    transform: scale(1.05);
}

/* Tooltip */
.totgo-tooltip {
    position: absolute;
    background: var(--totgo-black);
    color: white;
    font-size: 12px;
    border-radius: 8px;
    padding: 12px;
    max-width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 50;
    animation: totgoTooltipAppear 0.3s ease-out;
}

@keyframes totgoTooltipAppear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.totgo-tooltip::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--totgo-black);
    transform: rotate(45deg);
}

.totgo-tooltip.left::before {
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.totgo-tooltip.top::before {
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.totgo-tooltip.bottom::before {
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.totgo-tooltip-content {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.totgo-tooltip-icon {
    width: 16px;
    height: 16px;
    color: var(--totgo-green);
    flex-shrink: 0;
    margin-top: 2px;
}

.totgo-tooltip-text {
    line-height: 1.5;
}

/* Responsivo */
@media (max-width: 1023px) {
    .totgo-recursos-section {
        padding: 60px 16px;
    }
    
    .totgo-title {
        font-size: 36px;
    }
    
    .totgo-description {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .totgo-phone-mockup {
        width: 280px;
        height: 570px;
    }
    
    .totgo-title {
        font-size: 32px;
    }
}

