:root {
  --primeira-cor: #0b4785;
  --segunda-cor: #dc9f1c;
  --terceira-cor: #221e1f;
  --quarta-cor: #23a46a;
  --quinta-cor: #e5b184;
  --menu-topo: #fff; 
  --menu-rolagem: rgba(255, 255, 255, 0.9);
}
.container {
  max-width: 1170px;
}
a {
  color: #404040;
  text-decoration: none;
}
.fadein {
  animation-name: fadein;
  animation-duration: 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.logo-header-white {
  max-width: 230px;
}
.prs_navigation_main_wrapper {
  background: var(--menu-topo);
  height: 100px;
}
.menu-desk {
  list-style: none;
}
.menu-desk .nav-link {
  font-size: 14px;
  color: var(--primeira-cor);
  font-weight: 500;
  padding: 10px;
  text-transform: uppercase;
}
.prs_navigation_main_wrapper .navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prs_navigation_main_wrapper .navbar-toggler,
.btn-pesquisa-header {
  width: 50px;
  height: 50px;
  background-color: var(--primeira-cor);
  color: #fff;
  border-radius: 10px;
}
.btn-pesquisa-header {
  border: none;
  border-radius: 0px 10px 10px 0px;
}
.pesq-men-desk {
  margin: 0px 10px;
}
.pesq-men-desk input {
  border-radius: 10px 0px 0px 10px;
  border: 1px solid var(--primeira-cor);
}
.btn-area-usuario {
  background-color: var(--primeira-cor);
  color: #fff;
  height: 50px;
  border: none;
  border-radius: 10px;
  margin-right: 10px;
  padding: 0px 15px;
}
.prs_navigation_main_wrapper .dropdown-menu {
  right: 6rem;
  top: 5rem;
  left: auto;
}
.img-banner-index {
  width: 100%;
  max-height: 600px;
}
#banner-index .slick-prev, 
#banner-index .slick-next {
  background-color: rgb(0 0 0 / 30%);
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
#banner-index .slick-prev:hover, 
#banner-index .slick-next:hover {
  background-color: var(--primeira-cor);
} 
#banner-index .slick-dots {
  bottom: 25px;
}
#banner-index .slick-dots li button:before {
  font-size: 15px;
}
/*.part-banner-ind {
  margin: 2rem auto;
}*/
.part-titu-ev {
  min-height: 124px;
  padding-top: 2rem;
}
.slick-prev {
  left: 20px;
  z-index: 1;
}
.slick-next {
  right: 20px;
}
.prs_heading_section_wrapper {
  /*float: left;
  width: 100%;*/
  text-align: center;
  /*padding-bottom: 10px;
  margin: 3rem auto;*/
}
.prs_heading_section_wrapper h2 {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.prs_heading_section_wrapper h2:before {
  content: '';
  border: 2px solid var(--primeira-cor);
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
}
.prs_heading_section_wrapper h2:after {
  content: '';
  border: 1px solid #dddddd;
  width: 170px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
/* START CARROSEL DESTAQUES */
.area-destaques {
  background: #f1f1f1;
}
.prs_feature_img_box_wrapper {
  margin: 1rem;
}
.prs_feature_img {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ddd;
}
.img-emphasis {
  min-height: 280px;
  max-height: 280px;
  width: 100%;
}
.prs_feature_img_cont {
  float: left;
  width: 100%;
  padding: 30px;
  padding-top: 21px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  border-top: 0;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
}
.prs_upcom_movie_content_box_inner h2, .ajust-info h2 {
  min-height: 70px;
}
.prs_feature_img_cont h2 a {
  font-size: 20px;
  color: var(--primeira-cor);
  font-weight: bold;
  text-transform: uppercase;
}
.prs_ft_small_cont_left {
  float: left;
  width: 100%;
  padding-top: 10px;
  color: #707070;
}
.prs_feature_img_cont ul {
  width: 100%;
  position: relative;
  list-style: none;
  color: #707070;
  margin: 0;
  padding: 0;
}
.prs_feature_img_cont li {
  float: left;
}
.prs_feature_img_cont li:last-child {
  float: right;
}
.prs_feature_img_cont,
.prs_feature_img_cont h2 a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
hr {
  color: #707070;
}
.prs_ft_small_cont_left p {
  margin: 0;
}
#carroselDestaques .slick-prev, 
#carroselDestaques .slick-next {
  background-color: var(--primeira-cor);
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
/* END CARROSEL DESTAQUES */
/* START EVENTOS COMUM */
.prs_upcom_movie_img_box {
  float: left;
  position: relative;
  overflow: hidden;
  min-height: 215px;
  background-color: #ddd;
}
.prs_upcom_movie_img_box,
.prs_upcom_movie_img_box img {
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
}
.prs_upcom_movie_content_box {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner h2, .ajust-info h2 {
  min-height: 70px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
  font-size: 30px;
}
.area-eventos-comum {
  background-color: #f6f6f6;
}
.prs_upcom_movie_content_box h2 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  font-size: 18px;
  color: var(--primeira-cor);
  font-weight: bold;
}
.prs_upcom_movie_content_box h2:hover {
  color: #000000;
}
.prs_upcom_movie_content_box h2,
.prs_upcom_movie_content_box h2:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.area-eventos-comum .fist-upper {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  margin-bottom: 3px;
}
.prs_upcom_slide_first {
  margin-bottom: 2rem;
}
/* END EVENTOS COMUM */
.prs_upcom_main_btn {
  background-color: var(--primeira-cor);
  color: #fff;
  height: 50px;
  border: none;
  border-radius: 10px;
  margin-right: 10px;
  padding: 0px 15px;
  text-transform: uppercase;
  min-width: 260px;
  font-weight: 400;
}
.prs_upcom_main_btn:hover {
  background-color: transparent;
  color: var(--primeira-cor);
  border: 1px solid var(--primeira-cor);
}
.prs_upcom_main_btn,
.prs_upcom_main_btn:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.area-eventos-comum .prs_upcom_main_wrapper {
  padding-bottom: 3rem; 
}
.area-parceiros {
  background-color: #fff;
}
#parceiros {
  min-height: 150px;
}
/* START NEWSLETTER */
.prs_newsletter_wrapper {
  float: left;
  width: 100%;
  background-color: var(--primeira-cor);
  padding-top: 60px;
  padding-bottom: 53px;
}
.prs_newsletter_text {
  float: left;
  width: 100%;
}
.prs_newsletter_text h3 {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #ffffff;
  margin: 12px 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  padding: 0;
}
.prs_newsletter_field {
  float: left;
  width: 100%;
}
.prs_newsletter_field input {
  float: left;
  width: calc(100% - 160px);
  border: 2px solid rgba(255, 255, 255, 0.33);
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  color: #ffffff;
  border-right: 0;
  background-color: transparent;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.prs_newsletter_field button {
  float: left;
  width: 160px;
  height: 50px;
  font-weight: bold;
  background-color: #ffffff;
  color: var(--primeira-cor);
  border: 0px;
  letter-spacing: 1px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_newsletter_field input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
/* END NEWSLETTER */
/* START COOKIE FOOTER */
.cookie-card {
  max-width: 430px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
  position: fixed;
  z-index: 444;
  bottom: 10px;
  border: 1px solid #ddd;
  margin: 20px;
}
.cookie-card .title {
  font-weight: 600;
  color: rgb(31 41 55);
}
.cookie-card .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99);
}
.cookie-card .description a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246);
}
.cookie-card .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.cookie-card .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.cookie-card .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31 41 55 );
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.accept {
  background-color: var(--primeira-cor);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 5px 10px;
}
.hidden {
  display: none;
}
/* END COOKIE FOOTER */
/* START FOOTER GERAL */
.prs_footer_main_section_wrapper {
  background: #111111;
  float: left;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.prs_footer_cont1_wrapper {
  float: left;
  width: 100%;
}
.prs_footer_cont1_wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.prs_footer_cont1_wrapper h2:before {
  content: '';
  border: 2px solid var(--primeira-cor);
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.prs_footer_cont1_wrapper h2:after {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.28);
  width: 90px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_footer_cont1_wrapper ul {
  padding-top: 45px;
}
.prs_footer_cont1_wrapper li {
  margin-top: 10px;
}
.prs_footer_cont1_wrapper li i {
  color: var(--primeira-cor);
  font-size: 10px;
  position: relative;
  top: -1px;
}
.prs_footer_cont1_wrapper li a {
  color: rgba(255, 255, 255, 0.57);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_footer_cont1_wrapper li a img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.prs_footer_cont1_wrapper_4 li img {
  width: 100%;
  max-width: 130px;
}
.prs_bottom_footer_wrapper {
  float: left;
  width: 100%;
  background: #0e0e0e;
  padding-top: 20px;
  padding-bottom: 20px;
}
.prs_bottom_footer_cont_wrapper p {
  color: rgba(255, 255, 255, 0.57);
  margin: 0;
}
.btn-apps-icn {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;

}
/* END FOOTER GERAL */
/* START MODAL ALERTA */
.engloba-modal {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-alert {
  min-width: 350px;
  max-width: 450px;
  margin: 15px;
  padding: 1.3rem;
  min-height: 250px;
  position: absolute;
  top: 20%;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  z-index: 15000;
}
.modal-alert .flex {
  display: flex;
  align-items: center;
  justify-content: right;
}
.modal-alert input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}
.modal-alert p {
  /*font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;*/
	font-weight: 600;
}
/*.modal-alert h3 {
    margin: 25px auto;
}*/
.title-sucess i {
	font-size: 3rem;
}
.title-error,
.text-error {
  color: #ff0000!important;
}
.title-sucess,
.text-sucess {
  color: #3c763d!important;
}
.icon-alert {
  font-size: 50px;
}
.btn-fecha-modal {
  border-radius: 20%;
  background-color: #ff0000;
  color: #fff;
  border: none;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 10000;
}
.hidden {
  display: none;
}
.btn-green {
  min-width: 150px;
  background-color: #55aa57;
  color: #fff;
  border: 1px solid #55aa57;
  padding: 15px;
  margin: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-green:hover {
  background-color: transparent;
  color: #3c763d;
  border: 1px solid #3c763d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;	
}
.btn-red {
  min-width: 150px;
  background-color: #ff4d4d;
  color: #fff;
  border: 1px solid #ff4d4d;
  padding: 15px;
  margin: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-red:hover {
	background-color: transparent;
	color: #ff0000;
	border: 1px solid #ff0000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;	
}
.prs_upcom_main_wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
}
/* END MODAL ALERTA */
.hs_blog_box1_cont_main_wrapper {
  border-bottom: 1px solid #e2e2e2;
  padding: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 550px;
  margin: 0rem auto;
}
.hs_blog_cont_heading_wrapper h2 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
}
.hs_blog_cont_heading_wrapper p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
}
.fundo-cinza {
  background: #f6f6f6;
}
.pad-4-1 {
  padding: 4rem 1rem;
}
label {
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
}
#login-form .form-control {
  height: 45px;
  margin-bottom: 1rem;
}
#login-form .prs_upcom_main_wrapper {
  margin: 2rem auto;
}
.btn-olho-senha {
  display: flex;
} 
.btn-olho-senha input {
  border-radius: 5px 0px 0px 5px;
}
.btn-olho-senha button {
  border: 1px solid #e6e6e6;
  border-left: 0px;
  border-radius: 0px 5px 5px 0px;
  width: 40px;
  height: 45px;
}
.afaste {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.st_cherity_img_cont {
  padding: 10px 0px;
}
.st_cherity_img_cont input[type="checkbox"]{
  display: none;
}
.st_cherity_img_cont label {
  cursor: pointer;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.88px;
  font-weight: normal;
  text-transform: capitalize;
}
.st_cherity_img_cont input[type="checkbox"]:checked + label:before {
  border: 0;
  color: var(--primeira-cor);
  content: "\2713";
  font-weight: 900;
  background: transparent;
  border: 1px solid #010101;
}
.st_cherity_img_cont input[type="checkbox"] + label:before {
  border: 1px solid #010101;
  opacity: 0.54;
  content: "\00a0";
  display: inline-block;
  font: 16px / 1em sans-serif;
  height: 16px;
  margin: 0.2em 0.56em .0 .0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  border-radius: 3px;
}
.hs_blog_cont_heading_wrapper a {
  color: var(--primeira-cor);
}
.hs_blog_cont_heading_wrapper span {
  color: #707070;
}
.offcanvas-body .pesq-men-desk {
  margin-top: 2rem;
}
/* START PARTE DA VALIDACAO SENHA */
.password-check {
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}
.password-check li {
  align-items: center;
  font-weight: 500;
  color: red;
  float: initial !important;
}
.password-check svg {
  margin-right: 6px;
}
/* END PARTE DA VALIDACAO SENHA */
/* START AREA DO USUARIO */
.prs_ec_ue_main_section_wrapper {
  padding-top: 40px;
  padding-bottom: 90px;
  background: #f6f6f6;
}
.user-infos__card {
  border-radius: 10px;
  margin-bottom: 40px;
  width: 100%;
  padding: 30px;
  padding-top: 21px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  border-top: 0;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.centralize-entre {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-foto {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  margin-left: -20px;
  cursor: pointer;
  padding-bottom: 5px;
}
.name-email {
  font-size: 11px;
  margin-bottom: 30px;
}
.name-list-dat {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
.car-men-user ul {
  list-style: none;
  padding: 0;
}
#v-pills-tab {
  display: grid;
  clear: both;
  padding-top: 30px;
}
#v-pills-tab .nav-link {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 1rem;
  border: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
  color: #404040;
}
.icon-menu {
  width: 30px;
}
#v-pills-tab .nav-link:hover {
  background-color: #00000014;
  color: #000;
}
.dashboard-content-box__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  color: #222222;
}
.dados-user > p {
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
}
#t-pessoa b {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
} 
.radio-buttons-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.radio-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0px 5px 0px 0px !important;
  width: 20px;
}
.radio-button__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-button__input:checked + .radio-button__label {
  color: #4c8bf5;
}
.radio-button__label {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  color: #5c6460;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}
.radio-button__input:checked + .radio-button__label .radio-button__custom {
  transform: translateY(-50%) scale(0.9);
  border: 5px solid #4c8bf5;
  color: #4c8bf5;
}
.radio-button__custom {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}
input[type="radio"], input[type="checkbox"] {
  margin: 0px 5px 0px 0px !important;
  width: 20px;
}
/* END AREA DO USUARIO */
.fail-warning {
  color: #ff0000!important;
}
.atexto-up-tab {
  color: #ff0000;
  text-align: center;
  margin: 0px 20px 20px 15px;
}
#tabela-compras p,
#tabela-compras span {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #707070;
  margin: 0;
}
.status-compra {
  text-align: center;
  font-weight: 600;
  border: 1px solid;
  border-radius: 5px;
  width: 160px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.detail-view .btn-success {
  margin: 0px 10px 10px 0px;
  min-width: 160px;
}
.detail-view .btn-info {
  margin: 0px 0px 10px 0px;
  min-width: 160px;
}
.detail-view .btn-danger {
  margin: 0px 0px 10px 0px;
  min-width: 160px;
}
.aproved {
  color: #6cbd7e;
}
.review {
  color: #ffc221;
}
.fail {
  color: #da0e2b;
}
.detail-view .col-md-12 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #707070;
}
.page-size {
  color: #fff!important;
}
.btn-confi-user {
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
}
.alert-assoc-suc {
  text-align: center;
  color: red;
  font-weight: 500;
  margin-top: 2rem;
}
.area-cadastr-user {
  width: 100%;
  padding-top: 61px;
  padding-bottom: 60px;
  background: #f6f6f6;
}
.card-cadastro-user {
  border-bottom: 1px solid #e2e2e2;
  padding: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 1000px;
  margin: 0rem auto;
  margin-top: 2rem;
}
.dashboard-title-cada {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  color: #222222;
}
.card-cadastro-user ul {
  list-style: none;
}
.input-cpf-rg small {
  color: red;
} 
.texto-termo-cad {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
}
#pre-cadastro img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
#pre-cadastro ul {
  padding: 0;
}
.dtts1 {
	float:left;
	width:130px;
  font-weight: 700;
  margin-bottom: 5px;
}
.dtts2 {
	float:left;
	width:calc(100% - 130px);
  margin-bottom: 5px;
}
.ul-cadastr {
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}
.card-cadastro-user .form-label,
.card-cadastro-user #t-pessoa {
  margin-top: 10px;
}
.card-recu-senha .form-label {
  margin-top: 14px;
}
.card-recu-senha .prs_upcom_main_wrapper {
 margin: 2rem auto; 
}
.overlay-none {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 10000;
}
.modal-recupera-senha h5 {
  margin: 15px 0;
}
.d-flex-recupera {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.d-flex-recupera .btn-danger,
.d-flex-recupera .btn-success {
  width: 130px;
}
.pag-prom .img-banner {
  width: 100%;
  margin: 1rem;
  border-radius: 6px;
}
.center-alert {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  text-align: center;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-pesquisa {
  background: #f6f6f6;
}
.section-pesquisa .prs_heading_section_wrapper {
  height: 85px;
  margin-top: 2rem;
}
.form-input-pesqu {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  background-color: #fff;
  padding: 1rem;
}
.prs_bc_right_about_wrapper h2 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
}
.prs_bc_right_about_wrapper h2:before {
  content: '';
  border: 2px solid var(--primeira-cor);
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.prs_bc_right_about_wrapper h2:after {
  content: '';
  border: 1px solid #dddddd;
  width: 150px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_mcc_left_searchbar_wrapper input {
  width: calc(100% - 50px);
  float: left;
  height: 50px;
  padding-left: 20px;
  background: #f8f8f8;
  border: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.input-da-pesquisa {
  width: 100% !important;
  border-radius: 6px;
  margin-top: 45px;
  margin-bottom: 20px;
}
.prs_bc_right_about_wrapper h5 a {
  font-size: 16px;
  color: var(--primeira-cor);
  padding-top: 15px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
}
.text-explicacao {
  margin-bottom: 10px;
  padding-top: 35px;
}
.coluna-rolagem {
  height: 300px;
  overflow-y: scroll;
  width: 100%;
  background-color: #f1f1f1;
  padding-left: 10px;
}
.grupo-check {
  align-items: center;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-top: 10px;
}
.botao-coluna-pesquisa {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  text-align: center;
  line-height: 50px;
  background: var(--primeira-cor);
  border: 1px solid var(--primeira-cor);
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.input-data-pesquisa {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  background: #f8f8f8;
  border: 0;
  border-radius: 6px;
}
.pd-0 {
  padding: 0;
}
.section-pesquisa .area-eventos-comum {
  margin: 0 auto;
} 
.img-event-common {
  min-height: 215px;
}
.titulo-btn-filtro {
  color: #000000;
  background-color: #fff;
  display: block;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
}
#accordionDadosPesqu .accordion-button {
  background-color: #fff;
  border: none;
  box-shadow: none;
  color: #000000;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
#carroselDestaques {
  margin-bottom: 3rem; 
}
.texto-pag .section-title__title {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 2rem auto;
}
.texto-pag .conteudo {
  min-height: 35vh;
}
.prs_title_heading_wrapper {
  background: rgba(0, 0, 0, 0.8);
}
.prs_title_heading_wrapper h2 {
  text-align: center;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.prs_contact_form_main_wrapper {
  background: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}
.prs_contact_form_main_wrapper p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
}
.capctha-img {
  display: grid;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.capctha-img input {
  width: 220px;
  height: 50px;
}
#form-contato {
  max-width: 800px;
}
#form-contato .form-label {
  margin-top: 1rem;
}
#form-contato input {
  height: 50px;
}
.st_bt_top_center_heading {
  background: var(--primeira-cor);
  padding-top: 32px;
  padding-bottom: 32px;
}
.st_bt_top_center_heading h3 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.62px;
  text-transform: uppercase;
  padding-top: 6px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  font-weight: 400;
}
/*#area-detalhes-evento {
  background: #f6f6f6; 
}*/
.img-detail-event {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
}
.smalltext {
  color: #797979;
  padding-top: 15px;
  font-size: 16px;
}
.section-generos {
  margin-top: 0px;
  height: 70px;
  width: 100%;
}
.list-dados li {
  margin-bottom: 15px;
}
.button-genero {
  float: left;
  font-size: 12px;
  letter-spacing: 0;
  width: 75px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border: 1px solid #d0cfcf;
  border-radius: 4px;
  background-color: var(--primeira-cor);
  color: #fff;
  margin-right: 10px;
}
.force-overflow {
  list-style: none;
  padding: 0;
}
.list-dados {
  list-style: none;
  padding: 0;
}
.pd-3-0 {
  padding: 3rem 0;
}
.title-date-hor {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.62px;
  text-transform: uppercase;
  padding-top: 6px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  font-weight: 400;
}
#dataHora button {
  width: 65px;
  height: 80px;
  background: transparent;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  padding: 0;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  margin-right: 10px;
}
#dataHora span {
  float: left;
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  background: transparent;
  height: 26px;
  color: #fff;
  margin-bottom: 5px;
  border-bottom: 1px solid #f6f6f6;
}
#dataHora .active {
  width: 65px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  border: 1px solid #ddd;
}
#dataHora .active span {
  background: var(--primeira-cor);
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#dataHoraContent .tab-pane {
  background: #fff;
  padding: 40px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  min-height: 120px;
}
#dataHoraContent .force-overflow li {
  float: left;
  margin-right: 15px;
}
#dataHoraContent .force-overflow a {
  float: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0;
  width: 75px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border: 1px solid #d0cfcf;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#dataHoraContent .force-overflow a:hover {
  background-color: var(--primeira-cor);
  color: #fff;
  border: 1px solid var(--primeira-cor);
}
.alert-qtd-comp {
  text-align: center;
  color: red;
  margin: 1rem 0;
  font-weight: 500;
}
.dado-event h3 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--primeira-cor);
  font-weight: bold;
  padding-top: 10px;
}
.dado-event ul {
  padding: 0;
  list-style: none;
}
.area-pdv-ext {
  margin-top: 2rem;
  font-weight: 600;
  color: var(--primeira-cor);
}
.prs_ec_ue_timer_wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
#clockdiv {
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
#clockdiv > div {
  padding: 0px;
  border-radius: 10px;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-top: 10px;
}
#clockdiv div > span {
  padding: 0px;
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-family: 'Lato', sans-serif;
}
#clockdiv .smalltext {
  font-family: 'Lato', sans-serif;
}
#clockdiv div:first-child > span {
  background: #43b9f6;
}
#clockdiv div:nth-child(2) > span {
  background: #6686ff;
}
#clockdiv div:nth-child(3) > span {
  background: #4cb3c4;
}
#clockdiv div:last-child > span {
  background: #85df88;
}
.area-img-evento img {
  margin: 2rem 0;
}
.mz-expand div a,
.mz-figure div a,
.mz-expand span a,
.mz-figure span a {
  display: none!important;
  position: absolute!important;
}
.area-selec-ingre {
  margin: 2rem 0;
}
.mb-1-0 {
  margin-bottom: 1rem;
}
.st_dtts_bs_heading {
  background: var(--segunda-cor);
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
}
#accordionSelecSetorIng .accordion-button {
  width: 100%;
  height: 50px;
  background-color: var(--primeira-cor);
  color: #fff;
  border: 1px solid #ccc;
  font-weight: 100;
}
.text-esgo-ing h4 {
  font-family: 'Lato', sans-serif;
  color: #d43f3a;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1rem;
}
.text-esgo-ing p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  text-align: center;
}
.st_dtts_sb_ul {
  padding: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.54);
  font-size: 14px;
  color: #333545;
  letter-spacing: 1px;
  line-height: 23px;
}
#accordionSelecSetorIng .accordion-body {
  padding: 0;
}
.btn-selec-ing {
  display: flex; 
  justify-content: end;
}
.btn-selec-ing .input-value {
  width: 30px;
  text-align: center;
  margin: 0px 3px;
}
.btn-selec-ing button {
  width: 30px;
  height: 30px;
  padding: 0;
}
.valor-individual {
  font-weight: 600;
  margin: 5px;
  text-align: end;
}
.erro-aler {
  color: red;
  font-weight: 600;
}
.quant-venda {
  text-align: center;
  color: #fca311;
  font-size: 13px;
  font-weight: bold;
  padding-top: 1rem;
  font-style: italic;
}
.total-ingressos {
  float: right;
  margin: 16px 0;
  font-weight: bold;
}
.pega-form-entreg {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  clear: both;
}
#btn-compra {
  margin-top: 2rem;
}
#area-detalhes-evento .prs_heading_section_wrapper {
  min-height: 85px;
  margin-top: 3rem;
}
.dados-evet-pag {
  background: #f6f6f6;
  margin-top: 4rem;
}
.dados-evet-pag .tab-pane {
  width: 100%;
  min-height: 206px;
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.dados-evet-pag #pills-tabContent {
  padding-bottom: 2rem;
}
.btn-part-dados,
.btn-part-dados:hover {
  padding: 20px 34px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  background: #ffffff;
  margin-right: 11px;
  border: 1px solid #ccc;
  color: #404040;
}
.dados-evet-pag .nav-pills .active {
  background-color: var(--primeira-cor);
  color: #fff;
}
#modalCadastroValid .form-group {
  margin-bottom: 1rem;
}
#modalCadastroValid .text-small {
color: red;
}
.relogio-carrinho {
  position: fixed;
  right: 0px;
  top: 170px;
  z-index: 3;
}
.min-relogio {
  background-color: rgba(0,0,0,0.15);
  float: left;
}
.min-relogio svg {
  margin: 5px 5px 5px 5px;
}
.area-relogio {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-right: 0px;
}
.bArLua {
  display: flex;
  align-items: center;
  color: #000;
  margin-right: 16px;
  font-weight: bold;
}
.bArLua:hover::after{
  font-size: 13px;
  font-weight: 400;
  content: "Após este tempo, os ingressos serão liberados para venda novamente.";
}
.overlay-none {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 10000;
}
.lista-pag {
	display: flex;
	align-items: center;
	justify-content: center;
  list-style: none;
  padding: 0;	
  margin: 0;
}
.bol-pag {
  margin: 5px;
  background-color: #ccc;
  padding: 0px 10px;
  border-radius: 20px;
}
.active-pag {
	background-color: var(--primeira-cor);
}
.active-pag a {
	color: #fff;
}
.bol-pag-fle {
  margin: 10px;
  font-size: 25px;	
}
.bol-pag-fle svg {
  margin-top: -10px;
}
.slider-section {
  background-color: #f6f6f6;
}
.icon-chekout {
  width: 100px;
  margin-right: 24px;
}
.cal-title {
  background: var(--segunda-cor);
  padding: 1rem;
}
.d-flex-bet {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cal-title h4 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
.bg-white {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.car-right-body ul {
  display: grid;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}
.car-right-body ul li {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #efefef;
  padding: 8px 20px;
  margin-bottom: 5px;
  background: #fff;
}
.d-both {
  clear: both;
}
#form-cupom {
  display: flex;
}
#form-cupom .input-rounded-l {
  height: 50px;
  width: 100%;
  border: 2px solid;
  border-color: rgb(229 231 235);
  border-radius: 10px 0px 0px 10px;
  padding: 12px;
}
#form-cupom .btn-apply-desc {
  border-radius: 0px 10px 10px 0px;
  background-color: var(--primeira-cor);
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-color: var(--primeira-cor);
  padding: 10px;
  font-weight: 700;
}
.card-method-pag {
  border: 1px solid #ccc;
  width: 120px;
  text-align: center;
  border-radius: 9px;
  padding: 20px 15px;
  height: 120px;
  align-items: center;
  margin: 10px;
  margin-bottom: 45px;
}
.card-method-pag:hover {
  border: 2px solid #ccc;
}
.card-method-pag i {
  font-size: 45px;
}
.card-method-pag p {
  margin-top: 9px;
  line-height: 1;
}
#methods-pag #nav-tab a {
  float: left;
}
.btn-finish {
  background-color: #55aa57;
  color: #fff;
  height: 2.9em;
  border: #55aa57 0.1em solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  clear: both;
}
.btn-finish:hover {
  background-color: #fff;
  color: #55aa57;
  cursor: pointer;
}
.btn-finish .text {
  margin: 0 5px 0 4px;
  font-weight: 700;
  text-transform: uppercase;
}
#nav-pix {
  padding: 1rem 0;
}
#methods-pag .nav-tabs {
  margin-bottom: 3rem;
}
#resumo-evento-final {
  padding-top: 2rem;
}
/*.steps-ingresso-step-1 {
  margin-top: 250px;
}*/
/*#resumo-evento-final {
  -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  background-color: #fff;
  padding: 25px;
}
#resumo-evento-final li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-bottom: 15px;
}
#resumo-evento-final .st_dtts_ineer_box {
  box-shadow: none;
} */
.resumo-evento {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Btn-edit-ing {
  width: 110px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.164);
  cursor: pointer;
  padding: 0px;
  margin-bottom: 10px;
  float: inline-end;
}
.Btn-edit-ing .text {
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgb(85, 170, 87);
}
.Btn-edit-ing .icon {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgb(77, 153, 78);
}
.car-right-body h4 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  font-size: 18px;
}
.car-right-body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
}
.car-right-body p {
  margin: 0;
}
.btn-form-pag {
  width: 120px;
  border: 1px solid #ccc;
  margin: 10px;
  height: 120px;
  display: grid;
  justify-content: center;
  align-items: center;
}
.btn-form-pag p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  font-weight: 600;
}
.btn-form-pag svg {
  text-align: center;
  margin: 0 auto;
  color: #707070;
}
.btn-form-pag.active {
  background-color: var(--primeira-cor)!important;
}
.btn-form-pag.active svg,
.btn-form-pag.active p {
  color: #fff;
}
.card-resumo-event {
  border-bottom: 1px solid #e2e2e2;
  padding: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
  margin-top: 2rem;
}
.card-resumo-event img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.card-resumo-event ul {
  padding: 0;
  list-style: none;
}
.quadro-resposta-pag {
  border-radius: 10px;
  border-radius: 0px 0px 10px 10px;
  background: #ffffff;
  min-height: 469px;
  -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 30px;
  margin: 30px auto;
}
.quadro-resposta-pag .table > tbody > tr > td {
  border: none;
}
.quadro-resposta-pag ul {
  list-style: disc;
  margin-left: 20px;
}
.quadro-resposta-pag ul li {
  margin-bottom: 15px;
}
.title-resp {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
.job-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2em;
  max-width: 30em;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
}
.job-card p {
  margin: 0;
}
.text-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.25em;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  line-height: 23px;
  color: #707070;
}
.post-date {
  color: #598551;
}
.budget-exp {
  display: flex;
  gap: 5em;
}
.budget-exp .label {
  font-size: 1em;
  color: #598551;
  min-width: 135px;
}
.budget-exp .value {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5rem;
  color: #707070;
}
.form-pag {
  white-space: break-spaces;
}
.txt-adqu {
  font-size: 1em;
  color: #598551;
  font-weight: 600;
}
.text-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.4px;
  font-size: 16px;
  line-height: 23px;
  color: #707070!important;
}
.img-qr-code {
  max-width: 180px;
  margin: 0 auto;
}
.button-print-ticket {
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90px;
}
.button-print-ticket svg {
  margin: 0 auto;
}
.btn-f-rdape {
  margin: 4rem 0 2rem 0; 
}
.steps-ingresso-step-1 {
  padding-top: 3rem;
}
.quadro-erro-comp {
  /*width: 46%;*/
  max-width: 600px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 30px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
}
#accordionDadosPesqu label {
  margin-bottom: 0;
}
#mapa-p-venda {
  margin-right: 0px;
  margin-left: 0px;
}
.sidebar {
  position: absolute;
  /* width: 23%; */
  height: auto;
  /* top: 0; */
  /* left: 0; */
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.25);
  z-index: 1;
  background-color: #fff;
  max-width: 340px;
}
.heading {
  background: #fff;
  border-bottom: 1px solid #eee;
  min-height: 58px;
  line-height: 60px;
  padding: 0 10px;
  background-color: var(--primeira-cor);
  color: #fff;
  cursor: pointer;
  width: 100%;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading h5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading svg {
  margin-left: 10px;
}
.listings {
  max-height: 60vh;
  overflow: auto;
}
.listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
}
.listings .item .title {
  display: block;
  color: var(--primeira-cor);
  font-weight: 700;
}
.map {
  width: 100%;
  height: 85vh;
}
.mapboxgl-popup-content {
  font: 400 15px / 22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
  width: 240px;
  padding-top: 0;
}
.mapboxgl-popup-content h5 {
  background: var(--primeira-cor);
  color: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
  padding-right: 23px;
  font-size: 18px;
  margin: 0px -10px 0px -10px;
}
.mapboxgl-popup-content p {
  padding: 0;
  margin: 0;
}
.mapboxgl-popup .btn-success {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  max-width: 95px;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #198754;
  color: #fff;
}
.mapboxgl-popup-close-button {
  display: block;
  background-color: red;
  border: 0;
  border-radius: 0px 3px 0px 3px;
  cursor: pointer;
  position: absolute;
  right: 0;
  color: #fff;
}
.foto-user {
  border-radius: 50%;
  max-width: 100px;
  max-height: 100px;
  border: 3px solid #ddd;
}
.mg-0-a {
  margin: 0 auto;
}
.icone-whats-flut {
	height:60px; 
	position:fixed; 
	bottom: 15px; 
	right: 50px; 
	z-index:100;
}
#paymentForm .form-control {
  height: 45px;
}
.prs_footer_social_wrapper ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.prs_footer_social_wrapper ul svg {
  margin-right: 10px;
  color: #fff;
  border: 1px solid;
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 5px;
}
/* START INGRESSO SEGURO */
.ing_seguro_box {
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ing_seguro_box span {
  font-size: 1.1em; /* aumenta um pouco o tamanho */
}
.ing_seguro_box input {
  margin-top: 10px;
  margin-left: 5px;
}
/* END INGRESSO SEGURO */
.card-msg-evento {
  background-color: #e6eaed;
  border-radius: 20px;
  text-align: center;
  padding: 15px;
  max-width: 360px;
  margin: 100px auto;
  border: 1px solid #e6eaed;
  padding-bottom: 35px;
}  
.card-msg-evento h2, .card-msg-evento p {
  font-weight: 700;
  margin: 2rem auto;
  color: #000;
}
.selec-mesa-ing {
  margin: 10px 0;
}
.user-infos__card #table .thValor {
  min-width: 110px;
}
.form-label,
.form-label-02,
#t-pessoa {
  margin-top: 10px;
}
.checkout-form__details .form-label,
.checkout-form__details .form-label-02 {
  margin-top: 0px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.btn-nominal-foot {
  clear: both;
  margin-top: 3rem;
}
#questFaqs {
  margin-bottom: 2rem;
}
#questFaqs .accordion-button,
#questFaqs .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--primeira-cor);
}
#questFaqs .accordion-button {
  display: block;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#questFaqs .accordion-body {
  padding: 30px 30px 30px 20px;
  background: #fff;
  border-top: none;
  margin-left: -1px;
  margin-top: -1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
}
#modalNominal h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 14px;
}
#modalNominal .modal-content {
  background: #f6f6f6;
}