/** Aquí inician los estilos del contenido del foro **/
#mainBackground {
  background-color: #0E1A28;
  padding: 10px;
  height: auto;
  box-sizing: border-box;
}

#secondBackground {
  padding: 10px;
  background-color: #1A304C;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

#thirdFichaBackground {
  width: 1060px;
  background-color: #0E1A28;
  border: 1px solid #6492A0;
  margin: auto;
  height: auto;
}

.ficha-box {
  margin-top: 20px;
  font-family: 'LemonMilkLight';
}

/** Estilos de contenedores de la ficha **/

#seccionIzquierda {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/** Estilos generales **/

.fichaTab {
  display: flex;
  flex-direction: row;
  width: 100%
}

.parteIzq {
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 13px;
}

.parteDer {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px
}

/* Estilos comunes para todas las partes izquierdas y derechas */

.parteIzq span {
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 16px;
  text-shadow: 0px 1px 1px #010101;
}

.parteIzq p {
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 16px;
  margin: auto;
  text-shadow: 0px 1px 1px #010101;
}

.parteDer span {
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  font-size: 18px;
}

/** Estilos de tamaño de secciones de tabs **/

.izquierdaPR,
.izquierdaPE {
  width: 280px;
  background-color: #4B4286;
}

.derechaPR,
.derechaPE {
  width: 78px;
  background-color: #4B4286;
}

.izquierdaPR span,
.izquierdaPE span {
  font-size: 16px;
}

.izquierdaEdad,
.izquierdaRango {
  width: 35px;
  background-color: #4B4286;
  display: flex;
  justify-content: center;
}

.derechaEdad,
.derechaRango {
  width: 110px;
  background-color: #3C356B;
}

/** Avatar de Ficha **/

.avatarBox {
  width: 260px;
  height: 460px;
  background-color: #4B4286;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatarPic {
  width: 250px;
  height: 450px;
  background-color: #2a2d31;
  ;
}

#seccionDerecha {
  width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.banner-ficha {
  width: 700px;
  height: 100px;
  background-image: url(https://i.ibb.co/dP9HbhQ/Pre-Set-Banner.png);
  position: relative;
  border: 3px solid var(--grupo-sin-aldea);
  box-sizing: border-box;
}

.banner-ficha .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, var(--grupo-sin-aldea) 0%, transparent 100%);
  opacity: 0.8;
}

.banner-ficha .imagen {
  width: 700px;
  height: 100px;
}

/** Estilos Tabs y variables de colores según ID de grupo**/

.tab {
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  /* Añadida propiedad box-sizing */
  transition: background-color 0.3s ease;
  /* Agregada transición para el cambio de color de fondo */
}

.tab.active-tab {
  background-color: #AEAEAE;
  /* Color del primer tab activo */
  color: #FFFFFF;
  /* Color del texto del primer tab activo */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  /* Sombra del primer tab activo */
  text-decoration: underline;
  /* Texto subrayado del primer tab activo */
}

.tab.inactive-tab {
  background-color: #D9D9D9;
  /* Color de los tabs inactivos */
  color: #FFFFFF;
  /* Color del texto de los tabs inactivos */
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  /* Sombra de los tabs inactivos */
}

.tab-text {
  text-align: center;
}

/** Estilo de la caja de información de los tabs **/

.content {
  background-color: #5D5592;
  /* Color de fondo del contenido */
  width: 700px;
  height: auto;
}

.content .content-info {
  margin: 20px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: auto;
  gap: 30px;
}

/** Estilos para cajas de texto con scroll **/

.texto {
  width: 100%;
  color: #FFFFFF;
  text-align: justify;
  overflow: auto;
  padding-right: 15px;
  margin-top: 6px;

  font-family: Open Sans;
  font-size: 16px;
  font-weight: 100;
}

.texto::-webkit-scrollbar {
  width: 6px;
}

.texto::-webkit-scrollbar-thumb {
  background-color: #AEAEAE;
  border-radius: 3px;
  /* Toque moderno: esquinas redondeadas */
}

.texto::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 5px;
}

/** Estilos de la caja de PB **/

#cajaPB {
  width: 700px;
  height: 35px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: white;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/** Estilos de las tabs **/

.cajaTabs {
  height: 35px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: white;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  // width: 50%;
  margin: -20px 0px;
  cursor: pointer;
  transition: all 0.3s;
  flex: 1 0 0%;
}

/** Estilos de información de sección inferior de sección izquierda **/

.user-info {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  color: white;
}

.user-info .nombre {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 2px #010101;
}

.user-info .apodo {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 2px #010101;

  font-family: Open Sans;
  font-size: 20px;
  font-weight: normal;
}
		