
	

@media only screen and (min-width: 300px) {
	
	
	/*
		ABOUT
	*/
	
	h1{
		padding: 20px 0 0!important
	}
		
	.perfil{
		width: 100%;
		margin: 0 0 0;
		position: relative;
		right: 0;
		float: right;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
	}
	
	.perfil img#sidebar-b{
		width: 350px;
		border-radius: 80px 0 0 80px;
		float: right
	}
	
	.perfil figcaption{
		position: absolute;
		background: #4470db;
		width: 170px;
		height: 170px;
		border-radius: 50%;
		top: 50%;
		left: 0;
		text-align: center;
		padding: 30px 10px 0;
	}
	
	.perfil figcaption p{
		font-size: 11px;
		color: #ffffff;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		text-align: center;
	}
	
	.perfil figcaption img{
		position: relative;
		top: -15px;
		width: 20px
	}
	
}





@media only screen and (min-width: 603px) {	
	
	
	/*text*/
	#text{
		width: 55%;
		margin-top: 50px;
	}
	
	.perfil{
		width: 30%;
		margin: -350px 0 0;
		position: relative;
		right: 0;
		float: right;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
	}
	
	.perfil img#sidebar-b{
		width: auto;
		border-radius: 50px 0 0 50px;
		float: none
	}
	
	.perfil figcaption{
		position: absolute;
		background: #4470db;
		width: 180px;
		height: 180px;
		border-radius: 50%;
		top: 55%;
		left: -80px;
		text-align: center;
		padding: 40px 20px 0;
	}
	
	.perfil figcaption p{
		font-size: 11px;
		color: #ffffff;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		text-align: center;
		line-height: 1.2
	}
	
	.perfil figcaption img{
		position: relative;
		top: -15px;
		width: auto
	}
	
	
	
}



@media only screen and (min-width: 1024px) {
	
	h1{
		padding: 0 0 0!important
	}
	
	/*text*/
	#text{
		width: 55%;
		margin-top: 120px;
	}
	
	#text2{
		width: 55%;
		margin-top: -50px;
	}
	
	.perfil{
		width: 30%;
		margin: -375px 0 0;
		position: relative;
		right: 0;
		float: right;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
	}
	
	.perfil img#sidebar-b{
		width: auto;
		border-radius: 50px 0 0 50px;
		float: none
	}
	
	.perfil figcaption{
		position: absolute;
		background: #4470db;
		width: 220px;
		height: 220px;
		border-radius: 50%;
		top: 35%;
		left: -150px;
		text-align: center;
		padding: 50px 20px 0;
	}
	
	.perfil figcaption p{
		font-size: 13px;
		color: #ffffff;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		text-align: center;
		line-height: 1.2
	}
	
	.perfil figcaption img{
		position: relative;
		top: -15px;
		width: auto
	}
	
	
	
	
		
	
	
			
}
