@font-face {
    font-family: 'Manrope-Regular';
    src: url('../assets/fonts/Manrope-Regular/Manrope-Regular.eot');
    src: url('../assets/fonts/Manrope-Regular/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Manrope-Regular/Manrope-Regular.ttf') format('truetype'),
        url('../assets/fonts/Manrope-Regular/Manrope-Regular.woff2') format('woff2'),
        url('../assets/fonts/Manrope-Regular/Manrope-Regular.woff') format('woff'),
        url('../assets/fonts/Manrope-Regular/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url('../assets/fonts/Manrope-Medium/Manrope-Medium.eot');
    src: url('../assets/fonts/Manrope-Medium/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Manrope-Medium/Manrope-Medium.woff2') format('woff2'),
        url('../assets/fonts/Manrope-Medium/Manrope-Medium.woff') format('woff'),
        url('../assets/fonts/Manrope-Medium/Manrope-Medium.ttf') format('truetype'),
        url('../assets/fonts/Manrope-Medium/Manrope-Medium.svg#Manrope-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Manrope-Bold';
    src: url('../assets/fonts/Manrope-Bold/Manrope-Bold.eot');
    src: url('../assets/fonts/Manrope-Bold/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Manrope-Bold/Manrope-Bold.ttf') format('truetype'),
        url('../assets/fonts/Manrope-Bold/Manrope-Bold.woff2') format('woff2'),
        url('../assets/fonts/Manrope-Bold/Manrope-Bold.woff') format('woff'),
        url('../assets/fonts/Manrope-Bold/Manrope-Bold.svg#Manrope-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mansalva';
    src: url('../assets/fonts/Mansalva/Mansalva-Regular.eot');
    src: url('../assets/fonts/Mansalva/Mansalva-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Mansalva/Mansalva-Regular.woff2') format('woff2'),
        url('../assets/fonts/Mansalva/Mansalva-Regular.woff') format('woff'),
        url('../assets/fonts/Mansalva/Mansalva-Regular.ttf') format('truetype'),
        url('../assets/fonts/Mansalva/Mansalva-Regular.svg#Mansalva-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina-W00-Demi';
    src: url('../assets/fonts/Termina-W00-Demi/Termina-W00-Demi.eot');
    src: url('../assets/fonts/Termina-W00-Demi/Termina-W00-Demi.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Termina-W00-Demi/Termina-W00-Demi.svg#Termina-W00-Demi') format('svg'),
        url('../assets/fonts/Termina-W00-Demi/Termina-W00-Demi.ttf') format('truetype'),
        url('../assets/fonts/Termina-W00-Demi/Termina-W00-Demi.woff') format('woff'),
        url('../assets/fonts/Termina-W00-Demi/Termina-W00-Demi.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}



:root {
    --black-piano: #181818;
    --white: #ffffff;
    --black: #000;
    --purple-original: #D06CFF;
    --purple-dark: #524FBE;
    --purple-dark-2: #212045;
    --blue-o: #45A6FF;
    --yellow-s: #FFB762;
    --green-e: #35D2C9;
    --gray-light: #dddddd6c;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

body {}

* {
    margin: 0;
    padding: 0;
}

* {
    scroll-behavior: smooth;
}

.platform-pro {
    overflow-x: hidden;
}

.deploy-experience {
    background-color: #181818;
    height: 100vh;
}

.logo-ux {
    padding: 3rem 3rem 0;
    margin: 0 auto;
}

p,
span {
    margin-bottom: 0;
}

.p-fix {
    padding: 3rem 0;
}

/* @keyframes gradientAnimation {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}
@keyframes slideMenu {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.menu-slider {
    display: flex;
    gap: 1rem;
    animation: slideMenu 20s linear infinite;
} */
menu {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100% !important;
    justify-content: space-evenly;
    align-items: center;
    z-index: 999;
    padding: 0.5rem 0.25rem;
    text-align: center;
    color: #fff;
    font-family: 'Manrope-Bold';
    font-size: 1.3em;
    background: rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s;
    /* background: linear-gradient(72deg, #FFAE35 12.46%, #FF76A0 42.6%, #AE2CFF 87.91%, #FFAE35 112.46%, #FF76A0 142.6%); */
    background-size: 200% 200%;
    animation: gradientAnimation 10s ease-in-out infinite;
}

menu img {
    width: 15%;
}

menu .d-flex img {
    width: 70%;
}

menu .d-flex {
    gap: 1.25rem
}

.box-menu {
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 1rem;
}

menu a {
    position: relative;
    transition: color 0.3s;
    color: #fff;

}

menu a:hover {
    font-family: 'Manrope-Bold';
    text-decoration: none;
    color: #02a597;
}

menu.scrolled {
    background-color: #000;
}

menu a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #02a597;
    transition: width 0.3s;
    width: 0;
    /* Largura inicial (0 para começar sem sublinhado) */
}

menu a:hover::after {
    width: 100%;
}


/* 1 Scroll */
.content-home {
    display: flex;
    margin: 0 auto;
    width: 90%;
    position: relative;
    z-index: 2;
}

h5 {
    display: inline-block;
    padding: 10px;
    background: #B9121B;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-item::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.2) 2px),
        repeating-linear-gradient(90deg, transparent, transparent 1px, rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.2) 2px) !important;
    background-size: contain !important;
    opacity: 0.5 !important;
    z-index: 2 !important;

}

.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* Cor preta com opacidade de 30% */
    z-index: 1;
    /* Certifique-se de que está abaixo dos elementos de texto */
}

.carousel-item {
    position: relative !important;
}

.carousel-inner {
    background: rgba(0, 0, 0, 0.75) !important;
}

.carousel-indicators {
    margin-bottom: 2rem;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 20 !important;
}

.carousel-caption {
    top: 40%;
    bottom: 50%;
    right: 0 !important;
    left: 10% !important;
    text-align: start !important;
    cursor: pointer
}

.carousel-caption h1 {
    font-family: 'Manrope-Bold';
    font-size: 3.5em;

    width: 70%;
}

.carousel-caption h2 {

    width: 80%;
    font-size: 1.85em;
    line-height: 1.5em;
    font-family: 'Manrope-Medium';
}

.carousel-caption span {
    font-family: 'Manrope-Bold';
}

/* 2 Scroll */
.about-bg {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 2rem 2rem 0 0;
    margin-top: -1.75rem;
    padding: 3rem 0;
}

.about h1 {
    font-family: 'Termina-W00-Demi';
    text-align: center;
    margin: 1rem auto;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, white 30%, #02a579 40%, #04b8a0 60%, white 70%) 1;
}

.about h2 {
    font-family: 'Manrope-Bold';
    margin: 2rem auto;
    padding-top: 2rem;
    width: 80%;
    text-align: center;
}

.about h2 span {
    color: #02a579
}

.destaque-sobre p {
    text-align: justify;
    font-family: 'Manrope-Bold';
    font-size: 1.2em;
    line-height: 1.6em;
    width: 95%;
}

.destaque-sobre p span {
    color: #02a579
}

.border-div {
    border-bottom: 2px solid #02a579;
    margin: 1rem 0;
    width: 95%;
}

.destaque-sobre a {
    padding: 1rem;
    border-radius: 0.6rem;
    background-color: #02a579;
    color: #fff;
    font-family: 'Manrope-Bold';
    text-align: center;
    width: 95%;
}

.destaque-sobre a:hover {
    background-color: #01815f;
    color: #fff;
    text-decoration: none;
}

.founder {
    gap: 1rem;
    margin: 2rem 0;
    display: flex;
    align-items: center;
}

.founder img {
    border-radius: 50%;
    border: 4px solid #02a579;
}

.founder-sobre p {
    font-family: 'Manrope-Regular';
    font-size: 1.2em;
    line-height: 1.75em;
}

.founder-name p {
    font-family: 'Manrope-Bold';
    font-size: 1em;
    margin-bottom: 0;
    line-height: normal;
    color: #000
}

.founder-name span {
    font-family: 'Manrope-Regular';
    font-size: 0.9em;
    color: #02a579;
}

.founder-name .span-bg {
    font-family: 'Manrope-Regular';
    font-size: 0.9em;
    color: #000
}
.fix-founder {
    display: none;
}
/* stacks */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

.stack {
    animation: float 3s ease-in-out infinite;
}

.stack:nth-child(1) {
    animation-delay: 0.2s;
}

.stack:nth-child(2) {
    animation-delay: 0.4s;
}

.stack:nth-child(3) {
    animation-delay: 0.6s;
}

.stack:nth-child(4) {
    animation-delay: 0.8s;
}

.stack:nth-child(5) {
    animation-delay: 1s;
}

.stack:nth-child(6) {
    animation-delay: 1.2s;
    /* Adicionado para o sexto ícone */
}

.stack:nth-child(7) {
    animation-delay: 1.4s;
    /* Adicionado para o sexto ícone */
}

.stack:nth-child(8) {
    animation-delay: 1.6s;
    /* Adicionado para o sexto ícone */
}

.stack:nth-child(9) {
    animation-delay: 1.8s;
    /* Adicionado para o sexto ícone */
}

.stack.active {
    background-color: #f3f3f3;
    padding: 0.5rem;
    border-radius: 0.6rem;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.stack a {
    color: #000;
    font-family: 'Manrope-Bold';
    margin: 0.5rem 0 0;
}

.stack a:hover {
    text-decoration: none;
    scale: 1.1;
    color: #02a579;
    transition: ease-in-out 0.3s;
}

.stack img:hover {
    cursor: pointer;
    scale: 1.1;
    transition: ease-in-out 0.3s;
}

.stack-text {
    width: 70%;
    margin: 0 auto;
    font-family: 'Manrope-Regular';
    text-align: center;
    font-size: 1.2em;
}

.stack-text span {
    color: #02a579;
    font-family: 'Manrope-Bold';
}

.stack-description {
    display: none;
    transition: opacity 0.3s ease;
    /* Adicione uma transição suave para a exibição */
}

.stack-description.active {
    display: block;
    opacity: 1;
}

.description-licenciamento {
    width: 75%;
    margin: 1rem auto;
    text-align: justify;
    font-family: 'Manrope-Regular';
}

.description-licenciamento h5 {
    background-color: transparent;
}

.description-licenciamento h5 span {
    font-weight: bold;
    color: #02a579
}
.stack-description-mobile {
    display: none;
}
/* cases */
.cases h5 {
    background-color: transparent;
    padding: 0;
    font-family: 'Manrope-Regular';
    line-height: 1.5em;
}

.cases span {
    font-family: 'Manrope-Bold';
}


.print-cases img {
    width: 100%;
}

.cases .d-flex {
    gap: 2rem;
    margin-bottom: 2rem;
}

.card-depoimento .d-flex {
    gap: 1rem;
    margin-bottom: 0rem;
}

/* depoimentos */
.feedbacks-bg {
    background-color: #00A67C;
    border-radius: 24px;
    padding: 2rem 4rem;
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.feedbacks h1 {
    font-family: 'Termina-W00-Demi', sans-serif;
    text-align: center;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1.5rem;
    position: relative;
}

.feedbacks h1:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 35%;
    right: 35%;
    height: 2px;
    background: black;
}

.feedbacks h2 {
    text-align: center;
    color: #333;
    font-size: 1.3rem;
    margin: 2rem 0;
}

.feedbacks h2 span {
    color: white;
    font-weight: 500;
}

.container-depoimentos {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 800px;
    padding: 0;  /* Remove the padding here */
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 0;  /* Remove the gap */
    width: 100%;
}

.card-depoimento {
    flex: 0 0 100%;
    background: white;
    padding: 1.5rem 2rem;
    border-radius: 16px;
    margin: 0 auto;  /* Center the card */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;     /* Ensure full width */
    box-sizing: border-box;
}

.pessoa-depoimento {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
}

.pessoa-depoimento img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.depoimento-info h6 {
    font-size: 1rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.depoimento-info span {
    color: #666;
    font-size: 0.9rem;
}

.card-depoimento p {
    color: #555;
    line-height: 1.5;
    font-size: 0.95rem;
    margin: 0;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
    font-size: 1.2rem;
    color: #00A67C;
}

.prev-button {
    left: 16px;
}

.next-button {
    right: 16px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .feedbacks-bg {
        padding: 2rem 1.5rem;
        width: 95%;
    }
    
    #contato .d-flex {
        flex-direction: column !important;
    }
    
    .card-depoimento {
        padding: 1rem 1.5rem;
    }
    
    .carousel-button {
        width: 32px;
        height: 32px;
    }
}
/*@media screen and (min-width: 701px) {*/
/*.container-depoimentos {*/
/*    display: flex;*/
/*    flex-direction: row !important  ;*/
/*    width: 90%;*/
/*    margin: 3rem auto;*/
/*    align-items: start;*/
/*    gap: 2rem;*/
/*}*/

#contato .d-flex {
    gap: 2rem;
    flex-direction: row ;
}

footer .d-flex {
    justify-content: space-around;
    align-items: start !important   ;
    flex-direction: row !important;
}

footer .col-footer {
    display: flex !important;
    align-items: start !important;
    flex-direction: column !important;
}

.logo-footer {
    margin: 0 0 !important;
}


}
.card-depoimento {
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    padding: 1.5rem;
    width: 50%;
    min-height: 40vh;
    background-color: #fff;
}

.card-depoimento:hover {
    scale: 1.0275;
    transition: ease-in-out 0.3s;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.75);

}

.pessoa-depoimento img {
    border-radius: 50%;
    width: 60px;
}

.pessoa-depoimento {
    align-items: center;
    gap: 1rem;
    min-height: 10vh;
}

.depoimento-info {
    font-family: 'Manrope-Bold';
}

.depoimento-info h6 span {
    font-family: 'Manrope-Regular';
    color: #696969be;
}

.card-depoimento p {
    padding: 1rem 0;
    font-family: 'Manrope-Medium';
    color: #696969be;
}
/* Container styles */
.clientes {
    background-color: #Fff;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1rem;
    overflow: hidden; /* Ensure no horizontal scroll */
}

.clientes h4 {
    font-family: 'Manrope-Bold';
}

/* Animation container */
.famous-brands {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    width: 100%;
    margin: 2rem auto;
}

/* Animation keyframes */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / 2));
    }
}

