:root {
	--azul: #2F5597; 
	--naranjo: #ED7D31;
}

body {
	font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5,h6,b{
	font-weight: 700;
}
p,li{
	font-weight: 300;
}
#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: var(--azul);
}
#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: 220px;
	-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{
	margin: 0 4px;
}
#navbar .navbar-nav .nav-item .nav-link.active {
	color: #fff;
	border-bottom: 2px solid var(--naranjo);
}
#navbar .nav-item .nav-link.btn-contacto{
	background-color: var(--naranjo);
	color: #fff;
	padding: 5px 1rem;
}
#navbar .nav-item .nav-link.btn-contacto:hover{
	background-color: transparent;
	border-color: var(--naranjo);
	color: var(--naranjo);
}
.navbar-nav .dropdown-menu{
	border-radius: 0;
	background-color: var(--azul);
	border: none;

}
.navbar-nav .dropdown-menu .dropdown-item{
	color: #fff;
	font-weight: 300;
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
	background-color: #284982;
}

/*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*/
#carouselExampleIndicators .carousel-inner{
	padding-top: 115px;
}

.banner-seccion{
	margin-top: 115px;
	height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #bcbcbc;
	background-blend-mode: multiply;
	filter: grayscale(100%);
}
.banner-seccion h3{
	font-size: 45px;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 0 8px rgba(0, 0, 0, .6);
	/*background-color: #fff;*/
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	padding-top: 120px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.carousel-control-next, .carousel-control-prev{
	opacity: 1;
	padding-top: 110px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	height: 3.5rem;
	width: 3.5rem;
}

.tabs-servicios .nav-pills .nav-link{
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	letter-spacing: 1px;
	font-weight: 600;
	color: #333;
}

.tabs-servicios .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--bs-light);
    color: var(--azul);
    /*border-bottom: 3px solid var(--naranjo);*/
    box-shadow: 0px -3px 6px 0px rgb(0 0 0 / 7%);
}

.text-small, .text-small p span{
	font-size: 14px!important;
}

.contador {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: var(--azul);
	background-blend-mode: soft-light;
}

.bordes {
	border-right: 2px solid #fff;
}

.btn-azul {
	background-color: var(--azul);
	color: #fff;
}

.btn-azul:hover {
	background-color: var(--naranjo);
	color: #fff;
}

.btn {
	border-radius: 20px;
}

.btn-redondo{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.btn-naranjo {
	background-color: var(--naranjo);
	color: #fff;
}

.btn-naranjo:hover {
	background-color: #fff;
	color: var(--naranjo);
	border-color: var(--naranjo);
}

.linea-azul{
	height: 5px;
	width: 100px;
	background-color: var(--azul);
	border-radius: 10px;
}

.linea2{
	height: 2px;
	width: 100px;
	background-color: #fff;
	border-radius: 10px;
}


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

.topbar {
	background-color: #000;
}

footer{
	background-color: var(--azul);
	/*margin-top: -5rem;
	padding-top: 5rem;*/
}
footer .down-foot{
	background-color: #3B3838;
}

.mapa iframe{
	width: 100%;
	height:400px;
}

.titulo-slide{
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	font-style: italic;
}
.texto-slide{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.titulo{
	font-size: 35px;
	font-weight: 800;
}
.subtitulo{
	font-weight: 700;
}
.texto{
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

.nosotros {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-color: #414141;
	background-blend-mode: soft-light;
}


.owl-carousel{
  padding: 0 .8rem 0 1rem;
}

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

.owl-nav {
  position: absolute;
  top: 0;
  left: -13px;
  bottom: 0;
  right: -13px;
  display: flex!important;
  justify-content: space-between;
  z-index: 0;
  align-items: center;
  padding-bottom: 0;
}
.owl-carousel .owl-item img{
  width: 220px;
  max-width: 100%;
  margin:auto;
}
.owl-nav button {
  background-color: var(--azul)!important;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff!important;
}
.owl-nav button span{
  line-height: 14px;
  font-size: 14px;
}

.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{
	border-radius: 15px;
	overflow: hidden;
}
.productos .card img{
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.equipos .card{
	border-radius: 15px;
	overflow: hidden;
}
.equipos .card img{
	width: 100%;
	height: 330px;
	object-fit: contain;
}

#lightgallerydos li{
	overflow: hidden;
}
#lightgallerydos li a{
	display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
}
#lightgallerydos li a img{
	-webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    height: 150px;
    width: 100%;
    object-fit: cover;
}

#lightgallerydos li a:hover img{
	-webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

/*#carouselExampleFade .carousel-item{
	height: 400px;
}
#carouselExampleFade .carousel-item img{
	height: 100%;
	object-fit: contain;
}*/

.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%;
}
.icono i{
	line-height: 1;
}
.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) {
	/*#navbar .navbar-brand img{
		width: 250px;
	}*/
	#navbar.navbar-shrink .navbar-brand img{
		width: 220px;
	}
	.bordes{
		border: none;
		border-bottom: 2px solid #fff;
		padding-bottom: 1rem;
	}
}
@media (max-width: 575px){
	.carousel-control-next-icon, .carousel-control-prev-icon{
		height: 3rem;
		width: 3rem;
	}
	#navbar .navbar-brand img{
		width: 210px;
	}
	#navbar.navbar-shrink .navbar-brand img{
		width: 210px;
	}
	.contador{
		background-attachment: scroll;
	}
}