		/************************************
					GENERAL
		*************************************/
		
		body{
			margin: 0px;
			padding: 0px;
		}

		.crdy_body{
			margin: 0px;
			padding: 0px;
			overflow-x: hidden;
			font-size:16px;
			position: relative;
		} 

		.crdy_body div, .crdy_body li, .crdy_body  span, .crdy_body a, .crdy_body, .crdy_body p, .crdy_body table, .crdy_body input, .crdy_body select{
		  -webkit-font-smoothing: antialiased !important;
		  -moz-osx-font-smoothing: grayscale !important;
		  -webkit-overflow-scrolling: touch;
		}

		.crdy_body img{
			width: 100%;
		}
		
		.crdy_body .ctb{
			display: table;
			width: 100%;
			height: 100%;
			text-align: center;
		}

		.crdy_body .ctd{
			vertical-align: middle;
			display: table-cell;
			width: 100%;
			height: 100%;
		}
		.textofinanciacion{
			background-color: #FFFFFF;
			padding: 5%;
		}
		.textofinanciacion p{
			padding-bottom: 20px;
			color: #333333;
		}
		@media screen and (min-width: 300px) {
			.crdy_body{
		    	font-size:9.6px;
		  	}
		}

		@media screen and (min-width: 400px) {
			.crdy_body{
		    	font-size:12.8px;
		  	}
		}

		@media screen and (min-width: 500px) {
			.crdy_body{
		    	font-size:16px;
		  	}
		}

		@media screen and (min-width: 600px) {
			.crdy_body{
		    	font-size:19.2px;
		  	}
		}

		@media screen and (min-width: 700px) {
			.crdy_body{
		    	font-size:22.4px;
		  	}
		}

		@media screen and (min-width: 800px) {
			.crdy_body{
		    	font-size:25.6px;
		  	}
		}

		@media screen and (min-width: 900px) {
			.crdy_body{
		    	font-size:28.8px;
		  	}
		}

		@media screen and (min-width: 992px) {
			.crdy_body{
		    	font-size:1vw;
		  	}
		}

		/*@media screen and (min-height: 992px) {
		  .crdy_body{
		    font-size:2vh;
		}*/

		/*@media screen and (min-height: 500px) {
			.crdy_body{
		    	font-size:16px;
		  	}
		}

		@media screen and (min-height: 780px) {
		  .crdy_body{
		    font-size:18px;
		  }
		}


		}*/

	/************************************
		BANNER
	*************************************/
	.crdy_banner{
		float: left;
		width: 100%;
		height: 20em;
	}

	.crdy_banner .ctb{
		margin: 0px;
		padding: 0px;
		z-index: 2;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}

	.crdy_banner .ctd{
		text-align: center;
		padding: 1em;
		margin: 0px;
	}
	
	.crdy_banner, .crdy_banner .title, .crdy_banner .author{
		float: left;
		width: 100%;
		color: #fff;
		margin: 0px;
		padding: 0px;
	}

	.crdy_banner .subtitle{
		font-size:1.3em;
		padding-top: 0em;
		font-weight: 600;
	}

	.crdy_banner .title{
		font-size:2.4em;
		padding-top: 0.3em;
		font-weight: 800;
	}

	.crdy_banner .title img{   
	 	max-width: 194px;
	 	height: auto;
	}

	.crdy_banner .author{
		font-size:0.6em;
		padding-top: 0.1em;
		font-weight: 300;
	}

	@media screen and (min-width: 992px) 
	{
		.crdy_banner{
			height: 20em;
		}

		.crdy_banner .subtitle{
			font-size:2em;
		}
	
		.crdy_banner .title{
			padding-top:0.5em;
		}

		.crdy_banner .title img{   
		 	margin: auto;

		}
	}

	/************************************
		CARDS
	*************************************/
	.crdy_cards{
		float: left;
		width: 100%;
	}

	.crdy_cards .elements{
		float: left;
		width: 100%;
		padding: 0em;
		margin: 0em;
		box-sizing: border-box;
	}

	.crdy_cards .elements .element{
		float: left;
		width: 100%;
		border-bottom: 0.1em solid #e5f4fb;
		padding: 3em 4em;
		box-sizing: border-box;
	}

	 .crdy_cards .elements .element .icon{
	 	float: left;
	 	width: 100%;
	 	text-align: center;
	 }

	 .crdy_cards .elements .element .icon img{
	 	width: 5em;
		margin: auto;
	 }

	 .crdy_cards .elements .element .title{
	 	float: left;
	 	width: 100%;
	 	text-align: center;
	 	padding: 0px;
	 	margin: 0px;
	 	padding-top: 1.1em;
	 	font-size: 1.5em;
	 	color: #128289;
	 	font-weight: 700;
	 	
	 }

	 .crdy_cards .elements .element .description{
		float: left;
	    width: 100%;
	    text-align: center;
	    padding-top: 1.1em;
	    font-size: 1.3em;
	    color: #333333;
	    font-weight: 500;
	    line-height: 1.4em;
	 }

	 @media screen and (min-width: 992px) 
	 {

	 		.crdy_cards .elements{
				float: none;
				display: table;
				width: 100%;
				padding:0em 0em;
				background-color: #FEFEFE;
			}

			.crdy_cards .elements .element{
				float: none;
				display: table-cell;
				width: 33%;
				vertical-align: top;
				border-left:  0.1em solid #e5f4fb;
				padding: 4em 2em;
			}

			.crdy_cards .elements .element:last-child{
				border-right: 0.1em solid #e5f4fb;
			}

			.crdy_cards .elements .element .title{
	 			font-size: 1.5em;
	 		}

	 		.crdy_cards .elements .element .description{
	 			font-size: 1em;
	 			line-height: normal;
	 		}

	 }

	
	/************************************
		INSTRUCCIONS
	*************************************/
	.crdy_container-instructions {
		float: left;
		width: 100%;
		background: #f5f5f5;
		box-sizing: border-box;
	}

	.crdy_instructions{
		float: left;
		width: 100%;
		padding: 1em 2em;
		box-sizing: border-box;
	}

	.crdy_instructions .card-title{
		float: left;
	 	width: 100%;
	 	text-align: center;
	 	padding-top: 1em;
	 	font-size: 1.6em;
	 	color: #128289;
	 	font-weight: 700;
	}

	.crdy_instructions .elements{
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding-top: 3em;
	}

	.crdy_instructions .elements .element{
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding-top: 1.5em;
		padding-bottom:1.5em;
	}

	.crdy_instructions .elements .element:first-child{
		padding-top: 0px;
	}


	.crdy_instructions .elements .element .icon{
		width: 20%;
		float: left;
		text-align: center;
	}

	.crdy_instructions .elements .element .icon img{
		width: 3em;
	}

	.crdy_instructions .elements .element .details{
		width: 80%;
		float: left;
	}

	.crdy_instructions .elements .element .details .title{
	    padding: 0px;
	    margin: 0px;
	    width: 100%;
	    float: left;
	    color: #ec0000;
	    font-weight: 700;
	    font-size: 1em;
	}

	.crdy_instructions .elements .element .details .description{
		width: 100%;
	    float: left;
	    padding-top: 0.5em;
	    font-size: 15px;
	    color: #333333;
	    font-weight: 500;
	    line-height: 16px;
	}

	.crdy_instructions .elements .element .details .description table{
		padding: 0px;
		margin:0px;
		padding-top: 0.8em;
		padding-bottom:0.8em;
		color: #333333;
	}

	.crdy_instructions .elements .element .details .description table td{
		padding-bottom: 0.5em;
	}

	.crdy_instructions .elements .element .details .description table tr{
		padding: 0px;
		margin:0px;
		padding-bottom: 0.5em;
	}

	.crdy_instructions .elements .element .details .description .important{
		font-weight: 700;
	}
	
	.crdy_instructions .elements .element .details .description table .ticon{
		width: 1em;
    	padding-right: 0.5em;
    	vertical-align: top;
	}


	.crdy_instructions .box{
		float: left;
		width: 100%;
		padding: 2.5em;
		background: #fff;
		box-sizing: border-box;
		text-align: center;
		margin-top: 2em;
		margin-bottom:2em;
		font-size: 1.3em;
		color: #333333;
		-webkit-box-shadow: 0.1em 0.1em 0.1em 0.1em rgba(240,240,240,1);
		-moz-box-shadow: 0.1em 0.1em 0.1em 0.1em rgba(240,240,240,1);
		box-shadow: 0.1em 0.1em 0.1em 0.1em rgba(240,240,240,1);
		line-height: 1.4em;
	}

	.crdy_instructions .box .bicon img{
		width: 4.2em;
		margin:0.5em 0em 1em 0em;
	}

	.crdy_instructions .logo{
		float: left;
		width: 100%;
		text-align: center;
		margin-top:2em;
		margin-bottom:2em;
	}

	.crdy_instructions .logo img{
		width: 50%;
		max-width: 12em;
	}

	@media screen and (min-width: 992px) 
	{
		.crdy_container-instructions {
			float: none;
			display: table;
			width: 100%;
			padding: 2em 6em;
		}

		.crdy_instructions{
			float: none;
			display: table-cell;
			vertical-align: top;
		}

		.crdy_instructions.left{
			width: 58%;
		}

		.crdy_instructions.right{
			width: 42%;
		}

		.crdy_instructions .card-title{
		 	font-size: 1.9em;
		}

		.crdy_instructions .elements .element .icon img{
			width: 3.8em;
			padding-top: 0.3em;
		}

		.crdy_instructions .logo img{
			max-width: 14em;
		}


	}


	/************************************
		INSTRUCCIONS
	*************************************/
	.crdy_terms{
		float: left;
	    width: 100%;
	    font-size: 0.95em;
	    color: #ccc;
	    background-color: #fff;
	    padding: 2em;
	    box-sizing: border-box;
	}

	@media screen and (min-width: 992px) 
	{
		.crdy_terms{
			    padding: 3em 8em;
			    font-size: 0.85em;
		}
	}