@charset "UTF-8";
#contenedor {
	width: 90%;
	max-width: 990px;
	margin: auto;
}
#division_gris {
	margin-top: 2rem;
	padding: 2rem;
	padding-bottom: 3rem;
	color: #F4F4F4;
	background-color: #252526;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
#division_titulo_01 {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3rem;
	padding-top: 2rem;
	padding-bottom: 3rem;
}
#division_titulo_01 i {
	padding-right: 1rem;
}
#division_titulo_02 {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#division_titulo_02 i {
	padding-right: 1rem;
}
#searchForm {
	width: 95%;
	max-width: 990px;
	margin: auto;
}
.search {
	font-size: 1.6rem;
	font-weight: 300;
	padding: 1rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.search_01 {
}
.search_02 {
	font-size: 2rem;
	font-weight: 600;
}
.pixel {
	width: 100%;
	height: 100%;
}
#destacados {
	width: 95%;
	max-width: 990px;
	background-color: #FFFFFF;
	padding: 2.5%;
	margin: auto;
	border-top-color: #E8E8E8;
	border-top-style: solid;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
#destacados h3 {
	text-transform: uppercase;
	font-weight: 900;
}
#destacados_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.destacados_grid_div {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 300px;
	border-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#buscador_resultados {
	width: 95%;
	max-width: 990px;
	background-color: #FFFFFF;
	padding: 2.5%;
	margin: auto;
	border-top-color: #E8E8E8;
	border-top-style: solid;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
