/* Remove o destaque azul completamente */
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-tap-highlight: none;
}

* {
  text-decoration: none;
  font-family: "Libre Baskerville", serif;
  box-sizing: border-box;
  /*user-select: none;*/
  text-decoration: none !important;
  list-style: none !important;
  outline: none !important;
}

*:focus {
  outline: none !important;
}

*:active {
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  font-size: 1.5em;
  background: #edeef1;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
a {
  font-size: 1em;
}

p,
span,
input {
  font-size: 0.7em;
}

button {
  border: none;
}

.btn,
.divConteiner,
#playlist {
  font-size: 0.8em;
}

/* BARRA DE ROLAGEM - SCROLLBAR*/

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(transparent, #005eca);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(transparent, #ff8800);
}

/*ANIMAÇÕES*/

[data-anima] {
  opacity: 0;
  transition: 0.8s;
}

[data-anima="esquerda"] {
  transform: translate3d(-50px, 0, 0);
  /* x y z*/
}

[data-anima="direita"] {
  transform: translate3d(50px, 0, 0);
  /* x y z*/
}

[data-anima="centro"] {
  transform: translate3d(0, 50px, 0);
  /* x y z*/
}

[data-anima].animacao {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*CABEÇALHO*/

header {
  width: 100%;
  height: 100px;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  overflow: hidden;
  z-index: 5;
}

header a {
  text-decoration: none;
  cursor: pointer;
  width: 15%;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#logo {
  width: 100%;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.nav {
  overflow: hidden;
  background: linear-gradient(to bottom,
      #004ba1,
      #005eca,
      #0175fa,
      #005eca,
      #013169);
  position: sticky;
  top: 0;
  z-index: 3;

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav ul li {
  display: inline;
  margin: 0;
}

.nav ul li a {
  position: relative;
  color: #c1e8ff;
  text-align: center;
  padding: 17px 18px;
  margin: 0;
  text-decoration: none;
  font-size: 0.8em;
  font-family: "Libre Baskerville", serif;
  transition: 0.3s;
  overflow: hidden;
}

.nav ul li a:hover {
  background: linear-gradient(to bottom,
      #dd6502,
      #ff8800,
      #ffae00,
      #ff8800,
      #dd6502);
  color: #0175fa;
}

#ativo {
  background: linear-gradient(to bottom,
      #dd6502,
      #ff8800,
      #ffae00,
      #ff8800,
      #dd6502);
  color: #0175fa;
  padding: 17px 18px;
}

.voltarBox {
  overflow: hidden;
  background: linear-gradient(to bottom,
      #004ba1,
      #005eca,
      #0175fa,
      #005eca,
      #013169);
  position: sticky;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.voltar {
  position: relative;
  color: #c1e8ff;
  text-align: center;
  padding: 14px 16px;
  margin: 0;
  text-decoration: none;
  font-size: 0.9em;
  font-family: "Libre Baskerville", serif;
  transition: 0.3s;
  overflow: hidden;
}

.voltar:hover {
  background: linear-gradient(to bottom,
      #dd6502,
      #ff8800,
      #ffae00,
      #ff8800,
      #dd6502);
  color: #0175fa;
}

/*APRESENTAÇÃO*/

#principal {
  width: 100%;
  height: 500px;
  overflow: hidden;
  padding: 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

/*WHATSAPP*/
.zap {
  position: fixed;
  width: 60px;
  float: right;
  top: 80%;
  right: 30px;
  display: flex;
  transition: 0.5s;
  overflow: hidden;
  z-index: 2;
}

.zap:hover {
  transform: translateY(-20px);
}

/*VÍDEO*/

#video {
  position: relative;
  width: 700px;
  top: -10px;
  overflow: hidden;
}

/*COMPOSITORES PESQUISA*/

#navPesquisa {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.menuConteiner {
  width: 100%;
  height: 400px;
  padding: 0px 0px;
  margin: 10px auto;
  top: 100px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 1;
  overflow: hidden;
}

.divConteiner {
  width: 100%;
  height: 50px;
  background: #eee;
  border: none;
  overflow: hidden;
}

.divConteiner li a {
  font-size: 0.9em;
}

#passista {
  position: absolute;
  display: flex;
  width: 50%;
  z-index: 1;
  right: 0px;
  margin-top: 250px;
  overflow: hidden;
}

#menu li {
  list-style: none;
}

#menu li a {
  color: #004ba1;
  display: inline-flex;
  position: absolute;
  overflow: hidden;
}

#menu li a {
  font-family: "Libre Baskerville", serif;
  list-style-type: none;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}

#overflow {
  overflow: scroll;
  width: 40%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  top: 50px;
  left: 50px;
  display: flex;
  position: absolute;
  background-color: #eee;
}

.menuConteiner h2 {
  margin: 20px;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Libre Baskerville", serif;
}

#pesquisa {
  /* Estilo base */
  width: 30%;
  height: 50px;
  border-radius: 30px;
  padding: 5px 10px;
  padding-left: 60px;
  border: none;
  font-family: "Libre Baskerville", serif;
  color: #f60;
  outline: none;
  position: absolute;
  top: 0;
  left: 100px;
  display: inline-flex;
  cursor: pointer;
  z-index: 999;
  transition: 0.5s ease;
  overflow: hidden;
  background-color: #fff;
  /* Cor de fundo inicial */
}

/* Estilo ao passar o mouse sobre o input */
#pesquisa:hover {
  background-color: #f7f7f7;
  /* Suavemente mais claro */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Adiciona uma sombra sutil */
}

/* Estilo ao focar no input */
#pesquisa:focus {
  background-color: #fff;
  /* Cor de fundo ao focar */
  box-shadow: 0 0 5px rgba(255, 102, 0, 0.8);
  /* Realça o foco com cor */
  border: 1px solid #f60;
  /* Adiciona uma borda ao foco */
  color: #333;
  /* Muda a cor do texto ao focar */
}

#menu li a:hover {
  color: #f60;
  width: 100%;
  height: 35px;
  transition: 0.5s;
  letter-spacing: 2px;
}

/*SOBRE*/

#sobre {
  width: 80%;
  height: 100%;
  margin: 10px auto;
  padding-top: 150px;
  display: block;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

#sobre p {
  text-align: justify;
  color: #67686a;
  overflow: hidden;
}

/*PATROCÍNIO*/

#patrocinio {
  padding: 100px;
  background: #f60;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.apoio {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px auto;
  margin: 20px auto;
  text-align: center;
  color: #fff;
}

.containerPatrocinio {
  width: 50%;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  border: 15px solid #ffae00;
  box-shadow: 10px 25px 30px rgba(58, 23, 23, 0.3);
}

.wrapper {
  width: 100%;
  display: flex;
  animation: slide 16s infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(-100%);
  }

  55% {
    transform: translateX(-200%);
  }

  75% {
    transform: translateX(-200%);
  }

  80% {
    transform: translateX(-300%);
  }

  100% {
    transform: translateX(-300%);
  }
}

.wrapper img {
  width: 100%;
}

/*  CARROSSEL DOS CDs  */

#loja {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
}

/* Título */
.box-loja-h1 {
  text-align: center;
  margin-bottom: 20px;
}

.box-loja-h1 h1 {
  font-weight: 900;
  color: #005eca;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Container principal do carrossel */
.cds-carousel-container {
  overflow: hidden;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px auto;  
}

/* Wrapper com scroll manual (esconde a barra nativa) */
.cds-carousel-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* scroll suave no iOS */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE e Edge antigo */
}

.cds-carousel-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Edge */
}

/* Track (a faixa que contém os CDs) */
.cds-carousel-track {
  display: flex;
  gap: 35px;
  padding: 50px 0;
  padding-bottom: 90px;
  will-change: transform, scroll-left;
  user-select: none;
  cursor: grab;
  min-width: max-content;
}

.cds-carousel-track.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

/* Cada item do carrossel */
.carousel-item {
  flex: 0 0 auto;
}

/* Wrapper da imagem com efeito 3D premium */
.img-wrapper {
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  padding: 16px;
  box-shadow:
    -4px -4px 12px rgba(255, 255, 255, 0.9),
    -4px -4px 20px rgba(255, 255, 255, 0.5),
    inset 4px 4px 8px rgba(255, 255, 255, 0.3),
    8px 8px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateZ(0);
  position: relative;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* Overlay sutil azul-dourado no hover */
.img-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(0, 94, 202, 0.12) 0%,
      rgba(255, 215, 0, 0.1) 50%,
      rgba(0, 94, 202, 0.12) 100%);
  opacity: 0;
  transition: opacity 0.8s ease;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}

/* Reflexo de vinil realista */
.img-wrapper::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 100px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.2) 40%,
      transparent 80%);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  z-index: 2;
}

/* HOVER — efeito divino */
.img-wrapper:hover {
  transform: translateY(-20px) scale(1.05);
  box-shadow:
    0 40px 70px rgba(0, 0, 0, 0.3),
    0 20px 40px rgba(0, 0, 0, 0.25),
    inset 0 0 30px rgba(255, 255, 255, 0.4);
  z-index: 20;
}

.img-wrapper:hover::before {
  opacity: 1;
}

.img-wrapper:hover::after {
  opacity: 0.8;
  transform: translateY(0);
}

/* Imagem do CD */
.img-wrapper img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
}

.img-wrapper:hover img {
  transform: scale(1.28) rotate(3deg);
  filter: brightness(1.25) contrast(1.18) saturate(1.35) drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5));
}

/* Botões de navegação ← → */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 94, 202, 0.92);
  color: white;
  border: none;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  z-index: 30;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn:hover {
  background: #005eca;
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.carousel-btn.prev {
  left: 15px;
}

.carousel-btn.next {
  right: 15px;
}

/* Responsivo */
@media (max-width: 768px) {
  .carousel-btn {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }

  .carousel-btn.prev {
    left: 8px;
  }

  .carousel-btn.next {
    right: 8px;
  }

  .img-wrapper img {
    width: 220px;
    height: 220px;
  }

  .cds-carousel-track {
    gap: 25px;
  }
}

@media (max-width: 480px) {
  .img-wrapper img {
    width: 180px;
    height: 180px;
  }

  .cds-carousel-track {
    gap: 20px;
  }

  .carousel-btn {
    display: none;
  }

  /* opcional: esconde botões em telas muito pequenas */
}



/*DESCRIÇÃO*/

.produtoConteiner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 50px 0px;
  margin: 0px;
  overflow: hidden;
}

