/*
Theme Name: Renault
Theme URI: https://plugins.div-it.com.ar/renault
Author: Dex
Author URI: https://dex360.net
Description: This is a description of the theme. Renault is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, DS is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: renault

Renault WordPress Theme, (C) 2022-2023 WP Engine.
Renault is distributed under the terms of the GNU GPL.

/*    
    1. General
    2. Header
    3. Main_content
    4. Footer
    5. Responsive
    
	Color > yellow =  #EDDD4A
*/

/*---------------------------------
# 1. General
-----------------------------------*/
html {
    margin:0px !important;
	scroll-behavior: smooth;	
}

body {
    font-family: 'NouvelR' !important;
}

h1, .h1 { font-size: 2.1rem !important; }
h2, .h2 { font-size: 1.7rem !important; }
h3, .h3 { font-size: 1.5rem !important; }
h4, .h4 { font-size: 1.2rem !important; }
h5, .h5 { font-size: 1.1rem !important; }
h6, .h6 { font-size: 1rem !important; }

p a {
    color: black !important;
}

@font-face {
    font-family: 'NouvelR';
    src:  url('assets/fonts/NouvelRRegular.woff');
    src:  url('assets/fonts/NouvelRRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'NouvelR';
    src:  url('assets/fonts/NouvelRBold.woff');
    src:  url('assets/fonts/NouvelRBold.woff') format('woff');
    font-weight: bold;
    font-style: bold;
    font-display: block;
}

.container-fluid{
	overflow: hidden;
}

.bg-black{
	background: black;
}


/*---------------------------------
# 2. Header
-----------------------------------*/
.header-fixed {
	background-color: white !important;
  	left: 0;
  	opacity: 1;
	pointer-events: none;
	position: fixed !important;
	top: 0;
}
.header-fixed .renault-location p,
.header-fixed .menu li a {
    color: black !important;
}
.header-fixed .col-md-3.text-center.mt-4 img, 
.header-fixed .dealer-logo img,
.header-fixed .renault-logo img {
	filter: invert(1) brightness(2);
}
.header-translate {
	position: absolute;
	opacity: 0;
	transform: translateY(-150px); 
}
.site-header.header-fixed.header-visible {
	background-color: white !important;
	opacity: 1;
	transform: translateY(0) !important;
	pointer-events: auto;
	box-shadow: 2px 4px 5px rgb(0 0 0 / 10%);
}
.header-pp {
	background: transparent;
    min-height: 120px;
}
.site-header {
    position: absolute;
	/* transform: translateY(-100%); */
	transition: opacity 0.4s ease, transform 0.4s ease, background-color 0.4s ease;
	z-index: 1001;
}
.header-general .header-pp {
	min-height: auto;
}
.renault-logo {
	margin-top: 10px !important;
}
.renault-location {
	color:#FFFFFF;
}
.renault-location p {
	font-size: .9em;
}
.renault-location span {
	font-weight: 100;
}
.dealer-logo img {
	height: auto;
	margin-top: 40px;
	max-width: 7.5rem;
}


/*---------------------------------
# 3. Main_content
-----------------------------------*/
.justify-content-center {
    display: -webkit-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
}
.test-drive-content .card-body a,
.btn-yellow{
	background-color: #EDDD4A;
	border-color: #EDDD4A;
    color: black;
	display: inline-block;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
}
.test-drive-content .card-body a:hover,
.btn-yellow:hover{
	background-color: #000000;
	color: #FFFFFF !important;
}
/*
.title-line::before, .title-line::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #D3D3D3;
    width: 13rem;
    margin: 0 1rem;
    transform: translateY(-0.5rem);
}
*/
.card-center-destacadas{
    display: inline-table;
    color: white;
	font-weight: bold;
    left: 0;
    margin: auto;
	right: 0;
	position: absolute;
	text-align: center;
    top: 38%;
}
.card {
    border: none !important;
    margin: 1rem 0;
}
.card-img-top {
    border-radius: 20px 20px 0 0 !important;
}
.card-footer {
    border-radius: 0 0 20px 20px !important;
}

@media(max-width: 768px){
	.card-center-destacadas {
    	font-size: 1rem !important;
    	top: 30%;
	}

	.card-footer a {
    	font-size: .85em !important;
	}

	.card-colum{
		padding: 0 0.25rem!important;
	}

	.title-line {
	    font-size: 1.5rem;
	}

	.title-line::before, .title-line::after {
	    display: none;
	}

}

footer{
	background-color: black;
}
.footer-menu-container p {
    color: white;
}
.footer-menu-container ul {
    list-style: none;
    padding: 0;
}
#menu-principal-1 li.menu-item {
    padding: 0.5rem 0;
}
.menu {
	font-family: 'NouvelR', sans-serif;
	color: white !important;
	display: flex; 
    list-style: none; 
    padding: 0;
	justify-content: start;
}
.menu li {
    margin-right: 2rem; 
}
.menu li a {
    color: white !important;
}
.titulo {
	font-family: 'NouvelR', sans-serif;
	color: white;
	font-size: 15px;
    margin-left: 50px;
}
.redesSociales {
	font-family: 'NouvelR', sans-serif;
	color: white !important;
	display: inline-flex; 
    list-style: none; 
	font-size: 19px;
}
.redesSociales li {
    margin-right: 10px; 
	color: white!important;
}
.redesSociales li a {
    margin-right: 10px; 
	color: white!important;
}
.redes-container {
    margin-left: auto; 
}
.descubrir-button-container {
	font-size: 15px;
	border-radius: 50px;
	font-family: 'NouvelR', sans-serif;
	color: black !important;
	background-color: white !important;
	text-align: center;
	padding: 10px 25px 10px 25px;
	max-width: fit-content;
	margin: 0 auto;
	margin-bottom: 49px;
}

.postTitle {
    justify-content: center;
    text-align: center;
    display: flex;
}
.post_wrapper a{
    font-family: 'NouvelR', sans-serif;
    color: white;
    display: grid;
    place-items: center;
    z-index: 1;
    margin-bottom: -30rem;
    text-decoration: none !important;
}
.father-button {
	justify-content: center;
    display: flex;
	margin-left: -26px;
	margin-bottom: 55px;

}
.staticSection {
	background-color: white !important;
	display: flex;
}
.sectionImage {
	width: 52% !important;
	margin: 55px 55px 55px 24px;
	border: 2px solid black !important;
}
.textSection {
	max-width: 40%;
	margin-top: 55px;
    margin-left: 55px;
}
.button-slider-white{
	border-radius: 50px;
	font-family: 'NouvelR', sans-serif;
	color: black !important;
	background-color: white !important;
	padding: 7px 11px 8px 11px;
	margin-top: -4rem !important;
}

.sectionStaticTitle {
	font-size: 50px;
	font-weight: lighter;
	font-family: 'NouvelR', sans-serif;
}

.sectionTitleTwo {
	font-size: 27px;
	font-weight: lighter;
	font-family: 'NouvelR', sans-serif;
	margin-bottom: 2rem;
}

.sectionDescription {
	font-family: 'NouvelR', sans-serif;

}

.section2Image {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0px 55px 0px 0px !important;
}

.staticSection2 {
	background-color: white !important;
}

.textSection2 {

    margin-left: 55px;
}

.sectionStaticTitle2 {
	font-family: 'NouvelR', sans-serif;
}

.detailSection2 {
	padding-bottom: 2rem;
	display: flex;
	justify-content: flex-end;
	
}

.sectionTitleTwo2{
	font-family: 'NouvelR', sans-serif;
}

.divSection2{
	margin-bottom: 50px;
}

.linea-separadora-derecha {
	position: relative;
  }
  
  .linea-separadora-derecha::after {
	content: "";
    position: absolute;
    bottom: -5px;
    right: 1px;
    width: 10%;
    height: 2px;
    background-color: #000;
  }
  
