.modal {
	width: 100%;
	height: 100vh;
	z-index: 10;
	background: rgba(0, 0, 0, 0.521);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	animation: modal 2s 3s forwards;
	opacity: 0;
}

.img-responsive {
	display: inline-block;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.contenido {
	margin: auto;
	width: 40%;
	height: 40%;
	background: rgba(255, 255, 255, 0);
	border-radius: 1px;
}

#cerrar {
	display: none;
}

#cerrar + label {
	font-family: sans-serif;
	position:fixed;
	z-index: 40;
	bottom: 470px;
	right: 220px;
	min-width: 60px;
	max-width: 95vw;
	text-align: center;
	color: #fff;
	font-size: 25px;
	background: rgb(202, 0, 0);
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 5px;
	cursor:pointer;
	animation: modal 2s 3s forwards;
	opacity: 0;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
	display: none;
}

.grid-2.main-banner div.g-recaptcha,
.grid-2.main-banner div.g-recaptcha > div,
.grid-2.main-banner div.g-recaptcha > div > div {
	margin-bottom:  10px;
	padding-left: 0px !important;
}

@keyframes modal {
	100% {
		visibility: visible;
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.modal {
		width: 100%;
		height: 100vh;
		z-index: 10;
		background: rgba(0, 0, 0, 0.521);
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		animation: modal 2s 3s forwards;
		opacity: 0;
	}
	
	.img-responsive {
		display: inline-block;
	}
	.img-responsive {
		max-width: 100%;
		height: auto;
	}
	.center-block {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	.contenido {
		margin: auto;
		width: 70%;
		height: 70%;
		background: rgba(255, 255, 255, 0);
		border-radius: 1px;
	}
	
	#cerrar {
		display: none;
	}
	#cerrar + label {
		font-family: sans-serif;
		position:fixed;
		z-index: 40;
		bottom: 350px;
		right: 30px;
		min-width: 60px;
		max-width: 95vw;
		text-align: center;
		color: #fff;
		font-size: 25px;
		background: rgb(202, 0, 0);
		height: 40px;
		width: 40px;
		line-height: 40px;
		border-radius: 5px;
		cursor:pointer;
		animation: modal 2s 3s forwards;
		opacity: 0;
	}
	
	#cerrar:checked + label, #cerrar:checked ~ .modal {
		display: none;
	}
	
	@keyframes modal {
		100% {
			visibility: visible;
			opacity: 1;
		}
	}
}