/* Animated content */
.animate {
    display: flex;
    align-items: center;
    gap: 2rem !important;
    animation: scroll 25s linear infinite !important;
    padding: 0 1rem;
}

.animate img {
    width: auto !important;
    height: auto;
    max-width: 120px; /* Increased from 80px */
    min-width: 80px; /* Increased from 40px */
}

/* Media queries for responsive design */
@media screen and (max-width: 768px) {
    .famous-brands {
        width: 100%;
        margin: 1rem auto;
    }
    
    .animate {
        gap: 1.5rem !important;
    }
    
    .animate img {
        max-width: 100px; /* Increased from 60px */
    }
    
    .treinamento-icon {
        width: 100% !important;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .animate {
        gap: 1rem !important;
    }
    
    .animate img {
        max-width: 80px; /* Increased from 50px */
    }
}

/* contato */
#contato .about h1 {
    font-family: 'Termina-W00-Demi';
    text-align: start !important    ;
    margin: 0rem auto 2rem;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, white 1%, #02a579 50%, #04b8a0 70%, white 1%) 1;
}

#contato .about h4 {
        text-align: start !important    ;

}




#successModal {
    font-family: 'Manrope-Bold';
    color: #02a579;
    text-align: center;
    margin-top: -0.5rem;
    font-size: 1.6em;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear;
}


