@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {
            font-family: Arial, sans-serif;
            background: #111;
            margin: 0;
            padding: 0;
            justify-content: center;
            align-items: center;
	color: white;
        } 
.lp {
    width: 150px;
    margin: 0px 0px 14px 0px;
}
.now-playing-info h3 {
    margin-bottom: 5px;
    font-size: 1.1em;
	color: white;
}
.container {
    font-family: Arial, sans-serif;
    background: none;
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: center;
    align-items: center;
	z-index: 9999 !important;
	margin-top: -100px;
	position: relative;

}
.container2 {
    font-family: Arial, sans-serif;
    background: url("historia.jpg");
    /* background-size: cover; */
    background-position: -329px -162px;
    margin: 0;
    padding: 70px 0px;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 9999 !important;
    position: relative;
    margin-bottom: 70px;
}
.container3 {
    font-family: Arial, sans-serif;
    background: none;
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: center;
    align-items: center;
	z-index: 9999 !important;
	position: relative;
	margin-bottom: 100px;


}
.container4 {
    font-family: Arial, sans-serif;
    	background: url("equalizador.jpg");
	background-size: cover;
    margin: 0;
    padding: 70px 0px;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 9999 !important;
    position: relative;
    margin-bottom: 70px;
}
.gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
	max-width: 1200px;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      border-radius: 8px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      flex-grow: 1;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease, filter 0.5s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.05) rotateX(5deg) rotateY(5deg);
      filter: brightness(1.3) saturate(1.2);
    }

    .modal {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.8);
      align-items: center;
      justify-content: center;
      z-index: 99999;
    }

    .modal img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 12px;
      animation: zoomIn 0.5s ease;
    }

    @keyframes zoomIn {
      from { transform: scale(0.7); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }
h1 {
	color: white;
	font-family: oswald;
}
.conheca-duda {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    /* margin: 100px auto; */
    max-width: 1200px;
    color: white;
    max-height: 586px;
    overflow: hidden;
}

.lado-esquerdo {
    flex: 1;
}

.lado-esquerdo h1 {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    color: #e91e63;
}

.lado-esquerdo p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
	color: #aaa;
}

.fotos-galeria {
    display: flex;
    gap: 15px;
}

.fotos-galeria img {
    width: 200px;
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    transition: transform 0.3s;
}

.fotos-galeria img:hover {
    transform: scale(1.05);
}

.lado-direito {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lado-direito img {
    /* max-width: 400px; */
    width: 100%;
    height: auto;
    filter: brightness(1.1);
    margin-bottom: -100px;
	display: none;
}

.historia {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 1200px;
    margin-bottom: 100px;
}
.titulo {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
	margin-bottom: 30px;
}

.firula {
    color: #e91e63;
    font-size: 25px;
    font-weight: bold;
    padding: 0 10px;
    font-family: arial;
    margin-bottom: -10px;
}
.quem-nome {
    font-size: 50px;
    font-weight: bold;
    color: transparent; /* Torna o texto transparente */
    -webkit-text-stroke: 2px white; /* Define a borda branca */
}

#play {

    font-size: 22px;
    font-weight: bold;
}
	  #prev {
		  font-size: 12px;
	  }
	  #next {
		  font-size: 12px;
	  }
    .player-videos {
  display: flex;
  gap: 20px;
  width: 1200px;
  margin: 0 auto;
}

.musicas {
  display: flex;
  background: #181818;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  flex: 4;
}

