/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #007A87;
  --secondary-color:              #FE0306;
  --tertiary-color:               #EE5007;
  --quaternary-color:             #007A87;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #EE5007;
  --custom-btn-bg-hover-color:    #c01f27;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #FE0306;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-tertiary{
  color: var(--tertiary-color) !important;
}


.text-primary:hover {
  color: var(--tertiary-color) !important;
}


.services-info p {
  font-size: 20px;
}

.btn-primary {
  background-color: var(--tertiary-color) !important;
  border-color: var(--tertiary-color);
}

.btn-primary:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color);
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

@font-face {
  font-family: 'Freehouse';
  src: url(/static-assets/fonts/Freehouse-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Helvetica-Bold';
  src: url(/static-assets/fonts/HelveticaNeueLTCom-BdCn.ttf) format('opentype');
}

@font-face {
  font-family: 'Helvetica';
  src: url(/static-assets/fonts/HelveticaNeueLTCom-LtCn.ttf) format('opentype');
}

@font-face {
  font-family: 'OwnersTRIALXNarrow-XBlack';
  src: url(/static-assets/fonts/owners-font-family/OwnersTRIALXNarrow-XBlack-BF64361ef464c49.otf) format('opentype');
}

@font-face {
  font-family: 'OwnersTRIAL-Medium';
  src: url(/static-assets/fonts/owners-font-family/OwnersTRIAL-Medium-BF64361ef81f92b.otf) format('opentype');
}

@font-face {
  font-family: 'OwnersTRIAL-Light';
  src: url(/static-assets/fonts/owners-font-family/OwnersTRIAL-Light-BF64361ef833aae.otf) format('opentype');
}

@font-face {
  font-family: 'Helvetica-Light';
  src: url(/static-assets/fonts/helvetica-light.ttf) format('opentype');
}

@font-face {
  font-family: 'Helvetica-Compressed';
  src: url(/static-assets/fonts/helvetica-compressed.otf) format('opentype');
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
  font-family: 'Freehouse' !important;
}

h2 {
  font-size: var(--h2-font-size);
  font-family: 'Freehouse' !important;
}

h3 {
  font-size: var(--h3-font-size);
  font-family: 'Freehouse' !important;
}

h4 {
  font-size: var(--h4-font-size);
  font-family: 'Freehouse' !important;
}

h5 {
  font-size: var(--h5-font-size);
  font-family: 'Freehouse' !important;
}

h6 {
  font-size: var(--h6-font-size);
  font-family: 'Freehouse' !important;
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
/*  background-color: var(--dark-color);*/
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-btn-no-color {
/*  background: var(--custom-btn-bg-color);*/
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.btn-secondary {
  background: #6c757d;
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.btn-success {
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--white-color);
}

.navbar {
  background: transparent;
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 4px;
  padding: 4px 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: #e9bc0e;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--primary-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--primary-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-image: url('/static-assets/images/fundo.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}


/*---------------------------------------
  TICKET
-----------------------------------------*/
.ticket-section {
  background-image: url('');
  background-color: var(--quaternary-color);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.ticket-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.ticket-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.ticket-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  ARTISTS
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}


/*---------------------------------------
  SCHEDULE
-----------------------------------------*/
.schedule-section {
  background-image: url('/static-assets/images/fundo2.jpeg');
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.table-responsive {
  filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--tertiary-color)
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #0d656d;
  border-bottom-color: transparent;
}

.schedule-table th + td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .pop-background-image {
  background-image: url('/static-assets/images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
}

.schedule-table .rock-background-image {
  background-image: url('/static-assets/images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
}

.schedule-table .country-background-image {
  background-image: url('/static-assets/images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg');
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  PRICING
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  CONTACT
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM
-----------------------------------------*/

.form-group {
  margin-bottom: 20px;
}

.custom-form .form-control {
  color: var(--p-color);
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


.video-controls {
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 10;
  background: rgba(0,0,0,0.5);
  padding: 10px;
  border-radius: 10px;
}

.video-controls button,
.video-controls input {
  margin-right: 10px;
}


.media-image-box, .media-video-box, .media-document-box {}

#media-video-src {
  width: 100%;
}

/*---------------------------------------
  SITE FOOTER
-----------------------------------------*/
.site-footer {
  background-color: var(--white-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url('/static-assets/images/fundo.jpeg');
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid var(--primary-color);
  margin-top: 60px;
}

.site-footer-title {
  color: var(--primary-color); 
  font-size: 23px;
}

.site-footer-link,
.copyright-text {
  color: var(--primary-color);
  font-size: 20px;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before{
  animation: spinAround 2s linear infinite;
}

/*[:batepronto] classes*/

.alert-dismissable button {
  float: right;
}

.active {
  font-weight: bold;
}

#search-button {
  height: 52px;;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}

.float-right {
  float:right!important;
}

.metadatums .admin_member_metadatums_published,
.metadatums .admin_member_metadatums_delete,
.video_streams .admin_member_metadatums_published,
.video_streams .admin_member_metadatums_delete {
  margin-top: 8px;
}

#nested-coauthors-box {
  width: 150%;
  margin-bottom: 20px;
  z-index: auto;
  position: relative;
}

.ticket-form .form-check .form-check-label {
  margin-top: 0;
}

.artist_inscribed_music {
  margin-bottom: 60px;
}

.add_fields {
  margin-bottom: 20px;
}

.form-control-file {
/*  margin-left: 10px;*/
}

.file .optional {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.form-group .form-text {
  float: inline-end !important;
  margin-top: 30px;
}

.message-recused p {
  color: red;
}

/*.form-text */

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--white-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 110px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

.logo-image {
  width: 110px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 992px){
  .site-header strong {
    font-size: 13px;
  }
}

.regulation-section {
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 992px) {
  .site-header .container .row .text-light {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 767px) {
  .site-header .container .row .text-light {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 992px) {
  .coauthor-row .container {
    margin: 0;
    padding: 0;
  }
}

.cinema-section {
  background-color: black;
}

.intervention-section .btn {
  border-color: black;
  color: black;
}

.intervention-section h5 {
  color: black;
  text-align: left;
  font-family: Helvetica !important;
  text-transform: uppercase;
}

.intervention-section h3 {
  font-family: Helvetica-Bold !important;
  font-size: 35px !important;
}

.intervention-section h4 {
  font-family: Helvetica-Bold !important;
}

.intervention-section p {
  font-size: 25px;
  color: black;
}

.floating-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: bold;
  z-index: 2;
  font-size: 14px;
  background-color: #e9bc0e;
  color: black;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.cinema-title {
  background-color: white;
  color: black;
  border-radius: 20px;
  display: inline-block; 
  text-transform: uppercase;
  padding-left: 5rem;
  padding-right: 5rem;
  border: 2px solid black;
  
  /* sombra para a direita e para baixo */
  box-shadow: 5px 5px black;
}

@media screen and (max-width: 508px) {
  .cinema-title {
  padding-left: 2rem;
  padding-right: 2rem;
  }
}

@media screen and (max-width: 764px) {
  .cinema-section .cinema-title {
  font-size: 30px;
  padding-left: 2rem;
  padding-right: 2rem;
  }
}

@media screen and (max-width: 460px) {
  .cinema-section .cinema-title {
  font-size: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  }
}


.cinema-section h3 {
  font-family: Helvetica-Bold !important;
  color: #e9bc0e;
  font-size: 35px !important;
}

.cinema-section h4 {
  color: white;
  font-family: Helvetica-Bold !important;
}

.cinema-section h5 {
  color: white;
  text-transform: uppercase;
  font-family: Helvetica !important;
}

.cinema-section p {
  color: white;
  font-size: 25px;
}

.cinema-section .table td,
.cinema-section .table th {
  color: white !important;
  vertical-align: middle;
}

/* Colore a coluna das datas em amarelo */
.cinema-section .table .date-cell {
  color: #ffc107 !important; /* amarelo Bootstrap */
  font-weight: bold;
}

.row.ficha p {
  color: black;
}

.row.ficha p strong {
  color: black;
}

.tec-section {
  background-color: #ffc107;
}

.tec-section p, h6 {
  color: black;
}

.tec-section h6 {
  font-family: Heveltica !important;
}

#carrosselSeções .carousel-item {
  height: 500px; /* altura fixa para todas as imagens */
}

#carrosselSeções .carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#carrosselSeções .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
  border-radius: 10px;
}

.carousel-item img {
  width: 100%;
  height: 500px; /* ou outro valor que funcione bem no seu layout */
  object-fit: cover;
}

.carousel-custom {
  max-width: 100%;
  height: 800px; 
}

.carousel-custom .carousel-inner,
.carousel-custom .carousel-item,
.carousel-custom .carousel-item img {
  height: 100%;
  object-fit: cover;
}


.carousel-caption {
  background: rgba(0, 0, 0, 0.6); /* fundo preto translúcido */
  color: #fff; /* texto branco */
  padding: 1rem;
  border-radius: 8px;
}

.carousel-caption h4 {
  font-weight: bold;
  color: #ffcc00; /* amarelo para destaque */
  text-shadow: 2px 2px 4px #000;
  font-family: Heveltica !important;
}

.carousel-caption h6 {
  color: #ffffff;
  text-shadow: 1px 1px 3px #000;
  margin-bottom: 0;
  font-family: Heveltica !important;
}

.carousel-section-title {
  font-size: 2.5rem; /* maior que o h5 */
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-family: Heveltica !important;
}



p {
  text-align: left; !important;
}

/*.border-black {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
} */

.border-white {
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.custom-form ul li {
  color: black;
  font-size: 25px;
}

.tec-section h5 {
  font-family: Helvetica-Bold !important;
}

.tec-section h6 {
  text-align: left;
  text-transform: uppercase;
  font-family: Helvetica !important;
}



/* Estilos responsivos */
@media (max-width: 768px) {
/*  .hero-section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }*/

  .hero-section .container {
    /*position: relative;*/
    /*z-index: 2;*/
    /*height: 100%;*/
    padding: 0;
  }

  .carousel-inner img {
    height: auto;
    max-height: 400px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    background-size: 2rem 2rem;
  }

  .carousel-indicators {
    bottom: 10px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .carousel-custom {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .carousel-inner img {
    max-height: 300px;
  }

  .carousel-indicators {
    bottom: -15px;
  }

  .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .carousel-custom {
    max-width: 100%;
    height: auto;
  }

  .carousel-control-next, .carousel-control-prev {
    width: 7%;
  }
}
