:root {
  --main-color: #138727;
  --secondary-color: #010101;
  --blue-color: rgb(61, 155, 233);
}
body{
	background: rgba(255,255,255,.55);
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.15;
}
label {
	display: inline-block;
	font-size: 14px;
}
.boleto-lo-quiero {
	font-size: 1.5rem;
	padding: 10px 30px;
}
.input-buscar{
	background: #FFF;
	border: none;
	padding: 10px 20px;
	border-radius: 3px;
	color: var(--secondary-color);
	text-align: center;
}
.input-buscar:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}
.apartar-numero-btn{
	background: var(--secondary-color);
	border: none;
	color: whitesmoke;
	fill: var(--secondary-color);
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	border-radius: 3px;
	cursor: pointer;
	padding: 0.375rem 0.75rem;
	min-width: 160px;
	line-height: 1.5;
  font-size: 1rem;
}
.toast-feedback{
	margin-top: 8px;
	color: #FFF;
	font-size: 0.95rem;
}
.bg-green {
	background: var(--main-color);
	color: #FFF;
	padding: 45px 0 35px;
}
#formApartar {
	max-width: 300px;
	margin: 0 auto;
}
.small-form{
	margin: 15px 0;
	font-weight: 700;
	font-size: 17px;
	color: #008d44;
	text-align: center;
}
.overlay__reserve-form {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  width: 100%;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 1em;
}
.overlay__reserve-form-2 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 1em;
}
.green-color{
	color: rgb(82, 167, 99);
}
@keyframes anim{
    0% {transform: scale(0.95);}
   70% {transform: scale(1);box-shadow: 0 0 0 40px rgba(212, 0, 0, 0);} 
  100% {transform: scale(0.95);box-shadow: 0 0 0 0px rgba(212, 0, 0, 0);} 
}
.pulse-button:hover {
  -webkit-animation: none;
}
.btn-apartar {
	background: rgb(212, 0, 0);
	border: 1px solid transparent;
	margin: 1rem 0 0;
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	padding: 6px 10px;
  border-radius: 3px;
	-webkit-transition: .3s ease-out;
/*	transition: .3s ease-out;*/
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	outline: none !important;
  position: fixed;
  bottom: 70px;
  right: 4px;
  z-index: 1000;
/*  -webkit-animation: anim 1.5s infinite;*/
  display: none;
}
.btn-apartar:hover {
	background: var(--main-color);
	-webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
	box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
	-webkit-animation: none;
}
.wp_img {
	max-height: 50px;
	margin: 10px 10px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	width: 50px;
}
#loader-init{
	padding: 30% 0;
}
.contador-bg , .main-car, #boletos_seleccionados {
	display: none;
}
.list{
	text-align: center;
}
.list__button {
	background-color: #fff;
	border: 1px solid rgb(82, 167, 99);
	color: #000;
	padding: 1px;
	font-weight: 700;
	margin: 1px;
	width: 52px;
	height: 30px;
	border-radius: 8%;
	font-size: 17px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "ARIAL",serif;
}
.list__button:hover {
	background-color: var(--main-color);
	color: #FFF;
}
.list__button_sel {
	background-color: #212121;
	border: 1px solid rgb(82, 167, 99);
	color: #FFF;
	padding: 1px;
	font-weight: 700;
	margin: 1px;
	width: 52px;
	height: 30px;
	border-radius: 8%;
	font-size: 17px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "ARIAL",serif;
}
.list__button_sel:hover {
	background-color: rgb(212, 0, 0);
	color: #FFF;
}
.boletos-seleccionados-text{
	color: #ff0;
	font-size: 16px;
	font-weight: bold;
}
.boletos-seleccionados-text-2{
	color: #ffF;
	font-size: 16px;
	font-weight: 600;
}
.boletos-seleccionados-descripcion {
	max-height: 66px;
	overflow: auto;
	color: #ffF;
	font-size: 14px;
	font-weight: 600;
}
#seconds-{
	animation-name: anim;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.logo-width {
	max-width: 170px;
}
.title-sorteo{
	color: var(--main-color);
	font-weight: 600 !important;
	text-transform: uppercase;
}
.title-sorteo-2{
	color: #FFF;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.contador-bg{
	background: var(--secondary-color);
}
.hr-bg{
	background: var(--main-color);
	border: none;
	color: whitesmoke;
	fill: var(--main-color);
}
hr:not([size]) {
	height: 1px;
}
.preguntas-bg{
	background: var(--secondary-color);
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2818, 135, 38, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 3px rgb(19 135 39 / 50%) !important;
}
.navbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 15%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  color: #717579;
  font-size: 0.8rem;
  border-bottom: 4px solid var(--main-color);
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #717579;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
}
.nav-link:focus, .nav-link:hover {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
}
.nav-link.active {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
}
.contador-caja {
	background: var(--main-color);
	color: #FFF;
	padding: 16px 5px;
	font-size: 2rem;
	border-radius: 16px;
}
.contador-text {
	font-size: 1.2rem;
	border-top: 2px solid #000;
	padding-top: 6px;
	margin-top: 10px;
}
.max-500{
	max-width: 500px;
}
.zoomin {
	overflow: hidden;
	max-height: calc(100vh - 120px);
}
.title-vehiculo{
	color: var(--main-color);
	font-weight: 600 !important;
	text-transform: uppercase;
}
.bono-vehiculo{
	color: var(--secondary-color);
	font-weight: 500 !important;
}
.img-main{
  border-radius: 6px;
}
.modal-footer {
  justify-content: center !important;
}
.btn-rifado {
	background: var(--main-color);
	min-width: 200px;
	border: 1px solid var(--main-color);
	margin: 1rem 0 0;
	color: #FFF;
	font-size: 1.1rem;
	text-transform: uppercase;
	padding: 6px 8px;
	border-radius: 3px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	outline: none !important;
}
.btn-rifado:hover {
	background: var(--main-color);
	-webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
	box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}
