:root {
    --corFundo: #f4f4f4;
    --corTexto: #f5f5f5;
    --corPrimaria: #00325e;
    --corDestaque: #ff6347;
    --corBranca: #fff;
    --cinzaClaro: #ebebeb;
    --sombraPadrao: 0 2px 5px rgba(0, 0, 0, 0.1);
    --sombraReforcada: 0px 0px 10px rgba(7, 11, 253, 0.801);
    --bordaArredondada: 12px;
    --fundoInfoBox: rgba(0, 0, 0, 0.1);
}

#members {
  position: relative; /* referência para o h1 */
  min-height: 600px;
  text-align: center;
}

#members h1 {
 font-weight: 900;
	font-size: clamp(22px, 4.2vw, 36px);
	background: linear-gradient(90deg, #ff7a18, #ff0066 30%, #7f00ff 60%, #00d4ff 90%);
	background-size: 200% 200%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	animation: marquee-title 6s linear infinite;
    text-align: center;
    padding: 40px 12px;
}

/* #members h1 {
  top: 50%;
  transform: translate(-50%, -50%);
} */

#Rolo{
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    height: 400px;
    box-shadow: #0011ff 0px 0px 15px ;
    margin-top: 10px;
    margin-left: 20px;
}

.pTitrec {
    font-size: clamp(16px, 2.8vw, 22px);
    text-align: center;
    font-weight: bold;
    color: var(--corBranca);
    background: linear-gradient(90deg, #ff8a00, #e52e71, #8a2be2, #00c2ff);
	background-size: 200% 200%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: politic-title-glow 6s linear infinite;
}


.divRec {
    width: 25%;
    max-width: 250px; 
    padding-left: 3%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

/* .divRec:hover {
    background-color: var(--cinzaClaro);
    box-shadow: var(--sombraReforcada);
} */
/* New layout for Rolo + info box */
.rolo-row {
    display: flex;
    align-items: flex-start;   /* alinha pelo topo */
    justify-content: space-between; /* um fica à esquerda e outro à direita */
    gap: 40px;
    width: 100%;
    padding: 0 40px;
}

/* tutorial */
.divRec.info-box {
    flex: 0 0 420px;
    max-width: 450px;
    min-height: 380px;

    padding: 20px;
    background: var(--fundoInfoBox);
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.85);
}

.tutorialB {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 40px;

  background-color: #ff0000;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none; /* REMOVE a linha azul */

  border-radius: 12px;
  cursor: pointer;

  box-shadow: 0 0 25px rgba(255, 0, 0, 0.9);
  transition: all 0.3s ease;
}

/* Hover */
.tutorialB:hover {
  background-color: #e60000;
  box-shadow: 0 0 40px rgba(255, 0, 0, 1);
  transform: scale(1.05);
}

/* Remove efeito azul ao clicar */
.tutorialB:focus,
.tutorialB:active {
  outline: none;
  text-decoration: none;
}



main{
  padding-top: 220px; /* mesma altura do header */
}



.main-content {
    display: flex;
    justify-content: flex-end; /* empurra para a direita */
    padding-right: 40px;
}


.video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 15px 0;
}

    


.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}


.video-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 15px 0;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}


/* Responsive: stack the iframe and info box on small screens */
@media (max-width: 800px) {
    .rolo-row {
        flex-direction: column;
        align-items: stretch;
    }

    #Rolo {
        width: 100%;
        height: 500px;
        margin-left: 0;
    }

    .divRec.info-box {
        width: 100%;
        max-width: none;
        border-left: none;
        border-top: 1px solid rgba(0,0,0,0.06);
        margin-top: 8px;
    }
}

/* Grid com 3 caixas adicionais (lado a lado) */
.info-grid {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 24px 0 8px 0;
    align-items: stretch;
}

.info-grid .info-box {
    flex: 1 1 calc(33.333% - 12px);
    min-width: 200px;
    padding: 16px;
    border-radius: 10px;
    background: rgba(255,255,255,0.10); /* fundo mais visível */
    border: 1px solid rgba(0,0,0,0.06);
}

/* Different colored box-shadows for visual distinction */
.info-box.variant-1 { box-shadow: 0 8px 24px rgba(255,99,71,0.26); border: 1px  rgb(4, 0, 255); box-shadow: 0px 0px 15px rgba(0, 38, 252, 0.842);}

.info-box.variant-2 { box-shadow: 0 8px 24px rgba(54,162,235,0.26); border: 1px  blue; box-shadow: 0px 0px 10px rgba(3, 37, 230, 0.952);}

.info-box.variant-3 { box-shadow: 0 8px 24px rgba(60,179,113,0.26); border: 1px rgb(4, 17, 197); box-shadow: 0px 0px 10px rgba(0, 60, 255, 0.842); }

.info-box .pTitrec { margin: 0 0 8px 0; color: var(--corBranca); }

@media (max-width: 800px) {
    .info-grid { flex-direction: column; }
    .info-grid .info-box { width: 100%; }
}

/* Texto de descrição com cor padrão do site */
.pTextrec {
    color: var(--corTexto);
}

/* Animated gradient inside title letters for #clan h1 */
#clan h1 {
    font-weight: 800;
    background: linear-gradient(90deg, #ff7a18, #ff0066 25%, #7f00ff 50%, #00d4ff 75%, #00b894);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: gradient-move 6s linear infinite;
}

@keyframes gradient-move {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}






















































/* .aIM {
    border: 1px solid red;

}

.aRG {
    border: 1px solid blue;

}

.aIM p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.aRG p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
} */