@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700&display=swap');

@font-face {
   font-family: 'YoungSerif-Regular';
   src: url('https://cdn.jsdelivr.net/gh/sergiospagnuolo/YoungSerif@master/fonts/webfonts/YoungSerif-Regular.woff2?raw=true');
}

/* Base Styles */
body, .content-wrapper, .right-side {
  background-color: #eeeeee !important;
  font-family: 'Barlow', sans-serif !important;
  font-size: 16px;
}

/* Layout */
.content {
  padding: 0 !important;
  margin: 0 !important;
}

aside, .navbar, .main-header, .main-sidebar {
  display: none;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #231f20;
  background-color: #eeeeee;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif !important;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
}

h2 {
  font-size: 1.4em;
  font-weight: 700;
}

h3 {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

h4 {
  font-size: 36px;
  font-weight: 700;
  color: #4b31dd;
  margin-bottom: 20px;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

h6 {
  background-color: #eeeeee;
  margin-top: 15px;
  border-radius: 5px;
  padding: 3px;
  font-weight: 700;
  color: #000;
  float: right;
}

p {
  margin: 0 0 12px;
  font-size: 0.9em;
}

/* Header Section */
.header-section {
  text-align: center;
  padding: 20px 0;
}

.title-container {
  max-width: 800px;
  margin: 0 auto;
}

.main-title {
  color: #231f20;
  margin-bottom: 20px;
  font-weight: bold;
}

.description {
  color: #555;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 30px;
}

/* Legend */
.legend-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.legend-dot.video {
  background-color: #4b31dd;
}

.legend-dot.audio {
  background-color: #f33872;
}

.legend-dot.games {
  background-color: #17a869;
}

.legend-dot.livros {
  background-color: #a8179e;
}

.legend-dot.combo {
  background-color: #000;
}

/* Service Buttons */
.service-btn {
  margin: 5px;
  border: 2px solid;
  background-color: white;
  padding: 8px 15px;
  border-radius: 20px;
  transition: all 0.3s;
  font-weight: 500;
}

.service-btn.video {
  border-color: #4b31dd;
  color: #4b31dd;
}

.service-btn.video:hover,
.service-btn.video.active {
  background-color: #4b31dd;
  color: white;
}

.service-btn.audio {
  border-color: #f33872;
  color: #f33872;
}

.service-btn.audio:hover,
.service-btn.audio.active {
  background-color: #f33872;
  color: white;
}

#services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 10px;
}

/* Panel Styles */
.well {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  padding: 15px;
}

hr {
  border-top: 1px solid #eeeeee;
  margin: 20px 0;
}

/* Selected Services Grid */
.selected-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.selected-services-column {
  display: flex;
  flex-direction: column;
}

.service-item {
  margin: 5px 0;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .selected-services-grid {
    grid-template-columns: 1fr;
  }
  
  .mob-hide {
    display: none;
  }
  .legend-container {
    display: inline-block;
    padding-left: 20px !important;
    }
}

@media screen and (max-width: 680px) {
  .columns .column {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
  
  .img-destak {
    margin: 20px 0;
  }
}

.center{
  text-align: center;
}

.shiny-bound-output{
  font-size: 28px;
  font-weight: 700;
}

.service-item{
  font-size: 16px;
}