html {
	user-select: none;
	box-sizing: border-box; !IMPORTANT
}

body {
	background-color: black;
	font-family: 'Roboto condensed', sans-serif;
	margin: 0;
}

.ocult, .oculta {
	display: none;
}  

#app {
	user-select: none;
	width: 320mm;
	margin: 0 auto;
	
}

#capsalera {
	height: 19mm;
	z-index: 1;
	background-color: #2b3034;
}

#contingut {
	margin: 10mm 0;
	min-height: 250mm;
}

#idioma {
	text-align: center;
	color: white;
  font-size: 3mm;
  width: 15mm;
}	

#idioma img {
	width: 10mm; 
	border-radius: 25%;
	text-align: center;
  margin: 3mm 1mm 0.5mm 1mm;
	width: 10mm;
	cursor: pointer;
}

#indicacions {
	color: white;
	font-size: 5mm; 
	text-align: left;
}

#instruccions {
	background-color: #048696;
	padding: 2mm 4mm 2mm 4mm;
	display: flex;
}

#pasa {
	color: #a8c7cb; 
	padding: 0 3mm;
	min-width: 25mm;
}  

#instruccio {
	font-style: normal !important;
}

#pagines ul {
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: center;
}

button.boto {
	font-size: 6mm;
	-background-color: #1b1c1d;
	background-color: #51545f;
	color: white;
	padding: 12px 18px;
	text-align: center;
	border: none;
	cursor: default;
}

button.boto.seguent {
	background-color: #048696;
}

INPUT, select, _input:focus {
	border: none;
	outline: none;
	width: 366px;
}

input, textarea, select {
	font-family: 'abel', sans-serif;
	color: #1b1c1d;
	font-size: 7mm;
	padding: 2px 1px;
}

input[disabled] {
	background: white;
	color: #1b1c1d;
}

#compra {
	font-size: 24px; 
	margin: auto; 
	text-align: left; 
	width: 890px;
}

.menu {
  width: 170mm;
}

.apartat {
	width: 420px;
	padding: 15px 10px;
	background-color: #1b1c1d;
	min-height: 360px;
	float: left;
	margin: 0.5mm;
}

.apartat camp {  
	margin-top: 2mm;
}

.apartat .boto {  
	float: right; 
	margin-left: 5px;
	color: white;
	font-family: 'Roboto condensed', sans-serif;
	cursor: pointer;
}

.selector {
	padding: 0px; 
	width: 100%; 
	margin: 0 auto
}

.selector li {
	font-size: 5mm;
	color: #0ccfd5;
	background-color: #313236;
	padding: 3mm 0;
	text-align: center;
	border: none;
	margin: 4mm;
	width: 70mm;
	height: 15mm;
	display: block; 
	float: left;
	vertical-align: middle;
	cursor: pointer;
}

li.quota {
	width: 20%;
	height: 30mm;
	min-width: 50mm;
}

li.quota div:first-child {
	color: white;
	margin-top: 10%;
}

.quota .preu {
	margin: 3mm auto;
	font-size: 6mm;
}

.quota .oferta {
	padding: 2mm 3mm;
	width: 30%;
	margin: 3mm auto;
	border-radius: 1mm;
	background-color: #048696;
	color: white;
	font-size: 4mm;
}

li.tarifa {
	width: 47%;
	height: auto; 
	padding: 6mm 0;
	vertical-align: middle;
}

.tarifa[data-grup=" 2"]{
	border-left: 10px solid red;  
	color: red;
}

.selector li:hover {
	background-color: #1b1c1d;
	color: gold;
}

.selector img {
	margin: 1mm;
	width: 8mm;
}	

.tarifa .preu {
	font-size: 32px;
	color: white;
	padding-top: 5px;
}

.tarifa .info {
	font-size: 80%;
	color: gray;
	padding: 0;
	margin: 0 3mm;
}

.selector .fraile {
	-border-left: 10px solid red;
}

.selector .red {
	-border-left: 10px solid red;
}

.selector .usaclinic {
	-border-left: 10px solid #0066ff;
}

.selector .blue {
	-border-left: 10px solid #0066ff;
}

.selector .divergym, .orange {
	-border-left: 10px solid orange;
}

