body {
	font-family: sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.window{
	font-family: 'Century Gothic';
	width: 400px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border-radius: 10px;
	background-color: rgba(241,241,241,0.75);
	padding-bottom: 40px;
}

.windowp{
	font-family: 'Century Gothic';
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border-radius: 10px;
	background-color: rgba(241,241,241,0.75);
	padding-bottom: 0px;
}


#processing{
	border-radius: 0px;
	width: 970px;
	padding: 20px 20px;
	height: 745px;
	margin-top: 30px;
}



/*-----------------------------------*
PROCESSING
*------------------------------------*/
.head-processing{
	color: #ffffff;
	background: #111871;
	font-size: 34px;
	padding: 15px 0px;
	text-align: center;

}

.head-processing2{
	background: #111871;


}


.window section{
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 10px 0 0 0;
}

.item{
	width: 314px;
	height: 230px;
	border: solid #BDBDBD;
	border-width: thin;
	display: inline-block;
	float: left;
	background-repeat: no-repeat;
	background-position: 18px 50px;
	color: #585858;
}

/*-----------------------------------*
SUCCESSFUL
*------------------------------------*/

.bottom-successful p{
	color: #848484;
	text-align: center;
	font-size: 24px;
	font-family: inherit;
	font-weight: lighter;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

.boton {
	border: 1px solid #00b29a70; /*anchura, estilo y color borde*/
	padding: 20px 50px; /*espacio alrededor texto*/
	background-color: #00b29a2b; /*color botón*/
	color: #000000; /*color texto*/
	text-decoration: none; /*decoración texto*/
	font-weight: normal;
	border-radius: 10px; /*bordes redondos*/
}


.botona {
	border: 1px solid #00b29a70; /*anchura, estilo y color borde*/
	padding: 10px 30px; /*espacio alrededor texto*/
	background-color: #00b29a2b; /*color botón*/
	color: #000000; /*color texto*/
	text-decoration: none; /*decoración texto*/
	font-weight: normal;
	border-radius: 10px; /*bordes redondos*/
}

.botonc {

	border: 2px solid #00b29a70; /*anchura, estilo y color borde*/
	padding: 20px 80px; /*espacio alrededor texto*/
	background-color: #00b29a2b; /*color botón*/
	color: #000000; /*color texto*/
	text-decoration: none; /*decoración texto*/
	font-weight: 550;
	border-radius: 10px; /*bordes redondos*/
}

/*-----------------------------------*
MEDIA
*------------------------------------*/
@media (max-width: 720px)
{
	.window{
		width: 300px;
		height: auto;
	}



	.head-processing{
		font-size: 1.4em;
	}


	#processing{
		width: 340px;
		height: 1690px;
	}

	.botonc {

		border: 2px solid #00b29a70; /*anchura, estilo y color borde*/
		padding: 10px 40px; /*espacio alrededor texto*/
		background-color: #00b29a2b; /*color botón*/
		color: #000000; /*color texto*/
		text-decoration: none; /*decoración texto*/
		font-weight: 550;
		border-radius: 10px; /*bordes redondos*/
	}



}