#buscador_resultados h3 {
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 1.6rem;
}
#buscador_resultados p {
	margin-bottom: 2rem;
}
#buscador_resultados_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#buscador_ver_todos {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#buscador_ver_todos b {
	font-weight: 700;
}
/* Principal */
.principal {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_div_01 {
	position: relative;
    display: grid;
   	grid-template-columns: .1fr 3fr 1.9fr;
    gap: 0rem;
	color: #F4F4F4;
	left: 2rem;
	bottom: 3rem;
	text-transform: uppercase;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_div_01_background {
	background-color: #E98A3E;
}
.principal_div_01_padding {
	display: flex;
	min-height: 1rem;
	padding: 1rem;
	align-items: center;
	background-color: #414042;
	color: #F4F4F4;
}
.principal_div_02_padding {
	display: flex;
	min-height: 1rem;
	padding: 1rem;
	align-items: center;
	background-color: #F4F4F4;
	color: #414042;
}
.principal_div_02 {
	position: relative;
	background: linear-gradient(to bottom, #414042, #1B1B1B);
	color: #F4F4F4;
	padding: 1.5rem;
	left: 2rem;
	bottom: 2rem;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_div_02 h5 {
	font-weight: 900;
	font-size: 3rem;
	text-transform: uppercase;
}
.principal_div_03 {
	position: relative;
	background-color: #F4F4F4;
	color: #414042;
	padding: 1.5rem;
	bottom: 2rem;
	left: 2rem;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_div_03 h6 {
	text-transform: uppercase;
	font-weight: 100;
	font-weight: 800;
}
.principal_div_04 {
	position: relative;
    display: grid;
   	grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
	color: #414042;
	left: 2rem;
	bottom: 2rem;
	padding: 2rem;
	font-size: 2rem;
	text-align: center;
	background-color: #F4F4F4;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_div_04 i {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_grid_dos_01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
	width: 100%;
	padding-top: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_grid_tres_01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
	width: 100%;
	padding-top: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_grid_cuatro_01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
	width: 100%;
	max-width: 990px;
	margin: auto;
	padding-bottom: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_grid_cuatro_padding_01 {
	padding-top: 1rem;
}
.principal_tres_01_columna {
}
.principal_general {
	position: relative;
	margin-top: -1rem;
}
.principal_scroll {
	margin-bottom: 2rem;
}
.principal_01 {
	padding-top: 350px;
	border-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_02 {
	padding-top: 350px;
	border-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_03 {
	padding-top: 350px;
	border-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_04 {
	padding-top: 350px;
	border-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_ancho_01 {
	width: 90%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_ancho_02 {
	width: 90%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_ancho_03 {
	width: 87%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_ancho_04 {
	width: 87%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mas_visto_grid_02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
	width: 100%;
	max-width: 990px;
	margin: auto;
	padding-top: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Dibujos */
@keyframes parpadeo {
	0% { opacity: 1; }
	50% { opacity: 0.3; }
	100% { opacity: 1; }
}
#loader {
	text-align: center;
	padding: 2rem;
    font-weight: 900;
    animation: parpadeo 1s infinite;
	display: none;
}
#no_resgitros {
	text-align: center;
	padding: 2rem;
    font-weight: 700;
	text-transform: uppercase;
    animation: parpadeo 1s infinite;
}
.spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #999;
	border-top: 2px solid transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-right: 5px;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}
.dibujos_01 {
	padding-top: 450px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.dibujos_grid_03 {
	position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
	width: 100%;
	max-width: 990px;
	margin: auto;
	background-color: #252526;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.dibujos_grid_03 a:link {
	color: #F4F4F4;
	text-decoration: none;
	font-size: 1.8rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.dibujos_grid_03 a:visited {
	color: #F4F4F4;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.dibujos_grid_03 a:hover {
	color: #9A9A9A;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.dibujos_grid_03 a:active {
	color: #F4F4F4;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.dibujos_grid_03::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 50%,
		rgba(0, 0, 0, 0) 100%
	);
}
.dibujos_grid_03 div {
	padding: 1.3rem;
	line-height: 2rem;
}
.dibujos_grid_03 i {
	padding-right: 1.6rem;
}
.dibujos_subcategoria {
	position: relative;
	color: #F4F4F4;
}
.dibujos_subcategoria::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 50%,
		rgba(0, 0, 0, 0) 100%
	);
}
.dibujos_vistas {
	position: relative;
	color: #F4F4F4;
}
.dibujos_vistas::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(90, 90, 92, 0) 0%,
		rgba(90, 90, 92, 1) 50%,
		rgba(90, 90, 92, 0) 100%
	);
}
.dibujos_vistas::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 50%,
		rgba(0, 0, 0, 0) 100%
	);
}
.dibujos_descargas {
	position: relative;
	color: #F4F4F4;
}
.dibujos_descargas::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(90, 90, 92, 0) 0%,
		rgba(90, 90, 92, 1) 50%,
		rgba(90, 90, 92, 0) 100%
	);
}
.compartir {
	position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0rem;
	width: 100%;
	max-width: 990px;
	margin: auto;
	background-color: #252526;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.compartir::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(90, 90, 92, 0) 0%,
		rgba(90, 90, 92, 1) 50%,
		rgba(90, 90, 92, 0) 100%
	);
}
.compartir div {
	padding: 1.2rem;
	text-align: center;
}
.facebook {
	background-color: #1877F2;
	color: #F4F4F4;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.twitter {
	background-color: #000000;
	color: #F4F4F4;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.pinterest {
	background-color: #E60023;
	color: #F4F4F4;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.whatsapp {
	background-color: #25D366;
	color: #F4F4F4;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.email {
	background-color: #D44638;
	color: #F4F4F4;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bluesky {
	background-color: #0085FF;
	color: #F4F4F4;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.dibujos_grid_02 {
	position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
	width: 100%;
	max-width: 990px;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.dibujos_grid_02_01 {
	line-height: 2.2rem;
}
.dibujos_grid_02_01 b {
	font-weight: 700;
}
.dibujos_grid_02_01 p {
	margin-bottom: 1.6rem;
}
.color_grid_01 {
	position: relative;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
	width: 90%;
	max-width: 990px;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 2.2rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.color_grid_01 p {
	margin-bottom: 1.6rem;
}
.color_grid_01 b {
	font-weight: 700;
}
#colorear {
	position: relative;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
	width: 90%;
	max-width: 990px;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.color-picker {
}
.color-picker label {
	position: relative;
	top: -15px;
	font-weight: 600;
	margin-right: 1rem;
}
.color-picker input {
	position: relative;
	border-radius: 1rem;
	border: 0px;
	left: 0px;
	width: 15rem;
	height: 5rem;
}
.slider-container label {
	position: relative;
	font-weight: 600;
	margin-right: 1rem;
}
.slider-container input {
	position: relative;
	top: 2px;
}
.tool-button {
	border: 0px;
	width: 5rem;
	background-color: transparent;
}
.tool-button:active {
	background-color: #E98A3E;
	color: #F4F4F4;
	border-radius: .5rem;
}
.canvas-container {
	width: 90%;
	max-width: 990px;
	margin: auto;
	overflow: hidden;
	border-radius: 1rem;
	cursor: pointer;
}
#saveButton {
	position: relative;
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	padding: 2rem;
	border: 0px;
	text-align: center;
	background-color: #E98A3E;
	color: #F4F4F4;
	margin: auto;
	margin-top: 2rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Lightbox */
#descargarbtnmain {
	position: relative;
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width: 100%;
	padding: 2rem;
	border: 0px;
	background-color: #E98A3E;
	color: #F4F4F4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#descargarbtnmain::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(185, 110, 51, 0) 0%,
		rgba(185, 110, 51, 1) 50%,
		rgba(185, 110, 51, 0) 100%
	);
}
#descargarbtnmain b {
	font-weight: 700;
}
#descargar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(233, 138, 62, 0.9);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.3s ease;
}
#descargarContenido {
	background-color: #F4F4F4;
	border-radius: 1rem;
	padding: 2rem;
	position: relative;
	text-align: center;
	width: 95%;
	max-width: 990px;
}
.descargarbtn {
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	background-color: #C7E6C3;
	color: #F4F4F4;
	border: none;
	padding: 1rem 2rem 1rem 2rem;
	border-radius: 1rem;
	cursor: not-allowed;
	opacity: 0.5;
	margin-top: 3rem;
	transition: background-color 0.3s ease;
}
.descargarbtn b {
	font-weight: 700;
}
.descargarbtn.activo {
	background-color: #45A049;
	cursor: pointer;
	opacity: 1;
}
.descargarbtn:disabled {
	background-color: #C7E6C3;
}
#descargarbtnclose {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #414042;
	cursor: pointer;
	z-index: 9999;
}
.contador {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 10px;
}
#descargar.show {
	display: flex;
	opacity: 1;
}
.colorearbtn {
	position: relative;
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	padding: 2rem;
	border: 0px;
	text-align: center;
	background-color: #E98A3E;
	color: #F4F4F4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.colorearbtn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(238, 161, 99, 0) 0%,
		rgba(238, 161, 99, 1) 50%,
		rgba(238, 161, 99, 0) 100%
	);
}
.colorearbtn b {
	font-weight: 700;
}
#shareMessage {
	position: fixed;
	top: 4rem;
	left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #F4F4F4;
    padding: 2rem;
    border-radius: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    display: none;
    z-index: 9999;
    white-space: nowrap;
}
#shareIcon:hover {
	cursor: copy;
}
#youtube_home {
	position: relative;
	width: 95%;
	max-width: 450px;
	margin: auto;
	margin-top: 3rem;
	z-index: 5;
	padding-bottom: 20px;
}
.youtube {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	margin-top: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Politicas */
#politicas_privacidad {
	font-size: 1.6rem;
	width: 90%;
	max-width: 990px;
	margin: auto;
	padding-bottom: 2rem;
}
#politicas_privacidad p {
	padding-bottom: 1rem;
}
#politicas_privacidad b {
	font-weight: 700;
}
#politicas_privacidad h2 {
	font-size: 3rem;
	text-align: left;
	text-transform: uppercase;
	font-weight: 900;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#politicas_privacidad ul {
	position: relative;
	padding-left: 3rem;
	list-style-type: inherit;
}
#politicas_privacidad li {
	position: relative;
	padding-bottom: 1rem;
	line-height: 1.6rem;
}