.linea-separadora-izquierda {
	position: relative;
  }
  
  .linea-separadora-izquierda::after {
	content: "";
    position: absolute;
    bottom: -10px;
    left: 1px;
    width: 24%;
    height: 2px;
    background-color: #000;
  }

 .lsc {
	position: relative;
  }
  
  .lsc::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: #000;
    right: 0;
    margin: auto;
  }


.lsic {
	position: relative;
  }
  
.lsic::after {
	content: "";
    position: absolute;
    bottom: -7px;
    left: 1px;
    width: 10%;
    height: 2px;
    background-color: #000;
  }

.footer-father {
	font-family: 'NouvelR', sans-serif;
    font-size: 30px;
  }

.footer-menu-container a{
	font-family: 'NouvelR', sans-serif;
	color: white !important;
	display: flex;
    list-style: none !important; 
	font-size: 16px;
	list-style-type: none !important;
    padding-left: 0;
  }

#menu-footer3 li{
	list-style: none !important; 
	list-style-type: none !important;
    padding-left: 0;
	margin: 15px 0px 15px 0px;

  }

#menu-footer2 li{
	list-style: none !important; 
	list-style-type: none !important;
    padding-left: 0;
	margin: 15px 0px 15px 0px;
  }

#menu-footer1 li{
	list-style: none !important; 
	list-style-type: none !important;
    padding-left: 0;
	margin: 15px 0px 15px 0px;
  }

#menu-footer3{
	display: contents;
  }

#menu-footer2{
	display: contents;
  }

#menu-footer1{
	display: contents;
  }

.divisoria {
	height: 1px;
	background-image: linear-gradient(to right, transparent 20%, black 20%, black 80%, transparent 80%);
	background-position: bottom;
	background-size: 100% 1px;
	background-repeat: no-repeat;

  }
  
.footerPostventa {
	background-color: #edeaea;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black !important;
    font-size: 12px;
    font-weight: 600;
    padding: 16px 0px 0px 0px;
}

.footerTerminosycondiciones{
	color: #edeaea;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: black !important;
    font-size: 12px;
    font-weight: 600;
    padding: 16px 0px 0px 0px;
}
.footerTerminosycondiciones a{
	color: #edeaea !important;
	text-decoration: underline;
}

.no-results {
	display: none !important;
}


.navbar-light .navbar-toggler{
	color: white;
    border-color: white;
}
.zBurger {
	z-index: 9999;
	font-family: 'NouvelR', sans-serif;
	color: white !important;
	background-color: transparent;
}

.zBurgerMobile {
	background-color: transparent !important;
}


.zBurgerMobile a{
	color: white !important;
	padding-right: 60px;
	font-size: 12px;	
}
.marginBurger {
	margin-top: 1.5rem !important;
}

.draggable {
	padding: 0px 0px 0px 35px!important;
}

.nav-item-header{
	list-style: none;
	padding: 1rem;
}

.nav-item-header a{
	color: white !important;
}

.formFather .formDiv p{
	width: 100% !important;
}
.formFather select {
	width: 100% !important;
}
.formFather .formDiv textarea{
	width: 100% !important;
}
.classContact {
	background-color: black;
    color: white;
    padding: 10px;
	font-size: 14px;
}

.card-sucursal--telefonos a {
	color: white;
}

@media(min-width: 768px){
	.spacing-card {
	    margin-right: 3rem;
	}
}


.only-you{
	padding-right: 3rem!important;
}

/* contact form 7*/

input.wpcf7-form-control {
    border: 1px solid #ccc;
    font-size: 14px !important;
    margin-bottom: 1.3em;
    min-height: 40px;
    padding-left: 10px;
    transition: box-shadow .3s,border-color .3s;
    width: 47%;
    margin-right: 2rem;
}

.wpcf7-textarea {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 1.3em;
    min-height: 40px;
    padding-left: 10px;
    transition: box-shadow .3s,border-color .3s;
    width: 97%;
    margin-right: 2rem;
}

.wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 input.btn-main {
    width: auto;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #000 !important;
opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000 !important;
opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000 !important;
opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000 !important;
opacity: 1;
}

.form-box :-moz-placeholder,
.form-box ::-moz-placeholder,
.form-box :-ms-input-placeholder,
.form-box ::-webkit-input-placeholder { 
color: #ffffff !important;
}

.wpcf7-submit{
    float: right;
    background: black;
    color: white;
    width: 12rem !important;
    height: 3.5rem;
    border-radius: 50px;
    font-size: 18px !important;
	cursor: pointer;
}

/* popup form */
.popup__content .wpcf7-select,
.popup input.wpcf7-form-control,
.popup .wpcf7-textarea {
    width:100% !important;
    margin-bottom: .85em !important;
}
.popup input.wpcf7-form-control.wpcf7-submit {
	margin: 0 !important;
	height:auto !important;
	font-size: 16px !important;
	min-height: 25px !important;
	line-height: 90%;
}

.popup .popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}

.menu-car{
	text-align: end;
}

@media(max-width: 768px){
	.only-you{
		padding-right: 0 !important;
	}

	/* .slide-img-mobile{
		height: 18rem !important;
    	object-fit: cover;
	} */

	.menu-car{
		text-align: initial;
	}

	.wpcf7-submit{
	    float: initial;
	    width: 100% !important;
		cursor: pointer;
	}
}


/* FORM CONTACTO */

.ds-pv-form .wpcf7-form input[type=button].border-light, 
.ds-pv-form .wpcf7-form input[type=reset].border-light, 
.ds-pv-form .wpcf7-form input[type=submit].border-light {
    border:1px solid #f8f9fa !important;
	margin:0px auto !important;
	cursor:pointer !important;
	padding: 10px 0px !important;
	background-color: #000 !important;
	font-family: 'NouvelR', sans-serif;
	font-size:1rem !important;
}

.ds-pv-form .wpcf7-form input[type=button].border, 
.ds-pv-form .wpcf7-form input[type=reset].border, 
.ds-pv-form .wpcf7-form input[type=submit].border {
    border-radius: 50px;
}

.ds-pv-form .wpcf7 form.invalid .wpcf7-response-output, 
.ds-pv-form .wpcf7 form.unaccepted .wpcf7-response-output, 
.ds-pv-form .wpcf7 form.payment-required .wpcf7-response-output {
    color:white;
}


/* POST VENTA */
/* /////////////////////////////////////// */
.ds-title {
	font-weight:400px;
	display:inline-block;
	margin-bottom:45px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.ds-title:after {
	background:#000;
	content:'';
	height:1px;
	left:0;
	margin: 10px auto;
	position:absolute;
	right:0;
	top:95%;
	width:60%;
}

/* Post Venta - Servicies */

/* nav-tabs  */
.dv-pv-servicios-info .nav-tabs {
	box-shadow: 1px -1px 9px 1px rgba(0,0,0,0.10);
	-webkit-box-shadow: 1px -1px 9px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 1px -1px 9px 1px rgba(0,0,0,0.10);
}

.dv-pv-servicios-info .nav-tabs li {
	border-right:1px solid #eeeeee;
}

.nav-tabs li:last-child {
	border-right:none;
}

/* nav-tabs a */
.dv-pv-servicios-info .nav-tabs a {
	background:#fff;
	color:#000;
	display:block;
	padding:20px 40px 10px;
	min-height: 210px;
}

.dv-pv-servicios-info .nav-tabs a.active:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #000;
    border-right: 1.1vw solid transparent;
    border-left: 1.1vw solid transparent;
}

.dv-pv-servicios-info .nav-tabs a span {
	display:block;
	text-align: center;
}

.ds-pv-header {
	border-top:2px solid #aaa;
	margin:0px 0px 25px;
	padding:50px 30px 0px; 
	text-align: center;
	display:none;
}

.ds-pv-header .ds-ser-titulo {
	font-size:21px;
	text-align: center;
	display:block;
}

.ds-pv-header .ds-ser-descripcion {
	display:block;
}

.dv-pv-servicios-info .nav-tabs .ds-ser-titulo {
	font-size:18px;
}

.dv-pv-servicios-info .tab-pane p,
.dv-pv-servicios-info .nav-tabs .ds-ser-descripcion {
	font-size:13px;
}

