:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #4D65CC;
  --bs-secondary: #1A1A1A;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-whatsapp: #15cc74;
  --bs-primary-rgb: 77, 101, 204;
  --bs-secondary-rgb: 26, 26, 26;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-whatsapp-rgb: 21, 204, 116;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
}

*, *::before, *::after {   box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {  margin: 0; padding-bottom: 60px; }
/*
a {
  color: var(--primary-color);
  text-decoration: underline;
}
a:hover {
  color: var(--hover-color); text-decoration: underline; cursor: pointer;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a:visited { color: var(--primary-color); }
a:focus { outline-offset: 2px; }
a:active { color: var(--primary-color);  }
*/
        a {
            color: #44BB14 !important; /* Cor do link normal */
            text-decoration: none !important;
            transition: color 0.1s ease, text-decoration 0.1s ease;
        }

        a:hover {
            color: #018B00 !important; /* Cor do link ao passar o mouse */
            text-decoration: underline;
        }
		/*         a:visited {             color: #6f42c1;  Cor do link visitado         }*/

        a:active {
            color: #44BB14 !important; /* Cor do link ao ser clicado */
			text-decoration: none;
        }

        a:disabled {
            color: #ccc !important; /* Link desabilitado */
            pointer-events: none !important;text-decoration: none; cursor: default;
        }
		
b,strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}

