.satisfy-regular {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}

.amanecer{
	position: fixed; height: 100%; width: 100%; z-index: -1;
	background-image: url("../img/amanecer.jpg"); background-repeat: no-repeat; background-size:cover;
}
.top{
	padding: 10px; background-color: rgba(0,0,0,0.8); margin-bottom: 20px;
}
	.top__center{
		color: #FFFFFF; gap:5px; max-width: 800px; flex-wrap: wrap;
	}
		.logo_amanecer{
			max-width: 80px;
		}
		.text_amanecer{
			font-size: 28px;
		}

.box_center{
	padding: 10px; gap:15px; padding-bottom: 20px;
}
	.box_center__1{
		padding: 10px; background-color: rgba(0,0,0,0.8); border-radius: 10px; max-width: 600px; color: #FFFFFF; gap:15px;
	}
		.img_radio{
			max-width: 80px; object-position: center;
		}
			.img_radio>img{
				border-radius: 50%; 
			}
		.bton_radio{
			padding: 7px; font-size: 14px; border: none; outline: none; background-color:#0073BC; border-radius: 5px; box-shadow: 1px 1px 15px #FFFFFF; color: #FFFFFF;
		}

	.box_center__2{
		padding: 10px; background-color: rgba(255,255,255,0.80); border-radius: 10px; max-width: 700px; color: #FFFFFF; gap:15px;
	}