#contato .d-flex #myForm {
    display: flex;
    flex-direction: column !important   ;
    gap: 1rem !important;
}

#myForm button {
    padding: 1rem;
    border-radius: 0.6rem;
    background-color: #02a579;
    color: #fff;
    font-family: 'Manrope-Bold';
    text-align: center;
    width: 70%;
    border: none;
    margin: 0rem auto 0;
}

#myForm button:hover {
    background-color: #01815f;
    color: #fff;
    text-decoration: none;
}

input {
    padding: 0.75rem;
    border-radius: 0.4rem;
}

/* footer */
.copyright {
    font-family: 'Manrope-Regular';
    font-size: 0.8em;
    color: #Fff;
    margin: 0 0 !important;
}

footer {
    padding: 1.5rem 2rem 0.5rem;
    border-radius: 2rem 2rem 0 0;
    background-color: #000;
    color: #fff
}


.logo-footer {
    width: 30%;
    margin: 0 0;
}

footer a {
    color: #fff
}

footer a:hover {
    color: #02a579
}

.col-footer {
    margin: 1rem 0 3rem;
}

.col-footer .social-links {
    justify-content: start !important;
    gap: 1rem;
    margin: 1rem 0;
}

.social-links img {
    width: 70%;
}

.icone-whatsapp {
    position: fixed;
    right: 1%;
    bottom: 4%;
    z-index: 1;
    cursor: pointer;
    animation: wppAnimation 1.5s infinite ease-in-out;
}

