/* .content {
    padding-top: 250px;
    padding-bottom: 0px !important;
} */
:root {
	--font-default: 'Outfit', sans-serif;
	--font-heading: 'Outfit', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: rgb(92,103,223);
	--dark-secondary: rgb(57, 63, 133);
	--white: #ffffff;
	--color-primary: rgb(92,103,223);
	--color-secondary: #fa7070;
	--color-optional: #5153ff;
	--color-heading: #04000b;
	--color-paragraph: #333333;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #efefff;
	--bg-gradient: linear-gradient(90deg, #ff8a43  20%, #fa7070 100%);
	--bg-gradient-reverse: linear-gradient(180deg, rgba(239,239,255,1)  0%, rgba(255,255,255,1) 100%);
}

.section-feature-icon{
    width: 60px;
}

.section-feature-container{
    text-align: center;
    margin-bottom: 10px;
}

.section-feature-title{
    text-align: center;
	font-weight: 600;
}

.header-items{
    margin-top: 120px;
}
.header-items p{
    font-size: 16px;
    line-height: 28px;
}

.servicios-adicionales:hover {
    box-shadow: inset 800px 0 0 0 rgb(222, 222, 238);
    text-decoration: none !important;
    color: #212529;
    }

.margin-cta-header{
    margin-top: 60px;
}

.feature-tipo-asistencias {
	background: var(--white);
	padding: 70px 50px;
	border-radius: 30px;
	display: flex;
	border: 2px solid #e3ecf6;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
    min-height: 520px;
}

.feature-nosotros {
	background: var(--color-primary);
	color: #FFFFFF;
	padding: 70px 50px;
	border-radius: 30px;
	display: flex;
	border: 2px solid #e3ecf6;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	min-height: 460px;
}

.feature-nosotros-title {
	text-align: center;
	font-weight: 600;
	color: #FFFFFF;
	}

.feature-nosotros-content {	
	color: #FFFFFF;
}

.nosotros-section-image{
	border-radius: 20px;
}

.price{
	margin-bottom:30px;
}

.price-summary{
	font-size: 0.75rem;
	font-style: italic;
	color: #FFFFFF !important;
	line-height: normal !important;
}

.price-features{
	font-size: 1rem;
}

.price-per-employee{
	font-size: 0.75rem;
	font-weight: 100;
	margin-top: 0px !important;
}

.price-tiempo-limitado{
	background: #d1d8f7 !important;
	border-radius: 10px;
	padding: 10px;
	font-weight: 400 !important;
	font-size: 0.75rem !important;
	text-align: center;
}

.feature-not-included{
	text-decoration: line-through;
	color: #C3C3C3;
}

.prices-element-included{
	min-height: 900px;
}

.pricing-imagen-queincluye-management{
	max-width: 500px;
}

.jobi-pay-feature {
	background: var(--white);
	padding: 70px 50px;
	border-radius: 30px;
	display: flex;
	border: 2px solid #e3ecf6;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	min-height: 475px;
}

	.jobipay-image{
		border-radius: 20px;
	}

@media (max-width:660px){

	.servicios-adicionales{
		text-align: center !important;
	}

	.pricing-imagen-queincluye-management{
		max-width: 250px !important;
	}

	.cta-jobi-pay-nominas{
		width: 100% !important;
	}

	.container-descripcion-servicio-adicional{
		text-align: left !important;
	}
	.container-cta-empiezaahora{
		min-height: 600px;
	}
	.feature-style-two{
		min-height: 300px !important;
	}

	.feature-tipo-asistencias{
		min-height: 250px !important;
	}

    .inner-header{
        text-align: center;
    }
    .cta-header-inner{
        width: 100% !important;
        text-align: center;
    }

    .margin-cta-header{
        margin-top: 40px !important;
        margin-bottom: 40px;
    }

	.prices-element-included{
		min-height: 700px;
	}

	.jobi-pay-feature {
		min-height: 300px !important;
	}
}