.produto {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.produto img {
  display: inline-flex;
  margin: 0 20px;
  width: 30%;
  float: left;
  overflow: hidden;
}

.descrição {
  width: 50%;
  color: #67686a;
  margin: 0 20px;
  float: right;
  display: inline-flex;
  overflow: hidden;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.btn {
  position: relative;
  background: #f2f3f7;
  display: inline-block;
  color: #2196f3;
  margin-top: 30px;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 40px;
  overflow: hidden;

  box-shadow: -2px -2px 8px rgba(255, 255, 255, 1),
    -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.btn:hover {
  color: #f60;
  box-shadow: inset -2px -2px 8px rgba(255, 255, 255, 0.5),
    inset -2px -2px 12px rgba(255, 255, 255, 1),
    inset -2px -2px -4px rgba(255, 255, 255, 0.1),
    2px 2px 8px rgba(0, 0, 0, 0.15);
  transform: scale(0.98);
}

.TextRadio {
  color: #2196f3;
  font-weight: 500;
  font-size: 1em;
}

.TextRadio:hover {
  color: #f60;
}

/*CONTATO*/

#contato {
  width: 80%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  padding-top: 60px;
  overflow: hidden;
}

/*MAPA*/

/* Estilo Moderno para o Mapa */
.mapBox {
  position: relative;
  width: 70%;
  max-width: 800px;
  height: 600px;
  background: #f8f9fa;
  /* Cor neutra e moderna */
  border-radius: 12px;
  /* Bordas arredondadas */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  /* Sombra sutil para profundidade */
  overflow: hidden;
  margin: 0px auto;
  /* Centraliza o mapa na página */
}

.mapBox iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  /* Alinha com as bordas do contêiner */
}

.mapBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
  /* Permite interação com o mapa */
  border-radius: 12px;
  /* Garante que a sombra gradiente siga o contorno */
}

.mapBox:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  /* Efeito ao passar o mouse */
  transform: scale(1.02);
  /* Leve ampliação */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Transição suave */
}

#endereco {
  width: 100%;
  height: 50px;
  position: relative;
  margin: 0px auto;
}

#endereco h2 {
  font-size: 20px;
  margin: 10px auto;
  text-align: center;
}

/*REDES SOCIAIS*/

.contactBx {
  width: 100%;
  margin: 80px 20px;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contactBx a {
  margin: 20px 30px;
}

.contactBx .fa {
  position: absolute;
  font-size: 1.5em;
  color: #004ba1;
}

.contactBx .fa:hover {
  color: #f60;
  text-shadow: 0 0 15px rgb(255, 145, 0), 0 0 30px rgb(255, 174, 0);
}

/*RODA PÉ*/
footer {
  background: linear-gradient(to bottom,
      #004da5,
      #005eca,
      #0175fa,
      #005eca,
      #013169);
  height: 50px;
  padding: 15px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#txtrodape {
  color: #c1e8ff;
  margin: auto;
  font-size: 0.7em;
  font-family: "Libre Baskerville", serif;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}

#txtrodape:hover {
  color: #fff;
}

/*BIOGRAFIA*/

#biografia {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#biografiaContainer {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 20px;
  overflow: hidden;
}

#biofoto {
  width: 200px;
  border-radius: 50%;
  margin: 30px auto;
  top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini {
  width: 200px;
  border-radius: 50%;
  margin: 30px auto;
  top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.txtBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.bionome {
  margin-top: 50px;
  width: 100%;
}

.txtBox p {
  text-align: justify;
  color: #67686a;
  width: 90%;
  overflow: hidden;
}

.txtBox img {
  width: 400px;
  margin-top: 20px;
}

.ipsis {
  font-size: 0.9em;
  color: #005eca;
}

/*CONTATO COMPOSITOR*/

#contato_compositor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.bio_contato {
  width: 100%;
  text-indent: 30px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.bio_contato a {
  margin: 0px 30px;
  margin-bottom: 80px;
}

.bio_contato .fa {
  position: absolute;
  font-size: 1.5em;
  color: #004ba1;
}

.bio_contato .fa:hover {
  color: #f60;
  text-shadow: 0 0 15px rgb(255, 145, 0), 0 0 30px rgb(255, 174, 0);
}

/*PESQUISADOR*/

#pesquisador {
  display: block;
  font-size: 1.5em;
  text-align: center;
  margin: 50px auto;
  padding: 0 20px;
}

#pesquisador a {
  outline: none;
  text-decoration: none;
  font-size: 0.7em;
  font-style: italic;
  color: #004ba1;
  overflow: hidden;
}

#pesquisador a:hover {
  outline: none;
  font-style: italic;
  text-decoration: underline;
  color: #f60;
}

/*AUDIO*/

#mp3Principal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: hidden;
}

#mp3conteiner {
  width: 100%;
  height: 400px;
  background: #eee;
  margin: 100px;
  display: block;
  overflow: hidden;
}

#audioPlayer {
  position: relative;
  width: 50%;
  /* Largura responsiva */
  position: relative;
  background: #f2f3f7;
  display: inline-block;
  color: #2196f3;
  margin-top: 30px;
  padding: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 40px;
  overflow: hidden;

  box-shadow: -2px -2px 8px rgba(255, 255, 255, 1),
    -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
}

/* Estilo do botão de controle no hover */
#audioPlayer::-webkit-media-controls-play-button:hover,
#audioPlayer::-webkit-media-controls-pause-button:hover,
#audioPlayer::-webkit-media-controls-volume-slider:hover,
#audioPlayer::-webkit-media-controls-mute-button:hover,
#audioPlayer::-webkit-media-controls-fullscreen-button:hover {
  color: #2196f3;
  /* Cor de fundo no hover */
  transform: scale(1.1);
  /* Aumenta o tamanho do botão */
}

/* Estilo de foco para acessibilidade */
#audioPlayer:focus {
  outline: 3px solid #2196f3;
  /* Contorno visível quando o áudio está em foco */
}

/* Texto alternativo para navegadores incompatíveis */
#audioPlayer::cue {
  font-size: 1em;
  color: #2196f3;
  /* Cor de destaque */
  text-align: center;
  display: block;
  margin-top: 10px;
}

/* Remove o estilo padrão do player */
#audioPlayer::-webkit-media-controls {
  color: #2196f3;
  border-radius: 50px;
}

#audioPlayer::-webkit-media-controls-panel {
  border-radius: 50px;
  color: #2196f3;
}

/*Pay List*/

#playlist {
  list-style: none;
  margin: 56px 0px 0px -40px;
  position: absolute;
  width: 50%;
  height: 300px;
  overflow: auto;
}

#playlist li a {
  color: #004ba1;
  text-decoration: none;
  width: 100%;
  height: 40px;
  padding: 10px 0px 0px 10px;
  display: inline-table;
  transition: 0.5s;
  overflow: hidden;
}

#playlist li a:hover {
  color: #f60;
  width: 100%;
  letter-spacing: 2px;
}

#playlist .current-song a {
  color: #f60;
}

/*Arlequim*/

.arlequimBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px;
  overflow: hidden;
}

.arlequimBox .arlequim {
  width: 400px;
}

/*DIRETORIA*/

.diretoriaBoxContainer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.diretoria {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 100px;
  padding-top: 80px;
}

.diretoriaContainer {
  background: #dddfe4;
  color: #111;
  margin: 20px;
  text-align: left;
  border-radius: 5px;
  transition: 0.5s;
  overflow: hidden;

  position: relative;
  width: 400px;
  height: auto;
  padding: 20px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.diretoriaContainer .Box {
  position: relative;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.diretoriaContainer .Box h2 {
  color: #f60;
}

/*OBRIGADO*/

#obrigadoConteiner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 30px;
}

.obrigado {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.obrigadoContainer {
  background: #dddfe4;
  color: #111;
  margin: 20px;
  text-align: left;
  border-radius: 5px;
  transition: 0.5s;
  overflow: hidden;

  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.obrigadoContainer .BoxObrigado {
  position: relative;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.obrigadoContainer .BoxObrigado h2 {
  color: #f60;
}

/*CARD PAGAMENTO*/

.pagamentoConteiner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 30px;
  padding-bottom: 100px;
}

.pagamento {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#txtZap {
  text-align: justify;
  color: #67686a;
  display: flex;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  padding: 20px;
  padding-top: 60px;
  overflow: hidden;
}

#txtZap p {
  font-size: 0.7em;
}

.conteinerPG {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 10px;
  margin-bottom: 60px;
  overflow: hidden;
}

.conteinerPG .cardPG {
  position: relative;
  max-width: 300px;
  height: 240px;
  background: #fff;
  margin: 50px 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(9, 22, 51, 0.5);
  transition: 0.3s ease-in-out;
}

.conteinerPG .cardPG:hover {
  height: 420px;
}

.conteinerPG .cardPG .imgBxPG {
  position: relative;
  width: 260px;
  height: 260px;
  top: -60px;
  left: 0px;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(26, 44, 78, 0.2);
}

.conteinerPG .cardPG .imgBxPG img {
  max-width: 100%;
  border-radius: 4px;
  margin: 0px;
  overflow: hidden;
}

.conteinerPG .cardPG .contentPG {
  position: relative;
  margin-top: -140px;
  padding: 10px 5px;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.conteinerPG .cardPG:hover .contentPG {
  visibility: visible;
  opacity: 1;
  margin-top: -40px;
  transition-delay: 0.3s;
}

.contentPG h2 {
  color: #2196f3;
}

.contentPG p {
  color: #333;
  overflow: hidden;
}

/*ARQUIVOS*/

#arquivosContainer {
  width: 100%;
  height: 100%;
  padding: 0px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}

.topo {
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  z-index: 2;
}

.topo a {
  color: #f60;
}

.topo a:hover {
  color: #0175fa;
}

.topo i {
  font-size: 1.2em;
}

#fotoCompositor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin-top: 50px;
}

#arquivosContainer img {
  bottom: 30px;
}

#arquivosContainer .imagem {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.imagem img {
  width: 300px;
}

#arquivosContainer .txtBox {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 20px 0px;
  overflow: hidden;
}

#arquivosContainer .txtBoxTopo {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  height: 100%;
  margin: 20px 0px;
  overflow: hidden;
}

#arquivosContainer .txtBoxTopo p {
  color: #0175fa;
  font-style: italic;
}

.txtBox .anexosBox .p2 {
  color: #f60;
  font-size: 0.7em;
}

.txtBox .anexosBox .p2 span {
  color: #67686a;
  font-style: italic;
  font-size: 0.9em;
}

.txtBox h3 {
  color: #f60;
  font-size: 0.9em;
}

.txtBox .titulo {
  color: #f60;
  font-weight: bold;
}

.negrito {
  font-weight: 800;
  color: #f60;
  font-size: 1em;
}

.ancoraBox {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
  width: 90%;
}

.txtBox .tituloAncora {
  color: #f60;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.txtBox .tituloAncora:hover {
  color: #0175fa;
  font-size: 0.8em;
}

.txtBox .tituloAncora i {
  margin-right: 10px;
}

.txtBox hr {
  border: #c3c4c5 solid 1px;
  width: 90%;
}

.referencia {
  font-style: italic;
}

