td:has(>.box-bg) {
    place-content: center;
    place-items: center;
}

.box-bg {
    background-image: url('https://crokis-sites.fra1.digitaloceanspaces.com/lena-martin/wp-content/uploads/2026/02/12095350/Grupo-42%402x-300x196.png');
    height: 208px;
    width: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#boxzilla-box-11-content {
    text-align: center;
    max-width: 888px;
    width: 100%;
    min-height: 630px;
}

#boxzilla-box-11-content form input[type="submit"] {
    color: var(--black);
    background-color: var(--yellow);
    padding: 5px 15px;
    border-radius: 3em;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 20px;
    margin: auto;
}

#boxzilla-box-11-content form label, #boxzilla-box-11-content form legend {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: var(--dark-grey);
}

#boxzilla-box-11-content form input:not(input[type="submit"]) {
    background-color: transparent;
    color: var(--black);
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-radius: 3em;
    border: solid 1px var(--border-grey) !important;
}

#boxzilla-box-11-content h2 {
    font-weight: 500;
    line-height: 1.3;
}

#boxzilla-box-11-content p strong, #boxzilla-box-11-content p {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
}

#boxzilla-box-11-content p {
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

#boxzilla-box-11-content p strong {
    font-weight: 900;
}

#boxzilla-box-11-content h2 strong, #boxzilla-box-11-content h2 {
    font-size: 38px;
    font-family: 'Lato', sans-serif;
}

#boxzilla-box-11-content h2 strong {
    font-weight: 900;
}

#boxzilla-box-11-content table, #boxzilla-box-11-content table * {
    border: unset;
    margin: 0;
}

#boxzilla-box-11-content table ~ p strong, #boxzilla-box-11-content table ~ p {
    font-family: "Playfair Display", serif;
    font-size: 19px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    text-align: left;
}

#boxzilla-box-11-content table ~ p {
    font-size: 17px;
}

#boxzilla-box-11-content table ~ p strong {
    font-weight: 900;
}

.boxzilla-close-icon {
    background-color: var(--yellow) !important;
    color: var(--black) !important;
    border-radius: 3em !important;
    transform: translate(20px, -20px) !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
    height: 35px !important;
    width: 35px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700 !important;
    font-size: 30px !important;
}

#boxzilla-box-11-content hr {
    border-bottom: 3px solid #cecece;
    color: #cecece;
    margin: 1.2em auto;
}