:root{
	--celeste: #009bdb;
	--azul: #285fcd;
}
body {
	font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5{
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
h6{
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}

#results {
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
    top: 40px;
    left: 0;
    right: 0;
}
#navbar{
	background-color: #000;	
}
#navbar.borde{
	border-bottom: 3px solid var(--bar-footer);
}
#navbar .iconos-menu a{
	margin-bottom: .7rem;
}
#navbar .navbar-brand{
	border-bottom: 3px solid #fff;
	margin-bottom: -3px;
}
#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: 130px;
	-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{
	margin-bottom: -3px;
}
#navbar .nav-item{
	padding-bottom: 1.5rem;
	border-bottom: 3px solid transparent;
}
#navbar .nav-item.active,
#navbar .nav-item:hover{
	border-color: var(--topbar-footer)
}
#navbar .nav-item .nav-link{
	padding: 0 1.8rem;
	font-family: 'Roboto Slab', serif;
}
#navbar .nav-item.active .nav-link{
	color: #fff;
}
#navbar .vr{
	/*width: 2px!important;*/
	opacity: 1;
	min-height: 1.5em;
}
#navbar .iconos-menu i{
	font-size: 20px;
}
/*CSS Icono Carro de Compras*/
.btn-carro{
    font-size: 1.4rem;
    padding-right: .1rem;
}
.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: red;
	padding:0;
	color: #fff;
}
/*CSS Icono Carro de Compras*/


/*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: #000;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:hover{
	background-color: var(--topbar-footer);
	color: #fff;
	transition: all .2s ease;
}
#buscardor.modal .modal-body button.close:focus{
	outline: none;
	box-shadow: none;
}
/* Fin Modal buscar*/

