
@import url("https://cdn-gmondeh.nitrocdn.com/MkdUfOInmoMnuAkjlIguOTxKKkXlMkRw/assets/static/source/rev-d051815/fonts.googleapis.com/a48651060ae68cd75ce8238298f4635c.css2");

:root {
	--font-color: #031549;
	--fondo-color: #f7faff;
	--border-color: #005ab6;
	--border-morado: #8f69fc;
	--fondo-claro: #f7faff;
}

#NewApp {
	border: 0;
	padding: 0;
	font-family: Poppins, sans-serif;
	width: 80%;
	margin: auto;
}

#NewApp .btn span {
	pointer-events: none;
}

#NewApp a:hover, button:hover {
	cursor: pointer;
}

#NewApp * {
	font-family: Poppins !important;
}

#NewApp a, #NewApp button {
	text-decoration: none;
}

#NewApp {
	color: var(--font-color);
}

#NewApp .atras:hover:before {
	transform: translate(-5px);
}

#NewApp .atras:before {
	content: "<";
	font-size: 20px;
	margin-top: 2px;
	transition: transform .2s ease;
}

#NewApp .atras {
	background-color: #f7faff !important;
	color: var(--font-color) !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
}

#NewApp button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#NewApp .mb-10 {
	margin-bottom: 10px;
}

#NewApp .card__servicio {
	width: 300px;
	border: 1px solid rgba(211, 211, 211, 0);
	border-radius: 16px;
	padding-bottom: 30px;
}

#NewApp .card__registro {
	background-color: #dbf6ff;
}

#NewApp .card__mantenimiento {
	background-color: #ece5ff;
}

#NewApp .card__registro .titulo-card, #NewApp .card__registro .servicios__precio {
	color: #072fa7;
}

#NewApp .card__mantenimiento .titulo-card, #NewApp .card__mantenimiento .servicios__precio, #NewApp .card__mantenimiento .servicios__opcion {
	color: #4038a3;
}

#NewApp .cards__servicios {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5%;
}

#NewApp p {
	margin: 0;
}

#NewApp .titulo-card {
	margin: 30px 0 10px;
	font-size: 21px;
	font-weight: 700;
	color: var(--font-color);
	line-height: 21px;
}

#NewApp .template-sbtitle {
	font-size: 1.3125;
	color: #000;
	text-align: center;
	line-height: auto;
}

#NewApp .template-title {
	font-size: 36px;
	color: #000 !important;
	text-align: center;
	line-height: auto;
}

#NewApp .servicios__precio {
	padding: 0 0 20px;
	font-size: 21px;
	line-height: 28px;
	font-weight: 400;
}

#NewApp .servicios__suscripcion {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

#NewApp .servicios__suscripcion span {
	font-weight: 700;
}

#NewApp .servicios__opcion {
	font-size: 14px;
	font-weight: 400;
	line-height: auto;
}

#NewApp .main__mantenimiento {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#NewApp .mantenimiento__btns {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-around;
}

#NewApp .producto__mantenimiento {
	display: flex;
	flex-direction: column;
}

#NewApp .titulo-mantenimiento {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	padding: 0;
	margin: 0;
}

#NewApp .subtitulo-mantenimiento {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

#NewApp .main__mantenimiento {
	margin: 30px 0;
}

#NewApp .cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-evenly;
}

#NewApp .card_pais {
	width: 18%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f7faff;
	cursor: pointer;
	padding: 20px 0;
	border-radius: 10px;
	border: 3px solid rgba(88, 87, 176, 0);
	position: relative;
}

#NewApp .pais__flag {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
}

#NewApp .price {
	margin: 0;
}

#NewApp .paisactivo {
	border: 3px solid #5957b0;
}

#NewApp .subtitulo-mantenimiento {
	text-align: center;
}

#NewApp .card_pais * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#NewApp .mantenimiento__oferta-pan {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 5px;
}

#NewApp .oferta__pan-titulo {
	font-size: 18px;
	line-height: 24px;
	color: #005ab6;
	font-weight: 700;
}

