
/*** Estilos MIC000 - Estructura **/

/** 0. Fuentes */
/** 1. Base */
/** 2. Layout: l-; 2.1. General; 2.2. Header; 2.3. Menu; 2.4. Page; 2.5. Menu */
/** 3. Componentes: c- */
/** 4. Paginas: p- */
/** 5. Otros: body-fixed */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 0. Fuentes */

@font-face {
  font-family: "LOREALPRO-Book";
  src: url("../fonts/LOREALPRO-Book.woff2") format("woff2");
	src: url("../fonts/LOREALPRO-Book.woff2") format('embedded-opentype'),;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LOREALPRO-Medium";
  src: url("../fonts/LOREALPRO-Medium.woff2") format("woff2");
	src: url("../fonts/LOREALPRO-Medium.woff2") format('embedded-opentype'),;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LOREALPRO-ExtraLight";
  src: url("../fonts/LOREALPRO-ExtraLight.woff2") format("woff2");
	src: url("../fonts/LOREALPRO-ExtraLight.woff2") format('embedded-opentype'),;
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LOREALPRO-Bold";
  src: url("../fonts/LOREALPRO-Bold.woff2") format("woff2");
	src: url("../fonts/LOREALPRO-Bold.woff2") format('embedded-opentype'),;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LOREALPRO-SemiBold";
  src: url("../fonts/LOREALPRO-SemiBold.woff2") format("woff2");
	src: url("../fonts/LOREALPRO-SemiBold.woff2") format('embedded-opentype'),;
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Velocity";
  src: url("../fonts/Velocity.woff2") format("woff2");
	src: url("../fonts/Velocity.woff2") format('embedded-opentype'),;
  font-weight: 300;
  font-style: oblique;
  font-display: swap;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 1. Base */

:root {
	--color-primary: #272727;
	--color-secondary: #cdc4ba;
	--color-terciary: #ebe7e3;
	--color-cuaternary: #dddad7;
	--color-border-input: #0e0d0d;
	--font-text-primary: 'LOREALPRO-Bold', sans-serif;
	--font-text-secondary: 'LOREALPRO-Book',  sans-serif;
	--font-text-terciary: 'LOREALPRO-Medium',  sans-serif;
	--font-color-primary: #000000;
	--font-color-secondary: #ffffff;
	--font-color-terciary: #555555;
}

html, body {
	font-size: 62.5%;
	height: 100%;
}

body {
	background: #fbfbfb;
	color: var(--font-color-primary);
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.25;
	position: relative;
}

p, input, input::placeholder, label, a, button, span, li, summary, details, select, option  {
	font-family: var(--font-text-secondary);
	font-weight: 300;
	margin: 0;
}

img {
	width: 100%;
}

select {
	font-weight: 400 !important;
}

select option[value=""] {
	font-style: italic;
}

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

*::-moz-selection {
    background-color: var(--color-secondary);
    color: var(--font-color-primary);
}

*::selection {
    background-color: var(--color-secondary);
    color: var(--font-color-primary);
}

a {
	color: var(--color-primary);
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}
a:hover, a:focus {color: #000;}

b, strong {font-weight: 700;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--font-color-primary);
	font-weight: 300;
  margin: 0 0 2rem;
	font-family: var(--font-text-secondary);
}

h1 {
	color: var(--font-color-primary);
	font-family: var(--font-text-primary);
	font-weight: bold;
}

h2, h3 {
	color: var(--font-color-primary);
	font-family: var(--font-text-primary);
	letter-spacing: -0.5px;
	font-weight: 500;
}

h4 {
	font-family: var(--font-text-terciary);
	font-size: 2rem;
}

p {
	line-height: 28px;
}

ul, li {
	font-size: 1.5rem;
	padding: 0;
	list-style: outside none none;
}

ol {
	padding-left: 2rem;
}

ol li {
	list-style:decimal;
	line-height: 2.5rem;
	margin-bottom: 1rem;
	padding-left: 1rem;
}

li:last-child {
	margin-bottom: 0;
}

summary {
	border-bottom: 1px solid var(--color-primary);
	padding-block: 2rem;
	position: relative;
	color: var(--font-color-terciary);
}

details summary::-webkit-details-marker {
  display: none;
}

details>summary {
  list-style: none;
}

summary::after {
  content: ' ►';
	position: absolute;
	right: 10px;
}
details[open] summary:after {
  content: " ▼";
}

details > div {
	padding-top: 2.5rem;
}

input[id="ticket_foto"] {
	display: none !important;
}

select {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 1em;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.hide-text {
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	padding-top: 2rem;
}

input {font-size: 1.5rem; font-family: 'Roboto'; font-weight: normal;}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	background-color: var(--font-color-secondary);
	border: 1px solid #8080807a;
	color: var(--font-color-primary);
	font-size: 1.5rem;
	padding: 1.5rem;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	border: 0.1rem solid var(--color-primary);
	outline: 0;
}

input[type="file"] {
    border: 1rem solid #ccc;
    display: block;
    padding: 0;
    width: auto;
}

img {
	font-style: italic;
	vertical-align: middle;
}

table {
  	border-collapse: collapse;
  	border-spacing: 0;
  	font-size: 1.3rem;
}

thead {
	background-color: var(--color-terciary);
}

p {
	color: var(--font-color-primary);
	font-size: 1.75rem;
}

.fw-500 {
	font-weight: 500 !important;
}

/* width */
::-webkit-scrollbar {
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--color-terciary);
	width: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary);
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-border-input);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 2. Layout */

