
/* -------------------------------------------

#PRESETS 

------------------------------------------- */








/* -------------------------------------------

#COMPONENTES 

------------------------------------------- */


	/*#slide */
	.pg--inicio-enfa .cyg--sec.actividades {
		background-image     : none;
		background-attachment: inherit;
	}





/* -------------------------------------------

#LAYOUT'S 

------------------------------------------- */




	/* #content */ 
	[data-template="content-enfa"] .cyg--container > section.cyg--d-grid {
		grid-template-columns: var(--grid-col-4) 1fr;
	}	
		
		[data-template="content-enfa"] .cyg--form:nth-of-type(2) {
			margin-top: 40px;
		}

		/* form */
		[data-template="content-enfa"] .cyg--form .cyg--d-grid {
			margin-bottom  : 15px;
			grid-column-gap: 30px;
		}

		[data-template="content-enfa"] .cyg--form h5 {
			margin-bottom: 20px;
			margin-top   : 20px;
		}
		[data-template="content-enfa"] .cyg--form h6 {
			margin-bottom: 5px;
		}

		[data-template="content-enfa"] .vc_section,
		[data-template="content-enfa"] .vc_section .vc_column_container,
		[data-template="content-enfa"] .vc_section .vc_col-sm-12 {
			padding: 0 !important;
		}


#form--seleccionar {
	opacity   : 0;
	transition: all 1s ease;
}

#preload--fix {
	width          : 100%;
	height         : 100%;
	background     : #fff;

	position       : absolute;
	top            : 0;
	left           : 0;
	display        : flex;
	align-items    : center;
	justify-content: center;
	z-index        : 998;

	transition     : all .3s ease;
}
	
	#preload--fix:before {
		content      : '';
		animation    : loader-circle-6-spin 1.5s linear infinite;
		border       : solid 5px #000;
		border-top   : solid 5px transparent;
		border-radius: 100%;
		width        : 50px;
		height       : 50px;
		display      : inline-block;
	}


	@keyframes loader-circle-6-spin {
	    0% {
	        transform: rotate(0deg);
	    }
	    100% {
	        transform: rotate(360deg);
	    }
	}