body { 
  margin: 0; 
	background-color: #FFF;
  transition: 1s ease;
}
html {
  scroll-behavior: smooth;
}
*{
	margin: 0px auto 0px auto;    /*Responsitive for anydevice*/
	margin: 0;
	padding: 0;
/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	 scroll-behavior: smooth;
}
.container{
	background-color: transparent;
	max-width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	
} 
.contaner{
	background-color: transparent;
	max-width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	
} 	
.div-flex{
	width: auto;
	height: auto;
	display: inline-flex;
	
}	
.div-grid{
	width: auto;
	height: auto;
	display: inline-grid;
	margin: 8px;
}
.contaner_top{
	background-color: transparent;
	max-width: 85%;
	margin-left: 15%;
	margin-right: 0%;
	
} 	

 	
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   DESKTOP   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   DESKTOP   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   DESKTOP   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
@media only screen and (max-width: 99999px){
	
/**********************************************************************************************
	0.0 top desktop
***********************************************************************************************/	
.backtop{
		width: 100%;
		height: 99px;
		background-color: white;
	}	
div#top_desktop{
	 height: auto;
	z-index: 999;
	background-color: #fff;
	color: black;
	text-align: center; 
	font-weight: bold;
	position: fixed; 
	width: 100%;
	transition: 0.2s;
	}	
	
	
	
.contaner_top{
	background-color: transparent;
	max-width: 85%;
	margin-left: 15%;
	margin-right: 0%;
	
} 	
.top_desktop_inside{ 
	width: 100%;
	height: 100%;
	}	
img#img-top{
	transition: linear 0.3s; 
	display: block;
	width:99px;
	height:99px;
	}	
.td_lateral_menu{
	width: auto;
	height: 100%;  
	float: right;
	display: inline-flex;
	margin-top: -99px; 
	background-color: #eee;
	border-bottom-left-radius: 33px;
	padding-top: 33px;
	}
.td_lateral_menu img{
		width:33px;
		height:21px;
		margin: 8px;
	}	
.td_lateral_menu a{
		text-decoration: none;
	color: #008080;
	}		
.td_lateral_menu a:hover{
		text-decoration: none;
	color: #666;
	}	
.div-flex-menu-lateral{
	padding: 8px;
	width: auto;
	height: auto;
	display: inline-flex;
}
.div-flex-menu-lateral p{
margin-right: 9px;
}
.div-flex-menu-lateral a{
margin-right: 9px;
	
text-decoration: none;
font-weight: 900;
}
	
.div-flex-menu-lateral img{
	margin-top: -2px;
	width: 21px;;
	height: 21px;
}
	
 
  
/**********************************************************************************************
	0.1 menu lateral mobile
***********************************************************************************************/	 	
span.header_mobileBtn{
	display: none;
	margin-top: -69px;
	cursor:pointer; 
	border-radius:8px;
	width: 39px;
	height:13px;
	text-align: center;  
	float: right;
	    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
       -moz-transform:scale(1.5,1); /* Firefox */
       -ms-transform:scale(1.5,1); /* IE 9 */
       -o-transform:scale(1.5,1); /* Opera */
       transform:scale(1.5,1); /* W3C */
	
	} 	
/*   MENU LATERAL   */
.sidenav {   
	display:none; 
}
	 

/**********************************************************************************************
	1.0 Buttons Motor Search
***********************************************************************************************/	 
.buttons_search{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	height: auto;
	}
.buttons_search_father{
	width: 100%;
	height: auto;
	display: inline-flex;		
	}
.buttons_search_son{
	width:auto;
	height: auto;
	display: inline-flex;
	}	
 .div-grid-buttons{
	width: auto;
	height: auto;
	display: inline-grid;
	margin: 8px;
}

