@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #ffffff;
  color: #ffffff;
  text-align: center;
  font-family: "Contrail One", cursive;
  margin: 0;
}

ul {
  padding-inline-start: 0;
}

.header {
  width: 100%;
  background-color: #F84677;
  padding: 25px 0 30px;
}

.content {
  padding-top: 5px;
  color: #000000;
}

.susi {
  font-family: "Caveat", cursive;
  color: #ffffff;
  font-size: 4em;
  margin: 0;
}

.logo {
  width: 120px;
  border-radius: 100%;
  box-shadow: 0px 0px 0 4px rgba(0, 0, 0, 0.2);
}

h3.description {
  font-weight: normal;
  font-size: 1em;
  margin: 0 auto 10px;
}

a, a.boton, a.featured {
  text-decoration: none;
  color: #004B9C;
}
a:hover, a.boton:hover, a.featured:hover {
  background-color: #F84677;
  color: #ffffff;
}

.bloque a {
  color: #ffffff;
}
.bloque a:hover {
  background-color: initial;
  color: #ffffff;
}

.temas h2, .redes h2 {
  color: #ffffff;
}

a.boton {
  display: block;
  max-width: 400px;
  margin: 20px auto 0;
  padding: 15px 20px;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #009EE3;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
a.boton.featured {
  position: relative;
  background-color: #ffffff;
  color: #004B9C;
  font-weight: bold;
}
a.boton.featured:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #004B9C;
}

h2.bloque {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  background-color: #004B9C;
  margin-left: 40%;
  margin-top: -30px;
  padding: 10px 20px;
  box-shadow: -5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  h2.bloque {
    margin-left: 30%;
  }
}

a.publi:hover {
  background: none;
}

.xtalentochallenge {
  height: auto;
  width: 100%;
  max-width: 400px;
  margin-top: -20px;
}

.redes {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}
.redes a {
  flex: 1;
  padding: 10px 10px;
  margin-right: 10px;
  background-color: #004B9C;
  border: none;
}
.redes a:last-child {
  margin-right: 0px;
}
.redes a:hover {
  text-decoration: none;
}

.d-table {
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 24px;
}
.d-table li {
  font-family: sans-serif;
  padding: 8px 18px;
  display: flex;
  gap: 18px;
  flex-direction: row;
}
.d-table li span.one {
  flex-basis: 40%;
  flex-shrink: 0;
}
.d-table li span.two {
  flex-basis: 60%;
  flex-shrink: 1;
}
.d-table li span.full {
  flex-basis: 100%;
  flex-shrink: 1;
}

.d-row {
  display: flex;
  flex-direction: row;
}

.d-column {
  display: flex;
  flex-direction: column;
}
.d-column li:first-child {
  background-color: #009EE3 !important;
  font-family: "Contrail One", cursive !important;
  font-weight: normal !important;
  font-size: 1.2em;
  color: #ffffff;
}
.d-column li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.d-column.one {
  font-weight: bold;
}

#cookie-banner {
  /* IMPORTANTE: Estilos para la posición fija */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95); /* Color de fondo que puedes cambiar */
  padding: 15px;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999; /* Asegura que esté por encima de otros elementos */
  display: none; /* Por defecto, oculto */
  font-family: sans-serif;
  font-size: 0.85em;
  color: #000000;
}

/* Puedes añadir más estilos aquí o en style.css para los botones */
#cookie-banner button, #cookie-banner #config-cookies {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

#accept-cookies {
  background-color: #007bff;
  color: white;
}

#reject-cookies {
  background-color: #dc3545;
  color: white;
}

#config-cookies {
  background-color: #6c757d;
  color: white;
}

.footer-legal {
  font-family: sans-serif;
  font-size: 0.85em;
  margin: 20px;
  color: #004B9C;
}/*# sourceMappingURL=style.css.map */