#NewApp .oferta__pan-subtitulo {
	font-size: 18px;
	line-height: 24px;
	color: #005ab6;
}

#NewApp .mantenimiento__promociones {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

#NewApp .mantenimineto__oferta-anual p {
	color: var(--border-morado);
	font-size: 20px;
	line-height: 28px;
}

#NewApp .mantenimineto__oferta-anual p span {
	font-weight: 700;
}

#NewApp .mantenimiento__nombre-pais {
	font-size: 21px;
	font-weight: 700;
	line-height: 32px;
}

#NewApp .mantenimiento__price {
	padding: 4px 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

#NewApp .registro__price {
	padding: 6px 0 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

#NewApp .resumen__iva {
	color: #91abbc;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

#NewApp .registro-titulo {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#NewApp .seleccion-cuotas {
	background-color: #f7faff;
	border-radius: 20px;
	width: 800px;
	margin: auto;
	padding: 30px 50px;
}

#NewApp .promoeuro {
	top: -1px;
	right: -1px;
	position: absolute;
	height: 50px;
	width: 50px;
}

#NewApp .titulo-h2 {
	text-align: center;
}

#NewApp .registro-pais {
	font-size: 21px;
	font-weight: 700;
	line-height: 32px;
	color: var(--font-color);
}

#NewApp .registro-oferta {
	color: #8f69fc;
	font-weight: 600;
	font-size: 18px;
}

#NewApp .registro-label {
	font-size: 18px;
	color: var(--font-color);
}

#NewApp .label-margin10 {
	margin-right: 10px;
}

#NewApp .label-margin5 {
	margin-right: 5px;
}

#NewApp .barra-espaciadora {
	border-bottom: 1px solid #91abbc;
	padding-bottom: 5px;
	position: relative;
}

#NewApp .resumen__registro, #NewApp .resumen__mantenimiento {
	color: #031549;
	font-weight: 800;
	font-size: 21px;
	padding: 0;
	margin: 0;
}

#NewApp .resumen {
	width: 70%;
	margin: 20px auto 30px;
	padding: 0;
}

#NewApp .registro__btns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 800px;
	margin: 30px auto;
}

#NewApp .btn-desactivado[disabled] {
	pointer-events: none;
	background-color: gray;
	border: none;
}

#NewApp .suscripcion__tipo {
	margin: auto;
}

#NewApp input[type=radio] {
	margin: 0;
	width: 24px;
	height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid var(--font-color);
	border-radius: 50%;
	position: relative;
	background-color: var(--fondo-color);
}

#NewApp input[type=radio]:checked:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--border-morado);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

#NewApp .registro__agrupar-inputs {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4%;
}

#NewApp .conjunto__inp-label {
	display: flex;
	align-items: center;
	justify-content: center;
}

#NewApp .registro-label {
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
}

#NewApp .mantenimiento__precio {
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
}

#NewApp .conjunto__precios-mantenimiento {
	padding-top: 10px;
}

#NewApp .mantenimiento__registro-precio {
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
}

#NewApp .pdata {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 50%;
	margin: auto;
}

#NewApp .pdata__field {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

#NewApp .pdata__field input {
	border-radius: 16px;
	height: 40px;
	padding-left: 10px;
	border: 1px solid #031549;
}

#NewApp .btn__bloque {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	width: 50%;
	margin: auto;
}

#NewApp .pdata__field sup {
	color: red;
}

#NewApp .pdata__title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: auto;
}

#NewApp .Tempresa {
	display: flex;
	flex-direction: row;
	gap: 8%;
	justify-content: center;
	width: 100%;
}

#NewApp .selector-sociedad {
	border: 1px solid var(--font-color);
	border-radius: 50px;
	padding: 10px 20px;
	margin-bottom: 30px;
	cursor: pointer;
}

#NewApp .selector-sociedad:hover {
	background-color: #36e093;
	border: 1px solid #36e093;
}

#NewApp .selector-sociedad>* {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#NewApp .selector-activo {
	background-color: #36e093;
	border: 1px solid #36e093;
	color: #fff;
}

