.b15
	.wancho
		background linear-gradient(79deg, #0250CC 1.62%, #F44146 102.65%)
		border-radius 20px
		padding 70px 80px
	&.pageContacto
		background linear-gradient(79deg, #0250CC 1.62%, #F44146 102.65%)
		.wancho
			padding 0px
			background transparent
		.b15Left
			width 500px
		.b15Right
			width calc(100% - 500px)
			
.b15DataItem
	margin-bottom 45px
	a
		flexg(center,flex-start)
		font-size 16px
		textg(t-400,normal,#FFF)
		margin-bottom 10px
		&:last-child
			margin-bottom 0
		&:before
			font-family icomoon
			margin-right 12px
	&.tel
		a
			&:before
				content '\e91e'
	&.email
		a
			&:before
				content '\e907'
	&.address
		a
			&:before
				content '\e906'
	&:last-child
		margin-bottom 0px	

.b15Left
	width 390px
	.gParrafo
		margin 48px 0px
		color #fff
	.gButton
		height 60px
		background #00E132
		i
			margin-right 10px
			font-size 20px
			color #fff
		
.b15Right
	width calc(100% - 390px)
	padding-left 140px

.b15InfoData
	margin 32px 0px

.b15InfoItem
	margin-bottom 30px
	&:last-child1
		margin-bottom 0px
	.name
		margin-bottom 16px
		font-size 15px
		textg(t-700,normal,#fff)
	a
		margin-bottom 8px
		font-size 15px
		textg(t-400,normal,#fff)
		
	

@media screen and (max-width 1366px)
	.b15 .wancho
		padding 60px
	.b15Right
		padding-left 100px
		
@media screen and (max-width 1024px)
	.b15
		.wancho
			width 100%
			padding 60px 20px
			border-radius 0px
		&.pageContacto
			.wancho
				width 100%
				padding 0px 20px
			.b15Left,
			.b15Right
				width 100%
				padding 0px
	.b15Left
		width 100%
		margin-bottom 40px
		.gParrafo
			margin 24px 0px
	.b15Right
		width 100%
		padding 0
		
@media screen and (max-width 768px)
	.b15
		.wancho
			background linear-gradient(180deg, #0050CD 0%, #F44146 100%)
		.gTitle
			text-align center
		.gParrafo
			text-align center
		&.pageContacto
			.gParrafo
				text-align left
	.b15DataItem
		margin-bottom 24px 
	.b15 .gParrafo
		margin 50px 0px