.ds-pv-header hr,
.dv-pv-servicios-info .nav-tabs a hr {
    margin-top: 0.4rem;
    border-top: 2px solid #000	;
    width: 50%;
}

.dv-pv-servicios-info .nav-tabs a:hover hr,
.dv-pv-servicios-info .nav-tabs a.active hr {
	border-color:#fff;
}

.dv-pv-servicios-info .nav-tabs a:hover span {
	color:#fff;
}

.dv-pv-servicios-info .nav-tabs a.active [class^="tabicon-"],
.dv-pv-servicios-info .nav-tabs a.active [class*=" tabicon-"],
.dv-pv-servicios-info .nav-tabs a:hover,
.dv-pv-servicios-info .nav-tabs a.active {
	background:#000;
	color:#fff;
	text-decoration: none;
}


/* mobile */

@media screen and (max-width: 480px) {
	.nav-tabs {
	  display: none !important;
	}
    /*
	.ds-pv-header,
	.tab-content > .tab-pane {
	  display: block !important;
	}
	*/

	.tab-content > .tab-pane:before {
	  content: attr(data-title);
	  font-size: 2.4rem;
	  margin-bottom: 10px;
	}

	.dv-pv-servicios-info .ds-services-button,
	.dv-pv-servicios-info .tab-pane h4,
	.dv-pv-servicios-info .nav-tabs .ds-ser-titulo,
	.dv-pv-servicios-info .tab-pane p,
	.dv-pv-servicios-info .nav-tabs .ds-ser-descripcion {
		text-align:center;
	}

	.dv-pv-servicios-info .tab-pane h4 {
		margin-top:20px;
	}	
	
  }


/* font icon */
@font-face {
	font-family: 'tabicon';
	src:  url('assets/fonts/tabicon.eot?ghqz2j');
	src:  url('assets/fonts/tabicon.eot?ghqz2j#iefix') format('embedded-opentype'),
	url('assets/fonts/tabicon.ttf?ghqz2j') format('truetype'),
	url('assets/fonts/tabicon.woff?ghqz2j') format('woff'),
	url('assets/fonts/tabicon.svg?ghqz2j#tabicon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="tabicon-"], [class*=" tabicon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'tabicon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size:70px;
	color:#000;
	text-align: center;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tabicon-ds-tabs-icon-01:before {	
	content: "\e900";
}
.tabicon-ds-tabs-icon-02:before {
	content: "\e901";
}
.tabicon-ds-tabs-icon-03:before {
	content: "\e902";
}
.tabicon-ds-tabs-icon-04:before {
	content: "\e903";
}

/* formulario */

.ds-pv-form {
	background-color: #000;
}

/* POST VENTA - FIN */
/* /////////////////////////////////////// */

.only-you-style {
	font-family: 'NouvelR', sans-serif;
	text-align: center;
	color: black;
}

#img1, #img2, #img3 {
	display: none;
}

.square-button {
	display: inline-block;
	width: 220px;
    height: 250px;
    text-align: center;
    border: 1px solid #dadada;
    background-color: transparent;
    cursor: pointer;
	padding: 1rem 1rem 1rem 1rem;
}

.square-button i {
    font-size: 24px;
    margin-bottom: 5px;
}

.styleUl {
width: 110%;
}

.bx-diamond {
	font-size: 4rem;
}

.styleBoxOnly {
	padding: 40px 30px 40px;
}

.dexcda .car-feature-content {
    transform: skewX(0deg);
}

.dexcda h6{
	transform: skewX(0deg);
}

.dexcda ul.row {
    transform: skewX(0deg);
}

.dexcda h6::before {
    border-top: 2px solid white;
}


.ds-oy-servicios .fa-solid {
    font-size: 4rem;
    padding-bottom: 1rem;
}

.car-details-carousel .slick-list{
	padding: 1rem !important;
}

 /* ACCESORIES */

 .textAccesories {
	margin-left: 10% !important;

	margin-right: 10% !important;
 }

 .accesorio-modelo {
	list-style: none !important;
	list-style-type: none !important;
 }
.bottonModels {
	background-color: transparent;
	font-family: 'NouvelR', sans-serif;
	text-align: center;
	color: white;
	border: none;
	font-size: 16px;
	outline: none !important;
	margin-left: -15px;
}

.bottonModels.mostrado {
    background-color: white;
    color: black;
	outline: none;
	margin-bottom: 0rem!important;
	padding-bottom: 40px;
	margin-left: -15px;
  }



.menu-cars {
	display: none;
	margin-top: -15px;
}
@media (max-width: 1280px) {
	.menu-cars {
		margin-top: -35px;
	}
}

#menu-cars {
    background-color: white;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    
}


#menu-cars.mostrado {
    background-color: white;
    color: white;
}

#menu-cars span{
	font-family: 'NouvelR', sans-serif;
	text-align: center;
	color: black;
}


/* MODELOS DS MOBILE */
.desplegable-btn {
	background-color:transparent;
	color: white;
	padding: 0px 15px;
	border: none;

	outline: 0 !important;
  }
  
  .desplegable-contenido {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none; 
  }
  
  .desplegable-contenido li {
	background-color: transparent;
	color: white;
	padding: 5px 10px;
  }
  
  .desplegable-contenido.mostrado {
	display: block; 
  }

  .desplegable-contenido li a{
	margin-left: 1rem;
	color: white;
  }
  
.desplegable {
	margin-bottom: -15px;
}

.car-details-carouse .slick-slide {
    margin: 0 26px;
}

.car-details-carouse .slick-list {
    margin: 0 -27px !important;
}


.iconClassNews {
    color: #000 !important;
    font-size: 1.5rem;
    padding: 1rem;
}


.img-accesories {
	width: 200px;
	height: 170px !important;
	object-fit: contain;

}

.hoverDescubrir a{
	display: none;
}

.slick-center a{
	display: flex !important;
	margin-top: -5rem;
}

.hoverDescubrir {
	z-index: 9999 !important;
}

.classFatherSlider {
	margin-bottom: 3rem;
	margin-left: -2rem;
}
.input-container {
	position: relative;
}

.hover-input {
	width: 200px;
	height: 30px;
	padding: 5px;
}

.hover-box {
    z-index: 9999;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: -250px;
	left: 0;
	background-color: white;
	border: 1px solid #ccc;
	padding: 10px;
	display: none;
}
@media (max-width: 768px) {
	.hover-box {
		z-index: 9999;
		width: 100%;
		height: 350px;
		position: absolute;
		bottom: -350px;
		left: 0;
		background-color: white;
		border: 1px solid #ccc;
		padding: 10px;
		display: none;
	}
	.img-units-style {
		margin-top: 2rem !important;
		margin-left: -1rem !important;
	}
	.styleSingleUnits {
		margin-top: 0rem !important;
	
	}
}

@media (max-width: 992px) {
	.styleSingleUnits {
		margin-top: 0rem !important;
	
	}

}

.no-bullets li {
    list-style-type: none !important;
}

.no-bullets{
    list-style-type: none !important;
}

