/*
Theme Name: lwqq Child Theme
Theme URI: https://lawebquequieres.com/
Author: lwqq
Author URI: https://lawebquequieres.com/
Description: Un theme hijo de lwqq Exclusive Theme, creado para personalizar y extender las funcionalidades del theme principal.
Template: lwqq
Version: 1.0
Text Domain: lwqq-child
*/

/* Aquí puedes añadir tus estilos personalizados */

button.cky-btn {
    font-size: 16px;
    padding: 5px 20px;
}

h1.entry-title {
    margin-top: 50px; /* Ajusta este valor según lo necesites */
    padding-top: 10px; /* Si prefieres usar padding */
}

/* V3 - Styles */
ul {padding-top:20px; padding-left:20px;}

/* Ocultar la información del autor */
.post-meta .author,
.post-meta .author a {
    display: none;
}

/* =========================
   Contact Form 7 / Formularios
   (limpieza + unificación; la última regla original manda)
   ========================= */

/* Botones custom (form oscuro) */
.submit-button {
	color: #101010 !important;
	background-color: white;
	border-radius: 50px;
	border-color: white;
	padding: .3em 2em !important;
}

.submit-button-light {
	/*border-color: white;
	color: black!important;
	background-color: white;*/
	border-radius: 50px;
	padding: .3em 2em !important;
}

/* Inputs custom (form oscuro/claro) */
.field-inputs-black {
	padding: 16px !important;
	color: white !important;
	border-radius: 50px !important;
	background-color: #3d3d3d !important;
	font-family: 'Montserrat', sans-serif !important;
	-webkit-text-fill-color: white !important;
}

input.field-inputs-black:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #3d3d3d inset;
	color: white;
}

/* OJO: esta clase aparece 2 veces en el CSS original; se deja una sola */
.field-inputs-light {
	padding: 16px !important;
	border-radius: 50px !important;
	font-family: 'Montserrat', sans-serif !important;
	/*color: white!important;
	-webkit-text-fill-color: white !important;
	background-color: #3d3d3d!important;*/
}

/* Helpers de formulario */
.form-button {
	margin-bottom: 0.5rem !important;
}

.form-legal-txt {
	font-size: 0.75rem !important;
}

/* Submit CF7 (clase usada en tu markup) */
body .wpcf7-form .c_formsubmit {
	font-size: 20px;
	border: none;
	border-radius: 50px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	padding-left: 50px;
	background-image: linear-gradient(45deg, #252d43, #1a1b23);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto, 30px;
	transition: all 0.3s ease;
	background-color: rgba(255, 255, 255, 0);
	margin: 0 auto !important;
	display: block !important;
}

body .c_formsubmit:hover {
	background-image: linear-gradient(75deg, #252d43, #1a1b23);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border: none !important;
}

/* Label Formulario */
form label {
	padding-left: 20px;
	font-size: 0.85rem;
	color: #4e4e4e;
}

/* CF7 fields (unificado: mantenemos lo efectivo del bloque final) */
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form textarea,
.wpcf7-form input[type="date"] {
	border: 1px solid #ccc;
	width: 100%;
	padding: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	font-size: 14px;
	font-family: Arial, Georgia, Garamond, serif;
	-webkit-appearance: none;
	/*color: #173255;*/
}

/* Select CF7 (se conserva SOLO la última definición original) */
.wpcf7-form select {
	width: 100%;
	background-color: #eee;
	font-size: 14px;
	padding: 16px !important;
	-webkit-appearance: none; /* Elimina estilo nativo */
	appearance: none;
	-webkit-text-fill-color: #000 !important; /* Igual que el caso funcional */
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	box-sizing: border-box; /* Asegura cálculo correcto */
}

@media (max-width: 980px) {
	.wpcf7-form select {
		width: 100%;
	}
}

/* Botones Divi (aplicado dentro de CF7) */
.et_pb_button {
	color: white !important;
	border-radius: 0px;
	;
	font-size: 16px;
	font-family: Raleway;
	text-transform: uppercase !important;
}

.wpcf7-form .et_pb_button {
	padding: .3em 1em !important;
}

/* Focus (se mantiene tal cual estaba) */
input.text:focus,
input.title:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
.wpcf7-formselect:focus,
.wpcf7-formtextarea:focus,
.wpcf7-form input[type="date"]:focus {
	border: 1px solid #a38549 !important;
	color: #3e3e3e !important;
}

/* Layout / secciones inline */
.text-center {
	text-align: center;
}

.inline-cf-section {
	padding: 0px;
	background: #e0e0e0;
}

.large {
	font-size: 1.2em;
	line-height: 1.4em;
}

.inline-cf-section h3 {
	margin-bottom: 10px;
}

/* Campos en columnas (Divi/CF7 inline) */
.et_pb_contact_field_half {
	width: 49%;
	display: block;
	float: left;
	/*margin-right: 2%;*/
	clear: none !important;
	padding-right: 2%;
}

.et_pb_contact_field_half:nth-child(2n) {
	margin-right: 0px;
}

.wpcf7-form-inline .et_pb_contact_field_third {
	width: 32%;
	display: block;
	float: left;
	margin-right: 2%;
	clear: none !important;
}

.wpcf7-form-inline .et_pb_contact_field_third:nth-child(3n+1) {
	margin-right: 0px !important;
}

.wpcf7-form .btn-right {
	float: right;
	margin-top: 10px;
}

.wpcf7-form-inline .et_pb_contact_field {
	padding: 0px;
	margin-bottom: 15px;
}

.wpcf7-form-inline {
	margin: 0px;
}

.wpcf7-form-inline textarea {
	height: 80px;
}

.wpcf7-form-inline .btn-right {
	margin-top: -30px !important;
}

/* Mensajes de CF7 */
div.wpcf7-response-output,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	border: 2px solid #bfaa8f;
	background: #fff;
	padding: 20px;
}

div.wpcf7-validation-errors {
	border: 2px solid red !important;
	color: red !important;
}

div.wpcf7-validation-success {
	border: 2px solid green !important;
	color: #333;
}

/* Responsive: columnas a 100% en móvil */
@media only screen and (max-width: 480px) {
	.wpcf7-form .et_pb_contact_field_third,
	.et_pb_contact_field_half {
		width: 100%;
		display: block;
		float: left;
		margin-right: 0%;
		padding-right: 0%;
		clear: both !important;
	}
}

/* =========================
   Listas (unificado)
   ========================= */

/* Base */
ul {
	padding-top: 20px;
	padding-left: 20px;
}

li,
li a {
	list-style-type: square;
	text-align: left;
	margin-bottom: 2%;
    color: var(--e-global-color-9c5b6a5);
    font-family: var(--e-global-typography-c1b107f-font-family)
"Poppins"
, Sans-serif;
    font-size: var(--e-global-typography-c1b107f-font-size);
    font-weight: var(--e-global-typography-c1b107f-font-weight);
    line-height: var(--e-global-typography-c1b107f-line-height);
}    

li::marker {
	color: var(--primary);
}

/* Base común para ol dentro de ul (se deja lo común fuera y solo se overridea tamaño por breakpoint) */
ul ol {
	font-weight: 400;
	color: #101010;
	margin-left: 5%;
	margin-top: 3%;
}