@font-face{
	font-family:"Poppins";
	src: url(../fonts/Poppins-Regular.ttf);
	font-style: normal;
	font-weight: 400;
}

@font-face{
	font-family:"Poppins";
	src: url(../fonts/Poppins-Bold.ttf);
	font-style: bold;
	font-weight: 600;
}

@font-face{
	font-family:"Poppins";
	src: url(../fonts/Poppins-ExtraBold.ttf);
	font-style: strong;
	font-weight: 800;
}


@font-face{
	font-family:"Poppins";
	src: url(../fonts/Poppins-LightItalic.ttf);
	font-style: italic;
	font-weight: 300;
}



*{margin: 0 ; padding: 0; list-style: none; text-decoration: none;}

body {
	background: url(../img/fondo1.jpeg);
	background-color: #1C1C1B;
	background-size: 200vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Poppins',  sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	display: flex;
	flex-direction: column;
	margin: auto;
	width: 100%;
	max-width: 1200px;
	justify-content:center;
	text-align: center;
	align-items: center;
	
}

body:before{
	content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(100, 0, 180, 0.5);
    position: fixed;
    z-index: -1;
	top: 0;
}

/* ---- personalizamos la barra de desplazamiento pagina -----*/

body::-webkit-scrollbar {
	width: 6px;
	background: rgba(127,140,141,0.3);
	margin-right: 5px;
	height: 6px;
}

body::-webkit-scrollbar-thumb {
	background: #3498db;
	border-radius: 10px;
}

header {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    line-height: 70px;
    justify-content: space-between;
	background-color: rgba(80,80,100,1);
	z-index: 5;
}

header img {
	width:100%;
}

#error404 {
	margin: -50px auto;
	width: 80%;
	max-width: 350px;
}

.error404-fondo {
	background-color: #1C1C1B;
    min-width: 100%;
    min-height: 128vh;
}

.line{
	width: 100%;
	border-bottom: solid 1px rgba(0,0,0,0.3);
	float: inherit;
}

.contenido-corto{
	margin: 110px auto 0; 	
	justify-content: center;
	text-align: center;
	width: 100%;
 	display: inline-block;
}

.icono{
	width: 95%;
	max-width: 200px;
}


.pag{
	padding: 10px;
	font-size: 24px;
	font-weight: 800;
	color: white;
}



/*----------EMAIL------------*/

.email h3{
	background: #FF1A43;
}

/*---------------------INDEX------------------------------------*/

.ws{
    display: block;
    position: fixed;
    z-index: 200;
    color: #ffffff;
    font-size: 14px;
    background-color: lightslategrey;
    padding: 1px 1px 1px 30px;
    justify-content: center;
    top: 14%;
    right: 13.5%;
    font-weight: 800;
    border-radius: 50px;
    text-transform: uppercase;
}

.ws i{
	color: white;
    font-size: 20px;
    background-color: #00cf30;
    padding: 12px 13px;
    justify-content: center;
    border-radius: 50%;
}

.ws a{
    text-decoration: none;
    color: white;
    margin: 0;
	background: transparent;
    padding: 15px 0px;
}



.ws:hover {
	background-color: white;
    transition: all 0.3s ease;
    color: #FF1A43;
}

.ws i:hover {
    background-color: #FF1A43;
    transition: all 0.3s ease;
}

.ws a:hover {
	color: black;
	transition: all 0.3s ease;
}

div.fondo-oscuro{
    background-color: rgba(25, 28, 30, 0.97);
    width: 70%;
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
	
}

div.marco {
	border: 2px solid transparent;
	border-image: linear-gradient(90deg, rgba(119,0,255,1) 0%, rgba(255,0,69,1) 100%) 1;
	width: 100%;
	height: 100%;
}

div.contenido-ingresar{
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 70%;
    overflow: hidden;
    background-color: #252427;
    box-shadow: 0 1px 20px rgb(0 0 0 / 50%);
    border-radius: 15px;
}

.col-3 {display: grid; grid-template-columns: 0.8fr 1fr 0.5fr;}

a.logo-ingreso {
	background-color: black;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	min-width: 100%;
}