.suscribir{
	background-position: center;
	background-size: cover;
	background-color: #343434;
	background-blend-mode: multiply;
	background-attachment: fixed;
}
.suscribir .form-control{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.suscribir .form-control::placeholder{
	color: #f2f2f2;
}
footer{
	background-color: #000;
}
footer .lineas-footer .cont-lineas{
	position: relative;
	top: -.5rem;
}
footer .lineas-footer .linea-celeste,
footer .lineas-footer .linea-azul{
	height: 15px;
	width: 50%;
}
footer .lineas-footer .linea-celeste{
	background-color: var(--celeste);
}
footer .lineas-footer .linea-azul{
	background-color: var(--azul);
}
footer .social-foot .btn{
	border-radius: 0;
	height: 33px;
	width: 33px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
footer .down-foot{
	border-top: 1px solid var(--bar-footer);
}

.btn{
	font-family: 'Roboto Slab', serif;
	letter-spacing: 1.5px;
	/*font-weight: 300;*/
	border-radius: 10px;
}
.btn-color{
	background-color: var(--botones);
	border-color: var(--botones);
	color: #fff;
}
.btn-color:hover{
	background-color: var(--botones-hover);
	border-color: var(--botones-hover);
	color: #fff;
}
.btn-color-2{
	background-color: var(--topbar-footer);
	border-color: var(--topbar-footer);
	color: #fff;
}
.btn-color-2:hover{
	background-color: var(--bar-footer);
	border-color: var(--bar-footer);
	color: #fff;
}
.carousel-inner, .banner-seccion{
	margin-top: 90px;
}
.carousel-item {
	height: 85vh;
	min-height: 600px;
	max-height: 800px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #c7c7c7;
	background-blend-mode: multiply;
}
.banner-seccion{
	height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #c7c7c7;
	background-blend-mode: multiply;
}
.banner-seccion .borde-seccion{
	border-right: 6px solid var(--topbar-footer);
}
.banner-seccion .lineas-banner{
	margin-bottom: -.5rem;
}
.banner-seccion .lineas-banner .linea-celeste,
.banner-seccion .lineas-banner .linea-azul{
	width: 50%;
	height: 15px;
}
.banner-seccion .lineas-banner .linea-celeste{
	background-color: var(--topbar-footer);
}
.banner-seccion .lineas-banner .linea-azul{
	background-color: var(--bar-footer);
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-right: 6px solid var(--topbar-footer);
	padding-right: 1.5rem;
	left: 10%;
	right: 10%;
}
.carousel-control-next, .carousel-control-prev{
	width: 10%;
}
.carousel-indicators{
	bottom: 3.2rem;
}
.carousel-indicators button{
	/*background-color: var(--fucsia)!important;*/
	height: 10px!important;
	width: 10px!important;
	border-radius: 5px!important;
	border: none!important;
	/*transition: all .3s ease-in;*/
}
.carousel-indicators .active{
	width: 40px!important;
	/*transition: all .3s ease-in;*/
}

.titulo-slide{
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
}
.texto-slide{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.titulo{
	font-size: 37px;
}
.text-small{
	font-size: 14px;
}
.text-color{
	color: var(--topbar-footer);
}
.cont-destacados{
	border-radius: 20px;
	margin-top: -3rem;
	position: relative;
	background-color: #202020;
}

.lineas-color{
	margin-top: -.7rem;
	position: relative;
}
.lineas-color .linea-celeste,
.lineas-color .linea-azul{
	height: 15px;
	width: 50%;
}
.lineas-color .linea-celeste{
	background-color: var(--topbar-footer);
}
.lineas-color .linea-azul{
	background-color: var(--bar-footer);
}

.categorias-carousel figure{
	height: 480px;
	max-width: 380px;
	width: 95%;
	border-radius: 10px;
	overflow: hidden;
	/*border: 4px solid #000;*/
	position: relative;
	background-color: #d6d6d6;
}
.categorias-carousel figure img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}
.categorias-carousel figure:hover img{
	mix-blend-mode: multiply;
	transition: all .3s ease-in-out;
}
.categorias-carousel figure .opacidad{
	background: linear-gradient(to top, rgba(0, 0, 0, .9), 50%, rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40%;
}
.categorias-carousel figure .cont-text{
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	/*border: 2px solid #fff;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.categorias-carousel figure .cont-text h5{
	letter-spacing: 1.5px;
	font-weight: 600;
}
.categorias-carousel .linea-celeste-cat{
	height: 16px;
	width: 60%;
	background-color: var(--topbar-footer);
	position: relative;
	margin-top: -.5rem;
}
.owl-carousel .owl-stage-outer{
	z-index: 9;
}
.owl-carousel .owl-nav{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    margin: 0;
    right: -25px;
    display: inline-flex!important;
    justify-content: space-between;
}

.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%;
	height: 320px;
	object-fit: cover;
}

.pagination{
	justify-content: center;
}
.pagination .page-item .page-link{
	border: none;
	border-radius: 5px;
	color: var(--topbar-footer);
}
.pagination .page-item.active .page-link{
	background-color: var(--bar-footer);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	color: #fff;
}
.borde-texto-left{
	border-left: 4px solid var(--topbar-footer);
}
.dashboard-menu .cont-icono{
	height: 68px;
	width: 68px!important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--topbar-footer);
	box-sizing: unset;
}
.dashboard-menu .cont-icono i{
	line-height: 16px;
}
.menu-dash .nav-link{
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
}
.menu-dash .nav-link .icono{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: var(--topbar-footer);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}
.menu-dash .nav-link.active .icono,
.menu-dash .nav-link:hover .icono{
	background-color: var(--bar-footer);
	transition: all .3s ease-in-out;
}
.menu-dash .nav-link .icono i{
	font-size: 20px;
	color: #fff;
}
.menu-dash .nav-link small{
	font-size: 12px;
}
.datos-contacto .circulo{
	height: 4em;
	width: 4em;
	border-radius: 50%;
	background-color: var(--topbar-footer);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mapa iframe{
	width: 100%;
	height: 500px;
}

.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%;
}
.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) {
	#navbar .nav-item{
		padding-bottom: .5rem;
		padding-top: 1rem;
	}
	.titulo-slide{
		font-size: 34px;
		line-height: 34px;
	}
	.categorias-carousel figure{
		height: 400px;
		width: 93%;
	}
	.owl-carousel .owl-nav button i{
		font-size: 1.5em;
	}
}
@media (max-width: 499px){
	/*#navbar .navbar-brand{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: .5rem;
	}*/
	.categorias-carousel figure{
		height: 480px;
		width: 80%;
	}
	.owl-carousel .owl-nav{
		left: -2px;
		right: -2px;
	}
}