body {
	font-family: "Rubik", serif;
}
.link-categorias{
	color: #000;
}
.accordion-header:hover .link-categorias{
	color: red;
}
.icono-ser{
	width: 100%;
	max-width: 120px;
	margin: auto;
}
.owl-nav{
    width: 100px;
    text-align: center;
    margin: 25px auto 0 auto;
}
.owl-carousel .owl-nav button.owl-prev{
	border-radius: 10px 0 0 10px;
}
.owl-carousel .owl-nav button.owl-next{
	border-radius: 0 10px 10px 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
	border: 1px solid #000!important;
	font-size: .8rem;
	color: #000;
	background-color: #fff;
	padding: 5px 8px;

	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
	background-color: #000;
	color: #fff;
	border: 1px solid #000!important;
}
.owl-stage{
	margin-inline: auto;
}
.card-not{
	position: relative;
	border: inherit;
	border-radius: 0;
	min-height: 550px;
}
.card-nos{
	position: relative;
	border: inherit;
	border-radius: 0;
	min-height: 350px;
}
.card-nos .card-body,
.card-not .card-body{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;

	background: rgb(0,0,0);
	background: linear-gradient(178deg, rgba(0,0,0,0) 24%, rgba(0,0,0,0.9934567577030813) 78%);
}

.card-cat{
	border: none;
}
.card-cat .img-cat{
	width: 150px!important;
	margin-bottom: 25px!important;
	margin: auto;

	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.card-cat:hover .img-cat{
	width: 160px!important;
	margin-bottom: 10px!important;
}
.img-serv{
	border-radius: 15px 0 0 15px;
}
.vertical-line-dark{
	background-color: #000;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 25%;
	right: 0;
	opacity: .8;
}
.cont-home{
	margin-top: 120px;
}
.cont-slide{
	background-color: #121212;
}
.cont-slide .white-slide{
	width: 100%;
	height: 100px;
	left: 0;
	right: 0;
}
.btn-color{
	background-color: #ea0000;
	border: 2px solid #ea0000;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	border-radius: 15px;
	padding: 9px 34px;
}
.btn-color:hover{
	background-color: #ea000000;
	border: 2px solid #ea0000;
	color: #000;
	font-weight: 400;
}

.btn-color-s{
	background-color: #ea0000;
	border: 2px solid #ea0000;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	border-radius: 15px;
	padding: 5px 20px;
}
.btn-color-s:hover{
	background-color: #ea000000;
	border: 2px solid #ea0000;
	color: #000;
	font-weight: 400;
	border-radius: 12px;
}

#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 .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: 200px;
	-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;
}

/*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*/

.banner-seccion{
	margin-top: 100px;
	height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.gradient-slide{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 70%;
	right: 0;
	z-index: 0;

	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9934567577030813) 82%);
}
.carousel-inner{
	overflow: revert!important;
}
.carousel-caption{
	background-color: #ea0201;
	border-radius: 15px;
	bottom: inherit;
	padding: 2rem .5rem;
	text-align: center;
	position: absolute;
	bottom: -20%;
	left: 0;
}

.titulo-slide{
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
}
.texto-slide,
.texto-blanco{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.titulo-blanco{
	color: #fff;
	font-size: 42px;
	margin-bottom: 0;
	font-weight: 600;
}
.titulo-small-blanco{
	color: #fff;
	font-size: 21px;
	font-style: italic;
	margin-bottom: 0;
	font-weight: 400;
}
.top-titulo{
	color: #ccc;
	font-size: 1.2rem;
	font-weight: 400;
}
.titulo{
	line-height: 4.2rem;
	color: #121212;
    font-size: 4rem;
    font-weight: 600;
}
.titulo-s{
	line-height: 3.8rem;
	color: #121212;
    font-size: 3.6rem;
    font-weight: 600;
}
.titulo-italic{
	font-style: italic;
	color: #666;
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 600;
}
.subtitulo{
	color: #333;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 400;
}
.texto{
	color: #999;
	font-size: 1rem;
	font-weight: 400;
}
.texto-i,.texto-s{
	color: #999;
	font-size: .8rem;
	font-weight: 300;
}
.texto strong{
	color: #ea0000;
	font-size: 1rem;
	font-weight: 600;
}
.texto-underline{
	border-bottom: 1px dashed #ccc;
}

.ocupado-dos{
	position: absolute;
	top: .5rem;
	right: .5rem;
	color: #fff;
	padding: 3px 10px;
	font-size: 14px;
}
.vendido{
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	padding: 10px 15px;
	background-color: darkred;
	color: #fff;
	text-align: center;
}

#preguntas.accordion-flush .accordion-item .accordion-header .accordion-button{
	border-radius: 10px;
	border: none;
	box-shadow: none;
}

.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-pro{
	border-radius: 15px;
	height: 400px;
	border: none;
	box-shadow: 0px 5px 10px #0000004a;

	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.productos .card-pro:hover{
	box-shadow: 0px 10px 15px #0000004a;
}
.productos .card-pro .gradient-proyecto{
	border-radius: 15px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(178deg,
		rgba(0,0,0,0) 22%,
		rgba(0,0,0,0.7273503151260504) 99%);

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.productos .card-pro:hover .gradient-proyecto{
	background: rgb(0,0,0);
	background: linear-gradient(178deg,
		rgba(0,0,0,0) 35%,
		rgba(0,0,0,0.6629245448179272) 99%);
}
.productos .card-pro .card-body{
	padding-bottom: 5%;
	width: 100%;
	height: 100%;
	bottom: 0;
}

.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{
	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;
}
.galerias-img ul li a img{
	aspect-ratio: .9;
	width: 100%;
	object-fit: cover;
}

#reviews .owl-stage{
	margin:0 auto;
}
.review .foto img{
	width: 55px;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
/*	margin: auto;*/
}
#reviews .owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:.5rem auto 0 auto;
}
#reviews .owl-dots button{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #e3e3e3!important;
	margin:0 3px;
}


.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: 1199px) {
	.titulo{
		line-height: 3.7rem;
	    font-size: 3.5rem;
	}
	.titulo-s{
		line-height: 3.5rem;
	    font-size: 3.3rem;
	}
}

@media (max-width: 1024px) {
	.titulo{
		line-height: 3.4rem;
	    font-size: 3.2rem;
	}
	.titulo-s{
		line-height: 3.2rem;
	    font-size: 3rem;
	}
}

@media (max-width: 991px){
	.card-not{
		position: relative;
		border: inherit;
		border-radius: 0;
		min-height: 450px;
	}
	.titulo{
		line-height: 2.7rem;
	    font-size: 2.5rem;
	}
	.titulo-s{
		line-height: 2.4rem;
	    font-size: 2.2rem;
	}
}

@media (max-width: 767px) {
	.card-not{
		position: relative;
		border: inherit;
		border-radius: 0;
		min-height: 350px;
	}
	.vertical-line-dark,
	.bg-img{
		display: none;
	}
	.img-serv{
		width: 80%!important;
	}
	.titulo-slide{
		font-size: 1.5rem;
		font-weight: 300;
	}
}

@media (max-width: 499px){
	.carousel-item figure img{
	    margin-top: -5rem;
	    margin-bottom: 3rem;
	}
	.carousel-caption{
		width: 95%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.card-not{
		position: relative;
		border: inherit;
		border-radius: 0;
		min-height: 300px;
	}
	#navbar .navbar-brand{
		margin-right: 0;
        width: 80%;
        text-align: center;
        margin-bottom: .5rem;
    }
	.carousel-item, .banner-seccion{
		margin-top: 100px;
	}
}