.ada-form input[type="text"],
.ada-form textarea {
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
}

.ada-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.ada-mensaje .truncate {
  overflow: hidden;
  max-height: 3.5em;
  transition: max-height 0.4s ease;
}

.ada-mensaje.expanded .truncate {
  max-height: 1000px;
}

.ada-toggle {
  margin-top: 5px;
}
.tmyb-box {
            width: 300px;
            color: #fff;
            padding: 10px;
            margin: 10px;
            float: left;
            border-radius: 10px;
            font-family: sans-serif;
            height: 400px;
            perspective: 1000px;
            background: rgba(58, 0, 77, 0.9);
        }
        .tmyb-box img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            border-radius: 10px;
        }
        .tmyb-descripcion {
            overflow: hidden;
            transition: max-height 0.4s ease;
        }
        .truncado {
            max-height: 90px;
        }
        .toggle-btn {
            background: #fff;
            color: #900;
            border: none;
            padding: 5px 10px;
            margin-top: 5px;
            cursor: pointer;
            font-weight: bold;
        }
.tmybs-grid {
    width: 100%;
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tmyb-box h3, .tmyb-back h3 {
    font-size: 18px;
}

.tmyb-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.tmyb-box:hover .tmyb-inner {
    transform: rotateY(180deg);
}

.tmyb-front,
.tmyb-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 4px;
    box-sizing: border-box;
}

.tmyb-front {
    z-index: 2;
}

.tmyb-back {
    transform: rotateY(180deg);
    overflow-y: auto;
}
.tmyb-back-p {
    margin-top:5px;
}

.tmybesEstilo95 {
    font-size: 40px;
    font-weight: bold;
    color: #FCEE21;
    text-align: center;
}

/* versión móvil */

@media (max-width: 768px) {
  .tmybs-grid {
    flex-direction: column;
    align-items: center;
  }

.tmyb-box {
    width: 100%;
    margin: 10px auto;
    height: 380px; /* opcional si querés que se adapten a contenido */
  }
.Estilo95 {
    font-size: 22px;
    padding: 0 10px; /* opcional para evitar que toque los bordes */
  }
}