#NewApp .selector-sociedad h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

#NewApp .btns-tipoempresa {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

#NewApp input[type=text]:focus-visible, #NewApp input[type=email]:focus-visible {
	outline-color: var(--border-morado);
}

#NewApp input[type=text], input[type=email] {
	border: 1.6px solid var(--font-color);
	border-radius: 16px;
}

#NewApp .iva_tab input[type=text] {
	outline-color: var(--border-morado);
}

#NewApp button.boton-seleccion {
	background-color: var(--fondo-claro);
	border: 1px solid var(--font-color);
	cursor: auto;
}

#NewApp .mt-20 {
	margin-top: 20px;
}

#NewApp .rectangle-grey {
	height: 150px;
	width: 100%;
	background-color: #d9d9d9;
	border-radius: 16px 16px 0 0;
}

#NewApp .mt-40 {
	margin-top: 40px;
}

#NewApp .mb-40 {
	margin-bottom: 40px;
}

#NewApp .w-90 {
	width: 90%;
	margin: auto;
}

#NewApp .mb-20 {
	margin-bottom: 20px;
}

#NewApp .icon-registro_mantenimiento {
	display: flex;
	justify-content: center;
}

#NewApp .titulo-card {
	font-weight: 700;
	color: var(--font-color);
}

#NewApp .template-sbtitle {
	font-size: 20px;
	color: #000;
	text-align: center;
}

#NewApp .fs-21 {
	font-size: 21px;
}

#NewApp .template-title {
	font-size: 36px;
	color: #000 !important;
	text-align: center;
}

#NewApp .flex-center {
	text-align: center;
}

#NewApp .numero_iva {
	width: 50%;
	padding: 10px;
}

#NewApp .iva_tab {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	width: 52%;
	margin-left: auto;
	margin-right: auto;
}

#NewApp .btns-iva {
	width: 52%;
	margin: auto;
	justify-content: space-between;
}

#NewApp .Select0r {
	position: relative;
}

#NewApp .Select0r-Pais {
	position: absolute;
	top: 40px;
	left: 0;
	background-color: var(--fondo-claro);
	width: 100%;
	z-index: 2;
}

#NewApp .Select0r-Pais img {
	margin-left: 10px;
}

#NewApp .Select0r-Pais p {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
	cursor: pointer;
	flex-wrap: nowrap;
	padding: 10px 0;
	margin: 0;
}

#NewApp .Select0r-Pais p:hover {
	background-color: var(--font-color);
	color: #fff;
}

#NewApp .boton-seleccion {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px;
	width: 200px;
	height: 40px;
}

#NewApp button.boton-seleccion {
	color: var(--font-color);
}

@media screen and (max-width:1200px) and (min-width:932px) {
	#NewApp .main__mantenimiento {
		flex-direction: column-reverse;
		gap: 20px;
	}
	
	#NewApp section.producto__mantenimiento {
		padding: 0;
	}
}

@media screen and (max-width: 932px) and (min-width:628px) {
	#NewApp .main__mantenimiento {
		flex-direction: column-reverse;
		gap: 20px;
	}
	
	#NewApp section.producto__mantenimiento {
		padding: 0;
	}
	
	#NewApp .seleccion-cuotas, .registro__btns, #NewApp .btns-iva {
		width: 90%;
	}
}

