/*
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.4.7.1778826874
Updated: 2026-05-15 08:34:34

*/



/* CONTENEDOR GENERAL */
.wpcf7-form {
    max-width: 600px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
}

/* LABELS */
.wpcf7-form p label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #222 !important;
    margin-bottom: 6px !important;
    display: block !important;
}

/* INPUTS Y TEXTAREA */
.wpcf7-form-control {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 10px !important;
    background: #f7f7f7 !important;
    font-size: 15px !important;
    transition: 0.25s ease !important;
}

/* FOCUS */
.wpcf7-form-control:focus {
    background: #fff !important;
    border-color: #000 !important;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1) !important;
    outline: none !important;
}

/* TEXTAREA */
.wpcf7-textarea {
    min-height: 140px !important;
    resize: vertical !important;
}

/* BOTÓN */
.wpcf7-submit {
    background: #000 !important;
    color: #fff !important;
    padding: 14px 20px !important;
    border-radius: 10px !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.25s ease !important;
    width: 100% !important;
}

/* HOVER BOTÓN */
.wpcf7-submit:hover {
    background: #333 !important;
}

/* MENSAJES */
.wpcf7-response-output {
    margin-top: 10px !important;
    padding: 14px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
}





/* Distribuir el contenido interno de cada tarjeta con space-evenly */
.elementskit-post-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Igualar altura de todos los bloques de artículos */
.elementskit-post-image-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.elementskit-post-body {
    flex-grow: 1;
}

/* Asegura que las columnas se alineen correctamente */
.post-items .col-lg-3,
.post-items .col-md-6 {
    display: flex;
    flex-direction: column;
}

.post-items .elementskit-post-image-card {
    flex: 1;
}

h1.woocommerce-products-header__title.page-title {
	display: none !important;
}

body.woocommerce-page #primary,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    padding-top: 175px !important;
}

input.wc-block-components-quantity-selector__input {
	padding: 0 !important;
}

.page-id-99 h1.entry-title {
	display: none !important;
}

input#radio-control-wc-payment-method-options-bacs,
input#checkbox-control-0 {
	padding: 0 !important;
}

.page-id-800 #masthead, .page-id-805 #masthead, .page-id-810 #masthead, .page-id-815 #masthead, .page-id-820 #masthead {
	background: #000 !important;
}

.single-post header,
.single-post .site-header,
.single-post #masthead,
body.woocommerce-page #masthead {
    background: #000 !important;
}

/* Contenedor general del formulario */
.wpcf7 form {
    width: 100%;
}

/* Labels al 100% */
.wpcf7 form label {
    display: block;
    width: 100%;
	color: #ffffff !important;
}

/* Inputs, selects y textarea al 100% */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="date"],
.wpcf7 form select,
.wpcf7 form textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* El wrap también debe ocupar el 100% */
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}