@charset "UTF-8";
:root{
	--font-Family: "Alliance1";
	--font-Family-reco: "Helvetica";
	}

/*------------------------------------------------------RECORRIDO------------------------------------------------------------*/


.poir{
	cursor: pointer;
}

.circulo{
	fill:var(--colorPrincipal);
	stroke:#000000;
	stroke-width:0;
	stroke-linejoin:round;
	stroke-miterlimit:4;
	stroke-dasharray:none;
}

.textoCirculo{
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	line-height:1.25;
	font-family:var(--font-Family-reco);
	letter-spacing:0px;
	word-spacing:0px;
	fill:var(--colorSecundario);
	fill-opacity:1;
	stroke:none;
	stroke-width:0.26458332;
}

.textoReco{
	font-style:normal;
	font-weight:normal;
	font-size:10.58333302px;
	line-height:1.25;
	font-family:var(--font-Family-reco);
	letter-spacing:0px;
	word-spacing:0px;
	fill:var(--colorPrincipal);
	fill-opacity:1;
	stroke:none;
	stroke-width:0.26458332;
}


/*------------------------------------------------------CABECERA------------------------------------------------------------*/
body{
	font-family: var(--font-Family);
}

.idiomaSel{
	cursor: pointer;
}

.cabeceraDivHorizontal{
	padding-left: 0px;
	border-bottom: 1px solid var(--colorPrincipal);
	padding-bottom: 10px;
	margin-right: 20px;
}

