/* Root container */
#root {
  padding: 0;
  margin: 0;
  min-width: 100%;
  height: 100vh;
}

/* Ocultar scrollbar en #featuredContainer */
#featuredContainer::-webkit-scrollbar {
  display: none;
}
#featuredContainer {
  -ms-overflow-style: none; /* IE 10+ */
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* Login section */
.login {
  padding: 2rem;
  text-align: center;
}

/* Logos */
.logo,
.logoMobile {
  height: 15em;
  /*padding: 1.5em;*/
  will-change: filter;
  transition: filter 0.3s;
}

.logo:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

/* Carrusel - estilo para botones */
.ant-carousel .slick-slider li button,
.ant-carousel .slick-slider li.slick-active button {
  background: #fff;
}

/* CKEditor custom styles */
.editor .ck-editor .ck-editor__main .ck-content {
  background: #242424;
  min-height: 120px;
  max-height: 140px;
  overflow: scroll;
  border-radius: 0 0 10px 10px;
  font-family: RTVESanSerif;
}

.editor .ck-editor .ck-toolbar {
  background: #e0e0e0;
}

/* Document embed full height */
embed {
  height: 100vh !important;
}

/* Tipografías personalizadas */
@font-face {
  font-family: 'InnoArial';
  src: url('ITC_Officina_RTVE_Serif.ttf') format('truetype');
}

@font-face {
  font-family: 'RTVESanSerif';
  src: url('ITC_Officina_RTVE_Serif.ttf') format('truetype');
}

/* Variables globales */
:root {
  font-family: RTVESanSerif;
}

/* Enlaces */
a {
  font-weight: 500;
  color: #05a5ff;
  text-decoration: inherit;
}

a:hover {
  color: #05a5ff;
}

/* Reset de body */
body {
  padding: 0;
  margin: 0;
}



/* Botones */
.ant-btn {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 800;
  font-family: inherit;
  color:white;
  background-color: #ff7800;
  cursor: pointer;
  transition: border-color 0.25s;
}

button:hover {
  border-color: #646cff;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}
.titulo{
	font-size:20px;
}
.ardilla-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 180px;
  max-width: 30vw;
  z-index: 10;
  pointer-events: none; /* no bloquea botones */
}
.tabla-opciones {
  margin: 2rem auto;
  border-collapse: collapse;
  text-align: left;
}

.tabla-opciones td {
  padding: 1rem 2rem;
  text-align: center;
  vertical-align: top;
}

.celda-opcion {
  all: unset;       
  display: flex;
  gap: 0.75rem;
  justify-content: flex-start; 
  display: flex;
  justify-content: space-start;
  align-items: center;
  width: 100%;
  border: 0px solid #888;
  padding: 8px 12px;
  cursor: pointer;
  box-sizing: border-box;
}
.texto-opcion {
  font-size: 14px;
  color: #333;
  text-align: left;
  max-width: 200px;
}
.title{
  margin: 0 0 clamp(18px, 2.8vmin, 28px) 0;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: clamp(26px, 4.4vmin, 40px);
  line-height: 1.04;
  color: var(--orange);
  text-shadow:
    0 1px 0 rgba(255,255,255,.85),
    0 10px 18px rgba(0,0,0,.16);
}
.line{
  margin: 0 0 clamp(12px, 1.9vmin, 16px) 0;
  color: grey;
  font-weight: 750;
  font-size: clamp(16px, 2.9vmin, 24px);
  line-height: 1.12;
}
.line.small{
  color:grey;
  font-weight: 650;
  font-size: clamp(15px, 2.7vmin, 22px);
  margin-bottom: clamp(20px, 3.0vmin, 30px); /* aire antes del botón */
  margin-top:20px;
}

.subtexto{
  color:grey;
  font-weight: 650;
  font-size: clamp(14px, 2.7vmin, 14px);
}
.video{
	border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 800;
  font-family: inherit;
  color:white;
  background-color: #ff7800;
  cursor: pointer;
  transition: border-color 0.25s;
}
.logo2 {
  height: 5em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 0.3s;
}

.logo2:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}
.linee.small2{
  color:grey;
  font-weight: 650;
  font-size: clamp(15px, 2.7vmin, 22px);
  margin-bottom: clamp(10px, 3.0vmin, 10px); 
  margin-top:clamp(30px, 3.0vmin, 30px);
}