/*-----------------------------------------------------------------------------------
	    Refaccionaria Francesa
	    By Manuel Rosique
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.2);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.8);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}


/* = Text Widths
-------------------------------------------------------------- */
.text-w-90{
	max-width:90%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-lg li{
	padding-bottom:20px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* iFrame */

iframe{
	border:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1920px;
}
.background-menu-nav{
	width:92%;
	max-width:1280px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FEFFFE;
	box-shadow:0px 3px 14px rgba(38,38,38,0.1);
}
.navbar-brand img{
	width:140px;
}
.txt-nav{
	font-size:12px;
	font-family:"Roboto";
	letter-spacing:1px;
	color:#282A2C!important;
	margin-right:15px;
}
.h4-style{
	font-family:Roboto;
	line-height:24px;
}
.p-style{
	line-height:12px;
	font-family:Roboto;
	font-size:12px;
}
.row-ubicacion-tienda{
	height:150%;
	margin-right:auto;
	margin-left:auto;
	max-width:1280px;
	width:98%;
}
.h6-3-style{
	line-height:16px;
}
.row{
	margin-right:auto;
	margin-left:auto;
}
.especializacion-center{
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
}
.row-promociones-ancho{
	margin-right:auto;
	margin-left:auto;
	max-width:1280px;
}
.h1-style{
	font-family:Roboto;
	line-height:px;
}
.h1-2-style{
	font-family:Roboto;
}
.h3-style{
	font-family:Roboto;
	margin-right:auto;
	margin-left:auto;
}
.h5-style{
	font-family:Roboto;
}
.h5-bloc-5-style{
	font-family:Roboto;
}
.h5-3-style{
	font-family:Roboto;
}
.h5-4-style{
	font-family:Roboto;
}
.row-prodcutos{
	max-width:1280px;
	margin-right:auto;
	margin-left:auto;
}
.row-marcas{
	max-width:1280px;
	margin-right:auto;
	margin-left:auto;
}
.owl-row{
	height:80px;
}
.h1-bloc-6-style{
	font-family:Roboto;
}
.menu-footer{
	font-family:"Roboto";
	font-size:14px;
	color:#EEEFEE!important;
	letter-spacing:1px;
	margin-bottom:5px;
}
.p-footer-style{
	font-size:12px;
}
.row-maps{
	max-width:1280px;
	margin-right:auto;
	margin-left:auto;
}
.parrafo-maps-center{
	margin-right:auto;
	margin-left:auto;
}
.p-bloc-9-style{
	font-family:Roboto;
}
.p-6-style{
	font-family:Roboto;
}
.p-7-style{
	font-family:Roboto;
}
.h1-5-style{
	font-family:Roboto;
}
.center-marcas{
	margin-right:auto;
	margin-left:auto;
	width:300px;
	background-color:transparent;
	border-color:rgba(0,0,0,0.0)!important;
}
.content-marcas{
	max-width:1280px;
}
.boton-renaul-center{
	margin-left:auto;
	margin-right:auto;
}
.boton-renault-catalago{
	font-family:"Roboto";
	font-weight:bold;
	font-size:25px;
	background-color:transparent;
	border-color:rgba(0,0,0,0.0)!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.marcas-margen{
	max-width:1280px;
	padding-top:10px;
	padding-bottom:10px;
}
.h1-bloc-13-style{
	font-family:Roboto;
}
.img-style{
	height:125px;
}
.img-31-style{
	height:125px;
}
.img-28-style{
	height:125px;
}
.img-29-style{
	height:125px;
}
.sin-line{
	background-color:transparent;
	border-color:rgba(0,0,0,0.0)!important;
}
.targeta-margenes{
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
}
.p-9-style{
	font-size:12px;
}
.p-10-style{
	font-size:12px;
}
.p-11-style{
	font-size:12px;
}
.p-12-style{
	font-size:12px;
}
.boton-opciones{
	background-color:transparent;
	border-style:solid;
	border-color:rgba(0,0,0,0.2)!important;
	text-shadow:0px 0px 0px rgba(0,0,0,0.0);
	border-width:1px 1px 1px 1px;
}
.img-recurso-1-style{
	height:70px;
}
.img-marcas-style{
	height:70px;
}
.img-8-style{
	height:150px;
	margin-top:20px;
}
.p-3-style{
	font-size:12px;
}
.p-4-style{
	font-size:12px;
}
.p-5-style{
	font-size:12px;
}
.p-28232-style{
	font-size:12px;
}
.p-13-style{
	font-size:12px;
}
.p-14-style{
	font-size:12px;
}
.p-15-style{
	font-size:12px;
}
.p-16-style{
	font-size:12px;
}
.p-17-style{
	font-size:12px;
}
.p-18-style{
	font-size:12px;
}
.h6-style{
	line-height:px;
}
.img-margin-top{
	margin-top:20px;
}
.label-style{
	font-family:Roboto;
}
.bloc-margin-top{
	margin-top:16px;
}
.margen-interiores{
	padding-top:50px;
	padding-bottom:50px;
}
.bloc-0-margin-top{
	margin-top:23px;
}
.buto-login{
	margin-bottom:15px;
	max-width:300px;
	margin-right:auto;
	margin-left:auto;
	border-radius:100px 100px 100px 100px;
}
.avatar{
	width:150px;
	height:150px;
}
.margen-targeta-log{
	padding-top:25px;
	padding-bottom:25px;
	max-width:400px;
	margin-right:auto;
	margin-left:auto;
	box-shadow:-13px 6px 25px rgba(0,0,0,0.1);
	border-radius:20px 20px 20px 20px;
}
.alienar{
	margin-bottom:85px;
}
.espacio{
	padding-bottom:40px;
}
.tabla-icono{
	border-style:solid;
	border-color:rgba(94,96,97,0.5)!important;
	max-height:31px;
	border-width:1px 1px 1px 1px;
}
.h6-44-style{
	font-size:px;
}
.line-celda{
	border-style:solid;
	border-color:rgba(94,96,97,0.5)!important;
	border-width:1px 1px 1px 1px;
}
.casilla{
	border-style:solid;
	border-color:rgba(94,96,97,0.5)!important;
	border-width:0px 1px 0px 0px;
}
.casilla-general{
	border-color:rgba(94,95,97,0.5)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.espacio-2{
	margin-top:15px;
}
.row-eq-height{
	;
}
.tarjeta-general{
	min-width:150px;
}
.option-select-margin-top{
	margin-top:9px;
}
.container-div-margin-top{
	margin-top:10px;
}
.btn-r{
	background-color:#137DC9;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	color:#127BC9!important;
	font-weight:bold;
}
.btn-r:hover{
	color:#127BCA!important;
	font-weight:bold;
}
.btn-r:active{
	color:#127BCA!important;
	font-weight:bold;
}
.btn-p{
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-color:#137BC9;
	font-weight:bold;
	color:#FEFFFE!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color:#127AC9;
	font-weight:bold;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-isabelline{
	background-color:#EEECEB;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-ghost-white{
	background-color:#F7F7FA;
}
.bgc-white-smoke{
	background-color:#F6F6FA;
}
.bgc-dark-jungle-green{
	background-color:#262626;
}
.img-ws-style{
	width:150px;
}
.img-63-style{
	width:150px;
}
.img-bosch-style{
	width:200px;
}
.img-brembo--2-style{
	width:250px;
}
.img-valeo-style{
	width:300px;
}
.img-valeo-lo-style{
	width:200px;
}

/* Text colour styles */

.tc-medium-jungle-green{
	color:#282A2C!important;
}
.tc-dark-jungle-green{
	color:#262626!important;
}

/* Button colour styles */

.btn-medium-jungle-green{
	background:#282A2C;
	color:#FFFFFF!important;
}
.btn-medium-jungle-green:hover{
	background:#202223!important;
	color:#FFFFFF!important;
}
.btn-true-blue{
	background:#0068DF;
	color:#FFFFFF!important;
}
.btn-true-blue:hover{
	background:#0053b2!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-medium-jungle-green{
	color:#282A2C!important;
}
.ltc-medium-jungle-green:hover{
	color:#202223!important;
}

/* Icon colour styles */

.icon-true-blue{
	color:#0068DF!important;
	border-color:#0068DF!important;
}

/* Bloc image backgrounds */

.bg-nosotros-01{
	background-image:url("img/nosotros-01.jpg");
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.row-ubicacion-tienda{
		height:130%;
	}
	.img-recurso-1-style{
		height:48px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.row-ubicacion-tienda{
		height:130%;
	}
	.h1-promociones-style{
		font-size:30px;
	}
	.h1-2-style{
		font-size:30px;
	}
	.row-prodcutos{
		max-width:1280px;
		margin-left:auto;
		margin-right:auto;
	}
	.espace-tarjeta{
		margin-bottom:10px;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.row-ubicacion-tienda{
		height:130%;
	}
	.h1-style{
		font-size:30px;
	}
	.h1-bloc-6-style{
		font-size:30px;
	}
	.margin-targetas{
		margin-bottom:5px;
	}
	.espace-tarjeta{
		margin-bottom:10px;
	}
	.img-marcas-style{
		height:35px;
	}
	.img-recurso-1-style{
		height:35px;
	}
	.row-eq-height{
	}
	.tarjeta-general{
		min-width:200px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