#logo-bg {
	height: 110%;
    position: absolute;
	right: -69px;
}

#logo-chill{
	z-index: 5;
    width: 60%;
    max-height: 140px;
    margin: auto;
    top: 16%;
    position: absolute;
    left: 50%;
    transform: translate(-50% , -50%);
}

#logo-bg:hover {
	height: 130%;
	right: -69px;
	transition: ease-in-out 0.3s;
}


div.form-ingreso{	
 margin: 0 auto;
 position: relative;
 width: 100%;
}


.formulario-ingreso{
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
}

.titulo {
	font-size: 20px;
	font-weight: bold;
	color: white;
	width: 80%;
    margin: auto;
}

.form-ing{
    background: none;
    color: lightslategray;
    padding: 5px 10px;
    border: solid 1px #A5A5A5;
    border-radius: 50px;
    margin: 10px auto;
    outline: none;
    font-family: 'Poppins',  sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    width: 70%;
}

.form-ing:hover {
	border: solid 1px  #FF1A43;
}

.form-ing:focus{
	color: white;
}


.form-colegio-tique{
	background:none;
	color: white;
	padding: 2px;
	border: solid 1px #A5A5A5;
	border-radius: 50px;
    margin: 10px auto;
	outline: none;
	font-family: 'Poppins',  sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	width: 90%;
}

.contenido-ingresar button.boton{
	font-size: 10px;
	width: 30%;
	border-radius: 0;
	color: white;
	margin: 5px auto;
	letter-spacing: 0.5;
}



.formulario-ingreso button.boton{
    font-size: 14px;
    width: 65%;
    border-radius: 0;
    color: white;
    margin: 5px auto;
}

.formulario-ingreso button.boton a{
	text-decoration: none;
	color: white;
}


div.ingreso{
	background-color: #5f5e63;
	overflow:hidden;
}

div.ingreso .titulo{
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
}

div.ingreso p{
	font-size: 12px;
	color: lightgray;
	text-align: left;
	margin: 15px;
	height: 80%;
}

div.ingreso p b{
	color: #252427;
	font-weight: 800;
}

input:focus {
  border: 1px solid #FF1A43;
}

.aclaracion{
    color: lightslategray;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    height: 10%;
    width: 60%;
    margin: auto;
    top: 19%;
}

.boton-oculto {
	margin: 15px;
    padding: 10px;
    text-decoration: none;
    background: transparent;
    border: transparent;
    border-top: solid 1px #FF1A43;
    color: transparent;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    position: relative;
    top: 20px;
}

.salir {
	border-top: solid 1px lightslategray;
}


/*------------------------INGRESO DE CUIL-----------------------*/

div.form-ingreso-cuil{	
	margin: 50px auto 0;
	position: relative;
	width: 95%;
   }

.form-ingreso-cuil input.boton{
	font-size: 14px;
	width: 65%;
	border-radius: 0;
	color: white;
	margin: 5px auto;
	letter-spacing: 0.5;
}

.form-ingreso-cuil input.boton a{
	text-decoration: none;
	color: black;
}

.form-ingreso-cuil input.boton:disabled {cursor: wait; opacity: 0.3; background-color: #a8001f;}

div.guia-cuil{
    background-color: #5f5e63;
    overflow: hidden;
}

div.guia-cuil .titulo{
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
}

div.guia-cuil p{
	font-size: 12px;
	color: lightgray;
	text-align: left;
	margin: 15px;
	height: 80%;
	margin-left: 14%;
}

div.guia-cuil p b{
	color: #252427;
	font-weight: 800;
}

/*----------ESCANER QR ---------*/


div.fondo-oscuro-qr{
    background-color: rgba(25, 28, 30, 0.97);
    width: 70%;
    height: 80%;
    position: absolute;
    padding: 20px;
    top: 42%;
    transform: translateY(-50%);
    margin: 80px auto;
}

div.marco-qr {
	border: 2px solid transparent;
	border-image: linear-gradient(90deg, rgba(119,0,255,1) 0%, rgba(255,0,69,1) 100%) 1;
	width: 100%;
	height: 100%;
}

div.contenido-ingresar-qr{
	height: auto;
    background: none;
    box-shadow: none;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    overflow: visible;
    border-radius: 15px;
	grid-template-columns: 1fr;
}

.contenido-ingresar-qr button.boton{
	font-size: 12px;
    width: auto;
    border-radius: 0;
    color: white;
    margin: 5px auto;
    padding: 5px 8px;
}

.botonera {
	margin: 15px auto;
    width: 100%;
    height: 55px;
}

input.fecha-qr{
	font-family: 'Poppins', sans-serif;
    padding: 10px 15px;
    border-radius: 26px 0px;
    border: none;
    margin: 10px;
    outline: none;
	background: white;
}

span.qr-ok {
	background-color: limegreen;
    color: white;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
    top: 12px;
    line-height: 44px;
}

span.qr-no {
	background-color: #FF1A43;
    color: white;
    padding: 18px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    top: 12px;
}

#qr-reader__dashboard_section_csr div button {
	background-color: #5b1ea1;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 9px;
    padding: 5px 8px;
    margin: 2px 10px;
    width: auto;
    display: inline-block;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.02em;
    z-index: 20;
}