.selector .orange {
	-border-left: 10px solid orange;
}

.selector .sadona, .pink {
	-border-left: 10px solid hotpink;
}

#dni {
	text-transform: uppercase;
}

#centre li {
	padding: 15mm 10mm;
	margin: 5mm;
}

.info {
	font-size: 17px;
	color: white;
	padding: 10px 0px;
}

#detallsMissatge h3 {
	margin: 0 10px;
	min-height: 70px;
}

#centre li:hover .info {
	color: white;
}

#missatge {
	color: white;
	font-size: 9mm;
	text-align: center;
	padding: 5mm;
	margin-block-end: 0;	
}

label {
	color: #0ccfd5;
	text-transform: uppercase;
	font-size: 5.5mm;
}

.camp {
	background-color: white; 
	margin-top: 1mm;
	margin-bottom: 4mm;
	padding: 0 2mm;
}   

.icon {
	float: right; 
	margin: 0.4mm;
	width: 9mm;
	height: 9mm;
	background-repeat: no-repeat;
}

.valid {
	background-image: url("../img/ok.png");
	background-size: 9mm;
}

.confirmat {
	nomargin: 7px 1px;
	background-image: url("../img/okblau.png");
	background-size: 9mm;
}

.invalid {
	margin: 2px -1px;
	background-image: url("../img/fallo.png");
	background-size: 9mm;
}

#dimmer {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 100;
}

#loading {
	position: fixed;
	top: 70px;
	bottom: 40px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.65);
	padding-top: 15%;
	font-size: 26px;
	color: white;
	text-align: center;
}

#modal {
	font-size: 28px;
	padding: 0px 50px;
	background-color: white;
	position: fixed;
	opacity: 1;
	left: 25%;
	right: 25%;
	top: 20%;
	height: 50%;
	border: 1px silver solid;
	z-index: 200;
	box-shadow: 0px 0px 18px -2px black;
}

#modal h1 {
	font-size: 47px;
	color: crimson;
}

#cosmodal {
}

#peumodal {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	text-align: center;
}

#peumodal #resposta1 {
	background-color: #048696;
}
#peumodal #resposta2 {
	background-color: crimson;
}

#botoClausulesNo {
	background-color: crimson;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent; 
	border-right:12px solid gold;
	float: left; 
}

.flex {
	display: inline-flex;
}
#menu {
	max-width: 100%;
	min-width: 100%;
}
	
#menu ul {
	height: 40%; 
	display: flex; 
	justify-content: center;
	list-style:none;
	margin: 1mm;
	padding: 3mm auto;
	color: #0ccfd5;
	font-size: 5mm;
	padding-inline-start: 2mm;
}

#menu ul:nth-child(2) {
	color: white; 
	font-size: 4.2mm;
}

#menu li {
	padding: 1mm 1.2mm;
	cursor: pointer;
}

#menu li:hover {
	color: gold;
}

#p li:hover {
	color: gold;
}

#menu .boto {
	display: none;
	float: right;
	height: 46px;
}

#menu .boto img {
	height: 46px;
}

#menu a:hover {
	width: 		auto;
	display:	block;
	color: gold !important;
	background-color: #1b1c1d !important;
}

.logo {
	background-color: #acb5ba !important;
	background-size: auto;
	background-repeat: no-repeat;
	width: 70mm;
	height: 100%;
}

#logofacebook {
	width: 10mm; 
	margin: 4mm 1mm;
}

#info {
	font-size: 15px;
	background-color: #eeeeee;
	min-height: 400px;
	padding: 0px 0px;
	text-align: center;
}

.disabled {
	pointer-events: none;
	cursor: default;
}


#clausules {
	font-size: 18px;
	padding: 0px 0px;
	background-color: white;
	position: fixed;
	opacity: 1;
	left: 20px;
	right: 20px;
	max-width: 850px;
	margin: 0px auto;
	top: 50px;
	bottom: 50px;
	z-index: 200;
	box-shadow: 0px 0px 18px -2px black;
}

#clausules ul {
	position: absolute;
	top: 55px;
	bottom: 70px;
	left: 20px;
	right: 20px;
	overflow: auto;
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
}