.listas {
  width: 100%;
  margin-left: 30px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.listas ul li {
  color: #67686a;
  font-size: 0.8em;
  text-align: left;
  margin-bottom: 20px;
}

.listas ul li:hover {
  color: #0175fa;
}

.listas ul li a {
  color: #67686a;
}

.listas ul li a:hover {
  color: #005eca;
}

.listas i {
  font-size: 1em;
  color: #f60;
  margin-right: 10px;
}

.txtBox .anexosBox {
  width: 90%;
  display: flex;
  justify-content: flex-start;
}

.txtBox .anexosBox a {
  margin-bottom: 20px;
}

.txtBox .anexosBox a i {
  font-size: 0.8em;
  color: #f60;
}

.txtBox .anexosBox .anexosBold {
  font-style: italic;
  color: #0175fa;
  font-size: 0.8em;
}

.txtBox .anexosBox .anexosBold .anexos {
  color: #67686a;
  font-size: 0.9em;
  font-style: italic;
}

.fig {
  position: relative;
  width: 90%;
  height: auto;
  padding: 20px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.figBox {
  position: relative;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.indice {
  padding-top: 100px;
  display: flex;
  justify-content: flex-start;
  width: 92%;
}

.italicoNgrito {
  font-style: italic;
  color: #005eca;
  font-size: 1em;
}

.italicolaranja {
  font-style: italic;
  color: #f60;
  font-size: 1em;
}

.negritoAzul {
  color: #005eca;
  font-size: 1em;
  font-weight: bold;
}

/*ELENCO BOX*/

.ConteinerElenco {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ConteinerElenco .BoxElenco {
  width: 400px;
  height: 40px;
  border: #e0e0e0 solid 1px;
  margin: 5px;
  padding-left: 10px;
}

/*ENTREVISTAS*/

.videoContainer {
  width: 100%;
  padding: 30px 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.videoContainer img {
  width: 50%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  transition: 0.5s;
}

.videoContainer img:hover {
  transform: translateY(-10px);
  box-shadow: 4px 20px 16px 0px rgba(50, 50, 50, 0.45);
}

/*RÁDIO*/

.radioContainer {
  width: 100%;
  padding: 30px 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.radioContainer img {
  width: 50%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow: hidden;
}

.boxRadio {
  width: 80%;
  padding: 50px auto;
}

/*IMAGEM COMPOSITOR*/

.boxCompositor {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxCompositor .imagemCompositor {
  width: 30%;
}

/*CADASTRAR*/

#bodyEmail {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  background: #dddfe4;
}

.contactEmail {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  background: #dddfe4;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}

.contato {
  width: 100%;
  display: block;
  padding: 10px 20px;
  text-align: center;
  background: #dddfe4;
}

.contato p {
  color: #0175fa;
  font-style: italic;
}

.containerFormulario {
  background: #dddfe4;
  color: #f60;
  margin: 20px auto 40px auto;
  text-align: left;
  font-size: 0.8em;
  border-radius: 5px;
  transition: 0.5s;
  overflow: hidden;

  position: relative;
  width: 80%;
  height: auto;
  padding: 20px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.contactFormEmail {
  position: relative;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.contactEmail h2 {
  display: flex;
  justify-content: center;
  align-self: start;
  color: #000;
  text-align: center;
  width: 100%;
  margin: 30px auto;
  position: relative;
}

.contactEmail .inputBoxEmail {
  position: relative;
  width: 80%;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.contactEmail .inputBoxEmail input,
.contactEmail .inputBoxEmail textarea {
  width: 100%;
  padding: 7px 0px;
  font-size: 1em;
  margin: 15px 0px;
  border: none;
  border-bottom: 2px solid #cfcfcf;
  background: #dddfe4;
  color: #f60;
  outline: none;
  resize: none;
  overflow: hidden;
}

.contactEmail .inputBoxEmail span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 1em;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #f60;
  background: #dddfe4;
  overflow: hidden;
}

.contactEmail .inputBoxEmail input:focus~span,
.contactEmail .inputBoxEmail input:valid~span,
.contactEmail .inputBoxEmail textarea:focus~span,
.contactEmail .inputBoxEmail textarea:valid~span {
  color: #67686a;
  font-size: 15px;
  transform: translateY(-15px);
  background: none;
}

#enviarCadastro {
  position: relative;
  background: #edeef1;
  background: linear-gradient(#edeef1, #d1d1d1, #b3b3b3, #b9b9b9);
  width: 150px;
  display: inline-block;
  color: #f60;
  font-size: 1em;
  margin: 30px 0;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 40px;
  border-bottom: transparent;
  overflow: hidden;

  box-shadow: -2px -2px 8px rgb(235, 235, 235),
    -2px -2px 12px rgb(146, 146, 146),
    inset 2px 2px 4px rgba(141, 141, 141, 0.1),
    2px 2px 8px rgba(160, 160, 160, 0.15);
}

#enviarCadastro:hover {
  color: #67686a;
  box-shadow: inset -2px -2px 8px rgba(231, 231, 231, 0.5),
    inset -2px -2px 12px rgb(214, 214, 214),
    inset -2px -2px -4px rgba(102, 102, 102, 0.1),
    2px 2px 8px rgba(122, 122, 122, 0.15);
  transform: scale(0.98);
}

.contactBxEmail {
  margin-top: 40px;
  padding: 0;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #dddfe4;
  position: relative;
}

.contato_img {
  width: 100%;
  display: flex;
  justify-content: end;
  overflow: hidden;
}

.contato_img img {
  width: 20%;
}

/*BUTTON MP3*/

.music {
  width: 150px;
  position: relative;
  background: #f2f3f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2196f3;
  margin: 20px 0;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: -2px -2px 8px rgba(255, 255, 255, 1),
    -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4px rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.music:hover {
  box-shadow: inset -2px -2px 8px rgba(255, 255, 255, 0.5),
    inset -2px -2px 12px rgba(255, 255, 255, 1),
    inset -2px -2px -4px rgba(255, 255, 255, 0.1),
    2px 2px 8px rgba(0, 0, 0, 0.15);
  transform: scale(0.98);
}

.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.btns button {
  font-size: 1em;
  color: #f60;
  font-style: italic;
  background: transparent;
  border: none;
}

.btns button span {
  font-size: 1em;
  color: #f60;
  font-style: italic;
  background: transparent;
  border: none;
  margin-left: 10px;
}

.btns button:hover,
.btns button span:hover {
  color: #67686a;
}

/* ALERTA */
.alerta {
  width: 300px;
  position: fixed;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  color: #111;
  z-index: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  /* Sombra elegante */
}

.btnAlerta {
  padding: 10px;
  margin: 20px auto;
  margin-top: 50px;
  width: 150px;
  border-radius: 10px;
  color: #fff;
  background-color: #004ba1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Sombra no botão */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  /* Transição suave */
}

.btnAlerta:hover {
  background-color: #0175fa;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Sombra mais intensa ao hover */
}


/*RESPONSIVO*/

@media all and (min-width: 200px) and (max-width: 400px) {
  /*CABEÇALHO*/

  header {
    position: fixed;
    height: 100px;
    top: 0px;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
  }

  header {
    z-index: 5;
  }

  header a {
    width: 150px;
  }

  .voltarBox {
    position: fixed;
    top: 100px;
  }

  /*TOGGLE*/

  .toggle {
    position: relative;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom,
        #004ba1,
        #005eca,
        #0175fa,
        #005eca,
        #013169);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 20px;
    cursor: pointer;
  }

  .toggle::before {
    content: "Menu";
    color: #c1e8ff;
    margin-right: 10px;
  }

  .toggle.ativo::before {
    content: "Fechar";
  }

  .toggle span {
    position: relative;
    width: 20px;
    height: 50px;
  }

  .toggle span::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle.ativo span::before {
    transform: rotate(225deg);
    top: 24px;
  }

  .toggle.ativo span::after {
    transform: rotate(135deg);
    bottom: 24px;
  }

  .nav {
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #004da5;
    top: 100px;
    z-index: 4;
  }

  .nav ul {
    position: relative;
    display: flex;
    text-align: right;
    align-items: end;
    justify-content: end;
    flex-direction: column;
    margin-top: 520px;
    z-index: 3;
    width: 100%;
    height: auto;
  }

  .nav ul li {
    position: relative;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-250px);
    transition-delay: calc(0.1s * var(--i));
    width: 100%;
  }

  .nav.ativo {
    height: 100%;
    width: 100%;
    transition: 0.5s;
  }

  .nav.ativo ul li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    width: 100%;
  }

  .nav ul li a {
    position: relative;
    display: block;
    padding: 14px 20px;
    height: 50px;
    background: none;
    color: #c1e8ff;
    transition: 0.5s;
    width: 100%;
    font-size: 0.7em;
    text-align: right;
  }

  .nav ul li a:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  #ativo {
    background: transparent;
    color: #c1e8ff;
  }

  #ativo:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  /*APRESENTAÇÃO*/

  #principal {
    width: 100%;
    height: 100%;
    padding: 130px 20px;
  }

  /*WHATSAPP*/
  .zap {
    right: 10px;
  }

  /*VÍDEO*/

  #video {
    width: 100%;
    top: 30px;
    margin-bottom: 60px;
  }

  /*COMPOSITORES PESQUISA*/

  #navPesquisa {
    display: block;
    height: 800px;
    padding-top: 70px;
  }

  .menuConteiner {
    width: 350px;
    height: 400px;
    padding: 0px 0px;
    margin: 10px auto;
    top: 100px;
    display: block;
  }

  #passista {
    width: 400px;
    right: 20px;
    margin-top: 180px;
  }

  #overflow {
    width: 350px;
    height: 450px;
    padding: 0px;
    margin: 0px;
    top: 50px;
    left: 0px;
  }

  #pesquisa {
    width: 330px;
    height: 50px;
    padding: 5px auto;
    padding-left: 20px;
    font-size: 0.7em;
    top: 0px;
    left: 10px;
  }

  .divConteiner li a {
    font-size: 0.8em;
  }

  /*SOBRE*/

  #sobre {
    padding-top: 250px;
  }

  .sobre p {
    text-align: center;
  }

  /*PATROCÍNIO*/

  #patrocinio {
    padding: 100px 20px;
  }

  .containerPatrocinio {
    width: 100%;
    border: 10px solid #ffae00;
  }

  /*LOJA*/

  .BoxLojaH1 h1 {
    font-size: 0.8em;
  }

  /*DESCRIÇÃO*/

  .produtoConteiner {
    display: block;
    flex-direction: column;
    padding-top: 230px;
  }

  .produto {
    flex-direction: column;
  }

  .produto img {
    margin: 0 20px;
    width: 300px;
  }

  .descrição {
    width: 80%;
    margin: 50px 20px;
  }

  .btn {
    margin-top: 30px;
    padding: 15px 30px;
  }

  /*CONTATO*/

  #contato {
    width: 100%;
    height: 650px;
    padding-top: 80px;
  }

  .mapBox {
    width: 90%;
    height: 300px;
  }

  #endereco {
    width: 90%;
    height: 50px;
  }

  #endereco h2 {
    font-size: 0.7em;
  }

  /*REDES SOCIAIS*/

  label .fa {
    font-size: 1.2em;
  }

  /*BIOGRAFIA*/

  #biofoto {
    top: 150px;
  }

  .bionome {
    margin-top: 160px;
  }

  .bio_contato {
    text-indent: 0px;
  }

  /*AUDIO*/

  #mp3Principal {
    display: block;
    height: 1400px;
    flex-direction: column;
    padding-top: 300px;
  }

  #mp3conteiner {
    height: 800px;
    margin: auto 0px;
    padding-top: 200px;
  }

  #mp3conteiner a {
    font-size: 0.8em;
  }

  #pesquisador a {
    font-size: 0.6em;
  }

  #audioPlayer {
    width: 90%;
    margin: auto 10px;
  }

  #playlist {
    margin: auto 0px;
    width: 90%;
  }

  .arlequimBox {
    padding: 30px 0;
  }

  .arlequimBox .arlequim {
    width: 300px;
  }

  /*DIRETORIA*/

  .diretoria {
    margin-top: 120px;
  }

  .diretoriaContainer {
    width: 300px;
  }

  /*PAGAMENTO CONTAINER*/

  .pagamento {
    padding-top: 180px;
  }

  #txtZap {
    width: 90%;
  }

  .conteinerPG .cardPG {
    margin: 50px 0px;
  }

  /*ARQUIVOS*/

  #arquivosContainer {
    width: 100%;
    height: 100%;
    padding: 0px 30px;
    margin-top: 100px;
  }

  .topo {
    right: 20px;
    font-size: 1.5em;
  }

  #fotoCompositor {
    margin-top: 80px;
  }

  .imagem img {
    width: 200px;
  }

  #arquivosContainer .txtBox {
    margin: 20px 0px;
  }

  #arquivosContainer .txtBoxTopo {
    width: 100%;
    margin: 20px 0px;
  }

  .ancoraBox {
    width: 100%;
  }

  .txtBox .tituloAncora {
    font-size: 0.8em;
  }

  .txtBox .tituloAncora i {
    margin-right: 10px;
  }

  .txtBox hr {
    width: 100%;
  }

  .listas {
    margin-left: 0px;
  }

  .txtBox .anexosBox {
    width: 100%;
  }

  .fig {
    width: 100%;
  }

  .indice {
    padding-top: 100px;
    width: 100%;
  }

  .txtBox img {
    width: 250px;
    margin-top: 20px;
  }

  /*ENTREVISTAS*/

  .videoContainer {
    width: 100%;
    padding: 30px;
    padding-top: 180px;
  }

  .videoContainer img {
    width: 100%;
  }

  /*RÁDIO*/

  .radioContainer {
    width: 100%;
    padding: 30px;
    padding-top: 180px;
  }

  .radioContainer img {
    width: 100%;
  }

  .boxRádio {
    width: 100%;
    padding: 0px;
  }

  /*IMAGEM COMPOSITOR*/

  .boxCompositor .imagemCompositor {
    width: 100%;
  }

  /*CADASTRAR*/

  .containerFormulario {
    margin: 20px auto 40px auto;
    font-size: 0.7em;
    margin-top: 30px;
  }

  .contato {
    margin-top: 150px;
  }

  .contactEmail .inputBoxEmail {
    width: 100%;
  }

  .contactEmail .inputBoxEmail input[type="submit"] {
    width: 150px;
    padding: 15px 30px;
  }

  .contato_img {
    justify-content: center;
  }

  .contato_img img {
    width: 80%;
  }

  /*OBRIGADO*/

  .obrigado {
    margin: 150px 20px 0px 20px;
  }

  .obrigadoContainer {
    width: 90%;
    margin-top: 50px;
  }

  .obrigadoContainer .BoxObrigado h2 {
    font-size: 0.8em;
  }

  /*FONTES*/

  h1 {
    font-size: 0.9em;
  }

  h2 {
    font-size: 0.8em;
  }

  h3 {
    font-size: 0.7em;
  }

  a {
    font-size: 0.8em;
  }

  p,
  span,
  input {
    font-size: 0.7em;
  }

  /* ALERTA */
  .alerta {
    margin: 150px 0px 20px 0px;
  }
}

