@font-face {
	font-family: "Atkinson-regular";
	src: url("fonts/atkinsonhyperlegible-regular.eot");
	src: url("fonts/atkinsonhyperlegible-regular.woff2") format("woff2"), url("fonts/atkinsonhyperlegible-regular.woff") format("woff"), url("fonts/atkinsonhyperlegible-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Atkinson-bold";
	src: url("fonts/atkinsonhyperlegible-bold.eot");
	src: url("fonts/atkinsonhyperlegible-bold.woff2") format("woff2"), url("fonts/atkinsonhyperlegible-bold.woff") format("woff"), url("fonts/atkinsonhyperlegible-bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
	scroll-behavior: smooth;
}
body {
	font-size: 1.4rem;
	line-height: 2rem;
	font-family: "Atkinson-regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1 {
	margin-bottom: 1rem;
	font-family: "Atkinson-regular", sans-serif;
	font-size: 4rem;
	color: #007936;
}25
h2 {
	margin-bottom: 2rem;
}

h2.h2-verde {
	font-family: "Atkinson-bold", sans-serif;
	font-size: 1.9rem;
	color: #007936;
	margin-top: 3.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid #b2b2b2;
}

.container {
	max-width: 100% !important;
}

#contenido-carga {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.breadcrumb-item.active {
	color: #007936 !important;
	font-family: "Atkinson-bold", sans-serif;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}

form#buscar {
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}

form#buscar input {
	font-size: 1.6rem;
	padding: 0 1rem !important;
	border: 0 !important;
}

form#buscar.buscador-cabecera .input-group {
	border: 1px solid #e4e4e4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f5f5f5 !important;
}

.btn-buscar {
	padding: 0;
	height: 41px;
	border: 0 !important;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

.glyphicon-buscar {
	background: url(/img/lupa.svg) 50% 50% no-repeat;
	width: 41px;
	height: 41px;
}

.form-control.error {
	border-color: #dc3545 !important;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right calc(0.375em + 0.1875rem) center !important;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.precarga {
	width: 100%;
	text-align: center;
	height: 430px;
	height: 500px;
	padding-top: 330px;
	padding-top: 400px;
}

.form-control.error ~ .invalid-feedback {
	margin-top: 0.25rem !important;
	font-size: 0.875em !important;
	color: #dc3545 !important;
	display: block !important;
}

#header {
	width: 100%;
	overflow-x: hidden;
	height: 199px;
}

#header img {
	width: 100%;
	height: 199px;
	object-fit: cover;
}

#footer {
	width: 100%;
	overflow-x: hidden;
	height: 380px;
}
#footer img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}
a {
	color: #000;
}
p {
	margin-bottom: 0;
}
abbr {
	text-underline-offset: 3px;
}
.edukia p {
	margin-bottom: 3rem;
}
.edukia .alert p {
	margin-bottom: 0;
}
.edukia img {
	max-width: 100%;
	height: auto !important;
}
.edukia iframe {
	aspect-ratio: 16 / 9;
}

.obligatorios {
	font-size: 1.3rem;
	float: right;
}
.dropdown-menu {
	padding: 0;
	margin: 0;
}
fieldset {
	clear: both;
}

label {
	font-size: 1.6rem !important;
}
textarea {
	height: 12rem;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
	padding: 2rem 1rem 0 1rem !important;
	line-height: 2.8rem;
}
.btn {
	font-size: 1.6rem;
}
table.table .btn {
	margin-top: 0;
}
table.table td {
	vertical-align: middle;
}
table.totaltable th,
table.totaltable td {
	vertical-align: top;
}
::-webkit-input-placeholder {
	color: #000 !important;
}
:-moz-placeholder {
	color: #000 !important;
}
::-moz-placeholder {
	color: #000 !important;
}
:-ms-input-placeholder {
	color: #000 !important;
}

input:focus,
textarea:focus {
	outline: none;
}
.subraya {
	text-decoration: underline;
}
.paginacion {
	margin-top: 5rem;
	text-align: center;
}
p.mostrando {
	margin-top: 4px;
	margin-bottom: 2rem;
}
p.mostrando span {
	font-weight: 700;
}
.pagination {
	justify-content: center;
}
.pagination li {
	display: inline-block;
	margin-bottom: 1px;
}

.pagination .page-link {
	border: 1px solid #dee2e6;
	background-color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	color: #007936;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0;
	text-align: center;
	height: 4rem;
	line-height: 4rem;
	width: 4rem;
}

.pagination .active .page-link,
.pagination li:not(.suite):not(.precedent) .page-link:hover {
	color: #fff;
	background-color: #007936;
}
.pagination li.suite .page-link {
	display: inline-block;
	margin: 0px 0 0px 0;
}

