/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 05 2026 | 03:55:20 */
/* Contenedor Thank You personalizado */
.thankyoucustom_wrapper {
    background-color: #000;              /* fondo negro */
    border: 2px solid #FFD400;            /* borde amarillo */
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    max-width: 800px;
    margin: 40px auto;
}

/* Título principal */
.thankyoucustom_wrapper .thankyoutitle {
    color: #FFD400;                       /* amarillo */
    font-weight: 700;
    margin-bottom: 15px;
}

/* Subtítulo */
.thankyoucustom_wrapper .subtitle {
    color: #f1f1f1;                       /* gris claro */
    opacity: 0.9;
    margin-bottom: 25px;
}

.thankyoucustom_wrapper #sendbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

/* WhatsApp Icon */
#sendbtn::before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z'/></svg>") !important;

    display: inline-block;
    vertical-align: middle;

    width: 1.9em;          /* TAMAÑO */
    height: 1.95em;

    margin-right: 10px;
    margin-bottom: -4px;
}