#clausules h1 {
	font-size: 27px;
	color: white;
	margin: 0px 0px;
	padding: 8px;
	text-transform: uppercase;
}

#clausules li {
	margin: 2px 0px;
	text-align: left;
	font-family: 'abel', sans-serif;
	font-size: 22px;
	color: dimgray;
	line-height: 20px;
	margin: 0px 0px;
	text-align: justify;
}

#clausules h2 {
	font-size: 17px;
	margin: 6px 0px 2px 0px;
}


#clausules p {
    font-family: 'abel', sans-serif;
    font-size: 18px;
    color: dimgray;
    line-height: 20px;
    margin: 9px 0px;
}  

#clausules3 p {
  margin: 5px 0px;
}

#clausules1 li {
	font-size: 19px;
	margin: 10px 3px 11px 20px;
	list-style-type: decimal;
}

#clausules4 ul {
	top: 100px;
}

#clausules4 h2 {
	padding: 30px 25px;
	text-align: left
}

#clausules4 li {
	font-family: 'abel', sans-serif;
	font-size: 19px;
	list-style-type: decimal;
	margin: 7px 15px;
	margin-block-start: 0;
}

#clausules4 p {
  color: dimgray;
  line-height: 24px;
  margin-bottom: 9px;
}

#clausules5 h2 {
  font-size: 20px;
  margin: 25px 35px;
  color: dimgray;
}

#clausules5 ul {
  top: 80px;
}

#clausules4 div {
  color: dimgray;
  line-height: 25px;
}

#clausules6 p {
  font-size: 20px;
	font-weight: bolder;
	padding-bottom: 10px;
}

#clausules6 li {
	font-family: 'abel', sans-serif;
	font-size: 19px;
	list-style-type: none;
	margin: 5px 15px;
}

#botoClausulesNo {
	background-color: crimson;
}

#clausules .peu {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 55px;
	padding-top: 12px;
	background-color: gainsboro;
	text-align: right;
	padding: 10px 10px 0 0;
}

#clausules .boto {
	font-size: 5mm;
	font-family: 'roboto', sans-serif;
}

#clausules span {
	padding: 0;
}	

#clausules b {
	clear: right;
	padding: 0px 2px;
	background-color: gold;
	color: dimgray;
	font-size: 14px;
}

#clausules1 p {
	color: red;
	font-size: 21px;
	padding: 14px 5px;
	background-color: gold;
}

#clausules u {
	text-decoration: none;
	font-size: 18px;
}

#pantallatiquet p
{ 
	font-size: 21px;
	color: #1b1c1d;
	margin: 5px; 
	padding: 0;
}

.tiquet
{
	font-family: calibri light, sansserif;
	font-size: 18px;
}

.tiquet .cos
{
	font-family: calibri light, sansserif;
	font-size: 18px;
}

.tiquet img
{
	filter: grayscale(100%);
}

.tiquet b
{
	float: left;
	clear: left;
	min-width: 90px;
	margin: 0px;
	padding: 0px;
}

.tiquet span
{
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

#logos {
	padding-top: 0px;
	display: none;
}

#logos img {
	width: 150px; 
	margin: 0px 20px;
}

#pantallaEspera {
	text-align: center;
}	

#pantallaEspera img {
	width: 15%;
	margin: 10%;
}

#tarjes {
	width: 40vh; 
	margin-top: 20vh;
}  

#pagadors {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	heigth: 300px;
	padding: 20px;
	background-color: white;
	text-align: center;
	margin: 15px 30px;
	border-radius: 4px;
}

#pagadors img {
	width: 42%;
}
#pagadors .pendent {
	filter: grayscale(1);
	opacity: 0.4;
}

#pagadors span {
	padding: 2px 10px;
	position: relative;
	background-color: red;
	border-radius: 5px;
	color: white;
	left: -40px; 
	top: -10px;
}

#detallsidentificacio .botonera {
	padding-top: 9mm;
}

#detallsMissatge {
	color: white;	
}

#detallsMissatge .botonera {
	padding-top: 5mm;
}

#detallsMissatge label b {
	font-weight: bolder;
	color: red;
}

#detallspago .botonera {
	padding-top: 10mm;
	clear: both;
}

#detallstarja .botonera {
	padding-top: 10mm;
	clear: both;
}