#social {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}
#social h2 {
	margin: 0;
	font-size: 2rem;
	padding-top: 0.5rem;
	font-weight: 600;
	margin-right: 3rem;
}
#social a {
	margin-left: 1rem;
}
.list-group-pasos {
	margin-bottom: 3rem;
}
table.table {
	font-size: 1.5rem;
}
table.table a {
	text-decoration: none;
}
table.table .form-control {
	width: 10rem;
	padding: 0 1rem !important;
}
.ivaincluido {
	display: block;
	font-size: 1rem;
}
.producto-descripcion {
	display: -webkit-inline-flex;
	display: inline-flex;
}
.producto-foto {
	padding-right: 1rem;
}

.preciotable {
	text-align: right;
	width: 10rem;
}
.eliminartable {
	text-align: right;
	width: 10rem;
}
.unidadestable {
	width: 10rem;
}
.totaltable {
	float: right;
}
.totaltable th {
	text-align: right;
}
.btn-eliminar {
	font-size: 1.3rem;
}
dl dt {
	float: left;
	padding-right: 1rem;
	clear: both;
}
dl dd {
	float: left;
}
.datos-cliente {
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
	clear: both;
	font-size: 1.6rem;
}
.datos-cliente section {
	flex: 1;
	margin-top: 4rem;
}
#tienda-comentarios {
	margin-top: 3rem;
}

label {
	font-size: 2rem !important;
	padding-left: 0 !important;
}

label.form-check-label {
	font-size: 1.9rem !important;
	padding-top: 0.6rem !important;
}

textarea.form-control {
	min-height: 12rem !important;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-2rem) translateX(0);
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
	padding: 2rem 1rem 1rem 0 !important;
	line-height: 2.8rem;
}

.form-check {
	margin-bottom: 0.5rem;
	padding-left: 3.5rem;
}

.form-check-input[type="checkbox"] {
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 26px;
	height: 26px;
	border: 1px solid #d7d7d7;
	margin-left: -3.5rem;
}

.form-check-input[type="checkbox"]:checked {
	background-color: #007936;
	border-color: #007936;
}

.xdebug-padre {
	position: fixed;

	background-color: #fff;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10000000;
	height: auto;
	padding: 30px;
	box-shadow: 0px -17px 21.9px -5px rgba(0, 0, 0, 0.15);
	transition: all 0.5s ease;
	border-top: 1px solid #ccc;
}
.xdebug-listado {
	overflow: auto;

	max-height: 280px;
}

.xdebug-var-dump {
	background-color: white;
	padding: 15px;
	z-index: 100000;
	width: 100%;
	border: 1px solid black;
}

.xdebug-pestana {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.3125rem 0.3125rem 0rem 0rem;
	background: #fff;
	width: 9rem;
	height: 3rem;
	position: absolute;
	left: 4rem;
	top: -3rem;
	cursor: pointer;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.xdebug-padre.xdebug-cerrar {
	height: 0;
	padding: 0;
}

.xdebug-pestana::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 4px;
	background: url(/admin/img/arrow-aviso.svg) no-repeat center center;
}

.xdebug-padre.xdebug-cerrar .xdebug-pestana::before {
	transform: rotate(-180deg);
}

.icon-cookies {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 3;
	cursor: pointer;
	mix-blend-mode: difference;
}

.cards-verdes {
	margin-top: 0;
}

.cards-agenda .card {
	position: relative;
}

.cards-agenda h2:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/img/icon-agenda.svg) no-repeat center center;
	margin-left: 0.7rem;
}

.cards-agenda .card a {
	color: #007936;
	text-decoration: none;
}

.cards-agenda .card a span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cards-verdes .card {
	border: 1px solid #007936;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.cards-verdes .card h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	color: #007936;
	font-family: "Atkinson-bold", sans-serif;
	margin-bottom: 1.5rem;
}

.cards-verdes .card .card-body {
	padding: 2rem 1rem 2rem 2rem;
}