.icone-whatsapp img {
    width: 10%;
    float: right;
}


/* Primeiro esconder todos os círculos */
circle.icon_state {
    display: none;
}

/* Mostrar apenas os círculos dos estados com clientes */
#icon_mt, #icon_es, #icon_rj, #icon_sp, #icon_mg {
    display: block;
}

/* Remover interações dos estados sem clientes */
#map .state:not(.state-with-clients) {
    pointer-events: none;
    cursor: default;
}

/* Remover efeitos de hover dos estados sem clientes */
#map .state:not(.state-with-clients):hover .shape {
    fill: #dddddd6c;
    filter: none;
    transform: none;
}


    .map-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 1.5rem;
        border-radius: 20px;
        overflow: hidden;
        /* Previne overflow em telas pequenas */
    }

    #map {
        height: auto;
        margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
        margin: 0 auto;
        touch-action: manipulation;
    }

    @media (max-width: 768px) {
        #map {
            width: auto;
            max-width: none;
            height: auto;
            margin-left: -4rem;
            transform: scale(0.65);
        }
    }

    #map .state {
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #map .state .shape {
        fill: #dddddd6c;
        stroke: #02a597;
        stroke-width: 1;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #map .state:hover .shape {
        fill: #02a597;
        filter: brightness(1.1);
        transform: translateY(-2px);
    }

    #map .state .label_icon_state {
        fill: #333;
        font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
        font-size: 12px;
        font-weight: 500;
    }

    .icon_state {
        fill: #02a597;
        transition: all 0.4s ease;
    }

    #map .state:hover .icon_state {
        fill: #015850;
    }

    .tooltip {
        position: absolute;
        background: white;
        border-radius: 12px;
        padding: 1.5rem;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 1000;
        min-width: 250px;
        max-width: 350px;
        border: 2px solid #02a597;
        animation: tooltipFade 0.3s ease-out;
    }

    @keyframes tooltipFade {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .tooltip h3 {
        color: #02a597;
        margin-bottom: 1rem;
        font-size: 1.25rem;
        font-weight: 600;
        border-bottom: 2px solid #e0f2f1;
        padding-bottom: 0.5rem;
    }

    .tooltip .content {
        color: #444;
    }

    .tooltip p {
        margin: 0.5rem 0;
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .tooltip p strong {
        color: #015850;
    }

    .cliente-item {
        background: #e0f2f1;
        margin: 0.5rem 0;
        padding: 0.75rem 1rem;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .cliente-item a {
        color: #02a597;
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .cliente-item:hover {
        background: #b2dfdb;
        transform: translateX(5px);
    }

    .state-with-clients .shape {
        fill: rgba(2, 165, 151, 0.3) !important;
    }

    .state-with-clients:hover .shape {
        fill: rgba(2, 165, 151, 0.8) !important;
    }

    .state-with-clients.state-active .shape {
        fill: rgba(2, 165, 151, 0.8) !important;
    }

    .map-title {
        text-align: center;
        color: #02a597;
        margin-bottom: 1.5rem;
        font-size: 2.2rem;
        font-weight: 600;
    }

    .map-subtitle {
        text-align: center;
        color: #666;
        margin-bottom: 2rem;
        font-size: 1rem;
        font-weight: 600;
        padding: 0 1rem;
    }

    [id^="label_state_"] {
        display: none;
    }

    /* Media Queries para Responsividade */
    @media (max-width: 768px) {
     

        .map-container {
            padding: 1rem;
            margin: 0.5rem;
            border-radius: 15px;
        }

        .map-title {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .map-subtitle {
            font-size: 0.9rem;
            margin-bottom: 1.5rem;
        }

        .tooltip {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: calc(100% - 2rem);
            max-width: none;
            margin: 0 auto;
            border-radius: 15px;
            padding: 1rem;
        }

        .cliente-item {
            margin: 0.25rem 0;
        }

        #map .state .label_icon_state {
            font-size: 10px;
            /* Texto menor em estados pequenos */
        }
    }

    @media (max-width: 480px) {
        .map-container {
            padding: 0.75rem;
        }

        .map-title {
            font-size: 1.2rem;
        }

        .map-subtitle {
            font-size: 0.8rem;
        }

        .tooltip {
            padding: 0.75rem;
            font-size: 0.9rem;
        }

        .tooltip h3 {
            font-size: 1.1rem;
        }
    }

    /* Melhorias para dispositivos touch */
    @media (hover: none) {
        .cliente-item {
            padding: .5rem 0;
        }

        .cliente-item a {
            padding: 1rem;
            /* Área maior para toque */
        }

        #map .state:hover .shape {
            transform: none;
            /* Remove hover effect em dispositivos touch */
        }
    }



/* iPhone 12 Pro Max */
@media screen and (device-width: 428px) and (device-height : 926px) and (-webkit-device-pixel-ratio: 3) {}

@media screen and (max-width: 750px) {
    body {
        overflow-x: hidden;
    }

    ::-webkit-scrollbar {
        display: none !important;
        /* This hides the scrollbar */
    }

    .mc-field-group {
        width: 100%;
    }
    .img-medal img{
    width: 6% !important;
}
}


@media screen and (max-width: 768px) {
    [data-aos] {
        animation-name: none !important;
        transition: none !important;
        transform: none !important;
    }

    .card-subscribe {
        padding: 0rem !important;
    }

    .modal-form-content {
        margin: 5rem auto;
        padding: 1rem;
        max-height: 90vh !important;
        width: 95%;
    }
}


/* mobile */
@media (max-width: 700px) {

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    menu {
        display: none !important;
    }

    /* nav mobile */
    .nav-mobile {
        position: fixed;
        z-index: 45;
        background-color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        width: 100%;
    }

    .icon-nav {
        width: 10%;
    }

    .icon-nav.scrolled-icon {
        width: 10%;
    }

    #logo-nav-mob {
        width: 65%;
    }


    .nav-mobile.scrolled {
        transition: background-color 1s ease;
        background-color: #000;
        padding: 6%;
        ;
    }


    .links-hidden {
        position: fixed;
        display: none;
        z-index: 30;
        width: 100%;
    }

    .links-mobile {
        position: relative;
        z-index: 30;
        background-color: var(--black);
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 25% 10% 5%;
        width: 100%;
        justify-content: space-between;
        height: fit-content;
    }

    .links-mobile a {
        font-family: 'Manrope-Bold';
        font-size: 1.2em;
        text-decoration: none;
        color: var(--white) !important;
        line-height: 2rem;
        margin-bottom: 6%;
        margin-top: 6%;
    }

    .links-mobile img {
        position: relative;
        left: -8%;
    }

    .nav-desktop {
        justify-content: space-between;
        padding: 5%;
    }

    .nav-links {
        width: 100%;
    }

    .carousel {
        height: 85vh;
    }

    .carousel-caption h1 {
        font-size: 2em;
        width: 90%;
    }

    .carousel-caption {
        top: 30%;
        left: 15% !important;
    }

    .carousel-caption h2 {
        font-size: 1.5em;
        width: 90%;
    }

    #about .p-5 {
        padding: 1rem !important;
    }

    .about h1 {
        font-size: 2em;
    }

    .about h2 {
        width: 100%;
        font-size: 1.5em;
    }

    .about .d-flex {
        flex-direction: column;
    }

    .about .d-flex .col-sm-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .destaque-sobre p, .destaque-sobre a, .border-div {
        width: 100%;
        font-size: 1.5em;
    }

    .founder-sobre p {
        text-align: start;
        margin: 1rem auto;
    }

    .founder-name span {
        text-align: center;
    }

    .stack {
        margin-bottom: 3rem;
    }
 .stack-description {
        display: none;
    }
    
    /* Mostrar descrições mobile em mobile */
    .stack-description-mobile {
        display: none;
    }
    .stack-description-mobile {
    width: 100%;
    margin: 0 auto;
    font-family: 'Manrope-Regular';
    text-align: center;
    font-size: 1.2em;
}

.stack-description-mobile span {
    color: #02a579;
    font-family: 'Manrope-Bold';
}

    }
    .description-licenciamento {
        width: 100%;
        text-align: start;
    }
    
    .famous-brands {
        width: 90%;
    }

    .art-fix {
        order: 2
    }

    .text-fix {
        order: 1
    }
    
    @media screen and (max-width: 748px) {
        
        .art-fix {
            order: 1
        }

        .text-fix {
            order: 2
        }
        
    }

    .feedbacks .container-depoimentos {
        flex-direction: column   ;
    }

    .card-depoimento {
        width: 90%;
            margin: 1rem auto;
            padding: 1rem;
    }

    .feedbacks-mob .p-5 {
        padding: 0 !important;
    }

    #contato .d-flex {
        flex-direction: column;
    }

    #contato .p-5, .cases-mob .p-5 {
        padding: 1rem  !important;
    }
    #contato .w-50 {
        width: 100% !important;
    }

    #contato .about h1 {
        text-align: center;
    }

    #contato .about h4 {
        text-align: center ;
        margin-bottom: 1.5rem;
    }

    footer .d-flex {
        flex-direction: column    ;
    }

    footer .col-footer .d-flex {
        flex-direction: row;
    }

    .logo-footer {
        width: 50%;
        display: flex;
        margin: 0 auto;
    }

    .col-footer p {
        width: 100% !important;
        margin: 1rem auto;
    }

}


