@media print {
    body {
        background: linear-gradient(135deg, #063436, #e0d8d8);
        font-family: "Times New Roman", serif;
        margin: 0;
        color: #000;
    }

    main {
        padding: 10px;
    }

    .galeria {
        display: block;
    }

    .imagen {
        position: relative;
        overflow: hidden;
    }

    .imagen img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 0;
        transition: none;
    }

    .texto, .texto2 {
        position: static;
        color: #000;
        font-size: 14px;
        font-weight: normal;
        text-shadow: none;
        opacity: 1;
        transform: none;
    }

    h1 {
        font-size: 28px;
        color: #d9ff00;
        text-align: center;
        margin-top: 20px;
        font-family: "Times New Roman", serif;
    }

    h2 {
        font-size: 20px;
        color: #c300ff;
        text-align: left;
        margin-top: 15px;
        font-family: "Times New Roman", serif;
    }

    strong {
        color: #00014e;
        font-family: "Times New Roman", serif;
    }

    .subtitulo {
        text-align: center;
        padding: 15px;
        font-size: 18px;
        color: #e5f0bf;
        font-family: "Times New Roman", serif;
    }

    h2.titulo {
        font-size: 22px;
        color: #ffe600;
    }

    a.titulo {
        color: #51ff00;
        text-decoration: underline;
    }

    p {
        line-height: 1.4;
        color: #003cff;
        font-family: "Times New Roman", serif;
        font-size: 14px;
    }

    p.titulo {
        font-size: 14px;
        color: #003cff;
        font-family: "Times New Roman", serif;
    }

    .cards-section {
        font-size: 12px;
        font-weight: normal;
        margin: 0 auto 1rem;
        text-align: center;
        font-family: "Times New Roman", serif;
    }

    .cards-container {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .info-cards {
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 0;
        padding: 10px;
        text-align: left;
        box-shadow: none;
        transition: none;
    }

    .info-cards img {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .info-cards h3 {
        font-size: 14px;
        color: #000;
        margin-bottom: 5px;
        font-family: "Times New Roman", serif;
    }

    .info-cards p {
        font-size: 12px;
        color: #000;
        line-height: 1.2;
        font-family: "Times New Roman", serif;
    }

    table {
        margin: 0 auto;
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #000;
        background: #fff;
        color: #00aeff;
    }

    td, th {
        border: 1px solid #000;
        padding: 5px;
        text-align: center;
        font-size: 12px;
    }

    button {
        display: none;
    }

    label {
        font-size: 14px;
        color: #000;
        font-family: "Times New Roman", serif;
    }

    .contenedor {
        display: block;
        min-height: auto;
        box-sizing: border-box;
    }

    .contenedor2 {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        background-color: #fff;
        padding: 1rem;
        box-shadow: none;
        box-sizing: border-box;
    }

    .Datos {
        margin-bottom: 1rem;
    }

    .label {
        display: block;
        margin-bottom: 0.3rem;
        font-size: 12px;
        font-weight: normal;
        color: #000;
        font-family: "Times New Roman", serif;
    }

    .input,
    .select,
    .form-textarea {
        width: 100%;
        border: 1px solid #000;
        padding: 0.5rem;
        font-size: 12px;
        color: #000;
        box-sizing: border-box;
    }

    .radio-group {
        display: block;
        gap: 0;
    }

    .radio-item {
        display: block;
        margin-bottom: 0.5rem;
    }

    .form-radio {
        height: auto;
        width: auto;
    }

    .radio-label {
        margin-left: 0.2rem;
        font-size: 12px;
        color: #000;
    }

    .btnComprar {
        display: none;
    }
}