/**********************************************************************************************
	1.0.1 Select car
**********************************************************************************************/		
	.select_car{
		width: 100%;
		height: 499px;
		padding: 0;
		margin: 0;
		background-image: url(../index.jpg);
		background-size: cover;
z-index: -1;
	}
	.select_car h1{
		color: white;
		font-family: 'Rubik';
		width: 75%;
		font-size: 55px;
		border-bottom-right-radius: 33px;
		padding: 60px 160px ;
	}
	.select_car h2{
		color: white;
		padding: 193px 100px ;
	} 
	

	.col-sm-4{
		margin-top: 21px;
		background-color: white;
		border-radius: 0px;
        box-shadow: 0px 0px 0px 0px #aaa;
	}
	.col-sm-4 img {
	height: 166px;
	width: 233px;	
	}
   .col-sm-4 h3 {
	color: #000;
	font-weight: 500;
	   font-size: 21px;
	}
	.col-sm-4 p {
		width: 166px;
		height: auto;
		padding: 3px 13px 3px 13px;
		background-color: #008080;
		border-radius: 5px;
		text-decoration: none;
	color: #fff;	
	font-family: 'Rubik', sans-serif;
		transition: 1s ease;
	}
	.col-sm-4 p:hover {
		width: 166px;
		height: auto;
		padding: 3px 13px 3px 13px;
		background-color: #005757;
		border-radius: 5px;
		text-decoration: none;
	color: #fff;	
	font-family: 'Rubik', sans-serif;
		transition: 1s ease;
	}
/**********************************************************************************************
	1.1 First add
**********************************************************************************************/			
	.first_add{
		width: 100%;
		height: auto;
		background-color: white;
	}
	.first_add_inside{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		height: auto;
		display: inline-flex;
	}
	.first_add_item:nth-child(1) h1{
		color: #fff;
		padding: 139px 8px;
		font-size: 21px;
	
	}
	.first_add_item:nth-child(1){
	
		width: 20%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		height: 233px; 
		background-image: url(../add_one.jpg);
		background-size: cover;
		border-radius: 13px;
	} 
	.first_add_item:nth-child(2) h1{
		color: #fff;
		padding: 139px 8px;
		font-size: 21px;
	
	}
	.first_add_item:nth-child(2){
	
		width: 20%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		height: 233px; 
		background-image: url(../add_two.jpg);
		background-size: cover;
		border-radius: 13px;
	}
	.first_add_item:nth-child(3) h1{
		color: #fff;
		padding: 139px 8px;
		font-size: 21px;
	
	}
	.first_add_item:nth-child(3){
	
		width: 20%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		height: 233px; 
		background-image: url(../add_three.jpg);
		background-size: cover;
		border-radius: 13px;
	}
	.first_add_item:nth-child(4) h1{
		color: #fff;
		padding: 139px 8px;
		font-size: 21px;
	
	}
	.first_add_item:nth-child(4){
	
		width: 20%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		height: 233px; 
		background-image: url(../add_four.jpg);
		background-size: cover;
		border-radius: 13px;
	}

/**********************************************************************************************
	1.2 Second add
**********************************************************************************************/			
	.second_add{
		width: 100%;
		height: auto;
		background-color: white;
	}
	.second_add_inside{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		height: auto;
		display: inline-flex;
	}
	.second_add_item p{
		color: red;
	}
	.second_add_item h1{
		color: black;
		font-weight: 900;
	}
	.second_add_item h3{
		color:black;
	}
	.second_add_item:nth-child(2){
		width: 45%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		height: 433px; 
		background-image: url(../add_second.jpg);
		background-size: cover; 
	} 
	
/**********************************************************************************************
	1.3 Fleet
**********************************************************************************************/			
	.fleet{
		width: 100%;
		height: auto;
		background-color: #eee;
	}
	.fleet_inside{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%; 
	}	
	.fleet_inside h1{
		color: black;
		font-weight: 900;
	}	
	.fleet_inside p{
		color: gray;
	}	
	.fleet_table{
		width: 100%;
		height: auto;
		display: inline-flex;
	}
	.fleet_item{
		width: 30%;
		margin-left: 1.5%;
		margin-right: 1.5%;
		height: auto;
	}
	.fleet_item h2{
		color: black;
	}
	.fleet_item a{
	  text-decoration: none;
		color: #00cccc;
	}
	.fleet_item img{
		width: 133px;
		height: 96px;
	}

/**********************************************************************************************
	1.4 Icons
**********************************************************************************************/		
	.icons{
		width: 100%;
		height: auto;
		background-color: white;
	}
	.icons_inside{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		height: auto;
		display: inline-flex;
	}
	.icon{
		width: 30%;
		margin: 1.5%;
		height: auto;
	}
	.icon h1{
		font-size: 21px;
		color: #008080;
	}
	.icon img{
		width: 99px;
		height: 99px;
	}

