@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap"); /* Google Fonts - Poppins - Popup cookies*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}    

body {
    background: #000;
    color: #84f230;
    align-items: center;
    min-height: 91vh;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Header home*/
header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
    .header-div {
    flex: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    }

    .header-div-menu-esq {
    flex: 1;
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    } 

    .header-div:last-child {
    border-right: none;
    }


/* Botão hambúrguer - posicionado à esquerda */
        .hamburger-btn {
            width: 44px;
            height: 44px;
            background: none;
            border: none;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 5px;
            padding: 10px;
            border-radius: 6px;
            transition: background-color 0.3s ease;
            margin-left: 30px;
            margin-top: 6px;
        }

        .hamburger-btn:hover {
            background-color: #0000ff;
        }

        .hamburger-btn:focus {
            outline: 2px solid #2563eb;
            outline-offset: 2px;
        }

        /* Linhas do hambúrguer */
        .hamburger-line {
            width: 24px;
            height: 3px;
            background-color: #fff;
            border-radius: 2px;
            transition: all 0.3s ease;
            transform-origin: center;
        }

        /* Animação quando menu está ativo */
        .hamburger-btn.active .hamburger-line:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .hamburger-btn.active .hamburger-line:nth-child(2) {
            opacity: 0;
        }

        .hamburger-btn.active .hamburger-line:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }
        /* Overlay escuro */
        .overlay_side {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(0, 0, 0, 0.5);
            z-index: 1001;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .overlay_side.active {
            opacity: 1;
            visibility: visible;
        }

        /* Menu lateral (gaveta) */
        .sidebar-menu {
            position: fixed;
            top: 0;
            left: -250px;
            width: 250px;
            height: 100%;
            background-color: #fff;
            z-index: 1002;
            transition: left 0.3s ease;
            box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

        }

        .sidebar-menu.active {
            left: 0;
        }

        /* Cabeçalho do menu */
        .sidebar-header {
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 1.5rem;
            border-bottom: 1px solid #e5e7eb;
            background-color: #f8fafc;
        }

        .sidebar-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #1f2937;
        }

        /* Botão fechar */
        .close-btn {
            width: 36px;
            height: 36px;
            background: none;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            color: #6b7280;
            font-size: 1.8rem;
            font-weight: 300;
            transition: all 0.3s ease;
        }

        .close-btn:hover {
            background-color: #f3f4f6;
            color: #374151;
        }

        .close-btn:focus {
            outline: 2px solid #2563eb;
            outline-offset: 2px;
        }

        /* Lista de navegação */
        .nav-list {
            list-style: none;
            padding: 1.5rem 0;
            flex: 1;    
        }

        .nav-item {
            margin: 0;
            border: none;
        }

        .nav-link {
            display: block;
            padding: 1rem 1.5rem;
            color: #374151;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
            position: relative;
        }

        .nav-link:hover,
        .nav-link:focus {
            background-color: #e7ebf3f6;
            color: #2563eb;
            border-left-color: #2563eb;
            outline: none;
            transform: translateX(5px);
        }

        .nav-link.active {
            background-color: #eff6ff;
            color: #2563eb;
            border-left-color: #2563eb;
        }
        

        /* Prevenir scroll quando menu está aberto */
        body.menu-open {
            overflow: hidden;
        }

/* =========FIM DO HEADER ========= */

* {
	font-family: "Century Gothic", Arial;
	font-size: 16px
}

main {
  flex: 1;
}

figure {
	height: 60px;
	margin: 0;
}

input[type="search"] {
	width: 90%;
	height: 50px;
	border: solid 1px;
	text-align: center;
	font-style: italic;
}

ul {
	padding: 0;
	margin: 0;
	text-align: center;
	align-items: center;
}

ul li {
	list-style: none;
	border: dashed 1px;
	padding: 5px;
	width: auto;
	text-align: center;
	align-items: center;
  font-size: 14px;
}

#cabecalho_lista {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: auto;
  margin-bottom: 7px;
}

#realce {padding: 2px 20px 2px 20px;}

#logo {
	margin-top: 1px;
	margin-bottom: 2%;
	text-align: center;
	height: 60px;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	color: #0000ff;
}

#title-sticky {
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.botoes {
	display: flex;
	align-items: center;
	margin-top: 15px;
  gap: 23px;
}


#btn {
	background-color: #00a000;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	padding: 0 5px;
	border: none;
	height: 35px;
	cursor: pointer;
}

#limpa {
	background-color: #FF0000;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	padding: 0 5px;
	border: none;
	height: 35px;
	cursor: pointer;
}

#icon_mapa {
  margin: 0;
  padding: 0;
  height: 35px;
  cursor: pointer;
}

img {
	margin-bottom: -5px;
	padding-bottom: -5px;
}

#lista {
	display: none;
	width: auto;
	align-items: center;
}

#secao_rodape {
  width: 100%;
  margin-top: auto;
}

.rodape {
	text-align: center;
	width: 100%; 
}

#selo_block {
  text-align: center;
  margin-bottom: 15px;
}

a {
	font-size: 14px;
	color: #0000ff;
}

a:hover {
	color: #84f230;
	text-decoration: none;
}

.slideshow {
	display: flex;
	justify-content: center;
	align-items: center;
}

.base {
	margin-top: 10px;
}

.divSlide {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 15px;
}

p {
	font-size: 12px;
	line-height: 19px;
}

#direitos {
	color: #84f230;
	margin: 0;
}

/*-----------estilo slideshow-----------*/

* {
	box-sizing: border-box;
}

.mySlides {
	display: none;
}

img {
	vertical-align: middle;
}

.slideshow-container {
	width: 100%;
	position: relative;
	margin: 0;
	align-items: center;
	margin-top: 8%;
}

/* The dots/bullets/indicators */
.dot {
	height: 9px;
	width: 9px;
	margin: 0 0px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot.active {
	background-color: #0000ff;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {
		font-size: 11px
	}
}

#bolas {
	height: 11px;
	padding: auto;
	margin-top: 8px;
}

/* Popup cookies */

.wrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
.wrapper.show {
  right: 20px;
}

.wrapper .aviso_privacidade {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
}
.aviso_privacidade i {
  color: #4070f4;
  font-size: 32px;
}
.aviso_privacidade h2 {
  color: #4070f4;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.wrapper .data {
  margin-top: 16px;
  font-family: "Poppins", sans-serif;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
.data b {
  font-weight: 500;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
  font-family: "Poppins", sans-serif;
}
.buttons #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}
#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}

/* ===== Botão Doar ===== */
.botaoDoar {
  width: 100%;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}

.btn-doar {
  position: fixed;
  top: 25px;
  right: 32px;
  z-index: 1000;
  background: linear-gradient(90deg, #1e90ff 0%, #0000ff 100%);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(0, 124, 240, 0.16);
  transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
  outline: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
}

.btn-doar:hover, .btn-doar:focus {
  background: linear-gradient(90deg, #3fa7ff 0%, #1b6ef3 100%);
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 32px rgba(0, 124, 240, 0.22);
}

.btn-doar:active {
  transform: scale(0.98);
}

/* Acessibilidade */
        @media (prefers-reduced-motion: reduce) {
            * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }
/* ===== FIM Botão Doar ===== */            

/* Media query telas maiores */
@media (min-width: 481px) {
    body {
        min-height: 99vh;
    }
}