:root {
	--naranjo: #e84e0e;
	--azul:#017aa3;
}




body {
	font-family: 'Roboto', sans-serif;
}


.topbar {
	background-color: #000;
	font-size: 14px;
	position: relative;
}

.text-naranjo {
	color: var(--naranjo);
}

.text-azul {
	color: var(--azul);
}

.badge-naranjo {
	background-color: var(--naranjo);
}

.badge-azul {
	background-color: var(--azul);
}

.btn-naranjo {
	border: 2px solid var(--naranjo);
	color: var(--naranjo);
	line-height: 20px;
	display: inline-flex;
}

.btn-naranjo:hover {
	border: 2px solid var(--naranjo);
	color: white;
	background-color: var(--naranjo);
}


.wsp{
  font-size: 11px!important;
  font-weight: 400;
  font-family: sans-serif!important;
  letter-spacing: 0;
  line-height: 1px;
  padding: 3px 7px;
  text-transform: none;
  background-color: var(--success);
  color: #fff;
  }


.text-enlace {
	color: var(--naranjo);
	font-size: 18px;
	font-weight: 500;
}

.text-enlace:hover {
	color: black;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.sticky + .content {
  	margin-top: 80px;
}

footer {
	background-color: #000;
	border-top: 10px solid var(--naranjo);
}

footer .info {
	font-weight: 300;
	font-size: 13px;
}

.linea {
	height: 3px;
	width: 70px;
	background-color: var(--naranjo);
}

.linea-blanca {
	height: 3px;
	width: 150px;
	background-color:white;
}

.linea-blanca2 {
	height: 3px;
	width: 70px;
	background-color:white;
	box-shadow: 0 0 9px black;
}




footer h6 {
	font-weight: 400;
	font-size: 16px;
}

footer li {
	font-weight: 300;
	font-size: 16px;
}

.carousel-indicators {
	right: initial;
}

.carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 50%;
}

.img-fondo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.img-fondo .opacidad {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 111, 155, .82);
	min-height: 400px;
}

.img-fondo .opacidad-azul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(25, 41, 82, .82);
	min-height: 400px;
}

.producto-fondo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 450px;
	background-blend-mode: soft-light;
	-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;
}

.producto-fondo:hover {
	background-color: #017aa3;
	-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;
}

.producto-fondo.fondo-naranjo:hover {
	background-color: #e84e0e;
	
}

.producto-fondo h3 {
	font-size: 30px;
	text-shadow: 0 0 9px black;
}

.producto-fondo h3 span {
	font-size: 18px;
	line-height: 18px;
}

.producto-fondo p  {
	text-shadow: 0 0 9px black;
}

.noticias img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

figure.cont-noticia {
	border-radius: 10px;
	overflow: hidden;
}

.cont-noticia .hover-noticia {
	background-color:rgba(1, 122, 163, .8);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	-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;
}

.cont-noticia:hover .hover-noticia {
	opacity: 1;
	-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;
}

.img-form {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #017aa3;
	background-blend-mode: multiply;
}






.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%;
}
/*CSS Icono Carro de Compras*/
.cont-carro{
	position: relative;
}
.cont-carro .navbar-nav{
	padding-right: 100px;
}
.carro{
	/*position: absolute;
	right: 0;*/
}
.carro a i{
	position: relative;
	font-size: 21px;
	padding-right: 10px;
}
.carro a .cantidad{
	position: absolute;
	top: -13px;
	font-size: 11px;
	padding: 2px 4px;
	border-radius: 50%;
	right: -5px;
	background-color: #fff;
	color: #000;
}
/*CSS Icono Carro de Compras*/

.carousel-item {
	height: 80vh;
	min-height: 300px;
	max-height: 600px;

	background-blend-mode: multiply;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-seccion{
	height: 30vh;
	min-height: 300px;
	max-height: 300px;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#mainNav {
	border: 0px!important;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	background-color: #fff!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;
}

#mainNav .navbar-brand {
	padding: 0;
}
#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
	color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	font-weight: 500;
	padding: 0.5em;
	margin: 0 10px;
	color: #333;
	border-bottom: 2px solid transparent;
	-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;

}


#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: var(--naranjo);
	border-bottom: 2px solid var(--naranjo);
	-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;
}
.titulo-slide{
	font-size: 50px;
	line-height: 48px;
	font-weight: 700;
	text-shadow: 0 0 9px black;
	
}
.texto-slide,
.texto-blanco{
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.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;
}
.titulo{
	color: #333;
	font-size: 35px;
	margin-bottom: 0;
	font-weight: 700;
}
.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: 400;
}
.texto-underline{
	border-bottom: 1px dashed #ccc;
}

.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;
	}
	.select-tallas{
		width: 45px;
		min-height: 32px;
		margin-right: .3rem;
		margin-bottom: .4rem;
	}

	/* Hide the browser's default radio button */
	.select-color input,
	.select-tallas input{
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

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


@media (min-width: 992px) {
	#mainNav {
		-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;
	}

}


