:root{
	--rojo: #FF0000;
}
body {
	font-family: 'Jost', sans-serif;
}
h1,h2,h3,h4,h5,h6,b,strong{
	font-weight: 700;
}
p,li{
	font-weight: 300;
}

.texto figure img{
	width: 100%;
}
figure.media {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em;
}
.text-12,
.texto .text-tiny{
	font-size: 12px!important;
}
.text-13{
	font-size: 13px!important;
}
.text-14,
.texto .text-small{
	font-size: 14px!important;
}
.texto .text-big{
	font-size: 20px!important;
}
.texto .text-huge{
	font-size: 28px!important;
}

.img-pro {
    width: 261px!important;
    height: 261px!important;
    object-fit: cover!important;
    object-position: center!important;
}
#results {
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow: scroll;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
}
#navbar{
	background-color: rgba(0, 0, 0, .2);
	transition: all .3s ease-in-out;
}
#navbar.navbar-shrink{
	background-color: #111;
}
#navbar .navbar-brand img{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#navbar.navbar-shrink .navbar-brand img{
	width: 120px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#navbar .navbar-nav .nav-link{
	font-weight: 300;
	letter-spacing: 1.5px;
}
.btn-icon a{
	color: rgba(265, 265, 265, .8);
}
.btn-icon a:is(:hover,:focus){
	color: #fff;
}

/*CSS Icono Carro de Compras*/
.btn-carro{
    font-size: 1.5rem;
    padding-right: .1rem;
    color: rgba(265, 265, 265, .8);
   	position: relative;
}
.btn-carro:is(:hover,:focus){
	color: #fff;
}
.btn-carro .badge {
	position: absolute;
	top: -1px;
	right: -9px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
    font-weight: 400;
    font-size: 10px;
    background-color: var(--rojo);
	padding:0;
	color: #fff;
}
/*CSS Icono Carro de Compras*/

.menu-categorias{
	background-color: rgba(0, 0, 0, .3);
	transition: all .3s ease-in-out;
}
.navbar-shrink .menu-categorias{
	background-color: #000;
}
.menu-categorias .nav-link{
	color: rgba(265, 265, 265, .6);
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.5px;
}
.menu-categorias .nav-link:hover{
	color: #fff;
}

/*Modal buscar*/
#buscardor.modal .modal-dialog{
	max-width: 100%;
	width: 100%;
}
#buscardor.modal .modal-dialog .modal-content{
	border-radius: 0;
	border:none;
}
#buscardor.modal .modal-body .input-group span.input-group-text{
	border-radius: 0;
	background-color: transparent;
	border: 0;
}
#buscardor.modal .modal-body .form-control{
	border-radius: 0;
	border: 0;
	border-bottom:1.5px solid #666;
	background-color: transparent;
}
#buscardor.modal .modal-body .form-control:focus{
	box-shadow: none;
	border-color: #ff9800;
}
#buscardor.modal .modal-body button.close{
	height: 40px!important;
	width: 40px;
	border-radius: 50%;
	opacity: 1;
	text-shadow: none;
	color: #ff;
	padding: 0;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:hover{
	background-color: var(--rojo);
	color: #fff;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:focus{
	outline: none;
	box-shadow: none;
}
.cont-results{
	position: absolute;
	bottom: 0;
}
#results{
	width: 230px;
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
}
#results a{
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
#results a:hover{
	color: var(--rojo);
}

footer{
	background-color: #111;
}
footer .social-foot{
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
footer .social-foot .btn{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin:0 4px 10px;

}

.btn{
	border-radius: 0;
	letter-spacing: 1.5px;
}	

.text-color{
	color: var(--rojo);
}
.linea-circulos{
	display: inline-flex;
}
.linea-circulos .circle{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--rojo);
	margin:0 4px;
}