@media screen and (max-width: 628px) {
	#NewApp {
		width: 90%;
	}
	
	#NewApp .card__servicio {
		margin-bottom: 50px;
	}
	
	#NewApp .template-title {
		font-size: 32px;
		margin-bottom: 10px;
	}
	
	#NewApp .template-sbtitle {
		font-size: 18px;
	}
	
	#NewApp .iva_tab {
		width: 98%;
	}
	
	#NewApp .boton-seleccion {
		width: 150px;
	}
	
	#NewApp .mb-notext span {
		display: none;
	}
	
	#NewApp .mb__btn-ivas {
		flex-direction: row !important;
	}
	
	#NewApp .mb-siguient:after {
		font-size: 20px;
		margin-top: 2px;
	}
	
	#NewApp .main__mantenimiento {
		flex-direction: column-reverse;
		gap: 20px;
	}
	
	#NewApp section.producto__mantenimiento {
		padding: 0;
	}
	
	#NewApp .seleccion-cuotas, #NewApp .registro__btns {
		width: 100%;
	}
	
	#NewApp .registro__agrupar-inputs {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	
	#NewApp .pdata {
		width: 80%;
	}
	
	#NewApp .btn__bloque {
		width: 90%;
	}
	
	#NewApp .seleccion-cuotas {
		padding: 30px 20px;
	}
	
	#NewApp .resumen {
		width: 90%;
		margin-top: 10px;
	}
	
	#NewApp .Tempresa {
		flex-direction: column;
	}
	
	#NewApp .mantenimiento__btns {
		position: sticky;
		bottom: 30px;
		justify-content: flex-end;
		gap: 20px;
	}
	
	#NewApp .btns-iva {
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}
	
	#NewApp .mantenimiento__promociones {
		flex-direction: column;
	}
}

#NewApp .nombre-pais__selector {
	font-size: 14px;
}

#NewApp .iva_tab i:hover {
	cursor: pointer;
}

#NewApp .suscripcion__tipo {
	margin-bottom: 20px;
}

#NewApp .espacio-registro-paises {
	margin-bottom: 30px;
}

#NewApp i.bi.bi-x {
	display: flex;
	justify-content: center;
	height: 25px;
	border-radius: 50px;
}

#NewApp i.bi.bi-x:hover {
	transition: all ease .3s;
	background: var(--border-morado);
	color: #fff;
}

#NewApp .siguiente-ivas:hover:after {
	transform: translate(+ 5px);
}

#NewApp .siguiente-ivas:after {
	content: ">";
	font-size: 20px;
	margin-top: 2px;
	transition: transform .2s ease;
}

#NewApp .siguiente-ivas {
	background-color: #f7faff !important;
	color: var(--font-color) !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
}

#NewApp .section.producto__mantenimiento {
	padding-bottom: 0;
}

#NewApp .mantenimiento__btns {
	padding-bottom: 0;
	padding-top: 0;
}

#NewApp label {
	margin-bottom: 0;
}

@media screen and (max-width: 1750px) and (min-width: 1600px) {
	#NewApp .card_pais {
		width: 28%;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1428px) {
	#NewApp .card_pais {
		width: 28%;
	}
}

@media screen and (max-width: 1428px) and (min-width: 1000px) {
	#NewApp .card_pais {
		width: 31%;
	}
}

@media screen and (max-width: 1000px) and (min-width: 750px) {
	#NewApp .card_pais {
		width: 45%;
	}
}

@media screen and (max-width: 750px) and (min-width: 486px) {
	#NewApp .card_pais {
		width: 100%;
	}
}

@media screen and (max-width: 486px) and (min-width: 50px) {
	#NewApp .card_pais {
		width: 100%;
	}
}

#NewApp .swal2-confirm {
	background-color: #5957b0 !important;
	font-family: Poppins, sans-serif !important;
	border-radius: 50px !important;
	width: 150px !important;
	font-size: 18px !important;
}

#NewApp .swal2-title {
	color: var(--font-color) !important;
	font-size: 32px !important;
	font-family: Poppins, sans-serif !important;
}

#NewApp .swal2-popup {
	width: 60em !important;
	padding: 3.25em !important;
}

#NewApp .swal2-popup * {
	font-family: Poppins, sans-serif !important;
}

#NewApp .swal2-html-container {
	font-size: 18px !important;
	color: var(--font-color) !important;
}

#NewApp .swal2-styled:focus {
	box-shadow: none !important;
}

#NewApp button {
	text-decoration: none !important;
}

#NewApp input[type=radio]:focus, #NewApp input[type=radio]:focus-visible {
	outline: none;
}

#NewApp input[type=radio], #NewApp .conjunto__inp-label label {
	cursor: pointer;
}