/* 2.1. General */

body > .l-container::after {
    clear: both;
    content: "";
    display: block;
    height: 5rem;
}

body.p-user > .l-container::after {
	height: 19.1rem;
}

.l-container {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.l-container-login {
	background-attachment: fixed;
	background-color: #ECEBE9;
	background-image: url("../images/login-bg.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 1050px !important;
}

@media (min-width: 350px) {
	.l-container-login {
		background-size: 280%;
	}
}

@media (min-width: 768px) {

	body > .l-container::after {
	    height: 72px;
	}

	body.p-user > .l-container::after {
		height: 18.1rem;
	}

	.l-container-login {
		min-height: 100vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		    justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		    align-items: center;
	}
}

/* --------------- */

/* 2.2. Header */

.l-header {
	min-height: 6.9rem;
	overflow: hidden;
	width: 100%;
	align-items: center;
}

.l-header__bg {
	background-color:rgba(255, 255, 255, 0.1);
}

.l-header__bg:last-child, .l-header__border {
	background-color:rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.l-header__photo {
	background-color: var(--font-color-secondary);
	background-repeat: no-repeat;
	background-position-x: 90%;
}

.l-header .l-header__general {
	width: 100%;
	padding: 2rem 3rem 6rem;
	position: relative;
}

.l-header__top {
	background-color: transparent;
	overflow: hidden;
	padding: 0.5rem 0;
	position: relative;
	text-align: right;
	width: 100%;
}

.l-header__photo .l-header__top {
	display: flex;
  	flex-direction: column-reverse;
}

.l-header__top ul {
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-header__basic-info {
	display: none;
}

.l-header__top li {
    color: var(--font-color-secondary);
    display: inline-block;
    font-size: 1.3rem;
    padding-left: 1rem;
    position: relative;
}

.l-header__top a:hover {color: #FFF;text-decoration: none;}

@media (min-width: 990px) {
	.l-header .l-header__general {
		width: 100%;
		padding: 2rem 3rem 2rem;
	}

	.l-header__basic-info {
		background-color: var(--font-color-primary);
		display: block;
	}
}

.l-header__logo {
    margin: 1rem auto;
    width: 12rem;
		position: relative;
		display: block;
		padding-top: 1rem;
}

.l-header__logo img {
	display: block;
	width: 100%;
}

.l-header__out {
    color: var(--color-secondary);
    display: none;
    float: right;
    font-weight: bold;
    margin: 3rem 0 0;
    text-transform: uppercase;
}

.l-header__out:hover {color: var(--color-primary);text-decoration: none;}

.l-header__title {
	min-height: 260px;
	padding: 1rem 0 0 2.5rem;
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin-inline: auto;
}

.l-header__image--home .l-header__title {
	align-items: flex-start;
	padding: 3rem 0 1rem 2.5rem;
}

.l-header__container--lg,
.l-header__container--lg .l-header__title {
	min-height: 385px !important;
}

.l-header__image--home {
	background-image: url("../images/header-img-home-responsive.png");
	background-color: #dedddc;
	/* linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(238,238,238,1) 100%); */
	background-size: 500px 400px;
	background-position: right;
	background-repeat: no-repeat;
}

.l-header__image--home h1 {
	text-shadow: 0px 0px 10px #dedddc;
}

.l-header__image--profile-edit{
	background-image: url("../images/header-img-profile-edit-responsive.png");
	background-color: #f7f3f4;
	background-size: 290px 260px;
	background-position: right;
	background-repeat: no-repeat;
}

.l-header__image--profile-edit h1 {
	text-shadow: 0px 0px 10px #f7f3f4;
}

.l-header__image--sales {
	background-image: url("../images/header-img-sales-responsive.png");
	background-color: #d8d8d8;
	background-size: 220px 260px;
	background-position: right;
	background-repeat: no-repeat;
}

.l-header__image--catalog {
	background-image: url("../images/header-img-catalog-responsive.png");
	background-color: #f4f5f7;
	background-size: 320px 260px;
	background-position: right;
	background-repeat: no-repeat;
}

.l-header__title h1 {
	max-width: 10ch;
}

@media (min-width: 878px) {
	.l-header__title {
		padding: 0 0 0 2.5rem;
	}

	.l-header__title h1 {
		max-width: 16ch;
	}

	.l-header__image--home {
		background-image: url("../images/header-img-home.png");
		background-color: #f7f3f4;
		/* linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(238,238,238,1) 100%); */
		background-size:  550px 385px;
		background-position: right;
		background-repeat: no-repeat;
	}

	.l-header__image--home h1 {
		text-shadow: 3px 3px 30px #f7f3f4, 5px 4px 30px #f7f3f4, 2px 2px 15px #f7f3f4;
	}

	.l-header__image--home .l-header__title {
		align-items: center;
		padding: 0 0 1rem 2.5rem;
	}

	.l-header__image--profile-edit{
		background-image: url("../images/header-img-profile-edit.png");
		background-color: #f7f3f4;
		/* linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(238,238,238,1) 100%); */
		background-size: 700px 260px;
		background-position: right center;
		background-repeat: no-repeat;
	}

	.l-header__image--sales {
		background-image: url("../images/header-img-sales.png");
		background-color: #f7f3f4;
		background-size: 800px 260px;
		background-position: right;
		background-repeat: no-repeat;
	}

	.l-header__image--catalog {
		background-image: url("../images/header-img-catalog.png");
		background-color: #f4f5f7;
		background-size: 500px 260px;
		background-position: right;
		background-repeat: no-repeat;
	}
}

.l-header__logo.l-header__logo--login {
	margin: 0 auto !important;
}

@media (min-width: 992px) {
	.l-header__out {display: block;}

	.l-header__top {
		display: flex;
		justify-content: flex-end;
		position: relative;
		max-width: 1200px;
		margin-inline: auto;
	}

	.l-header__photo .l-header__top {
		flex-direction: row;
		border: unset;
	}

	.l-header__photo {
		background-size: cover;
		background-position-x: unset;
	}

	.l-header__logo {
    margin: 1rem 0;
    width: 12rem;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.l-header__top ul {
		margin: 0;
		width: unset;
		border-bottom: unset;
		display: block;
		padding-right: 0 !important;
	}

	.l-header__logo.l-header__logo--login {
		margin: 0 !important;
	}
}

/* --------------- */

/* 2.3. Menu */

.l-menu {
	background-color: transparent;
	display: none;
}
.l-menu.navbar {
	padding: 0;
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
}

.l-menu.navbar > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.l-menu ul {
	display: block;
	overflow: hidden;
}
.l-menu a {
	border-bottom: 0.4rem solid transparent;
	color: #FFF;
	display: block;
	font-size: 1.5rem;
	line-height: 1.65;
	padding: 1rem 3rem 2rem;
	text-transform: uppercase;
}
.l-menu a:hover, .l-menu a.active {
	background-color: transparent;
	border-bottom-color: var(--font-color-primary);
	text-decoration: none;
}

.l-menu a i {margin-right: 0.6rem;}

.l-menu__profile {
	background-color: var(--color-secondary);
	margin: 0;
	padding: 1rem 2rem;
}

.l-menu__profile li {color: var(--font-color-primary);font-size: 1.7rem;}
.l-menu__profile li:first-child {margin-bottom: 0.8rem;}

@media (min-width: 992px) {
	.l-menu {
		display: block;
		margin: 0;
	}
	.l-menu ul.l-menu__profile {display: none;}
	.l-menu li {
		float: left;
		margin-left: 3.5rem;
	}
	.l-menu li:first-child {margin-left: 0;}
	.l-menu a {
		color: var(--font-color-primary);
		font-size: 1.5rem;
		font-family: var(--font-text-terciary) !important;
		font-weight: 500;
		padding: 0 0;
	}
	.l-menu .navbar-collapse {
		display: block;
	}
	.l-menu__logout {display: none;}
}

/* --------------- */

/* 2.4. Page */
.l-page__container {
	margin: 6rem auto;
	max-width: 1200px;
	width: 100%;
}

.l-header__general .l-page__container {
	margin: 1.5rem auto;
}

.l-page__general--h2 {
	margin-top: 6rem;
	text-align: center;
	margin-bottom: 0;
}

.l-header__nav {
	width: max-content;
	padding: 0.5rem 2rem;
	background-color: var(--font-color-primary);
}

@media (min-width: 992px) {
	.l-header__nav {
		width: max-content;
		padding: 0rem 2rem;
	}
}

.l-header__nav a {
	color: var(--font-color-secondary)
}

.l-page__titular {
	-webkit-flex-flow: column;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 2rem 0 1rem;
	position: relative;
	text-align: center;
}

.l-page__titular h2 {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	margin: 0;
}

.l-page__general {
	padding: 1.2rem 0;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.l-page__data {
    align-items: left;
    border-bottom: 0.1rem solid #CCC;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    overflow: hidden;
    padding: 2rem 0;
    width: 100%;
}
.l-page__data p {
	font-size: 1rem;
	margin: 0 0 1.2rem;
	text-align: left;
}

.l-page__data > strong {font-size: 1rem;}

.l-page__data .c-btn {max-width: 230px;}

.l-page__box {
	background-color: var(--color-terciary);
	margin-bottom: 1.2rem;
	overflow: hidden;
	padding: 4rem;
	width: 100%;
}

.l-page__box:last-child {margin-bottom: 0;}

.l-page__box h2 {
	margin-bottom: 3rem;
}

.l-page__text {
	margin-bottom: 3.5rem;
	overflow: hidden;
	width: 100%;
}

.l-page__text p {margin: 0 0 1.2rem;}
.l-page__text p:last-child {margin: 0;}

.l-page__button {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.l-page__button--center {
	margin-block: 3rem;
}

@media (min-width: 768px) {
	.l-page__general {
		padding: 2rem 0;
		gap: 6rem;
	}
	.l-page__titular {
		margin-top: 2rem;
		min-height: 100px;
		padding: 2rem 0;
	}
	.l-page__titular::before {display: none;}
	.l-page__titular h2 {
		font-size: 3rem;
	}
	.l-page__data {
		align-items: center;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.l-page__data p {font-size: 2rem; margin: 0;}
	.l-page__data > strong {font-size: 2rem;}
	.l-page__box {padding: 6rem;}
	.l-page__box--sm {max-width: 900px; margin-inline: auto; margin-block: 8rem;}
}

.l-page__box--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0 2rem 0;
	gap: 1rem;
}

.l-page__box--2 img {
	max-width: 200px;
	height: 100%;
}

.l-page__box--head {
	/* background: var(--font-color-secondary); */
	width: 100%;
	padding: 4rem 4rem 4rem 2rem;
}

.l-page__info {
	background-color: #FFF;
	overflow: hidden;
	padding: 2rem;
	text-align: center;
	width: 100%;
}
.l-page__info h3 {
	margin-bottom: 2.5rem;
}
.l-page__info h4 {
	margin-bottom: 2.5rem;
}

.l-page__box--container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
}

.l-page__box--container > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.o-info__buttons {
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding-block: 0.25rem;
}
.o-info__buttons a, .o-info__buttons button {
	margin: 0 0.6rem;
}

.o-box__info2 {
	font-size: 1.3rem !important;
	margin-top: 3rem;
	font-style: italic !important;
}

@media (min-width: 768px) {
	.l-page__box--2 {
		gap: 4rem;
	}

	.l-page__box--2 img {
		max-width: 350px;
	}

	.l-page__info {padding: 2.5rem;}

	.l-page__box--container {
		grid-template-columns: 1fr 1fr;
		align-items: center;
		gap: 6rem;
	}

	.l-page__box--2 {
		flex-direction: row;
		/* align-items: flex-end; */
		padding: 0 0;
	}

	.l-page__box--2 img {
		max-width: 255px;
		height: 100%;
		align-self: center;
	}
}

.l-page__content {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

/* --------------- */

/* 2.5. Footer */

.l-footer {
	background-color: var(--font-color-primary);
	margin-top: -19.1rem;
	min-height: 19.1rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 10;
}

.l-footer__container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 3.5rem 2.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-footer__container > div {
	display: flex;
	align-items: center;
	justify-content: center;
  width: 100%;
	gap: 1rem;
}

.l-footer__container img {
	width: 20px;
  height: 16px;
}

.l-footer__container > div > a {
	text-decoration: underline !important;
	color: var(--font-color-secondary);
	font-size: 1.4rem;
}

.l-footer__list {
	margin: 0;
	overflow: hidden;
	text-align: left;
	width: 100%;
	display: none;
}

.l-footer__list li {
	display: inline-block;
	margin: 0;
	text-align: center;
	width: 100%;
}

.l-footer__list li:last-child {
	border-right: 0 none;
}

.l-footer__list--brands img {
	width: unset !important;
	max-width: 90px;
}

.l-footer__list a, .l-footer__list span {
	color: var(--font-color-secondary);
	display: inline-block;
	font-size: 1.4rem;
	padding: 0.6rem 1rem;
}

.l-footer__list a:hover {text-decoration: underline;}

.l-footer__brands {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.l-footer__brands .l-footer__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	padding: 2rem 0;
}

@media (min-width: 769px) {
	.l-footer {
		min-height: 9rem;
		display: block;
	}

	.p-user .l-footer {
		margin-top: -18.1rem;
		min-height: 18.1rem;
	}
	
	.l-footer__list{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.l-footer__container > div {
		width: unset;
	}

	.l-footer__list li {
		border-right: 0.1 solid #FFF;
		width: auto;
	}
	.l-footer__list a, .l-footer__list span {
		padding: 0 1rem;
	}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 3. Componentes */

/* 3.1 Botones */

.c-btn:hover {
	background-color: var(--font-color-secondary);
	color: var(--font-color-primary);
	text-decoration: none;
	outline: 1px solid var(--font-color-primary);
}

.c-btn {
	background-color: var(--font-color-primary);
	border: 0 none;
	color: var(--font-color-secondary);
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	min-width: 14rem;
	max-width: max-content;
	padding: 1.5rem 2rem;
	text-align: center;
}

.c-btn.submit {
	margin-inline: auto;
}

.o-box__button.btn-div {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.o-box__button .c-btn {
	padding: 1rem 8rem;
}

label.file.o-file__file {
	padding-bottom: 2rem;
}

.c-btn--light {
	background-color: var(--color-terciary);
}

.c-btn--upload {
	display: flex;
	flex-direction: column;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23424242B5' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 3rem;
	background-color: var(--font-color-secondary);
	max-width: unset !important;
}

.c-btn--upload:hover {
	outline: 1px solid transparent;
	background-color: var(--color-secondary);
}

.c-btn--upload strong, .c-btn--upload span {
	color: var(--font-color-primary)
}

.c-btn--upload svg {
	margin-inline: auto;
	margin-bottom: 2rem;
}

.c-btn--border:hover {
	background-color: var(--color-primary);
	color: #FFF;
}

.c-btn--volver {
	padding: 1.5rem 0;
  margin-inline: auto;
}

.c-btn--volver:hover {
	background-color: transparent;
	text-decoration: none;
}

.c-btn-cnt {
	margin-inline: auto;
	display: block;
}

.c-button__mobile {
	overflow: hidden;
    display: inline-block;
    min-height: 68px;
    position: absolute;
    right: 10px;
    top: 12px;
}

.c-button__mobile button {color: var(--color-primary);padding: 1rem;}
.c-button__mobile i {font-size: 3.5rem;}
.c-button__mobile i.fa-bars {}
.c-button__mobile i.fa-times {display: none;}

@media (min-width: 992px) {
	.c-button__mobile {
		display: none;
	}

	.c-btn.submit {
		margin-inline: unset;
	}
}

.upload-bill.success {
	border-top: 1px solid var(--color-secondary);
	padding-top: 4rem;
}

.upload-bill.success .title, .upload-bill.success .text {
	text-align: center;
	margin-bottom: 2rem;
}

.upload-bill.success .title {
	font-size: 2rem;
}

.upload-bill.success .title p {
	font-size: 2.5rem !important;
	font-weight: 300;
}

.upload-bill.success .links-success {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

@media (min-width: 768px) {
	.upload-bill.success {
		border-top: unset;
		padding-top: 0;
	}
}

@media (min-width: 992px) {
	.upload-bill.success .links-success {
		display: flex;
		justify-content: space-around;
	}
}

/* --------------- */

/* 3.2 Listas */

.c-list {
	overflow: hidden;
	width: 100%;
	display: flex;
	gap: 2rem;
	margin-left: max(0px, (100% - 1200px)/2);
	overflow-y: visible;
	overflow-x: scroll;
	scrollbar-width: thin;
	scrollbar-gutter: stable;
}
.c-list li {
	font-size: 1.5rem;
	margin: 0 0 3rem;
	position: relative;
	min-width: 280px;
}

.c-list span {
	position: absolute;
	bottom: 20px;
	left: 25px;
	width: 100%;
	max-width: 10ch;
	font-size: 2.4rem;
	color: var(--font-color-secondary);
	font-weight: bold;
	font-family: var(--font-text-terciary);
}

.c-list--points li {
	padding: 0 0 0 3.2rem;
}
.c-list--points li::before {
	background-color: var(--color-secondary);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	display: block;
	height: 0.6rem;
	left: 0;
	position: absolute;
	top: 0.6rem;
	width: 0.6rem;
}

.c-list--points ul, .c-list--letters ul {margin-top: 1.2rem;}
.c-list--points ul li::before {
	background-color: #FFF;
	border: 0.1rem solid var(--color-secondary);
}

.c-list--letters li {
	padding: 0 0 0 1.5rem;
}
.c-list--letters li span {
	color: var(--color-secondary);
    font-weight: bold;
    left: 0;
    line-height: 1.2;
    position: absolute;
    top: 0;
}

/* --------------- */

/* 3.3 Colores */

.c-color--red {color: #d52b1e;}

/* --------------- */

/* 3.4 Enlaces */

.c-link--mailto {
	color: var(--color-primary);
	font-weight: bold;
}
.c-link--mailto:hover {
	color: var(--font-color-terciary);
}

.c-link--table {
	color: var(--color-primary);
	font-weight: 600;
}
.c-link--table:hover {
	color: var(--font-color-terciary);
}

/* --------------- */

/* 3.5 Tablas */

.c-table thead th {
	font-size: 1.5rem;
	letter-spacing: 0.4rem;
	padding: 1.5rem;
	text-transform: uppercase;
}
.c-table thead th, .c-table tbody td {
	vertical-align: middle;
}
.c-table tbody td {font-size: 1.4rem;padding: 1.5rem;}
.c-table__center {text-align: center;}
.c-table__left {text-align: left;}
.c-table__right {text-align: right;}

.c-table .c-table__links a {margin-right: 1rem;}
.c-table .c-table__links a:last-child {margin-right: 0;}

/** 3.6. Modal */

.c-modal__header,
.c-modal__body {
	padding: 2rem;
}

.c-modal__body .c-form {
	margin-top: 0;
}

.c-modal__body .c-form__box > p {
	margin: 0 0 1.5rem;
}

[id="modalInvitacion"] .c-modal__info img {
	display: block;
	margin: 0 auto 2rem;
	width: 5rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 5. Base */

/* 5.1 Body fixed */

.body--fixed {
	overflow: hidden;
}
.body--fixed .l-menu {    background-color: var(--font-color-secondary);display: flex;}
.body--fixed .l-footer,
.body--fixed i.fa-bars {display: none;}
.body--fixed i.fa-times {display: block;}

.body--fixed .c-button__mobile {    background-color: var(--color-terciary);}
.body--fixed .c-button__mobile i {color: #FFF;}
.body--fixed .l-menu {
	align-items: self-start;
	height: calc(100% - 69px);
    left: 0;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: 69px;
    width: 100%;
    z-index: 1000;
}

.body--fixed .l-menu li {
	width: 100%;
}
.body--fixed .l-menu a {
	font-size: 1.8rem;
	padding: 2rem;
}
.body--fixed .l-menu a:hover,
.body--fixed .l-menu a.active {
	background-color: rgba(255,255,255,0.1);
}
.body--fixed .navbar-mobile{
	position: relative;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.body--fixed .l-menu ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.body--fixed .l-menu ul li a {
	color: var(--color-primary);
	font-family: var(--font-text-primary);
	padding: 1.25rem;
}

.body--fixed .l-menu ul li a.active {
	border-bottom: unset !important;
}

.navbar-nav__logo {
	max-width: 150px;
}

.navbar-nav__logo--mobile {
	display: block;
	position: absolute;
	left: 25px;
	top: 24px;
}

.navbar-nav__logo--desktop {
	display: none;
}

@media (min-width: 990px) {
	.navbar-nav__logo--mobile {
		display: none;
	}

	.navbar-nav__logo--desktop {
		display: block;
	}
}

.body--fixed .navbar-nav__footer {
		margin-top: auto;
	display: flex;
	flex-direction: column;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge.badge-success {
    background-color: #0a800a;
}

.badge.badge-important {
    background-color: #ff0000;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Cookies */

#cookie-law {background-color: rgba(0, 0, 0, 0.95);position: absolute;width: 100%;bottom: 0;z-index: 999;color: #fff;padding: 2rem;}
.text-cookie-banner {width: 90%;}
.text-cookie-banner p {color: #FFF;line-height: 1.4;}
.text-cookie-banner p a {color: #FFF;font-weight: bold;text-decoration: underline;}
.text-cookie-banner p a:hover {color: #d52b1e;}
.close-cookie-banner {position: absolute;right: 2rem;top: 2rem;}
.close-cookie-banner a {color: #FFF;font-size: 2rem;}
.close-cookie-banner a:hover {color: #d52b1e;text-decoration: none;}

.incentivo__body {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6rem;
}

.incentivo_description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.5rem 4rem;
}

.incentivo__rules {
	margin-bottom: 3rem;
}

.incentivo__dates {
	margin-top: auto;
	border-top: 1px solid var(--color-secondary);
	padding-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.incentivo__dates div p:first-child {
	line-height: 20px;
	padding-bottom: 1rem;
}

.incentivo__dates div p:last-child {
	color: var(--font-color-terciary);
}

.incentivo__references {
	background-color: var(--color-terciary);
	min-height: 46rem;
	padding: 3.5rem 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.incentivo__references h3 {
	padding: 0 4rem;
}

.incentivo__references--table div {
	display: grid;
	grid-template-columns: 1fr max-content;
	gap: 2rem;
	padding: 2rem 4rem;
}

.incentivo__references--table div:nth-child(2n - 1) {
	background-color: var(--font-color-secondary);
}

.incentivo__references--table div:nth-child(2n) {
	background-color: var(--color-cuaternary);
}

.incentivo__references--table div p {
	color: var(--font-color-primary);
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--font-color-terciary);
}

.incentivo__references--table div p:last-child {
	justify-self: flex-end;
}

.incentivo__references .c-btn {
	margin-inline: auto;
	margin-top: 2rem;
}

@media (min-width: 768px) {
	.incentivo__body {
		grid-template-columns: 1fr 1.25fr;
	}

	.incentivo_description {
		padding: 1.5rem;
	}

	.incentivo__rules p {
		max-width: 35ch;
	}

	.incentivo__dates {
		flex-direction: row;
		gap: 6rem;
	}

	.incentivo__references {
		padding: 3.5rem 4rem;
	}

	.incentivo__references h3 {
		padding: 0 0 2.5rem 0;
	}
}

.hamburger-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 6px;
	width: 30.63px;
	height: 35px;
}

.hamburger-menu span {
	height: 3px;
	width: 100%;
	background-color: var(--font-color-primary);
}

.close-menu {
	position: absolute;
	top: 25px;
	left: 35px;
	display: block;
	font-size: 3rem;
	color: var(--font-color-primary );
	font-family: var(--font-text-secondary);
	font-weight: 300;
	transform: scale(1.4,1);
	z-index: 2000;
	cursor: pointer;
}

@media (max-width: 990px) {
	#navbarSupportedContent ul {
		width: 100%;
	}

	#navbarSupportedContent ul li {
		max-width: max-content;
	}

	#navbarSupportedContent .navbar-nav {
		padding-top: 7rem;
	}

	#navbarSupportedContent .navbar-nav__footer {
		padding-bottom: 3rem;
	}

	#navbarSupportedContent ul a {
		font-family: var(--font-text-terciary);
		font-weight: 500;
	}
}
