/*
Theme Name:   SergioHeckel
Theme URI:    https://sergioheckel.com.ar
Description:  Tema personalizado por SergioHeckel
Author:       Sergio Heckel
Author URI:   https://sergioheckel.com.ar
Template:     astra
Version:      1.0
Email:        info@sergioheckel.com.ar
*/

/*===========================================================
    ESTILOS GENERALES PARA FORMULARIOS DE CONTACT FORM 7
===========================================================*/

/* Contenedor general del formulario */
.wpcf7-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Margen de párrafos y labels */
.wpcf7-form p,
.wpcf7-form label {
    margin-bottom: 6px;
    display: block;
}

/* Inputs, selects, textarea y archivos */
.wpcf7-form .wpcf7-form-control {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0.75rem; /* espacio uniforme */
    padding: 0.75rem;       /* padding cómodo */
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* Textarea */
.wpcf7-form textarea.wpcf7-form-control {
    min-height: 150px;
    resize: vertical;
}

/* Botón de envío */
.wpcf7-form .wpcf7-submit {
    width: 100%;
    display: block;
    padding: 0.9rem;
	border: 1px solid #38629f;
	border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 6px;
}

/* Eliminar saltos de línea dentro de labels */
.wpcf7-form label br {
    display: none;
}


/* ============================= */
/* Encabezados personalizados */
/* ============================= */

h1, h2, h3, h4, h5, h6 {
  font-style: italic;
}

h1 { font-size: clamp(26px, 4vw, 36px); }
h2 { font-size: clamp(22px, 3.5vw, 30px); }
h3 { font-size: clamp(20px, 3vw, 24px); }
h4 { font-size: clamp(17px, 2.5vw, 20px); }
h5 { font-size: clamp(16px, 2.3vw, 18px); }
h6 { font-size: clamp(14px, 2vw, 16px); }


/* ============================= */
/* Ajuste texto titulo del sitio */
/* ============================= */

.site-title {
  font-style: italic;
}

/* ============================= */
/* Oculta botón niveles de membresia en páginas específicas */
/* ============================= */

#post-18 .pmpro_btn {
    display: none !important;
}