.styleCardUsados {
	padding: 1rem;
    border: 1px solid #dee2e6;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

.fontBotons {
	font-size: 12px !important;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.single-units-style {
	font-size: 12px;
}

.styleSingleUnits,
.img-units-style {
	margin-top: 10rem;
}

.img-units {
	border: none !important;
}

#hoverBox {

	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.unidad-usado {
	max-height: 100%;
}

.unidad-usado--price {
    min-height: 87px;
}

.unidad-usado--title {
    min-height: 49px;
}

/* body.popup-open {
	overflow: hidden;
} */

body {
	overflow-x: hidden;
} 
a:hover {
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

.logo-ds {
	width: 80%;
}

footer li {
    margin: 15px 0px 15px 0px;
}
.wpcf7-response-output {
	margin-top: 6rem !important;
}

@media (max-width: 768px) {
	.wpcf7-response-output {
		margin-top: 0rem !important;
	}
}

/* landings - INICIO */
.landings-template .row.ml-0,
.landings-template .redes-sociales-menu-container {
    display: none;
}

.landings-template .page-head {
    margin-top: 7rem;
}

.page-id-185 input.wpcf7-form-control, .page-id-185 select,  .page-id-185 .wpcf7-textarea {
    width: 100% !important;
}

/* landing-1 form - INCIO */
.landings-template-template-landing1 .form-float {
	position: relative;
    margin-top: -6rem;
    z-index: 9999;
    border: 3px solid gray;
}

.landings-template-template-landing1 .container-fluid .col-md-12.text-center {
    text-align: left !important;
    padding-bottom: 14rem;
}

@media (max-width: 1500px) {
	.landings-template-template-landing1 .form-float {
			margin-top: -10rem;
		}
	.landings-template-template-landing1 .container-fluid .col-md-12.text-center {
		padding-bottom: 12rem;
	}	
}

@media (min-width: 768px) and (max-width: 1023px) {
	.landings-template-template-landing1 .form-float {
		margin-top: -10rem;
	}	
}

@media (max-width:660px) {
	.landings-template-template-landing1 .container-fluid .col-md-12.text-center {
		text-align: center !important;
		padding-bottom: 1rem;
	}
	.landings-template-template-landing1 .form-float {
		margin-top: 1rem;
	}
}
/* landing-1 form - FIN */

/* landing-1-2-3 - INICO */
.landings-template-template-landing1 input.wpcf7-form-control,
.landings-template-template-landing2 input.wpcf7-form-control,
.landings-template-template-landing3 input.wpcf7-form-control {
    width: 100% !important;
    margin-bottom: 0.5em;	
}

.landings-template-template-landing1 .wpcf7-textarea,
.landings-template-template-landing2 .wpcf7-textarea,
.landings-template-template-landing3 .wpcf7-textarea {
    width: 100% !important;
    font-size: 14px !important;
    margin-bottom: 0.5em;
}

.landings-template-template-landing1 input.wpcf7-form-control.wpcf7-submit,
.landings-template-template-landing2 input.wpcf7-form-control.wpcf7-submit,
.landings-template-template-landing3 input.wpcf7-form-control.wpcf7-submit {
    width: 12rem !important;
    margin: 0px auto;
    float: none;
}

/* ipad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) { 

}
/* landing-1-2-3 - FIN */

/* landing-2-3 - INICIO */
.landings-template-template-landing2 .form-float,
.landings-template-template-landing3 .form-float {
    padding-top: 1rem;
    position: relative;
    margin-top: 10rem;
    z-index: 9999;
    background: transparent;
    margin-left: -7rem;
}
.landings-template-template-landing3 .form-float {
    margin-top: 6rem;
    margin-left: 0rem;
}

.landings-template-template-landing2 .form-float .wpcf7 form,
.landings-template-template-landing3 .form-float .wpcf7 form {
    background: white;
    padding: 20px 0px;
    width: auto;
    margin-left: 15%;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.landings-template-template-landing2 .form-float,
	.landings-template-template-landing3 .form-float {
		margin-top: 4rem;
		margin-left: -5rem;
	}	
	.landings-template .page-head {
		margin-top: 6rem;
	}	
}

@media (min-width: 768px) {
    .landings-template-template-landing2 .row .col-md-7,
	.landings-template-template-landing3 .row .col-md-7 {
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.landings-template-template-landing2 .row.my-5,
.landings-template-template-landing3 .row.my-5 {
    flex-wrap: inherit;
}

@media (max-width: 600px) {
	.landings-template-template-landing2 .row.my-5,
	.landings-template-template-landing3 .row.my-5 {
            flex-wrap: wrap;
	}

	.landings-template-template-landing2 .form-float,
	.landings-template-template-landing3 .form-float {
            margin-top: 0rem;
            margin-left: -2rem;
	}
	.landings-template-template-landing2 .row .col-md-7,
	.landings-template-template-landing3 .row .col-md-7 {
            text-align: center;
	}
	
	.landings-template .page-head {
            margin-top: 0rem;
	}
}
/* landing-2-3 - FIN */
/* landings - FIN */

/* form button submit */
input.wpcf7-form-control.wpcf7-submit {
    cursor:pointer;
}


/* INI: Ver modelo */
.version-detalle .version-titulo {
    text-transform:uppercase;
	font-weight: bolder;
	margin-top:20px;
}

.version-detalle .version-nombre {
    text-transform:lowercase;
	margin-bottom:5px;
}

.version-detalle .version-precio h5 {
    font-size:1.6em;
}

.version-detalle .version-descripcion {
    font-size:.8em;
}

.version-botones .btn-generico {
	width:55%;
}

.car-feature-content {
	width:100% !important;
	max-width:100% !important;
}

.car-feature-content.offset-md-1 {
    margin-left: 0% !important;
}

.car-feature-content h6 {
	display:none;
}

.car-feature-content .text-white {
	color:black !important;
}

.car-feature-content .flex-column {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
}

.ficha-tecnica-boton {
	display:flex;
	justify-content:center;
}

.car-feature-content p {
    margin-bottom: 0rem;
	font-size: 1em;
	line-height:90%;
}

.car-feature-content .col-6{
	width:20%;
	max-width:20%;
	padding-right:2% !important;
}

.car-feature-main {
	margin-bottom:-20px;
}

.versiones-content h5 {
	color:black;
}

.versiones-content .nav-link.show h5 span:after {
    border-bottom: solid 1px #EDDD4A;
    display: block;
    content: '';
	position: relative;
	top:10px;
    transform: none;
    transition: none;	
}
.versiones-content .nav-link.show:hover h5 span:after {
    transform: none;
    transition: none;
}
.versiones-content .nav-link h5 span {
	display: inline-block;
}
.versiones-content .nav-link h5 span:after {
    display: block;
    content: '';
    border-bottom: solid 1px #EDDD4A;
	transform: scaleX(0);
    transition: transform 450ms ease-in-out;
	position: relative;
	top:10px;
}
.versiones-content .nav-link:hover h5 span:after {
    transform: scaleX(1);
}
.versiones-content .nav-link:hover h5.fromleft span:after {
    transform-origin: 0 0%;
}
.version-detalle .versiones-image {
    display: flex;
    justify-content: center;
    height: 23rem;
    align-items: center;
    margin: 0px;
	overflow: hidden;
}
.version-detalle .versiones-image img {
    /*width:100%;*/
	height: 23rem;
	object-fit: cover;
}
.version-color {
	margin-right: 8px !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #cccccc !important;
}
/* END: Ver modelo */


/* INI: botones */
.btn-generico {
	color: black;
	border:1px solid black;
	border-radius: 0px;
	padding: 0.15rem 1.6rem 0.25rem;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}
.btn-amarillo {
	background-color: #EDDD4A;
	border-color:#EDDD4A;
}
.btn-generico:hover,
.btn-negro {
	background-color: black;
	color: white !important;
	border-color:black;
}
/* END: botones */


/* INI: Slide home */
.carousel-control-prev-icon,
.carousel-control-next-icon,
.carousel-control-prev, 
.carousel-control-next {
    right: auto !important;
    left: 10px !important;
	border: none;
	top: 50%;
	height: 45px;
	opacity: 1 !important;
	width: 45px !important;
	z-index: 9000;
    border: none;
	outline: none;
    font-size: 0px;
    position: absolute;
}
.carousel-control-next-icon,
.carousel-control-next {
	right:10px !important;
	left:auto !important;
}
.carousel-control-prev-icon:focus,
.carousel-control-next-icon:focus,
.carousel-control-next:focus, 
.carousel-control-prev:focus,
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover,
.carousel-control-next:hover, 
.carousel-control-prev:hover {
    border-color: transparent;
	outline: none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='30 10 10 30 30 50' stroke='rgba(0, 0, 0, 1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	height: 20px !important;
	width: 15px !important;
	background-color: transparent;
	background-size: 100% 100%;  
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='10 10 30 30 10 50' stroke='rgba(0, 0, 0, 1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.car-details-carousel .carousel-control-prev-icon,
.car-details-carousel .carousel-control-next-icon {
	top: 29% !important;
}
.car-details-carousel h2 {
	height:3rem;
}
.car-details-carousel .versiones-image {
	height:12rem;
	display: flex;
	justify-content: center;
	align-content: center;
}
.car-details-carousel .versiones-image img {
	width:100% !important;
	height:auto !important;
	object-fit: contain;
}

/* #slider_header_home .carousel-inner {
	margin-top: 7rem;
} */

#slider_header_home_mobile .carousel-control-next, 
#slider_header_home_mobile .carousel-control-prev,
#slider_header_home .carousel-control-next, 
#slider_header_home .carousel-control-prev,
#page-slider .carousel-control-next, 
#page-slider .carousel-control-prev,
#page-slider-mobile .carousel-control-next, 
#page-slider-mobile .carousel-control-prev {
	border: none;
	top: 50% !important;
	height: 45px;
	opacity: 1 !important;
	width: 45px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

#slider_header_home_mobile .carousel-control-next:hover, 
#slider_header_home_mobile .carousel-control-prev:hover,
#slider_header_home .carousel-control-next:hover, 
#slider_header_home .carousel-control-prev:hover,
#page-slider .carousel-control-next:hover, 
#page-slider .carousel-control-prev:hover,
#page-slider-mobile .carousel-control-next:hover, 
#page-slider-mobile .carousel-control-prev:hover {
    background-color: black;
    border-color: transparent;
    transition: 0.4s background-color,0.4s border-color;
}
#slider_header_home_mobile .carousel-control-prev-icon,
#slider_header_home .carousel-control-prev-icon,
#page-slider .carousel-control-prev-icon,
#page-slider-mobile .carousel-control-prev-icon,
#slider_header_home_mobile .carousel-control-next-icon,
#slider_header_home .carousel-control-next-icon,
#page-slider .carousel-control-next-icon,
#page-slider-mobile .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='30 10 10 30 30 50' stroke='rgba(255,255,255,1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	height: 20px !important;
	width: 15px !important;
	top: 27% !important;
	left:14px !important;	
}
#slider_header_home_mobile .carousel-control-next-icon,
#slider_header_home .carousel-control-next-icon,
#page-slider .carousel-control-next-icon,
#page-slider-mobile .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='10 10 30 30 10 50' stroke='rgba(255,255,255,1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.slider_header_home .carousel-caption a,
.btn-yellow-slider{
	background-color: #fff;
    color: #000;
	padding: 0.5rem 1.5rem;
	font-weight: bold;
	border: 0.2em solid #fff;
}

.slider_header_home .carousel-caption a:hover,
.btn-yellow-slider:hover{
	background-color: #efdf00;
    color: #000;
	padding: 0.5rem 1.5rem;
	border: 0.2em solid #efdf00;
}

.slider_header_home .carousel-inner {
    height: 100vh;
}

#slider_header_home_mobile,
#slider_header_home_mobile .carousel-inner, 
#slider_header_home,
#slider_header_home .carousel-inner {
  height: 100vh !important; 
  width: 100%;
  position: relative;
  overflow: hidden;
}

#slider_header_home_mobile .carousel-item,
#slider_header_home .carousel-item {
  height: 100%; 
  width: 100%;
}

#slider_header_home_mobile .carousel-inner .carousel-item img,
#slider_header_home .carousel-inner .carousel-item img {
  object-fit: cover; 
  object-fit: center; 
  width: 100%;
  height: 100%;
  display: block;
}

.carousel-caption h2 {
    text-transform: uppercase;
}

.carousel-caption p {
    text-transform: lowercase;
}


@media (max-width: 768px) {
	.slider_header_home .carousel-caption a,
	.btn-yellow-slider{
		background-color: #fff;
		color: #000;
		padding: 0.5rem 1.5rem;
		font-weight: bold;
		border: 0.2em solid #fff;
	}

	.slider_header_home .carousel-caption a:hover,
	.btn-yellow-slider:hover{
		background-color: #efdf00;
		color: #000;
		padding: 0.5rem 1.5rem;
		border: 0.2em solid #efdf00;
	}
}

/* END: Slide home */


/* INI: cars-sliders home */
.cars-sliders-home .draggable {
    padding: 0px !important;
}

.cars-sliders-home .cs-nav-category button,
.cars-sliders-home .cs-nav-category button:hover {
    font-size:1.4em;
	font-weight:500;
	color:black;
	text-align: center;
	text-transform: uppercase;
	padding:0px 28px;
}

.cars-sliders-home .cs-nav-category button span {
	display: inline-block;
	border-bottom:2px solid white;
}

.cars-sliders-home .cs-nav-category button.activeButton,
.cars-sliders-home .cs-nav-category button:focus,
.cars-sliders-home .cs-nav-category button:hover {
	background: url('assets/img/logo-black.svg') -8px center no-repeat !important;
	background-size: 40px 40px !important;
	outline: 0;
	transform: none;
    transition: none;
}
.cars-sliders-home .cs-nav-category button span::after {
    border-bottom: solid 2px #000000;
    display: block;
    content: '';
    position: relative;
    top:0px;
    transform: scaleX(0);
    transition: transform 450ms ease-in-out;
}
.cars-sliders-home .cs-nav-category button.activeButton:hover span::after,
.cars-sliders-home .cs-nav-category button.activeButton span::after,
.cars-sliders-home .cs-nav-category button:focus span::after,
.cars-sliders-home .cs-nav-category button:focus:hover span::after,
.cars-sliders-home .cs-nav-category button:hover span::after {
    transform: scaleX(1);
}

.cars-sliders-home .cs-nav-category button:hover span::after {
    transform-origin: 0 0%;
}

.cars-sliders-home .cs-nav-category {
	justify-content: center;
}
.cars-sliders-home .cs-nav-category .nav-cat {
	padding:0px 30px;
}
.cars-sliders-home .cs-nav-category .active,
.cars-sliders-home .cs-nav-category .nav-cat:hover {
	background: url('assets/img/logo-black.svg') -8px 0px no-repeat;
	background-size: 40px 40px;
}

.cars-sliders-home .cs-nav-category {
	padding:0px 6%;
}
.cars-sliders-home .cs-nav-category .col {
	display: flex;
	justify-content: center;
}
.selector-autos--carousel .slick-arrow {
	height: 26px !important;
	width: 16px !important;
	z-index: 9000;
    border: none;
	outline: none;
    font-size: 0px;
    position: absolute;
    top: 30%;	
}
.selector-autos--carousel .slick-prev,
.selector-autos--carousel .slick-next {
    display: inline-block;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.selector-autos--carousel .slick-prev,
.selector-autos--carousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='30 10 10 30 30 50' stroke='rgba(0, 0, 0, 1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	right:auto !important;
	left:40px !important;    
}
.selector-autos--carousel .slick-next,
.selector-autos--carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='60' version='1.1'%3E%3Cpolyline points='10 10 30 30 10 50' stroke='rgba(0, 0, 0, 1)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	right:40px !important;
	left:auto !important;
}
.selector-autos--carousel .card-vehicle--title {
	text-transform: uppercase;
}
.selector-autos--carousel a, .selector-autos--carousel a:hover {
    color: #000000 !important;
}
.selector-autos--carousel .slick-slide {
    padding:0px 1rem;
}
.selector-autos--carousel .slick-slide img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
  }
