body {
	touch-action: pan-x pan-y;
}

/* MODAL */
.modal-pix {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100% !important;
	padding-top: 0px !important;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.5s;
	overflow: auto;
	transition: all 0.3s linear;
}

.modal-content-pix {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border-radius: 4px;
	max-width: 500px;
	height: auto !important;
}

.Modal {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	padding: 55px 16px 55px 16px;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.5s;
	overflow: auto;
	transition: all 0.3s linear;
}

.Modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border-radius: 4px;
	max-width: 500px;
	height: 450px;
	overflow-y: auto;
}

.ModalOpen {
	overflow: hidden;
}

.is-hidden {
	display: none;
}

.is-visuallyHidden {
	opacity: 0;
}

.Close {
	color: #000000;
	float: right;
	font-size: 30px;
}

.Close:hover, .Close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.is-blurred {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

/* PAY */
.pix-code {
	width: 100%;
	/*    padding-right: 50px;*/
}

.pix-field {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
}

.pix-copy {
	width: 15%;
}

/* FORM */
@import
	url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic)
	;

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.order input[type="text"], .order input[type="email"], .order input[type="tel"],
	.order input[type="url"], .order textarea, .order button[type="submit"],
	#search input[type="tel"], #search input[type="email"] {
	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

/*#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}*/
.order h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}

.order h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
	font-weight: 400;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

.order input[type="text"], .order input[type="email"], .order input[type="tel"],
	.order input[type="url"], .order textarea, #search input[type="tel"],
	#search input[type="email"] {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
}

.order input[type="text"]:hover, .order input[type="email"]:hover,
	.order input[type="tel"]:hover, .order input[type="url"]:hover,
	.order textarea:hover, #search input[type="tel"], #search input[type="email"]
	{
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
}

.order textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}

.order button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #4CAF50;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
}

.order button[type="submit"]:hover {
	background: #43A047;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.order button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.order input:focus, .order textarea:focus {
	outline: 0;
	border: 1px solid #aaa;
}

.copyright {
	text-align: center;
}


::-webkit-input-placeholder {
	color: #888;
}

:-moz-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
}

:-ms-input-placeholder {
	color: #888;
}

/* BILHETES */
.ticket {
	/* display: flex; */
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4px 5px;
	margin: 3px;
	
	width: 58px;
	height: 28px;
	
	/* Blue/50 */
	
	background: #EFF8FF;
	border-radius: 16px;
	
	/* Inside auto layout */
	
	flex: none;
	order: 0;
	flex-grow: 0;
	
	color: #175CD3;
	font-size: 12px;
	
}

/* HOME */
.p-left {
	text-align: left;
	display: block;
	margin: 10px;
	margin-bottom: 20px;
}

.p-right {
	display: block;
	float: right;
	margin-left: 10px;
}

.btn-inc {
	border: 1px;
	border-color: black;
	padding: 3px;
	border-radius: 10px;
	border-style: solid;
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar {
	background-color: #ffffff;
	padding: 20px 0 40px;
	color: #175CD3 important;
}

@media ( max-width : 575px) {
	.container {
		padding: 0px 0px;
	}
	.navbar {
		background-color: #ffffff;
		padding: 5px 0 5px;
		color: #175CD3 !important;
	}
}

.content-right {
	padding-top: 10px;
}

@media ( min-width : 575px) {
	.img-fluid {
		/* width: 50%; */
		/* float: right;	 */	
		
	}
	
	.title {
		/* width: 50%; */
	}
	
	.content-left {
		width: 50%;
		float: left;
	}
	
	.content-right {
		width: 50%;
		float: right;
		padding-top: 10px;
	}
}

/* progress bar */
.progress {
	background: #EFF8FF !important;
	border-radius: 6px;
	width: 90%;
	margin: 0 auto;
	height: auto;
}

.progress-bar {
	height: 8px;
	border-radius: 4px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
}

.progress-100 {
	background-color: #69B34C !important;
}

.progress-80 {
	background-color: #ACB334 !important;
}

.progress-60 {
	background-color: #FAB733 !important;
}

.progress-40 {
	background-color: #FF8E15 !important;
}

.progress-20 {
	background-color: #FF4E11 !important;
}

.progress-10 {
	background-color: #FF0D0D !important;
}

.progress-blue {
	background-color: #1570EF !important;
}

hr {
	border: 2px solid rgba(0, 0, 0, .1);
	margin: 0;
}

p {
	line-height: 24px;
	margin: 0;
}

/* _Badge base */
.status {
	background-color: #ECFDF3 !important;
	border-radius: 16px;
	width: 150px;
	color: #027A48 !important;
	/* margin-top: 10px;
	margin-bottom: 10px; */
	padding-left: 10px;
	font-size: 14px;
	float: left;
}

.encerrado {
	background-color: #FEF3F2 !important;
	color: #B42318 !important;
	width: 120px;
}

.sorteio-search {
	width: 90%; 
	text-align: left; 
	background-color: #EFF8FF; 
	color: #84CAFF; 
	border-color: #84CAFF; 
	border-radius: 8px; 
	border: 1px; 
	padding: 16px;
	margin-bottom: 10px;
}

:root {
	--line-border-fill: #2E90FA; 
	--line-border-empty: #e0e0e0;
	--line-border-fillp: #84CAFF;
}

* {
	box-sizing: border-box;
}

.circle-container {
	text-align: center;
}

.progress-container-reservar {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 30px;
	max-width: 100%;
	width: 350px;
}

.progress-container-reservar::before {
	content: ""; /* Mandatory with ::before */
	background-color: var(--line-border-empty);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 4px;
	width: 100%;
	z-index: 100;
}

.progress-reservar {
	background-color: var(--line-border-fill);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 4px;
	width: 0%;
	z-index: 100;
	transition: 0.4s ease;
}

.circle {
	background-color: var(--line-border-empty);
	color: #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid var(--line-border-empty);
	transition: 0.4s ease;
	z-index: 101;
}

.circle.active {
	border-color: var(--line-border-fill);
	background-color: var(--line-border-fill);
}

.circle.activep {
	border-color: var(--line-border-fillp);
	background-color: var(--line-border-fillp);
}

.btn_add {
	/* background-color: #F5F5F5; */
	background-color: #d9d9d9;
	border: none;
	color: #000;
	padding: 8px 14px 8px 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	border-radius: 8px
}

#qrcode {
	text-align: -webkit-center;
}