.cards-verdes .card .card-footer,
.cards-verdes .card p.card-text {
	background: none;
	border: 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.btn-filtros {
	background-color: #f5f5f5;
	border: 1px solid #e4e4e4;
	margin-bottom: 2rem;
	font-size: 1.6rem;
	padding: 0.8rem 1rem;
	line-height: 2.3rem;
}

.btn-filtros span {
	font-weight: 700;
	padding-left: 40px;
	background: url(/img/icon-filtros.svg) no-repeat 10px 50%;
	border-left: 1px solid #a8a8a8;
	margin-left: 0.5rem;
	height: 2.3rem;
	display: inline-block;
}

.offcanvas-filtros {
	box-shadow: 10px 2px 30px 7px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 10px 2px 30px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px 2px 30px 7px rgba(0, 0, 0, 0.2);
	border: 0 !important;
	padding: 4rem 2.5rem 3rem 2.5rem;
}

.offcanvas-filtros .offcanvas-header {
	justify-content: flex-end;
	margin-top: -2rem;
}

.offcanvas-filtros .btn-close {
	opacity: 1;
}

.form-label {
	font-size: 1.9rem;
	font-weight: 700;
	color: #007936;
}

.label-fecha {
	color: #333333;
	font-weight: 400;
}

span.form-label {
	position: relative;

	bottom: -0.5rem;
}

.form-control,
.form-select {
	background-color: #f5f5f5 !important;
	border: 1px solid #e4e4e4;
	font-size: 1.8rem;
}

.select-ano {
	width: 17.5rem;
}

.borde-gris span {
	border-bottom: 1px solid #b2b2b2;
	padding: 0 0 1rem 0;
	display: block;
}

.btn-limpiar {
	font-size: 1.6rem;
	line-height: 1.8rem;
	width: 10rem;
	text-align: left;
}

.offcanvas-btn-buscar,
.btn-verde,
.btn-solicitar {
	border: 1px solid #007936;
	padding: 0 60px 0 2rem;
	font-size: 1.4rem;
	font-weight: 700;
	color: #007936;
	position: relative;
	height: 45px;
	line-height: 45px;
}

.offcanvas-btn-buscar:after,
.btn-verde:after,
.btn-solicitar:after {
	content: "";
	width: 29px;
	height: 29px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #007936 url(/img/icon-lupa-txuri.svg) no-repeat center center;
	position: absolute;
	right: 1rem;
	top: 50%;
	-webtkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-verde:after {
	background: #007936 url(/img/icon-pdf.svg) no-repeat center center;
}

.btn-solicitar:after {
	background: #007936 url(/img/icon-solicitar.svg) no-repeat center center;
	background-size: 17px auto;
}

.cards-evidencias {
	margin-top: 0;
}

.cards-evidencias .card {
	border: 0;
	position: relative;
}

.cards-evidencias .card h2 span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cards-evidencias a {
	text-decoration: none;
}

.cards-evidencias a:hover {
	color: #333333;
}

.cards-evidencias .card-body {
	padding-top: 0;
	padding-right: 0;
}

.text-verde {
	color: #007936;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.card-body h1 {
	color: #333;
	font-size: 3.6rem;
	line-height: 4rem;
}

.btn-volver {
	color: #007936;
	padding-left: 30px;
	position: relative;
	margin-top: 4rem;
	margin-bottom: 3rem;
	border: 0 !important;
	clear: both;
}

.btn-volver:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(/img/icon-volver.svg) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-volver:hover {
	color: #007936 !important;
	text-decoration: underline;
}

#compartir {
	align-items: center;
}

#compartir .nav-link {
	background-color: #007936;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	margin-left: 1.2rem;
}

#compartir .nav-link img {
	width: 32px;
	height: 32px;
}
#compartir .nav-link.imprimirButton img {
	width: 45px;
	height: 45px;
}

.btn-imp {
	border-left: 1px solid #707070;
	margin-left: 1.2rem;
}

.col-solicitar label {
	font-size: 1.3rem !important;
}

.btn-formulario {
	background: #007936;
	padding: 5px 10px 7px 10px;
	color: #fff !important;
	font-weight: 700;
	margin-top: 1rem;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	body {
		font-size: 1.6rem;
		line-height: calc(100% * 1.618);
	}
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
	h1 {
		margin-bottom: 2rem;
	}
}
@media (min-width: 1200px) {
	.datos-cliente {
		flex-flow: row nowrap;
	}

	.cards-evidencias .card h2 {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	legend {
		font-size: 2rem;
	}
}
@media (min-width: 1440px) {
	/* .container {
		max-width: 1440px;
	} */
	.cards-verdes .card .card-body {
		padding: 3rem 2rem 3rem 3rem;
	}

	.cards-verdes .card .card-footer {
		padding: 0 2rem 3rem 3rem;
	}

	.cards-evidencias {
		margin-top: 1rem;
	}

	.cards-evidencias .card-body {
		padding-right: 3rem;
	}
}
@media (max-width: 992px) {
	.producto-descripcion {
		margin-bottom: 2rem;
	}
	.btn-eliminar {
		float: right;
	}
	table.table {
		border: 0;
		padding-bottom: 0;
		display: block;
		width: 100%;
		clear: both;
	}
	table.table caption {
		display: block;
	}
	table.table thead {
		display: none;
	}
	table.table tbody,
	table.table tfoot,
	table.table tr,
	table.table th,
	table.table td {
		display: block;
		padding: 0;
		text-align: left !important;
		white-space: normal;
		border: none !important;
		width: 100%;
	}
	table.table tr {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #000 !important;
	}
	table.totaltable {
		margin-top: 2rem;
	}
	table.totaltable th,
	table.totaltable td {
		display: table-cell;
		width: auto;
	}
	table.totaltable th {
		min-width: 30rem;
		text-align: right !important;
		padding-right: 1rem;
	}
	table.table tfoot tr,
	table.totaltable tr {
		padding: 0;
		border: 0 !important;
	}
	table.table th[data-title]:before,
	table.table td[data-title]:before {
		content: attr(data-title) ":\00A0";
		font-weight: 700;
		white-space: nowrap;
		padding-right: 0.5rem;
		float: left;
		vertical-align: middle;
	}
	table.table th:not([data-title]) {
		font-weight: bold;
	}
	table.table td:empty {
		display: none;
	}
	.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
		--bs-table-accent-bg: #fff !important;
	}
}