@media all and (min-width: 401px) and (max-width: 500px) {
  /*CABEÇALHO*/

  header {
    position: fixed;
    height: 100px;
    top: 0px;
    margin: 0;
    background-color: #fff;
    z-index: 3;
    overflow: hidden;
  }

  header {
    z-index: 5;
  }

  header a {
    width: 150px;
  }

  .voltarBox {
    position: fixed;
    top: 100px;
  }

  /*TOGGLE*/

  .toggle {
    position: relative;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom,
        #004ba1,
        #005eca,
        #0175fa,
        #005eca,
        #013169);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 20px;
    cursor: pointer;
  }

  .toggle::before {
    content: "Menu";
    color: #c1e8ff;
    margin-right: 10px;
  }

  .toggle.ativo::before {
    content: "Fechar";
  }

  .toggle span {
    position: relative;
    width: 20px;
    height: 50px;
  }

  .toggle span::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle.ativo span::before {
    transform: rotate(225deg);
    top: 24px;
  }

  .toggle.ativo span::after {
    transform: rotate(135deg);
    bottom: 24px;
  }

  .nav {
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #004da5;
    top: 100px;
    z-index: 4;
  }

  .nav ul {
    position: relative;
    display: flex;
    text-align: right;
    align-items: end;
    justify-content: end;
    width: 100%;
    flex-direction: column;
    margin-top: 520px;
    z-index: 3;
    width: 100%;
    height: auto;
  }

  .nav ul li {
    position: relative;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-250px);
    transition-delay: calc(0.1s * var(--i));
    width: 100%;
  }

  .nav.ativo {
    height: 100%;
    width: 100%;
    transition: 0.5s;
  }

  .nav.ativo ul li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    width: 100%;
  }

  .nav ul li a {
    position: relative;
    display: block;
    padding: 14px 20px;
    height: 50px;
    background: none;
    color: #c1e8ff;
    transition: 0.5s;
    width: 100%;
    font-size: 0.7em;
    text-align: right;
  }

  .nav ul li a:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  #ativo {
    background: transparent;
    color: #c1e8ff;
  }

  #ativo:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  /*APRESENTAÇÃO*/

  #principal {
    width: 100%;
    height: 100%;
    padding: 130px 20px;
  }

  /*WHATSAPP*/
  .zap {
    right: 10px;
  }

  /*VÍDEO*/

  #video {
    width: 100%;
    top: 30px;
    margin-bottom: 50px;
  }

  /*COMPOSITORES PESQUISA*/

  #navPesquisa {
    display: block;
    height: 800px;
    padding-top: 70px;
  }

  .menuConteiner {
    width: 400px;
    height: 400px;
    padding: 0px 0px;
    margin: 10px auto;
    top: 100px;
    display: block;
  }

  #passista {
    width: 400px;
    right: 20px;
    margin-top: 180px;
  }

  #overflow {
    width: 400px;
    height: 450px;
    padding: 0px;
    margin: 0px;
    top: 50px;
    left: 0px;
  }

  #pesquisa {
    width: 350px;
    height: 50px;
    padding: 5px auto;
    padding-left: 50px;
    font-size: 0.6em;
    top: 0px;
    left: 10px;
  }

  /*SOBRE*/

  #sobre {
    padding-top: 220px;
  }

  #sobre h1 {
    font-size: 1em;
  }

  #sobre p {
    font-size: 0.7em;
    color: #67686a;
    overflow: hidden;
  }

  /*PATROCÍNIO*/

  #patrocinio {
    padding: 100px 20px;
  }

  .containerPatrocinio {
    width: 100%;
    border: 10px solid #ffae00;
  }

  /*LOJA*/

  .BoxLojaH1 h1 {
    font-size: 0.8em;
  }

  /*DESCRIÇÃO*/

  .produtoConteiner {
    display: block;
    flex-direction: column;
    padding-top: 200px;
  }

  .produto {
    flex-direction: column;
  }

  .produto img {
    margin: 0 20px;
    width: 300px;
  }

  .descrição {
    width: 80%;
    font-size: 0.8em;
    margin: 50px auto;
  }

  .btn {
    margin-top: 30px;
    padding: 15px 30px;
  }

  /*CONTATO*/

  #contato {
    width: 100%;
    height: 650px;
    padding-top: 80px;
  }

  .mapBox {
    width: 90%;
    height: 300px;
  }

  #endereco {
    width: 90%;
    height: 50px;
  }

  #endereco h2 {
    font-size: 16px;
  }

  /*REDES SOCIAIS*/

  label .fa {
    font-size: 1.2em;
  }

  /*BIOGRAFIA*/

  #biofoto {
    top: 150px;
  }

  .bionome {
    margin-top: 160px;
  }

  .bio_contato {
    text-indent: 0px;
  }

  /*AUDIO*/

  #mp3Principal {
    display: block;
    height: 1400px;
    flex-direction: column;
    padding-top: 300px;
  }

  #mp3conteiner {
    height: 800px;
    margin: auto 0px;
    padding-top: 200px;
  }

  #audioPlayer {
    width: 90%;
    margin: auto 20px;
  }

  #playlist {
    margin: auto 0px;
    width: 90%;
  }

  .arlequimBox {
    padding: 30px 0;
  }

  .arlequimBox .arlequim {
    width: 300px;
  }

  /*DIRETORIA*/

  .diretoria {
    margin-top: 120px;
  }

  .diretoriaContainer {
    width: 350px;
  }

  /*PAGAMENTO CONTAINER*/

  .pagamento {
    padding-top: 180px;
  }

  #txtZap {
    width: 90%;
  }

  .conteinerPG .cardPG {
    margin: 50px 0px;
  }

  /*ARQUIVOS*/

  #arquivosContainer {
    width: 100%;
    height: 100%;
    padding: 0px 30px;
    margin-top: 100px;
  }

  .topo {
    right: 15px;
    font-size: 1.5em;
  }

  #fotoCompositor {
    margin-top: 80px;
  }

  #arquivosContainer img {
    bottom: 30px;
  }

  #arquivosContainer .txtBox {
    margin: 10px 0px;
  }

  #arquivosContainer .txtBoxTopo {
    width: 100%;
    margin: 20px 0px;
  }

  .ancoraBox {
    width: 100%;
  }

  .txtBox .tituloAncora {
    font-size: 0.8em;
  }

  .txtBox .tituloAncora i {
    margin-right: 10px;
  }

  .txtBox hr {
    width: 100%;
  }

  .listas {
    margin-left: 0px;
  }

  .txtBox .anexosBox {
    width: 100%;
  }

  .fig {
    width: 100%;
  }

  .indice {
    padding-top: 100px;
    width: 100%;
  }

  .txtBox img {
    width: 350px;
    margin-top: 20px;
  }

  /*ENTREVISTAS*/

  .videoContainer {
    width: 90%;
    padding: 30px;
    padding-top: 200px;
  }

  .videoContainer img {
    width: 90%;
  }

  /*RÁDIO*/

  .radioContainer {
    width: 90%;
    padding: 30px;
    padding-top: 200px;
  }

  .radioContainer img {
    width: 90%;
  }

  /*IMAGEM COMPOSITOR*/

  .boxCompositor .imagemCompositor {
    width: 100%;
  }

  /*CADASTRAR*/

  .containerFormulario {
    margin: 20px auto 40px auto;
    font-size: 0.7em;
    margin-top: 30px;
  }

  .contato {
    margin-top: 150px;
  }

  .contactEmail .inputBoxEmail {
    width: 100%;
  }

  .contato_img {
    justify-content: center;
  }

  .contato_img img {
    width: 70%;
  }

  /*OBRIGADO*/

  .obrigado {
    margin: 150px 20px 0px 20px;
  }

  .obrigadoContainer {
    width: 90%;
    margin-top: 50px;
  }

  .obrigadoContainer .BoxObrigado h2 {
    font-size: 0.8em;
  }

  /*FONTES*/

  h1 {
    font-size: 0.9em;
  }

  h2 {
    font-size: 0.8em;
  }

  h3 {
    font-size: 0.7em;
  }

  a {
    font-size: 0.8em;
  }

  p,
  span,
  input {
    font-size: 0.7em;
  }

  /* ALERTA */
  .alerta {
    margin: 150px 0px 20px 0px;
  }
}