#NewApp .registro-label {
	padding-left: 7px;
}

#NewApp * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#NewApp .boton__absoluto {
	position: absolute;
	top: 0;
	right: 0;
}

#NewApp .boton__absoluto:hover {
	cursor: pointer;
}

#NewApp .card_pais:hover {
	background-color: #e5ecf7;
}

#NewApp .color__servicios {
	color: #072fa7;
}

#NewApp .disoferta__paneu {
	display: flex;
	gap: 10px;
	justify-content: center;
}

#NewApp .btn[data-v-aaf17b3a] {
	border: 1.6px solid var(--font-color);
	color: #fff;
	background-color: var(--font-color);
	font-size: 17px;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 50px;
}

#NewApp .btn[data-v-aaf17b3a]:hover {
	border-color: #36e093;
	background-color: #36e093;
	transition: all ease .2s;
}

#NewApp .card__registro .btn[data-v-aaf17b3a] {
	background-color: #072fa7;
	border: 1px solid #072fa7;
}

#NewApp .card__mantenimiento .btn[data-v-aaf17b3a] {
	background-color: #4038a3;
	border: 1px solid #4038a3;
}

.loader-main[data-v-4c17f89b] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999999999999;
}

.loading[data-v-4c17f89b] {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .78);
}

.pl[data-v-4c17f89b] {
	width: 6em;
	height: 6em;
}

.pl__ring[data-v-4c17f89b] {
	animation: ringA-4c17f89b 2s linear infinite;
}

.pl__ring--a[data-v-4c17f89b] {
	stroke: #8f69fc;
}

.pl__ring--b[data-v-4c17f89b] {
	animation-name: ringB-4c17f89b;
	stroke: #031549;
}

.pl__ring--c[data-v-4c17f89b] {
	animation-name: ringC-4c17f89b;
	stroke: #4038a3;
}

.pl__ring--d[data-v-4c17f89b] {
	animation-name: ringD-4c17f89b;
	stroke: #000;
}

@keyframes ringA-4c17f89b {
	0%, 4% {
		stroke-dasharray: 0 660;
		stroke-width: 20;
		stroke-dashoffset: -330;
	}
	
	12% {
		stroke-dasharray: 60 600;
		stroke-width: 30;
		stroke-dashoffset: -335;
	}
	
	32% {
		stroke-dasharray: 60 600;
		stroke-width: 30;
		stroke-dashoffset: -595;
	}
	
	40%, 54% {
		stroke-dasharray: 0 660;
		stroke-width: 20;
		stroke-dashoffset: -660;
	}
	
	62% {
		stroke-dasharray: 60 600;
		stroke-width: 30;
		stroke-dashoffset: -665;
	}
	
	82% {
		stroke-dasharray: 60 600;
		stroke-width: 30;
		stroke-dashoffset: -925;
	}
	
	90%, to {
		stroke-dasharray: 0 660;
		stroke-width: 20;
		stroke-dashoffset: -990;
	}
}

@keyframes ringB-4c17f89b {
	0%, 12% {
		stroke-dasharray: 0 220;
		stroke-width: 20;
		stroke-dashoffset: -110;
	}
	
	20% {
		stroke-dasharray: 20 200;
		stroke-width: 30;
		stroke-dashoffset: -115;
	}
	
	40% {
		stroke-dasharray: 20 200;
		stroke-width: 30;
		stroke-dashoffset: -195;
	}
	
	48%, 62% {
		stroke-dasharray: 0 220;
		stroke-width: 20;
		stroke-dashoffset: -220;
	}
	
	70% {
		stroke-dasharray: 20 200;
		stroke-width: 30;
		stroke-dashoffset: -225;
	}
	
	90% {
		stroke-dasharray: 20 200;
		stroke-width: 30;
		stroke-dashoffset: -305;
	}
	
	98%, to {
		stroke-dasharray: 0 220;
		stroke-width: 20;
		stroke-dashoffset: -330;
	}
}