/* Footer */
#redes {
	position: relative;
	color: #F4F4F4;
	background-color: #414042;
	width: 100%;
	padding: 2rem;
	text-align: center;
	border-top: 1px;
	border-top-color: #5A5A5C;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
#redes a:link {
	color: #F4F4F4;
	text-decoration: none;
	font-size: 1.8rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#redes a:visited {
	color: #F4F4F4;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#redes a:hover {
	color: #9A9A9A;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#redes a:active {
	color: #F4F4F4;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#redes i {
	padding-left: 2rem;
	padding-right: 2rem;
}
#footer {
	font-size: 1.3rem;
	color: #F4F4F4;
	background-color: #252526;
	width: 100%;
	border-top: 1px;
	border-top-color: #5A5A5C;
	border-top-style: solid;
}
#footer a:link {
	color: #F4F4F4;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer a:visited {
	color: #F4F4F4;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer a:hover {
	color: #9A9A9A;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer a:active {
	color: #F4F4F4;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer_posicion {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
	line-height: 3rem;
}
#footer_posicion::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 50%,
		rgba(0, 0, 0, 0) 100%
	);
}
#footer_posicion i {
	padding-right: 1.2rem;
}
.footer_icono {
	padding-left: 1.2rem;
}
#footer_mapa {
	position: relative;
	width: 100%;
	line-height: 3rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
	padding-top: 2rem;
	padding-bottom: 2rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer_mapa::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 1px; /* Altura del "borde" */
	width: 100%;
	background: linear-gradient(
		to right,
		rgba(90, 90, 92, 0) 0%,
		rgba(90, 90, 92, 1) 50%,
		rgba(90, 90, 92, 0) 100%
	);
}
.footer_mapa_uno {
	position: relative;
	padding-bottom: 2rem;
}
.footer_mapa_uno::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px; /* Altura del "borde" */
	width: 100%;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 50%,
		rgba(0, 0, 0, 0) 100%
	);
}
.footer_mapa_dos {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 0rem;
	padding-right: 0rem;
}
.footer_mapa_dos::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(90, 90, 92, 0) 0%,
		rgba(90, 90, 92, 1) 50%,
		rgba(90, 90, 92, 0) 100%
	);
}
.footer_mapa_dos::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 50%,
		rgba(0, 0, 0, 0) 100%
	);
}
.footer_mapa_dos b {
	font-weight: 700;
}
.footer_mapa_tres {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 0rem;
	padding-left: 0rem;
	padding-right: 0rem;
}
.footer_mapa_tres::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(90, 90, 92, 0) 0%,
		rgba(90, 90, 92, 1) 50%,
		rgba(90, 90, 92, 0) 100%
	);
}
.footer_mapa_tres img {
	max-width: 3rem;
	padding-right: 1rem;
}
.footer_mapa_tres span {
	position: relative;
	top: -2px;
}
.footer_subcategoria {
	margin-left: 2rem;
}
.footer_subcategoria img {
	max-width: 30px;
}

