.lista-botones-con-titulo{
    margin-top: 0px;
    margin-bottom: -20px;
    gap: 25px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.boton-de-imagenes-decorada-grande {
    width: 280px;
    border-radius: 25px;
    overflow: hidden;
}

.lista-botones-con-titulo {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

bti-imagen-decorada, .bti-imagen-decorada-grande {
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    max-height: 186.666px;
}

.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 {
    transform: scale(1.1);
    transition: 0.2s;
}

.boton-de-imagenes-decorada:hover, .boton-de-imagenes-baja:hover, .boton-de-imagenes-decorada-grande:hover {
    filter: brightness(0.7);
}


.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;
}