/*
Theme Name: Pelosi Theme
Description: Tema propio y mínimo para pelosi.com.ar. Sin Elementor, sin dependencias de otros temas — el HTML de cada página lo arman los bloques de pelosi-landing.
Author: Sitec
Version: 1.0.0
Text Domain: pelosi-theme
Requires PHP: 8.0
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
}

.pelosi-page {
	max-width: 900px;
	margin-inline: auto;
	padding: 48px 24px;
}

.pelosi-page h1 {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 800;
	font-size: 32px;
	margin: 0 0 24px;
	color: #17181a;
}

.pelosi-page h2 {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin: 40px 0 12px;
	color: #17181a;
}

.pelosi-page p {
	margin: 0 0 16px;
	color: #333333;
}

.pelosi-page figure {
	margin: 24px 0;
}

/* Fotos del catálogo de Lorenzo Barroso: recortadas de antemano (Python,
   no CSS) quitando las franjas amarillas de los costados sin cortar
   nada del producto real. */
.pelosi-product-photo {
	max-width: 420px;
	background: #ffffff;
	border: 1px solid #eee;
	border-radius: 8px;
}

.pelosi-page a {
	color: #a33131;
}

.pelosi-page ul,
.pelosi-page ol {
	padding-left: 20px;
	margin: 0 0 16px;
}

.pelosi-page li {
	margin-bottom: 8px;
}

.pelosi-page table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
}

.pelosi-page table th,
.pelosi-page table td {
	text-align: left;
	padding: 10px 12px;
	border: 1px solid #eee;
}

.pelosi-page table th {
	background: #f4f4f4;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
}

.pelosi-map {
	margin: 24px 0;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #eee;
}

.pelosi-map iframe {
	display: block;
	width: 100%;
}

/* Contact Form 7 */
.wpcf7-form {
	max-width: 560px;
	margin-top: 24px;
}

.wpcf7-form p {
	margin: 0 0 16px;
}

.wpcf7-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #17181a;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 15px;
	color: #333333;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	outline: none;
	border-color: #a33131;
}

.wpcf7-form textarea {
	min-height: 140px;
	resize: vertical;
}

.wpcf7-form input[type="submit"] {
	display: inline-block;
	background: #a33131;
	color: #ffffff;
	border: 2px solid #a33131;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 14px 28px;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.wpcf7-form input[type="submit"]:hover {
	background: transparent;
	color: #a33131;
}

.wpcf7-spinner {
	margin-left: 12px;
}

.wpcf7-not-valid-tip {
	color: #a33131;
	font-size: 13px;
	margin-top: 4px;
}

.wpcf7-response-output {
	margin-top: 16px;
	padding: 12px 16px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