@media all and (min-width: 501px) and (max-width: 600px) {
  /*CABEÇALHO*/

  header {
    position: fixed;
    height: 100px;
    top: 0px;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
  }

  header {
    z-index: 5;
  }

  header a {
    width: 150px;
  }

  .voltarBox {
    position: fixed;
    top: 100px;
  }

  /*TOGGLE*/

  .toggle {
    position: relative;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom,
        #004ba1,
        #005eca,
        #0175fa,
        #005eca,
        #013169);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 20px;
    cursor: pointer;
  }

  .toggle::before {
    content: "Menu";
    color: #c1e8ff;
    margin-right: 10px;
  }

  .toggle.ativo::before {
    content: "Fechar";
  }

  .toggle span {
    position: relative;
    width: 20px;
    height: 50px;
  }

  .toggle span::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle.ativo span::before {
    transform: rotate(225deg);
    top: 24px;
  }

  .toggle.ativo span::after {
    transform: rotate(135deg);
    bottom: 24px;
  }

  .nav {
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #004da5;
    top: 100px;
    z-index: 4;
  }

  .nav ul {
    position: relative;
    display: flex;
    text-align: right;
    align-items: end;
    justify-content: end;
    width: 100%;
    flex-direction: column;
    margin-top: 500px;
    z-index: 3;
    width: 100%;
    height: auto;
  }

  .nav ul li {
    position: relative;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-250px);
    transition-delay: calc(0.1s * var(--i));
    width: 100%;
  }

  .nav.ativo {
    height: 100%;
    width: 100%;
    transition: 0.5s;
  }

  .nav.ativo ul li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    width: 100%;
  }

  .nav ul li a {
    position: relative;
    display: block;
    padding: 14px 20px;
    height: 50px;
    background: none;
    color: #c1e8ff;
    transition: 0.5s;
    width: 100%;
    font-size: 0.8em;
    text-align: right;
  }

  .nav ul li a:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  #ativo {
    background: transparent;
    color: #c1e8ff;
  }

  #ativo:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  /*APRESENTAÇÃO*/

  #principal {
    width: 100%;
    height: 100%;
    padding: 130px 20px;
  }

  .zap {
    right: 10px;
  }

  /*VÍDEO*/

  #video {
    width: 100%;
    top: 30px;
    margin-bottom: 50px;
  }

  /*COMPOSITORES PESQUISA*/

  #navPesquisa {
    display: block;
    height: 800px;
    padding-top: 70px;
  }

  .menuConteiner {
    width: 450px;
    height: 400px;
    padding: 0px 0px;
    margin: 10px auto;
    top: 100px;
    display: block;
  }

  #passista {
    width: 450px;
    right: 20px;
    margin-top: 180px;
  }

  #overflow {
    width: 450px;
    height: 450px;
    padding: 0px;
    margin: 0px;
    top: 50px;
    left: 0px;
  }

  #pesquisa {
    width: 400px;
    height: 50px;
    padding: 5px auto;
    padding-left: 60px;
    top: 0px;
    left: 10px;
  }

  /*SOBRE*/

  #sobre {
    padding-top: 250px;
  }

  #sobre p {
    text-align: justify;
    color: #67686a;
    overflow: hidden;
  }

  #patrocinio {
    padding: 100px 20px;
  }

  .containerPatrocinio {
    width: 100%;
    border: 10px solid #ffae00;
  }

  /*DESCRIÇÃO*/

  .produtoConteiner {
    display: block;
    flex-direction: column;
    padding-top: 170px;
  }

  .produto {
    flex-direction: column;
  }

  .produto img {
    margin: 0 20px;
    width: 300px;
  }

  .descrição {
    width: 80%;
    margin: 50px auto;
  }

  .btn {
    margin-top: 30px;
    padding: 15px 30px;
  }

  /*CONTATO*/

  #contato {
    width: 100%;
    height: 650px;
    padding-top: 80px;
  }

  .mapBox {
    width: 90%;
    height: 300px;
  }

  #endereco {
    width: 90%;
    height: 50px;
  }

  /*REDES SOCIAIS*/

  .contactBx {
    width: 100%;
    margin: auto 30px;
  }

  label {
    width: 60px;
    height: 60px;
    margin: 10px 0;
  }

  label a {
    top: 20%;
    left: -2px;
  }

  label .fa {
    font-size: 1.2em;
  }

  /*BIOGRAFIA*/

  #biofoto {
    top: 150px;
  }

  .bionome {
    margin-top: 160px;
  }

  .bio_contato {
    text-indent: 5px;
  }

  /*AUDIO*/

  #mp3Principal {
    display: block;
    height: 1400px;
    flex-direction: column;
    padding-top: 250px;
  }

  #mp3conteiner {
    height: 800px;
    margin: auto 0px;
    padding-top: 200px;
  }

  #audioPlayer {
    width: 90%;
    margin: auto 20px;
  }

  #playlist {
    margin: auto 0px;
    width: 90%;
  }

  .arlequimBox {
    padding: 30px 0;
  }

  .arlequimBox .arlequim {
    width: 300px;
  }

  /*DIRETORIA*/

  .diretoria {
    margin-top: 120px;
  }

  /*PAGAMENTO CONTAINER*/

  .pagamento {
    padding-top: 180px;
  }

  #txtZap {
    width: 90%;
  }

  .conteinerPG .cardPG {
    margin: 50px 0px;
  }

  /*ARQUIVOS*/

  #arquivosContainer {
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    margin-top: 100px;
  }

  .topo {
    right: 5px;
  }

  #fotoCompositor {
    margin-top: 80px;
  }

  #arquivosContainer img {
    bottom: 30px;
  }

  #arquivosContainer .txtBox {
    margin: 10px 0px;
  }

  #arquivosContainer .txtBoxTopo {
    width: 100%;
    margin: 20px 0px;
  }

  .ancoraBox {
    width: 100%;
  }

  .txtBox .tituloAncora {
    font-size: 0.8em;
  }

  .txtBox .tituloAncora i {
    margin-right: 10px;
  }

  .txtBox hr {
    width: 100%;
  }

  .listas {
    margin-left: 0px;
  }

  .txtBox .anexosBox {
    width: 100%;
  }

  .fig {
    width: 100%;
  }

  .indice {
    padding-top: 100px;
    width: 100%;
  }

  /*ENTREVISTAS*/

  .videoContainer {
    width: 80%;
    padding: 30px;
    padding-top: 200px;
  }

  .videoContainer img {
    width: 90%;
  }

  /*RÁDIO*/

  .radioContainer {
    width: 80%;
    padding: 30px;
    padding-top: 200px;
  }

  .radioContainer img {
    width: 90%;
  }

  /*IMAGEM COMPOSITOR*/

  .boxCompositor .imagemCompositor {
    width: 100%;
  }

  /*CADASTRAR*/

  .containerFormulario {
    margin: 20px auto 40px auto;
    font-size: 0.7em;
    margin-top: 30px;
  }

  .contato {
    margin-top: 150px;
  }

  .contactEmail .inputBoxEmail {
    width: 100%;
  }

  .contactEmail .inputBoxEmail input[type="submit"] {
    width: 150px;
    padding: 15px 30px;
  }

  .contato_img {
    justify-content: center;
  }

  .contato_img img {
    width: 50%;
  }

  /*OBRIGADO*/

  .obrigado {
    margin: 150px 20px 0px 20px;
  }

  .obrigadoContainer {
    width: 90%;
    margin-top: 50px;
  }

  .obrigadoContainer .BoxObrigado h2 {
    font-size: 0.8em;
  }

  /* ALERTA */
  .alerta {
    margin: 150px 0px 20px 0px;
  }
}

