/*
Theme Name: Honda Autos Landing
Theme URI: 
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options

*/


/* LAYOUT */

.basic-animation, 
.basic-animate {
    -moz-transition: all 0.3s linear !important;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    -ms-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
}

body .site .elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet {
	height: 20px !important;
	position: relative;
	background-color: transparent !important;
}

body .site .elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet:after {
	content: "";
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: 0;
    top: 50%;
}

body .elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	content: "";
	width: 100%;
	height: 2px;
	background: black;
}



.bar-to-scroll {
    margin-top: -50px;
    width: 2px;
    height: 100px;
    background: transparent;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.bar-to-scroll:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    background: #ffffff99;
    border-radius: 10px;
    overflow: hidden;
    animation-duration: 3s;
    animation-name: sliding;
    animation-iteration-count: infinite;
}
.bar-to-scroll:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    background: #ffffff99;
    border-radius: 10px;
    overflow: hidden;
    animation-duration: 3s;
    animation-name: sliding_before;
    animation-iteration-count: infinite;
    animation-delay: 1.5s;
}

@keyframes sliding {
  from {
    top: -105%;
  }

  to {
    top: 105%;
  }
}

@keyframes sliding_before {
  from {
    top: -105%;
  }

  to {
    top: 105%;
  }
}

.to-scroll {
    width: 3px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100px;
}

#home-slide {
    position: relative;
}

body:not(.home) #home-slide:after {
    content: "";
    background: url('https://autoshonda.com.co/wp-content/uploads/2025/09/bg-deco-home-slide.png') no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    height: 150px;
    z-index: 1;
}

body #menu-menu-principal .e-n-carousel.swiper {
	background: transparent;
}

#menu-menu-principal .elementor-widget-image {
	
}

#menu-menu-principal .elementor-widget-image img {

}

.menu-title-border-bottom {
	position: relative;
	margin-bottom: 15px !important;
	margin-top: 20px;
}

.menu-title-border-bottom:after {
	content: "";
	position: absolute;
	width: 200px;
	height: 1px;
	background: black;
	bottom: -15px;
	left: -35px;
}

.elementskit-megamenu-panel > div[data-elementor-type="wp-post"] {
	overflow-y: scroll;
    position: relative;
    display: block;
    height: 90vh;
}


/* HOME */

.vtc-filter {
	margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.vtc-filter select {
	order: 1px solid #585858;
    border-radius: 8px;
    width: 350px;
    color: #666666B2;
    font-weight: 400;
    font-size: 16px;
}

.img-logo-honda-vitrina-taller {
	width: 65px;
	margin-bottom: 0;
}

.card-vitrina-taller {
	border-radius: 10px;
	overflow: hidden;
}

.card-vitrina-taller .card-header {
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 20px;
	column-gap: 20px;
	row-gap: 20px;
}

.card-vitrina-taller .card-header h3 {
	color: #696969;
	font-size: 24px;
	text-align: center;
	font-family: "Axiforma", Sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
}

.card-vitrina-taller .card-header h3:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	width: 1px;
	height: 50px;
	background: #696969;
}

.card-vitrina-taller .card-body {
	background: #F2F2F2;
	padding: 20px;
	height: 400px;
}

.card-vitrina-taller .card-body * {
	font-family: "Axiforma", Sans-serif;
}

.card-vitrina-taller .card-body h3 {
	font-family: "Axiforma", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #282828;
}

.card-vitrina-taller .card-body p {
	font-family: "Axiforma", Sans-serif;
	color: #78858F;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0;
}

.btn-phone-maps {
	position: relative;
	padding-left: 35px !important;
}

.btn-phone-maps:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background-size: contain !important;
}

.btn-phone-maps.btn-phone:after {
	background: url('/wp-content/uploads/2025/10/icon-phone.png') no-repeat center top;
}

.btn-phone-maps.btn-whatsapp:after {
	background: url('/wp-content/uploads/2025/10/icon-whatsapp.webp') no-repeat center top;
}

.btn-phone-maps.btn-maps:after {
	background: url('/wp-content/uploads/2025/10/icon-gps.png') no-repeat center top;
}



.card-vitrina-taller .card-body span {
	text-decoration: underline;
}

