h1,
h2 {
	font-family: "Lyon-Regular" !important;
	color: #3366ff;
	margin: 0 !important;
	padding: 0 !important;
}

h1 {
	font-size: 35px !important;
	line-height: 40px !important;
	margin-bottom: 40px !important;
}

h2 {
	font-size: 26px !important;
	line-height: 30px !important;
	margin-bottom: 20px !important;
}

h3 {
	font-size: 24px !important;
	line-height: 30px !important;
	font-family: "Inter-SemiBold" !important;
}

p {
	font-size: 18px !important;
	line-height: 30px !important;
	color: #142434;
}

label {
	font-family: "Inter-Regular" !important;
	font-size: 14px !important;
	line-height: 17px !important;
	font-style: normal !important;
	font-weight: normal !important;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 992px) {
	.md-center h1,
	.md-center h2,
	.md-center h3,
	.md-center p {
		text-align: center;
	}
}

.imagen {
	display: flex;
	justify-content: center;
}

.imagen img {
	width: 100%;
	max-width: 450px;
}

@media (max-width: 992px) {
	.imagen {
		display: flex;
		justify-content: center;
	}
	.imagen img {
		max-width: 400px;
	}
}

@media (max-width: 500px) {
	.imagen img {
		max-width: 340px;
	}
}

.cta {
	width: 100%;
}

@media (max-width: 992px) {
	.cta {
		display: flex;
		justify-content: center;
	}
}

.mobile-banner .cta {
	width: fit-content;
}