@media all and (min-width: 601px) and (max-width: 700px) {
  /*CABEÇALHO*/

  header {
    position: fixed;
    height: 100px;
    top: 0px;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
  }

  header {
    z-index: 5;
  }

  header a {
    width: 150px;
  }

  .voltarBox {
    position: fixed;
    top: 100px;
  }

  /*TOGGLE*/

  .toggle {
    position: relative;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom,
        #004ba1,
        #005eca,
        #0175fa,
        #005eca,
        #013169);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 20px;
    cursor: pointer;
  }

  .toggle::before {
    content: "Menu";
    color: #c1e8ff;
    margin-right: 10px;
  }

  .toggle.ativo::before {
    content: "Fechar";
  }

  .toggle span {
    position: relative;
    width: 20px;
    height: 50px;
  }

  .toggle span::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle.ativo span::before {
    transform: rotate(225deg);
    top: 24px;
  }

  .toggle.ativo span::after {
    transform: rotate(135deg);
    bottom: 24px;
  }

  .nav {
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #004da5;
    top: 100px;
    z-index: 4;
  }

  .nav ul {
    position: relative;
    display: flex;
    text-align: right;
    align-items: end;
    justify-content: end;
    width: 100%;
    flex-direction: column;
    margin-top: 500px;
    z-index: 3;
    width: 100%;
    height: auto;
  }

  .nav ul li {
    position: relative;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-250px);
    transition-delay: calc(0.1s * var(--i));
    width: 100%;
  }

  .nav.ativo {
    height: 100%;
    width: 100%;
    transition: 0.5s;
  }

  .nav.ativo ul li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    width: 100%;
  }

  .nav ul li a {
    position: relative;
    display: block;
    padding: 14px 20px;
    height: 50px;
    background: none;
    color: #c1e8ff;
    transition: 0.5s;
    width: 100%;
    font-size: 0.8em;
    text-align: right;
  }

  .nav ul li a:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  #ativo {
    background: transparent;
    color: #c1e8ff;
  }

  #ativo:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  /*APRESENTAÇÃO*/

  #principal {
    width: 100%;
    height: 100%;
    padding: 130px 20px;
  }

  /*WHATSAPP*/
  .zap {
    right: 10px;
  }

  /*VÍDEO*/

  #video {
    width: 90%;
    top: 30px;
    margin-bottom: 50px;
  }

  /*COMPOSITORES PESQUISA*/

  #navPesquisa {
    display: block;
    height: 800px;
    padding-top: 70px;
  }

  .menuConteiner {
    width: 450px;
    height: 400px;
    padding: 0px 0px;
    margin: 10px auto;
    top: 100px;
    display: block;
  }

  #passista {
    width: 550px;
    right: 20px;
    margin-top: 180px;
  }

  #overflow {
    width: 450px;
    height: 450px;
    padding: 0px;
    margin: 0px;
    top: 50px;
    left: 0px;
  }

  #pesquisa {
    width: 400px;
    height: 50px;
    padding: 5px auto;
    padding-left: 60px;
    top: 0px;
    left: 10px;
  }

  /*SOBRE*/

  #sobre {
    padding-top: 250px;
  }

  #sobre p {
    text-align: justify;
    color: #67686a;
    overflow: hidden;
  }

  #patrocinio {
    padding: 120px 20px;
  }

  .containerPatrocinio {
    width: 100%;
    border: 10px solid #ffae00;
  }

  /*DESCRIÇÃO*/

  .produtoConteiner {
    display: block;
    flex-direction: column;
    width: 100%;
    height: 1700px;
    padding-top: 200px;
  }

  .produto {
    flex-direction: column;
  }

  .produto img {
    margin: 0 20px;
    width: 300px;
  }

  .descrição {
    width: 80%;
    margin: 50px auto;
  }

  .btn {
    margin-top: 30px;
    padding: 15px 30px;
  }

  /*CONTATO*/

  #contato {
    width: 100%;
    height: 650px;
    padding-top: 80px;
  }

  .mapBox {
    width: 90%;
    height: 300px;
  }

  #endereco {
    width: 90%;
    height: 50px;
  }

  /*REDES SOCIAIS*/

  .contactBx {
    width: 100%;
    margin: auto 30px;
  }

  label {
    width: 60px;
    height: 60px;
    margin: 10px;
  }

  label a {
    top: 20%;
    left: -2px;
  }

  label .fa {
    font-size: 1.2em;
  }

  /*BIOGRAFIA*/

  #biofoto {
    top: 150px;
  }

  .bionome {
    margin-top: 160px;
  }

  .bio_contato {
    text-indent: 5px;
  }

  /*AUDIO*/

  #mp3Principal {
    display: block;
    height: 1400px;
    flex-direction: column;
    padding-top: 200px;
  }

  #mp3conteiner {
    height: 800px;
    margin: auto 0px;
    padding-top: 200px;
  }

  #audioPlayer {
    width: 90%;
    margin: auto 20px;
  }

  #playlist {
    margin: auto 0px;
    width: 90%;
  }

  /*DIRETORIA*/

  .diretoria {
    margin-top: 150px;
  }

  /*PAGAMENTO CONTAINER*/

  .pagamento {
    padding-top: 180px;
  }

  #txtZap {
    width: 90%;
  }

  .conteinerPG .cardPG {
    margin: 50px;
  }

  /*ARQUIVOS*/

  #arquivosContainer {
    width: 90%;
    height: 100%;
    padding: 0px 20px;
    margin-top: 100px;
  }

  .topo {
    right: 5px;
  }

  #fotoCompositor {
    margin-top: 80px;
  }

  #arquivosContainer img {
    bottom: 30px;
  }

  #arquivosContainer .txtBox {
    margin: 10px 0px;
  }

  #arquivosContainer .txtBoxTopo {
    width: 100%;
    margin: 20px 0px;
  }

  .ancoraBox {
    width: 100%;
  }

  .txtBox .tituloAncora {
    font-size: 0.8em;
  }

  .txtBox .tituloAncora i {
    margin-right: 10px;
  }

  .txtBox hr {
    width: 100%;
  }

  .listas {
    margin-left: 0px;
  }

  .txtBox .anexosBox {
    width: 100%;
  }

  .fig {
    width: 100%;
  }

  .indice {
    padding-top: 100px;
    width: 100%;
  }

  /*ENTREVISTAS*/

  .videoContainer {
    width: 80%;
    padding: 30px;
    padding-top: 200px;
  }

  .videoContainer img {
    width: 80%;
  }

  /*RÁDIO*/

  .radioContainer {
    width: 80%;
    padding: 30px;
    padding-top: 200px;
  }

  .radioContainer img {
    width: 80%;
  }

  /*IMAGEM COMPOSITOR*/

  .boxCompositor .imagemCompositor {
    width: 100%;
  }

  /*CADASTRAR*/

  .containerFormulario {
    margin: 20px auto 40px auto;
    font-size: 0.7em;
    margin-top: 30px;
  }

  .contato {
    margin-top: 150px;
  }

  .contactEmail .inputBoxEmail {
    width: 100%;
  }

  .contactEmail .inputBoxEmail input[type="submit"] {
    width: 150px;
    padding: 15px 30px;
  }

  .contato_img {
    justify-content: center;
  }

  .contato_img img {
    width: 40%;
  }

  /*OBRIGADO*/

  .obrigado {
    margin: 150px 20px 0px 20px;
  }

  .obrigadoContainer {
    width: 90%;
    margin-top: 50px;
  }

  .obrigadoContainer .BoxObrigado h2 {
    font-size: 0.8em;
  }

  /* ALERTA */
  .alerta {
    margin: 150px 0px 20px 0px;
  }
}

@media all and (min-width: 701px) and (max-width: 800px) {
  /*CABEÇALHO*/

  header {
    position: fixed;
    height: 100px;
    top: 0px;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
  }

  header {
    z-index: 5;
  }

  header a {
    width: 150px;
  }

  .voltarBox {
    position: fixed;
    top: 100px;
  }

  /*TOGGLE*/

  .toggle {
    position: relative;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom,
        #004ba1,
        #005eca,
        #0175fa,
        #005eca,
        #013169);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 20px;
    cursor: pointer;
  }

  .toggle::before {
    content: "Menu";
    color: #c1e8ff;
    margin-right: 10px;
  }

  .toggle.ativo::before {
    content: "Fechar";
  }

  .toggle span {
    position: relative;
    width: 20px;
    height: 50px;
  }

  .toggle span::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle.ativo span::before {
    transform: rotate(225deg);
    top: 24px;
  }

  .toggle.ativo span::after {
    transform: rotate(135deg);
    bottom: 24px;
  }

  .nav {
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #004da5;
    top: 100px;
    z-index: 4;
  }

  .nav ul {
    position: relative;
    display: flex;
    text-align: right;
    align-items: end;
    justify-content: end;
    width: 100%;
    flex-direction: column;
    margin-top: 500px;
    z-index: 3;
    width: 100%;
    height: auto;
  }

  .nav ul li {
    position: relative;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-250px);
    transition-delay: calc(0.1s * var(--i));
    width: 100%;
  }

  .nav.ativo {
    height: 100%;
    width: 100%;
    transition: 0.5s;
  }

  .nav.ativo ul li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    width: 100%;
  }

  .nav ul li a {
    position: relative;
    display: block;
    padding: 14px 20px;
    height: 50px;
    background: none;
    color: #c1e8ff;
    transition: 0.5s;
    width: 100%;
    font-size: 0.8em;
    text-align: right;
  }

  .nav ul li a:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  #ativo {
    background: transparent;
    color: #c1e8ff;
  }

  #ativo:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  /*APRESENTAÇÃO*/

  #principal {
    width: 100%;
    height: 100%;
    padding: 130px 20px;
  }

  /*WHATSAPP*/
  .zap {
    right: 10px;
  }

  /*VÍDEO*/

  #video {
    width: 80%;
    top: 30px;
    margin-bottom: 50px;
  }

  /*COMPOSITORES PESQUISA*/

  #navPesquisa {
    display: block;
    height: 800px;
    padding-top: 70px;
  }

  .menuConteiner {
    width: 600px;
    height: 400px;
    padding: 0px 0px;
    margin: 10px auto;
    top: 100px;
    display: block;
  }

  #passista {
    width: 550px;
    right: 20px;
    margin-top: 180px;
  }

  #overflow {
    width: 450px;
    height: 450px;
    padding: 0px;
    margin: 0px;
    top: 50px;
    left: 0px;
  }

  #pesquisa {
    width: 400px;
    height: 50px;
    padding: 5px auto;
    padding-left: 60px;
    top: 0px;
    left: 10px;
  }

  /*SOBRE*/

  #sobre {
    padding-top: 250px;
  }

  #sobre p {
    text-align: justify;
    color: #67686a;
    overflow: hidden;
  }

  #patrocinio {
    padding: 120px 20px;
  }

  .containerPatrocinio {
    width: 80%;
  }

  /*DESCRIÇÃO*/

  .produtoConteiner {
    display: block;
    flex-direction: column;
    width: 100%;
    height: 1200px;
    padding-top: 200px;
  }

  .produto {
    flex-direction: column;
  }

  .produto img {
    margin: 0 20px;
    width: 300px;
  }

  .descrição {
    width: 80%;
    margin: 50px auto;
  }

  .btn {
    margin-top: 30px;
    padding: 15px 30px;
  }

  /*CONTATO*/

  #contato {
    width: 100%;
    height: 650px;
    padding-top: 80px;
  }

  .mapBox {
    width: 90%;
    height: 300px;
  }

  #endereco {
    width: 90%;
    height: 50px;
  }

  /*REDES SOCIAIS*/

  .contactBx {
    width: 100%;
    margin: auto 30px;
  }

  label {
    width: 60px;
    height: 60px;
    margin: 10px;
  }

  label a {
    top: 20%;
    left: -2px;
  }

  label .fa {
    font-size: 1.2em;
  }

  /*BIOGRAFIA*/

  #biofoto {
    top: 150px;
  }

  .bionome {
    margin-top: 160px;
  }

  .bio_contato {
    text-indent: 10px;
  }

  /*AUDIO*/

  #mp3Principal {
    display: block;
    height: 1500px;
    flex-direction: column;
    padding-top: 300px;
  }

  #mp3conteiner {
    height: 800px;
    margin: auto 0px;
    padding-top: 0px;
  }

  #audioPlayer {
    width: 90%;
    margin: auto 20px;
  }

  #playlist {
    margin: auto 0px;
    width: 90%;
  }

  /*DIRETORIA*/

  .diretoria {
    margin-top: 150px;
  }

  /*PAGAMENTO CONTAINER*/

  .pagamento {
    padding-top: 180px;
  }

  #txtZap {
    width: 90%;
  }

  .conteinerPG .cardPG {
    margin: 50px;
  }

  /*ARQUIVOS*/

  #arquivosContainer {
    margin-top: 100px;
  }

  #fotoCompositor {
    margin-top: 80px;
  }

  /*ENTREVISTAS*/

  .videoContainer {
    width: 80%;
    padding: 30px;
    padding-top: 200px;
  }

  .videoContainer img {
    width: 80%;
  }

  /*RÁDIO*/

  .radioContainer {
    width: 80%;
    padding: 30px;
    padding-top: 200px;
  }

  .radioContainer img {
    width: 80%;
  }

  /*CADASTRAR*/

  .containerFormulario {
    margin: 20px auto 40px auto;
    font-size: 0.7em;
    margin-top: 30px;
  }

  .contato {
    margin-top: 150px;
  }

  .contactEmail .inputBoxEmail {
    width: 80%;
  }

  .contato_img img {
    width: 35%;
  }

  /*OBRIGADO*/

  .obrigado {
    margin: 150px 20px 0px 20px;
  }

  .obrigadoContainer {
    width: 90%;
    margin-top: 50px;
  }

  .obrigadoContainer .BoxObrigado h2 {
    font-size: 0.8em;
  }

  /* ALERTA */
  .alerta {
    margin: 150px 0px 20px 0px;
  }
}