.title-section {
	color: var(--secondary-color);
	font-weight: bold;
}
.bold-green{
	color: var(--main-color);
	font-weight: 600;
}
.bold-green-upper{
	color: var(--main-color);
	font-weight: 600;
	text-transform: uppercase;
}
.bold-white-upper{
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
}
.bold-green-link{
	color: var(--main-color);
	font-weight: 600;
	text-decoration: underline;
}
.bold-blue-link{
	color: var(--blue-color);
	font-weight: 600;
	text-decoration: underline;
}
.img-whatsapp{
	max-width: 55px;
}
/****************************************************/
/*COMPARTIR*/
.shared-panel{
	overflow: auto;
	width: 140px;
	background: transparent;
	margin: 0 auto 30px;
}
.shared-panel span{
	font-size: 1.3rem;
	font-weight: 500;
	color: #7A7A7A;
}
.shared {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px 0;
	padding: 0;
	background: url("shared.png") no-repeat;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 50%;
}
.shared:hover{
	opacity: 0.7;
}
.shared.gp {background-position: 0px 0px; background-color: 
#E62B34;}
.shared.tt {background-position: 0px -30px; background-color: 
#43BDF0;}
.shared.ce {background-position: 0px -60px; background-color: 
#8A898D;}
.shared.wa {background-position: 0px -90px; background-color: 
#0dc143;}
.shared.fb {background-position: 0px -120px; background-color: 
#6081C4;}

.st2{
  border-radius: 0;
}
.st3{
   border-radius: 5px;
}
/*FIN COMPARTIR*/
.img-logo{
	max-width: 250px;
}
.footer{
	background-color: #717579;
}
.footer-2{
	background-color: var(--main-color);
}
.footer-contacto-title{
	color: #FFFFFF;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-text{
	color: #FFFFFF;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
a.blanco-imp{
	text-decoration: none !important;
}
.blanco-imp {
	color: #FFF !important;
}
a.footer-link{
	text-decoration: none !important;
}
.footer-link{
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #FFF !important;
}
a.footer-link-social{
	text-decoration: none !important;
}
.footer-link-social{
	font-family: "Lato", Sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #FFF !important;
}
.footer-link-politica{
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFF !important;
}
.footer-link-social-icon{
	font-size: 28px;
	color: var(--main-color);
}
.link-detalle{
	color: var(--main-color) !important;
}
.footer-txt-politica{
	color: #FFFFFF;
	font-family: "Lato", Sans-serif;
	font-size: 15px;
	font-weight: 600;
}
.margin-negative-10{
	margin-top: -10px;
}
.bold{
	font-weight: bold;
}
.bold-reg{
	font-weight: bold;
}
.yellow{
	color: #B49A37;
}
.despideA{
	margin: 40px 0;
}
.velacion{
	color: #7A7A7A;
	font-size: 1rem;
	margin-bottom: 5px;
}
.servicio-title{
	color: #7A7A7A;
	font-family: "Trajan Pro", Sans-serif;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin-bottom: 0.9rem;
}
.img-cruz{
	margin-bottom: 20px;
}
.sala{
	color: #7A7A7A;
	font-size: 1.1rem;
	margin-bottom: 0.9rem;
}
.separador-1{
	color: #B49A37;
	border-style: dotted;
	border-width: 2px;
	width: 60%;
	border-bottom: 0px;
	margin: 0 auto 30px;
}
.sucursal-title{
	color: #B49A37;
	font-family: "Lato", Sans-serif;
	font-size: 22px;
	font-weight: 600;
}
.frase{
	text-align: center;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #7A7A7A;
}
.p-indicador{
	font-size: 1.05rem;
	text-align: left;
	margin-bottom: 1rem;
	color: #717579;
}
.form-select:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 3px rgb(19 135 39 / 50%) !important;
}
.color-label {
	color: #214D46;
	/*font-family: "Lora", Sans-serif;*/
	font-weight: 500;
}
.NDS{
	display: none;
	visibility: hidden;
}
.swal2-title {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: 0.8em 1em 0;
	color: #595959;
	font-size: 1.3rem !important;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word;
}
.swal2-styled.swal2-confirm {
	background: var(--main-color) !important;
	border: none !important;
	color: whitesmoke !important;
	fill: var(--main-color) !important;
	border-radius: 3px !important;
	font-size: 1.05rem !important;
	padding: 0.375rem 0.75rem !important;
	min-width: 160px;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgb(19 135 39 / 50%) !important;
}
.detalle-btn{
	border: 0px;
	background: transparent;
	color: #AF871A;
	text-decoration: underline;
}
.detalle-btn:hover{
	text-decoration: inherit;
}
.dx-widget {
	display: block;
	-ms-content-zooming: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	padding: 0;
	outline: 0;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	color: #333;
	font-weight: 400;
	font-size: 1rem !important;
	font-family: 'TrajanPro, sans-serif';
}
.color-mausoleos{
	color: #AF871A;
}
.color-mausoleos-grey{
	color: #717579;
}
.bold-regular{
	font-weight: bold;
}
.text-justify{
	text-align: justify;
}
.roman-style{
	list-style-type: upper-roman;
}