.selector-autos--carousel .slick-slide img:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.selector-autos--carousel .card-vehicle--figure {
	display: flex;
	justify-content: center;
	height: 10rem;
    align-items: center;
	margin: 0px;
}
.selector-autos--carousel .card-vehicle--figure img {
	object-fit: cover
}
/* END: cars-sliders home */


/* INI: tarjetas-home */
.tarjetas-home {
	position: relative;
}
.tarjetas-home .title-line {
	background:white;
	padding:5px 10px;
	display: inline-block;
}
.tarjetas-home .title-line:before {
    display: inline-block;
    content: "";
    border-top: 1px solid #D3D3D3;
    width: 13rem;
    margin: 0 1rem;
    transform: translateY(-0.5rem);
	position:absolute;
	top:32px;
	left:-3rem;
	width: 120%;
	z-index:-10;
}
.tarjetas-home .card-img-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.31416316526610644) 45%, rgba(0,0,0,0) 100%);
	border-radius: 1.3rem;
}
.home .tarjetas-contenido {
	padding-bottom:0px;
}
.tarjetas-contenido {
	padding-bottom:30px;
}
.tarjetas-contenido .card {
    background-color: transparent !important;
}
.tarjetas-home .title-line img {
	height:auto !important;
	margin-top: -6px;
	width: 150px !important; 	
}
.tarjetas-contenido .card-img-top {
    filter: brightness(50%);
}
.tarjetas-contenido .card-img-top h3 {
    font-size:1.1em;
}
.tarjetas-contenido .fadein0 .efecto-zoom h3 {
    padding:0px 10%;
	margin-top:-7%;
}
.tarjetas-contenido .card-footer {
    padding: .5rem 1.25rem;
}
/* END: tarjetas-home */