@media (min-width: 601px) and (max-width: 1250px) {
    .content-video {
        justify-content: center;
        margin: 1rem auto;
        flex-direction: column;
    }

    .mob-fix img {
        display: none;
    }

    .content-video iframe {
        width: 100%;
    }


}



@media screen and (min-width: 601px) and (max-width: 1455px) {
    .content-video .btn-subscribe {
        margin: 1.5rem 0;
    }

    .content-testimonials .content-video .btn-subscribe {
        margin: 1.5rem 3rem;
    }

}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .month-fix {
        min-height: 25vh;
    }
}

@media screen and (min-width: 1550px) {
    .month-fix {
        min-height: 17vh;
    }
}

@media screen and (min-width: 1400px) {
    .content-video .btn-subscribe {
        margin-left: 0;
    }
}




/* Mac */
@media screen and (min-device-width: 2560px) {
    .courses .content-courses {
        padding-top: 10rem !important;
    }

    .img-footer {
        position: relative;
        right: -95rem;
        z-index: 0;
        top: -28rem;
    }

    .card-garantee {
        margin-top: 2rem;
        padding: 5rem;
    }

    .card-subscribe {
        width: 50%;
        padding: 2rem;
        margin: 0 15%;
    }
}

/* iMac 24 */
@media only screen and (min-device-width: 1920px) and (max-device-width: 2000px) and (min-resolution: 192dpi) {}