body {
  background-color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/*redes sociais*/
.bi-facebook   { color: #1877F2; } 
.bi-twitter-x   { color: #000000; } 
.bi-spotify   { color: #1DB954; } 
.bi-linkedin  { color: #0A66C2; }
.bi-youtube   { color: #FF0000; }
.bi-instagram { color: #E4405F; }

/* Tamanho padrão */
.small-icon i {
  font-size: 1.4rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Hover elegante */
.small-icon a:hover i {
  transform: translateY(-2px);
  opacity: 0.8;
}


/* Cards */
.fdc-card-more-information {
  background: linear-gradient(135deg, #b8b8b8, #b8b8b8);
  border-radius: 10px;
  padding: 20px;
  color: #373737;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
  height: 100%;
}

.fdc-card {
  background: linear-gradient(135deg, #6b2b7b, #5a1f6f);
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
  height: 100%;
}

.fdc-card h6 {
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 15px !important;
}

.btn-acessar {
  background-color: #ff8a50;
  color: #fff;
  border-radius: 8px;
  padding: 8px 20px;
  font-weight: 400;
  border: none;
  font-size: 14px;
}

.btn-acessar:hover {
  background-color: #ff7433;
  color: #fff;
}

/* Área da imagem à direita */
.hero-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Arcos */
.hero-wrapper::before,
.hero-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Footer */
footer {
  border-top: 1px solid #eee;
  padding: 40px 0;
  margin-top: 60px;
  font-size: 0.9rem;
}

footer h6 {
  font-weight: 700;
  margin-bottom: 10px; 
}

hr{
    border: 0;
    border-top: 2px solid #6b2b7b;
    opacity: 1; 
}

footer h6::before {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #6b2b7b;
  margin-bottom: 10px;
}


.left-border {
    position: relative;
    padding-left: 20px; 
  }
  
  .left-border::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 48px;              
    width: 2px;
    background-color: #6b2b7b;
  }
  

/* Responsivo */
@media (max-width: 991px) {
  .hero-wrapper {
    height: 300px;
    margin-top: 40px;
  }
  .left-border{
    border: none;
  }
  #logoFooter{
    margin-left: 5%;
    height: 60px;
    width: auto;
  }
  #imgRight img {
    height: 300px;     
    width: auto; 

    justify-content: end;      
    max-width: 100%;   
    display: block;
    margin-left: auto;

  }

}
