*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #E1DBC7;
  color: #444;
  font-family: "Work Sans", sans-serif;
}

a {
  color: dimgrey;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #b2276b;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans black", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

hr {
  border: 2.3px solid black;
  border-top: none;
  opacity: 1;
}

#body {
  background: #E1DBC7;
}

*/

/*--------------------------------------------------------------
# fb e insta
--------------------------------------------------------------*/
.social-links {
  padding-top: 20px;
  position: fixed;
  top: 0;
  right: 5px;
}

.social-links a {
  color: #555;
  display: inline-block;
  line-height: 1px;
  margin-left: 5px;
}

.social-links a:hover {
  color: #D74824;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #3C3C3B;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 0px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

span.button-sm-screen {
  font-size: 4vw;
  display: none;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  span.button-lg-screen {
    display: none !important;
  }

  span.button-sm-screen {
    display: block !important;
  }
}

.back-to-top:focus {
  background: #3C3C3B000;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #D74824;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 165px;
  transition: all 0.5s;
  z-index: 997;
  background: #E1DBC7;
  /* box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);*/
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 4;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
  height: 120px;
}

@media (max-width: 991px) {
  #header {
    padding: 20px 0;
    height: 100px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 60px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../img/intro-carousel/1.jpg") no-repeat;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #3C3C3B;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #3C3C3B;
  text-decoration: underline;
}

@media (max-width: 768px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #b22762;
  border: 2px solid #D74824;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #D74824;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #D74824;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*

 Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }

  #mobile-nav ul li a:hover {
    background-color: inherit !important;
  }

  li.bilhetes>a {
    width: 30% !important;
    margin: 0 auto;
    padding: 0 !important;
    margin-top: 25px !important;
  }
}

@media (min-width: 991px) {
  .bilhetes-mobile {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 55px 8px;
  text-decoration: none;
  display: inline-block;
  color: #3C3C3B;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;


}

.nav-menu li:hover>a {
  color: #D74824;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #E1DBC7;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #D74824b;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #3C3C3B;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 60px;
  bottom: 0;
  z-index: 998;
  background: #3C3C3B;
  left: -340px;
  width: 340px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  text-align: center;
}

#mobile-nav ul li a:hover {
  background-color: #D74824;
  text-color: #3C3C3B;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(100, 100, 100, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* 

Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #3C3C3B;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #D74824;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
  background: #E1DBC7;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #3C3C3B;
  font-weight: 700;
  font-size: 36px;
  font-family: "Work Sans black", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: justify;
}

#about .content p {
  line-height: 26px;
  text-align: justify;
  font-size: 14px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

/* programa
--------------------------------*/
#programa {
  padding: 30px 0 0 0;
  background: #E1DBC7;
}

#programa a {
  color: #555;
}

#programa a:hover {
  color: #D74824;
}

@media (max-width: 767px) {
  #programa .box .box {
    margin-bottom: 20px;
  }
}

/* logos
--------------------------------*/
#logos {
  padding: 30px 0;
  align: center;
}

#logos img {
  max-width: 100%;

  transition: 0.3s;
  padding: 15px 0;
  max-height: 90px;
  align: center;
}

/* galeria--------------------------------*/
#galeria {
  background: #E1DBC7;
  padding: 30px 0;
}

#galeria .container-fluid.invisible {
  display: none !important;
}

#galeria .container-fluid.visible {
  display: block !important;
}

#galeria .galeria-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#galeria .galeria-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#galeria .galeria-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#galeria .galeria-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#galeria .galeria-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#galeria .galeria-item:hover .galeria-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#galeria .galeria-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#galeria .gallery-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: "Work Sans", sans-serif;
}

#galeria button {
  margin-left: 20px;
  border-radius: 0px;
}

#galeria div.col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

/* cartaz
--------------------------------*/
#cartaz {
  background: #E1DBC7;
  padding: 30px 0 0 0;
}

#cartaz.member {
  text-align: center;
  margin-bottom: 20px;
}

#cartaz .member .pic {
  overflow: hidden;
  text-align: center;
}

#cartaz .member .pic img {
  max-width: 100%;
}

#cartaz .member .details {
  background: #3C3C3B;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#cartaz .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#cartaz .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

