<style>
    body {
        font-family: Arial, sans-serif;
    }
    form {
        width: 60%;
        margin: 0 auto;
        padding: 20px;
        background-color: #f4f4f4;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    fieldset {
        border: 1px solid #ccc;
        padding: 15px;
    }
    legend {
        font-size: 1.3em;
        font-weight: bold;
    }
    label {
        display: block;
        margin: 10px 0 5px;
    }
    select {
        padding: 5px;
        font-size: 1em;
        width: 100%;
        max-width: 250px;
        margin-bottom: 10px;
    }
    input[type="submit"] {
        background-color: #000000;
        color: red;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1.1em;
        margin-top: 15px;
    }
    input[type="submit"]:hover {
        background-color: #0000;
    }
    .success-message {
        text-align: center;
        font-size: 4em;
        color: green;
        margin: 20px 0;
    }

    /* Estilos Responsive */
    @media (max-width: 768px) {
        form {
            width: 80%; /* Aumentar el ancho del formulario en pantallas medianas */
        }
        label {
            font-size: 1.1em;
        }
        select {
            max-width: 100%; /* Los select se adaptan al 100% del ancho en pantallas pequeñas */
        }
        input[type="submit"] {
            width: 100%; /* Hacer el botón de enviar más grande en pantallas pequeñas */
            font-size: 1.2em;
            padding: 15px;
        }
    }

    @media (max-width: 480px) {
        form {
            width: 90%; /* Aumentar el ancho del formulario en pantallas muy pequeñas */
        }
        label {
            font-size: 1em; /* Ajustar el tamaño de la fuente de los labels */
        }
        select {
            font-size: 1.1em; /* Ajustar el tamaño de los select en pantallas pequeñas */
        }
        input[type="submit"] {
            font-size: 1.3em; /* Aumentar el tamaño del botón de enviar */
            padding: 18px;
        }
    }
</style>
  <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://dmdesign.site/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dmdesign.site/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://dmdesign.site/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://dmdesign.site/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://dmdesign.site/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://dmdesign.site/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
