@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Bold.eot');
    src: local('Bebas Neue Bold'), local('BebasNeue-Bold'),
        url('../fonts/BebasNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue-Bold.woff2') format('woff2'),
        url('../fonts/BebasNeue-Bold.woff') format('woff'),
        url('../fonts/BebasNeue-Bold.ttf') format('truetype'),
        url('../fonts/BebasNeue-Bold.svg#BebasNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{
	font-family: 'Roboto', sans-serif;
}
.navbar{
	background-color: rgba(0,0,0,.5);
}
.navbar .nav a i{
	color: #fff;
	font-size: 1.3rem;
}

#marcador-infinito .minfinito{
	min-height: 100px;
	height: 10vh;
}

#marcador-infinito h2{
	font-weight: bold;
	font-size: 2.4rem;
}
#marcador-infinito .linea{
	width: 10px;
	height: 15vh;
	max-height: 160px;
	position: relative;
}
#marcador-infinito .linea::after{
	position: absolute;
	content: "";
	width: 10px;
	height: 15vh;
	max-height: 160px;
	background-color: #000;
	margin: 0 auto;
	left: -50%;
    right: -50%;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.owl-nav .owl-next {
	right: 0;
	display: flex;
	margin-right: 2%;
	font-size: 45px !important;
	color: #fff !important;
}
.owl-nav .owl-prev{
	left: 0;
	display: flex;
	margin-left: 2%;
	font-size: 45px !important;
	color: #fff !important;
}

#lapiz .morado{
	width: 15px;
	height: 15px;
	background-color: #9a0edb;
	display: inline-block;
}
#lapiz .rojo{
	width: 15px;
	height: 15px;
	background-color: #ff444b;
	display: inline-block;
}
#lapiz .verde{
	width: 15px;
	height: 15px;
	background-color: #00e93c;
	display: inline-block;
}
#lapiz .naranjo{
	width: 15px;
	height: 15px;
	background-color: #ff9133;
	display: inline-block;
}
#lapiz .negro{
	width: 15px;
	height: 15px;
	background-color: #000;
	display: inline-block;
}
#lapiz .azul{
	width: 15px;
	height: 15px;
	background-color: #5f5ffe;
	display: inline-block;
}
#lapiz h2{
	font-weight: bold;
	font-size: 2.4rem;
}
#lapiz .txt{
	font-size: 1.4rem;
}

#formulario{
	background-color: #3a47e9;
}
#formulario h3{
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff;
}
#formulario p, #formulario small{
	color: #fff;
}
#formulario .form-control{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	border-radius: 0;
}
#formulario ::placeholder {
  color: #fff;
  opacity: 1;
}

#formulario :-ms-input-placeholder {
  color: #fff;
}

#formulario ::-ms-input-placeholder {
  color: #fff;
}
#formulario .btn-primary{
	color: #3a47e9;
	border-radius: 25px;
	background-color: #3abee9;
	padding: .4rem 1.5rem;
}
#repuestos{
	background: url(../img/bgrepuestos.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#repuestos h2{
	font-weight: bold;
	font-size: 2.4rem;
	color: #fff;
}
#repuestos .txt{
	font-size: 1.4rem;
	color: #fff;
}


.puntas{
	position: relative;
	bottom: 0;
}
.puntas img{
	max-width: 70px;
}
@media (min-width: 768px) {
	.puntas{
		position: absolute;
	}
}


#footer{
	background-color: #212121;
	color: #fff;
}
#footer p{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}
#footer a{
	text-decoration: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
#footer2{
	font-family: 'Montserrat', sans-serif;
	background-color: #1e1e1e;
}
#footer2 .nav-link{
	color: #3f3f3f;
	text-transform: uppercase;
	font-size: .9rem;
}

#begreen{
	background-color: #5cb029;
}
#begreen h2{
	color: #fff;
	font-weight: bold;
}
#begreen h2 span{
	font-weight: normal;
}



/* Common style */
figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	text-align: center;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure figcaption {
	padding: 1rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
	font-family: 'Bebas Neue';
	font-size: .8rem;
    text-align: right;
    padding: 1rem;
    bottom: 0;
    position: absolute;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    right: 0;
}


figure h2 {
	font-size: 1rem;
	font-weight: bold;
	font-family: 'Bebas Neue';
}

figure h2 span {
	font-weight: 800;
}

figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	font-family: 'Bebas Neue';
}

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
	/*background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
	background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);*/
}
figure.effect-duke.naranjo {
	background-color: #ff9133;
}
figure.effect-duke.rojo {
	background-color: #ff444b;
}
figure.effect-duke.gris {
	background-color: #676767;
}
figure.effect-duke.verde {
	background-color: #2fc255;
}
figure.effect-duke.azul {
	background-color: #313cc6;
}
figure.effect-duke.lila {
	background-color: #aa00e4;
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke img{
	opacity: 0;
}

figure.effect-duke:hover img {
	opacity: 0.8;
	/*-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);*/
}

figure.effect-duke:hover a {
	opacity: 1;
	color: #fff;
	text-decoration: none;
}

figure.effect-duke h2 {
		-webkit-transition: -webkit-transform 0.35s;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

figure.effect-duke p {
	position: absolute;
    /* bottom: 0; */
    left: 0;
    margin: 20px;
    padding: 5px;
    /* border: 2px solid #fff; */
    text-transform: none;
    /* font-size: 90%; */
    opacity: 0;
    /* -webkit-transform: scale3d(0.8,0.8,1); */
    /* transform: scale3d(0.8,0.8,1); */
    /* -webkit-transform-origin: 50% -100%; */
    /* transform-origin: 50% -100%; */
    text-align: left;
}

figure.effect-duke:hover h2{
	opacity: 0;
}
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}


@media (min-width: 1400px) {
		figure h2 {
	    font-size: 1.5rem;
		}
		figure figcaption {
		    padding: 3rem;
		    font-size: 1.7rem;
		}
		figure figcaption > a {
		    font-size: 1rem;
		    padding: 2rem;
		}
}
