@font-face {
    font-family: "Vaud-bold";
    src: url("./fonts/VaudDisplay-Bold.woff2") format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vaud-light";
    src: url("./fonts/VaudDisplay-Light.woff2") format('woff2');
    font-weight: light;
    font-style: normal;
    font-display: swap;
}

/* Contenedor del pedido */
.tgd-order {
    max-width: 450px; /* Ajusta a gusto */
    width: 100%;
    margin-right: 40px; /* Separación del texto de la derecha */
}

/* Quitar los H2 gigantes de WooCommerce */
.tgd-order h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Estilo de la tabla */
.tgd-order table.woocommerce-table {
    font-size: 14px;
    border-collapse: collapse !important;
    width: 100%;
}

.tgd-order table td,
.tgd-order table th {
    padding: 8px 10px !important;
    border: 1px solid #ddd !important;
}

/* Quitar margenes absurdos que WooCommerce mete */
.woocommerce-order details,
.woocommerce-order section {
    margin: 0 !important;
    padding: 0 !important;
}

/* Reducir tamaño de direcciones */
.tgd-order address {
    font-size: 14px;
    line-height: 1.4;
}


:root {
    font-family: Vaud-bold;
}

body{
    max-width: 84rem;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    overflow-x: hidden;
}

.header {
    margin-top: 15px;
    font-size: 28px;
}

.special {
    font-weight: 200px;
    font-size: 28px;
}



.main-content{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.warning-title{
    color: #2b00f9;
    font-weight: 800;
    margin-bottom: 0;
}


.warning-p {
    max-width: 350px;
    font-weight: 500;
    opacity: 0.75;
}

.fichas-tecnicas {
    border: 2px solid black;
    border-radius: 5px;
    max-height: 30rem;
    padding: 10px;
    overflow-y: auto;
    margin-top: 40px;
}


.main-content-3 {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.image-test {
    width: 700px;
}

.thx-img img {
    max-width: none !important;
    width: 300px !important;
    height: auto !important;
    object-fit: contain !important;
    margin-top: 0 !important;
}

.thx-img img.lazyloaded {
    width: 300px !important;
    height: auto !important;
    max-width: none !important;
}

.upload-files {
    padding: 20px;
    background-color: #2b00f9;
    color: white;
    border-radius: 10px;
    border: none;
    width: 300px;
    height: 75px;
    font-size: 24px;
    font-family: Vaud-bold;
}

.upload-files:hover {
    background-color: #1e00b5;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.help {
    margin-top: 30px;
    max-width: 400px;
    opacity: 0.75;
    font-size: 12px;
}

.thankyou {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thankyou > div > p {
    text-align: center;
}

.sub {
    opacity: 0.25;
}