/* INI: postventas-especiales */
.postventa-especiales--beneficios {
	position: relative;
	text-align: center;
}
.postventa-especiales--beneficios h3 {
	background:white;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
}
.postventa-especiales--beneficios .postventa-beneficios--title:before {
    display: inline-block;
    content: "";
    border-top: 1px solid #D3D3D3;
    width: 100%;
    margin: 0px;
    transform: translateY(-0.5rem);
	position: relative;
	top:35px;
	z-index:-10;
}
.postventa-beneficios--imagen img {
    max-width: 50%;
	width: 50%;
    height: auto;
}
.postventa-beneficios--beneficio--title h4 {
	font-size: 1em !important;
}
/* END: postventas-especiales */


/* INI: EFECTOS => ANIMACION + ZOOM */
/* ANIMACION */
.fadein {
    opacity: 0;
    transition: all 1s;
    transform: translate(0, 100px);
}
.fadein.visible,
.fadein0.visible,
.fadein1.visible,
.fadein2.visible,
.fadein3.visible {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein0 {
    transition: all 0.5s;
    transform: translate(0, 120px);
}
.fadein1 {
    transition: all 1s;
    transform: translate(0, 160px);
}
.fadein2 {
    transition: all 1.5s;
    transform: translate(0, 190px);
}
.fadein3 {
    transition: all 2s;
    transform: translate(0, 220px);
}
.animation2 .anm_mod,
.animation .anm_mod {
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	transition: all 1s ease;
}
.animation .anm_mod.full {
	width: 100%;
	font-size: 3rem;
}
.animation .anm_mod.left {
	transform: translate3d(-100%, 0, 0);
	position: relative;
}
.animation .anm_mod.right {
	transform: translate3d(100%, 0, 0);
}
.animation2 .anm_mod.delay,
.animation .anm_mod.delay {
	transition: all 4s ease;
}
.animation2 .anm_mod.fast,
.animation .anm_mod.fast {
	transition: all 0.8 ease;
}
.animation2 .anm_mod.activeNow,
.animation .anm_mod.activeNow {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
/* ZOOM */
.efecto-zoom {
    -webkit-transition: 0.4s ease !important;
    transition: 0.4s ease !important;
}
.efecto-zoom:hover {
    -webkit-transform: scale(1.08) !important;
    transform: scale(1.08) !important;
}
/* END: EFECTOS => ANIMACION + ZOOM */


/* INI: Sucursales - slider-destacados */
.slider-destacados .carousel-control-next-icon, 
.slider-destacados .carousel-control-prev-icon {
    background: transparent no-repeat center center;
    background-size: 70% 70%;
}
/* END: Sucursales - slider-destacados */


/* INI: Plan Rombo */
.plan-rombo h3,
.plan-rombo h4 {
	font-weight: 700;
}
.plan-rombo .btn-generico {
    font-size: 16px;
}
.pr--resultados-adjudicacion--consultas h5 {
    font-size: 1rem;
    margin-bottom: 0px;
}
.pr--plan-vigente--descripcion h4 {
	font-size:1.75rem;
	font-weight: 700;
	text-align: left;
	margin-bottom:4px;
}
.pr--plan-vigente--descripcion h4:after {
    border-bottom: solid 1px #EDDD4A;
    display: block;
    content: '';
	position: relative;
	top:2px;
	width:100%;
}
.pr--plan-vigente--descripcion p {
	margin-bottom:12px;
}
.pr--plan-vigente--imagen img {
    padding: 0.25rem;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.pr--plan-vigente--precio p {
    margin-bottom:0px;
}
.pr--plan-vigente--precio h5 {
	font-size:1.6rem;
	font-weight: 700;
	text-align: left;	
}
.pr--resultados-adjudicacion--form {
	background-color:#000000;
	margin-top: 30px;
}
.plan-rombo--menu-list a.active {
	background-color:black;
	color:white !important;
}
.renault-destacado {
    border-bottom: solid 2px #EDDD4A;
}
#suscripcion-ditigal {
	background-color:#E8E8E8;
}
#suscripcion-ditigal p {
	margin-bottom:5px;
}
.pr--suscripcion-ditigal--boton {
    align-items: center;
	background-color:black;
    display: flex;	
}
.pr--suscripcion-ditigal--boton a {
    font-size: 21px !important;
}
.plan-rombo .card .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: white;
}
.plan-rombo .card .card-header .btn-link {
	background-color: white;
	border:1px solid black;
	color:black;
	font-size: 18px;
	font-weight: 800;
	padding:10px 40px 10px 20px;
	white-space: normal;
	line-height: 120%;
	border-radius:0px !important;
}
.plan-rombo .card .card-header .btn-link:after {
	content: "\f106";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    position: absolute;
    right: 20px;
    top: 20px;
	font-size: 24px;
}
.plan-rombo .card .card-header .btn-link.collapsed:after {
	content: "\f107";
}
.plan-rombo #actos-de-adjudicacion h3 {
    margin-bottom: 2rem;
}
.plan-rombo #accordion .card .card-header {
	background-color: transparent !important;
}
/* END: Plan Rombo */


/* INI: Promociones */
.postventa-promociones h3,
.postventa-promociones h4 {
	font-weight: 700;
}
.postventa-promociones h4 {
	font-size:1.1em;
	margin:0px;
}
.promocion--description {
	font-size:.8em;
}
.promnocion--imagen img {
    padding: 0.25rem;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.promnocion--imagen figure {
    margin: 0 0 .5rem;
}
.promocion--price {
    font-weight: 700;
}
.promocion--price.mb-0 {
    margin-bottom: 10px !important;
    margin-top: -10px !important;
}
.promocion--content-info {
    min-height:73px;
	display: block;
}
/* END: Promociones */


/* INI: Pro */
.pro-contenido--imagen img {
    max-width: 100%;
	width: 100%;
    height: auto;
}
.pro-contenido--titulo h4 {
    font-size:1em !important;
	font-weight: 700;
	margin:40px 0px 10px;
	text-align: center;
}
.pro-contenido--descripcion {
    font-size:.9em;
}
.pro-contenido--descripcion li {
    font-size:.9em;
	margin-bottom:1px;
	line-height: 130%;
}
#pro-seccion-4 h3 {
    border-bottom:1px solid black;
	padding-bottom:15px;
	margin-bottom:20px;
}
#pro-seccion-5 .pro-contenido--titulo h4 {
    font-size: 1.4em !important;
    margin: 20px 0px 10px;
	text-align: left;
}
#pro-seccion-5 .pro-contenido--boton {
    margin: 20px 0px 10px;
}
#pro-seccion-3 .pro-contenido--imagen {
	text-align:center;
}
#pro-seccion-3 .pro-contenido--imagen img {
	max-width: 70%;
	width: 70%;
}
/* END: Promociones */