#qr-reader__dashboard_section_swaplink {
	text-decoration: none;
    background-color: #5b1ea1;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 11px;
    padding: 15px 20px;
    margin: 10px auto;
    width: auto;
    display: inline-block;
    border-radius: none;
    border: none;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.02em;
    z-index: 20;
}

#qr-reader__scan_region img {
	background: white;
    padding: 19px;
    border-radius: 25%;
    overflow: visible;
}

#qr-reader__filescan_input{
	width: 200px;
    font-family: 'Poppins';
    color: white;
}

#qr-reader__filescan_input button{
	width: 200px;
    font-family: 'Poppins';
    background-color: red;
}

#qr-reader__dashboard_section_fsr span{
	color: white;
    display: block;
	font-size: 12px;
    padding: 10px;	
}

a.logo-ingreso-qr {
	background-color: transparent;
	position: relative;
	min-height: 100px;
	height: 100%;
	min-width: 100%;
	z-index: 150;
	overflow: visible;
}

#logo-bg-qr {
	display: none;
}

#logo-chill-qr{
	z-index: 5;
    width: 60%;
    max-height: 140px;
    margin: auto;
    top: 16%;
    position: absolute;
    left: 50%;
    transform: translate(-50% , -50%);
}




/*----------GENERAL ---------*/
.formulario {
	background:none;
	color: black;
	padding: 10px;
	border: solid 1px #A5A5A5;
	border-radius: 50px;
    margin: 10px auto;
	margin-top: 0;
	width: 80%;
 	max-width: 300px;
	outline: none;
	font-family: 'Poppins',  sans-serif;
	font-weight: 300;
	font-size: 20px;
 	letter-spacing: 0.05em;
	text-align: center;
	display: inline-block;
}


dl.registrarse dt{
	padding: 10px;
	font-size: 24px;
	font-weight: 800;
	color: #424242;
}

.boton {
    background-color: #5b1ea1;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 20px;
    margin: 2px 10px;
    width: auto;
    display: inline-block;
    border-radius: none;
    border: none;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.02em;
    z-index: 20;
}

.boton:hover {
	background-color: #FF1A43;
}

.boton:focus{
	background-color: #fa4768;
	border: none;
}