#btnSubir {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	padding: 2rem;
	font-size: 2rem;
	color: #F4F4F4;
	background-color: rgba(37, 37, 38, 0.9);
	display: none;
	border: 1px;
	border-color: #F4F4F4;
	border-style: groove;
    z-index: 1000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#btnSubir:hover {
	color: #252526;
	background-color: #F4F4F4;
	border-color: #252526;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Cookies */
#cookieOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	backdrop-filter: blur(1rem);
	-webkit-backdrop-filter: blur(1rem);
	z-index: 9999;
}
.cookie-box {
	background: #F4F4F4;
	width: 95%;
	max-width: 990px;
	margin: 2rem;
	padding: 2rem;
	border-radius: 1rem;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.cookie-message {
	font-size: 1.4rem;
	color: #252526;
	margin: 0;
	line-height: 2rem;
	margin-bottom: 1rem;
	text-align: justify;
}
.cookie-buttons {
	margin-top: 1.5rem;
}
.cookie-buttons button {
	padding: 1rem 1rem;
	border: none;
	border-radius: .7rem;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
}

#acceptCookies {
    background-color: #4CAF50;
    color: #F4F4F4;
}

#rejectCookies {
    background-color: #E53935;
    color: #F4F4F4;
}

.cookie-info {
	margin-top: 1rem;
	color: #252526;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	width: 100%;
}
.cookie-info a:link {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	color: #252526;
    text-decoration: underline;
}

