body {
	font-family: "Lato", sans-serif;
}
footer{
	background-color: #00252c;
}
footer .texto.active,
footer a.texto:hover{
	color: #ff8d02!important;
}
footer .down-foot{
	background-color: #011f27;
}
footer .down-foot:hover{
	color: #ff8d02;
}
footer .social-foot{
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
}
.img-footer{
	max-width: 320px;
}
.card-suscribete{
	border-radius: 0px;
}
.form-floating .form-control{
	height: 50px!important;
	min-height: 50px!important;
	border-radius: 10px;
}
.form-floating .mensaje{
	height: 180px!important;
}
.form-floating label{
	font-size: .9rem;
	font-weight: 300;
	color: #666;
}
.linea{
	width: 100%;
	height: 1px;
	border-top: 1px solid #cdcdcd;
}
.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: #fff;
	box-shadow: 0 0 5px #ffffff00;

	-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{
	background-color: #fff;
	box-shadow: 0 0 10px #0000005c;
}
#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;
}
.navbar  .navbar-nav .nav-item .nav-link{ 
	color: #666666;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 300;
}
.navbar  .navbar-nav .nav-item .nav-link:hover,
.navbar  .navbar-nav .nav-item .nav-link.active{
	color: #ff8d02;
}
.btn-color{
	font-size: .9rem;
	font-weight: 300;
	border-radius: 8px;
	padding: 7px 23px;
	color: #fff;
	background-color: #ff8d02;
	text-transform: uppercase;
}
.btn-color:hover{
	color: #fff;
	background-color: #00252c;
}
.card-serv{
	overflow: hidden;
	position: relative;
	border-radius: 0;
	border: none;
	min-height: 400px;
}
.card-serv img{
	border-radius: 0;
	object-fit: cover;
	min-height: 400px;

	-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;
}
.card-noti-inicio{
	overflow: hidden;
	position: relative;
	border-radius: 0;
	border: none;
	min-height: 600px;
}
.card-noti-inicio img{
	border-radius: 0;
	object-fit: cover;
	min-height: 600px;

	-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;
}
.card-serv:hover img,
.card-noti-inicio:hover img{
	transform: scale(1.1);
}
.card-serv .card-img-overlay,
.card-noti-inicio .card-img-overlay{
	border-radius: 0;
	padding-top: 100px;
	position: absolute;
	top: inherit;
	bottom: 0!important;

	background: rgb(0,37,44);
	background: linear-gradient(180deg, rgba(0,37,44,0) 0%, rgba(0,37,44,1) 85%);
}
.card-serv .card-img-overlay .titulo-serv,
.card-noti-inicio .card-img-overlay .titulo-serv,
.subtitulo-blanco{
	font-size: 1.4rem;
	color: #fff;
	font-weight: 700;
}
.subtitulo-blanco-s{
	font-size: 1.2rem;
	color: #fff;
	font-weight: 600;
}
.card-serv .card-img-overlay .btn-serv{
	padding: 0;
	font-size: .9rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;

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

.gradient-slide{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	background: rgb(0,37,44);
	background: linear-gradient(180deg, rgba(0,37,44,0) 0%, rgba(0,37,44,1) 85%);
}
.carousel-item {
	margin-top: 90px;
	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;
}
.banner-seccion{
	margin-top: 90px;
	height: 200px;
	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: center;
	position: absolute;
	top: 70%;
    transform: translateY(-30%);
}
.titulo-slide{
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
}
.texto-slide{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.titulo-small-blanco{
	color: #fff;
	font-size: 21px;
	font-style: italic;
	font-weight: 400;
}
.top-titulo{
	font-size: .9rem;
	font-weight: 300;
	color: #666;
}
.titulo{
	color: #00262c;
	font-size: 2.3rem;
	font-weight: 600;
}
.titulo-blanco{
	color: #fff;
	font-size: 2.3rem;
	font-weight: 600;
}
.subtitulo{
	color: #333;
	font-size: 18px;
	font-weight: 400;
}
.texto{
	color: #666;
	font-size: 1rem;
	font-weight: 300;
}
.texto-date{
	color: #333;
	font-size: .9rem;
	font-weight: 300;
}
.texto-blanco{
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
}
.texto-b{
	color: #666;
	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 img{
	width: 100%;
	height: 250px;
	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: 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;
}
.logo-pymes{
	transform: scale(.8);
	filter: grayscale(1);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.logo-pymes:hover{
	transform: scale(1);
	filter: grayscale(0);
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}

@media (max-width: 1024px) {

}
@media (max-width: 991px){
		.navbar-toggler {
	    background-color: #00252b;
	    color: #ff8d02;
	    font-size: 1.6rem;
	    padding: 6px 12px;
	    border-radius: 15px 0px;
	}
	.card-noti-inicio{
		overflow: hidden;
		position: relative;
		border-radius: 0;
		border: none;
		min-height: 400px;
	}
	.card-noti-inicio img{
		border-radius: 0;
		object-fit: cover;
		min-height: 400px;

		-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;
	}
	
}
@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: 290px;
        text-align: center;
        margin-bottom: .5rem;
    }
}
	.carousel-item, .banner-seccion{
		margin-top: 90px;
	}
}