.boton:disabled {cursor: none; background: #1F958B;}

.error {
	font-family: 'Poppins',  sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: black;
	background-color: rgba(255, 0, 0, 0.7);
 	display: flex;
	position: fixed;
	padding: 10px 15px;
	border-radius: 15px;
	left: 50%;
   	bottom: 5%;
   	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 300;

}

div.alert-danger {
	font-family: 'Poppins',  sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: black;
	background-color: rgba(255, 0, 0, 0.7);
 	display: flex;
	position: fixed;
	padding: 10px 15px;
	border-radius: 15px;
	left: 50%;
   	bottom: 2%;
   	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 300;
}

div.alert-warning {
	font-family: 'Poppins',  sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: black;
	background-color: rgba(255, 0, 0, 0.7);
 	display: flex;
	position: fixed;
	padding: 10px 15px;
	border-radius: 15px;
	left: 50%;
   	bottom: 2%;
   	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 300;
}

div.alert-success {
	font-family: 'Poppins',  sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: black;
	background-color: rgba(0, 255, 42, 0.897);
 	display: flex;
	position: fixed;
	padding: 10px 15px;
	border-radius: 15px;
	left: 50%;
   	bottom: 2%;
   	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 300;
}

div.alert-info {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: white;
    background: linear-gradient(90deg, rgba(119,0,255,1) 0%, rgba(255,0,69,1) 100%);
    display: inline-block;
    position: absolute;
    padding: 10px 0px;
    border-radius: 0;
    top: 30px;
    text-align: center;
    z-index: 300;
    width: 100%;
}


/*----------------------------FORMULARIOS--------------------------*/

.chill-logo-header{
	height: 50px;
    margin: 0 15px 0;
    line-height: 50px;
    top: 15%;
    position: relative;
    left: 25%;
}

.wsf{
	display: block;
    position: relative;
    z-index: 200;
    color: white;
    font-size: 20px;
    background-color: lightslategrey;
    padding: 1px 0px 1px 17px;
    justify-content: center;
    top: 15px;
    right: 5%;
    font-weight: 800;
    border-radius: 20px;
    line-height: 30px;
    height: fit-content;
}

.wsf i{
	
	color: white;
    font-size: 20px;
    background-color: #00cf30;
    padding: 8px 9px;
    justify-content: center;
    border-radius: 50%;
}

.wsf a{
	text-decoration: none;
	color:#C1A057;
}

.wsf:hover {
	background-color: white;
	color: black;
	transition: all 0.3s ease;
}

.wsf i:hover {
	background-color: #FF1A43;
	transition: all 0.3s ease;
}

.wsf a:hover {
	color: black;
	transition: all 0.3s ease;
}


div.container {
    margin: 80px auto 0;
    width: 90%;
    background-color: black;
    padding: 5%;
}


.tabla{
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	overflow: hidden;
	margin: auto;
	text-align: center;
	transition: all 0.1s;
	padding-bottom: 1rem;
	border: none;
	font-family: 'Poppins', sans-serif;
	background-color: white;
	align-items:center;
	justify-content:center;
}

.estado {
	background-color: #5b1ea1;
    color: white;
    padding: 10px;
    padding-top: 1em;
}

b{
	font-family:"Poppins", sans-serif;
	font-style: bold;
	font-weight: 600;
	
}

.fila{
	display: flex;
	width: 95%;
	justify-content: space-between;
	padding: 20px;

}

.datos{
	display: inline-block;
	margin: 10px;
  	text-align: center;
	font-size: 14px;
}

.contenido-registro {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 50px auto;
}

.cabecera-registro {
    display: inline-block;
    width: 100%;
}


.azul-negrita {
	font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: white;
    font-size: 40px;
}

.carrito-leyenda {
		font-family: "Poppins", sans-serif;
		font-weight: 800;
		color: white;
		font-size: 30px;
		margin-right: 10px;
		background: black;
		height: 30px;
		padding-bottom: 10px;
}

.carrito-medio-pago {
	font-family:"Poppins", sans-serif;
	font-weight: 800;
	color: white;
	font-size: 20px;
	margin-right: 10px;
	float:left;
	background: black;
    padding-right: 20px;
}

select#payMethod, select#payInstallments {
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    width: 80%;
    max-width: 28em;
	margin: 20px;
}

select#payMethod:hover, select#payInstallments:hover {
    background: linear-gradient(90deg, rgba(119,0,255,1) 0%, rgba(255,0,69,1) 100%);
}

.grande{
	text-align: left;
}

.lineazul{
	width: 100%;
	background-image: linear-gradient(90deg, rgba(119,0,255,1) 0%, rgba(255,0,69,1) 100%);
    height: 2px;
    margin-top: 10px;
}

.show{
	display: flex;
}

.form-control{
	background:none;
	color: white;
	padding: 5px 10px;
	border: solid 1px #A5A5A5;
	border-radius: 50px;
    margin: 10px auto;
	margin-top: 0;
	outline: none;
	font-family: 'Poppins',  sans-serif;
	font-weight: 300;
	font-size: 12px;
	text-align: left;
	display: block;
	float: left;
	width: 98%;
}