@keyframes ringC-4c17f89b {
	0% {
		stroke-dasharray: 0 440;
		stroke-width: 20;
		stroke-dashoffset: 0;
	}
	
	8% {
		stroke-dasharray: 40 400;
		stroke-width: 30;
		stroke-dashoffset: -5;
	}
	
	28% {
		stroke-dasharray: 40 400;
		stroke-width: 30;
		stroke-dashoffset: -175;
	}
	
	36%, 58% {
		stroke-dasharray: 0 440;
		stroke-width: 20;
		stroke-dashoffset: -220;
	}
	
	66% {
		stroke-dasharray: 40 400;
		stroke-width: 30;
		stroke-dashoffset: -225;
	}
	
	86% {
		stroke-dasharray: 40 400;
		stroke-width: 30;
		stroke-dashoffset: -395;
	}
	
	94%, to {
		stroke-dasharray: 0 440;
		stroke-width: 20;
		stroke-dashoffset: -440;
	}
}

@keyframes ringD-4c17f89b {
	0%, 8% {
		stroke-dasharray: 0 440;
		stroke-width: 20;
		stroke-dashoffset: 0;
	}
	
	16% {
		stroke-dasharray: 40 400;
		stroke-width: 30;
		stroke-dashoffset: -5;
	}
	
	36% {
		stroke-dasharray: 40 400;
		stroke-width: 30;
		stroke-dashoffset: -175;
	}
	
	44%, 50% {
		stroke-dasharray: 0 440;
		stroke-width: 20;
		stroke-dashoffset: -220;
	}
	
	58% {
		stroke-dasharray: 40 400;
		stroke-width: 30;
		stroke-dashoffset: -225;
	}
	
	78% {
		stroke-dasharray: 40 400;
		stroke-width: 30;
		stroke-dashoffset: -395;
	}
	
	86%, to {
		stroke-dasharray: 0 440;
		stroke-width: 20;
		stroke-dashoffset: -440;
	}
}

.selector-paises[data-v-329e609f] {
	max-width: 600px;
	margin: 20px auto;
	padding: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.buscador-container[data-v-329e609f] {
	position: relative;
	width: 100%;
}

.buscador-input[data-v-329e609f] {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	border: 2px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
	transition: all .3s ease;
}

.buscador-input[data-v-329e609f]:focus {
	outline: none;
	border-color: #4caf50;
	box-shadow: 0 0 5px rgba(76, 175, 80, .3);
}

.resultados-busqueda[data-v-329e609f] {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 300px;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-top: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
	z-index: 1000;
}

.opcion-pais[data-v-329e609f] {
	padding: 10px 15px;
	cursor: pointer;
	display: flex;
	gap: 5px;
	align-items: center;
	transition: background-color .2s ease;
}

.opcion-pais[data-v-329e609f]:hover {
	background-color: #f5f5f5;
}

.bandera[data-v-329e609f] {
	margin-right: 10px;
	font-size: 1.2em;
}

.nombre-pais[data-v-329e609f] {
	flex-grow: 1;
}

.codigo-pais[data-v-329e609f] {
	color: #666;
	font-size: .9em;
}

.no-resultados[data-v-329e609f] {
	padding: 15px;
	text-align: center;
	color: #666;
}

h1[data-v-329e609f] {
	color: #333;
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
}

.resultados-busqueda[data-v-329e609f]::-webkit-scrollbar {
	width: 8px;
}

.resultados-busqueda[data-v-329e609f]::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.resultados-busqueda[data-v-329e609f]::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

.resultados-busqueda[data-v-329e609f]::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.boton-siguiente[data-v-329e609f] {
	width: 100%;
	width: max-content;
	margin-top: 20px;
	background-color: transparent;
	color: var(--font-color);
	border: 2px solid var(--font-color);
	border-radius: 25px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color .3s ease;
	padding: 10px 20px;
}

.boton-siguiente[data-v-329e609f]:hover {
	background-color: var(--font-color);
	color: #fff;
}

.boton-siguiente[data-v-329e609f]:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}
