@charset "UTF-8";

header {
    display: flex;
	height: 180px;
	flex: 1 1 100vw;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 60px;
}

header #logo {
	display: flex;
	flex: 0 1 200px;

	justify-content: center;
	align-items: center;
}
#logo {
	max-width: 200px;
}

.menu-azul {
    color: #1B355C !important;
}

#openMenu, #closeMenu {
	border: none;
	background: none;
	font-size: 30px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	display: none;
}

nav {
	align-items: center;
	flex: 1 1 200px;
}

footer {
	height: 100px;
	flex: 1 1 100vw;
	margin-top: auto;
	background-color: #1B355C;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	display: flex;
	margin-top: 60px;
}


.a-nav, .a-nav-azul {
	text-decoration: none;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	width: auto;
	display: inline;

}

.a-nav-azul {
    color: #1B355C;
}

.menu-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	margin-right: 20px;
}

.container-a-nav {
	padding: 10px 5px;
	position: relative;
}

.container-a-nav:hover .a-nav {
	color: #1B355C;
	background-color: white;
	border-radius: 8px;
}

.dropdown-content, .dropdown-content-sec{
    display: none;
    position: absolute; /* Alterado para absolute */
    top: 100%; 
    left: 1;
    width: 200px;
	height: auto;
    border-radius: 8px;
    background-color: white;
    z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.dropdown-content-sec {
	width: 500px !important;
}

.dropdown-content a, .dropdown-content-sec a {
	margin: 10px;
	text-decoration: none;
	color: #1B355C;
	display: flex;
}

.container-a-nav:hover .dropdown-content {
    display: block;
}
.container-a-nav:hover .dropdown-content-sec {
    display: block;
}

.background-tela-menor {
	background-image: url('/static/morcego-voando.jpeg');
  	background-size: cover;
  	background-position: center;
	height: 400px;
	width: 100%;
	visibility: hidden;
}

.flex-dropdown {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.sec-container, .comite-container {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.p-dropdown {
	color: #1B355C;
	font-size: 18px;
	font-weight: 400;
	margin: 10px;
}

@media only screen and (max-width: 1000px) {
	#openMenu, #closeMenu {
		display: block;
	}

	#openMenu {
		margin-left: auto;
		color: white;
		margin-right: 20px;
	}

	#closeMenu {
		position: fixed;
		right: 15px;
		top: 15px;
	}

	#menu {
		position: fixed;
		width: 100vw;
		height: 100vh;
		background: rgba(255, 255, 255, 0.8);
		flex-direction: column;
		gap: 20px;
		align-items: center;
		justify-content: center;
		margin: 0;
		display: none;
		opacity: 0;
		transition: 0.3s;
	}

	nav a {
		margin: 3%;
	}

	.container-a-nav {
		align-items: center !important;
		width: auto;
		padding: 0px !important;
		justify-content: center;
		text-align: center;
	}

	.a-nav, .a-nav-azul{
		color: #1B355C;
		margin: 20px !important;
	}

	.container-a-nav:hover .a-nav {
		background-color: transparent !important;
	}

    .container-a-nav:hover .dropdown-content {
        display: none !important;
    }
	.a-nav:hover .dropdown-content {
        display: none !important;
    }

    .a-nav-azul:hover .dropdown-content {
        display: none !important;
    }

	.container-a-nav:hover .dropdown-content-sec {
        display: none !important;
    }
	.a-nav:hover .dropdown-content-sec {
        display: none !important;
    }

    .a-nav-azul:hover .dropdown-content-sec {
        display: none !important;
    }

    .container-a-nav.active .dropdown-content {
        display: block !important;
    }
	.container-a-nav.active .dropdown-content-sec {
        display: block !important;
    }

	.container-a-nav.active {
        display: block !important;
		background-color: white;
		border-radius: 8px 8px 0px 0px;
    }
	.container-a-nav {
		position: relative;
	}


	.dropdown-content, .dropdown-content-sec {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	.card-texto-morcegos {
		order: 1;
		width: auto !important;
		align-items: center;
		justify-content: center;
		margin-top: 60px;
		margin-bottom: 30px;
		margin-left: 0px !important;
	}

	.container-img {
		order: 2;
		width: 80% !important;	
		margin-bottom: 30px;
	}
	.text-titulo-azul, .text-azul, .a-morcegos {
		text-align: justify !important;
		text-align-last: center;
		width: auto;
		display: inline;
	}


	.container-inicio {
		background-image: none !important;
		height: auto !important;
		background-color: black;
	}
}

.card-img-footer {
	display: flex;
	height: 100px;
	width: 10%;
	align-items: center;
	justify-content: center;
}
.img-footer{
	margin: 0 auto;
	width: 90%;
}

.text-footer {
	color: white;
}

.card-social-icons {
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}