@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;
}
#home_grid_dos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
	width: 100%;
	padding-top: 0rem;
	padding-bottom: 0rem;
	align-items: stretch;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#home_grid_dos h1 {
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 1rem;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#home_grid_dos p {
	line-height: 2rem;
	margin-bottom: 1.5rem;
	text-align: justify;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#home_grid_dos strong {
	font-weight: 700;
}
.img-wrapper {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#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;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 250px; /* Ajustar según tu diseño */
    border-radius: 8px;
}
#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 */
@keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}
.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: opacity 0.8s ease-in-out, transform 0.5s ease;
    opacity: 1;
	will-change: transform, filter;
}
.img-loading {
    opacity: 0; /* Invisible mientras carga para dejar ver el fondo */
    background: #f6f7f8;
    /* Degradado que crea el efecto de movimiento */
    background-image: linear-gradient(
        to right, 
        #f6f7f8 0%, 
        #edeef1 20%, 
        #f6f7f8 40%, 
        #f6f7f8 100%
    );
    background-repeat: no-repeat;
    background-size: 2000px 100%; 
    animation: shimmer 2s infinite linear;
}
.principal {
	position: relative;
    overflow: hidden; 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.principal_general {
    margin-top: -1rem;
}
.principal_div_01, 
.principal_div_02, 
.principal_div_03, 
.principal_div_04, 
.principal_div_05 {
    position: relative;
    z-index: 1;
}

.principal_div_01 {
    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 {
	min-height: 1rem;
	padding: 1rem;
	align-items: center;
	background-color: #414042;
	color: #F4F4F4;
}

.principal_div_01_padding b {
	font-weight: 700;
}
.principal_div_02_padding {
	display: flex;
	min-height: 1rem;
	padding: 1rem;
	align-items: center;
	background-color: #F4F4F4;
	color: #414042;
}
.principal_div_02 {
	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 {
	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 {
    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.2rem;
	padding-right: 1.2rem;
	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;
	align-items: stretch;
	-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 {
	height: 100%;
	padding-top: 350px;
    border-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_02 {
	height: 100%;
	padding-top: 350px;
	border-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_03 {
	height: 100%;
	padding-top: 350px;
	border-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.principal_04 {
	height: 100%;
	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 {
}
/* Lightbox */
#descargarbtnmain {
}
.btnderecha {
    align-items: center;
	position: relative;
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width: 100%;
	padding: 2rem;
	border: 0px;
	justify-content: flex-start;
	text-align: left;
}
.btnderecha b {
	position: relative;
	top: -1px;
	font-weight: 400;
}
.btnderecha i {
	font-size: 2rem;
	padding-right: 1rem;
}
.btnderecha a:link {
	color: #414042;
    text-decoration: none;
}
.btnderecha a:visited {
	color: #414042;
    text-decoration: none;
}
.btnderecha a:hover {
	color: #234e50;
    text-decoration: none;
}
.btnderecha a:active {
	color: #414042;
    text-decoration: none;
}
.quehacerbtn {
    align-items: center;
	position: relative;
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width: 100%;
	padding: 3rem 2rem 2rem 2rem;
	border: 0px;
	justify-content: flex-start;
	text-align: left;
	background: linear-gradient(180deg, #F4F4F4 0%, #adf3e4 100%);
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s ease;
}
.descargarbtnderecha {
	background: linear-gradient(180deg, #adf3e4 0%, #a9c1ed 100%);
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s ease;
}
.descargarbtnderecha::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(121, 236, 243, 0) 0%,
		rgba(121, 236, 243, 1) 50%,
		rgba(121, 236, 243, 0) 100%
	);
}
.imprimirbtnderecha {
	background: linear-gradient(180deg, #a9c1ed 0%, #f9fbc6 100%);
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s ease;
}
.imprimirbtnderecha::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(87, 169,  174, 0) 0%,
		rgba(87, 169,  174, 1) 50%,
		rgba(87, 169,  174, 0) 100%
	);
}
.imprimirbtnderecha::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 50%,
		rgba(255, 255, 255, 0) 100%
	);
}
.colorearbtn {
	text-align: left;
	background: linear-gradient(180deg, #f9fbc6 0%, #f6b6b6 100%);
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s ease;
}
.colorearbtn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(188, 190, 142, 0) 0%,
		rgba(188, 190, 142, 1) 50%,
		rgba(188, 190, 142, 0) 100%
	);
}
.colorearbtn b {
}
#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;
}
#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;
}

/* Carrusel Home */
.carrusel {
	padding-bottom: 2rem;
}
.carrusel h1 {
	font-size: 3rem;
	line-height: 3rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.carrusel p {
	text-align: justify;
	line-height: 2rem;
	margin-bottom: 1.5rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.carrusel strong {
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#carrusel_division {
	position: relative;
	width: 90%;
	max-width: 990px;
	margin: auto;
	padding-top: 4rem;
	margin-bottom: 4rem;
}
#carrusel_division::before,
#carrusel_division::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}
#carrusel_division::before {
    bottom: 2px;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(200, 200, 200, 0) 0%,
        rgba(200, 200, 200, 1) 50%,
        rgba(200, 200, 200, 0) 100%
    );
}
#carrusel_division::after {
    bottom: 1px;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}
.scroll-wrapper {
	max-width: 90vw;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 12px;
}
.scroll-wrapper a:link {
	color: #414042;
	text-decoration: none;
	font-size: 1.8rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.scroll-wrapper a:visited {
	color: #414042;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.scroll-wrapper a:hover {
	color: #414042;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.scroll-wrapper a:active {
	color: #414042;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.scroll-container {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	padding: 32px 24px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}
.scroll-container::-webkit-scrollbar {
	display: none;
}
.item {
	width: 260px;
	height: 250px;
	background: #F3F3F3;
	border-radius: 1rem;
	padding: 1rem;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	scroll-snap-align: center;
	transition: transform .4s ease, box-shadow .4s ease;
}
.item img {
	width: 100%;
	height: 160px;
	object-fit: contain;
	border-radius: .75rem;
}
.item.active {
	transform: scale(1.08);
	box-shadow: 0 8px 20px rgba(0,0,0,.2);
}
.arrow {
	min-width: 50px;
	min-height: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background: #F4F4F4;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s ease, background .2s ease;
}
.arrow:hover {
	transform: scale(1.1);
	background: #252526;
	color: #FFFFFF;
}
.arrow i {
	pointer-events: none;
	font-size: 20px;
}
.carrusel_titulo {
	font-weight: 700;
}
.carrusel_totales {
	font-weight: 300;
	font-size: 1.4rem;
}
