/*
Theme Name: REPUVE
Theme URI: https://repuve.consulta.org.mx

Author: consulta.org.mx
Author URI: https://consulta.org.mx

Version: 1.0
Template: genesis
*/

*{ box-sizing: border-box; }

/* Reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding: 0;
	margin: 0;
}

iframe { border: 0; }

/* Responsive */
img,
iframe {
	max-width: 100%;
	height: auto;
}

/* Typography */
body,
button,
input,
textarea {
	-webkit-font-smoothing:antialiased;
	font-size: 100%;
	font-family: "Montserrat", sans-serif;
}

/* Colors */
:root {
	--beige: #b38f5e;
	--red: #611232;
}

/* Inputs */
input:focus{ outline: none; }

form {
	margin-bottom: 0.5rem;
}

input::placeholder {
	color: rgba(0, 0, 0, 0.38);
}

input {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.25rem;
	margin-bottom: 0.5rem;
}

input[type="submit"],
button {
	border: 0;
}

input[type="submit"] {
	padding: 1rem 0;
	background-color: var(--red);
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	color: white;
	font-weight: 600;
	margin: 0;
}

label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.tabs {
	margin-bottom: 0.5rem;
}

button {
	background-color: transparent;
	cursor: pointer;
	padding: 0.75rem 1.75rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

button.active {
	color: var(--beige);
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.04);
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom: 3px solid var(--beige);
}

/* Input Images */
input[name="placa"],
input[name="NIV"],
input[name="email"] {
	background-repeat: no-repeat;
	padding-left: 3rem; /* For Input */
	background-position: 1rem center; /* x Y */
}

input[name="placa"] {
	background-image: url('https://consulta.org.mx/wp-content/themes/consulta.org.mx/images/icons/placa.png');
}

input[name="NIV"] {
	background-image: url('https://consulta.org.mx/wp-content/themes/consulta.org.mx/images/icons/niv.png');
}

input[name="email"] {
	background-image: url('https://consulta.org.mx/wp-content/themes/consulta.org.mx/images/icons/email.png');
}

.legend {
	display: block;
	margin-bottom: 0.5rem;
}

/* Structure */
.site-header > .wrap,
.content-sidebar-wrap,
.site-footer > .wrap {
	padding: 0 5%;
}

/* Site Header */
.site-header {
	padding: 1rem 0;
	background-color: var(--beige);
	margin-bottom: 1.5rem;
}

.site-header > .wrap {
	display: flex;
	justify-content: space-between;
}

.site-title a {
	text-decoration: none;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: -1px;
	color: rgba(255, 255, 255, 0.87);
}

/* Menu */
.nav-primary,
.menu-desktop {
	display: none;
}

/* Hamburguer */
.hamburguer {
	color: white;
	font-size: 1.44rem;
}

/* Breadcrumbs */
.breadcrumb {
	margin-top: 0.25rem;
	font-size: 0.9375rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1rem;
}

/* Typography */
body {
	color: #555;
}

h1, h2, h3, h4, h5, h6 { color: #333; }

h1 {
	margin-top: 0.5rem;
	letter-spacing: -1px;
	font-weight: 800;
	font-size: 1.728rem;
	margin-bottom: 2rem;
}

h2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

h3 {
	margin-bottom: 0.25rem;
}

.site-inner ul,
.site-inner p {
	line-height: 1.5rem;
}

.site-inner ul {
	margin-left: 2rem;
	margin-bottom: 2rem;
}

.site-inner p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/* TOC */
.toc {
	padding: 2rem;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 0.5rem;
	margin: 2rem 0;
}

.toc p {
	margin-bottom: 0.5rem;
}

.toc ul { margin-bottom: 0; }

/* Site Footer */
.site-footer {
	margin-top: 2rem;
	padding: 2rem 0;
	background-color: rgba(0, 0, 0, 0.05);
}

/* Framework */
.text-center { text-align: center; }
.black-38 { color: rgba(0, 0, 0, 0.38); }

@media only screen and (min-width:768px){
	.site-header > .wrap,
	.content-sidebar-wrap,
	.site-footer > .wrap {
		padding: 0; /* Reset */
		margin: 0 auto;
		max-width: 720px;
	}
}