/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1729153923
Updated: 2024-10-17 10:32:03

*/
h1, h2, p, span {
    background-color: #dbdbdb02;
}

@media screen and (max-width: 1200px) {
    .triangulo {
        display: none;
    }
}
.post-password-form {
    max-width: 500px;
    margin: 135px auto;
    padding: 20px;
    background: #0069c81f;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.post-password-form label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
	width: 100%;
}

.post-password-form input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.post-password-form input[type="submit"] {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px; /* Ajusta la distancia con el campo de contraseña */
    width: 100%;
}

.post-password-form input[type="submit"]:hover {
    background: #005177;
}
.post-password-form p {
	flex-wrap: wrap;
    align-content: center;
}
form.post-password-form p:nth-of-type(2) {
	width: 300px
}