#peu {
	height: 40mm;
	background-color: #2b3034;
	color: white;
}
#menumobil 
{
	display: none;
}

#menumobil li
{
	cursor: pointer;
}

.iconmenu 
{
	display: none;
	float: right;
}	
	
.menu.nomobil li span {
  vertical-align: top; 
}
.menu.nomobil li img {
  height:4.5mm;
  padding: 0.4mm;
}
#menumobil li img {
  height: 14mm;
  padding: 0 2mm ;
}
#menumobil li span {
  vertical-align: top;
}

#menumobil {
  z-index: 1000;
}

#accesContacte.nomobil {
  color: white; 
  font-size: 3.5mm; 
  width: 65mm; 
  margin: 1.5mm 1mm; 
  background-color: #5a5b5e; 
  min-height: 8mm; 
  text-align: right; 
  padding: 2mm 0; 
  text-align:center;
  border-radius: 1mm;
}

#accesContacte.nomobil div {
  padding: 1mm 0; 
}

#accesContacte.nomobil div b {
  font-size: 3.7mm; 
  color: #0ccfd5; 
  padding: 0 1mm;
}

#contingut.radio {
  display: flex; 
  flex-direction: column; 
  align-items: center;    
}    


@media (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2.0), 
@media (orientation: portrait) and (min-width: 900px)
{
	#capsalera {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #acb5ba;
		zoom: 215%;
	}	
	#app, #pagina {
		width: 100%;
	}
	#contingut
	{
		zoom: 200%;
		width: 100%;
		margin-top: 35mm;
	}
	#indicacions
	{
		zoom: 230%;
		position: fixed;
		top: 18mm;
		width: 100%;
	}
	#clausules * {
		zoom: 105%;
	}	
	#clausules h1 {
		zoom: 125%;
	}	
	#clausules .boto {
		zoom: 125%;
	}	
	.nomobil {
		display: none;
	}
	.flex {
		display: flex;	
	}
	.logo  {
		width: 100%;
		margin-left: 44px;
	}	
	#compra {
		width: 440px;
	}
	.apartat {
		float: none;
	}
	.selector li {
		height: auto;
		zoom: 180%;
		padding: 1px 3mm;
		margin: 1px 3mm;
	}
	#centre li {
		padding: 2mm 5mm;
		margin: 1px 3mm;
	}
	.tarifa {
		_zoom: 110%;
	}
	.nomobil { 
		display: none
	}
	#missatge {
		font-size: 8mm;
		padding-bottom: 3mm;
	}	
	#iconmenu {
		display: inline;
		padding: 20%;
		height: 60%;
	}
	.iconmenu {
		display: inline;
	}	
	.iconmenu img {
    padding: 2mm 3mm;
    height: 15mm;    
	}
	li.tarifa {
		width: 100%;
		height: auto;
	}					
	#modal {
		left: 7%;
		right: 7%;
		top: 25%;
		font-size: 13mm;
		height: 25%;
		padding: 15mm;
	} 		
	#modal h1 
	{
		font-size: 15mm;
		color: crimson;
	}
	#peumodal
	{
		padding: 15mm;
	}		
	#peumodal .boto
	{
		font-size: 13mm;
	}		
	#menumobil 
	{
		width: 100%;
		height: 100%;
		color: white;
		font-size: 12mm;
		position: fixed;
		padding: 0 15mm;
		background-color: #282f30;
		top: 40mm;
	}
	#menumobil ul 
	{
		width: 85%;
		padding: 0;
	}
	#menumobil ul:first-child li 
	{
		color: #0ccfd5;
		font-size: 18mm;
	}
	#menumobil li {
		padding: 5mm 0;
		list-style-type: none;
		border-bottom: 3px white solid;
		padding-inline-start: 0;
	}
	#menumobil li:hover 
	{
		color: gold;
		cursor: pointer;
	}
	#pasa {
		padding: 0;
	}	
	#animacio {
		width: 15%;
		margin: 15%;
	}
	#pantallaTiquet {
		zoom: 130%;
		margin-top: 50mm;
  }
  #contingut.radio {
    padding-top: 40%;
  }
  .tiquets {
    flex-direction: column;
  }
}  