@media all and (min-width: 801px) and (max-width: 900px) {
  /*CABEÇALHO*/

  header {
    position: fixed;
    height: 100px;
    top: 0px;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
  }

  header {
    z-index: 5;
  }

  header a {
    width: 150px;
  }

  .voltarBox {
    position: fixed;
    top: 100px;
  }

  /*TOGGLE*/

  .toggle {
    position: relative;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom,
        #004ba1,
        #005eca,
        #0175fa,
        #005eca,
        #013169);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 20px;
    cursor: pointer;
  }

  .toggle::before {
    content: "Menu";
    color: #c1e8ff;
    margin-right: 10px;
  }

  .toggle.ativo::before {
    content: "Fechar";
  }

  .toggle span {
    position: relative;
    width: 20px;
    height: 50px;
  }

  .toggle span::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle.ativo span::before {
    transform: rotate(225deg);
    top: 24px;
  }

  .toggle.ativo span::after {
    transform: rotate(135deg);
    bottom: 24px;
  }

  .nav {
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #004da5;
    top: 100px;
    z-index: 4;
  }

  .nav ul {
    position: relative;
    display: flex;
    text-align: right;
    align-items: end;
    justify-content: end;
    width: 100%;
    flex-direction: column;
    margin-top: 500px;
    z-index: 3;
    width: 100%;
    height: auto;
  }

  .nav ul li {
    position: relative;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-250px);
    transition-delay: calc(0.1s * var(--i));
    width: 100%;
  }

  .nav.ativo {
    height: 100%;
    width: 100%;
    transition: 0.5s;
  }

  .nav.ativo ul li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    width: 100%;
  }

  .nav ul li a {
    position: relative;
    display: block;
    padding: 14px 20px;
    height: 50px;
    background: none;
    color: #c1e8ff;
    transition: 0.5s;
    width: 100%;
    font-size: 0.8em;
    text-align: right;
  }

  .nav ul li a:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  #ativo {
    background: transparent;
    color: #c1e8ff;
  }

  #ativo:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  /*APRESENTAÇÃO*/

  #principal {
    width: 100%;
    height: 100%;
    padding: 130px 20px;
  }

  /*WHATSAPP*/
  .zap {
    right: 10px;
  }

  /*VÍDEO*/

  #video {
    width: 80%;
    top: 30px;
    margin-bottom: 50px;
  }

  /*COMPOSITORES PESQUISA*/

  #navPesquisa {
    display: block;
    height: 800px;
    padding-top: 70px;
  }

  .menuConteiner {
    width: 700px;
    height: 400px;
    padding: 0px 0px;
    margin: 10px auto;
    top: 100px;
    display: block;
  }

  #passista {
    width: 650px;
    right: 20px;
    margin-top: 180px;
  }

  #overflow {
    width: 650px;
    height: 450px;
    padding: 0px;
    margin: 0px;
    top: 50px;
    left: 0px;
  }

  #pesquisa {
    width: 400px;
    height: 50px;
    padding: 5px auto;
    padding-left: 60px;
    top: 0px;
    left: 10px;
  }

  /*SOBRE*/

  #sobre {
    padding-top: 250px;
  }

  #sobre p {
    text-align: justify;
    color: #67686a;
    overflow: hidden;
  }

  /*PATROCINIO*/

  #patrocinio {
    padding: 120px 60px;
  }

  .containerPatrocinio {
    width: 70%;
  }

  /*DESCRIÇÃO*/

  .produtoConteiner {
    display: block;
    flex-direction: column;
    padding-top: 220px;
  }

  .produto {
    flex-direction: column;
  }

  .produto img {
    margin: 0 20px;
    width: 300px;
  }

  .descrição {
    width: 80%;
    margin: 50px auto;
  }

  .btn {
    margin-top: 30px;
    padding: 15px 30px;
  }

  /*CONTATO*/

  #contato {
    width: 100%;
    height: 650px;
    padding-top: 80px;
  }

  .mapBox {
    width: 90%;
    height: 300px;
  }

  #endereco {
    width: 90%;
    height: 50px;
  }

  /*REDES SOCIAIS*/

  .contactBx {
    width: 100%;
    margin: auto 30px;
  }

  label {
    width: 60px;
    height: 60px;
    margin: 10px;
  }

  label a {
    top: 20%;
    left: -2px;
  }

  label .fa {
    font-size: 1.2em;
  }

  /*BIOGRAFIA*/

  #biofoto {
    top: 150px;
  }

  .bionome {
    margin-top: 160px;
  }

  .bio_contato {
    text-indent: 10px;
  }

  /*AUDIO*/

  #mp3Principal {
    display: block;
    height: 1300px;
    flex-direction: column;
    padding-top: 100px;
  }

  #mp3conteiner {
    height: 800px;
    margin: auto 0px;
    padding-top: 200px;
  }

  #audioPlayer {
    width: 90%;
    margin: auto 20px;
  }

  #playlist {
    margin: auto 0px;
    width: 90%;
  }

  /*DIRETORIA*/

  .diretoria {
    margin-top: 150px;
  }

  /*PAGAMENTO CONTAINER*/

  .pagamento {
    padding-top: 180px;
  }

  #txtZap {
    width: 90%;
  }

  .conteinerPG .cardPG {
    margin: 50px 20px;
  }

  /*ARQUIVOS*/

  #arquivosContainer {
    margin-top: 100px;
  }

  #fotoCompositor {
    margin-top: 80px;
  }

  /*ENTREVISTAS*/

  .videoContainer {
    width: 80%;
    padding: 30px;
    padding-top: 200px;
  }

  .videoContainer img {
    width: 80%;
  }

  /*RÁDIO*/

  .radioContainer {
    width: 80%;
    padding: 30px;
    padding-top: 200px;
  }

  .radioContainer img {
    width: 80%;
  }

  /*CADASTRAR*/

  .containerFormulario {
    margin: 20px auto 40px auto;
    font-size: 0.7em;
    margin-top: 30px;
  }

  .contato {
    margin-top: 150px;
  }

  .contactEmail .inputBoxEmail {
    width: 80%;
  }

  .contato_img img {
    width: 35%;
  }

  /*OBRIGADO*/

  .obrigado {
    margin: 150px 20px 0px 20px;
  }

  .obrigadoContainer {
    width: 90%;
    margin-top: 50px;
  }

  .obrigadoContainer .BoxObrigado h2 {
    font-size: 0.8em;
  }

  /* ALERTA */
  .alerta {
    margin: 150px 0px 20px 0px;
  }
}

