.pesqImg
{
	width:5%;
	position: absolute;
	left:50%;
	height:auto;
}
.pesquizi
{
	width:48.3%;
	background-color: #e8e8e8;
	display:flex;
	justify-content: space-between;

}
.pesqLeft
{
	margin-right:3.5%;
}
.js-reject
	{	
	font-size:1vw!important;
	position: absolute;
	right: 5px;
	top: 0;
	}
.itemCentro2
{
	width: 22.6%;
    text-align:center;
    margin: 1%;
    display: flex;
    height: 22%;
    justify-content: center;
    align-items: center;
	background-color:#d9dada;
	padding: 0 1%;
    box-sizing: border-box;
	line-height:115%;
}
.itemCentro
{
	width: 22.6%;
    text-align:center;
    margin: 1%;
    display: flex;
    height: 12%;
    justify-content: center;
    align-items: center;
	background-color:#d9dada;
	padding: 0 1%;
    box-sizing: border-box;
	line-height:115%;
}


.centro
{
	display:flex;
	flex-wrap: wrap;
    align-content: space-around;
    width: 73.6%;
    align-self: center;
    font-size: 0.95vw;
    margin-left: 1%;
    font-family: 'Encode Sans Semi Condensed';
 //   line-height: 140%;
	height:100%

}
.ovarios:hover
{
	background-color:#d1edff!important;
}
.ovarios2:hover
{
	background-color:white!important;
}


.boxes2
{
width:21.6%;
padding-top:21.72%;
box-sizing: border-box;
background-color:#dbdbdb;
margin-right:3.4%;
position:relative;
cursor:pointer;
}
.tabelaMenu
{
	width: 73.6%; 
	align-self: center; 
	font-size: 0.95vw; 
	margin-left: 3.4%; 
	font-family: 'Encode Sans Semi Condensed';
	line-height: 140%;
}
.tabelaMobile td
{
	border-bottom: 1px solid #cecece!important;
}
@keyframes cima
{
	0%
	{
		transform:translateY(60%);
	}
	
	100%
	{
		transform:translateY(0%);
	}
}
.subir
{
	animation:cima .3s linear;
	//margin-bottom:20%;
	margin-top:-15%;
	z-index:2111;
}
@keyframes baixo
{
	0%
	{
		transform:translateY(-60%);
	}
	
	
	100%
	{
		transform:translateY(0%);
	}
}
.descer
{
	z-index:2111;
	animation:baixo .3s linear;
	margin-bottom:-25%;
	margin-top:20%;
}
.nSubir
{
	animation:baixo .3s linear;
	//margin-bottom:20%;
	margin-top:0%;
	z-index:2111;
}

.nDescer
{
	animation:cima .3s linear;
	//margin-bottom:20%;
	margin-top:0%;
	z-index:2111;
}