.tyc-main-container {
    display: flex;
    justify-content: center;
    padding: 40px 10%;
    background-color: #f9f9f9;
    min-height: calc(100vh - 90px);
}

.tyc-content-card {
    max-width: 100%;
    width: 100%;
    background: white;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    color: #444;
    line-height: 1.8;
    font-size: 18px;
}

.tyc-content-card h2 {
    color: #AB4391;
    border-bottom: 3px solid #e6197a;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.tyc-content-card h4 {
    color: #333;
    margin-top: 25px;
    font-weight: bold;
}

.tyc-footer {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.btn-volver {
    background-image: linear-gradient(to right, #AB4391 0%, #e6197a 100%);
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s;
}
.btn-volver:hover {
    transform: translateY(-2px);
    color: white;
    background-position: right center;
}

.link {
    color: blue;
    text-decoration: underline;
}
