/* bof */

*
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #3aae2a;
}

body
{
	background-image: url('/images/background-2.png');
	background-repeat: repeat;
}

#main
{
	overflow: hidden;
	width: 912px;
	/*height: 609px;*/
	background-color: #fff6c7;
	margin: 0 auto;
	margin-top: 72px;
	margin-bottom: 72px;
	align: center;
}

#main .logo
{
	overflow: hidden;
	margin-top: 64px;
	margin-bottom: 27px;
	text-align: center;
}
#main .logo img
{
	width: 314px;
}

#main .cols
{
	overflow: hidden;
}

#main .col1
{
	margin-left: 76px;
	width: 405px;
	display: block;
	overflow: hidden;
	float: left;

	padding-left: 54px;
	padding-top: 54px;

	background-image: url('/images/ca_mijote.svg');
	background-repeat: no-repeat;
	background-size: 103px;

	line-height: 20px;
}

#main .col2
{
	margin-left: 47px;
	width: 341px;
	display: block;
	overflow: hidden;
	float: left;

	padding-top: 54px;

	line-height: 20px;
}
#main .col2 .strong
{
	/* Font */
	font-weight: 800;
}
#main .col2 .blue
{
	color: #36b4e5;
	padding-top: 15px;
}

#main .col2 .form
{
	margin-top: 15px;
	overflow: hidden;
}
#main .col2 .form label
{
	height: 41px;
	line-height: 41px;
}
#main .col2 .form input
{
	-webkit-appearance: none;
	border-radius: 0px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: #f9f8e5;
	padding: 0px 10px;

	/* Font */
	font-size: 14px;
}
#main .col2 .form .button
{
	-webkit-appearance: none;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0px 12px;
	background-color: #36b4e5;
	margin-top: 20px;
	width: auto;

	/* Font */
	color: #fff;
}
#main .col2 .form .button:hover
{
	background-color: #502cfb;
	cursor: pointer;
}
#main .col2 .step-2
{
	display: none;
	padding-top: 15px;
}

#label
{
	display: none;
	margin-top: 15px;

	/* Font */
	font-size: 14px;
	color: #ff0000;
}

#main .bottom
{
	background-color: #3aae2a;
	width: 100%;
	overflow: hidden;
	height: 72px;
	margin-top: 32px;
}

#main .bottom p
{
	float: left;
	height: 72px;
	line-height: 72px;
	padding-left: 54px;

	/* Font */
	color: #fff;
	font-size: 14px;
}

#main .bottom .button
{
	width: 77px;
	height: 72px;
	background-color: #36b4e5;
	float: right;
	display: block;
	background-image: url('/images/Fleche.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
}
#main .bottom .button:hover
{
	background-color: #502cfb;
	cursor: pointer;
}

/**
 * Responsive
 */

@media (max-width: 912px)
{
	*
	{
		font-size: 14px;
	}

	#main
	{
		width: 100%;
		margin-top: 42px;
		margin-bottom: 42px;
	}

	#main .logo
	{
		margin-top: 30px;
		margin-bottom: 22px;
	}
	#main .logo img
	{
		width: 160px;
	}

	#main .col1
	{
		margin: 0px;
		display: block;
		width: 100%;
		padding-top: 35px;
		padding-left: 60px;
		padding-right: 30px;
		line-height: 16px;
		background-size: 70px;
		background-position: 22px 0px;
	}
	#main .col2
	{
		margin: 0px;
		display: block;
		width: 100%;
		padding-top: 25px;
		padding-left: 60px;
		padding-right: 30px;
		line-height: 16px;
	}

	#main .col2 .form input,
	#label,
	#main .bottom p
	{
		font-size: 11px;
	}

	#main .bottom
	{
		height: 100px;
	}
	#main .bottom .button
	{
		height: 100px;
		width: 84px;
	}
	#main .bottom p
	{
		padding-left: 35px;
		width: 65%;
		height: auto;
		line-height: 15px;
		padding-top: 30px;
		text-align: center;
	}
}

@media (max-width: 350px)
{
	#main .bottom p
	{
		padding-top: 20px;
	}
}

/* eof */