.row-blue {
	background-color: #3366ff;
	padding: 20px 0;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-yellow {
	cursor: pointer;
	font-size: 20px;
	padding: 14px 24px;
	border: 2px solid #ffc12b;
	background-color: #ffc12b;
	color: #142434;
	border-radius: 30px;
	display: inline-block;
	transition: 0.3s;
	text-align: center;
	width: fit-content;
}

@media (min-width: 700px) {
	.btn-yellow {
		margin-right: 20px;
	}
}

.btn-yellow:hover {
	border: 2px solid #ff9900;
	background-color: #ff9900;
	color: #142434;
}

.btn-blue {
	cursor: pointer;
	font-size: 20px;
	padding: 14px 23px;
	border: 2px solid #3366ff;
	background-color: transparent;
	color: #3366ff;
	border-radius: 30px;
	display: inline-block;
	transition: 0.3s;
	text-align: center;
	width: fit-content;
	text-decoration: none !important;
	font-weight: 500 !important;
}

.btn-blue:hover {
	background-color: #3366ff;
	color: #ffffff;
}

.franja-azul {
	width: 100%;
	background: #3366ff;
	height: 16px;
}

.sec1 {
	position: relative;
	background: #F9F8F7;
	padding: 60px 0 45px 0;
}

@media (max-width: 992px) {
	.sec1 {
		padding: 60px 0 40px 0;
	}
}

.sec1 .z-index-top {
	z-index: 1;
	position: relative;
}

.sec1 h1 {
	text-align: center;
}

.sec1 h3 {
	color: #3366ff;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 22px !important;
	margin-bottom: 30px;
}

.sec1 .container::after {
	content: "";
	background-image: url(../img/programa-facturacion-gratuito/background-header.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 1000px;
	height: 439px;
	bottom: 0;
	right: 240px;
	z-index: 0;
}

@media (max-width: 1650px) {
	.sec1 .container::after {
		right: 100px;
	}
}

@media (max-width: 1200px) {
	.sec1 .container::after {
		right: 0px;
	}
}

.sec1 .container .row .pfg-title-cabecera {
	font-family: "Lyon-Regular" !important;
	font-size: 35px !important;
	line-height: 40px !important;
	color: #000 !important;
	padding: 0 !important;
	margin: 0 0 40px !important;
	text-align: center;
}

.sec1 .container .row .pfg-subtitle-cabecera {
	font-family: "Lyon-Regular" !important;
	font-size: 26px !important;
	line-height: 30px !important;
	color: #36f !important;
	padding: 0 !important;
	margin: 0 0 40px !important;
	text-align: center;
}

.sec1 .check {
	display: flex;
	align-items: flex-start;
}

.sec1 .check img {
	margin-right: 12px;
	margin-top: 8px;
}

.sec1 .check p {
	margin-bottom: 16px !important;
}

.sec1 .blue-item {
	background: #3366ff;
	padding: 12px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0px 10px 20px -4px rgba(23, 36, 53, 0.08);
	border-radius: 16px;
}

@media (max-width: 992px) {
	.sec1 .blue-item {
		margin: 20px 0 40px 0;
	}
}

.sec1 .blue-item .title {
	font-size: 22px !important;
}

.sec1 .blue-item p {
	color: white;
	text-align: center;
}

.sec1 .blue-item img {
	margin-bottom: 10px;
}

.sec1 .blue-item .cta {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 18px;
}

.sec1 .blue-item .black-arrow::after {
	content: "";
	background-image: url(../img/programa-facturacion-gratuito/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 800;
	width: 45px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 12px;
}

.sec1 .white-item {
	background: white;
	padding: 12px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0px 10px 20px -4px rgba(23, 36, 53, 0.08);
	border-radius: 16px;
	min-height: 368px;
}

@media (max-width: 1200px) {
	.sec1 .white-item {
		min-height: 428px;
	}
}

@media (max-width: 992px) {
	.sec1 .white-item {
		min-height: auto;
	}
}

.sec1 .white-item .title {
	font-size: 22px !important;
}

.sec1 .white-item p {
	color: #142434;
	text-align: center;
}

.sec1 .white-item img {
	margin-bottom: 10px;
}

.sec1 .white-item .cta {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 18px;
}

.sec1 .white-item .blue-arrow::after {
	content: "";
	background-image: url(../img/programa-facturacion-gratuito/arrow-azul.svg);
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 800;
	width: 45px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 12px;
}

.sec1 .white-item .blue-arrow:hover::after {
	background-image: url(../img/programa-facturacion-gratuito/flecha-blanca.svg);
}

.sec2 {
	background: #172435;
	padding: 80px 0;
}

@media (max-width: 992px) {
	.sec2 {
		padding: 50px 0;
	}
}

.sec2 h2 {
	color: white;
	text-align: center;
	margin-bottom: 40px !important;
}

.sec2 h3 {
	color: white;
	font-size: 22px !important;
	margin-bottom: 20px !important;
}

.sec2 p {
	color: white;
}

.sec2 .items {
	margin-top: 30px;
	margin-bottom: 50px;
}

.sec2 .items .item {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.sec2 .items .item img {
	margin-right: 20px;
}

.sec2 .items p {
	margin-bottom: 0 !important;
}

.sec3 {
	padding: 80px 0;
}

@media (max-width: 992px) {
	.sec3 {
		padding: 50px 0;
	}
}

.sec3 h2 {
	color: #3366ff;
	text-align: center;
	margin-bottom: 40px !important;
}

.sec3 .imagen-programa {
	display: flex;
	justify-content: center;
}

@media (max-width: 992px) {
	.sec3 .imagen-programa {
		margin-bottom: 30px;
	}
}

@media (max-width: 500px) {
	.sec3 .imagen-programa img {
		width: 100%;
	}
}

.sec4 {
	padding: 80px 0;
	background: #ECF2F9;
}

@media (max-width: 992px) {
	.sec4 {
		padding: 50px 0;
	}
}

.sec4 a {
	text-decoration: underline;
	font-weight: 600;
}

.sec4 h2 {
	color: #3366ff;
	text-align: center;
	margin-bottom: 40px !important;
}

.sec4 .align-center {
	text-align: center;
}

.sec4 .encabezado {
	border-bottom: 2px solid #3366FF;
	margin-bottom: 30px;
	margin-top: 60px;
}

@media (max-width: 992px) {
	.sec4 .encabezado {
		margin-bottom: 0px;
		margin-top: 30px;
	}
}

.sec4 .encabezado img {
	margin-bottom: 20px;
}

.sec4 .espaciado {
	margin-top: 40px;
}

@media (max-width: 1200px) {
	.sec4 .display-flex {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 992px) {
	.sec4 .display-flex {
		display: initial;
	}
}

.sec4 .imagen-programa {
	display: flex;
	justify-content: center;
}

@media (max-width: 992px) {
	.sec4 .imagen-programa {
		margin-bottom: 30px;
	}
}

@media (max-width: 1200px) {
	.sec4 .imagen-programa img {
		margin-bottom: 30px;
		height: 300px;
	}
}

@media (max-width: 992px) {
	.sec4 .imagen-programa img {
		height: initial;
	}
}

@media (max-width: 500px) {
	.sec4 .imagen-programa img {
		width: 100%;
	}
}

.sec4 .item {
	padding: 12px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sec4 .item .title {
	font-size: 22px !important;
	color: #3366ff;
}

.sec4 .item p {
	color: #142434;
}

.sec4 .item img {
	margin-bottom: 10px;
}

.sec4 .item .cta {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 18px;
}

.sec4 .item .blue-arrow::after {
	content: "";
	background-image: url(../img/programa-facturacion-gratuito/arrow-azul.svg);
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 800;
	width: 45px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 12px;
}

.sec4 .item .blue-arrow:hover::after {
	background-image: url(../img/programa-facturacion-gratuito/flecha-blanca.svg);
}

.sec4 .item .black-arrow::after {
	content: "";
	background-image: url(../img/programa-facturacion-gratuito/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 800;
	width: 45px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 12px;
}

.sec4 .btn-yellow {
	text-decoration: none !important;
}

.sec4 .desc {
	min-height: 120px;
	max-width: 450px;
}

@media (max-width: 992px) {
	.sec4 .desc {
		min-height: auto;
		max-width: auto;
	}
}

.sec5 {
	padding: 80px 0;
	background: #D2E5F8;
}

@media (max-width: 992px) {
	.sec5 {
		padding: 50px 0;
	}
}

.sec5 h2 {
	color: #3366ff;
	text-align: center;
}

.sec5 h3 {
	font-size: 22px !important;
	color: #3366ff;
}

.sec5 a {
	text-decoration: underline;
	font-weight: 600;
}

.sec5 ul {
	padding: 0 35px;
}

.sec5 li {
	list-style: initial !important;
	margin-bottom: 10px;
}

.sec6 {
	padding: 80px 0;
}

@media (max-width: 992px) {
	.sec6 {
		padding: 50px 0;
	}
}

.sec6 h2 {
	color: #3366ff;
	text-align: center;
	margin-bottom: 35px !important;
}

.sec6 h3 {
	font-size: 22px !important;
	color: #3366ff;
}

.sec6 .imagen-programa {
	display: flex;
	justify-content: center;
}

@media (max-width: 992px) {
	.sec6 .imagen-programa {
		margin-bottom: 30px;
	}
}

@media (max-width: 1200px) {
	.sec6 .imagen-programa img {
		height: 474px;
	}
}

@media (max-width: 992px) {
	.sec6 .imagen-programa img {
		height: initial;
		width: 100%;
	}
}

@media (max-width: 500px) {
	.sec6 .imagen-programa img {
		width: 100%;
	}
}

.sec6 .pfg-title-sec6 {
	font-family: "Lyon-Regular" !important;
	font-size: 26px !important;
	line-height: 30px !important;
	color: #36f !important;
	padding: 0 !important;
	margin: 0 0 40px !important;
	text-align: center;
}

.sec7 {
	padding: 100px 0;
	background: #3366FF;
}

@media (max-width: 992px) {
	.sec7 {
		padding: 50px 0;
	}
}

.sec7 h1 {
	font-size: 38px !important;
	text-align: center;
	margin-bottom: 32px !important;
	color: white !important;
}

.sec7 h2 {
	color: #3366ff;
	text-align: center;
	margin-bottom: 35px !important;
}

.sec7 h3 {
	font-size: 22px !important;
	color: #3366ff;
}

.sec7 .cta {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.sec7 p {
	color: white;
	text-align: center;
	max-width: 630px;
	margin: 0 auto;
}

.sec7 .more-info {
	font-size: 16px !important;
}
