.hero-valentin__container{
	border-radius: 0 0 16px 16px;
	background: var(--Color-Surface-General-2, #DCEBE1);
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	padding: 40px 0px 0;
}
.hero-valentin__heading{
	max-width: 328px;
	min-width: 328px;
}
.hero-valentin__title{
	color: #000;
	text-align: center;
	font-family: IberPangea-Regular;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	margin-bottom: 24px;
	padding-bottom: 0;
}

.hero-valentin__strong{
	font-weight: 600;
}
.hero-valentin__arrow{
	position: relative;
	bottom: 2px;
}
.hero-valentin__p{
	text-align: center;
}
.hero_planazo__enlace{
	color: var(--Color-Content-Interactive-Active, #2F6852) !important;
	font-family: var(--font-family-2-medium);
    font-size: var(--size-font-100);
    font-weight: inherit; 
    line-height: var(--size-font-line-height-xs);
    font-style: var(--font-style-normal);
}
.hero-valentin__content{
	background-color: var(--Color-Surface-General-Inverse, #00402A);
	margin-top: 30px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.hero-valentin__picture{
	height: 250px;
}

.hero-valentin__imagen{
	 height: 100%;
     width: 100%;
     object-fit: cover;
     max-width: 100%;
}
.hero-valentin__background{
	position: relative;
	left: 0px;
}
.hero-valentin-legal__container{
	display: flex;
	align-items: center;
}
.hero-valentin-legal__p{
	margin-bottom: 0;
	color: var(--Color-Content-Interactive-Active-Inverse, #5BD38C);
}

.hero-valentin__info{
	padding: 40px 16px;
}
.hero-valentin__subtitle{
	color: var(--Color-Content-General-Inverse, #FFF);
	margin-bottom: 0;
}
.hero-valentin__p--secondary{
	color: var(--Color-Content-General-Inverse, #FFF);
	text-align: left;
	margin-bottom: var(--size-space-24, 24px);
}
.hero-valentin__p--underline{
	text-align: left;
	font-family: var(--font-family-2-medium);
	font-size: var(--size-font-100);
	font-weight: inherit;
	line-height: var(--size-font-line-height-xs);
	text-decoration: var(--font-style-underline);
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	margin-bottom: 24px;
}
.hero_planazo__enlace--green{
	color: var(--Color-Content-Interactive-Active-Inverse, #5BD38C) !important;
	text-decoration: underline;
}
.hero-valentin__arrow--small{
	height: 16px;
	width: 18px;
}

@media(min-width: 576px){

	.hero-valentin__heading{
		max-width: 544px;
		min-width: 544px;
	}
	
	.hero-valentin__content{
		border-radius: 16px;
	}
		
	.hero-valentin__info{
		padding: 0 42px 40px;
	}
	.hero-valentin__picture{
		height: auto;
		width: 512px;
		top: -22px;
		display: flex;
		justify-content: center;
	}

	.hero-valentin__imagen{
		height: 219px;	
	}
	.hero-valentin__background{
		position: relative;
		height: 403px;
	}
	
	.hero-valentin__gota{
	    height: 285px;
	    width: 398px;
	}
	
}

@media(min-width: 768px){
	.hero-valentin__container{
		border-bottom-left-radius: 48px;
		border-bottom-right-radius: 48px;
		padding-top: 32px;
	}
	.hero-valentin__heading{
		max-width: 604px;
		min-width: 604px;
	}
	
	
	.hero-valentin__p{
		width: 100%;
	}
	
	.hero-valentin__content{
		margin-top: 48px;
	}
	
	.hero-valentin__picture{
		height: 255px;
		width: 630px;
	}

	.hero-valentin__imagen{
		height: 279px;
		width: inherit;
		border-top-right-radius: 48px;
		border-bottom-right-radius: 48px;
	}
	
	.hero-valentin__subtitle{
		margin-bottom: 16px;
		padding-bottom: 0;
	}
	
	.hero-valentin__p--secondary{
        font-weight: inherit;
		margin-bottom: 24px;
	}
	
}

@media(min-width: 992px){
	.hero-valentin__container{
		border-bottom-left-radius: 48px;
		border-bottom-right-radius: 48px;
		padding-top: 32px;
	}
	.hero-valentin__heading{
		max-width: 828px;
		min-width: 828px;
	}
		
	.hero-valentin__p{
		width: 100%;
	}
	
	.hero-valentin__content{
		flex-direction: row-reverse;
		width: 100%;
		justify-content: center;
		border-radius: 48px;
	}
	
	.hero-valentin__picture{
		height: 400px;
		width: 484px;
	}

	.hero-valentin__imagen{
		height: inherit;
		width: inherit;
	}
	
	.hero-valentin__info{
		position: relative;
		top: 17px;
		width: 445px;
		padding-right: 0;
	}

	.hero-valentin__title{
		font-size: 48px;
	}
	
	.hero-valentin__subtitle{
		 font-family: var(--font-family-1-smbold);
            font-size: var(--size-font-200);
            line-height: var(--size-font-line-height-2xl);
            font-style: var(--font-style-normal);
            font-weight: inherit;

		margin-bottom: 16px;
		padding-bottom: 0;
	}
	
	.hero-valentin__p--secondary{
		margin-bottom: 24px;
	}
}

@media(min-width: 1200px){
	
	.hero-valentin__p{
		width: 100%;
	}
		
	.hero-valentin__content{
		min-width: 100%;
		margin-top: 32px;
		justify-content: center;
		height: 400px;
	}
	
	.hero-valentin__picture{
		/* position: relative; */
		/* top: -16px; */
		height: 395px;
	}

	.hero-valentin__imagen{
		height: inherit;
		width: 891px;
	}
	
	.hero-valentin__info{
		padding: 0px 25px 40px 0;
		width: 500px;
	}
}

@media(min-width: 1920px){
	
	.hero-valentin__picture{
		top: -17px;
	}

	.hero-valentin__content{
		margin-top: 32px;
		padding-left: 324px;
		padding-right: 324px;
		max-width: 1920px;
	}

	.hero-valentin__imagen{
		width: 948px;
	}
	.hero-valentin__info{
		width: 624px;
	}
	.hero-valentin__info{
		padding: 0px 25px 40px 0px;
		width: 680px;
	}
}