/* INI: PASOS DE RESERVA */
#PasosDeReserva .activo .paso {
    background-color: #EDDD4A !important;
    color: black !important;
}
.test-drive-content h5 {
    margin-bottom:25px !important;
}
.test-dive-finalizar .col-6.text-left .btn-main,
.test-drive-content .nav-pills .nav-link.active, 
.test-drive-content .nav-pills .show > .nav-link {
    background-color: #ffffff !important;
	color:#000 !important;
	font-weight: bold;
	border:2px solid black;
	padding:4px 20px;
}
.test-dive-finalizar .col-6.text-left .btn-main:hover,
.test-drive-content .nav-pills .show > .nav-link:hover {
    background-color: #000000 !important;
	color:white !important;
}
.test-drive-content .card-body {
	text-align: center;
}
.test-dive-finalizado small {
	font-size:1.2em;
}
[data-type-formulario="test_drive"] textarea,
[data-type-formulario="test_drive"] input {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 1.3em;
    min-height: 40px;
    padding-left: 10px;
    transition: box-shadow .3s,border-color .3s;
    width: 100% !important;
    margin-right: 2rem;
}
.checkbox input {
    width: auto !important;
    margin: 0px !important;
    min-height: auto;
}
[data-type-formulario="test_drive"] button {
	text-transform: lowercase;
}
[data-type-formulario="test_drive"] button::first-letter {
	text-transform: uppercase;
}
[data-type-formulario="test_drive"] button .fa {
	font-size: .8rem !important;
}
/* END: PASOS DE RESERVA */


/* INI: VEHICULOS */
.page-vehiculos {
    padding:10rem 0rem 4rem;
}
.page-vehiculos h2 {
	text-transform: uppercase;
}
.page-vehiculos .card-auto:hover {
    box-shadow: none;
}
.page-vehiculos .card-vehiculo {
    text-align:center;
}
.page-vehiculos h4,
.page-vehiculos a,
.page-vehiculos a:hover {
    color:black;
	text-transform: uppercase;
}
.card-vehiculo--precios {
	min-height: 75px;
}
.card-vehiculo p {
	margin-bottom:0px;
}
.card-vehiculo .card-vehiculo--precio-sin-impuestos {
	font-size:14px;
	margin-bottom:10px;
}
.page-vehiculos .page-head-title {
	margin-top:50px;
}
.page-vehiculos .page-head-title:first-child {
	margin-top:0px;
}
/* END: VEHICULOS */


/* INI: CONTENIDO-CUSTOM */
.contenido-custom {
    text-align:left;
}
.contenido-custom .w-100 {
	height:auto !important;
}
/* END: CONTENIDO-CUSTOM */


/* INI: menu-principal */
#menu-principal .sub-menu {
    -webkit-transition: .2s opacity, .2s transform;
    transition: .2s opacity, .2s transform;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    pointer-events: none;
    background-color: #000000d1;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    left: 0;
    right: 0;
    padding: 5px 15px 5px 15px;
    z-index: 50;
    font-size: 14px;
    font-weight: 700;    
    list-style: none;
    position: absolute;
    min-width: 220px;
}

#menu-principal .sub-menu a {
    display: block;
    color: #EDEDE3;
    text-decoration: none;
    border-bottom: 1px solid #EDEDE3;
    padding: 7px 0;
}
#menu-principal .sub-menu li:last-child a {
    border: 0;
}
#menu-principal ul.menu>li {
    display: inline-block;
	list-style: none;
}
#menu-principal .menu-item-has-children {
    position: relative;
}

	/* Sub-menu collapse↓↓↓ */
.dropdown-container-sub-menu {
    box-shadow: 2px 4px 5px rgb(0 0 0 / 10%);
	position: absolute;
	top: 7rem;
	/* ajustable */
	left: 0;
	width: 100%;
	background: white;
	z-index: 1999;
	padding: 1rem;
	display: flex;
	justify-items: center;
	gap: 2rem;
}

.dropdown-container-sub-menu .sub-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.dropdown-container-sub-menu .sub-menu li {
	list-style: none;
}

.dropdown-container-sub-menu .sub-menu li a {
	color: #000;
}

.dropdown-container-sub-menu .sub-menu li a:hover {
	color: #000;
	font-weight: bold;
}
	/* Sub-menu collapse↓↓↓ */
/* END: menu-principal */

/* INI: reserva-turno */
#reservar-turno iframe {
    width: 50%;
    height: 50rem;
    margin: 30px 0 0 25%;
}
/* END: reserva-turno */

/* INI: plan ahorro */
.pr--plan-vigente--boton a {
    cursor: pointer;
}
.pr--plan-vigente--precio {
    min-height: 100px;
}
/* END: plan ahorro */


/*---------------------------------
# 4. Footer
-----------------------------------*/
.renault-logo-footer {
	display: flex;
	justify-content: center;
	align-items: start;
}
.renault-logo-footer svg {
	width:45% !important;
}
.renault-logo-footer img {
	display:none;
}
.main-footer--title {
	color:white;
	text-transform: lowercase;
}
.main-footer--social a {
    margin-bottom: 5px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    justify-content: center;
    transition: 0.2s opacity;
}
.main-footer--social a svg {
    width: 35px;
    height: 35px;
}
.main-footer--contacto {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: .7em;
    letter-spacing: -.02em;
	color:white;
}
.main-footer--contacto li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 2px 0px;
    flex-shrink: 0
}
.main-footer--contacto li svg {
    margin-right: 7px;
    width: 14px;
    margin-top: .4em;
	color: #ffffff;
}
.main-footer--contacto .mian-footer--horario svg {
    width: 23px;
}
.main-footer--contacto b {
    font-weight: 700
}
.main-footer--contacto a {
    color: #ffffff !important;
    text-decoration: none;
    line-height: 1.5em
}
.footer-menu-container a:hover,
.main-footer--contacto a:hover {
	color:white !important;
	text-decoration:underline !important;
}
.main-footer--contacto h5 {
    color: #ffffff;
}
.footer-menu-3 {
    margin-top:20px;
}
.footer-menu-3 li {
    margin: 5px 0px !important;
	text-transform: lowercase;
}
.footer-container h6 {
	text-transform: lowercase;
}
.footer-menu {
    list-style-type: none;
    padding: 0;
}
.footer-menu li {
    display: inline-block;
    margin-right: 20px;
}
.footer-menu-3 .sub-menu {
    padding: 10px;
    margin-left:10px;
}
.footer-menu-3 .sub-menu li {
    display: block;
	margin: 0px 0px !important;
}
.footer-menu-3 .menu-item-has-children > a:after {
    content: "";
    position:relative;
    margin:6px 0px 0px 10px;
    width: 9px; /* Adjust width as needed */
    height: 9px; /* Adjust height as needed */
    border-top: 2px solid white; /* Adjust color and thickness as needed */
    border-right: 2px solid white; /* Adjust color and thickness as needed */
    transform: rotate(135deg); /* Rotate the arrow */
    margin-left: 10px; /* Adjust spacing */
    vertical-align: middle;
    transition: transform 0.3s ease; /* Optional: for smooth transition */
}
.footer-menu-3 .menu-item-has-children a {
    cursor:pointer;
}