@media all and (min-width: 901px) and (max-width: 1200px) {
  /*CABEÇALHO*/

  header {
    position: fixed;
    height: 100px;
    top: 0px;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
  }

  header {
    z-index: 5;
  }

  header a {
    width: 150px;
  }

  .voltarBox {
    position: fixed;
    top: 100px;
  }

  /*TOGGLE*/

  .toggle {
    position: relative;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom,
        #004ba1,
        #005eca,
        #0175fa,
        #005eca,
        #013169);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 20px;
    cursor: pointer;
  }

  .toggle::before {
    content: "Menu";
    color: #c1e8ff;
    margin-right: 10px;
  }

  .toggle.ativo::before {
    content: "Fechar";
  }

  .toggle span {
    position: relative;
    width: 20px;
    height: 50px;
  }

  .toggle span::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c1e8ff;
    transition: 0.5s;
  }

  .toggle.ativo span::before {
    transform: rotate(225deg);
    top: 24px;
  }

  .toggle.ativo span::after {
    transform: rotate(135deg);
    bottom: 24px;
  }

  .nav {
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #004da5;
    top: 100px;
    z-index: 4;
  }

  .nav ul {
    position: relative;
    display: flex;
    text-align: right;
    align-items: end;
    justify-content: end;
    width: 100%;
    flex-direction: column;
    margin-top: 500px;
    z-index: 3;
    width: 100%;
    height: auto;
  }

  .nav ul li {
    position: relative;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-250px);
    transition-delay: calc(0.1s * var(--i));
    width: 100%;
  }

  .nav.ativo {
    height: 100%;
    width: 100%;
    transition: 0.5s;
  }

  .nav.ativo ul li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    width: 100%;
  }

  .nav ul li a {
    position: relative;
    display: block;
    padding: 14px 20px;
    height: 50px;
    background: none;
    color: #c1e8ff;
    transition: 0.5s;
    width: 100%;
    font-size: 0.8em;
    text-align: right;
  }

  .nav ul li a:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  #ativo {
    background: transparent;
    color: #c1e8ff;
  }

  #ativo:hover {
    background: #0175fa;
    color: #fff;
    transition: 0s;
  }

  /*APRESENTAÇÃO*/

  #principal {
    width: 100%;
    height: 100%;
    padding: 130px 20px;
  }

  /*WHATSAPP*/
  .zap {
    right: 10px;
  }

  /*VÍDEO*/

  #video {
    width: 80%;
    top: 30px;
    margin-bottom: 50px;
  }

  /*COMPOSITORES PESQUISA*/

  #navPesquisa {
    display: block;
    height: 800px;
    padding-top: 70px;
  }

  .menuConteiner {
    width: 700px;
    height: 400px;
    padding: 0px 0px;
    margin: 10px auto;
    top: 100px;
    display: block;
  }

  #passista {
    width: 650px;
    right: 20px;
    margin-top: 180px;
  }

  #overflow {
    width: 650px;
    height: 450px;
    padding: 0px;
    margin: 0px;
    top: 50px;
    left: 0px;
  }

  #pesquisa {
    width: 400px;
    height: 50px;
    padding: 5px auto;
    padding-left: 60px;
    top: 0px;
    left: 10px;
  }

  /*SOBRE*/

  #sobre {
    padding-top: 250px;
  }

  /*PATROCINIO*/

  #patrocinio {
    padding: 200px 60px;
  }

  .containerPatrocinio {
    width: 70%;
  }

  /*DESCRIÇÃO*/

  .produtoConteiner {
    display: block;
    flex-direction: column;
    padding-top: 200px;
  }

  .produto {
    flex-direction: column;
  }

  .produto img {
    margin: 0 20px;
    width: 300px;
  }

  .descrição {
    width: 80%;
    margin: 50px auto;
  }

  .btn {
    margin-top: 30px;
    padding: 15px 30px;
  }

  /*CONTATO*/

  #contato {
    width: 100%;
    height: 650px;
    padding-top: 80px;
  }

  .mapBox {
    width: 90%;
    height: 300px;
  }

  #endereco {
    width: 90%;
    height: 50px;
  }

  /*REDES SOCIAIS*/

  .contactBx {
    width: 100%;
    margin: auto 30px;
  }

  label {
    width: 60px;
    height: 60px;
    margin: 10px;
  }

  label a {
    top: 20%;
    left: -2px;
  }

  label .fa {
    font-size: 1.2em;
  }

  /*BIOGRAFIA*/

  #biofoto {
    top: 150px;
  }

  .bionome {
    margin-top: 160px;
  }

  .bio_contato {
    text-indent: 15px;
  }

  /*AUDIO*/

  #mp3Principal {
    display: block;
    height: 1400px;
    flex-direction: column;
    padding-top: 200px;
  }

  #mp3conteiner {
    height: 800px;
    margin: auto 50px;
    padding-top: 200px;
  }

  #audioPlayer {
    width: 60%;
    margin: auto 80px;
  }

  #playlist {
    margin: auto 0px;
    width: 70%;
  }

  /*DIRETORIA*/

  .diretoria {
    margin-top: 150px;
  }

  /*PAGAMENTO CONTAINER*/

  .pagamento {
    padding-top: 180px;
  }

  #txtZap {
    width: 90%;
  }

  .conteinerPG .cardPG {
    margin: 50px 20px;
  }

  /*ARQUIVOS*/

  #arquivosContainer {
    margin-top: 100px;
  }

  #fotoCompositor {
    margin-top: 80px;
  }

  /*ENTREVISTAS*/

  .videoContainer {
    width: 80%;
    padding: 30px;
    padding-top: 200px;
  }

  .videoContainer img {
    width: 70%;
  }

  /*RÁDIO*/

  .radioContainer {
    width: 80%;
    padding: 30px;
    padding-top: 200px;
  }

  .radioContainer img {
    width: 70%;
  }

  /*CADASTRO*/

  .containerFormulario {
    margin: 20px auto 40px auto;
    font-size: 0.7em;
    margin-top: 30px;
  }

  .contato {
    margin-top: 150px;
  }

  .contato_img img {
    width: 30%;
  }

  /*OBRIGADO*/

  .obrigado {
    margin: 150px 20px 0px 20px;
  }

  .obrigadoContainer {
    width: 80%;
    margin-top: 50px;
  }

  .obrigadoContainer .BoxObrigado h2 {
    font-size: 0.8em;
  }

  /* ALERTA */
  .alerta {
    margin: 150px 0px 20px 0px;
  }
}


/* ============================================================= */
/* CONFIGURAÇÃO GERAL E CONTAINER                                */
/* ============================================================= */

.vendas {
  position: relative;
  max-width: 1100px;
  width: 60%;
  /* Ajuste para desktop */
  margin: 60px auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Wrapper para esconder slides laterais */
.vendas .carrossel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Faixa de slides */
.vendas .carrossel {
  display: flex;
  width: 100%;
  /* Transição suave para o efeito de vai e volta */
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ============================================================= */
/* CARD DO PRODUTO (SLIDE)                                       */
/* ============================================================= */

.vendas .slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

/* Wrapper para o conteúdo da imagem e descrição */
.vendas .Box-content {
  display: flex;
  /* Padrão: Imagem e Texto Lado a Lado */
  flex-grow: 1;
  /* Ocupa o espaço restante dentro do slide */
}

/* Área da Imagem Principal */
.vendas .Box-img {
  /* 50% de largura em telas grandes */
  width: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  /* Fundo branco */
  background-color: #ffffff;
  /* Padding para espaçamento interno */
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Área de Descrição/Conteúdo Secundário (Apenas imagem) */
.vendas .Box-txt {
  /* 50% de largura em telas grandes */
  width: 50%;
  /* Padding para espaçamento interno */
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Fundo branco */
  background: #ffffff;
  text-align: center;
}

/* Conteúdo dentro da Box-img (Imagem) */
.vendas .Box-img img {
  width: 100%;
  height: 100%;
  /* Garante que a imagem inteira apareça dentro do container de 50% */
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
  transform: none !important;
}

/* Conteúdo dentro da Box-txt (Outra Imagem) */
.vendas .Box-txt .desc-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: none;
}

/* Rodapé (Onde fica o botão) - Inalterado */
.vendas .slide-footer {
  padding: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* ============================================================= */
/* BOTÃO "OBA! EU QUERO" (VERSÃO LIMPA) - Inalterado             */
/* ============================================================= */

.vendas .btn-comprar-slide {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  text-align: center;
  background: linear-gradient(135deg, #0066CC, #0099FF);
  color: white;
  border: none;
  cursor: pointer;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 50px;
  padding: 14px 0;
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vendas .btn-comprar-slide:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #005bb5, #007acc);
  box-shadow: 0 8px 25px rgba(0, 102, 204, 0.5);
}

/* (Restante do CSS de Navegação e Barra de Progresso, inalterado) */

.vendas .nav-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
}

.vendas:hover .nav-btn {
  opacity: 1;
}

.vendas .nav-btn:hover {
  background: #0066CC;
  color: white;
}

.vendas .prev {
  left: 20px;
}

.vendas .next {
  right: 20px;
}

.vendas .barra-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.vendas .barra-progresso {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #0066CC, #00CCFF);
}

@keyframes encherBarra {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.vendas .barra-ativa {
  animation: encherBarra 5s linear forwards;
}

.vendas .barra-pausada {
  animation-play-state: paused !important;
}

/* ============================================================= */
/* RESPONSIVIDADE (MOBILE > 600px)                               */
/* ============================================================= */

/* Mobile (Tablet, etc. até 768px) */
@media (max-width: 768px) {

  /* Assume 95% para mobile em geral (se não for muito pequeno) */
  .vendas {
    width: 95%;
    margin: 30px auto;
  }

  /* Slides ficam em 100% de largura */
  .vendas .Box-img {
    width: 100%;
    aspect-ratio: 4/3;
    padding: 15px;
  }

  .vendas .Box-txt {
    width: 100%;
    padding: 15px;
    background: #fff;
  }

  /* Ajuste no rodapé */
  .vendas .slide-footer {
    padding: 15px;
  }

  .vendas .btn-comprar-slide {
    padding: 12px 0;
    font-size: 16px;
  }

  /* Remove setas no mobile */
  .vendas .nav-btn {
    display: none !important;
  }
}

/* Layout de coluna para telas MUITO pequenas (<= 600px) */
@media (max-width: 600px) {
  .vendas .Box-content {
    flex-direction: column;
  }
}



/* ============================================================= */
/* NOVO: RESPONSIVIDADE PARA CELULARES EXTREMAMENTE PEQUENOS (<= 400px) */
/* ============================================================= */

@media (max-width: 400px) {
  .vendas {
    /* ALTERADO: Ocupa 90% da largura da tela */
    width: 80%;
    /* Garante que o padding não faça a caixa estourar */
    padding: 0;
  }

  .vendas .Box-img,
  .vendas .Box-txt {
    /* Reduz o padding interno em telas muito pequenas */
    padding: 10px;
  }

  .vendas .slide-footer {
    padding: 10px;
  }
}




/* ====================================================
  CARROSSEL INFINITO PREMIUM 2025 – VERSÃO FINAL PERFEITA
  (Modificado para controle JS YOYO)
  ==================================================== */
.secao-ofertas-elegante {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  overflow: hidden;
  /* Mantém o corte dos cards fora da área visível */
  position: relative;
}

.ofertas-track {
  display: flex;
  gap: 40px;
  height: 560px;
  align-items: center;
  padding-left: 40px;

  /* IMPORTANTE: As regras de 'animation' e '@keyframes rolar' foram removidas.
     A movimentação agora é controlada via JavaScript (transform: translateX). */
  will-change: transform;
  /* Otimização de performance para a transformação JS */
  pointer-events: none;
  /* O Track não interfere nos cliques dos cards */
}

/* ==================================== */
/* CARD PRINCIPAL                       */
/* ==================================== */
.oferta-card {
  flex: 0 0 auto;
  /* Não permite que os cards diminuam ou cresçam */
  width: 340px;
  height: 480px;
  background: #ffffff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  position: relative;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: auto;
  /* Permite cliques e interações */
}

/* Efeito de brilho ao hover */
.oferta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
}

.oferta-card:hover::before {
  opacity: 1;
}

/* Zoom + elevação no hover */
.oferta-card:hover {
  transform: translateY(-32px) scale(1.08);
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.28);
}

/* Imagem */
.oferta-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 40px;
  background: #fff;
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
  user-select: none;
  pointer-events: none;
}

.oferta-card:hover img {
  transform: scale(1.16);
}

/* Badge de oferta */
.oferta-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: #fff;
  font: bold 14px/1 'Arial', sans-serif;
  padding: 8px 16px;
  border-radius: 50px;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(255, 65, 108, 0.4);
}

/* Botão VER OFERTA */
.oferta-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  font: bold 16px/1 'Arial', sans-serif;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 3;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.oferta-btn:hover {
  transform: translateX(-50%) translateY(-4px) scale(1.05);
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.5);
}

.oferta-card:hover .oferta-btn {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ==================================== */
/* RESPONSIVO */
/* ==================================== */
@media (max-width: 1280px) {
  .oferta-card {
    width: 320px;
    height: 450px;
  }

  .ofertas-track {
    gap: 36px;
    height: 500px;
  }
}

@media (max-width: 1024px) {
  .oferta-card {
    width: 280px;
    height: 400px;
  }

  .ofertas-track {
    gap: 30px;
    height: 440px;
  }

  .oferta-card img {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .secao-ofertas-elegante {
    padding: 60px 0;
  }

  .oferta-card {
    width: 240px;
    height: 340px;
  }

  .ofertas-track {
    gap: 24px;
    height: 380px;
  }

  .oferta-card:hover {
    transform: translateY(-20px) scale(1.07);
  }
}

@media (max-width: 480px) {
  .oferta-card {
    width: 270px;
    height: 360px;
    border-radius: 28px;
  }

  .ofertas-track {
    gap: 20px;
    padding-left: 20px;
  }

  .oferta-btn {
    padding: 12px 28px;
    font-size: 15px;
  }
}