/*--------------------ESTILO DEL DESPLEGABLE---------------*/
option { color: white; background-color: #5f5e63; }
option:hover{ color: white; background-color:#7B16D9; }

.shopping {
	color: white;
    background-color: #000000;    
}

.arriba {margin-top: 50px;}

.text-left {text-align: left;}
.text-right {text-align: right;}

td, th {padding: 5px 30px;}

.itemQuatity {
	width: 3em; 
	font-size: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background: white;
    border: none;
    border-radius: 5px 0px;
	padding: 2px 0 2px 5px;
}

.addtoCart {
	color: white;
    background: #5b1ea1;
    border: none;
	padding: 7px 8px 5.5px 6px;
	cursor: pointer;
}

.addtoCart:hover{ background: #FF1A43;}

a.delete {
    color: white;
    background: #FF1A43;
    padding: 8px;
    border-radius: 3px;
}

a.delete:hover {
	background: #c00224;
}

.quitar {display: none;}

a.carrito-leyenda-right {
    float: right;
    position: relative;
    line-height: 30px;
    color: white;
    background: #5b1ea1;
    padding: 0 10px;
    border-radius: none;
    font-weight: 600;
}
a.carrito-leyenda-right:hover {
	background: #FF1A43;
}

div.seconds {
	margin: auto;
	color:rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255,26,67,0.5) 0%, rgba(91,30,161,0.5) 100%);
	padding: 10px 20px;
	border-radius: 15px;
}
#seconds {
	display: inline-block;
}

.cho-container {
	display: none;
}

dl.completar{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
	justify-content: center;
	text-align: center;
	align-items: center;

}

.rellenar{
	display: grid;
	grid-template-columns: 30% 30% 30%;
	width: 100%;
	max-width: 1200px;
	justify-content: space-between;
	text-align: left;
	align-items: left;
	gap: 1em;
}

.bloque {
	width: 95%;
	flex-direction: column;
}


dl.completar dt{
	padding: 5px;
	font-size: 14px;
	font-weight: 600;
	color: white;
	float: left;
	display: block;
}



.elcheck{
	display: flex;
	text-align: center;
	width: 100%;
	background-color: #EAE7EA;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
}

.bloque-check{
	flex-direction:row;
	display: flex;
	width: 450px;
	justify-content: space-between;


}

.form-check{
	zoom: 1.5;
	float: left;
	margin-top: 3px;

}

dl.completar .bloque-check dt{
	padding: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #424242;
	text-align: center;
}

#localAdrresss{
	width: 100%;
	display: grid;
	grid-template-columns: 25% 73%;
	gap: 1em;
	margin-top: 20px;
	background-color: #fff;
	transition: all 3s ease;
}

.icono-local{
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}

.ico-local{
 	width: 80%;
	margin-right: auto;
	margin-left: 30px;
}


.registro-local{
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 1em;
	margin-right: 30px;

}

.foot-continuar{
	display: flex;
	width: 100%;
	justify-content: space-between;
}


.dcha{
	float: right;
	margin-top: 30px;
}

.izq{
	float: left;
	margin-top: 55px;
}

.razon{
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	overflow: hidden;
	margin: auto;
	text-align: center;
	transition: all 0.1s;
	border: none;
	font-family: 'Poppins', sans-serif;
	background-color: white;
	align-items:center;
	justify-content:center;
}

.contenido-regsitro{
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	width: 95%;
}


.archivos{
	margin-top: 40px;
	margin-bottom: 25px;
}

.rellenar2col{
	display: grid;
	grid-template-columns: 47% 47%;
	width: 100%;
	max-width: 1200px;
	justify-content: space-between;
	text-align: left;
	align-items: left;
	gap: 1em;
}

.hide{
	display:none;
}

/*------------------------FINAL------------------*/

svg#freepik_stories-celebration {
	fill:rgb(255, 163, 163);
	color:rgba(0, 255, 42, 0.897);
	background-color: aqua;
}

