body {
	font-family: 'Montserrat', sans-serif;
}
footer{
	background-color: #000;
	color: #fff;
}
.logo-foot{
	max-width: 250px;
}
.down-foot{
	border-top: 1px solid #333;
}
figure img{
	width: 100%;
}
.card-p{
    overflow: auto;
    border-radius: 15px;
}
.card-pro {
    background-color: #000;
    border-bottom: 5px solid #ffb901;
    border-radius: 0 0 15px 15px!important;
    color: #fff;
}
.card-titulo {
    border-radius: 10px 10px 0px 0px!important;
    background-color: #3486bc;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 4px solid #ffb901!important;
    color: #fff;
}
.card-titulo h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.categorias {
    background-color: #eaeaea!important;
    font-size: 14px;
    text-transform: uppercase!important;
    color: #333;
    font-weight: 400;
}
.accordion{
    border-radius: 0 0 10px 10px!important;
    overflow: hidden;
}
.accordion-button:focus {
    z-index: 3;
    color: #000;
    border-color: #6e6e6f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(77 77 77 / 25%);
}
.subcategoria{
	border: 0!important;
	background-color: #f9e6b6!important
}
.subcategoria:nth-of-type(odd){
	background-color: #fbe09b!important
}
.subcategoria a{
	text-decoration: none;
	font-size: 14px;
    text-transform: uppercase!important;
    color: #333;
}
.bg-yellow{
    background-color: #ffb901;
}
.topbar{
 background-color: #000;
}
.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 0.4rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 4px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-search{
    font-family: 'Montserrat', sans-serif;
    padding: 2px 10px!important;
    height: auto!important;
    font-size: 14px!important;
    font-weight: 300!important;
    width: 150px;
    line-height: 1.5!important;
    color: #000!important;
    border-bottom: 4px solid #dedddd;
    background-color: rgb(255 255 255)!important;
    border-right: none!important;
    border-left: none!important;
    border-top: none!important;
    border-radius: 5px!important;
}
.btn-searsh {
    border-radius: 5px;
    padding: 1px 6px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    background-color: #feb904;
    border-bottom: 4px solid #fe9a04;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bg-wellcome {
    border-bottom: 4px solid #ffb901;
    border-radius: 15px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 0.4);
}
.navbar{
	    border: 0px!important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    background-color: #ffb901!important;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;

}
.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 .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: 180px;
	-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-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000;
    text-transform: uppercase;
}
/*CSS Icono Carro de Compras*/
.btn-carro{
    font-size: 1.4rem;
    padding-right: .1rem;
}
.btn-carro .badge {
    position: absolute;
    top: -5px;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    padding: 5px 3px;
    border-radius: 8px;
    right: -15px;
    height: 23px;
    width: 23px;
    background-color: #3486bc;
    border-bottom: 3px solid #1c5e8a;
    color: #fff;
}
.btn-color, .btn-slide {
    background-color: #3486bc;
    border-radius: 10px;
    border-bottom: 4px solid #206390;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-color:hover,
.btn-slide:hover,
.btn-color-small:hover {
    background-color: #206390!important;
    border-bottom: 4px solid #3486bc!important;
    color: #fff!important;
}
/*CSS Icono Carro de Compras*/

.carousel-item {
	margin-top: 110px;
	height: 65vh;
	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;
}
.carousel-indicators {
    position: absolute;
    right: inherit;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    /* margin-right: 15%; */
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-left: 0px;
    border-radius: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(245, 99, 57, 0);
    border: 1px solid #3486bc;
    opacity: 1;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
    background-color: #ffb901;
    border: 1px solid #ffb901;
    opacity: 1;
}
.banner-seccion{
	margin-top: 110px;
	height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-caption {
    bottom: inherit;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.titulo-slide{
	font-size: 3rem;
	color: #fff;
	font-weight: 400;
}
.texto-slide,
.texto-blanco{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.titulo-blanco {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 500;
}
.titulo-small-blanco{
	color: #fff;
	font-size: 21px;
	font-style: italic;
	margin-bottom: 0;
	font-weight: 400;
}
.titulo{
	color: #333;
	font-size: 35px;
	margin-bottom: 0;
	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: #666;
	font-size: 16px;
	font-weight: 300;
}
.texto-underline{
	border-bottom: 1px dashed #ccc;
}

.precio-oferta{
	font-size: .8rem;
	color: #999;
	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: 280px;
    object-fit: cover;
}
.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: 43px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    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) {
	.titulo-slide{
		font-size: 28px;
		line-height: 28px;
		font-weight: 700;
	}
}
@media (max-width: 499px){
	#navbar .navbar-brand{
		margin-right: 0;
		text-align: center;
		margin-bottom: .5rem;
	}
	.carousel-item, .banner-seccion{
		margin-top: 115px;
	}
}