.card-vitrina-taller .card-body .btns-container{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding-top: 10px;
    flex-wrap: wrap;
    column-gap: 10px;
}

.card-vitrina-taller .card-body a {
	font-family: "Axiforma", Sans-serif;
	background: #D9D9D9;
	color: #78858F;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 25px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
}

.card-vitrina-taller .card-body .btn-whatsapp {
	display: inline-block;
}

.card-vitrina-taller .card-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	column-gap: 5px;
	row-gap: 5px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;

}

.card-vitrina-taller .card-body ul li {
	font-family: "Axiforma", Sans-serif;
	background: #E32B33;
	color: white;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 10px;
}

.vtc-container .swiper-button-next {
	right: -80px;
	color: gray;
}

.vtc-container .swiper-button-prev {
	left: -80px;
	color: gray;
}

.overflow-hidden {
	overflow: hidden !important;
}

.home-card-servicios {
	height: 690px !important;
	min-height: 690px !important;
	position: relative !important;
}

.home-card-servicios:hover {
	width: 45% !important;
}

.home-card-servicios > a {
	position: relative !important;
	display: block !important;
}

.home-card-servicios > a:after {
	content: "";
	display: block;
	background: url('/wp-content/uploads/2025/09/img-icon-go-to-details.webp') no-repeat center center;
	background-color: white;
    background-size: 90px 90px;
    width: 115px;
    height: 115px;
	border-bottom-left-radius: 20px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 2;
	
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-card-servicios:hover > a:after {
	opacity: 1;
}

.home-card-servicios .elementor-element:not(.card-info-text):not(.show-and-hide-text) {
	height: 100% !important;
}

.home-card-servicios .elementor-widget-image {
	height: 100% !important;
}

.home-card-servicios .elementor-widget-image img {
	object-fit: cover !important;
	height: 100% !important;
}

.home-card-servicios .elementor-widget-button {
	z-index: 2;
	width: 100%;
}

.home-card-servicios .elementor-widget-button a {
	width: 100%;
}

.home-card-servicios:hover .card-info-text {
	padding-bottom: 90px;
}

.home-card-servicios .card-info-text .show-and-hide-text {
	opacity: 0;
}

.home-card-servicios:hover .card-info-text .show-and-hide-text {
	opacity: 1;
}

.elementor-post__meta-data span {
	font-family: "Axiforma Light";
}

.elementor-1067 .elementor-element.elementor-element-d193949 .elementor-post__title, 
.elementor-1067 .elementor-element.elementor-element-d193949 .elementor-post__title a {
    font-weight: 500 !important;
}


/* VEHICULOS */

.vehiculos-colores-container {
	display: flex;
}

.vehiculos-colores {
	position: relative;
	max-width: 100%;
    max-height: 100%;
    width: 1000px;
    height: 600px;
}

.color-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

.color-item.color-active {
	opacity: 1;
}

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

.ul-list-color-vehiculo {
	list-style: none;
	padding: 0;
    display: flex;
	flex-direction: column;
	justify-content: center;
}

.ul-list-color-vehiculo li.vehiculo-color-hex {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
    border: 1px solid #bfbfbfcc;
}

.ul-list-color-vehiculo li.vehiculo-color-hex:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #00000000;
}

.ul-list-color-vehiculo li.vehiculo-color-hex.color-hex-active,  
.ul-list-color-vehiculo li.vehiculo-color-hex:hover {
	box-shadow: 0 0 10px -2px black;
}

.ul-list-color-vehiculo li.vehiculo-color-hex.color-hex-active:after,  
.ul-list-color-vehiculo li.vehiculo-color-hex:hover:after {
	border: 1px solid #00000040;
}

.ul-list-color-vehiculo li.vehiculo-color-hex .span-color-name {
	position: absolute;
	opacity: 0;
	z-index: -1;
	color: #CACACA;
	font-size: 13px;
	font-weight: 300;
	top: 5px;
	left: -215px;
	display: block;
	width: 200px;
	text-align: right;
}

.ul-list-color-vehiculo li.vehiculo-color-hex.color-hex-active .span-color-name, 
.ul-list-color-vehiculo li.vehiculo-color-hex:hover .span-color-name {
	position: absolute;
	opacity: 1;
	z-index: 1;
}


.vehiculos-versiones {
	display: flex;
	flex-direction: row;
}