.pag-fin{
	padding: 10px;
    font-size: 24px;
    font-weight: 800;
    color: white;
    margin: auto;
    margin-top: 40px;
    max-width: 60%;
}

p.p-fin{
	width: 80%;
    max-width: 60%;
    font-size: 14px;
    color: lightslategray;
    font-weight: 300;
    margin: 0 auto 15px;
}

.boton i {
    color: white;
    font-size: 22px;
    padding: 8px 9px;
    justify-content: center;
    border-radius: 50%;

}


/*---------------MEDIA QUERIES 1000---------------------*/

@media screen and (max-width: 1000px) {

/*---------------INDEX RESPONSIVE 1000---------------*/

.ws{
	display: block;
	position: absolute;
	z-index: 200;
	font-size: 20px;
	background-color: transparent;
	padding: 1px 1px 1px 8px;
	justify-content: center;
	top: 12%;
    right: 17%;
	font-weight: 800;
	border-radius: 20px;
}

.ws i{
	font-size: 20px;
	padding: 8px 9px;
}

.ws a{
	text-decoration: none;
	color: transparent;
}


div.contenido-ingresar{
	width: 100%;
	height: 80vh;
	background-color: transparent;
	box-shadow: none;
	overflow: visible;
}


.col-3 {display: grid; grid-template-columns: 1fr;}

a.logo-ingreso {
	background-color: transparent;
	position: relative;
	min-height: 100px;
	height: 100%;
	min-width: 100%;
	z-index: 150;
	overflow: visible;
}

#logo-bg {
	display: none;
}



div.form-ingreso{	
 margin: 80px auto 0;
 position: relative;
 width: 100%;
}


.formulario-ingreso{
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
}

.titulo {
	font-size: 18px;
	font-weight: bold;
	color: white;
}


.form-ing{
	background:none;
	color: white;
	padding: 2px;
	border: solid 1px #A5A5A5;
	border-radius: 50px;
    margin: 10px auto;
	outline: none;
	font-family: 'Poppins',  sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	width: 70%;
}

.form-colegio-ticket{
	background:none;
	color: white;
	padding: 2px;
	border: solid 1px #A5A5A5;
	border-radius: 50px;
    margin: 10px auto;
	outline: none;
	font-family: 'Poppins',  sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.formulario-ingreso button.boton{
	font-size: 13px;
    width: 65%;
    min-width: 180px;
    border-radius: 0;
    color: white;
    margin: 2px auto;
}

.formulario-ingreso a.botona{
	text-decoration: none;
	color: white;
}


div.ingreso{
	overflow:hidden;
	margin-top: 18vh;
	background: none;
}

div.ingreso .titulo{
	font-size: 16px;
	font-weight: 600;
	margin-top: 50px;
}

div.ingreso p{
	margin: 5px auto 0;
	height: 100%;
	margin-left: 14%;

}

div.ingreso p b{
	color: gray;
	font-weight: 800;
}

input:focus {
  border: 1px solid #5b1ea1;
}

.aclaracion{
	color: white;
    font-size: 14px;
    font-weight: 100;
    position: relative;
    height: auto;
    width: 100%;
    min-width: 150px;
    margin: 0px -23%;
    top: 26px;
    background-color: rgba(10, 10, 10, 0.6);
    padding: 50px 21.8%;
}


/*---------ESCANER QR 1000---*/

div.fondo-oscuro-qr{
	background-color: rgba(25, 28, 30, 0.97);
    width: 70%;
    height: auto;
    position: absolute;
    padding: 20px;
    margin: 80px auto;
}

div.marco-qr {
	border: 2px solid transparent;
    border-image: linear-gradient(90deg, rgba(119,0,255,1) 0%, rgba(255,0,69,1) 100%) 1;
    width: 100%;
    height: auto;
}

div.contenido-ingresar-qr{
    width: 100%;
    
    overflow: visible;
    position: relative;
    transform: translateY(0%);
	margin-bottom: 20px;
}

/*---------------INGRESO DE CUIL RESPONSIVE 1000---------------*/

div.form-ingreso-cuil{	
	margin: 0 auto;
	position: relative;
	width: 90%;
   }
   
div.guia-cuil{
	overflow:hidden;
	margin-top: 0;
	background: none;
}

div.guia-cuil .titulo {
	margin: 0;
	width: 100%;
}

div.guia-cuil p b{
	color: gray;
	font-weight: 800;
}

}

