@charset "UTF-8";

@font-face {
	font-family: 'Azteca-Bold';
	src: url('/resources/fonts/Azteca/Azteca-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Azteca-SemiBold';
	src: url('/resources/fonts/Azteca/Azteca-SemiBold.otf')
		format('opentype');
}

@font-face {
	font-family: 'Azteca-Regular';
	src: url('/resources/fonts/Azteca/Azteca-Regular.otf')
		format('opentype');
}

@font-face {
	font-family: 'Azteca-Cd-Light';
	src: url('/resources/fonts/Azteca/Azteca-Cd_Light.otf')
		format('opentype');
}

.model-warning {
	width: 780px;
	height: auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 40px;
	box-shadow: 0px 4px 4px 0px #00000040;
}

.cerrar-modal {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 35px;
	background: none;
	border: none;
	cursor: pointer;
	color: #525252;
}

.model-title {
	font-size: 30px;
	font-family: 'Azteca-Bold';
	color: #0C5F3F;
	text-align: center;
}

.model-description {
	font-size: 20px;
	font-family: 'Azteca-SemiBold';
	color: #525252;
	text-align: center;
	margin: 22px;
}

.model-bar {
	background-color: #6ECF00;
	width: 100%;
	height: 3px;
	border-radius: 5px;
}

.model-container {
	display: flex;
	justify-content: space-between;
	height: 20rem;
}

.model-container-alter {
	align-items: center;
	margin: 40px;
}

.model-container-alter .model-container-links {
	align-items: center;
}

.model-item {
	display: flex;
	align-items: center;
}

.model-text {
	font-family: 'Azteca-Bold';
	font-size: 16px;
	color: #0C5F3F;
	margin-right: .4rem;
}

.model-link {
	font-family: 'Azteca-Regular';
	font-size: 12px;
	text-decoration: underline;
	text-decoration-style: solid;
	text-underline-offset: 2px;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
}

.model-link a {
	color: #525252;
}

.model-container-links {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 105px;
}

.model-container-qr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

.model-container-qr .model-item .model-text {
	width: 104px;
	text-align: left;
}

.model-qr {
	display: flex;
	flex-direction: column;
	margin-left: 25px;
}

.model-qr label {
	font-size: 15px;
	text-align: center;
	color: #525252;
	font-family: 'Azteca-Cd-Light';
	margin-top: 5px;
}

.swal2-popup.mi-modal-sin-estilo {
	background: none;
	box-shadow: none;
	padding: 0;
	width: auto;
	max-width: none;
	border-radius: 0;
}

@media (width <= 63rem) {
	
	.model-warning {
		width: auto;
	}
	
	.model-title {
    	font-size: 25px;
    }
    
    .model-description {
    	font-size: 15px;
    }
    
    .model-text {
    	font-size: 11px;
    }
    
	.model-link {
    	font-size: 11px;
    }
    
    .model-container-qr .model-item .model-text {
    	width: 71px;
    }
}

@media ( width <= 40rem) {
	
	.model-container {
 		justify-content: center;
    }
    
    .model-container-qr {
    	display: none;
    }
	
}