body{
	background:white;
	margin: 0;
	padding: 0;
}

body, li, ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: arial;
	font-size: 0.9rem;
	flex-wrap: wrap;
	align-items: center;
}

.cabecario{
	background:white;
	color: rgb(24, 184, 233);
	margin: auto;
	width: 100%;
	height: 65px;
	position: fixed;
	flex-wrap: wrap;
	padding: 0px;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-around;
	display: flex;
	align-items: center;
	left: 0;
	right:0;
	font-size: 15pt;
	font-family: Bahnschrift ;
	border-bottom:solid  rgb(24, 184, 233) 2px;
	box-shadow: 0px 0px 1px;
}

.logo-texto{
	background: transparent;
 	color: rgb(24, 184, 233);
	width:20%;
	height: 80%;
	padding: 5px;
	margin: auto;
	text-align: center;
	font-size: 20pt;
	align-items: center;
	text-align: center;
	border-radius: 5rem;
}

.logo-texto img{
	width:40px;
	height:40px;
	border-radius: 5rem;
	transition: all .5s;
}


.logo-img{
	background: transparent;
	color: white;
	width:20%;
	height: 80%;
	padding: 5px;
	margin: auto;
	text-align: center;
	font-size: 20pt;
	align-items: center;
	text-align: center;
	border-radius: 5rem;
	display: none;
}

.cabecario a{
color:rgb(24, 184, 233); ;
}

.pesquisa-cabecario{
	background:white;
	color: rgb(24, 184, 233);
	width:30%;
	height: 80%;
	padding: 5px;
	margin: auto;
	text-align: center;
	border-radius: 5rem;
	border: solid 1px;
}

.pesquisa-cabecario input{
	width: 85%;
	height: 5.5vh;
	padding: 5px;
	outline: none;
	font-weight: 400;
	border: none;
	font-size: 15px;
	color: #32324f;
	background-color:transparent;
	color: black;
	border-radius: 1rem;
}

.pesquisa-cabecario button{
	width: 10%;
	height: 5.5vh;
	background:transparent;
	color: black;
	transition: all .5s;
	border:none;
	border-radius: 0rem;
	padding: 5px;
	font-size: 12pt;
	text-align: center;
	cursor: pointer;
	border-radius: 10rem;
}

.pesquisa-cabecario button img{
	width:32px;
	height:32;
	border-radius: 5rem;
	transition: all .5s;
}


.menu-cabecario-pc{
	background: transparent;
	color: rgb(24, 184, 233);
	width:20%;
	height: 80%;
	padding: 6px;
	margin: auto;
	text-align: center;
	justify-content: center;
	display: flex;
	border-radius: 5rem;
}

.menu-cabecario-mobile{
display: none;
}



.item-menu{
	background:white;
	color: rgb(24, 184, 233);
	width:45%;
	height: 96%;
	padding: 2px;
	margin: 4px;
	text-align: center;
	align-items: center;
	justify-content: space-around;
	font-size: 9pt;
	border-radius: 20rem;
	border: solid 0px;
	transition: all .5s;

}

.item-menu:hover{
	background: white;
	color:  rgb(24, 184, 233);
	width:45%;
	height: 96%;
	padding: 2px;
	margin: 4px;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 9pt;
	transition: all .5s;
	cursor: pointer;
	border: solid 1px;
	box-shadow: 0 0 1px;
}

.item-menu img{
	width:25px;
	height:25px;
	border-radius: 5rem;
	transition: all .5s;
}

.item-menu a{
	color: black;
text-decoration: none;
}

.item-menu a:hover{
	color: black;
text-decoration: none;
}

@media (max-width: 620px){

	.cabecario{
	background:white;
	color: rgb(24, 184, 233);
	margin: auto;
	width: 100%;
	height: 65px;
	position: fixed;
	flex-wrap: wrap;
	padding: 0px;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-around;
	display: flex;
	align-items: center;
	left: 0;
	right:0;
	font-size: 12pt;
	font-family: Bahnschrift ;
	box-shadow: 1px 1px 1px;

}

.logo-texto{
	background: transparent;
	color: black;
	width:20%;
	height: 80%;
	padding: 5px;
	margin: auto;
	text-align: center;
	font-size: 20pt;
	align-items: center;
	text-align: center;
	border-radius: 5rem;
	display: none;
}

.logo-img{
	background:transparent;
	color: white;
	width:15%;
	height: 80%;
	padding: 3px;
	margin: auto;
	text-align: center;
	font-size: 20pt;
	align-items: center;
	text-align: center;
	border-radius: 0rem;
	display: block;
}

.logo-img img{
	max-width:95%;
	height:20%;
	border-radius: 0rem;
	border:solid black 0px;
	transition: all .5s;
}



.pesquisa-cabecario{
	background:white;
	color: rgb(24, 184, 233);
	width:50%;
	height: 70%;
	padding: 5px;
	margin: auto;
	text-align: left;
	border-radius: 5rem;
	transition: all .5s;
	box-shadow: 0 0 1px;
}

.pesquisa-cabecario input{
	width: 75%;
	height: 5vh;
	padding: 5px;
	outline: none;
	font-weight: 400;
	border: none;
	font-size: 12px;
	color: #32324f;
	background-color:transparent;
	color: black;
	border-radius: 1rem;
}

.pesquisa-cabecario button{
	width: 10%;
	height: 5vh;
	background:transparent;
	color: black;
	transition: all .5s;
	border:none;
	border-radius: 0rem;
	padding: 5px;
	font-size: 12pt;
	text-align: center;
	cursor: pointer;
	border-radius: 0.2rem;
	transition: all .5s;
}

.pesquisa-cabecario button img{
	width:30px;
	height:30px;
	border-radius: 5rem;
	transition: all .5s;
	transition: all .5s;
}

.menu-cabecario-mobile{
	background: transparent;
	color: rgb(24, 184, 233);
	width:15%;
	height: 80%;
	padding: 1px;
	margin: auto;
	text-align: center;
	justify-content: center;
	display: flex;
	border-radius: 5rem;
}


.menu-cabecario-pc{
display: none;
}


.item-menu{
	background:transparent;
	color: white;
	width:100%;
	height: auto;
	padding: 2px;
	margin: 3px;
	text-align: center;
	align-items: center;
	justify-content: space-around;
	font-size: 10pt;
	border-radius: 0.6rem;
	transition: all .5s;

}

.item-menu:hover{
	background: transparent;
	color: black;
	width:100%;
	height:auto;
	padding: 2px;
	margin: 3px;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 10pt;
	border-radius: 0.6rem;
	transition: all .5s;
	cursor: pointer;
}

.item-menu img{
	width:25px;
	height:25px;
	border-radius: 10rem;
	transition: all .5s;

}

.item-menu a{
	color: white;
text-decoration: none;
transition: all .5s;
}

.item-menu a:hover{
	color: black;
text-decoration: none;
transition: all .5s;
}

}