.container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

table.shopping {
    width: 100%;
	max-width: 800px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    table-layout: fixed;
}

table.shopping caption {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 8px 0px;
}

table.shopping tr {
    border: 10px solid rgba(0, 0, 0, 0);
}

table.shopping th, table.shopping td {
    font-size: 16px;
    padding: 8px;
}


table.shopping tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

table.shopping tbody td:hover {
    background-color: rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 600px) {
    table.shopping {
        border: 0px;
    }
    table.shopping caption {
        font-size: 22px;
    }
    table.shopping thead {
        display: none;
    }
    table.shopping tr {
		margin-bottom: 8px;
		border: 0;
		border-bottom: 4px solid #ddd;
		display: block;
		margin-top: 50px;
    }

	table.shopping tr:first-child {
		margin-top: 20px;

	}

    table.shopping th, table.shopping td {
        font-size: 12px;
    }
    table.shopping td {
        display: block;
        border-bottom: 1px solid #ddd;
        text-align: right;
    }
    table.shopping  td:last-child {
        border-bottom: 0;
    	text-align: center;
   		margin: 10px;
    }

    table.shopping td::before {
        content: attr(data-title);
        font-weight: bold;
        float: left;
		margin-left: 0;
    }


	.carrito-leyenda {font-size: 20px;}
	.quitar {
		display: inline-block;
   		padding: 5px 10px;
    	border-left: 2px solid transparent;
	}


	.procesados-qr {
		margin:0 !important; 
		text-align: right !important; 
		font-size:20px !important; 
		font-weight:400 !important; 
		background: white; 
		color: black;
	}
}




/*---------------MEDIA QUERIES 690--------------*/

@media screen and (max-width: 690px) {

body {
	background: url(../img/fondo1.jpeg);
	background-color: #1C1C1B;
	background-size: 160vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
}	

.icono{
	width: 50%;
	max-width: 200px;
}

.formulario {
	font-size: 16px;
}

.fila{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
}

.hide{
	display:flex;
}

.datos{
	margin: 20px;
}


.azul-negrita {
	font-size: 25px;
}

.rellenar{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
	justify-content: normal;
	text-align: left;
	align-items: left;
}

.lineazul{
	margin-top: 15px;
}

.show{
	display: none;

}

.foot-continuar{
	display: flex;
	flex-direction: columns;
	justify-content: center;
}

.dcha {
	clear: both;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.bloque-check{
	flex-direction:row;
	display: flex;
	width: 100%;
	justify-content: center;
	margin: auto;

}

.form-check{
	zoom: 2;
	clear: both;
	margin-top: 5px;

}

dl.completar .bloque-check dt{
	font-size: 14px;
	max-width: 315px;
	margin-right: 5px;
}

#localAdrresss{
	width: 100%;
	display: grid;
	grid-template-columns: 100%;
	gap: 1em;
	margin-top: 20px;
	transition: all 3s ease;
	margin-right: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.icono-local{
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	margin-top: 15px;
}

.ico-local{
 	width: 50%;
	margin-right: auto;
	margin-left: auto;
}


.registro-local{
	display: grid;
	grid-template-columns: 100%;
	gap: 1em;
	margin: none;
	margin-top: 15px;
	width: 100%;

}

.form-control{
	width: 100%;
}

.rellenar2col{
	display: grid;
	grid-template-columns: 100%;
	width: 100%;
	max-width: 1200px;
	justify-content: space-between;
	text-align: left;
	align-items: left;
	gap: 1em;
}


}

/*---------------MEDIA QUERIES 400--------------*/

@media screen and (max-width: 400px) {

.wsf {
	font-size: 14px;
}

.wsf:hover {
	color: black;
}

}

div#loading {
    width: 35px;
    height: 35px;
    display: none;
    background: url(/static/img/loadingimage.gif) no-repeat;
    cursor: wait;
    }

