/* RESETS MOBILE */
.header-mobile{
	display: none;
}
/* -------------------------------------------------------------------------- */
.btn-drop-menu{
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 99;
	top: 10px;
	left: 10px;
	text-align: center;
}
.btn-drop-menu a{
	line-height: 50px;
	color: #4BC683;
	font-size: 25px;
}
.btn-drop-menu-girlz a{
	color: #E4779E;
}
@media only screen and (max-width: 993px) {
	header{
		display: none;
	}
	.header-mobile{
		display: block;
		width: 100%;
		height: 70px;
		background: #fff;
		position: relative;
	}
	.imglogocnt{
		height: 70px;
		text-align: center;
	}
	.imglogocnt img{
		height: 50px;
		margin-top: 10px;
	}
	.container{
		width: 100%!important;
		max-width: 100%;
	}
	.listsize{
	    margin: 35px auto;
	}
	.redes-influs{
		height: 30px;
	}
	.social-all{
		width: 20%;
		text-align: center;
	}
	.social-all img{
		width: 20px;
		margin: 5px auto;
	}
	.to-top{
		display: none;
		position: fixed;
		width: 42px;
		bottom: 5px;
		right: 5px;
		background: #000;
		color: #fff;
		padding: 9px;
		border-radius: 50%;
		font-size: 1em;
		text-align: center;
		z-index: 990;
	}
	.to-top:hover{
		background: #d7d7d7;
		color: #000;

	}
	.btntop img{
		width: 60%;
		margin: 20%;			
	}
}
@media only screen and (max-width: 800px) {
	.fbtc{
		width: 33.3%;
	}
}
@media only screen and (max-width: 740px) {
	.listsize-dest{
		width: 50%;
	}
	.listsize-inf, .listsize-parcas{
		width: 33.3%;
	}
	.social-all img{
		width: 16px;
		margin: 7px auto;
	}
	.box-cat{
		padding: 6px;
	}
	.congeralpages h1{
		font-size: 50px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 670px) {
	.listsize h4{
		font-size: 20px;
	}
}
@media only screen and (max-width: 650px) {
	.box-influ-profile{
		width: 100%;
	}
}
@media only screen and (max-width: 570px) {
	.listsize-inf, .listsize-parcas{
		width: 50%;
	}	
}
@media only screen and (max-width: 520px) {
	.fbtc{
		width: 50%;
	}
}
@media only screen and (max-width: 450px) {
	.listsize-dest{
		width: 80%;
		margin-left: 10%;
	}	
}
/* @media only screen and (max-width: 450px) {
	.flex-circle-client{
		margin: 0;
	}
	.fbtc{
		width: 80%;
		margin-left: 10%;
	}
} */