.cookie-info a:visited {
	color: #252526;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cookie-info a:hover {
	color: #9A9A9A;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cookie-info a:active {
	color: #252526;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* News */
.hidden {
	display: none;
}
.newsletter {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
	width: 90%;
	max-width: 990px;
	margin: auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.newsletter h2 {
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 2rem;
	margin-bottom: 2rem;
}
#newsletter-form {
	position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#newsletter-form label {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
}
#newsletter-form input {
	width: 100%;
	margin-top: 1rem;
	border: 0px;
	height: 3rem;
	min-height: 5rem;
	border-radius: 0.5rem;
	padding: 28px 20px 28px 55px;
	background-repeat: no-repeat;
	background-position: 17px center;
	background-size: 20px 20px;
	background-color: #F4F4F4;
	font-size: 1.4rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#newsletter-form input:focus {
	background-color: #252526;
	color: #F4F4F4;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#newsletter-form button {
	width: 100%;
	border: 0px;
	padding: 1rem;
	border-radius: 0.5rem;
	background-color: #F4F4F4;
	color: #252526;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;	
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#newsletter-form input[type="checkbox"] {
	float: left;
	position: relative;
	left: -3px;
	top: 0px;
	width: 15px;
	height: 15px;
	max-width: 15px;
	max-height: 15px;
	padding: 0px;
}
.newsletter-email {
	background-image: url("../theme/mail.svg");
}
.newsletter-email:focus {
	background-image: url("../theme/mail_blanco.svg");
}
.newsletter-label {
	position: relative;
	left: 1rem;
	top: 27px;
}
#newsletter-error {
	width: 95%;
	max-width: 990px;
	margin: auto;
	padding-bottom: 2rem;
	text-align: center;
	color: #E98A3E;
	font-size: 1.6rem;
}
#newsletter-success {
	font-size: 1.6rem;
}
#newsletter-success p {
	margin-bottom: 2rem;
	line-height: 2.5rem;
}
#newsletter-success b {
	font-weight: 900;
}
.success-messages {
	font-weight: bold;
}
#copy {
	width: 95%;
	max-width: 990px;
	margin: auto;
	padding-bottom: 2rem;
	padding-top: 2rem;
	color: #464647;
	font-size: 1rem;
	line-height: 1.3rem;
}

/* Push */
#notificacion-permiso {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #F4F4F4;
	padding: 2rem 2.5rem;
	border-radius: 1rem;
	box-shadow: 0 4px 10px rgba(90, 90, 92, 0.5);
	max-width: 300px;
	z-index: 1000;
}
#notificacion-permiso h4 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

#notificacion-permiso p {
	line-height: 1.6rem;
	margin-bottom: 1rem;
}

#btn-permitir {
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	background-color: #45A049;
	color: #F4F4F4;
	border: none;
	padding: 1rem 1.5rem;
	border-radius: 1rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#btn-denegar {
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	background-color: #F6093B;
	color: #F4F4F4;
	border: none;
	padding: 1rem 1.5rem;
	border-radius: 1rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}