/*---------------------------------
# 5. Responsive
-----------------------------------*/
@media (max-width: 768px) {
	.renault-logo-footer {
		display: flex;
		justify-content: end;
	}
	.car-feature-content .col-6{
		width:50%  !important;
		max-width:50%  !important;
	}
	.car-feature-main {
		margin-bottom:0px;
	}
	.slick-center a {
		margin-top: .5rem;
	}
	.slider-destacados .draggable {
		padding: 0px !important;
	}
	.slider-destacados .carousel-control-next-icon {
		right: -24px !important;
	}	
	.slider-destacados .carousel-control-prev-icon {
		left: -24px !important;
	}
	.cs-nav-category {
		display: block !important;
	}
	.cars-sliders-home .cs-nav-category .col {
	    margin: 1rem 0;
	}
	.main-footer--contacto .mian-footer--horario svg {
		width: 14px;
	}	
	.renault-logo-footer {
		top: -20px;
		left:0px;
	}
	.renault-logo-footer svg {
		display:none;
	}
	.main-footer--social a svg {
		width: 50px;
		height: 50px;
	}
	.footer-father {
		padding: 0px 10%;
	}

	/* animacion */
	.fadein {
		transition: all 0.2s;
		transform: translate(0, 10px);
	}
	.fadein0 {
		transition: all 0.4s;
		transform: translate(0, 18px);
	}
	.fadein1 {
		transition: all 0.6s;
		transform: translate(0, 26px);
	}
	.fadein2 {
		transition: all 1s;
		transform: translate(0, 36px);
	}
	.fadein3 {
		transition: all 1.5s;
		transform: translate(0, 48px);
	}
	.animation .anm_mod {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
		transition: all 0.2s ease;
	}
	.animation .anm_mod.full {
		width: 100%;
		font-size: 3rem;
	}
	.animation .anm_mod.left {
		transform: translate3d(-10%, 0, 0);
		position: relative;
	}
	.animation .anm_mod.right {
		transform: translate3d(10%, 0, 0);
	}
	.animation .anm_mod.delay {
		transition: all 0.5s ease;
	}
	.animation .anm_mod.fast {
		transition: all 0.1 ease;
	}
	.cars-sliders-home .my-4,
	.my-5.cars-sliders-home,
	.selector-autos--carousel.fadein {
		margin-bottom:0px !important;
	}
	.cs-nav-category  {
		text-align: left !important;		
	}
	.cars-sliders-home .cs-nav-category button {
		margin-left:10% !important;
		display: block;
		width:100%;
		text-align: left !important;
	}
	.footer-container {
		overflow: hidden;
	}	
	.renault-logo-footer img {
		display:block;
		opacity: 0.2;
		position: absolute;
		right: -29rem;
		width: 45rem !important;
	}
	/* plan rombo */
	.plan-rombo .btn-generico {
		padding:.7rem;
	}
	.plan-rombo .r--suscripcion-ditigal--boton .btn-generico {
		font-size: 21px;
	}
	.plan-rombo--menu-list a {
		margin-bottom:15px;
		width:100%;
	}
	.pr--plan-vigente--boton a {
		font-size:18px !important;
	}
	#actos-de-adjudicacion,
	.plan-rombo--menu {
		margin-bottom:0px !important;
	}
	.pr--planes-vigentes--autos.pb-5,
	#planes-vigentes h3{
		margin:0px 0px 0px !important;
		padding-bottom:0px !important;
	}
	#suscripcion-ditigal,
	.pr--planes-vigentes--autos,
	.pr--planes-vigentes--autos h4,
	.pr--planes-vigentes--autos h5 {
		text-align:center;
	}
	.pr--planes-vigentes--autos .col-12 {
		margin-bottom:35px !important;
	}
	.plan-rombo section {
		padding:0px 4% !important;
	}
	.plan-rombo section#suscripcion-ditigal {
		padding: 0px !important;
	}	
	.pr--resultados-adjudicacion.mt-5 {
		margin-top:0px !important;
		margin-bottom:3rem !important;
	}
	.pr--resultados-adjudicacion--form {
		margin-top: 0px;
	}
	.plan-rombo .accordion {
		margin-bottom: 4rem;
	}
	.pr--resultados-adjudicacion,
	.pr--invitacion-adjudicacion {
		display:none !important;
	}
	#pro-seccion-5 .pro-contenido--titulo h4,
	#pro-seccion-5 .pro-contenido--descripcion {
		text-align: center;
	}
	#pro-seccion-2 {
		padding-top:30px;
	}
	#pro-seccion-2 .col-12.col-md-4 {
		padding:25px 10% 0px;
		text-align: center;
	}
	#pro-seccion-3 .pro-contenido--descripcion li {
		font-size: 1.1em;
		margin-bottom: 4px;
		line-height: 140%;
	}
	#pro-seccion-3 .pro-contenido--titulo h4 {
		font-size: 1.3em !important;
		margin: 40px 0px 10px;
	}
	#pro-seccion-3 article,
	#pro-seccion-5 article {
		margin-bottom: 50px;
	}
	.pro-contenido--necesitas-vehiculo--botones .btn-amarillo {
		margin:15px 0px 0px 0px !important;
	}
	#pro-seccion-4.my-5 {
		margin-top: 0rem !important;
	}
	#pro-seccion-3.mb-5,
	#pro-seccion-5 {
		margin-bottom: 0px !important;
	}	
	.logo-title {
		font-size:2em !important;
	}
	.selector-autos--carousel .card-vehicle--title {
		font-size:1.4em !important;
	}
	.tarjetas-home .title-line {
		font-size:1.5em !important;	
	}
	.postventa-beneficios--beneficio--title h4 {
		font-size: 1.3rem !important;
	}
	.postventa-beneficios--beneficio--title p {
		font-size: 1.3em !important;
	}
	.header-general .no-header {
		padding-top: 2rem !important;
	}	
	[data-type-formulario="test_drive"] button {
		margin-top: -5px;
	}
	.page-vehiculos {
		padding:1rem 0rem 2rem;
	}
	.page-vehiculos h2 {
		text-align: center;
	}	
	.contenido-custom {
		text-align:center;
	}	
	#reservar-turno iframe {
		height: 1100px !important;
		margin: 30px 0 0 0;
		width: 100%;
	}
	.dealer-logo img {
		margin: 0px 0px 30px 20px;
		max-width: 5rem;
	}
	.renault-location p {
		font-size: .8em;
	}
	.main-menu li ul {
		display: none; /* Ocultar submenús por defecto */
	}
	.main-menu li .submenu-toggle {
		cursor: pointer; /* Cambiar cursor para indicar que es clicable */
		display: inline-block;
		margin-left: 10px;
	}
	.nav-item-header {
		padding-bottom: 0rem;
	}
	/* Estilos para el menú principal */
	.nav-item-header li ul {
		display: none; 
        padding-left: 20px;
    }	
	.nav-item-header .menu-item {
		position:relative;
	}
	.nav-item-header li .submenu-toggle {
		cursor: pointer;
		display: none;
		margin-left: 10px;
        min-height: 30px;		
		position:absolute;
		right:0px;
        top: 10px;
		width: 100%;
        z-index: 900;
	}
	.nav-item-header li .submenu-toggle:before {
		content: "";
		position: absolute;
		transform: translateY(-50%) rotate(45deg);
		top: 50%;
		right: 24px;
		width: 12px;
		height: 12px;
		border-style: solid;
		border-width: 1px 1px 0px 0px;
		color:#fff;
		display: inline-block;
		transition: transform 0.3s ease; 
	}
	.nav-item-header li.open > .submenu-toggle:before {
		transform: translateY(0%) rotate(135deg);
	}
	.nav-item-header li.has-submenu > .submenu-toggle {
		display: inline-block; 
	}
	.navbar-dark .navbar-collapse {
		border-top: 1px solid #FFFFFF;
		margin-top: 15px;
	}
	.navbar-dark .navbar-toggler {
		position: absolute;
		right: 8px;
		top: 20px;
	}
	.navbar-expand-lg.navbar-dark {
		padding: .5rem 0rem;
	}
	.nav-item-header li.menu-item {
		padding: .8rem 0;
	}
	.nav-item-header li.menu-item ul li {
		padding: .5rem 0;
		position: relative;
	}
	.nav-item-header li.menu-item ul li:before {
		content: "";
		position: absolute;
		transform: translateY(-50%) rotate(45deg);
		top: 55%;
		left: -21px;
		width: 8px;
		height: 8px;
		border-style: solid;
		border-width: 1px 1px 0px 0px;
		color:#fff;
		display: inline-block;
		transition: transform 0.3s ease; 
	}
	.nav-item-header .sub-menu {
		margin-top: 10px;
	}
	.promocion--content-info {
		min-height:auto;
	}
	.styleSingleUnits,
	.img-units-style {
		margin-top: 4rem !important;
	}
}   
/* END: Responsive */