.carousel-item {
/*	margin-top: 120px;*/
	height: 100vh;
	min-height: 400px;
	max-height: 800px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-seccion{
	height: 450px;
	padding-top: 180px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #b6b6b6;
	background-blend-mode: multiply;
	text-align: center;	
}
.carousel-caption{
	bottom: 3rem;
}

.carousel-control-prev,
.carousel-control-next{
	padding-top: 135px;
}

.titulo-slide{
	font-size: 48px;
	line-height: 48px;
	font-weight: 500;
	letter-spacing: 1.5px;
}
.texto-slide{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.titulo{
	color: #333;
	font-size: 35px;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: 1px;
}
.subtitulo{
	letter-spacing: 3px;
}

.texto{
	color: #666;
}

.precio-oferta{
	font-size: 14px;
	text-decoration: line-through;
}

/*Custom Radios Color - Tallas*/
	.select-color{
		width: 40px;
		height: 40px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}
	.select-tallas{
		width: 45px;
		min-height: 32px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}

	/* Hide the browser's default radio button */
	.select-color input,
	.select-tallas input{
		position: absolute;
		opacity: 0;
		cursor: pointer;
		margin: 0;
	}

	/* Create a custom radio button */
	.select-color .cont-color{
		position: absolute;
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		padding: 4px;
		border:1px solid #e3e3e3;
		background-color: #fff;
	}
	.select-tallas .cont-talla{
		position: absolute;
		top: 0;
		left: 0;
		padding: 4px 0px;
		width: 45px;
		border: 1px solid #e3e3e3;
		font-size: 14px;
		background-color: #fff;
	}

	.select-color .cont-color .color{
		height: 100%;
		width: 100%;
	}

	/* On mouse-over */
	.select-color:hover input ~ label .cont-color,
	.select-tallas:hover input ~ .cont-talla{
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
		cursor: pointer;
	}

	/* Show the indicator when checked */
	.select-color input:checked ~ label .cont-color,
	.select-tallas input:checked ~ .cont-talla {
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
	}

/*Fin Custom Radios Color - Tallas*/

.productos .card img{
	width: 100%;
	aspect-ratio: .95;
	object-fit: cover;
}
.productos .card .precio,
.precio{
	letter-spacing: 1.5px;
	font-weight: 400;
	color: #777;
}

.quantity {
	position: relative;
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.alerta .alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 25px 15px;
	border: none;
	z-index: 9999;
	text-align: center;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]{
	-moz-appearance: textfield;
}
.quantity input {
	width: 85%;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	border: 1px solid #eee;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}
.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}

#galerias figure img{
	width: 100%;
	aspect-ratio: 1.8;
	object-fit: cover;
}
#galerias figure .sobre-texto{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .8), 10%, rgba(0, 0, 0, 0));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
.owl-carousel .owl-dots{
	text-align: center;
}
.owl-carousel .owl-dots button{
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: var(--rojo);
	margin: 0 3px;
	opacity: .5;
}
.owl-carousel .owl-dots button.active{
	opacity: 1;
}
.accordion .accordion-button,
.accordion .link-categorias{
	color: #666;
}
.accordion .accordion-button:is(:hover,:focus,:active),
.accordion .link-categorias:is(:hover,:focus,:active){
	color: var(--rojo);
}
.galerias figure img{
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	transition: all .2s ease-in;
}
.galerias .sobre-texto{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .8), 10%, rgba(0, 0, 0, 0));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 1rem;
	color: #fff;
}
.galerias figure:hover img{
	opacity: .6;
}
.galerias .sobre-texto h5{
	letter-spacing: 1.5px;
}

.mapa iframe{
	width: 100%;
}

.menu-user .nav-link{
	background-color: #f6f6f6;
	color: #777;
	margin-bottom: .5rem;
	font-size: 15px;
}
.menu-user .nav-link i{
	margin-right: .5rem;
}
.menu-user .nav-link:hover{
	color: var(--rojo);
}
.menu-user .nav-link.active{
	color: var(--rojo);
	font-weight: 500;
}

.galerias-img ul li a img{
	aspect-ratio: .9;
	width: 100%;
	object-fit: cover;
}

.wsp{
    font-size: 11px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 0;
    line-height: 1px;
    padding: 3px 7px;
    letter-spacing: 0;
    text-transform: none;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 62px;
    height: 62px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    padding: 8px 8px 8px 10px;
    animation: 1s infinite alternate shimmy;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.whatsapp i {
    font-size: 42px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}

@media (max-width: 1024px) {

}
@media (max-width: 991px){
	
}
@media (max-width: 767px) {
	.titulo-slide{
		font-size: 28px;
		line-height: 28px;
		font-weight: 700;
	}
}
@media (max-width: 499px){
	/*#navbar .navbar-brand{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: .5rem;
	}*/
	/*.carousel-item, .banner-seccion{
		margin-top: 160px;
	}*/
}