.elementor-element.item-caracteristica-1 {
	background-position: 110% 0 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 5px !important;
    overflow: hidden !important;
}

.elementor-element.item-caracteristica-2 {
	background-position: bottom right !important;
	background-repeat: no-repeat !important;
	background-size: 140% !important;
	border-radius: 5px !important;
	overflow: hidden !important;
}

.elementor-element.item-caracteristica-3 {
	background-position: top right !important;
    background-repeat: no-repeat !important;
    background-size: 140% !important;
    border-radius: 5px !important;
    overflow: hidden !important;
}

body:not(.home) #home-slide {
	padding-bottom: 50px;
    background: white;
}

body #home-slide {
    background: white;
}

body:not(.home) #home-slide:after {
	bottom: 70px;
}

.img-adas img {
	position: relative;
    top: 15px;
}

body.home .img-adas img {
	position: relative;
    top: 0px;
}

body:not(.home) .e-n-carousel.swiper {
	background: white;
}

body:not(.home) .bar-to-scroll {
	margin-top: -150px;
}

#menubar-vehiculo {
	top: 0;
	z-index: 2;
}

#menubar-vehiculo .elementor-widget-container {
	display: flex;
}

body.page-id-4485 #menubar-vehiculo {
	background-size: 70% 100% !important;
	z-index: 3;
}

.ul-list-menu-car {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin-bottom: 20px;
    margin-right: 40px;
    margin-top: 5px;
}

.ul-list-menu-car li a {
	border-right: 1px solid #282828;
}

.ul-list-menu-car li:nth-last-child(1) a {
	border-right: 0;
}

.ul-list-menu-car li a {
	text-decoration: none;
	font-family: "Axiforma", Sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #282828;
	display: block;
	padding: 0 10px;
	width: 100px;
	text-align: center;
}

.ul-list-menu-car li a.w-115 {
	width: 115px;
}

.ul-list-menu-car li a.w-160 {
	width: 160px;
}

.ul-list-menu-car li a:hover {
	color: black;
	font-weight: 500;
}

.btn-cotizar-vehiculo {
	font-family: "Axiforma", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    background: #D9D9D933;
    color: #282828;
	display: block;
	padding: 5px 20px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 20px;
	width: 90px;
	text-align: center;
}

.btn-cotizar-vehiculo.w-110 {
	width: 110px;
}

.btn-cotizar-vehiculo:hover {
    font-weight: 700;
}


.btn-3d-icon a {
	position: relative;
}

.btn-3d-icon a:after {
	content: "";
	background: url('/wp-content/uploads/2025/10/btn-3d-icon.webp') no-repeat center top;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -20px;
	right: -30px;
	background-size: contain;
}

.btn-design-active a {
	background: #4F4F4F33 !important;
}

.imgs-noactive {
	opacity: 0;
	display: none;
}

.imgs-active {
	opacity: 1 !important;
	display: block !important;
}


.caracterisitca-fila-1:hover .item-caracteristica-1 {
	width: 50% !important;
    background-position: 100% 0 !important;
}

.caracterisitca-fila-1:hover .item-caracteristica-1 h4 {
	font-size: 22px !important;
}

.caracterisitca-fila-1:hover .item-caracteristica-1 p {
	font-size: 18px !important;
}
.caracterisitca-fila-1:hover .item-caracteristica-1-2 {
	width: 45% !important;
}

.swiper-slide.info-item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.container-text-and-arrows {
	position: relative;
	min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
}