/* CARROUSEL */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slide-active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade-slide {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade-slide {
  from {opacity: .4}
  to {opacity: 1}
}


/* WILLIAM */
.content-header p,
  .content-header ul {
    font-size: 80%;
    font-weight: 400;
    text-align: justify;
    color: #6e6e6e !important;
  }

  .content-header ul {
    padding-left: 15px;
  }

  .has-video {
    padding-top: 100px;
  }

  .form-pesquisa {
    display: block;
    width: 100%;
    height: 43px;
    padding: 20px;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  .btn-secondary {
    transition: all .5s ease-in-out;
    background-color: #EFF8FF !important;
    border: none;
    color: #175CD3!important;
    padding: 10px 18px 10px 18px;
    width: 90%;
    max-width: 328px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 10px;
    border: 0!important;
    border-color: transparent!important;
}

.btn-secondary:hover {
    background: transparent;
    color: #bbbbf2;
    border: 0px
}

  .btn_search {
    width: 100%;
    margin-top: 10px;
  }

  #id_form_pesquisar {
    width: 500px;
    margin: 0 auto;
  }

  .ganhador {
      font-size: 0.8em;
  }

  .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    max-width: 280px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 374px;
    transition: transform .6s; /* Animation */
}

a {
  transition: all .3s;
}

.card:hover {
  transform: scale(1.1);
}

  .card .card-body {
    padding: 20px;
  }

  .form-pesquisa:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c1c9d0!important;
    outline: 0;
    box-shadow: none;
  }

  .btn-info {
    background-color: #1998ff!important;
    border-color: #1998ff!important;
    color: #fff!important
  }

  .btn:hover {
    box-shadow: inset 0 0 0 99999px rgb(0 0 0 / 10%)!important;
  }

  .card-img-top {
      height: 175px;
      overflow: hidden;
  }

  .footer-links a {
    color: #98A2B3;
  }

  .footer-links a:hover {
    text-decoration: underline;
  }

  .footer-icons i {
    font-size: 22px;
    color: #98A2B3;
  }

  .fa-whatsapp:hover {
    color: #25d366;
  }

  .fa-instagram:hover {
    color: #fbad50;
  }

  .navbar .navbar-menu-wrapper .navbar-nav .nav-link.active {
    color: #FF8E15;
  }

  .navbar {
    background-color: #ffffff;
    padding: 20px 0 25px;
  }

  .card .card-body .card-title {
    font-size: 16px;
    margin-bottom: 7px;
}

  .navbar .navbar-menu-wrapper .navbar-nav .nav-link.active {
    color: #FF8E15;
  }
  .navbar .navbar-menu-wrapper .navbar-nav .nav-link:hover {
    color: #FF8E15;
      transition: all .3s ease;
  }

  @media(max-width: 992px) {
    .has-video {
      padding-top: 0px!important;
    }
  }

  @media(max-width: 768px) {
	#id_form_pesquisar {
		width: 100%;
		margin: 0 auto;
	}

	h1 {
		font-size: 18px!important
	}
  }

