﻿@font-face {
	font-family: 'poppins-regular';
	src: url('../font/poppins-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'poppins-medium';
	src: url('../font/poppins-medium.ttf') format('truetype');
}

@font-face {
	font-family: 'poppins-semibold';
	src: url('../font/poppins-semibold.ttf') format('truetype');
}

@font-face {
	font-family: 'poppins-extralightitalic';
	src: url('../font/poppins-extralightitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'robotocondensed-bold';
	src: url('../font/robotocondensed-bold.ttf') format('truetype');
}

@font-face {
	font-family: 'roboto-bold';
	src: url('../font/roboto-bold.ttf') format('truetype');
}

@font-face {
	font-family: 'poppins-bold';
	src: url('../font/poppins-bold.ttf') format('truetype');
}

@font-face {
	font-family: 'roboto-regular';
	src: url('../font/roboto-regular.ttf') format('truetype');
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: poppins-regular;
	font-size: 15px;
	color: #fff;
	margin: 0;
	background-color: #FFF;
}

:focus {
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	textarea::placeholder {
		font-family: roboto-regular;
		color: #656565;
	}

#abierta-count {
	font-family: roboto-regular;
	font-size: 12px;
	color: #656565;
	text-align: right;
	margin: 10px 0 20px 0;
}

input, textarea, select, button {
	font-family: "Poppins-Regular";
	font-size: 16px;
	/*color: #fff;*/
}

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

textarea {
	width: 100%;
	color: black;
}

/* Imagen de bienvenida */
.welcome-image-holder {
	position: absolute;
	z-index: 1;
	width: 100%;
	max-width: 450px;
}

.exit-image-holder {
	max-width: 450px;
}

.welcome-image {
	width: 100%;
}
/* Descripción general de página */
.pagedescription-container {
	display: flex;
	text-align: center;
	width: 100%;
	height: 90px;
	background-color: #173278;
	margin-top: -90px;
	border-radius: 40px 40px 0px 0px;
	flex-direction: column-reverse;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

#pagedescription-text {
	font-family: roboto-regular;
	font-size: 22px;
	color: #fff;
	margin: 0px 12%;
}

@media (max-width: 360px) {
	#pagedescription-text {
		font-size: 18px;
	}

	.pagedescription-container {
		margin-top: -70px;
	}
}

.topbar-menu_45101 img {
    width: 100%;
}

img {
	max-width: 100%;
	vertical-align: middle;
	user-select: none;
}

	img.img-mobile {
		margin-top: 90px;
	}

.wrapper {
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	flex-wrap: wrap;
	height: 100vh;
	overflow-x: hidden;
}

.inner {
	max-width: 450px;
}

.image-holder {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

	.image-holder h3 {
		position: absolute;
		transform: translate(0, 8pc);
		font-family: poppins-semibold;
		font-size: 20px;
	}

h2 {
	font-size: 15px;
	font-family: roboto-regular;
	font-weight: 600;
	color: #173278;
}

.question-number {
	font-size: 15px;
	font-family: roboto-regular;
	font-weight: 600;
	color: #173278;
	margin-right: 5px;
	line-height: 1;
}

.option-number {
	margin-right: 5px;
}

.wizard {
	display: flex;
	padding: 20px 20px;
}

	.wizard .steps {
		width: 26.05%;
		margin-right: 68px;
		display: none;
	}

	.wizard .content {
		/*width: 73.95%;*/
		width: 100%;
		text-align: left;
	}

.steps ul {
	border-left: 3px solid rgba(242, 242, 242, 0.4);
}

.steps li {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	height: 31px;
	position: relative;
}

	.steps li a {
		color: #243842;
		font-family: "Poppins-Medium";
		font-size: 15px;
		padding-left: 18px;
	}

		.steps li a:before {
			content: "";
			width: 3px;
			height: 31px;
			position: absolute;
			left: -3px;
			top: 0;
		}

	.steps li.current a {
		color: #edc948;
	}

		.steps li.current a:before {
			background: #edc948;
		}

.content h4 {
	display: none;
}

label {
	font-family: poppins-regular;
	font-size: 16px;
	font-weight: normal;
	color: #656565;
	margin-bottom: 8px;
	display: block;
}

.form-group .form-row {
	margin-bottom: 27px;
}

.form-row {
	/*display: flex;
    margin-bottom: 29px;*/
	display: inline-block;
	margin-bottom: 29px;
	/*width: 34%;*/
}

@media (min-width: 450px) {
	.form-row {
		display: inline-block;
		margin-bottom: 15px;
		width: 100%;
	}

	.col-lg-2 {
		width: unset;
	}
}


	.form-row.mb-21 {
		margin-bottom: 21px;
	}

	.form-row .form-holder, .form-row .select {
		width: 50%;
		margin-right: 30px;
	}

		.form-row .form-holder:last-child, .form-row .select:last-child {
			margin-right: 0;
		}

		.form-row .form-holder.w-100, .form-row .select.w-100 {
			width: 100%;
			margin-right: 0;
		}

		.form-row .form-holder.mr-20, .form-row .select.mr-20 {
			margin-right: 20px;
		}

		.form-row .select .form-holder {
			width: 100%;
			margin-right: 0;
		}

.form-holder {
	position: relative;
}

	.form-holder span.lnr-chevron-down {
		position: absolute;
		bottom: 10px;
		right: 0;
		font-size: 10px;
	}

	.form-holder span.lnr-calendar-full {
		position: absolute;
		bottom: 12px;
		right: 0;
		font-size: 12px;
	}

	.form-holder span.placeholder {
		position: absolute;
		bottom: 8px;
		left: 0;
		font-size: 14px;
	}

.select {
	position: relative;
}

	.select .select-control {
		height: 34px;
		border-bottom: 1px solid #5d718e;
		width: 100%;
		font-size: 14px;
		padding: 0;
		display: flex;
		align-items: center;
		cursor: pointer;
	}

	.select .dropdown {
		display: none;
		position: absolute;
		top: 100%;
		width: 100%;
		background: #fff;
		color: #999;
		z-index: 9;
		border: 1px solid #81acee;
	}

		.select .dropdown li {
			padding: 2px 10px;
		}

			.select .dropdown li:hover {
				background: #81acee;
				color: #fff;
			}

.form-control {
	font-size: 16px;
	color: #656565;
	width: 100%;
	height: 24px;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #656565;
	border-radius: 0;
	box-shadow: none;
}

	.form-control.pl-85 {
		padding-left: 85px;
	}

	.form-control.pl-96 {
		padding-left: 96px;
	}

	.form-control::-webkit-input-placeholder {
		color: #656565;
	}

	.form-control::-moz-placeholder {
		color: #656565;
	}

	.form-control:-ms-input-placeholder {
		color: #656565;
	}

	.form-control:-moz-placeholder {
		color: #656565;
	}

	.form-control:focus {
		border-bottom: 1px solid #e6e6e6;
	}

textarea.form-control {
	max-width: 100%;
	width: 100%;
	height: 24px;
	resize: none;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

@media (min-width: 768px) {
	textarea.form-control {
		overflow-x: hidden; /* Elimina el scroll horizontal en pantalla grande */
	}
}

.option {
	color: #999;
	padding-left: 20px;
}

select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	color: #fff;
}

	select.form-control option[value=""][disabled] {
		display: none;
	}

select option {
	padding: 0 15px;
}

.section-style {
	display: flex;
}

	.section-style .board-wrapper {
		width: 50%;
		margin-right: 30px;
	}

	.section-style .form-wrapper, .section-style .pay-wrapper {
		width: 50%;
	}

.board-inner {
	background: #fff;
	color: #012353;
	font-size: 14px;
	padding: 22px 33px 13px 21px;
}

	.board-inner div {
		margin-bottom: 8px;
	}

		.board-inner div:last-child {
			margin-bottom: 0;
		}

	.board-inner .board-item span {
		margin-left: 13px;
	}

	.board-inner .board-line {
		display: flex;
		justify-content: space-between;
	}

		.board-inner .board-line div {
			margin-bottom: 0;
		}

.bill {
	border: 1px solid #fff;
	padding: 18px 20px 11px 20px;
}

	.bill .bill-item {
		display: flex;
		justify-content: space-between;
		margin-bottom: 7px;
	}

		.bill .bill-item .price {
			font-family: "Poppins-Medium";
			color: #edc948;
		}

		.bill .bill-item.people {
			justify-content: flex-start;
		}

			.bill .bill-item.people .bill-unit:first-child {
				margin-right: 28px;
			}

		.bill .bill-item.service {
			margin-top: 31px;
		}

		.bill .bill-item.vat {
			margin-bottom: 14px;
		}

		.bill .bill-item.total-price {
			margin-bottom: 21px;
		}

			.bill .bill-item.total-price .price {
				font-size: 17px;
			}

		.bill .bill-item.total {
			font-size: 12px;
			align-items: center;
		}

			.bill .bill-item.total span {
				display: block;
				margin-left: 0;
				font-size: 14px;
			}

			.bill .bill-item.total .price {
				font-size: 17px;
			}

	.bill .bill-unit span {
		margin-left: 2px;
	}

	.bill .bill-cell {
		padding-bottom: 7px;
		border-bottom: 1px solid #5d718e;
		margin-bottom: 15px;
	}

		.bill .bill-cell:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border: none;
		}

/* Botón "Siguiente" y "Enviar" */
button {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: roboto-bold;
	font-size: 20px;
	color: #FFFFFF;
	width: 286px;
	height: 40px;
	background: #DB214E;
	border: none;
	border-radius: 8px;
	margin: 30px auto;
}

/*@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

button:hover {
	background-color: #FFFFFF;
	color: #0E4174;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out
}*/

button[disabled] {
	background: #AAAAAA;
}

.checkbox {
	position: relative;
	padding-left: 25px;
}

	.checkbox label {
		cursor: pointer;
	}

		.checkbox label a {
			color: #edc948;
		}

			.checkbox label a:hover {
				color: #d4b43f;
			}

	.checkbox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

		.checkbox input:checked ~ .checkmark:after {
			display: block;
		}

.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 14px;
	width: 15px;
	border: 1px solid #fff;
	font-family: Material-Design-Iconic-Font;
	font-size: 13px;
}

	.checkmark:after {
		position: absolute;
		top: 0;
		left: 1px;
		display: none;
		content: '\f26b';
		color: #fff;
	}