.swiper-vertical-button-up {
	background: url('/wp-content/uploads/2025/10/arrow-up.webp') no-repeat center top;
	background-size: contain;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	bottom: auto;
	width: 45px;
	height: 30px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.swiper-vertical-button-down {
	background: url('/wp-content/uploads/2025/10/arrow-down.webp') no-repeat center top;
	background-size: contain;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 15px;
	width: 45px;
	height: 30px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.swiper-info-car-section .swiper-button-next, 
.swiper-info-car-section .swiper-button-prev {
	display: none !important;
}

.container-image {
	width: 50%;
}

.flex-direction-reverse {
	flex-direction: row-reverse;
	column-gap: 20px;
	row-gap: 20px;
}

.swiper-info-car-section .info-item {
	column-gap: 20px;
	row-gap: 20px;
}

.flex-direction-reverse {
	flex-direction: row-reverse !important;
}

.vehiculos-informacion > h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
    font-family: "Axiforma";
    padding-left: 5%;
    padding-right: 5%;
}

.vehiculos-informacion > h3 {
	font-size: 18px;
	text-transform: initial;
	font-weight: 400;
	position: relative;
    font-family: "Axiforma";
    padding-left: 5%;
    padding-right: 5%;
}

.vehiculos-informacion > h3:after {
	content: "";
	position: absolute;
	width: 300px;
	height: 1px;
	background: black;
	bottom: -10px;
	left: 3%;
}

.vehiculos-informacion {
	margin-bottom: 80px;
}

.vehiculos-informacion:nth-last-child(1) {
	margin-bottom: 0;
	position: relative;
}

.vehiculos-informacion:nth-last-child(1):after {
	background: white;
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
	z-index: 1;
}

.vehiculos-informacion.text-in-right {
	text-align: right;
}

.vehiculos-informacion.text-in-right > h3:after {
	content: "";
	position: absolute;
	width: 300px;
	height: 1px;
	background: black;
	bottom: -10px;
	right: 3%;
	left: auto;
}

.container-text-and-arrows h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
    font-family: "Axiforma";
}

.container-text-and-arrows p {
	font-size: 18px;
	text-transform: initial;
	font-weight: 300;
	line-height: 26px;
    font-family: "Axiforma Light";
    padding-right: 30px;
}

.vehiculos-informacion.text-in-right .container-text-and-arrows p {
	padding-left: 30px;
	padding-right: 0;
}

.vehiculos-versiones .version-item h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
    font-family: "Axiforma Light";
    text-align: center;
    height: 55px;
}

.vehiculos-versiones .version-item h3 b {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 800;
    font-family: "Axiforma";
}

.vehiculos-versiones {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
}

.vehiculos-versiones .content-valor {
	margin-bottom: 30px;
}

.vehiculos-versiones p.p-precio{
	font-size: 20px;
	font-weight: 900;
    font-family: "Axiforma";
	color: #ED1B2F;
	text-align: center;
    margin-bottom: 0;
}

.valor_subtexto_1 {
	font-family: "Axiforma", Sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
}

.valor_subtexto_2 {
	font-family: "Axiforma Light", Sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}

.swiper-slide.version-item {
	width: 33%;
	margin-left: 10px;
	margin-right: 10px;
}

.swiper-slide.version-item.one-column {
	width: 70%;
}

.swiper-slide.version-item .version-imagen {
	max-width: 370px;
	margin: 0 auto;
	display: block;
}

.swiper-wrapper.vehiculos-versiones {
	padding: 10px 20px;
}

.acc-btn { 
	width: 100%; 
	text-align: left; 
	padding: .75rem 1rem; 
	font-weight: 600; 
	cursor: pointer; 
	background: #F7F7F7;
	font-size: 16px;
	font-weight: 800;
    font-family: "Axiforma Light";
    color: black;
    text-transform: uppercase;
    position: relative;
}

.acc-btn:after {
	content: "+";
	position: absolute;
	font-size: 30px;
	font-weight: 500;
    font-family: "Axiforma";
    right: 10px;
    top: 5px;
}

.acc-btn[aria-expanded="true"]:after {
	content: "-";
}

.acc-panel { 
	padding: .75rem 1rem; 
}

.acc-panel[hidden] { 
	display: none; 
}

.acc-panel h5 {
	font-size: 18px;
	font-weight: 500;
    font-family: "Axiforma";
    margin-bottom: 0;
}

.acc-panel p {
	font-size: 16px;
	font-weight: 500;
    font-family: "Axiforma Light";
    margin-bottom: 0;
    margin-bottom: 15px;
}

.btn-ficha-tecnica .elementor-button-link {
	position: relative;
	padding: 15px 40px !important;
}

.btn-ficha-tecnica .elementor-button-icon {
	position: absolute;
	left: -35px;
    top: -2px;
    width: 55px;
    height: 55px;
}

.btn-ficha-tecnica .elementor-button-icon svg {
	width: 100%;
}

.btn-ficha-tecnica .elementor-button-text {
	font-size: 22px;
	font-weight: 400;
    font-family: "Axiforma";
}