.videos-youtube {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.videos-youtube iframe {
  width: 100%;
  height: 88px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

    .album-cover img {
      width: 500px;
      height: 500px;
      object-fit: cover;
		margin-bottom: -5px;
    }
    .player-section {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 20px;
      justify-content: space-between;
    }
    .now-playing {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 20px;
    }
    .now-playing img {
      width: 60px;
      height: 60px;
      border-radius: 8px;
      object-fit: cover;
    }
    .now-playing-info {
      flex: 1;
    }
    .now-playing-info h3 {
      margin-bottom: 5px;
      font-size: 1.1em;
    }
    .controls {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 10px;
    }
    .controls button {
      background: none;
      border: none;
      color: #fff;
      cursor: pointer;
      transition: transform 0.2s;
      font-size: 20px;
    }
    .controls button:hover {
      transform: scale(1.2);
    }
    .progress-container {
      width: 100%;
      height: 5px;
      background: #333;
      border-radius: 3px;
      overflow: hidden;
      margin-bottom: 20px;
    }
    .progress {
      height: 100%;
      background: #1DB954;
      width: 0%;
    }
    .playlist {
      flex: 1;
      overflow-y: auto;
    }
    .playlist ul {
      list-style: none;
    }
    .playlist li {
    display: grid;
    height: 58px;
    gap: 10px;
    grid-template-columns: 4% 76% 10%;
    /* justify-content: space-between; */
    width: 100%;
    align-items: center;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 6px;
    background: #222;
    cursor: pointer;
    transition: background 0.3s;
}
    .playlist li:hover {
      background: #333;
    }
    .playlist li.active {
      background: #1DB954;
      color: #fff;
    }
    .track-info {
      display: flex;
      flex-direction: column;
    }
    .track-title {
      font-weight: bold;
    }
    .track-artist {
      font-size: 0.7em;
      color: #bbb;
    }
    .track-number {
      margin-right: 10px;
      color: #999;
    }
.gradient-div {
	position: absolute;
            width: 100%;
            height: 400px;
		margin-top: -400px;
	z-index: 9999 !important;
            background: linear-gradient(to top, #111, rgba(18, 18, 18, 0));
        }

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
		.iniciais {
    height: 35px;
    padding-right: 31px;
    border-right: solid 1px white;
}

        body {
            font-family: 'Arial', sans-serif;
            overflow-x: hidden;
        }

        /* Header Principal */
        .header-container {
            position: relative;
            width: 100%;
            height: 90vh;
            overflow: hidden;
            
        }

        /* Video Background */
        .video-background {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        .video-background video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.8) blur(0px);
        }

        /* Overlay escuro */
        .dark-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
            z-index: 1;
        }

        /* Efeitos de Flash (Pessoas tirando foto) */
        .flash-container {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 3;
            pointer-events: none;
        }

        .flash {
            position: absolute;
            width: 100px;
            height: 100px;
            background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 70%);
            border-radius: 50%;
            opacity: 0;
            animation: flashPop 4s infinite;
        }

        .flash:nth-child(1) { bottom: 20%; left: 15%; animation-delay: 0s; }
        .flash:nth-child(2) { bottom: 30%; left: 45%; animation-delay: 0.8s; }
        .flash:nth-child(3) { bottom: 15%; right: 20%; animation-delay: 1.6s; }
        .flash:nth-child(4) { bottom: 35%; right: 35%; animation-delay: 2.4s; }
        .flash:nth-child(5) { bottom: 25%; left: 30%; animation-delay: 3.2s; }
        .flash:nth-child(6) { bottom: 40%; right: 10%; animation-delay: 3.6s; }

        @keyframes flashPop {
            0%, 100% { opacity: 0; transform: scale(0.3); }
            5% { opacity: 1; transform: scale(1.5); }
            15% { opacity: 0; transform: scale(1); }
        }

        /* Efeito de Fumaça */
        .smoke-layer {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 50%;
            z-index: 2;
            pointer-events: none;
        }

        .smoke {
            position: absolute;
            bottom: -10%;
            width: 120%;
            height: 100%;
            background: radial-gradient(ellipse at bottom, rgba(255,255,255,0.15) 0%, transparent 70%);
            opacity: 0.6;
            animation: smokeMove 15s ease-in-out infinite;
        }

        .smoke:nth-child(2) {
            animation-delay: -7.5s;
            opacity: 0.4;
        }

        @keyframes smokeMove {
            0%, 100% { transform: translateX(-10%) scaleY(1); }
            50% { transform: translateX(10%) scaleY(1.2); }
        }

        /* Container da Foto da Cantora */
        .singer-container {
            position: absolute;
            bottom: 0;
            left: 0;
            margin-left: -100px;
            margin-bottom: -50px;
            height: 100%;
            width: 60%;
            z-index: 5;
            pointer-events: none;
        }

        /* Foto da Cantora */
        .singer-photo {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            animation: floatPhoto 8s ease-in-out infinite;
        }

        .singer-photo img {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100%;
            width: auto;
            max-width: 100%;
            object-fit: contain;
            object-position: left bottom;
            filter: brightness(1.1) contrast(1.1);
        }

        @keyframes floatPhoto {
            0%, 100% { transform: translateY(0) translateX(0); }
            25% { transform: translateY(-8px) translateX(3px); }
            50% { transform: translateY(-3px) translateX(-2px); }
            75% { transform: translateY(-5px) translateX(1px); }
        }

        /* Efeito de Luz passando na Cantora */
        .light-sweep {
            position: absolute;
            top: -50%;
            left: -100%;
            width: 300%;
            height: 200%;
            background: linear-gradient(80deg, 
                transparent 40%, 
                rgba(255,255,255,0.4) 50%, 
                transparent 60%);
            animation: lightPass 6s ease-in-out infinite;
            pointer-events: none;
            z-index: 6;
        }

        @keyframes lightPass {
            0%, 100% { transform: translateX(-100%) rotate(30deg); }
            50% { transform: translateX(50%) rotate(30deg); }
        }

        /* Menu Central Superior */
        .menu-container {
            position: fixed;
            top: 40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 999999;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-radius: 50px;
            padding: 15px 40px;
            border: 1px solid rgba(255,255,255,0.3);
            box-shadow: 0 8px 32px rgba(0,0,0,0.2);
            transition: all 0.3s ease;
        }

        .menu-container:hover {
            background: rgba(255,255,255,0.15);
            transform: translateX(-50%) translateY(-3px);
            box-shadow: 0 12px 48px rgba(0,0,0,0.3);
        }

        .menu {
            display: flex;
            gap: 35px;
            list-style: none;
            align-items: center;
        }

        .menu li {
            position: relative;
        }

        .menu a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 10px 15px;
            position: relative;
            display: block;
            transition: all 0.3s ease;
        }

        /* Efeito Musical do Menu */
        .menu a::before {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #ff0080, #ff8c00, #ffd700);
            transition: width 0.3s ease;
            border-radius: 3px;
        }

        .menu a::after {
            content: '♫';
            position: absolute;
            top: -15px;
            right: -5px;
            opacity: 0;
            transform: translateY(10px) scale(0.5) rotate(-15deg);
            transition: all 0.3s ease;
            color: #ffd700;
            font-size: 22px;
        }

        .menu a:hover {
            transform: translateY(-3px);
            text-shadow: 0 0 20px rgba(255,255,255,0.8);
        }

        .menu a:hover::before {
            width: 100%;
        }

        .menu a:hover::after {
            opacity: 1;
            transform: translateY(0) scale(1) rotate(15deg);
        }

        /* Logo - Sem alterações, apenas mix-blend-mode */
  .logo {
    position: absolute;
    top: 45%;
    right: 13%;
    z-index: 20;
    width: 600px;
    height: auto;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: logoFloat 5s ease-in-out infinite;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    mix-blend-mode: soft-light;
}

        .logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            /* Efeito overlay na logo */
            filter: brightness(1.5) contrast(1.2) saturate(1.3) hue-rotate(45deg);

    transition: all 0.3s ease;
            
        }
		

        .logo:hover img {
            mix-blend-mode: screen;
            filter: brightness(2) contrast(1.5) saturate(1.5);
            transform: scale(1.05);
        }

        /* Efeito de brilho na logo */
        .logo::before {
            content: '';
            display: none;
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, 
                transparent 30%, 
                rgba(255,255,255,0.3) 50%, 
                transparent 70%);
            animation: logoShine 4s linear infinite;
            pointer-events: none;
        }

        @keyframes logoFloat {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            25% { transform: translateY(-5px) rotate(1deg); }
            50% { transform: translateY(3px) rotate(-1deg); }
            75% { transform: translateY(-3px) rotate(0.5deg); }
        }

        @keyframes logoShine {
            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
            100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
        }

        /* Botão Menu Mobile */
        .mobile-menu-btn {
            display: none;
            position: absolute;
            top: 40px;
            right: 40px;
            z-index: 21;
            width: 50px;
            height: 50px;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            border: 1px solid rgba(255,255,255,0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .mobile-menu-btn:hover {
            transform: scale(1.1);
            background: rgba(255,255,255,0.2);
        }

        .mobile-menu-btn span {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 25px;
            height: 3px;
            background: #fff;
            border-radius: 3px;
            transition: all 0.3s ease;
        }

        .mobile-menu-btn span:nth-child(1) { top: 15px; }
        .mobile-menu-btn span:nth-child(2) { top: 23px; }
        .mobile-menu-btn span:nth-child(3) { top: 31px; }

        .mobile-menu-btn.active span:nth-child(1) {
            top: 23px;
            transform: translateX(-50%) rotate(45deg);
        }

        .mobile-menu-btn.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-btn.active span:nth-child(3) {
            top: 23px;
            transform: translateX(-50%) rotate(-45deg);
        }

        /* Partículas Musicais */
        .music-particles {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 4;
            pointer-events: none;
        }

        .note {
            position: absolute;
            font-size: 30px;
            color: rgba(255,215,0,0.3);
            animation: floatNote 12s linear infinite;
            text-shadow: 0 0 10px rgba(255,215,0,0.2);
        }

        .note:nth-child(1) { left: 10%; animation-delay: 0s; }
        .note:nth-child(2) { left: 25%; animation-delay: 2.4s; }
        .note:nth-child(3) { left: 40%; animation-delay: 4.8s; }
        .note:nth-child(4) { left: 55%; animation-delay: 7.2s; }
        .note:nth-child(5) { left: 70%; animation-delay: 9.6s; }
        .note:nth-child(6) { left: 85%; animation-delay: 12s; }

        @keyframes floatNote {
            0% { 
                bottom: -50px; 
                opacity: 0; 
                transform: translateX(0) rotate(0deg); 
            }
            10% { 
                opacity: 1; 
            }
            90% { 
                opacity: 1; 
            }
            100% { 
                bottom: 100%; 
                opacity: 0; 
                transform: translateX(30px) rotate(360deg); 
            }
        }

        /* Menu Mobile Fullscreen */
        .menu-container.mobile-active {
            display: flex !important;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0,0,0,0.95);
            backdrop-filter: blur(20px);
            border-radius: 0;
            transform: translateX(0);
            align-items: center;
            justify-content: center;
            opacity: 1;
        }
.chamada {
    background: #181818;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    max-height: 238px;
}
html {
  scroll-behavior: smooth;
}
        .texto {
            flex: 1;
        }
        .texto h1 {
            margin: 0 0 10px;
            font-size: 24px;
            color: #e91e63;
        }
        .texto p {
            margin: 0 0 20px;
            color: #aaa;
			font-size: 15px;
        }
.contador {
    display: grid;
    grid-template-columns: repeat(4, 22%);
    gap: 10px;
}
        .contador div {
            background: #e91e63;
            color: #fff;
            padding: 10px 15px;
            border-radius: 8px;
            text-align: center;

        }
        .contador div span {
            display: block;
            font-size: 18px;
            font-weight: bold;
        }
        .foto img {
			width: 200px;
			height: 200px;
			border-radius: 10px;
			object-fit: cover;
			overflow: hidden;
		}
		.eventos {
            display: flex;
            align-items: center;
            gap: 20px;
            width: 1200px;
			margin-bottom: 50px;
        }
		.quem {
            display: flex;
            align-items: center;
            gap: 20px;
            width: 1200px;
			margin-bottom: 100px;
        }
		.dias {
			font-size: 9px !important;
			font-weight: 100 !important;
		}

        /* Responsivo */
       /* ==========================================
   SUBSTITUA APENAS A PARTE @media DO SEU CSS ATUAL
   POR ESTE CÓDIGO ABAIXO
   ========================================== */
/* ==========================================
   CSS PARA SEÇÃO "NA MÍDIA" - BLOG
   ADICIONAR AO SEU ARQUIVO estilo.css
   ========================================== */

/* Container da seção mídia */
.container5 {
    font-family: Arial, sans-serif;
    background: none;
    margin: 0;
    padding: 0px 0px;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 9999 !important;
    position: relative;
    margin-bottom: 70px;
}

/* Container do blog */
.blog-midia {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    width: 100%;
}

/* Card da matéria */
.materia {
    background: #181818;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    position: relative;
}

.materia:hover {
    transform: translateY(-8px);
    
}

/* Imagem da matéria */
.materia-imagem {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.materia-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.materia:hover .materia-imagem img {
    transform: scale(1.05);
}

/* Overlay da imagem */
.materia-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.materia-categoria {
    background: #e91e63;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Conteúdo da matéria */
.materia-conteudo {
    padding: 25px;
    color: white;
}

.materia-conteudo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: white;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.materia-resumo {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Informações da matéria */
.materia-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
    color: #999;
}

.materia-data {
    font-weight: 500;
}

.materia-fonte {
    background: #333;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
}

/* Botão da matéria */
.btn-materia {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e91e63;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3); */
}

.btn-materia:hover {
    background: linear-gradient(45deg, #ff6b9d, #e91e63);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
}

.btn-materia i {
    font-size: 12px;
}
/* ==========================================
   CSS FOOTER CORRIGIDO - DESKTOP + MOBILE
   SUBSTITUA TODA A PARTE DO FOOTER NO SEU CSS
   ========================================== */

/* FOOTER DESKTOP - ESTILO ORIGINAL */
.footer {
    background: #191919;
    color: #ffffff;
    padding: 80px 0 30px;
    position: relative;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
}

.contact-section h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info {
    margin-bottom: 20px;
    padding: 25px;
    background: #2a2a2a;
    border-radius: 8px;
    border-left: 4px solid #e91e63;
    transition: transform 0.3s ease;
}

.contact-info:hover {
    transform: translateX(10px);
}

.contact-info p {
    margin: 8px 0;
    line-height: 1.6;
    color: #cccccc;
}

.contact-info strong {
    color: #ffffff;
    font-size: 16px;
}

.contact-info i {
    color: #e91e63;
    margin-right: 8px;
    width: 16px;
}

.form-section {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #333;
    border-right: 4px solid #e91e63;
}

.form-section h3 {
    text-align: center;
    margin-bottom: 13px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-size: 14px;
    transition: border-color 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #e91e63;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #e91e63;
    border: none;
    border-radius: 4px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: #00d4e6;
    transform: translateY(-2px);
}

.social-section {
    text-align: center;
    padding: 40px 0 20px;
    border-top: 1px solid #333;
}

.social-section h3 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e91e63;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.social-icon:hover {
    transform: translateY(-3px);
    border-color: #e91e63;
    color: #e91e63;
    background: transparent;
}

.social-icon.youtube:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.social-icon.instagram:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.social-icon.whatsapp:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.copyright {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

.lp {
    width: 150px;
    margin: 0px 0px 14px 0px;
}

@media (max-width: 768px) {
    /* HEADER E VÍDEO */
    .header-container {
        height: 70vh;
        position: relative;
    }
    
    .video-background video {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    
    /* MENU MOBILE */
    .menu-container {
        display: none;
        position: fixed;
        background: rgba(0,0,0,0.95);
        backdrop-filter: blur(20px);
        border-radius: 0;
        padding: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(0);
        align-items: center;
        justify-content: center;
        z-index: 999999;
    }
    
    .menu-container.mobile-active {
        display: flex !important;
    }
    
    .menu {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .menu a {
        font-size: 22px;
        padding: 15px 30px;
        text-align: center;
    }
    
    .iniciais {
        height: 60px;
        padding: 0;
        border: none;
        margin-bottom: 20px;
    }
    
    /* BOTÃO MENU MOBILE */
    .mobile-menu-btn {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 9999999;
        width: 50px;
        height: 50px;
        background: rgba(255,255,255,0.2);
        backdrop-filter: blur(10px);
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    /* LOGO - AGORA ACIMA DA FOTO DA CANTORA */
    .logo {
    /* position: absolute; */
    top: 15%;
    left: 16%;
    transform: translateX(-50%);
    width: 280px;
    height: auto;
    z-index: 20;
    mix-blend-mode: screen;
}
    
    .logo img {
        width: 100%;
        height: auto;
        filter: brightness(1.8) contrast(1.3) saturate(1.4);
    }
    
    /* FOTO DA CANTORA - MAIOR E CENTRALIZADA */
    .singer-container {
    position: absolute;
    bottom: 0;
    left: 43%;
    transform: translateX(-50%);
    width: 150%;
    height: 70%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
    
    .singer-photo {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .singer-photo img {
        position: relative;
        height: 100%;
        width: auto;
        max-width: 90%;
        object-fit: contain;
        object-position: center bottom;
        left: auto;
        transform: none;
    }
    
    /* CONTAINERS PRINCIPAIS */
    .container, .container2, .container3, .container4 {
        padding: 20px 10px;
        margin: 0;
        width: 100%;
        display: block;
    }
    
    .container {
        margin-top: -50px;
    }
    
    .container2, .container4 {
        padding: 40px 10px;
        margin-bottom: 30px;
    }
    
    .container3 {
        margin-bottom: 40px;
    }
    
    /* EVENTOS - UM ABAIXO DO OUTRO */
    .eventos {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 95%;
        margin: 0 auto;
        align-items: center;
    }
    
    .chamada {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
        max-height: none;
    }
    
    .chamada .texto {
        order: 2;
        flex: none;
    }
    
    .chamada .foto {
    order: 1;
    margin-bottom: -12px;
}
    
    .chamada .foto img {
    width: 293px;
    height: 166px;
    margin: 0 auto;
}
    
    .chamada h1 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
    .chamada p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .contador {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 250px;
    margin: 0 auto;
}
    
    .contador div {
        padding: 8px 10px;
    }
    
    .contador div span {
        font-size: 16px;
    }
    
    /* SEÇÃO CONHEÇA A DUDA */
    .conheca-duda {
        flex-direction: column;
        gap: 20px;
        padding: 0 10px;
        max-width: 95%;
        margin: 0 auto;
        max-height: none;
        overflow: visible;
    }
    
    .lado-esquerdo, .lado-direito {
        flex: none;
        width: 100%;
    }
    
    .lado-esquerdo h1 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .lado-esquerdo p {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 20px;
    }
    
    .fotos-galeria {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
}
    
    .fotos-galeria img {
        width: 100px;
        height: 80px;
    }
    
    .lado-direito img {
        display: none; /* Esconde a imagem lateral no mobile */
    }
    
    /* HISTÓRIA */
    .historia {
        flex-direction: column;
        width: 95%;
        margin: 0 auto 50px;
        gap: 15px;
    }
    
    /* PLAYER DE MÚSICA E VÍDEOS */
    .player-videos {
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
        gap: 20px;
    }
    
    .musicas {
        flex-direction: column;
        width: 100%;
    }
    
    .album-cover {
        order: 1;
    }
    
    .album-cover img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    .player-section {
        order: 2;
        padding: 15px;
    }
    
    .now-playing {
        margin-bottom: 0px;
    }
    
    .now-playing img {
        width: 50px;
        height: 50px;
    }
    
    .controls {
        justify-content: center;
        margin-bottom: 6px;
    }
	.track-number {
    margin-right: 10px;
    color: #999;
    font-size: 17px;
    margin-left: 7px;
}
    
    .controls button {
        font-size: 18px;
        padding: 10px;
    }
    
    .playlist li {
        grid-template-columns: 8% 70% 15%;
        padding: 8px;
        font-size: 14px;
    }
    
    .track-artist {
        font-size: 11px !important;
    }
    
    /* VÍDEOS YOUTUBE */
    .videos-youtube {
        width: 100%;
        gap: 10px;
    }
    
    .videos-youtube iframe {
        height: 180px;
        width: 100%;
    }
    
    /* GALERIA DE FOTOS */
    .gallery {
        max-width: 95%;
        margin: 0 auto;
        gap: 3px;
    }
    
    .gallery-item {
        min-height: 120px;
    }
    
    /* TÍTULOS */
    .titulo {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    .titulo h1 {
        font-size: 24px;
        text-align: center;
    }
    
    .firula {
        font-size: 20px;
    }
    
    .quem-nome {
        font-size: 32px;
    }
    
    /* QUEM */
    .quem {
        flex-direction: column;
        width: 95%;
        margin: 0 auto 50px;
        gap: 15px;
        text-align: center;
    }
    
    /* FOOTER */
    .footer {
        padding: 20px 0;
    }
    
    .footer-content {
        padding: 0 15px;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .contact-info {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    
    .contact-info:hover {
        transform: none;
    }
    
    .form-section {
        padding: 20px 15px;
    }
    
    .lp {
        width: 120px;
        margin-bottom: 10px;
    }
    
    .social-icons {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .social-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    /* EFEITOS MOBILE */
    .flash {
        width: 60px;
        height: 60px;
    }
    
    .note {
        font-size: 20px;
    }
    
    /* UTILITÁRIOS MOBILE */
    body {
        overflow-x: hidden;
    }
    
    * {
        -webkit-tap-highlight-color: transparent;
    }
	/* FOOTER RESPONSIVO */
    .footer {
        padding: 30px 0 20px;
        width: 100%;
    }
    
    .footer-content {
        padding: 0 10px;
        max-width: 95%;
        margin: 0 auto;
    }
    
    .footer-main {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-bottom: 30px;
        width: 100%;
    }
    
    .contact-section {
    width: 100%;
    order: 1;
    margin-bottom: 26px;
}
    
    .contact-section h3 {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: solid 1px #444;
}
    
    .contact-info {
    padding: 15px;
    margin-bottom: 15px;
    background: #2a2a2a;
    border-radius: 8px;
    border-bottom: 4px solid #e91e63;
    text-align: left;
}
    
    .contact-info:hover {
        transform: none;
    }
    
    .contact-info p {
        margin: 5px 0;
        line-height: 1.4;
        color: #cccccc;
        font-size: 14px;
    }
    
    .contact-info strong {
        color: #ffffff;
        font-size: 15px;
        display: block;
        margin-bottom: 8px;
    }
    
    .contact-info i {
        color: #e91e63;
        margin-right: 8px;
        width: 16px;
    }
    
    .lp {
    width: 100px;
    margin: 20px 0px;
    display: block;
}
    
    .form-section {
    width: 100%;
    order: 2;
    background: #2a2a2a;
    padding: 20px 15px;
    border-radius: 8px;
    border: 1px solid #333;
    border-bottom: 4px solid #e91e63;
}
    
    .form-section h3 {
        text-align: center;
        margin-bottom: 15px;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #444;
        border-radius: 4px;
        background: #333;
        color: #fff;
        font-size: 14px;
        box-sizing: border-box;
    }
    
    .form-group textarea {
        min-height: 80px;
        resize: vertical;
    }
    
    .submit-btn {
        width: 100%;
        padding: 12px;
        background: #e91e63;
        border: none;
        border-radius: 4px;
        color: #1a1a1a;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .submit-btn:hover {
        background: #00d4e6;
    }
    
    /* SOCIAL SECTION MOBILE */
    .social-section {
        text-align: center;
        padding: 25px 0 15px;
        border-top: 1px solid #333;
        margin-top: 20px;
    }
    
    .social-section h3 {
        font-size: 16px;
        margin-bottom: 20px;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .social-icons {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    
    .social-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #e91e63;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }
    
    .social-icon:hover {
        transform: translateY(-2px);
        border-color: #e91e63;
        color: #e91e63;
        background: transparent;
    }
    
    .social-icon.youtube:hover,
    .social-icon.instagram:hover,
    .social-icon.whatsapp:hover {
        border-color: #fff;
        color: #fff;
        background: transparent;
    }
    
    .copyright {
        text-align: center;
        font-size: 12px;
        color: #999;

        margin-top: 15px;
        padding: 0 10px;
    }
	.container5 {
        padding: 0px 10px;
        margin-bottom: 40px;
    }
    
    .blog-midia {
        grid-template-columns: 1fr;
        gap: 25px;
        width: 95%;
        margin: 0 auto;
    }
    
    .materia-imagem {
        height: 200px;
    }
    
    .materia-conteudo {
        padding: 20px;
    }
    
    .materia-conteudo h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .materia-resumo {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .materia-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .btn-materia {
        padding: 10px 18px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }
}

/* MEDIA QUERY PARA TELAS MUITO PEQUENAS */
@media (max-width: 480px) {
    .logo {
    width: 282px;
    top: 12%;
    border-radius: 0px;
}
    
    .singer-container {
        height: 70%;
    }
    
    .conheca-duda {
        max-width: 90%;
    }
    
    .lado-esquerdo h1 {
        font-size: 28px;
    }
    
    .titulo h1 {
        font-size: 26px;
    }
    
    .eventos, .player-videos, .historia, .quem {
        width: 90%;
    }
    
    .gallery {
        max-width: 90%;
    }
    
    .chamada h1 {
        font-size: 22px;
    }
    
    .chamada p {
        font-size: 13px;
    }
    
    .contador {
    max-width: 293px;
}
    
    .album-cover img {
        height: 330px;
    }
    
    .videos-youtube iframe {
        height: 160px;
    }
	.footer-content {
        max-width: 90%;
    }
    
    .contact-info {
        padding: 30px 30px;
    }
    
    .contact-info p {
        font-size: 13px;
    }
    
    .form-section {
    padding: 30px 20px;
}
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
    
    .lp {
        width: 90px;
    }
	.blog-midia {
        width: 90%;
    }
    
    .materia-conteudo h2 {
        font-size: 16px;
    }
    
    .materia-resumo {
        font-size: 12px;
    }
    
    .materia-overlay {
        top: 10px;
        right: 10px;
    }
    
    .materia-categoria {
        padding: 4px 8px;
        font-size: 10px;
    }
}