.cabeceraDivVertical{
	padding-left: 0px;
	border-bottom: 1px solid var(--colorPrincipal);
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.cabeceraSpan{
	font-family: Alliance1;
	font-size: 12px;
	color: var(--colorPrincipal);
	font-weight: bold;
}

.textoInfoDiv{
	padding-top: 10px;
	padding-left: 0px;
	margin-right: 20px
}

.textoInfoSpan{
	font-size: 24px;
}

.textoPoiCercano{
	font-size: 10px;
	display: flex;
}

.icoServicios{
	margin-right: 26px;
}

.icoServiciosVert{
	margin-bottom: 14px;
}

.panel-default > .panel-heading{
	background-color: var(--colorSecundario);
}

.panel-body{
	border: 0px;
}

.divFlecha{
	height: 100%;
	text-align: right;
}

.cercanoA, .cercanoA:hover, .cercanoA:focus{
	color: var(--colorPrincipal);
}

.cuerpo{
	margin-top: 30px;
	background-color: var(--colorSecundario);
	color: var(--colorPrincipal);
}

.topClie{
/* 	height: 50px; */
	position: sticky;
	background-color: var(--colorPrincipal);
	top: 0px;
	z-index: 9999;
	padding-top: 25px;
	padding-bottom: 25px;

}

.fondoIni{
	background-image: url(../imgs/FondoPareja.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-color: var(--colorPrincipal);
}

.fondoParadas{
	background-image: url(../imgs/FondoParadas.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-color: var(--colorPrincipal);
}

.imagenDiv{
	margin-top: 40px;
}

.TextoResumen{
	font-size: 22px;
}

.collapsed{
	opacity: 0.5;
}

.icon{
	margin-right: 5px;
	width: 15px;
	text-align: center;
}

.inpMail{
	padding-left: 10px;
	border-radius: 15px;
	width: 50%;
	margin-bottom: 15px;
	margin-left: 10px;
}

.cerrarModal{
	font-size: 30px;
	color: white;
	opacity: 1;
	margin-bottom: 10px;
}

.modalExpan{
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 0;
	border: 0px;
}

h1{
	font-family: Alliance1;
	font-size: 100px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.1;
}

h2{
	font-size: 60px;
	font-weight: bold;
}

hr{
	border-color: var(--colorPrincipal)
}

.titParada{
	font-size: 60px;
	font-weight: bold;
}

.tituloIncio{
	color: var(--colorSecundario);
}

#fechaTicketClie{
	border: 0px;
	font-size: 75px;
	color: var(--colorPrincipal);
}

#fechaTicketVenta{
	border: 0px;
	font-size: 36px;
	color: var(--colorPrincipal);
}

.arrowup{
	margin-top: 40px;
	position: absolute;
	color: var(--colorCabeceraTablas);
	margin-left: 4%;
}

.arrowdown{
	margin-top: 63px;
	position: absolute;
	color: var(--colorCabeceraTablas);
	margin-left: 4%;
}
.posabsnoxs{
	position: absolute;
}

.spanParr{
	font-size: 31px;
	line-height: 1.1;
}

.spaceIni{
	margin-top:100px;
}

.inpTotal{
	border: 0;
	background: transparent;
	width: 60%;
	padding-right: 2%;
	font-size: 24px;
}

.btnCompraTicket{
	padding-bottom: 10px;
	padding-left: 12px;
	margin-left: 5%;
	width: 95%;
	display: inline-flex;
	padding-top: 20px;
	border-radius: 50px;
	background-color: var(--colorPrincipal);
	border-color: var(--colorPrincipal);
	color: #fff;
	border: 1px solid transparent;

}

.btnCompraTicket:hover:active, .btnCompraTicket:active, .btnCompraTicket:hover, .btnCompraTicket:focus, .btnCompraTicket:focus:active{
	background-color: var(--colorPrincipalOscuro);
}
	.separacion{
		height: 200px;
	}

.gplicon{
	padding-top: 0px;
	text-align: center;
	position: fixed;
	bottom: 5px;
	right:0px
}

.gplicon a span{
	color: var(--colorSecundario);
}

.svgTicket{
	width: 80px;
	height: 80px;
}
.resultado{
	border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.moreInfo{
	font-size: 10px;
	cursor: pointer;
}
.chosen-single{
	border: 0px !important;
	box-shadow: 0 0 0 0 !important;
	border-radius: 0px !important;
	font-size: 24px !important;
	margin-top: 10px;
	height: 30px !important;
	padding: 0px !important;
}
.chosen-single span{
	height: 30px;
}
.chosen-search-input{
	display: none;
}
.chosen-drop{
	border: 0px !important;

}
.combochosen{
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid var(--colorPrincipal);
	border-radius: 5px;
	background-color: var(--colorSecundario);
	background-clip: padding-box;
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: var(--colorTextoAbm);
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	border: 0px !important;
	box-shadow: 0 0 0 0 !important;
	border-radius: 0px !important;
	font-size: 24px !important;
	margin-top: 10px;
	height: 30px !important;
	padding: 0px !important;
}

.fsmd26-fsxs20{
	font-size: 26px;
}
.fsmd24-fsxs12{
	font-size: 24px;
}
.fsmd10-fsxs8{
	font-size: 10px;
}
@media (min-width: 1200px) {
	.container{
 		width: 1000px;
	}

}

@media (min-width: 1400px) {
	.container{
 		width: 1200px;
	}

}

.selTick{
	padding-left: 20%;
	font-size: 24px;
}

.divform{
	padding-left: 20%;
	padding-right: 10%;
}

@media (max-width: 992px) {

	.pdt-15{
		padding-top: 15px;
	}
}
@media (min-width: 768px) {
	.nomd{
		display: none;
	}

}
@media (max-width: 768px) {
	.separacion{
		height: 130px;
	}
	.fondoParadas{
		background-size: 250%;
	}
	.resultado{
		border-radius: 0;
	}
	.titParada{
		font-size: 38px;
		font-weight: bold;
	}
	.comboMobil{
		font-size: 14px !important;
		margin-top: 5px;
		height: 18px !important;
	}
	.fsmd26-fsxs20{
		font-size: 20px;
	}
	.fsmd24-fsxs12{
		font-size: 12px;
	}
	.fsmd10-fsxs8{
		font-size: 8px;
	}
	.inpTotal{
		font-size: 14px;
		width: 100%;
	}
	.divform{
		padding: 0;
	}
	.inpMail{
		width: 80%;
	}
	.selTick{
		padding-left: 0%;
		font-size: 22px;
	}
	.mrb15xs{
		margin-bottom: 15px;
	}
	.btnCompraTicket{
		margin-left:0;
	}
	h1{
		font-size: 75px;
	}
	.fs60{
		font-size: 60px;
	}
	.col90-container{
		width: 100%;
	}
	.fondoIni{
		background-size: 200% auto;
		background-color: var(--colorSecundario);
	}
	#fechaTicketClie{
		letter-spacing: -6.75px;
		font-size: 53px;
	}
	.arrowup{
		margin-top: 23px;
	}
	.arrowdown{
		margin-top: 48px;
	}
	.noxs{
		display: none;
	}
	.posabsnoxs{
		position: static;
	}
	.spanParr{
		font-size: 20px;
	}
	.justyfy-xs{
		text-align: justify;
	}
	.center-xs{
		text-align: center;
	}
	.pdxs0{
		padding: 0px
	}
	.icoServiciosXS{
		margin-top: 20px;
		width: 15%;
		margin-left: 1.9%;
		margin-right: 1.9%;
	}
	.icoServiciosVert{
		margin-bottom: 0px;
	}
	.spanParr{
		line-height: 1.3;
	}
	.spaceIni{
		margin-top:20px
	}
	.hamburger{
		color: var(--colorSecundario);
		border: 1px solid var(--colorSecundario);
		padding-left: 2px;
		padding-right: 2px;
		border-radius: 3px;
		font-size: 20px;
	}
	.gplicon{
		position: relative;
		text-align: right;
		bottom: 10px;
	}
	.gplicon a span{
		color: var(--colorPrincipal);
		font-size:5px;
	}
	.topClie{
		padding-bottom: 10px;
	}
	.svgTicket{
		width: 65px;
		height: 65px;
	}
	.tituloTicket{
		font-size: 65px;
	}
}


.imgTop{
	height: 350px;
	position: absolute;
	z-index: -99;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.obsImgTop{
	position: absolute;
	top: 0;
	height: 350px;
	width: 100%;
	z-index: -99;
	background-color: rgba(0,0,0,.25);
}

.titPag{
	height: 260px;
	width: 100%;
	display: table;
}

.titPag div:first-of-type {
	height: 190px;
	margin: 0 auto;
	width: 50%;
}
.titPag div:last-of-type {
	height: 46px;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	max-height: 41px;
}
.titPag h2 {
	font-size: 8rem;
	font-weight: bold;
	color: white;
}
.titPag div:last-of-type div{
	width: 70%;
	text-align: center;
	padding-top: 13px;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
}

.firstRow{
	height:90px;
	padding-top:10px
}

.coverClima{
	position: absolute;
	width: 215px;
	height: 75px;
}
.idiomas{
	width: 43px;
	padding-left: 20px;
	border-left: solid 1px #fff;
	height: 89px;
	margin-left: 220px;
}

.idiomas a img{
	margin-bottom: 18px;
}

.logoIndex{
	height: 89px;
}
 /*---------------------------------------------------------VENTAS---------------------------------------------------------*/
 .rowProd{
 	margin-top: 2px;
	margin-top: 2px;
 }
 .inpCant{
	border:0px;
	height: 32px;
	padding-bottom: 0px;
	width: 100%;
}

.bordet{
	border-top: 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bordeb{
	border-bottom: 1px solid var(--colorPrincipal);
}

.separaCol{
	border: 0px;
	width: 3%;
}

.col7{
	width: 7%;
}
.col10{
	width: 10%;
}
.col12{
	width: 12%;
}
.col17{
	width: 17%;
}
.col20{
	width: 20%;
}
.col27{
	width: 27%;
}
.col32{
	width: 32%;
}
.col37{
	width: 37%;
}
.col40{
	width: 40%;
}
.col50{
	width: 50%;
}
.col90-container{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}
.iconCant{
	display: inline-table;
}
.minwWcant{
	min-width: 165px;
}
.iconCant div div{
	padding-right: 30px;
	background-color: var(--colorCabeceraTablas);
	border: 1px solid black;
}
.iconCant div div i{
	padding-top: 8px;
	padding-bottom: 8px;
}

.btnCont{
	border: 1px solid var(--colorPrincipal);
	border-radius: 15px;
	background-color: var(--colorSecundario);
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 12px;
}

.divTotal{
	padding: 0px;
	padding-right: 4px;
	border: 1px solid var(--colorCabeceraTablas);
	padding-top: 5px;
	background: #f9f9f9;
	padding-bottom: 5px;
	margin-right: 0px;
	width: 32%;
	float: right;
}

.divTotal div span{
	font-size: 1.7rem;
	font-weight: 1000;
}

.datosTicket{
	background-color: transparent;
	border: 0px;
	/*font-size: 1.7rem;*/
/* 	margin-bottom: 8px; */
	width: 100%;
	border-radius: 5px;
}

.texRosa{
	color: var(--colorSecundario);
}

.tituloGrupo{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: var(--colorPrincipal);
}

.btnVerParada{
	border: 1px solid var(--colorPrincipal);
	border-radius: 15px;
	padding: 10px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 12px;
	color: var(--colorPrincipal);
	position: relative
}
.btnVerParada i.fa.fa-arrow-right{
	position: absolute;
	right: 2rem;
	top: 1.2rem;
}

	a:link{
		text-decoration: none;
	}

/*------------------------------------------------------GENERALES------------------------------------------------------------*/
.pdt15{
	padding-top: 15px;
}

.pdl0{
	padding-left: 0px;
}

.pdr0{
	padding-right: 0px;
}

.pdl25{
	padding-left: 25px;
}

.pdr25{
	padding-right: 25px;
}

.pd0{
	padding: 0px;
}

.mrt0{
	margin-top: 0px;
}
.mr0{
	margin: 0px;
}
.mrt100{
	margin-top: 100px;
}

.mrb60{
	margin-bottom: 60px;
}

.mrb20{
	margin-bottom: 20px;
}

.mrb10{
	margin-bottom: 10px;
}

.mrr20{
	margin-right: 20px;
}

.margen-audios{
	margin-top: 4rem;
}
  /*---------------------------------------------------------DATEPICKER---------------------------------------------------------*/
.datepicker{
	border: 2px solid var(--colorPrincipal) !important;
	border-radius: 0px !important;
	background-color: var(--colorDetalles) !important;
	padding: 0px !important;
}
.datepicker thead tr:first-child th{
	color: var(--colorPrincipal) !important;
}
.datepicker thead tr:last-child{
	background-color: var(--colorPrincipal) !important;
}
.datepicker tbody{
	background-color: var(--colorSecundario) !important;
}
.datepicker .dow{
	border-radius: 0 !important;
}
.datepicker .day{
	color: var(--colorPrincipal) !important;
	font-weight: bold;
}
.datepicker .new{
	opacity: 0.7 !important;
}
.datepicker .old{
	opacity: 0.7 !important;
}
.datepicker .disabled{
	opacity: 0.4 !important;
}
.datepicker  .active{
	color:var(--colorPrincipal) !important;
	background-color:var(--colorDetalles) !important;

}
.datepicker tbody>tr>td {
	font-size: 12px !important;
	border: 1px solid var(--colorPrincipal) !important;
	padding: 10px !important;
	border-radius: 0 !important;
}
  /*---------------------------------------------------------FOOTER---------------------------------------------------------*/

#footerPage span{
	font-size:10px;
	font-weight: bold;
}
#footerPage br{
	font-size:10px;
	font-weight: bold;
}
#footerPage a{
	color: var(--colorPrincipal)
}
#footerPage img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
}