.vehiculos-informacion-honda-sensing {
	margin-bottom: 80px;
}

.vehiculos-informacion-honda-sensing > h2 {
	font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
    font-family: "Axiforma";
    padding-left: 5%;
    padding-right: 5%;
}

.vehiculos-informacion-honda-sensing > h3 {
	font-size: 18px;
	text-transform: initial;
	font-weight: 400;
	position: relative;
    font-family: "Axiforma";
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 60px;
}

.vehiculos-informacion-honda-sensing > h3:after {
	content: "";
	position: absolute;
	width: 300px;
	height: 1px;
	background: black;
	bottom: -10px;
	left: 3%;
}


.honda-sensing-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.contenido-honda-sensing {
	background: #086BA7;
    color: white;
    padding: 80px;
    max-width: 540px;
    height: 540px;
    margin-right: -270px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contenido-honda-sensing h3 {
	font-family: "Axiforma";
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 60px;
    margin-bottom: 0;
}

.contenido-honda-sensing p {
	font-family: "Axiforma Light";
	font-weight: 300;
	font-size: 20px;
	line-height: 22px;
}

.swiper-honda-sensing .swiper-button-next, 
.swiper-honda-sensing .swiper-button-prev {
	display: none !important;
}

.contenido-honda-sensing .portada-header {
	display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}

.contenido-honda-sensing .portada-header .logo-honda-sensing {
    width: 165px;
}

.contenido-honda-sensing h3.h3-titulo {
	margin-bottom: 20px;
}

.contenido-honda-sensing h3.h3-titulo-portada {
	margin-right: 15px;
}

.swiper-vertical-button-up.btns-honda-sensing {
	top: 35px;
	background: url(/wp-content/uploads/2025/10/arrow-white-up.webp) no-repeat center top;
}

.swiper-vertical-button-down.btns-honda-sensing {
	bottom: 35px;
	background: url(/wp-content/uploads/2025/10/arrow-white-down.webp) no-repeat center top;
}

.swiper-vertical-button-up.btns-honda-sensing, 
.swiper-vertical-button-down.btns-honda-sensing {
	width: 60px;
	height: 30px;
	background-size: contain;
}

.formulario-cotizacion {

}

.formulario-cotizacion form.elementor-form .elementor-field-type-acceptance .elementor-field-subgroup label {
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 18px;
}


/** TENGO UN HONDA **/
#menubar-interno {
	top: 0;
	z-index: 2;
}

#menubar-interno .elementor-widget-container {
	display: flex;
}

body #menubar-interno {
	background-size: 70% 100% !important;
	z-index: 3;
}
.menu-interno {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin-bottom: 20px;
    margin-right: 40px;
    margin-top: 5px;
}

.menu-interno li a {
	border-right: 1px solid #282828;
}

.menu-interno li:nth-last-child(1) a {
	border-right: 0;
}

.menu-interno li a {
	text-decoration: none;
	font-family: "Axiforma", Sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #282828;
	display: block;
	padding: 0 10px;
	width: auto;
	text-align: center;
}

.menu-interno li a.w-115 {
	width: 115px;
}

.menu-interno li a.w-160 {
	width: 160px;
}

.menu-interno li a:hover, 
.menu-interno li.current-menu-item a {
	color: black;
	font-weight: 500;
}

.btn-agendar-cita {
	font-family: "Axiforma", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    background: #D9D9D933;
    color: #282828;
	display: block;
	padding: 5px 20px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 20px;
	width: 90px;
	text-align: center;
}

.btn-agendar-cita.w-120 {
	width: 120px;
}

.btn-agendar-cita:hover {
    font-weight: 700;
}

.site-content {
	background: white;
}