.box-shadow { box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);  }
.off { background-color: #f0f0f0; opacity: 0.6; }
.btnbloqueado { cursor: not-allowed; pointer-events: none; }
.tags { display: inline-block; background-color: #e0e0e0; color: #333; padding: 2px 5px; margin: 0 2px 2px 0; border-radius: 15px; }
.responsive-circle { display: block; width: 90%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 50%; margin: 0 auto; }
.responsive-img { display: block; width: 80%; aspect-ratio: 1 / 1; object-fit: cover; margin: 0 auto; }
.clear { clear: both; }
/* -------------------CORPO--------------------*/
.container, .container-do-site, .card { @extend .box-shadow; }
/* Centraliza a logo */
.logo {
    text-align: center; /* Alinha o conteúdo no centro */
    margin-bottom:10px; /* Adiciona um pequeno espaço abaixo da logo */
    clear: both;
}
/* Container principal (do site) */
.container-do-site {
    width: 100%;
	max-width:90%;
    position: relative;
    background: #fff;
    min-height:40px;
    padding-top:0px;
	margin-top: 0px;
    margin-left: auto; /* Garante que o container fica centralizado */
    margin-right: auto; /* Garante que o container fica centralizado */
	margin-bottom:0px;
 /* Apenas os cantos inferiores arredondados */
    border-radius: 0 0 20px 20px;
}
/* Criando os cantos superiores curvados para fora */
.container-do-siteY::before,
.container-do-siteY::after {
    content: "";
    position: absolute;
    top: 0px; /* Move para cima */
    width: 20px; /* Largura do efeito */
    height: 20px; /* Altura do efeito */
    background: #fff;
    z-index: -1;
}

/* Canto superior esquerdo curvado para fora */
.container-do-siteY::before {
    left: -13px;
    border-bottom-left-radius: 90px;
}

/* Canto superior direito curvado para fora */
.container-do-siteY::after {
    right: -13px;
    border-bottom-right-radius:90px;

}

.dark-mode .container-do-site {
    background: #303030;
}

/* Se você deseja centralizar o conteúdo dentro do .container-do-site */
.container-do-site > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 95%; /* Ajusta o conteúdo para não ultrapassar os limites do container */
}
.conteudo {
    padding: 20px;
    width: 100%;
    max-width: 1200px; /* Ajuste conforme necessário */
    margin: 0 auto; /* Centraliza o conteúdo */
    box-sizing: border-box;
}
/* -------------------FOOTER app --------------------*/
.footer-menu {z-index:99;text-transform: uppercase;/* capitalize*/border-radius: 20px 20px 0 0; position: fixed; bottom: 0; left: 0; width: 100%; background-color: #fff; display: flex; justify-content: space-around; align-items: center; padding: 5px 0; box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); }
.dark-mode .footer-menu { background-color: #6F6F6F;}
.dark-mode .menu-item { color:#FFF!important;}
.menu-item { color: #333; text-align: center; text-decoration: none; flex: 1; }
.menu-item i, .menu-item img { font-size: 24px; margin-bottom: 5px; }
.menu-item span { display: block; font-size: 12px; }
.profile-icon { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }
/* Ocultar botão e menu flutuante no desktop */
@media (min-width: 506px) {
    .btn-flutuante, .app-container {
        display: none !important;
    }
}

/* Ocultar menu lateral completo no mobile */
@media (max-width: 505px) {
    .menu-lateral.desktop-only {
        display: none !important;
    }
}

/* Exibir apenas os ícones no menu lateral do mobile */
@media (max-width: 505px) {
    .menu-lateral.mobile-only ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background: #f8f9fa;
        border-radius: 50%;
        text-decoration: none;
        color: #333;
        font-size: 20px;
        margin: 5px;
    }
}

/* Botão Flutuante */
.btn-flutuante {
    position: fixed;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    user-select: none;
    z-index: 999;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    left:20px;
    bottom:55px;
    transition: transform 0.2s ease-in-out;
}

/* Área do App no Mobile */
.app-container {
    position: fixed;
    width:16%;
    max-width: 300px;
    height: 100%;
    background: white;
    top: 0;
    left: -100%;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    padding:0px;
    transition: left 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Exibir menu quando ativo */
.app-container.show {
    left: 0;
}

/* Botão de Fechar no rodapé */
.app-close {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 20px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: relative;
	overflow: hidden; /* Impede que conteúdo extrapole */
}

.app-close:active {
    animation: closeEffect 0.5s forwards;
}
.app-close span {
    display: inline-block;
    font-size: 1em;
    transition: transform 0.3s ease-in-out;
}

.app-close:hover span {
    transform: scale(2.5) rotate(360deg); /* Zoom + rotação completa */
}
@keyframes closeEffect {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }
}







 .menu-lateral {
        width: 250px;
        background: #fff;
        padding:0px;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }

    .menu-list {
        list-style: none;
        padding: 0;
    }

    .menu-list li {
        margin-bottom: 10px;
    }

    .menu-list a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        padding: 8px 10px;
        border-radius: 5px;
        transition: background 0.3s;
    }

    .menu-list a:hover {
        background: #f1f1f1;
    }

    .menu-list i {
        font-size: 18px;
        margin-right: 10px;
    }

    .info-usuario {
        margin-top: 10px;
        text-align: center;
    }

    /* Responsividade */
    @media (max-width: 768px) {
        .menu-lateral {
            width: 70px;
            padding: 10px;
        }

        .menu-text {
            display: none; /* Oculta os textos no mobile */
        }

        .menu-list i {
            margin-right: 0;
            font-size: 22px;
        }

        .info-usuario h6, .info-usuario small {
            display: none;
        }

        .info-usuario img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }
    }
	
	
	
	
	
	
/* From Uiverse.io by dugepard */ 
.check {
  display: none;
}

.hamburger-button {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
  cursor: pointer;
}

.hamburger-button div {
  width: 25px;
  height: 5px;
  background-color: white;
  border-radius: 3px;
  position: absolute;
  transition: 0.4s;left:12px;
}

.line1 {
  top: 0;
}

.line2 {
  top: calc(40%);
}

.line3 {
  top: calc(80%);
}

.hamburger-button:hover div {
  width: 34.2857143%;
}

.hamburger-button:hover .line1 {
  transform: translate(31.5px, 6px) rotate(35deg);
  border-radius: 7px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hamburger-button:hover .line3 {
  transform: translate(31.5px, -6px) rotate(-35deg);
  border-radius: 7px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.check:checked ~ .hamburger-button:hover .line1 {
  transform: translate(0, 6px) rotate(-35deg);
  border-radius: 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.check:checked ~ .hamburger-button:hover .line3 {
  transform: translate(0, -6px) rotate(35deg);
  border-radius: 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.check:checked ~ .hamburger-button:hover .line2 {
  margin-left: 32px;
}

.hamburger-button:hover .line2 {
  transform: translateX(15px);
  height:4px;
  width:30px;
}
