*{box-sizing:border-box;}

/*@media (max-width: 750px) {*/

	.rrss-div {
		margin-bottom: 5px;
		height: 33px;
		font-size:0px;
		padding-left: 0 !important;
		margin-left: 0 !important;
		border-radius: 50px;
		display: flex;
		background-color: white;
		/* border-radius: 34px; */
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border: 1px solid #161b3d;
	}

	.social {
		/* border: 1px solid #000; */
		top: 50%;
		height: 205px;
		/* margin-top: -100px; */
		display: flex;
		flex-direction: column;
	}

	.social {
		height: auto;
		width: 33px;
		position: fixed;
		top: 92px;
		z-index: 1;
		right: 0;
	}
		
	.social a .icono-redes {
		font-size: 18px;
		margin-left: 0px;
	}
		
	.row-float-rrss{
		max-height: 0 !important;
	}
		
	.div-float-rrss{
		max-height: 0 !important;
	}
/*}*/

/*@media (min-width: 750px) {	
	.row-float-rrss{
		display: none;
	}
}*/

@media (max-width: 720px) {
	.div-float-rrss .social {
		top: 148px;
	}
}
