/*Variables root*/
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bc-facebook: #4867aa;
	--bc-telegram: #25a1e1;
	--bc-whatsapp: #3dc14f;
	--bc-youtube: #ff0000;
}
/*Estilos generales*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	background-color: var(--bs-gray-200);
}
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 157px;
	padding-bottom: 308px;
	position: relative;
	min-height: 100vh;
}
footer {
	bottom: 0;
	height: auto;
	position: absolute;
}
footer .footer-top {
	background-color: #fff;
}
footer .footer-bottom {
	background-image: linear-gradient(to right top, #ff0000, #ff3300, #ff4b00, #fe5d00, #fe6c04, #ff7803, #ff8404, #ff8f09, #ff9c02, #ffa800, #ffb500, #ffc107);
}
a {
	color: #000;
	text-decoration: none;
}
textarea {
	resize: none;
}
/*Barra de navegación*/
#navbarTienda {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	-moz-border-image: -moz-linear-gradient(to right top, #ff0000, #ff3300, #ff4b00, #fe5d00, #fe6c04, #ff7803, #ff8404, #ff8f09, #ff9c02, #ffa800, #ffb500, #ffc107);
	-webkit-border-image: -webkit-linear-gradient(to right top, #ff0000, #ff3300, #ff4b00, #fe5d00, #fe6c04, #ff7803, #ff8404, #ff8f09, #ff9c02, #ffa800, #ffb500, #ffc107);
	border-image: linear-gradient(to right top, #ff0000, #ff3300, #ff4b00, #fe5d00, #fe6c04, #ff7803, #ff8404, #ff8f09, #ff9c02, #ffa800, #ffb500, #ffc107);
	border-image-slice: 1;
}
#navbarTienda a img {
	height: 70px;
}
/*Titulos y subtitulos*/
.custom-title {
	/*font-family: 'Berlin Sans FB Demi', sans-serif;*/
	text-transform: uppercase;
}
/*Destacar una seccíon especifica*/
.standOut {
	color: #c12bd4 !important;
	font-weight: bold !important;
}
/*Redes sociales*/
.facebook {
	color: var(--bc-facebook);
}
.telegram {
	color: var(--bc-telegram);
}
.whatsapp {
	color: var(--bc-whatsapp);
}
.youtube {
	color: var(--bc-youtube);
}
/*Badges custom*/
.customBadge {
	background-image: linear-gradient(to right top, #ff0000, #ff3300, #ff4b00, #fe5d00, #fe6c04, #ff7803, #ff8404, #ff8f09, #ff9c02, #ffa800, #ffb500, #ffc107);
}
/*Super botón*/
.superButton {
	border-radius: 2rem;
	position: fixed;
	right: 1rem;
	transition: background-color 0.256s;
	z-index: 9999;
}
.superButton i {
	width: 4rem;
	height: 4rem;
	text-align: center;
	line-height: 2rem;
	font-size: 2rem;
	padding: 1rem;
	color: white;
}
.superButtonComprar {
	background-color: var(--bs-warning);
	bottom: 6rem;
}
.superButtonWhatsApp {
	background-color: #2db841;
	bottom: 1rem;
}
.disabled {
	opacity: 0.5;
	pointer-events: none;
}
/*SweetALert*/
.swal2-container.swal2-center .swal2-title {
	font-size: 1.5rem !important;
}
.swal2-container.swal2-center .swal2-html-container {
	font-size: 14px !important;
}
/**/
.text-justify {
	text-align: justify;
}
/*Carousel de producto*/
#carousel-products {
	--f-carousel-slide-height: 60%;
	--f-carousel-spacing: 10px;
}
.f-carousel {
	--f-button-width: 38px;
	--f-button-height: 38px;
	--f-button-svg-width: 16px;
	--f-button-svg-height: 16px;
	--f-button-svg-stroke-width: 2.5;
	--f-button-color: rgb(71 85 105);
	--f-button-border-radius: 50%;
	--f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
	--f-button-bg: #fff;
	--f-button-hover-bg: #f9f9f9;
	--f-button-active-bg: #f0f0f0;
}
/*Ranking*/
.ranking {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.ranking input {
	display: none;
}
.ranking label{
	float: right;
}
.ranking label:hover,
.ranking label:hover ~ label,
.ranking input:checked ~ label {
	color: #ffa41c;
}
/*Splide*/
.splide__slide.splide__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.splide__slide {
	opacity: 0.6;
}
.splide__slide.is-active {
	opacity: 1;
}
/**/
.component_simpleimg {
	background-color: #eeffff;
}
.simpleimg_img {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 392px;
	position: relative;
	z-index: 900;
}
.simpleimg_img:after {
	background-image: linear-gradient(to right top, #ff0000, #ff3300, #ff4b00, #fe5d00, #fe6c04, #ff7803, #ff8404, #ff8f09, #ff9c02, #ffa800, #ffb500, #ffc107);
	content: " ";
	position: absolute;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	height: 10px;
	opacity: 0.8;
}
.component_simpleimg.small .simpleimg_img {
	height: 240px;
}
/* Owl carousel  */
.owl-categorias .owl-nav span {
	font-size: 50px;
}
/*Media queries*/
@media (max-width: 991px) {
	body {
		padding-bottom: 508px;
	}
	#navbarBolsa ul.navbar-nav li.nav-item.dropdown:first-child {
		margin-top: 0.5rem;
	}
	#formBusqueda {
		width: 100% !important;
	}
	#pagar-archivos {
		margin-bottom: 48px !important;
	}
	#img-action {
		width: 50%;
	}
}
/*Imagenes de accion*/
@media (min-width: 768px) {
	#img-action {
		width: 25%;
	}
}
/*Carrito de compras*/
@media (min-width: 992px) {
	#cart-movil {
		display: none;
	}
}
@media (max-width: 991px) {
	#navbarTienda ul.navbar-nav li.nav-item:nth-child(3) {
		display: none !important;
	}
}
/*Imagenes del banner*/
@media (min-width: 1400px) {
	#carouselTienda img {
		width: 95%;
		margin: 0 auto;
	}
}
@media (max-width: 1399px) {
	#carouselTienda img {
		width: 100%;
	}
}