/* main
--------------------------------*/
#main {

  background: #E1DBC7;
}

/* info
--------------------------------*/
#info {
  padding: 30px 0;
  background: #E1DBC7;
}

#info .info-info {
  margin-bottom: 20px;
  text-align: center;
}

#info .info-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #D74824;
}

#info .info-info address,
#info .info-info p {
  margin-bottom: 0;
  color: #3C3C3B;
}

#info .info-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3C3C3B;
}

#info .info-info a {
  color: #3C3C3B;
}

#info .info-info a:hover {
  color: #D74824;
}

#info .info-address,
#info .info-phone,
#info .info-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #info .info-address,
  #info .info-phone,
  #info .info-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #info .info-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#info #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #info #google-map {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
mapa
--------------------------------------------------------------*/
.mapouter {
  text-align: left;
  height: 290px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 290px;
}

#gmap_canvas {
  width: 100%;
  height: 290px;
}

.modal-active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}

.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.modal-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9998;
}

.modal-youtube {
  width: 640px;
  height: 360px;
}

.modal-close-btn {
  position: absolute;
  background-color: #FFF;
  line-height: 0;
  padding: 13px;

  border-radius: 0px;

  right: -20px;
  top: -20px;
  cursor: pointer;
}

.modal-content {
  width: 100%;
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

// demo-style
html,
body {
  height: 110%; // make scrollbar
}

button::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

.demo-modal {
  max-width: 800px;
}

.demo-modal-content {
  padding: 20px;
}

#demo-modal-content .demo-modal-content-img {
  overflow: hidden;
}

#demo-modal-content .demo-modal-content-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #demo-modal-content .demo-modal-content-img {
    height: auto;
  }
}

iframe.spotify-player {
  border-radius: 0px;
  margin-top: 25px;
  width: 100%;
  height: 80px;
  transition: height 1s;
}

iframe.spotify-player:hover,
iframe.spotify-player:active {
  height: 300px !important;
}

a.comprar {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background-color: #D74824;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

a.comprar:hover {
  background-color: #3C3C3B;
  color: white;
}

li.bilhetes>a {
  text-decoration: none;
  background-color: #D74824;
  margin-top: 55px;
  padding: 0px 10px 0px 10px;
  color: white;
}

li.bilhetes>a:hover {
  background-color: #3C3C3B;
  color: white;
}

.section-footer {
  text-align: center;
  background: #E1DBC7;
}

.preco-bilhetes {
  justify-content: space-between;
}

.preco-bilhetes-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px;
}

.preco {
  font-size: 90px;
  font-weight: bold;
  color: #D74824;
}

.footnotes {
  font-size: 12px;
  padding: 0 15px;
}

.lineup {
  margin: 0 0 30px 0;
}

.lineup-line {
  margin: 0 0 6px 0;
  font-family: "Work Sans", sans-serif;

}

