.elementor-4231 .elementor-element.elementor-element-259f73c{--display:flex;--margin-top:60px;--margin-bottom:200px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-4231 .elementor-element.elementor-element-259f73c{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4231 .elementor-element.elementor-element-2250215 > .elementor-widget-container{margin:0px 0px 90px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-2250215 */#demas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Espaciado entre elementos */
    margin-top: 20px;
}

#dni {
    max-width: 900px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#dni:focus {
    border-color: #2143A3;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

button[type="submit"] {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #2143A3;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

button[type="submit"]:hover {
    background-color: #293860;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

button[type="submit"]:active {
    transform: scale(0.98);
}/* End custom CSS */