/* CAMPAÑAS DE SEGURIDAD */
.scr-buscador {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scr-buscador h2 {
	font-family: 'Axiforma';
	font-size: 40px;
	font-weight: 800;
	line-height: 42px;
	text-align: center;
	width: 100%;
}

.scr-buscador .scr-field {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.scr-buscador .scr-field span {
	font-family: 'Axiforma Light';
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 3px;
	background: #EE2337;
	padding: 4px 10px 2px;
	color: white;
	margin-bottom: 10px;
}

.scr-buscador .scr-field label {
	font-family: 'Axiforma';
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 15px;
}

.scr-buscador .scr-field .group-input-button {
	display: flex;
	column-gap: 20px;
	row-gap: 20px;
}

.scr-buscador .scr-field input {
	color: #666666B2;
	font-family: 'Axiforma';
	font-weight: 400;
	font-size: 16px;
	background: white;
	border: 1px solid #666666B2;
	border-radius: 8px;
    padding: 10px 15px;
    height: 50px;
}

.scr-buscador .scr-field select {
	color: #666666B2;
	font-family: 'Axiforma';
	font-weight: 400;
	font-size: 16px;
	background: white;
	border: 1px solid #666666B2;
	border-radius: 8px;
	padding: 10px 15px;
    height: 50px;
    min-width: 350px;
}

.scr-buscador .scr-field button {
	font-family: 'Axiforma';
	background: #D9D9D933;
	color: black;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	border-radius: 8px;
	padding: 9px 30px 15px;
    height: 50px;
}

#scr_resultados {
	background: #F7F7F7;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
    min-height: 80px;
    display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 20px 10px;
	margin-top: 30px;
}

#scr_resultados h3 {
	max-width: 800px;
	width: 100%;
	text-align: left;
	font-size: 25px;
	font-family: 'Axiforma';
	font-weight: 500;
	line-height: 27px;
}

#scr_resultados .scr-item {
	max-width: 800px;
	width: 100%;
	margin-bottom: 30px;
}

#scr_resultados .scr-item p {
	text-align: left;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
}

.contenedor-botones-agenda-servicio {
	background: #F7F7F7;
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

#contenedor-botones-agenda-servicio[hidden] {
	display: none;
}





















































.span-color-name-mobile {
	display: none;
}

.hide-in-desktop {
	display: none;
}

/* RESPONSIVE */
@media (max-width: 1366px){
	.vtc-container .swiper-button-prev {
		left: 15px;
	}

	.vtc-container .swiper-button-next {
		right: 15px;
	}

	.vtc-swiper {
		max-width: 90%;
		display: block;
		margin: 0 auto;
	}

	.card-vitrina-taller .card-body {
		height: 380px;
	}
}

