      
      
      
        .orbit-svg {
            overflow: visible;
        }

        .orbit-rotate {
            transform-origin: 50% 50%;
            transform-box: view-box;
            animation: orbit-spin 20s linear infinite;
        }

        @keyframes orbit-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        html,
        * {
            margin: 0;
            padding: 0;
            position: relative;
            font-family: sans-serif;
        }

        :root {
            --cor1: #51ae34;
            --cor2: #51ae3440;
            --cor3: #51ae3420;
            --cor-sec: #51ae34;
            --cor-sec-strong: #51ae34;
            --cor-sec-soft: #51ae3430;
            --cor-terc: #51ae34;
            --cor-quat: #51ae34;
        }
        
        /*HEADER*/
        .hero-content.hero-content-header{
            padding-top: 96px !important;
        }
        
        .hero-content-header header{
            display: flex;
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100% - 64px);
            justify-content: space-between;
            padding: 24px 32px 0 32px;
        }
        
        .hero-content-header header .img200x53{
            width: 200px;
            height: 53px;
            background-image: url('https://psicosol.com/wp-content/uploads/2026/02/sol-feliz-1.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .hero-content-header header nav ul{
            height: 100%;
            align-items: center;
            display: flex;
            gap: 16px;
        }
        
        .hero-content-header header nav ul li{
            list-style: none;
        }
        
        .hero-content-header header nav ul li a{
            text-decoration: none;
            color: #fff;
            font-weight: 600;
        }
        
       .hero-content-header header nav ul li a.clube{
            background: var(--cor1);
            padding: 12px 24px;
            border-radius: 32px;
        }
        
        .hero-content-header header nav ul li a.contato{
            border: solid 2px var(--cor1);
            padding: 10px 20px;
            border-radius: 32px;
        }
        
        .hero-content-header header nav ul li a:hover{
            opacity: .5;
        }
        
        .menu-search input{
            width: 100%;
            max-width: 340px;
            border: solid 1px #fff;
            border-radius: 32px;
            padding: 11px 24px;
            background: transparent;
            background-color: transparent;
            color: #fff;
            font-size: 16px;
        }
        
        .menu-search input::placeholder{
            color: #fff;
        }
        
        /* botão do menu */
        .menu-toggle {
            display: none;
            font-size: 28px;
            background: none;
            border: 0;
            color: #fff;
            cursor: pointer;
        }
        
        /* mobile */
        @media (max-width: 1000px) {
            
            .menu-toggle {
                display: block;
            }
        
            nav.menu {
                display: none;
                position: absolute;
                top: 100%;
                
                left: 0;
                width: calc(100% - 64px - 48px);
                margin: 0 24px;
                border-radius: 24px;
            
                background: rgba(0, 0, 0, 0.4); 
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
            
                padding: 32px;
                z-index: 9999;
            }
        
            nav.menu.open {
                display: block;
            }
        
            nav.menu ul {
                flex-direction: column;
                gap: 32px !important;
            }
        }


        /* HERO */
        .hero {
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
        }

        .mobile {
            display: none;
        }


        /* VIDEO BACKGROUND */
        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;

            background-image: url('https://psicosol.com/wp-content/uploads/2026/01/Design-sem-nome-3.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .img130x190 {
            width: 130px;
            height: 190px;

            background-image: url('https://psicosol.com/wp-content/uploads/2026/01/file-2.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* overlay */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.65);
            z-index: 1;
        }

        /* Conteúdo */
        .hero-content {
            display: flex;
            flex-direction: column;
            position: relative;
            text-align: center;
            justify-content: center;
            align-items: center;
            color: #fff;
            gap: 8px;
            width: 100%;
            padding: 64px 0;
            z-index: 2;
        }

        .hero-content h1 {
            font-size: 60px;
            letter-spacing: -3px;
            line-height: 64px;
            font-weight: 700;
            max-width: 620px;
            padding: 0 25px;
        }

        .hero-content p {
            font-size: 1.2rem;
            padding: 0 25px;
            margin-top: 10px;
            max-width: 700px;
        }

        .btn {
            display: inline-block;
            margin-top: 20px;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 60px;
            cursor: pointer;
        }

        .btn:hover {
            opacity: 0.5;
        }

        .btn-roxo-1 {
            background-color: var(--cor2);
            color: #fff;
        }

        .btn-roxo-2 {
            background-color: var(--cor1);
            color: #fff;
            box-shadow: 0 0 0 0 var(--cor2);
            border: none;
            animation: pulse-solid 1.8s infinite;
        }

        .btn-roxo-3 {
            background-color: #ffdd00;
            color: #117937;
            box-shadow: 0 0 0 0 #fff;
            transform: scale(1.5);
            border: none;
            animation: pulse-solid-3 1.8s infinite;
        }

        .btn-verde-1 {
            background-color: var(--cor-sec-soft);
            color: var(--cor-sec-strong);
        }

        .btn-verde-2 {
            background-color: var(--cor-sec);
            color: var(--cor-quat);

            box-shadow: 0 0 0 0 var(--cor2);

            animation: pulse-solid-2 1.8s infinite;
        }

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 40px;
                line-height: 42px;
            }
        }

        @keyframes pulse-solid {
            0% {
                box-shadow: 0 0 0 0 var(--cor2);
            }

            70% {
                box-shadow: 0 0 0 14px var(--cor3);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(46, 70, 255, 0);
            }
        }


        @keyframes pulse-solid-2 {
            0% {
                box-shadow: 0 0 0 0 var(--cor-sec-soft);
            }

            70% {
                box-shadow: 0 0 0 14px var(--cor-sec-soft);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(46, 70, 255, 0);
            }
        }

        @keyframes pulse-solid-3 {
            0% {
                box-shadow: 0 0 0 0 #ddff00;
            }

            70% {
                box-shadow: 0 0 0 14px #ddff0020;
            }

            100% {
                box-shadow: 0 0 0 0 #ddff0005;
            }
        }

        /*SESSAO IFRAME*/
        .container-iframe {
            padding: 64px 20px;
            margin: 0 auto 64px auto;
            background-color: var(--cor3);
            border-radius: 64px;
            max-width: 90%;
        }

        .container-iframe-inner {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 24px;
            text-align: center;
        }

        .container-iframe-inner .iframe-item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            margin: auto 0;
        }

        .container-iframe-inner .iframe-item .badge {
            max-width: max-content;
            margin: 0 auto 24px auto;
        }

        .container-iframe-inner .iframe-item p {
            font-size: 24px;
            opacity: .6;
            margin-bottom: 12px;
        }

        .container-iframe-inner .iframe-item h1 {
            font-size: 48px;
            margin-bottom: 24px;
        }

        .container-iframe-inner .iframe-item a {
            max-width: max-content;
            margin: 0 auto;
        }

        /*SESSAO 2*/

        .features {
            padding: 64px 20px;
            margin: 0 auto 64px auto;
            background-color: var(--cor3);
            border-radius: 64px;
            max-width: 90%;
        }

        .features-container {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            text-align: center;
        }

        .feature-item h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #0f172a;
        }

        .feature-item p {
            font-size: 15px;
            line-height: 1.6;
            color: #64748b;
            max-width: 320px;
            margin: 0 auto;
        }

        .feature-icon {
            min-width: 56px;
            max-width: 56px;
            min-height: 56px;
            max-height: 56px;
            margin: 0 auto 24px;
            border-radius: 50%;
            border: solid 2px var(--cor1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--cor1);
            font-size: 18px;
            font-weight: 600;
        }

        .feature-icon-2 {
            min-width: 56px;
            max-width: 56px;
            min-height: 56px;
            max-height: 56px;
            margin: 0 auto 24px;
            border-radius: 50%;
            background: var(--cor-sec-soft);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--cor-sec-strong);
            font-size: 18px;
            font-weight: 600;
        }

        /* Responsivo até 1000px */
        @media (max-width: 1000px) {
            .features-container {
                grid-template-columns: 1fr;
                gap: 48px;
            }
        }

        /*FIM*/

        /*CTA PREÇO CLUBE*/

        .cta-preco-clube {
            background-color: var(--cor1);
            padding: 128px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            align-items: center;
        }

        .cta-preco-clube div:nth-child(1) {
            border: solid 2px #ffffff20;
            border-radius: 48px;
            padding: 32px 32px 64px 32px;
            background: linear-gradient(145deg, var(--cor1), #ffffff20);
        }

        .cta-preco-clube h1 {
            color: #fff;
            font-size: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }

        .cta-preco-clube h1 span {
            font-size: 20px;
            border: solid 2px #fff;
            padding: 4px 10px;
            border-radius: 100px;
            opacity: .5;
        }

        .cta-preco-clube p {
            color: #fff;
            font-size: 24px;
            max-width: 500px;
            margin: 24px 0 24px 0;
        }

        /*FIM*/


        /*Serviços*/

        .section-clube02 {
            padding: 64px 0 64px 0;
        }

        .container {
            width: 90%;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        /* Badge */
        .badge {
            display: inline-block;
            background: var(--cor-sec-soft);
            color: var(--cor-sec-strong);
            padding: 6px 18px;
            border-radius: 999px;
            font-size: 14px;
            font-weight: 600;
        }

        .section-clube02 .badge {
            background-color: var(--cor3);
            color: var(--cor1);
        }

        /* Title */
        .section-title {
            font-size: 36px;
            font-weight: 700;
            margin-top: 20px;
            max-width: 780px;
            color: #000;
        }

        /* Description */
        .section-desc {
            max-width: 600px;
            color: #555;
            font-size: 16px;
            margin-top: 12px;
            line-height: 1.6;
        }

        /* Cards container */
        .cards {
            margin-top: 50px;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .section-clube02 .btn-roxo-1 {
            color: var(--cor-quat);
        }


        /* XXXXX */

        .features-extended {
            padding: 128px 20px;
        }

        .features-extended-container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .features-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 48px 60px;
        }

        .feature-row {
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

        .feature-row h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 6px;
            color: #0f172a;
        }

        .feature-row p {
            font-size: 15px;
            color: #64748b;
            line-height: 1.6;
        }

        /* Responsivo */
        @media (max-width: 1000px) {
            .features-list {
                grid-template-columns: 1fr;
            }
        }

        /*SESSAO TESTEMUNHOS*/

        .testemunhos-section {
            padding: 128px 20px;
            border-radius: 64px;
        }

        .testemunhos-grid {
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            text-align: center;
        }

        @media(max-width: 1000px) {
            .testemunhos-grid {
                grid-template-columns: repeat(1, 1fr);
            }
        }

        .testemunhos-grid .testemunho-item {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin: 0 auto;
            max-width: 70%;
        }

        .testemunhos-grid .testemunho-item p {
            font-size: 20px;
            font-style: italic;
        }

        .testemunhos-grid .testemunho-item h2 {
            font-size: 32px;
        }

        .testemunhos-grid .testemunho-item .badge-cliente {
            display: inline-block;
            background: transparent;
            color: #00000050;
            border: solid 2px #d9d9d9;
            max-width: max-content;
            margin: 0 auto;
            padding: 6px 18px;
            border-radius: 999px;
            font-size: 14px;
            font-weight: 600;
        }

        .testemunhos-grid .testemunho-item .testemunho-item-imagem {
            width: 100px;
            height: 100px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 1000px;
            margin: 0 auto;
        }

        .testemunhos-grid .testemunho-item .testemunho-item-imagem-1 {

            background-image: url('https://i0.wp.com/psicosol.com/wp-content/uploads/2022/05/14BD21AA-F331-41BA-913E-D3778847BEEC.jpg?resize=750%2C750&ssl=1');

        }

        .testemunhos-grid .testemunho-item .testemunho-item-imagem-2 {

            background-image: url('https://i0.wp.com/psicosol.com/wp-content/uploads/2022/05/E064E6C3-6ADE-41ED-AECD-98154C7BA8ED.jpg?resize=750%2C750&ssl=1');

        }

        .testemunhos-grid .testemunho-item .testemunho-item-imagem-3 {

            background-image: url('https://i0.wp.com/psicosol.com/wp-content/uploads/2022/05/594756F2-D471-4A8D-9405-BB808BDC12B7.jpg?resize=750%2C750&ssl=1');

        }




        /*WPP*/

        .whatsapp-link {
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            width: 40px;
            height: 40px;
            bottom: 20px;
            right: 20px;
            margin: 0;
            padding: 12px;
            z-index: 99;
            background-color: #25D366;
            border-radius: 100px;
        }

        .whatsapp-link:hover {
            opacity: 0.5;
        }



        /* Footer*/

        .site-footer {
            background: var(--cor3);
            /* cinza claro */
            padding: 60px 20px;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .footer-container {
            max-width: 1200px;
            margin: auto;
            display: flex;
            justify-content: space-between;
            gap: 60px;
            flex-wrap: wrap;
        }

        /* Lado esquerdo */
        .footer-left .img200x53 {
            width: 200px;
            height: 53px;
            background-image: url('https://psicosol.com/wp-content/uploads/2021/07/PSICOSOL.png.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .footer-left h2 {
            font-size: 2rem;
            margin-bottom: 10px;
        }

        .footer-left p {
            max-width: 450px;
            font-size: 1rem;
            color: #33333360;
        }

        .footer-infos-pos-logo {
            display: flex;
            flex-direction: column;
            margin-top: 32px;
            gap: 8px;
        }

        .footer-btn {
            display: inline-block;
            background: var(--cor1);
            color: #fff;
            padding: 12px 24px;
            border-radius: 60px;
            text-decoration: none;
            font-weight: 600;
        }

        .footer-btn:hover {
            opacity: 0.8;
        }

        /* Lado direito */
        .footer-right h3 {
            font-size: 1.3rem;
            margin-bottom: 15px;
        }

        .footer-right ul {
            list-style: none;
            padding: 0;
        }

        .footer-right ul li {
            margin-bottom: 10px;
        }

        .footer-right ul li a {
            text-decoration: none;
            color: #333;
            font-size: 1rem;
        }

        .footer-right ul li a:hover {
            color: #44b926;
        }

        /* Responsivo */
        @media (max-width: 768px) {
            .footer-container {
                flex-direction: column;
            }
        }