/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

html, html a{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
/* Sticky header */
.fusion-sticky-transition{
	margin-top: 0!important;
	padding-top: 10px!important;
	box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.1)!important;
}
.fusion-sticky-transition .fusion-layout-column{
	margin-bottom: 0!important;
}

.fusion-sticky-transition .fusion-layout-column .awb-menu{
	height: 40px;
}
.fusion-sticky-transition .fusion-layout-column .fusion-imageframe img{
	width: 150px;
}
.fusion-sticky-transition .fusion-layout-column .awb-menu__main-li{
	height: 30px;
}
.price-essential{
	background-color: #7B2C34;
}
.price-pensions{
	background-color: #FCB555;
}
.price-addon{
	background-color: #F4F6F3;
}
.disc-margin{
	margin-left: 20px;
}
.list-essential {
	list-style: none;
	padding-left: 0;
	margin-bottom: 50px;
}
.list-essential.list-pensions{
	margin-bottom: 111px;
}
.list-essential.list-addon{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 30px;
}
.list-essential li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.list-essential li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 16px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath d='M1.5 6.5L5 10L14.5 1' stroke='%237B2C34' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");	background-repeat: no-repeat;
	background-repeat: no-repeat;
}
.list-essential.list-not-checked li::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 16'%3E%3Cpath d='M3 3L13 13M13 3L3 13' stroke='%237B2C34' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.list-essential.list-pensions li::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath d='M1.5 6.5L5 10L14.5 1' stroke='%23FCB555' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.list-essential.list-addon li::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath d='M1.5 6.5L5 10L14.5 1' stroke='%23224910' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.list-essential.list-agencies li::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath d='M1.5 6.5L5 10L14.5 1' stroke='%23EC374E' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.pensions-subtitle p{
	background-color: #F7EBD6;
	padding: 6px 12px;
	border-radius: 12px;
	margin: 0 auto 20px!important;
	width: 90%;
}
/* Tabs */
.tab-individual-agencies .tab-content{
	background-color: #FAF7F4;
	background-image: url('https://dev-pixandlab.com.es/lilys-payroll/wp-content/uploads/2025/09/lilys-flower.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top: 0!important;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	min-height: 475px;
}
.fusion-tabs.clean.tab-individual-agencies .nav-tabs li .tab-link{
	background-color: #fcfcfc;
}
.fusion-tabs.tab-individual-agencies .nav-tabs li.active .tab-link{
	background-color: #FAF7F4;
	border: none;
}
.fusion-tabs.clean.tab-individual-agencies .nav-tabs li:nth-child(2) .tab-link .fusion-tab-heading {
	color: #EC374E;
}
.fondo-mitad{
	background: linear-gradient(to right, #FAF7F4 50%, #fff 50%)!important;
}
.wpcf7-form .lilys-dropdown{

}
.wpcf7-form label .form-lilys, .wpcf7-form label textarea, .wpcf7-form .lilys-dropdown{
	border: none;
	background-color: #FAF7F4;
	color: #333;
	margin-bottom: 20px;
}
.wpcf7-form label textarea{
	resize: none;
	padding-top: 15px;

}
.wpcf7-acceptance .wpcf7-list-item{
	margin: 0 0 20px 0;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{
	font-size: 0.8em;
}
.lilys-form-label{
	color: #7b2c34;
	font-size: .9em;
}
input::placeholder, textarea::placeholder{
	color: #aaa!important;
	font-size: 0.85em;
}
.wpcf7-form .wpcf7-submit{
	text-transform: uppercase!important;
	background-color: #fcb555!important;
	float: right;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.lilys-send.btn-enviar.form-lilys-contact:disabled{
	opacity: .5;
}
.wpcf7-not-valid-tip{
	margin-top: -20px;
	display: block!important;
}
.lilys-job-roles{
	background-color: #fcf1e0;
	color: #333;
	display: inline-block;
	padding: 5px 9px;
	border-radius: 6px;
	margin-right: 9px;
	margin-bottom: 9px;
}
.lilys-job-roles span{
	color: #FCB555;
}
/* Blog - Insights */
.fusion-tb-categories{
	border: 1px solid #fcb555!important;
	padding: 5px 10px!important;
	border-radius: 15px!important;
}
.single-post .insights-header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #7b2c34; /* Color que quieres "multiplicar" */
	mix-blend-mode: multiply;
	opacity: 0.9;
}
.single-post.fusion-body .post-content .fusion-title.fusion-title-size-two{
	font-size: 30px;
	color: #7b2c34!important;
}
.single-post.fusion-body .post-content .fusion-title.fusion-title-size-two h2{
	color: #7b2c34!important;
}
.single-post.fusion-body .post-content .fusion-title.fusion-title-size-three{
	font-size: 26px;
}
.single-post.fusion-body .post-content .fusion-title.fusion-title-size-four{
	font-size: 22px;
}
@media (max-width: 600px) {
	.fusion-sticky-transition{
		padding-bottom: 10px!important;
	}
	.fusion-body .fusion-title.fusion-title-size-one{
		font-size: 35px;
	}
	.fusion-body .fusion-title.fusion-title-size-one h1{;
		line-height: 41px;
	}
	.fusion-body .fusion-title.fusion-title-size-two{
		font-size: 30px;
	}
	.fusion-body .lilys-banner-100 .fusion-title.fusion-title-size-two{
		font-size: 22px;
	}
	.fusion-body .fusion-title.fusion-title-size-two h2{
		line-height: 33px;
	}
	.fusion-body .lilys-banner-100 .fusion-title.fusion-title-size-two h2{
		line-height: 25px;
	}
	.fusion-body .cabecera-pagina .fusion-title.fusion-title-size-two{
		font-size: 18px;
	}
	.fusion-body .cabecera-pagina .fusion-title.fusion-title-size-two h2{
		line-height: 21px;
	}
	.fusion-body .fusion-title.fusion-title-size-three{
		font-size: 16px;
	}
	.fusion-body .fusion-title.fusion-title-size-three h3{
		line-height: 20px!important;
	}
	.btn-lilys, .btn-lilys .fusion-button-text{
		font-size: 14px!important;
	}
	.fusion-body .lilys-pricing .fusion-title.fusion-title-size-four{
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fusion-body .lilys-pricing .fusion-title.fusion-title-size-four h4{
		line-height: 22px;
	}
	.disc-margin{
		margin-left: 2px;
	}
	.fusion-tab-heading{
		font-size: 16px;
		line-height: 20px!important;
	}
	.lilys-precios{
		font-size: 30px!important;
	}
	.list-essential.list-addon{
		grid-template-columns: 1fr;
	}
	.lilys-columna-verde .fusion-text{
		font-size: 16px;
	}
	.single-post.fusion-body .insights-header .fusion-title.fusion-title-size-one{
		font-size: 35px;
		line-height: 40px;
	}
	.single-post.fusion-body .insights-header .fusion-title.fusion-title-size-two{
		font-size: 16px!important;
		line-height: 22px;
	}
	.single-post.fusion-body .lilys-single-contenido .fusion-flex-container{
		padding-left: 8px;
		padding-right: 8px;
	}
	.single-post.fusion-body .post-content .fusion-title.fusion-title-size-two{
		font-size: 22px;
	}
	.single-post.fusion-body .post-content .fusion-title.fusion-title-size-three{
		font-size: 19px;
	}
	.blog.fusion-body .post-content .fusion-title.fusion-title-size-two{
		font-size: 20px;
	}
	.blog.fusion-body .post-content .fusion-title.fusion-title-size-two h2{
		line-height: 23px;
	}
}