.atividade {
  margin: 0 0 6px 0;
  font-family: "Work Sans black", sans-serif;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.video {
  width: 100%;
  padding-left: 0;
  padding-right: 0;

  video {
    width: 100%;
  }
}

.a-button {
  padding: 0.2rem 0.8rem;
  color: white;
  font-size: 12px;
  background-color: #343a40;
  text-decoration: none;
}


/*--------------------------------------------------------------
chatbot
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}

.chatbot-toggler {
  position: fixed;
  bottom: 70px;
  right: 12px;
  outline: none;
  border: none;
  height: 45px;
  width: 45px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D74824;
  transition: all 0.2s ease;
}

body.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
}

.chatbot-toggler span {
  color: #fff;
  position: absolute;
}

.chatbot-toggler span:last-child,
body.show-chatbot .chatbot-toggler span:first-child {
  opacity: 0;
}

body.show-chatbot .chatbot-toggler span:last-child {
  opacity: 1;
}

.chatbot {
  position: fixed;
  right: 35px;
  bottom: 90px;
  width: 420px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1),
    0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease;
}

body.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.chatbot header {
  padding: 16px 0;
  position: relative;
  text-align: center;
  color: #fff;
  background: #D74824;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.chatbot header span {
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  cursor: pointer;
  transform: translateY(-50%);
}

header h2 {
  font-size: 1.4rem;
}

.chatbot .chatbox {
  overflow-y: auto;
  height: 510px;
  padding: 30px 20px 100px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.chatbox .chat {
  display: flex;
  list-style: none;
}

.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}

.chatbox .incoming span {
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: default;
  text-align: center;
  line-height: 32px;
  align-self: flex-end;
  background: #D74824;
  border-radius: 4px;
  margin: 0 10px 7px 0;
}

.chatbox .chat div.message {
  white-space: pre-wrap;
  padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  max-width: 75%;
  color: #fff;
  font-size: 0.95rem;
  background: #D74824;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
}

.chatbox .incoming div.message {
  border-radius: 10px 10px 10px 0;
}

.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}

.chatbox .incoming div.message {
  color: #3C3C3B;
  background: #f2f2f2;
}

.chatbox .chat img {
  height: 30px;
  margin: 0px 8px 0px 0px;
}

.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ddd;
}

.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
}

.chat-input span {
  align-self: flex-end;
  color: #D74824;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-size: 1.35rem;
}

.chat-input textarea:valid~span {
  visibility: visible;
}

@media (max-width: 490px) {
  .chatbot-toggler {
    right: 13px;
    bottom: 70px;
  }

  .chatbot {
    left: 0;
    bottom: 0;
    height: 75%;
    border-radius: 0;
    width: 75%;
  }

  .chatbot .chatbox {
    height: 90%;
    padding: 25px 15px 100px;
  }

  .chatbot .chat-input {
    padding: 5px 15px;
  }

  .chatbot header span {
    display: block;
  }
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #D74824;
  color: #D74824;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
  margin: 10px;
}

.dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #D74824;
  color: #D74824;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }

  30% {
    box-shadow: 9984px 0 0 2px;
  }

  60%,
  100% {
    box-shadow: 9984px 0 0 -5px;
  }
}

@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }

  30% {
    box-shadow: 9999px 0 0 2px;
  }

  60%,
  100% {
    box-shadow: 9999px 0 0 -5px;
  }
}

@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }

  30% {
    box-shadow: 10014px 0 0 2px;
  }

  60%,
  100% {
    box-shadow: 10014px 0 0 -5px;
  }
}




.nav-pills {
  text-decoration-color: #ffffff;
}

}





/*--------------------------------------------------------------
pricing
--------------------------------------------------------------*/


body {
  margin-top: 20px;
}

.price-innerdetail h5 {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 15px;
}

.price-innerdetail p {
  font-size: 50px;
}

.detail-pricing {
  border-bottom: 1px solid;
  padding: 30px 0 30px 0;
}

.detail-pricing .float-left {
  padding: 0 0 0 40px;
}

.detail-pricing .float-left i {
  position: absolute;
  left: 0;
  font-size: 20px;
}

.detail-pricing span {
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.wrap-price {

  padding: 50px 20px 50px;
  border-radius: 10px;
}




.title {

  margin-right: 25px;
}


/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

#premios img {
  max-width: 100%;
  padding: 15px 0;
  max-height: 135px;
  align: center;
}

.footer-icons>a {
  font-size: 23px;
  color: #3C3C3B;
  margin: 0 10px;
}

.footer-icons>a:hover {
  color: #D74824;
}

.bilhetes-mobile {
  position: fixed;
  right: 0;
  top: 0;
  margin: 26px 51px 0 0;
  background: #D74824;
  color: white;
  text-decoration: none;
  padding: 1px 8px 2px 8px;
  font-size: 14px;
  font-weight: bold;
  z-index: 51;
}

.bilhetes-mobile:hover {
  background-color: #3C3C3B;
  color: white;
}

.info-table {
  font-size: 14px;

  th {
    background-color: #E1DBC7;
  }

  td {
    background-color: #E1DBC7;
  }
}

.modal-footer .btn {
  border-radius: 0;
}

#programa {
  button.active {
    background-color: #D74824 !important;
  }

  h5 {
    margin: 0px 0px 5px 0px;
  }
}

#programa {
  button {
    border-radius: 0px !important;
    background-color: #343a40 !important;

  }

  ;
}
}

.nav-link {
  width: 20%;
}

@media (max-width: 576px) {
  .program-row {
    justify-content: space-around !important;
  }

  .schedule-day {
    width: auto;
    min-width: 35%;
  }
}