/**********************************************************************************************
	1.5 Box
**********************************************************************************************/	
	.box{
		width: 100%;
		height: auto;
		background-color: #eee;
	}
	.box_inside{
		width: 80%;
		height: auto;
		margin-right: 10%;
		margin-left: 10%;
		display: inline-flex;
	}
	.box_item1{
		width: 67%;
		margin: 1.5%;
		height: auto;
		background-color: white;
		border-radius: 5px;
		box-shadow: 0px 5px 21px 8px #dedede;
	}
	.box_item1 h1{
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	.box_item1 h2{
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	.box_item1 p{
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	.box_item2{
		width: 30%;
		margin: 1.5%;
		height: auto;
		background-color: white;
		border-radius: 5px;
		box-shadow: 0px 5px 21px 8px #dedede;
	}
	.box_item2 img{
		width: 90px;
		height: 90px;
	
	}
	.box_item2 h1{
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	.box_item2 p{
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	.footerS{
		width: 100%;
		height: auto;
	}
	.footer_inside{
		width: 80%;
		height: auto;
		margin-right: 10%;
		margin-left: 10%;
		display: inline-flex;
	}
	.footer_item{
		width: 20%;
		margin: 2.5%;
		height: auto;
	}
	.footer_item h1{
		color: #999999;
	}	
	.footer_item a{
		text-decoration: none;
		font-weight: 900;
		color: darkslategray;
	}
		
/**********************************************************************************************
	1.6 Cards
**********************************************************************************************/		
	.cards{
		width: 100%;
		height: auto;
		background-color: white;
	}
	.cards h1{
		font-size: 21px;
		color: #000;
			width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	.cards_inside{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		height: auto;
		display: inline-flex;
	}	
	.div-flex-cards{
	width: 33%;
	height: auto;
	display: inline-flex;
	}	
	.card{
		width: 30%;
		margin: 1.5%;
		height: auto;
		outline: solid transparent 1px; 
		border: transparent solid 1px;
	}
	.card img{
		
		outline: solid transparent 1px; 
		border: transparent solid 1px;
		width: 99px;
		height: 99px;
	}	
	.cartd a{
		
		outline: solid transparent 1px; 
		border: transparent solid 1px;
		width: 166px;
		height: auto;
		background-color: #008080;
		color: white;
		padding: 13px 33px 13px 33px;
		transition: 1s ease;text-decoration: none;
		font-size: 21px;
		border-radius: 5px;
		font-family: 'Rubik', sans-serif; 
	}
	.cartd a:hover{
		border: 1px solid #008080;
		text-decoration: none;
		width: 166px;
		height: auto;;
		padding: 13px 33px 13px 33px;
		background-color: #fff;
		color: #008080;  
		transition: 1s ease;
		font-size: 21px;
		border-radius: 5px;
	}
			
/**********************************************************************************************
	1.6.1 Remitly
**********************************************************************************************/	
	.remitly{
		width: 100%;
		height: auto;
		background-color: #f3f3f3;
	}
	.remitly_inside{
		width: 90%;
		margin-left: 5%;
		display:inline-flex;
		height: auto;
	}
	.remitly_item{
		width: 45%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		height: auto;
	}
	.remitly_item h1{
		color: #666;
		font-size: 33px;
		font-family: 'Rubik';
	}
	.remitly_item p{
		color: #333;
		font-size: 17px;
		font-weight: 900;
	}
	.remitly_flags{
		width: 90%;
		margin-left: 5%;
		display: inline-grid;
	}
	.remitly_flags_row5{
		width: 100%;
		height: auto;
		display: inline-flex;
	}
	.remitly_flags_row5_item{
		width: 18%;
		height: auto;
		margin: 1%;
	}
	.remitly_flags_row5_item img{
	    width: auto;	
	    height: auto;
	}
	.remitly_flags_row2{
		width: 100%;
		height: auto;
		display: inline-flex;
	}
	
	.remitly_flags_row2_item{
		width: 48%;
		height: auto;
		margin: 1%;
	}
	.remitly_flags_row2_item img{
	    width: auto;	
	    height: auto;;
	}
	
/**********************************************************************************************
	1.7 Banks
**********************************************************************************************/				
	.bank{
		width: 100%;
		height: auto;
		background-color: white;
	}
	.bank_inside{
		margin-top: 33px;
		margin-bottom: 33px;
		width: 80%;
		margin-left: 10%;
		display: inline-flex;
	}
	.bank_item{
		width: 50%;
		height: 100%; 
	}
	.bank_item img{
		width: 300px;
		height: 300px;
	}
	.bank_item a{
		width: auto;
		height: auto;
		background-color: #008080;
		color: white;
		padding: 13px 33px 13px 33px;
		border: 1px solid #008080;
		transition: 1s ease;text-decoration: none;
		
		font-family: 'Rubik', sans-serif;
		font-size: 17px;
		border-radius: 5px;
	}
	.bank_item a:hover{
		width: auto;
		height: auto;
		background-color: #fff;
		color: #008080; 
		border: 1px solid #008080;
		transition: 1s ease;
		font-size: 17px;
		border-radius: 5px;
		text-decoration: none;
	}
	
	
/**********************************************************************************************
	12 Bottom
**********************************************************************************************/	
	/*  social items  */
	.bottom {
		width: 100%;
		height: 60px;	
		background-color: #f7f7f7;	
		border-top: 1px solid #ddd; 
	}
	.bottom_social{
		width: 100%;
		height: auto;   
		align-content: center;
		align-items: center;
	}
	.bottom_social_items{
		display: inline-flex;
	}
	.bottom_social_items img{
		width: 33px;
		height: 33px;
		margin: 13px;;
	}
	/*   */
	.footer{
		height: 200px;
		width: 80%;
		margin-left: 10%;
		display: inline-flex;
		
	}
	.footer_item{
		margin-top: 33px;
		width: 30%;
		margin-right: 1.5%;
		margin-left: 1.5%;
		display:inline;
	}
	.footer_item a{
		text-decoration: none;
		color: #999;
		font-weight: 900; 
	}
	.footer_item a:hover{
		text-decoration: none;
		color: #666;
		transition: 1s ease;
		font-weight: 900; 
	}
	.lastfooter{
		height: 369px;
		width: 100%;
		margin-left: 0%;
		border-top: 1px solid #ccc; 
		position: relative;
	}
	.lastfooter img{
		height: 100px;
		width: 100px;
	}
	.powerby{
		background-color: #fff;
		width: 100%;height:70px;
		margin: 0;
		padding: 0;
		margin-bottom: -6px;
		color: #aaa;
	}
	.powerby a{
		font-family: 'rubik';
		text-decoration: none;
		position: relative;
		bottom: 0;
		color: #aaa;
	}
	.powerby a:hover{
		font-family: 'rubik';
		text-decoration: none;
		position: relative;
		bottom: 0;
		color: #999;
	}
	
 
	.upBtn{
	display: none;
	width: 39px;
	height: 39px; 
	background-color: gray;
	position: fixed;
	border-radius: 50%;	
	bottom: 96px;
	right:23px;
		z-index: 999;
		transition: 1s ease;
	}
	.upBtn:hover {
	width: 39px;
	height: 39px; 
	background-color: gray;
	position: fixed;
	border-radius: 50%;	
	bottom: 96px;
	right:23px;
		z-index: 999;
	}
	img.img_upbtn{
		 width:39px;height:39px; 
	}	
		
/*********************************
0.0.0. Button WA 
/*********************************/ 
a.button_wa{ 
right:10px;
bottom: 13px;
position: fixed;	
background-image: url(../wa0.png);
background-size: cover;	
width: 66px;
height: 66px;
z-index: 999;	

	
		transition: 1s ease;
	}
a.button_wa:hover{
right:10px;
bottom: 13px;
position: fixed;	
background-image: url(../wa.png);
background-size: cover;	
width: 66px;
height: 66px;
z-index: 999;
	}	

/*********************************
0.0.0. Button btnShopping_cart 
/*********************************/ 
a.btnShopping_cart{ 
left:10px;
bottom: 13px;
position: fixed;	
background-image: url(../iconCart.png);
background-size: cover;	
width: 66px;
height: 66px;
z-index: 999;	
transition: 1s ease;
	}
a.btnShoppingCart:hover{
left:10px;
bottom: 13px;
position: fixed;	
background-image: url(../iconCart.png);
background-size: cover;	
width: 66px;
height: 66px;
z-index: 999;
	}	
a.sizeShopping_cart{
text-decoration: none;	
left:55px;
	color: white;
background-color: #008080;	
bottom: 55px;
position: fixed;	
width: 33px;
height: 33px;
z-index: 999;	
transition: 1s ease;
border-radius: 21px;	
	}	
		
	
	
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   END desktop   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 	
}
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   END desktop   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 		

 	
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   MOBILE   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   MOBILE   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   MOBILE   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/ 
@media only screen and (max-width: 1333px){
/**********************************************************************************************
	0.0 top desktop
***********************************************************************************************/	
.backtop{
		width: 100%;
		height: 99px;
		background-color: white;
	}		
div#top_desktop{
	 height: auto;
	z-index: 999;
	 color: black;
	text-align: center; 
	font-weight: bold;
	position: fixed; 
	width: 100%;
	transition: 0.2s;
	}	 	
.contaner_top{
	background-color: transparent;
	max-width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	
} 	
.top_desktop_inside{ 
	width: 100%;
	height: 100%;
	}	
img#img-top{
	transition: linear 0.3s; 
	display: block;
	width:99px;
	height:99px;
	}	
.td_lateral_menu{
	width: auto;
	height: 100%;
	border: 1px solid #aaa;
	 background-image: linear-gradient(45rad,rgba(248,252,189,0.90), rgba(167,253,255,0.30));
	float: right;
	display: none;
	margin-top: -69px; 
	}	

/**********************************************************************************************
	0.1 menu lateral mobile
***********************************************************************************************/	 	
span.header_mobileBtn{
	margin-top: -69px;
	cursor:pointer;
  background-color: #eee;
	transition: linear 0.3s ;
	border-radius:8px;
	width: 39px;
	height:13px;
	text-align: center;  
	display: table;
	float: right;
	    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
       -moz-transform:scale(1.5,1); /* Firefox */
       -ms-transform:scale(1.5,1); /* IE 9 */
       -o-transform:scale(1.5,1); /* Opera */
       transform:scale(1.5,1); /* W3C */
	
	}
span.header_mobileBtn p{
	
	transition: linear 0.5s ;
		font-size:39px; 
		color:#008080;
		display: table-cell; 
		vertical-align: middle; 
	}	
/*   MENU LATERAL   */
.sidenav {  
	overflow-y:hidden;
    height: 100%;
	display:block;
    width: 80%;
	margin-right: -80%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #f6f6f6; 
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 14px;
	
}
.sidenav a {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
} 
.sidenav .closebtn {
    position: absolute; 
    font-size: 66px;
    margin-left: 50px;
	color: #008080;
	right: 13px;
	top: 13px;
} 
.sidenav_menu{
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	width: 100%;
	height: 100%;
	margin: 0%;   
	background-image: url(../materials1.jpg);
	background-size: cover;
	}
.sidenav_menu_option_first{ 
	width: 100%;
	height: auto; 
	 
	transition: linear 0.1s;
	} 
.sidenav_menu_option{ 
	width: 100%;
	height: auto; 
	transition: linear 0.1s; 
	}		
.sidenav_menu_option:hover{
	width: 100%;
	height: auto; 
	  
	} 
.sidenav_menu_option_first a{ 
	text-decoration: none;
	margin-left: 10%;
	width: 80%;
	margin-right: 10%;
	height: 100%;
	color:white;
	font-weight: 999;
	transition: linear 1s;
	} 
.sidenav_menu_option a{ 
	text-decoration: none;
	margin-left: 10%;
	width: 80%;
	padding-top: 8px;
	margin-right: 10%;
	height: 100%;
	color: #C4FFFF;
	font-weight: 550;
	transition: linear 1s;
	} 
.sidenav_menu_option a:hover{ 
	text-decoration: none;
	margin-left: 10%;
	width: 80%;
	margin-right: 10%;
	height: 100%;
	transition: linear 1s;
	} 
.div-flex-menu-lateral{
	padding: 8px;
	width: auto;
	height: auto;
	display: inline-flex;
}
.div-flex-menu-lateral img{
	margin-top: -2px;
	width: 33px;;
	height: 21px;
}
	
	 

/**********************************************************************************************
	1.0 Buttons Motor Search
***********************************************************************************************/	 
.buttons_search{
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	height: auto;
	}	
.buttons_search_father{
	width: 100%;
	height: auto;
	display: inline-grid;		
	}
.buttons_search_son{
	width:auto;
	height: auto;
	display: inline-flex;
	}	
.div-grid-buttons{
	width: 25%;;
	height: auto;
	display: inline-grid;
	margin: 0px;
}

/**********************************************************************************************
	1.0.1 Select car
**********************************************************************************************/		
	.select_car{
		width: 100%;
		height: 399px;
		padding: 0;
		margin: 0;
		background-image: url(../index_m.jpg);
		background-size: cover;
		 background-attachment:scroll;
z-index: -1;
	}
	.select_car h1{
		color: #FFF	; 
		width: 60%;
		border-bottom-right-radius: 33px;
		font-size: 33px;
		font-family: 'Rubik', sans-serif;
		padding: 36px 0px 0px 33px;
		height: auto;
		background-color: transparent;
	}
	.select_car h2{
		color: white;
		padding: 193px 10px ;
		font-size: 21px;
	}

	.col-sm-4{
		margin-top: 21px;
		background-color: white;
		border-radius: 0px; 
	}
	.col-sm-4 img {
	height: 199px;
	width: 266px;	
	}
   .col-sm-4 h3 {
	color: #000;
	   font-family: 'Rubik';
	font-weight: 300;
	   font-size: 21px;
	}
	.col-sm-4 p {
		width: 166px;
		height: auto;
		padding: 3px 13px 3px 13px;
		background-color: #008080;
		border-radius: 5px;
		text-decoration: none;
	color: #fff;	
	font-family: 'Rubik', sans-serif;
		transition: 1s ease;
	}
	.col-sm-4 p:hover {
		width: 166px;
		height: auto;
		padding: 3px 13px 3px 13px;
		background-color: #005757;
		border-radius: 5px;
		text-decoration: none;
	color: #fff;	
	font-family: 'Rubik', sans-serif;
		transition: 1s ease;
	}
/**********************************************************************************************
	1.1 First add
**********************************************************************************************/			
	.first_add{
		width: 100%;
		height: auto;
		background-color: white;
	}
	.first_add_inside{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		height: auto;
		display: inline-grid;
	}
	.first_add_item:nth-child(1) h1{
		color: #fff;
		padding: 269px 8px;
		font-size: 21px;
	
	}
	.first_add_item:nth-child(1){
	
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		height: 333px; 
		background-image: url(../add_one.jpg);
		background-size: cover;
		border-radius: 0px;
		
	} 
	.first_add_item:nth-child(2) h1{
		color: #fff;
		padding: 279px 8px;
		font-size: 21px;
	
	}
	.first_add_item:nth-child(2){
	
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		height: 333px; 
		background-image: url(../add_two.jpg);
		background-size: cover;
		border-radius: 0px;
		
	} 
	.first_add_item:nth-child(3) h1{
		color: #fff;
		padding: 269px 8px;
		font-size: 21px;
	
	}
	.first_add_item:nth-child(3){
	
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		height: 333px; 
		background-image: url(../add_three.jpg);
		background-size: cover;
		border-radius: 0px;
		
	} 
	.first_add_item:nth-child(4) h1{
		color: #fff;
		padding: 239px 8px;
		font-size: 21px;
	
	}
	.first_add_item:nth-child(4){
	
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		height: 333px; 
		background-image: url(../add_four.jpg);
		background-size: cover;
		border-radius: 0px;
	} 

/**********************************************************************************************
	1.2 Second add
**********************************************************************************************/			
	.second_add{
		width: 100%;
		height: auto;
		background-color: white;
	}
	.second_add_inside{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		height: auto;
		display: inline-grid;
	}
	.second_add_item p{
		color: red;
	}
	.second_add_item h1{
		color: black;
		font-weight: 900;
	}
	.second_add_item h3{
		color:black;
	}
	.second_add_item:nth-child(2){
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		height: 433px; 
		background-image: url(../add_second.jpg);
		background-size: cover;
		border-radius: 13px;
	} 		
	 	
/**********************************************************************************************
	1.3 Fleet
**********************************************************************************************/			
	.fleet{
		width: 100%;
		height: auto;
		background-color: #eee;
	}
	.fleet_inside{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%; 
	}	
	.fleet_inside h1{
		color: black;
		font-weight: 900;
	}	
	.fleet_inside p{
		color: gray;
	}	
	.fleet_table{
		width: 100%;
		height: auto;
		display: inline-grid;
	}
	.fleet_item{
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		height: auto;
	}
	.fleet_item h2{
		color: black;
	}
	.fleet_item a{
	  text-decoration: none;
		color: #00cccc;
	}
	.fleet_item img{
		width: 133px;
		height: 96px;
	}
	

/**********************************************************************************************
	1.4 Icons
**********************************************************************************************/		
	.icons{
		width: 100%;
		height: auto;
		background-color: white;
	}
	.icons_inside{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		height: auto;
		display: inline-grid;
	}
	.icon{
		width: 90%;
		margin: 5%;
		height: auto;
	}
	.icon h1{
		font-size: 17px;
		color: #008080;
	}
	.icon img{
		width: 99px;
		height: 99px;
	}
/**********************************************************************************************
	1.5 Box
**********************************************************************************************/	
	.box{
		width: 100%;
		height: auto;
		background-color: #eee;
	}
	.box_inside{
		width: 98%;
		height: auto;
		margin-right: 1%;
		margin-left: 1%;
		display: inline-grid;
	}
	.box_item1{
		width: 97%;
		margin: 1.5%;
		height: auto;
		background-color: white;
		border-radius: 5px;
		box-shadow: 0px 5px 21px 8px #dedede;
	}
	.box_item1 h1{
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	.box_item1 h2{
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	.box_item1 p{
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	.box_item2{
		width: 96%;
		margin: 1.5%;
		height: auto;
		background-color: white;
		border-radius: 5px;
		box-shadow: 0px 5px 21px 8px #dedede;
	}
	.box_item2 img{
		width: 69px;
		height: 69px;
	
	}	
	.footerS{
		width: 100%;
		height: auto;
	}
	.footer_inside{
		width: 98%;
		height: auto;
		margin-right: 1%;
		margin-left: 1%;
		display: inline-grid;
	}
	.footer_item{
		width: 90%;
		margin: 5%;
		height: auto;
	}	
	.footer_item h1{
		color: #999999;
	}	
	.footer_item a{
		text-decoration: none;
		font-weight: 900;
		color: darkslategray;
	}
	

/**********************************************************************************************
	1.6 Cards
**********************************************************************************************/		
	.cards{
		width: 100%;
		height: auto;
		background-color: white;
	}
	.cards h1{
		font-size: 21px;
		color: #000;
			width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	.cards_inside{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		height: auto;
		display: table;
		align-items: center;
		align-content: center;
	}
	.div-flex-cards{
	width: 100%;
	height: auto;
	display: inline-flex;
	}
	.card{
		width: 97%;
		margin: 1.5%;
		height: auto;
	}
	.card img{
		width: 99px;
		height: 99px;
	}

	
	
	/**********************************************************************************************
	1.6.1 Remitly
**********************************************************************************************/	
	.remitly{
		width: 100%;
		height: auto;
		background-color: #f3f3f3;
	}
	.remitly_inside{
		width: 90%;
		margin-left: 5%;
		display:inline-grid;
		height: auto;
	}
	.remitly_item{
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		height: auto;
	}
	.remitly_item h1{
		color: #666;
		font-size: 21px;
		font-family: 'Rubik';
	}
	.remitly_item p{
		color: #333;
		font-size: 17px;
		font-weight: 900;
	}
	.remitly_flags{
		width: 90%;
		margin-left: 5%;
		display: inline-grid;
	}
	.remitly_flags_row5{
		width: 100%;
		height: auto;
		display: inline-flex;
	}
	.remitly_flags_row5_item{
		width: 18%;
		height: auto;
		margin: 1%;
	}
	.remitly_flags_row5_item img{
	    width: 55px;	
	    height: 39px;
	}
	.remitly_flags_row2{
		width: 100%;
		height: auto;
		display: inline-flex;
	}
	.remitly_flags_row2_item{
		width: 48%;
		height: auto;
		margin: 1%;
	}
	.remitly_flags_row2_item img{
	    width: 55px;	
	    height: 39px;
	}
	
	
/**********************************************************************************************
	1.7 Banks
**********************************************************************************************/				
	.bank{
		width: 100%;
		height: auto;
		background-color: white;
	}
	.bank_inside{
		margin-top: 33px;
		margin-bottom: 33px;
		width: 80%;
		margin-left: 10%;
		display: inline-grid;
	}
	.bank_item{
		width: 100%;
		height: 100%; 
	}
	.bank_item img{
		width: 300px;
		height: 300px;
	}
 		
	
	
/**********************************************************************************************
	12 Bottom
**********************************************************************************************/	
	/*  social items  */
	.bottom {
		width: 100%;
		height: 60px;	
		
	}
	.bottom_social{
		width: 100%;
		height: auto;   
		align-content: center;
		align-items: center;
	}
	.bottom_social_items{
		display: inline-flex;
	}
	.bottom_social_items img{
		 
		width: 33px;
		height: 33px;
		margin: 13px;;
	}
	/*   */
	.footer{
		height: auto;
		width: 80%;
		margin-left: 10%;
		display: inline-grid;
		
	}
	.footer_item{
		margin-top: 33px;
		width: 100%;
		margin-right: 1.5%;
		margin-left: 1.5%;
		display:inline;
	}
	.footer_item a{
		text-decoration: none;
		color: #999;
		font-weight: 900; 
	}
	.footer_item a:hover{
		text-decoration: none;
		color: #666;
		transition: 1s ease;
		font-weight: 900; 
	}
	.lastfooter{
		height: 369px;
		width: 100%;
		margin-left: 0%;
		border-top: 1px solid #ccc; 
		position: relative;
	}
	.lastfooter img{
		height: 100px;
		width: 100px;
	}
	.powerby{
		background-color: #fff;
		width: 100%;height:70px;
		margin: 0;
		padding: 0;
		margin-bottom: -6px;
		color: #aaa;
	}
	.powerby a{
		font-family: 'rubik';
		text-decoration: none;
		position: relative;
		bottom: 0;
		color: #aaa;
	}
	.powerby a:hover{
		font-family: 'rubik';
		text-decoration: none;
		position: relative;
		bottom: 0;
		color: #999;
	}
 
	
	.upBtn{
	display: none;
	width: 39px;
	height: 39px; 
	background-color: #545454;
	position: fixed;
	border-radius: 50%;	
	bottom: 90px;
	right:25px; 
	}
	.upBtn:hover {
	width: 39px;
	height: 39px; 
	background-color: black;
	position: fixed;
	border-radius: 50%;		
	bottom: 90px;
	right:25px; 
	}
	img.img_upbtn{
		 width:42px;height:42px; 
	}	
	
			
/*********************************
0.0.0. Button WA 
/*********************************/ 
a.button_wa{ 
right:20px;
bottom: 33px;
position: fixed;	
background-image: url(../wa0.png);
background-size: cover;	
width: 46px;
height: 46px;
z-index: 999;	

	
		transition: 1s ease;
	}
a.button_wa:hover{
right:20px;
bottom: 33px;
position: fixed;	
background-image: url(../wa.png);
background-size: cover;	
width: 46px;
height: 46px;
z-index: 999;
	}	
	
			
/*********************************
0.0.0. Btn Shopping cart
/*********************************/ 
a.btnShopping_cart{ 
left:20px;
bottom: 33px;
position: fixed;	
background-image: url(../iconCart.png);
background-size: cover;	
width: 46px;
height: 46px;
z-index: 999;	

	
		transition: 1s ease;
	}
a.btnShopping_cart:hover{
left:20px;
bottom: 33px;
position: fixed;	
background-image: url(../iconCart.png);
background-size: cover;	
width: 46px;
height: 46px;
z-index: 999;
	}	

a.sizeShopping_cart{ 
left:55px;
	color: white;
background-color: #008080;	
bottom: 55px;
position: fixed;	
width: 33px;
height: 33px;
z-index: 999;	
transition: 1s ease;
border-radius: 21px;	
	}	
			
		
	
	
	
}