:root{
	--naranjo: #ff9900;
	--rojo: #cc0000;
	--azul: #3366cc;
}
body {
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}
.topbar{
	background-color: #000;
}

#results {
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow: auto;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
}
#results li a{
	text-decoration: none;
	color: #666;
	width: 100%;
    font-size: 14px;
}
#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 .dropdown-menu{
	border-radius: 0;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	border: none;
}
#navbar .dropdown-menu .dropdown-item{
	padding: .5rem 1rem;
	font-size: 15px;
	color: #666;
	font-weight: 300;
}
#navbar .dropdown-menu .dropdown-item:hover{
	color: var(--azul);
}
#navbar .dropdown-menu .dropdown-item:focus{
	color: #fff;
	background-color: var(--azul);
}
.form-control{
	border-radius: 0;
}

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

.owl-carousel{
	padding: 0 .8rem 0 1rem;
	display: flex!important;
	justify-content: center;
	align-items: center;
}

.owl-carousel .owl-stage {
	display: inline-flex;
	align-items: center;
}

.owl-nav {
	position: absolute;
	left: -13px;
	bottom: -25px;
	right: -13px;
	display: flex!important;
	z-index: 0;
	align-items: center;
	padding-bottom: 0;
	justify-content: flex-end;
    top: inherit;
}
#clientes.owl-carousel .owl-item img{
	width: 200px;
	max-width: 100%;
	margin:auto;
}
.owl-nav button{
	background-color: var(--naranjo)!important;
	height: 55px;
	width: 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff!important;
	transition: all .3s ease-in-out;
}
.owl-nav button:hover{
	background-color: #cc6600!important;
	color: #fff;
	transition: all .3s ease-in-out;
}

.suscribir{
	background-color: #6f6f6f;
	background-blend-mode: multiply;
	border-top: 6px solid var(--azul);
	background-size: cover;
	background-position: center;
}
.suscribir .form-control{
	background-color: transparent;
	color: #fff;
}
.suscribir .form-control::placeholder{
	color: #fff;
}
footer{
	background-color: #ededed;
}
footer .down-foot{
	background-color: #000;
}
footer .btn-link{
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-color: var(--rojo);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	padding: 0;
	margin-bottom: .5rem;
}
footer .btn-link:hover{
	background-color: #990000;
	color: #fff;
}

.linea-roja{
	height: 3px;
	width: 120px;
	background-color: var(--rojo);
	margin-left: -1rem;
}
.carousel-inner{
	margin-top: 140px;
}
.carousel-item {
	/*margin-top: 120px;*/
	height: 80vh;
	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;
	background-color: #dbdbdb;
	background-blend-mode: multiply;
}
.banner-seccion{
	margin-top: 140px;
	height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #8d8d8d;
	background-blend-mode: multiply;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.titulo-slide{
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	text-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.texto-slide{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.carousel-control-next,
.carousel-control-prev{
	top: initial;
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--naranjo);
	opacity: .7;
}
.carousel-control-prev{
	right: 80px;
	left: initial;
}

.titulo{
	color: #333;
	font-size: 40px;
	font-weight: 800;
}

.text-small{
	font-size: 14px;
}
.text-azul{
	color: var(--azul);
}
.text-naranjo{
	color: var(--naranjo);
}
.text-rojo{
	color: var(--rojo);
}
.btn{
	border-radius: 0;
	letter-spacing: 2px;
}
.btn-outline-color{
	background-color: transparent;
	color: var(--azul);
	border-color: var(--azul);
}
.btn-color,
.btn-outline-color:hover{
	background-color: var(--azul);
	color: #fff;
}
.btn-color:hover{
	background-color: #0033cc;
	color: #fff;
}
.btn-color2{
	background-color: var(--naranjo);
	color: #fff;
}
.btn-color2:hover{
	background-color: #cc6600;
	color: #fff;
}

.img-destacados{
	background-color: #b3b3b3;
}
.img-destacados img{
	height:100%; 
	object-fit: cover; 
	mix-blend-mode: multiply;
}
.text-justify{
	text-align: justify;
}
.cont-destacados{
	margin-left: -3rem;
}
.cont-destacados figure{
	background-color: var(--azul);
}
.descargar-pdf figure{
	height: 60px; 
	width: 60px;
	background-color: var(--naranjo);
	border-radius: 50%;
}


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

.servicios .card img{
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-bottom: 5px solid var(--rojo);
}

.galerias img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
/*.demo-gallery > ul > li{
	height: 300px;
}*/

.noti{
	border-bottom: 2px solid var(--rojo);
}
.mapa iframe{
	width: 100%;
}

.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% 50%;
    width: 62px;
    height: 62px;
    bottom: 15px;
    right: 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) {
	.carousel-inner,
	.banner-seccion{
		margin-top: 135px;
	}
	.titulo-slide{
		font-size: 40px;
		line-height: 40px;
	}
	.img-destacados img{
		max-width: 100%; 
		height: auto;
		object-fit: unset;
	}
	.cont-destacados{
		margin-left: 0;
	}
	.owl-carousel{
		padding-bottom: 3rem;
	}
}
@media (max-width: 575px){
	.titulo-slide{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 499px){
	#navbar .navbar-brand{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: .5rem;
	}
}