@media (max-width: 1024px){
	/* LAYOUT */
	.hide-in-desktop {
		display: block;
	}
	.elementskit-menu-hamburger {
        border: none !important;
    }
	.elementor-1073 .elementor-element.elementor-element-4bc0812 .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
	    background-color: #8D8D8D !important;
	}
	.elementskit-menu-close .elementskit-menu-hamburger-icon, .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        height: 4px !important;
        border-radius: 5px !important;
    }
    .btn-agendar-cita {
    	margin: 0;
    }
	/* HOME */
	#home-slide {
	    position: relative;
	    background: white;
	    margin-bottom: -15px;
	}
	#home-slide:after {
	    background-size: 100% 100% !important;
	    bottom: 22px !important;
	}
	#home-slide .bg-btn-mobile {
		background: none !important;
	}

	div#info-bottom-car p {
	    font-size: 16px;
	    line-height: 17px;
	    text-align: center;
	}

	div#info-bottom-car a {
	    font-weight: 500;
	    font-size: 16px;
	    width: 155px;
	    margin: 0 auto;
	    display: block;
	}

	#section-cars {
		margin-bottom: 0;
	}

    body .elementor-1067 .elementor-element.elementor-element-1c336ea .elementor-heading-title {
        font-size: 18px;
        line-height: 20px;
    }

    div.aux-element-background:after {
    	bottom: -325px;
    }

    body.home .elementor-1067 .elementor-element.elementor-element-d193949 .elementor-post__thumbnail__link {
    	width: 45%;
    }

    body.home .elementor-1067 .elementor-element.elementor-element-d193949 .elementor-post__title, 
    body.home .elementor-1067 .elementor-element.elementor-element-d193949 .elementor-post__title a {
	    font-weight: 500 !important;
	    font-size: 17px !important;
	    line-height: 18px !important;
	    text-transform: lowercase;
	    display: inline-block;
	}

	body.home .elementor-1067 .elementor-element.elementor-element-d193949 .elementor-post__title a::first-letter {
  		text-transform: uppercase;
	}

	#menubar-vehiculo .elementor-element {
		width: 100%;
	}

	#menubar-vehiculo .elementor-widget-container {
    	justify-content: space-between;
	}

	#menubar-interno .elementor-element {
		width: 100%;
	}

	#menubar-interno .elementor-widget-container {
    	justify-content: space-between;
	}

	a#menu-car-title {
		font-size: 16px;
		color: #2d2d2d;
		font-family: "Axiforma";
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		padding-right: 30px;
		background: url('/wp-content/uploads/2025/10/expand-arrow.webp') no-repeat 100% 50%;
		padding-left: 15px;
	}

	a#menu-interno-title {
		font-size: 14px;
		color: #2d2d2d;
		font-family: "Axiforma";
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		padding-right: 30px;
		background: url('/wp-content/uploads/2025/10/expand-arrow.webp') no-repeat 100% 50%;
		padding-left: 15px;
		display: flex;
        flex-direction: column;
        justify-content: center;
	}

	.ul-list-menu-car {
		display: none;
		position: absolute;
        left: -10px;
        top: 30px;
        background: white;
        flex-direction: column;
		margin: 0;
		padding: 10px;
		row-gap: 15px;
	}

	.ul-list-menu-car.active {
		display: flex;
	}

	.ul-list-menu-car li a {
		border: 0;
	    padding: 5px 10px;
	    width: 130px;
	}

	.menu-interno {
		display: none;
		position: absolute;
        left: -10px;
        top: 30px;
        background: white;
        flex-direction: column;
		margin: 0;
		padding: 10px;
		row-gap: 15px;
	}

	.menu-interno.active {
		display: flex;
	}

	.menu-interno li a {
		border: 0;
	    padding: 5px 10px;
	    width: 130px;
	}

	#menubar-vehiculo {
		top: 80px !important;
		background: white;
	}

	#menubar-vehiculo .e-con-inner {
		display: flex;
		align-content: flex-end;
	}

	#menubar-interno {
		top: 80px !important;
		background: white;
	}

	#menubar-interno .e-con-inner {
		display: flex;
		align-content: flex-end;
	}

	.btn-cotizar-vehiculo {
		margin: 0;
		margin-right: 40px;
	}

	.vtc-container .swiper-button-prev, 
	.vtc-container .swiper-button-next {
		display: none;
	}

	.elementor-1073 .elementor-element.elementor-element-4bc0812 .elementskit-menu-container {
        max-width: 400px !important;
    }

	/* VEHICULOS */
	.btn-3d-icon a:after {
	    content: "";
	    background: url(/wp-content/uploads/2025/10/btn-3d-icon.webp) no-repeat center top;
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    top: -7px;
	    right: -30px;
	    background-size: contain;
	}

	.vehiculos-colores-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.vehiculos-colores {
		height: 250px;
	}

	.ul-list-color-vehiculo {
	    list-style: none;
	    padding: 0;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    flex-wrap: nowrap;
	    align-items: center;
        column-gap: 10px;
        position: relative;
	}

	.ul-list-color-vehiculo li.vehiculo-color-hex {
		position: relative;
	}

	.ul-list-color-vehiculo li.vehiculo-color-hex .span-color-name {
	    position: absolute;
	    color: #CACACA;
	    font-size: 15px;
	    font-weight: 300;
	    top: -35px;
	    left: 0;
	    right: 0;
	    display: none !important;
	    width: 200px;
	    margin: 0 auto;
	    text-align: center;
	}

	.span-color-name-mobile {
		display: block !important;
		position: absolute;
		bottom: -65px;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
		color: #CACACA;
		font-size: 15px;
		font-weight: 300;
		margin: 0 auto;
	}

	#diseno > .e-con-inner {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	#imgs-interior.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal {
		top: 10%;
	}

	.site #imgs-interior.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet {
	    width: 20px;
	    background: white;
	    border-radius: 0;
	    margin-left: 7px;
	    margin-right: 7px;
	}

	.caracterisitca-fila-1 .item-caracteristica-1 {
		background: #f7f7f7 !important;
		padding: 45px 20px !important;
	}

	.caracterisitca-fila-1 .item-caracteristica-1 h4.elementor-heading-title {
		font-size: 20px;
	}

	.caracterisitca-fila-1 .item-caracteristica-1 p.elementor-heading-title {
		font-size: 15px;
	}

	.item-caracteristica-3 {
		background: #f7f7f7 !important;
		padding: 20px !important;
	}

	.swiper-slide.info-item {
	    display: flex;
	    flex-direction: column !important;
	    align-items: center;
	}

	.swiper-slide.info-item .container-text-and-arrows {
	    position: relative;
	    min-height: 280px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    width: 100%;
	    padding-left: 5%;
	    padding-right: 5%;
	}

	.swiper-slide.info-item .container-image {
	    width: 100%;
	}

	.vehiculos-informacion > h2, 
	.vehiculos-informacion.text-in-right > h2, 
	.vehiculos-informacion-honda-sensing > h2 {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 500;
		text-align: center;
	}

	.vehiculos-informacion > h3, 
	.vehiculos-informacion.text-in-right > h3, 
	.vehiculos-informacion-honda-sensing > h3 {
	    font-size: 14px;
	    text-transform: initial;
	    font-weight: 400;
		text-align: center;
	}

	.container-text-and-arrows h3 {
		font-size: 20px;
		text-align: center;
	}

	.container-text-and-arrows p {
	    font-size: 16px;
	    line-height: 18px;
	    text-align: center;
	    padding: 0;
	}

	.vehiculos-informacion > h3:after, 
	.vehiculos-informacion.text-in-right > h3:after, 
	.vehiculos-informacion-honda-sensing > h3:after {
	    content: "";
	    position: absolute;
	    width: 250px;
	    height: 1px;
	    background: black;
	    bottom: -10px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}

	.vehiculos-informacion.text-in-right .container-text-and-arrows p {
		padding-left: 0;
	}

	.honda-sensing-item {
	    display: flex;
	    flex-direction: column-reverse;
	    align-items: center;
	    justify-content: center;
	}

	.contenido-honda-sensing {
	    background: #086BA7;
	    color: white;
	    padding: 40px 30px;
	    max-width: 100%;
	    height: 400px;
	    margin-right: 0;
	    position: relative;
	    z-index: 1;
	    border-radius: 0;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    margin-top: -9px;
	}

	.contenido-honda-sensing .portada-header {
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	    margin-bottom: 20px;
	    justify-content: center;
	}
	.contenido-honda-sensing h3 {
	    font-family: "Axiforma";
	    font-weight: 500;
	    font-size: 20px;
	    line-height: 22px;
	    margin-bottom: 60px;
	    margin-bottom: 0;
	    text-align: center;
	}

	.contenido-honda-sensing p {
	    font-family: "Axiforma Light";
	    font-weight: 300;
	    font-size: 15px;
	    line-height: 20px;
	    text-align: center;
	}
	
	.swiper.vehiculos-versiones-container {
		padding-top: 0;
	}

	.vehiculos-versiones p.p-precio {
		margin-bottom: 90px;
	}

	#versiones .swiper-button-prev {
		top: 350px;
		left: -50px;
	    right: 0;
	    margin: 0 auto;
	}

	#versiones .swiper-button-next {
		top: 350px;
		left: 0;
	    right: -50px;
	    margin: 0 auto;
	}

	.swiper-slide.version-item {
		width: 100%;
		margin: 0;
	}

	.vehiculos-versiones {
		justify-content: normal;
	}

	/** TEGNO UN HONDA **/
	/* CAMPAÑAS DE SEGURIDAD */
	.scr-buscador .scr-field {
	    align-items: center;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-items: center;
	    margin-top: 30px;
	}

	.group-select-button {
		display: flex;
    	flex-direction: column;
	}

	.scr-buscador .scr-field .group-input-button {
		width: 100%;
	}

	.scr-buscador .scr-field input {
		width: 50%;
	}

	.scr-buscador .scr-field button {
		font-size: 18px;
	}

	.scr-buscador .scr-field input + button {
		width: 50%;
	}

	.scr-buscador .scr-field label {
	    font-family: 'Axiforma Light';
	    font-size: 24px;
	    font-weight: 300;
	    line-height: 26px;
	}

	.scr-buscador h2 {
		font-size: 22px;
		margin-bottom: 0;
	}


	#scr_resultados h3 {
		font-size: 22px;
	}

	#scr_resultados .scr-item p {
	    font-size: 20px;
	}

}



