.checkbox-circle {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

	.checkbox-circle label {
		padding-left: 19px;
		cursor: pointer;
		font-size: 12px;
		display: inline-block;
		position: relative;
	}

	.checkbox-circle input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

		.checkbox-circle input:checked ~ .checkmark:after {
			display: block;
		}

	.checkbox-circle .checkmark {
		position: absolute;
		top: 3px;
		left: 0;
		height: 12px;
		width: 12px;
		border-radius: 50%;
		border: 1px solid #fff;
	}

		.checkbox-circle .checkmark:after {
			content: "";
			top: 3px;
			left: 3px;
			width: 4px;
			height: 4px;
			border-radius: 50%;
			background: #fff;
			position: absolute;
			display: none;
		}

@media (max-width: 1500px) {
	.wrapper {
		height: auto;
		/*min-height: 100vh;*/
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.wrapper {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.wizard {
		padding: 50px;
	}
}

@media (max-width: 767px) {
	.wizard {
		padding: 20px 37px;
		flex-direction: column;
	}

		.wizard .steps {
			width: 100%;
			margin-right: 0;
		}

	img.img-mobile {
		width: 100%;
		margin-top: 60px;
	}

	.image-holder h3 {
		/*transform: translate(-50%, -1pc);
        font-size: 10px;
        padding: 4px 8px;*/
		/*transform: translate(-50%, -100%);*/
		/*        font-size: 1pc;
        padding: 4px 8px;
        height: 30px;*/
	}

	.wizard .content {
		width: 100%;
	}

	.section-style {
		flex-direction: column;
	}

		.section-style .board-wrapper {
			width: 100%;
			margin-right: 0;
			margin-bottom: 50px;
		}

		.section-style .form-wrapper, .section-style .pay-wrapper {
			width: 100%;
		}

	.form-row {
		display: block;
		margin-bottom: 0;
	}

		.form-row .form-holder {
			width: 100%;
			margin-right: 0;
		}

		.form-row .select {
			width: 100%;
			margin-right: 0;
		}

	.form-control, .select-control {
		margin-bottom: 29px;
		/* margin-left: 0pc; */
		width: 18pc;
	}

	.form-holder span.placeholder {
		bottom: 36px;
	}

	.form-holder span.lnr-chevron-down, .form-holder span.lnr-calendar-full {
		bottom: 39px;
	}

	.select span.lnr-chevron-down {
		bottom: 10px;
	}

	h3 {
		width: 90%;
		text-align: center;
		padding: 0;
	}

	.caras {
		width: 40px;
	}

	.forward {
		/*margin-top: 7pc;*/
	}
}

/* Caras para varios tamaños de pantalla */
@media (max-width: 350px) {
	.caras {
		width: 3.3pc;
	}
}

@media (max-width: 400px) {
	.caras {
		width: 3.7pc;
	}
}

p {
	font-family: roboto-regular;
	font-size: 16px;
	color: #656565;
	margin: 8px 0 15px 0;
}

/* Footer */
.footer-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	margin-bottom: 30px;
}

.powered-by {
	width: 212px;
}

/* Estilos "Politómica" */
.table-responsive {
	max-width: 100%;
	border: none;
	overflow-x: hidden;
}

.table {
	width: max-content;
	border-collapse: collapse;
}

.table-middle {
	font-size: 10px;
}

.table tbody tr td:first-child,
.table thead tr th:first-child {
	font-family: roboto-regular;
	font-size: 12px;
	color: #173278;
	position: sticky;
	left: 0;
	z-index: 2;
	max-width: 140px;
}

td {
	white-space: normal !important;
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
	border-top: none;
}

.poly-body-rows {
	border-bottom: 4px solid transparent;
}

.poly-suboption-cell {
	text-align: center;
	vertical-align: middle !important;
	padding: 0px 4px !important;
}

/* Estilos "Números" */
.numbers-container {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: nowrap;
}

	.numbers-container [type=radio] {
		position: absolute;
		opacity: 0;
		width: 18px;
		height: 20px;
	}

.number-item {
	font-family: roboto-regular;
	color: #173278;
	text-align: center;
}

.estrella-vacia {
	width: 21px !important;
}

.estrella-llena {
	width: 25px !important;
	height: 25px !important;
}

/* Página "Exit" */
/*.exit-message-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.blue-title {
	font-family: poppins-bold;
	font-size: 25px;
	color: #0E4174;
}

.little-message {
	font-family: poppins-medium;
	font-size: 20px;
	color: #656565;
}
*/
.exit-container {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
}

.img-exit {
	width: 100vw;
	object-fit: cover;
	display: block;
}

/*.farewell-message {
	font-family: poppins-medium;
	font-size: 16px;
	color: #656565;
	padding: 0 43px;
}*/

/* Estilos Modal */
.modal-dialog {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modal-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: none !important;
	border-radius: 10px;
	transform: translate(0, 25vh);
	width: 80%;
}

@media (max-height: 640px) { /* "Centrar" el modal verticalmente en resoluciones muy pequeñas */
	.modal-content {
		transform: translate(0, 10vh);
	}
}

.modal-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: poppins-bold;
	font-size: 25px;
	color: #0E4174;
	width: 100%
}

.modal-body p {
	font-family: poppins-medium;
	font-size: 20px;
	color: #656565;
	padding: 0 32px;
}

.btn-tryagain {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: roboto-bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 139px;
	height: 61px;
	background: #0E4174;
	border: none;
	border-radius: 10px;
	margin: 30px auto;
	letter-spacing: 1px;
}

/* Estilos para Radio buttons y checkboxes */
input[type="radio"] {
	appearance: none; /* Oculta el estilo por defecto */
	width: 40px;
	height: 40px;
	border: 1px solid #0D92FF;
	background: none;
	border-radius: 50%;
	margin: 0;
}

	/* Agregar un indicador interno cuando está marcado */
	input[type="radio"]:checked {
		background-image: url(../img/radio-button.png);
		background-size: contain;
	}

	input[type="checkbox"]:focus,
	input[type="radio"]:focus {
		outline: none;
		box-shadow: none;
	}

input[type="checkbox"] {
	appearance: none;
	width: 18px;
	height: 18px;
	border: 1px solid #0D92FF;
	background: none;
	border-radius: 2px;
	margin: 0;
}

	input[type="checkbox"]:checked {
		background: #0D92FF;
		background-image: url(../img/check.png);
		background-size: contain;
	}

	input[type="checkbox"]:disabled {
		background: #AAAAAA;
		border: 1px solid #656565;
	}