

.boton-de-imagenes-decorada-grande {
    width: 266px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s ease;
    border:2px solid white;
}

.lista-botones-con-titulo {
    text-align: center;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 5px 80px;
    gap:25px;
}


.boton-de-imagenes-decorada-grande img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.bti-titulo {
    color: #29a5bc;
    font-weight: 700;
    font-size: 16px !important;
    margin-top: 35px;
    max-width: 100%;
}

.boton-de-imagenes-decorada-grande p, .boton-de-imagenes-decorada-grande h3, .boton-de-imagenes-decorada-grande h2 {
    color: white;
    border-radius: 0 0 25px 25px;
    padding: 5px 0;
    width: 100%;
    margin: 0;
    margin-top: -7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boton-de-imagenes-decorada:hover > div img, .boton-de-imagenes-baja:hover > div img, .boton-de-imagenes-decorada-grande:hover > div img,.imagen-como-cabecera:hover  >  img {
   /* transform: scale(1.1);
    transition: 0.2s;*/
}

.boton-de-imagenes-decorada:hover, .boton-de-imagenes-baja:hover, .boton-de-imagenes-decorada-grande:hover,.imagen-titulo-contenedor:hover  {
    filter: brightness(0.7);
    margin-top:-5px;
    transition: all  0.2s ease;
}


.boton-con-titulo {
    padding: 15px;
    margin-top: 45px;
    border: 2px solid #d8d8d8;
    padding: 25px;
    width: 200px;
    display: inline-block;
    margin: 10px;
    font-size: 10px;
    text-align: left;
}
img.imagen-como-titulo {
    margin: -55px auto 0 auto;
    display: block;
}

.boton-con-titulo p[id^="txt"] {
    color: #29a5bc;
    font-weight: bolder;
}

.titulo-lista {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 12px;
    margin: 7px 0px;
    padding: 0 15px;
    font-weight: 600;
    background: #fff;
    transition: all .2s ease;
    border-bottom: 2px solid rgb(41, 165, 188);
}


div#lista-items {
    margin-left: 10px;
}

#lista-items p, #lista-items h2, #lista-items h3 {
    margin: 0px !important;
    padding: 0px;
}
#lista-items p a {
    font-weight: 500;
    color: black;
    text-decoration: none;
    background: #fff;
    transition: all .2s ease;
    border-bottom: none;
    font-size: 1.4em;
    text-align: left;
    padding-bottom: 4px;
}

.lista-botones-con-titulo.baja {
    margin: 55px 0px;
    gap: 10px;
    justify-content: center;
}
.lnk_decorado, .lnk_baja {
    text-decoration: none;
    color: white;
    margin-top: 10px;
}

.boton-de-imagenes-baja{
    max-width: 100%;
    width: 300px;
    margin: 0 10px;
}

.boton-de-imagenes-decorada, .boton-de-imagenes-baja {
    transition: 0.2s;
    overflow: hidden;
}

.bti-imagen-baja img {
    width: 350px;
    height: 150px;
}

.boton-de-imagenes-baja img {
    object-fit: cover;
    object-position: top;
}

.boton-de-imagenes-baja .bti-titulo.texto-editable {
    background: #29a5bc;
    color: white;
    margin-top: -7px;
    position: relative;
    line-height: 17px;
    height: 35px;
    overflow: hidden;
    min-height: 20px;
    max-height: 40px;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
}

.boton-de-imagenes-decorada {
    max-width: 192px;
    margin: 0px 15px;
    width: 200px;
    height: 220px;
}
.boton-de-imagenes-decorada-grande p,
.boton-de-imagenes-decorada-grande h2,
.boton-de-imagenes-decorada-grande h3 {
    display: none;
}

.boton-de-imagenes-decorada-grande:hover,.imagen-titulo-contenedor:hover {
    box-shadow: none !important;
}

a.imagen-titulo {
    width: 266px;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}

.imagen-titulo-contenedor img {
    width: 100%;
    height: 177px;   
}

.imagen-titulo-contenedor {
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.2s ease;
}

a.imagen-titulo h3,.imagen-titulo p,.imagen-titulo h2{
    color: #0f5f6b;
    font-weight: 600;
    font-size: 18px;
    background: white;
    margin: 0;
    padding: 10px;
    position: relative;
    height:67px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:-1px;
}

.imagen-como-cabecera {
    border-radius: 25px 25px 0 0;
    max-height: 177.33px;
}

.boton-de-imagenes-decorada-grande,.imagen-titulo-contenedor{
  box-shadow:0 8px 8px rgb(133 205 247 / 45%);
}

.menu-superior-acciones {
  display: flex;
  justify-content: center;
  align-items: center;
  color:black;
}

.boton-personalizar-libro, .boton-personalizar-libro-alumno {
  padding: 5px 20px;
  margin: 0 50px;
  background-color: rgb(68, 149, 211);
  color: white;
  border-radius: 15px;
  font-size: 25px;
  font-weight: bolder;
  cursor: pointer;
}

.botones-perfil {
  display: flex;
  gap: 20px;
}

.grupo {
  display: flex;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
  background: rgb(242, 242, 242);
  font-size: 25px;
  padding: 10px;
  font-weight: bold;
  border-radius: 15px;
  margin: 10px;
}

.botones-perfil .toggle {
  background:rgb(197, 197, 197);
  width: 50px;
  height: 30px;
  padding: 5px;
  border-radius: 30px;
  margin: 0 20px;
}

.botones-perfil .toggle label {
  width: 20px;
  height: 20px;
  background:rgb(243, 243, 244);
  display: flex;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.25s ease 0s;
}

.botones-perfil input.toggle-btn {
  display: none;
}

.botones-perfil .toggle input:checked + label {
  margin-left: 20px;
  background: rgb(243, 243, 244);
}
.botones-perfil .toggle:has(input:checked){
  background-color: rgb(136, 207, 138);
}