<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*COLOR AZUL: #0001fe*/
/*COLOR NARANJA: #ffb703*/
.banner_new {
	position: relative;
	width: 100%;
	height: calc(100vh - 110px);
	background-color: #0001fe;
	overflow: hidden;
}
.banner_new::before {
	content: "";
	background-image: url('/assets/img/background_opacity.png');
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.4;
}
.banner_new_circle1 {
	position: absolute;
	border-radius: 50%;
	top: -100px;
	left: -900px;
	width: 2000px;
	height: 2000px;
	background-color: #0001fe;
	opacity: 0.4;
	box-shadow: 0px 0px 37px -5px #000000;
}
.banner_new_circle2 {
	position: absolute;
	border-radius: 50%;
	top: -100px;
	right: -1300px;
	width: 3000px;
	height: 3000px;
	opacity: 0.6;
	background-color: #0001fe;
	box-shadow: 0px 0px 37px -5px #000000;
}
.banner_new_in {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	height: auto;
}
.banner_new_text1 {
	font-size: 55px;
	color: #ffb703;
	text-shadow: 2px 2px 4px #000000;
	font-family: 'Myriad Pro Bold';
}
.banner_new_text2 {
	font-size: 30px;
	color: white;
	text-shadow: 2px 2px 4px #000000;
	font-family: 'Myriad Pro Bold';
}
.banner_new_text3 {
	font-size: 30px;
	color: #c8c8c8;
	text-shadow: 2px 2px 4px #000000;
	font-family: 'Myriad Pro Bold';
}
.banner_new_text4 {
	margin-top: 10px;
	font-size: 30px;
	color: #ffb703;
	text-shadow: 2px 2px 4px #000000;
	font-family: 'Myriad Pro Bold';
}
.banner_new_line1 {
	position: absolute;
	top: 50%;
	right: -100px;
	transform: translateY(-50%);
	width: 200px;
	height: 2px;
	background-color: #ffb703;
}
.banner_new_line2 {
	position: absolute;
	top: 50%;
	left: -100px;
	transform: translateY(-50%);
	width: 200px;
	height: 2px;
	background-color: #ffb703;
}
.banner_logo {
	width: 200px;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.banner_cont {
	width: 100%;
	padding-top: 40%; /* 2:5 Aspect Ratio */
	background-color: aqua;
}
.banner_back {
	width: 100%;
	height: auto;
	position: absolute;
	display: none;
	cursor: pointer;
}
.banner_back_first {
	width: 100%;
	height: auto;
	position: absolute;
	display: block;
	cursor: pointer;
}
.banner_front {
	width: 100%;
	height: auto;
	position: relative;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}
.badges_div {
	width: 100%;
	height: 1200px;
	background-color: #ededed;
	display: flex;
	flex-direction: column;
}
.badges_div_header {
	width: 100%;
	height: 200px;
}
.badges_div_header_text {
	margin: 0px;
	font-size: 30px;
	color: black;
}
.boldit {
	font-family: 'Myriad Pro Bold'; 
}
.badges_div_main {
	width: 100%;
	flex: 1;
}
.badges_div_main_in {
	width: 1500px;
	height: 1000px;
}
.badges_item_div {
	width: 33.33333%;
	height: 50%;
	float: left;
}
.badges_item_div_in {
	width: 70%;
	height: 70%;
}
.badges_item_div_in_circle_div {
	width: 100%;
	height: 60%;
}
.last {
	font-size: 24px;
}
.icon {
	width: 80px;
	height: 80px;
}
.badges_item_div_in_circle {
	width: 200px;
	height: 200px;
	background-color: blue;
	border-radius: 50%;
	border: 5px solid #ffb703;
}
.badges_item_div_in_title_div {
	width: 100%;
	height: 20%;
}
.badges_item_div_in_title {
	margin: 0px;
	font-size: 30px;
	color: black;
	font-family: 'Myriad Pro Bold';
}
.badges_item_div_in_desc_div {
	width: 100%;
	height: 20%;
}
.badges_item_div_in_desc {
	margin: 0px;
	font-size: 20px;
	color: #2c2c2c;
}
.registro_div {
	width: 100%;
	height: 750px;
}
.registro_div_in {
	width: 900px;
	height: 90%;
	display: flex;
	flex-direction: column;
}
.registro_div_in_header {
	width: 100%;
	height: 100px;
}
.registro_div_in_header_text {
	margin: 0px;
	font-size: 50px;
	color: #ffb703;
	font-family: 'Myriad Pro Bold';
	float: left;
}
.registro_div_in_header_text2 {
	margin: 0px;
	font-size: 25px;
	color: black;
	float: left;
}
.line_registro {
	width: 1px;
	height: 60%;
	background-color: black;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
.registro_div_in_main{
	width: 100%;
	flex: 1;
}
.registro_div_in_main_in{
	width: 80%;
	height: auto;
}
.login_div_main_in_error {
	margin: 0px;
	font-size: 15px;
	color: red;
	margin-bottom: 5px;
	display: none;
	font-family: 'Myriad Pro Bold';
}
.registro_input {
	-webkit-appearance: none;
	width: 100%;
	height: 50px;
	color: black;
	font-size: 20px;
	border: 0px;
	border: thin solid #1c1c1c;
	border-radius: 8px;
	text-align: left;
	padding-left: 20px;
	background-color: #ededed;
	outline: none;
	margin-bottom: 10px;
}
.registro_input:focus {
	border: 3px solid #ffb703;
	color: #ffb703;
}
.registro_naci_div {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
}
.registro_naci_div1 {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.registro_naci_div2 {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.registro_naci_div3 {
	width: 33.33333%;
	height: 100%;
	float: left;
}
.registro_input_naci {
	-webkit-appearance: none;
	width: 90%;
	height: 50px;
	color: black;
	font-size: 15px;
	border: 0px;
	border: thin solid #1c1c1c;
	border-radius: 8px;
	text-align: left;
	padding-left: 20px;
	background-color: #ededed;
	outline: none;
}
.registro_input_naci:focus {
	border: 3px solid #ffb703;
	color: #ffb703;
}
.registrar_btn {
	width: 100%;
	height: 60px;
	background-color: #ffb703;
	font-family: 'Myriad Pro Bold';
	font-size: 15px;
	color: black;
	border-radius: 5px;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
}
.registrar_btn:hover {
	background-color: #e8ab12;
}
@media only screen and (max-height: 800px) {
	.banner_new {
		height: calc(900px - 110px);
	}
}
@media only screen and (max-width: 1500px) {
	.badges_div_main_in {
		width: 100%;
	}
}
@media only screen and (max-width: 1070px) {
	.badges_div_main_in {
		width: 100%;
	}
	.badges_item_div_in_circle {
		width: 150px;
		height: 150px;
	}
	.badges_item_div_in_title {
		font-size: 25px;
	}
	.badges_item_div_in_desc {
		font-size: 15px;
	}
	.registro_div {
		height: 700px;
	}
	.registro_div_in_main_in{
		width: 100%;
	}
	.registro_div_in {
		width: 90%;
	}
	.registro_div_in_header_text {
		font-size: 25px;
	}
	.registro_div_in_header_text2 {
		font-size: 15px;
	}
	.line_registro {
		height: 40%;
	}
	
	.banner_new_in {
		width: 430px;
	}
	.banner_new_text1 {
		font-size: 50px;
	}
	.banner_new_text2 {
		font-size: 25px;
	}
	.banner_new_text3 {
		font-size: 25px;
	}
	.banner_new_text4 {
		font-size: 25px;
	}
	.banner_new_line1 {
		width: 100px;
		height: 2px;
	}
	.banner_new_line2 {
		width: 100px;
		height: 2px;
	}
}
@media only screen and (max-width: 860px) {
	.badges_div {
		height: 1000px;
	}
	.badges_div_main_in {
		height: 850px;
	}
	.badges_div_header_text {
		font-size: 20px;
	}
	.badges_item_div {
		width: 50%;
		height: 33.33333%;
	}
	.badges_item_div_in_circle {
		width: 100px;
		height: 100px;
	}
	.icon {
		width: 50px;
		height: 50px;
	}
	.badges_item_div_in_title {
		font-size: 20px;
	}
	.last {
		font-size: 14px;
	}
	.badges_item_div_in_desc {
		font-size: 13px;
	}
	
}
@media only screen and (max-width: 700px) {
	.badges_div_header_text {
		font-size: 18px;
	}
	.banner_new_line1 {
		display: none;
	}
	.banner_new_line2 {
		display: none;
	}
}
@media only screen and (max-width: 559px) {
	.badges_div {
		height: 820px;
	}
	.badges_div_main_in {
		height: 700px;
	}
	.badges_div_header {
		height: 120px;
	}
	.badges_div_header_text {
		font-size: 15px;
	}
	.badges_item_div_in_circle {
		width: 80px;
		height: 80px;
	}
	.icon {
		width: 40px;
		height: 40px;
	}
	.badges_item_div_in_title {
		font-size: 15px;
	}
	.last {
		font-size: 14px;
	}
	.badges_item_div_in_desc {
		font-size: 10px;
	}
	.registro_div {
		height: 650px;
	}
	.registro_div_in {
		width: 90%;
	}
	.registro_div_in_main_in{
		width: 100%;
	}
	.registro_div_in_header {
		height: auto;
	}
	.registro_div_in_header_text {
		position: none;
	  	top: 0%;
	  	transform: translateY(-0%);
	  	float: none;
	}
	.registro_div_in_header_text2 {
		position: none;
	  	top: 0%;
	  	transform: translateY(-0%);
	  	float: none;
	}
	.line_registro {
		display: none;
	}
	.registro_input {
		height: 40px;
		font-size: 15px;
	}
	.registro_input_naci {
		height: 40px;
		font-size: 12px;
		padding-left: 10px;
	}
	.registro_naci_div {
		height: 40px;
	}
	.banner_new {
		height: calc(700px - 110px);
	}
	.banner_new_in {
		width: 90%;
	}
	.banner_new_text1 {
		font-size: 40px;
	}
	.banner_new_text2 {
		font-size: 15px;
	}
	.banner_new_text3 {
		font-size: 15px;
	}
	.banner_new_text4 {
		font-size: 15px;
	}
	.banner_logo {
		width: 150px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}



























</pre></body></html>