@charset "utf-8";
/* CSS Document */

/* Colores 
	Rojo #F2161D;
	Azul #124CB8 ;
*/



@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;700&display=swap');


body{
	font-family: 'Comfortaa', cursive;
	overflow-x: hidden;
	min-height: 100%;	
}




/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ------ UP ARROW ------ */
.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgba(18, 76, 184, 1);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	left:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}


/* ------ MISC ------ */
.img-100{
	width: 100%;
	height: auto;
}

.link-btn{
	padding: 10px 20px;
    color: #fff;
    background: #F2161D;
    border-radius: 5px;
    border: 1px solid #F2161D;
    display: inline-block;
    text-decoration: none;
}

.link-btn:hover {
    background-color: #fff;
    color: #F2161D;
	transition: 1s;
}


.video-index{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}


/* ------ TOPBAR ------ */
.topbar{
	background-color: #fff;
}

.topbar .navbar-brand img{
	width: 250px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ;
	padding: 10px;
}

.scrolled.topbar .navbar-brand img{
	width: 100px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* ------ NAVBAR ------ */
.navbar {
	z-index: 99999 !important;
	background-color: #124CB8 ;
}

.navbar .navbar-brand{
	float: none !important;
}

.scrolled{
	background-color: #124CB8 ;
  	transition: 0.5s;
	-webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
	
}



.nav-link {
    display:inline !important; 
	color: #ffffff !important ;
	font-weight: 700 !important;
    
}

.nav-link:hover {
	color: #F2161D !important;
    
}


.navbar-toggle .icon-bar{
	border-color: #ffffff;
	background-color: #ffffff;
}

.dropdown-item {
    color: #ffffff !important ;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #124CB8 !important;
    background-color: #ffffff !important ;
}

.navbar-nav .dropdown-menu {
    background-color: #124CB8 !important;
}

.dropdown-menu .product-link{
	color: #F2161D !important;
	font-weight: 700 !important;
}


@media (max-width: 767px) {
	.navbar{
	 	background: rgba(33,41,99,0.8);
	}
	
	.navbar .navbar-brand img{
		width: 80px;
		height: auto;
		padding-left: 20px;
	}
	
	.scrolled.navbar .navbar-brand img{
		width: 80px;
		height: auto;
		padding-left: 20px;
	}
}

/* ------ BUTTON ON SLIDE ------ */
.wrap-btn-onslide{
	position: relative;
}
.btn-onslide{
	position: absolute;
	bottom:-650px;
	right: 150px;
	z-index: 999999;

	border-radius:50px;
	border:3px solid #ffffff;
	background-color:#124CB8 !important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:22px;
	padding:5px 15px;
	text-decoration:none;
	text-align: center;
	font-weight: 400;
	margin: 0 auto;
}


@media screen and (max-width: 1367px) {
    .btn-onslide{
		position: absolute;
		bottom:-550px;
		right: 150px
		
	}
}

@media (max-width: 480px) {
	.btn-onslide {
		position: absolute;
		bottom:-700px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250px;
	}
  }

/* ------ WELCOME ------ */
.welcome{
	padding: 40px 10px;
}


/* ----- CALLOUTS -----*/
.callouts{
	padding: 40px 10px;
	background-color: #124CB8;
}

.callouts-block{
	padding: 10px;
}

.callouts-block .callouts-icon{
	width: 110px;
	height: auto;
	margin-bottom: 20px !important;
	margin: 0 auto;
	display: table;
}



.callouts-block h5{
	font-size: 22px;	
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.callouts-block p{
	color: #fff;
	text-align: center;
}

/* ----- VIDEO -----*/
.video{
	padding: 40px 10px;
}

.video .slogan{
	text-align: center;
	font-size: 22px;
}

.video-size{
	width: 100%;
	height: auto;
	padding: 20px 10px;
}


/* ----- CALLOUTS PRODUCTOS -----*/
.callouts-productos{
	padding: 40px 10px;
	background-color: #777;
	color: #fff;
}

.callouts-productos .tittle{
	font-size: 3em;	
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
}


.callouts-productos .product-img{
	width: 350px;
	height: auto;
	margin: 0 auto;
	display: table;
}

.callouts-productos .callouts-productos-icon{
	width: 80px;
	height: auto;
	margin-bottom: 20px !important;
	margin: 0 auto;
	display: table;
}


.callouts-productos a{
	text-decoration: none;
}

.callouts-productos h3{
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-weight: 400;
}




.distribuidores{
	padding: 40px 10px;
}

.distribuidores .distribuidores-tittle{
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.distribuidores p{
	color: #fff;
	text-align: center;
}


.whatsapp-btn{
	border-radius:50px;
	border:3px solid #ffffff;
	background-color:#124CB8 !important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:22px;
	padding:5px;
	text-decoration:none;
	width: 200px !important;
	text-align: center;
	font-weight: 400;
	margin: 0 auto;
	display: table;
}

.whatsapp-btn:hover{
	background-color:#000000 !important;
	color: #ffffff;
}





/* ----- NEWS -----*/
.news{
	padding: 40px 10px;
}


/* ----- CONTENT -----*/
.content{
	padding: 40px 10px;
}

.content h1{
	font-size: 42px;	
	margin-bottom: 20px;
	color: #F2161D;
	text-align: center;
	font-weight: 700;
}

.container p{
	text-align: justify;
}
.content li{
	font-size: 1.3em;
	text-align: justify;
}

.content p{
	font-size: 1.3em;	
	margin-bottom: 20px;
	color: #124CB8;
	text-align: justify;
}

.banner img{
	 width: 100%;
	 height: auto;
}

.logo-rd{
	width: 350px;
	height: auto;
	margin-bottom: 30px;
}

/* ----- PRODUCT -----*/
.product{
	padding: 50px 10px;
}

.product h2{
	font-size: 40px;	
	font-weight: 700;
	color: #124CB8;
}

.product h3{
	font-size: 20px;	
	font-weight: 700;
	color: #124CB8;
}



.product h4{
	font-weight: 700;
	font-size: 1.3em !important;
	margin-bottom: 20px;
}


.product p{
	font-size: 1.1em;
}

.product ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.product li{
	font-size: 1.1em;
	padding-left: 30px; 
    position: relative;
	margin-bottom: 20px;
}
.product li i {
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-20%);
    margin-right: 10px; 
	color: #124CB8;
}


.twocols-list {
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
  }



.product .product-img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}



.product ul.products-sizes{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.product .products-sizes li{
	display: inline-block;	
}

.product .products-sizes .product-size{
	width: auto;
	height: 80px;
}

.small{
	font-size: 0.9em !important;
}

.small strong{
	color: #F2161D !important;
}

.product-banner{
	padding: 120px 10px;
	background-color: black;
}


.product-banner h2{
	color: #ffffff;
	text-align: center;
}

.product-banner hr{
	border: solid #ffffff;	
}

.product-banner p{
	color: #ffffff;
	text-align: center;
	font-size: 1.3em;
}



.background .container{
	background-color: black;
	opacity: 0.7;
	padding: 20px;
}

.background-gasolina{
	background: url(../../imagenes/background-motor-gasolina.jpg) no-repeat top center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.background-diesel{
	background: url(../../imagenes/background-motor-diesel.jpg) no-repeat top center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background-transmision{
	background: url(../../imagenes/background-transmision.jpg) no-repeat top center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background-diferencial{
	background: url(../../imagenes/background-diferencial.jpg) no-repeat top center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.background-2tiempos{
	background: url(../../imagenes/background-2tiempos.jpg) no-repeat top center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background-motocicletas{
	background: url(../../imagenes/background-motocicletas.jpg) no-repeat top center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background-agricola{
	background: url(../../imagenes/background-agricola.jpg) no-repeat top center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background-industriales{
	background: url(../../imagenes/background-industriales.jpg) no-repeat top center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background-especiales{
	background: url(../../imagenes/background-especiales.jpg) no-repeat top center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background-grasas{
	background: url(../../imagenes/background-grasas.jpg) no-repeat top center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/* ------ MAPA ------ */
.mapa{
	width: 100%;
	height: auto;
	padding: 40px 20px;
}


.license-size{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

/* ------ CONTACT FORM ------ */
.contact-content{
	padding: 80px 10px;
}


.contact-content a{
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-size:24px;
	padding:10px;
	text-align: center;
	font-weight: 400;
}

.contact-content a:hover{
	color: #ff9f00;
}

.contact-form form ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-form form li{
	font-weight: normal !important;
	font-size: 14px;
}


.contact-form form input, form textarea{
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #444;
    width: 100%;
    float: left;
    outline: none;
    padding: 8px 15px 8px 0px;
    color: #777;
    margin-bottom: .5em;
}

.contact-form form select{
    border-bottom: 1px solid #444 !important;
    outline: none;
    padding: 8px 15px 8px 0px;
    color: #777;
    margin-bottom: .5em;
}


.contact-form form .asterisk{
	color: #D8A13A !important;
}

.contact-form form .required-text{
	font-size: 9px !important;
}

.contact-form form .form-button{
	border: 1px solid #F2161D;
	background-color:#F2161D !important;
	color: white;
	padding: 10px 20px;
	float: right;
}



.contact-form form .form-button:hover{
	background-color: #fff;
    color: #F2161D;
	transition: 1s;
}





/* ------ FOOTER ------ */
.footer{
	padding: 40px 10px;
	background-color: #124CB8;
	border-top: #F2161D solid 5px;
}

.footer .info .slogan{
	color: #ffffff;
	font-size: 0.8em;
}

.footer .info .copyright{
	color: #ffffff;
	font-size: 0.6em;
}

.footer .footer-logo{
	width: 150px;
	margin-bottom: 20px;
}

.footer .links .subtittles{
	color: #ffffff;
}

.footer .footer-links li{
	color: #ffffff;
	font-size: 0.8em;
}

.footer .footer-links li a{
	color: #ffffff;
	
}


.footer .adress-subtittles{
	text-align: right;
	color: #ffffff;
}

.footer .footer-address{
	text-align: right;
	color: #ffffff;
}


.btn-fichatec{
	border-radius: 50px;
    border: 1px solid #777777;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    padding: 5px;
    text-decoration: none;
    width: 300px;
    text-align: center;
    font-weight: 400;
}

.btn-fichatec:hover{
    color: #ffffff;
    background-color: #777777;
}


.btn-catalogo{
	background-color:#F2161D;
    padding: 20px 10px;
    color: white;
    font-size: 1.1em;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	max-width: 300px !important;
	text-decoration: none;
	margin-top: 30px !important;
	margin: 0 auto;
	display: block;
}

.btn-catalogo i{
	font-size: 2em;
}

.btn-catalogo:hover{
	background-color:#124CB8 ;
	color: white;
}