/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2025 | 04:14:59 */
/* I */
	section.start._i {
		position: relative;
	}
	section.start._i figure.bloque-1 {
		min-height: 80vh;
		width: 80%;
		background: #6B4FEA;
		border-radius: 1vw;
		margin: 0 auto;
    	height: 100%;
	}
	section.start._i section.in-heading {
		margin: 0 0 5vw;
	}
	section.start._i section.in-heading .title-2 {
		margin-bottom: 3vw;
	}
	section.start._i section.in-heading .information-i {
		margin-bottom: 2vw;
	}
	section.start._i section.in-boding .title-2 {
		margin-bottom: 2vw;
	}
/* END I */

@media(min-width:1200px){
	section.start._i{
    	padding-top: 10vw;
	}
}
@media(min-width:992px) and (max-width:1199px){
	section.start._i{
    	padding-top: 11vw;
	}
}
@media(min-width:768px) and (max-width:991px){
	section.start._i{
    	padding-top: 13vw;
	}
}
@media(min-width:576px) and (max-width:767px){
	section.start._i{
    	padding-top: 15vw;
	}
}
@media(max-width:575px){
	section.start._i{
    	padding-top: 20vw;
	}
}