@charset "UTF-8";
/* CSS Document */



.modal {
	width:64%;
	height: auto;
	background:#F7F7F7;
	position:fixed;
	top: 0;
	left: 86%;
	margin-top:35%;	
	display: flex;
	z-index:1;
	animation: modal 1s 2s forwards;
	visibility: hidden;
	opacity: 0;
}

.modal p {
	width:84%;
	height:auto;
	font-size:.60em;
	float:left;
	margin-top:10%;
	margin-left:8%;
	margin-right:8%;
	margin-bottom:0%;
	font-weight:lighter;
	color:#000;
	text-align:left;
	}

.contenido {
	margin: auto;
	width: 100%;
	height: auto;
	margin-top:0%;
	margin-bottom:10%;
}

#cerrar {
	display: none;
}

#cerrar + label {
	position: fixed;
	color: #FFF;
	background:#333;
	font-size: .50em;
	z-index: 50;
	height: 18px;
	width: 18px;
	line-height: 2.1em;
	border-radius: 50%;
	right:1%;
	top: 72%;
	cursor: pointer;
	text-align:center;	
	animation: modal 2s 3s forwards;
	visibility: hidden;
	opacity: 0;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
	display: none;
}

	
input {
	width:80%;
	height:auto;
	float: left;
	margin-left:8%;
	padding:15px 10px;
	margin-bottom:0%;
	border-radius:0%;
	}
	
	
	
.boton_3 {
   border-radius: 0px;
   background:#333;
   border: 1px solid #ccc;
   height: auto;
   padding:16px 10px;
   width:88%;
   margin-right:5%;
   margin-left:8%;
   margin-bottom:2%;
   color:#fff;
   font-size:0.70em;
   appearance:button;
  -moz-appearance:button; /* Firefox */
  -webkit-appearance:button; /* Safari and Chrome */
}

@keyframes modal {
	100% {
		visibility: visible;
		opacity: 1;
	}
	
	
}



@media screen and (max-width: 1500px) {
	
.modal {
	width: 20%;
	left: 80%;
	margin-top:35%;	
}


.modal p {
	margin-bottom:5%;
	}	


#cerrar + label {
	right:2%;
	top: 67%;
}

	
	}
		
		
@media screen and (max-width: 1180px) {
	
.modal {
	width: 25%;
	left: 75%;
	margin-top:35%;	
}


.modal p {
	margin-bottom:5%;
	}	


#cerrar + label {
	right:2%;
	top: 52%;
}

	
	}
	

	
@media screen and (max-width: 800px) {
	
.modal {
	width: 30%;
	left: 70%;
	margin-top:55%;	
}


.modal p {
	margin-bottom:5%;
	}	


#cerrar + label {
	right:2%;
	top: 45%;
}

	
	}		
		
		
@media screen and (max-width: 500px) {
	
	
	
	
.modal {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.8);
	
	position: absolute;
	top: 0;
	left: 0;
	
	display: flex;
	
	animation: modal 2s 3s forwards;
	visibility: hidden;
	opacity: 0;
}

.contenido {
	margin: auto;
	width: 90%;
	height: auto;
	background: rgba(255,255,255,0.75);
	margin-top:10%;
	margin-bottom:10%;
}

#cerrar {
	display: none;
}

#cerrar + label {
	position: absolute;
	font-size: .70em;
	z-index: 50;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	right:8%;
	top: 47%;
	cursor: pointer;
	
	animation: modal 2s 3s forwards;
	visibility: hidden;
	opacity: 0;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
	display: none;
}


	
	


@keyframes modal {
	100% {
		visibility: visible;
		opacity: 1;
	}
	
	
}
	

	
	}