.registro-ipn{ 
	font-family: "Montserrat";
	border: 1px solid #48b972;
	position: relative;
	margin: 80px 0 40px 80px;
	padding: 40px 60px 0;
	.crear-section {
		display: block;
	}
	.img-fondo {
		position: absolute;
		top: -30px;
    	right: -1px;
	}
	.form-ipn {
	    z-index: 0;
    	position: relative;
    	h1 {
    		font-family: 'Volkhov';
    		margin: 0 0 0 165px;
   		    width: 280px;
    		text-align: right;
    		color: #48b972;
    		font-size: 33px;
    		line-height: 40px;
    		.big {
    			font-size: 53px;
    		}
    	}
    	.title-text {
	    	margin: 10px 0 20px 165px;
		    width: 280px;
		    text-align: right;
		    font-size: 16px;
		    color: #616161;
		    font-weight: 100;
    	}
    	.mainSection {
   		    background: #fff;
   		    padding: 20px 60px 40px 0;
    	}
    	.connect-rrss {
    		display: none;
    	}
    	.content-text {
			font-family: 'Volkhov';
			color: #d4d4df;
			font-size: 35px;
			position: relative;
			margin-top: 0;
			overflow: hidden;
			.title {
		 		margin-right: 20px;
			}
			.line {
				background: #d4d4e0;
				width: 100%;
				height: 1px;
				position: absolute;
				top: 50%;
			}
		}
		label {
			font-size: 16px;
			font-weight: 400;
			color: #616161;
			text-transform: uppercase;
			.aster {
				color: #48b972;
			}
		}
		.rd-nombre, .rd-nombre2 input {
			border: 1px solid #48b972;
			background: #fff;
			font-size: 16px;
			height: 30px;
			margin-bottom: 15px;
		}
		.margin {
			margin-top: 20px;
		}
		.margin-g {
			margin-top: 30px;
		}
		

		.text_acepta {
			font-weight: 200;
			color: #616161;
			font-size: 12px;
			text-transform: initial;
		}
		.little {
			font-weight: 200;
			color: #999;
			font-size: 12px;
			text-transform: initial;
		}
		.btn-sobre {
			background: #f7f7f7 url('https://www.institutopulevanutricion.es/puleva-ipn-theme/images/custom/layout/icons/mail.png') no-repeat 30px center;
			padding: 20px 30px 20px 80px;
			color: #264e80;
			font-weight: 600;
			font-size: 14px;
			text-transform: uppercase;
			border-radius: 0;
			border: none;
		}
	}
	@media screen and (max-width: 1199px) {
		margin-left: 0;

		.form-ipn {
			h1, .title-text {
				margin-left: 15px;
			}
		}
	}
	@media screen and (max-width: 1199px) {
		border: none;
		padding: 0;

		.img-fondo {
			max-width: 50%;
		}
		.form-ipn {
			.mainSection {
				padding: 20px 0 0;
			}
			.btn-sobre {
				width: 100%;
				text-align: left;
				margin-top: 30px;
			}
		}
	}
	@media screen and (max-width: 767px) {
		.form-ipn {
			.mainSection {
				padding: 10px;
			}
		}
	}
}