/*
Theme Name: CF Motos
Description: Tema Personalizado
Versio: 1.0
*/

@charset "UTF-8";

:root {
	--jvm-background-transparent: transparent;
	--jvm-background-primary: rgb(255, 255, 255);
	--jvm-background-white: rgb(255, 255, 255);
	--jvm-background-black: rgb(0, 0, 0);
	--jvm-background-green: rgb(0 62 71);
	--jvm-background-aquamarine-blue: rgb(0, 239, 209);
	--jvm-background-aquamarine-dark-blue: rgba(0, 155, 180, 1);
	--jvm-background-aquamarine-dark-blue-op1: rgba(0, 155, 180, 1);
	--jvm-background-aquamarine-dark-blue-op2: rgb(0 239 209);
	--jvm-background-aquamarine-dark-blue-pro: rgb(0, 155, 180);
	--jvm-background-menu: rgb(50, 62, 72, 0.9);
	--jvm-background-gray-op4: rgb(236, 236, 237, 0.4);
	--jvm-background-blue-op1: rgb(150, 210, 211, 0.1);
	--jvm-background-footer-one: rgb(73, 73, 72);
	--jvm-background-footer-two: rgb(0, 0, 0);
	--jvm-color-text-black: rgb(0, 0, 0);
	--jvm-color-text-white: rgb(255, 255, 255);
	--jvm-color-text-textlink: rgb(0, 155, 180);
	--jvm-color-text-blue: rgb(0, 155, 180);
	--jvm-color-text-blue-100: var(--jvm-background-aquamarine-dark-blue-op2);
	--jvm-color-text-aquamarine-blue: rgb(0, 239, 209);
	--jvm-color-border-white: rgb(255, 255, 255);
	--jvm-color-border-aquamarine-blue: rgb(0, 239, 209);
	--jvm-color-text-menu: rgb(255, 255, 255);
	--jvm-color-text-footer: rgb(197, 198, 198);
	--jvm-borde-form: rgb(145, 146, 146);
	--jvm-color-text-form: rgb(73, 73, 72);
	--jvm-box-shadow: rgb(228, 232, 232);
	--jvm-text-tag-Two: rgb(74, 79, 84);
	--jvm--width: min(100%, 100%);
	--jvm--width-fit-content: min(100%, fit-content);
	--jvm--container: min(100%, 1100px);
	--jvm--container-contacto: min(100%, 1076px);
	--jvm--container-contacto-form: min(100%, 712px);
	--jvm--height: 100%;
	--jvm--height-menu: 5.25rem;
	--jvm--font-size-menu: 1.125rem;
	--jvm--font-size-r: 0.625rem;
	--jvm--font-size-l: 0.75rem;
	--jvm--font-size-m: 0.875rem;
	--jvm--font-size-xs: 1rem;
	--jvm--font-size-sm: 1.125rem;
	--jvm--font-size-md: 1.25rem;
	--jvm--font-size-lg: 1.625rem;
	--jvm--font-size-xl: 2.25rem;
	--jvm--font-size-xxl: 4rem;
	--jvm--font-size-xxxl: 3rem;
	--jvm--content-caption: min(100%, 485px);
	--jvm--height-caption: 314px;
	--jvm--mrgt0: 0;
	--jvm--mrgt1: 1rem;
	--jvm--mrgt1-5: 1.5rem;
	--jvm--mrgt2: 2rem;
	--jvm--mrgt2-5: 2.5rem;
	--jvm--mrgb0: 0;
	--jvm--mrgb1: 1rem;
	--jvm--mrgb1-5: 1.5rem;
	--jvm--mrgb2: 2rem;
	--jvm--mrgb2-5: 2.5rem;
}

@font-face {
	font-family: "fonts-200";
	src: url(./fonts/SUPREMELL-THIN.OTF);
}

@font-face {
	font-family: "fonts-300";
	src: url(./fonts/SUPREMELL-LIGHT.OTF);
}

@font-face {
	font-family: "fonts-400";
	src: url(./fonts/SUPREMELL-REGULAR.OTF);
}

@font-face {
	font-family: "fonts-500";
	src: url(./fonts/SUPREMELL-BOOK.OTF);
}

@font-face {
	font-family: "fonts-600";
	src: url(./fonts/SUPREMELL-MEDIUM.OTF);
}

@font-face {
	font-family: "fonts-700";
	src: url(./fonts/SUPREMELL-BOLDFLAT.OTF);
}

@font-face {
	font-family: "fonts-800";
	src: url(./fonts/SUPREMELL-BOLD.OTF);
}

@font-face {
	font-family: "fonts-900";
	src: url(./fonts/SUPREMELL-BLACK.OTF);
}

/* --------------- SELECTORES --------------- */

html {
	min-height: 100%;
	position: relative;
}

body,
html {
	font-family: "fonts-400";
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: var(--jvm--font-size-x);
	background-color: var(--jvm-background-primary);
	color: var(--jvm-color-text-black);
	overflow-x: hidden;
	padding-right: 0 !important;
}

html {
	position: relative;
}

body a {
	text-decoration: none;
	cursor: pointer;
	color: var(--jvm-color-text-textlink);
	transition: 0.5s;
}

body a:hover {
	text-decoration: none;
	color: var(--jvm-color-text-textlink);
}

h1 {
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-xxxl);
	line-height: 58px;
	color: var(--jvm-color-text-black);
	margin-top: 0;
}

h2 {
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-xxxl);
	line-height: 58px;
	color: var(--jvm-color-text-black);
}

h3 {
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-lg);
	line-height: 26px;
	color: var(--jvm-color-text-black);
}

h4 {
	font-family: "fonts-400";
	font-size: 1rem;
	line-height: 19px;
	letter-spacing: 0.12em;
	color: var(--jvm-color-text-black);
}

p {
	font-family: "fonts-300";
	font-size: var(--jvm--font-size-x);
	line-height: 24px;
	letter-spacing: 0.4px;
	color: var(--jvm-color-text-black);
}

ul li {
	font-family: "fonts-300";
	font-size: 1rem;
	line-height: 24px;
	color: var(--jvm-color-text-black);
}

ol li {
	font-family: "fonts-300";
	font-size: 1rem;
	line-height: 25px;
	color: var(--jvm-color-text-black);
}

strong {
	font-family: "fonts-900";
}

.textUppercase {
	text-transform: uppercase;
}

.visibleMobile {
	display: none;
}

.btn-primary {
	color: var(--jvm-color-text-white);
	background-color: transparent;
	border-color: transparent;
}

.btn:hover {
	color: initial;
	background-color: inherit;
	border-color: transparent;
}

:focus-visible {
	outline: -webkit-focus-ring-color auto 0;
}

btn-check:focus + .btn,
.btn:focus {
	background-color: transparent;
	border-color: transparent;
}

.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
	background-color: transparent;
	border-color: transparent;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	transition: 0.5s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: var(--jvm--container);
}

/* --------------- FIN SELECTORES --------------- */

/* --------------- OTROS ESTILOS GENERALES --------------- */

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: var(--jvm--container);
	}
}

.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus,
.btn:focus,
.input:active:focus,
.input:focus {
	box-shadow: none;
}

.form-group {
	margin-bottom: 1.5rem;
}

.form-control:focus {
	color: var(--jvm-color-text-form);
	background-color: transparent;
	border-color: transparent;
	border: 1px solid var(--jvm-borde-form);
	box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

input[type="text"],
select,
.custom-field-formV2 {
	width: 100% !important;
	height: 48px;
	font-family: "fonts-400";
	background-color: transparent;
	font-size: var(--jvm--font-size-xs) !important;
	color: var(--jvm-color-text-form);
	border-radius: 0;
	border: 1px solid var(--jvm-borde-form);
}

.custom-field-formV2::placeholder,
.form-control::placeholder {
	color: rgb(73, 73, 72);
}

textarea {
	width: 100% !important;
	background-color: transparent;
	font-family: "fonts-400";
	font-size: var(--jvm--font-size-xs) !important;
	color: var(--jvm-color-text-form);
	border-radius: 0;
	border: 1px solid var(--jvm-borde-form);
	padding: 0.375rem 0.75rem;
}

label {
	font-size: var(--jvm--font-size-xs);
	color: var(--jvm-color-text-primary);
	line-height: 24px;
	letter-spacing: 0.4px;
}

select {
	background-color: var(--jvm-background-primary) !important;
	color: var(--jvm-color-text-form) !important;
	background-image: url(./images/icons/icoArrowSelect.svg);
	background-position: 94% center;
	background-repeat: no-repeat;
	background-size: 14px;
	margin-top: 0 !important;
	border: 1px solid var(--jvm-borde-form) !important;
	border-radius: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

:focus-visible {
	outline: -webkit-focus-ring-color auto 0;
}

input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
	font-family: "fonts-400";
	font-size: var(--jvm--font-size-xs) !important;
	color: var(--jvm-color-text-form);
	text-align: left;
}

.check_legal {
	position: relative;
	top: 0.2rem;
	left: 0.6rem;
}

.form-check-input[type="checkbox"] {
	width: 24px;
	height: 24px;
	border: 1px solid var(--jvm-borde-form);
	border-radius: 3px;
}

.form-check-input:checked[type="checkbox"] {
	background-image: url(./images/icons/icoCheck.svg);
	background-size: 10px;
	background-color: rgb(0, 125, 142);
	border: 1px solid #007d8e;
	text-decoration: none;
}

.slick-prev.slick-arrow[type="button"],
.slick-next.slick-arrow[type="button"] {
	width: 42px;
	height: 42px;
	z-index: 2;
	border-radius: 0;
	background-color: var(--jvm-background-white);
	background-size: 100%;
	border: 2px solid rgb(0, 155, 180);
	box-shadow: 0px 4px 4px rgba(0, 125, 142, 0.2);
	background-size: 24px;
}

.slick-prev.slick-arrow[type="button"] {
	background: var(--jvm-background-white) url(./images/icons/icoArrowLeft.svg)
		no-repeat center;
}

.slick-next.slick-arrow[type="button"] {
	background: var(--jvm-background-white) url(./images/icons/icoArrowRight.svg)
		no-repeat center;
}

.slick-prev,
.slick-next {
	top: 35%;
}

.slick-prev {
	display: none;
}

.slick-next {
	right: 0;
}

/* .slick-next:before {
    display: none;
} */

.slick-next:before {
	font-size: 0;
}

.slick-dots li {
	width: auto;
	height: auto;
}

.slick-dots {
	bottom: -35px;
}

.slick-dots li button:before {
	font-size: 0px;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
	background-color: var(--jvm-background-transparen);
	border: 1px solid var(--jvm-background-aquamarine-dark-blue);
	border-radius: 50%;
	opacity: 1;
}

.slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
	background-color: var(--jvm-background-aquamarine-dark-blue);
	border: 1px solid var(--jvm-background-aquamarine-dark-blue);
	border-radius: 50%;
	opacity: 1;
}

.positionRelative {
	position: relative;
}

.titleCenter {
	text-align: center;
}

.line {
	width: 100%;
	height: 1px;
	background-color: var(--jvm-color-line);
	display: block;
	margin: 1rem 0;
}

.bgBlackContent {
	width: var(--jvm--width);
	background-color: rgb(0, 26, 33);
	min-height: 384px;
	display: block;
	border-top: 12px solid var(--jvm-background-aquamarine-blue);
	margin-top: -18rem;
}

.bgGrayContent {
	background-color: var(--jvm-background-gray-op4);
	padding: 4rem 0;
	position: relative;
}

.bgBlueContent {
	background-color: var(--jvm-background-blue-op1);
	padding: 4rem 0;
	position: relative;
}

.bgBlueContentPro {
	background-color: rgb(0, 125, 142);
	padding: 4rem 0 6rem;
	position: relative;
	height: fit-content;
}

.bgWhiteContent {
	background-color: var(--jvm-background-white);
	padding: 0 0 4rem;
	margin-top: 4rem;
	position: relative;
}

.bgContent100 {
	width: var(--jvm--width);
}

.imgBGOne {
	background-image: url(./images/others/bgImageOne.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.imgBGTwo {
	background-image: url(./images/others/bgImage.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.hideComponent {
	display: none;
}

.fontSizeFourteen {
	font-size: 0.875rem !important;
	line-height: 18px !important;
}

.borderRadius0 {
	border-radius: 0 !important;
}

.borderRadius50 {
	border-radius: 50% !important;
}

.mrgt0 {
	margin-bottom: var(--jvm--mrgt0);
}

.mrgt1 {
	margin-top: var(--jvm--mrgt1);
}

.mrgt1-5 {
	margin-top: var(--jvm--mrgt1-5);
}

.mrgt2 {
	margin-top: var(--jvm--mrgt2);
}

.mrgt2-5 {
	margin-top: var(--jvm--mrgt2-5);
}

.mrgb0 {
	margin-bottom: var(--jvm--mrgb0);
}

.mrgb1 {
	margin-bottom: var(--jvm--mrgb1);
}

.mrgb1-5 {
	margin-bottom: var(--jvm--mrgb1-5);
}

.mrgb2 {
	margin-bottom: var(--jvm--mrgb2);
}

.mrgb2-5 {
	margin-bottom: var(--jvm--mrgb2-5);
}

.twoColumn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

.twoColumnLeft {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 25px;
}

.twoColumnRight {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 25px;
}

.twoColumnRight1-4 {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 25px;
}

.threeColumn {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
}

.threeColumnResponsive {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
}

.fourColumn {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
}

.gap0 {
	gap: 0;
}

.height800 {
	min-height: 800px;
}

.textInfoLetter {
	font-size: 0.75rem;
	letter-spacing: 6px;
	display: block;
}

.textWhiteMenu {
	color: var(--jvm-color-text-white);
}

.textBlue {
	color: var(--jvm-color-text-secondary);
}

.backgroundPink {
	background-color: var(--jvm-background-pink);
}

.backgroundDarkBlue {
	background-color: var(--jvm-background-black);
}

.textPink {
	color: var(--jvm-color-text-secondary);
}

.textGreen {
	color: var(--jvm-color-text-cuaternario);
}

.textWhite,
.page .textWhite p {
	color: var(--jvm-color-text-white);
}

.textGray {
	color: var(--jvm-color-line-gray);
}

.clear {
	clear: both;
}

/* --------------- FIN OTROS ESTILOS GENERALES --------------- */

/* --------------- SEPARADORES --------------- */

.separadorProOne {
	padding: 5px;
}

.separadorProTwoS {
	padding: 9px;
}

.separadorProTwo {
	padding: 10px;
}

.separadorProTwoL {
	padding: 12px;
}

.separadorProTwoXL {
	padding: 13px;
}

.separadorProThree {
	padding: 15px;
}

.separadorProFour {
	padding: 20px;
}

.separadorProFourS {
	padding: 21px;
}

.separadorProFourL {
	padding: 22px;
}

.separadorProFive {
	padding: 25px;
}

.separadorProSix {
	padding: 30px;
}

.separadorProSixL {
	padding: 31px;
}

.separadorProSeven {
	padding: 35px;
}

.separadorProEight {
	padding: 40px;
}

.separadorProNine {
	padding: 45px;
}

.separadorProTen {
	padding: 50px;
}

.separadorProEleven {
	padding: 55px;
}

.separadorProTwelve {
	padding: 60px;
}

/* --------------- FIN SEPARADORES --------------- */

/* --------------- HEADER --------------- */

header {
	width: var(--jvm--width);
	background-color: var(--jvm-background-transparent);
	position: fixed;
	transition: 0.7s;
	margin: auto;
	z-index: 9;
}

header .header {
	width: var(--jvm--width);
	min-height: 85px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

header .header .logo {
	flex: 1 1 auto;
}

header .header .logo img {
	width: 229px;
	position: relative;
}

header .header .menuCFMotos {
	flex: 1 1 auto;
}

.headerInterna {
	height: var(--jvm--height-menu);
}

header.scrollCFMotos {
	background-color: var(--jvm-background-white);
}

header.scrollCFMotos .header .logo img {
	filter: invert(0%) sepia(0%) saturate(7083%) hue-rotate(235deg) brightness(0%)
		contrast(105%);
}

header:not(.scrollCFMotos) {
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.page-template-template-distribuidores header {
	background: var(--jvm-background-white);
}

/* --------------- FIN HEADER --------------- */

/* --------------- BANNER HOME --------------- */

.bannerCFMotos {
	position: relative;
	z-index: 1;
}

.bannerCFMotos img {
	min-height: auto;
	border-radius: 0;
}

.bannerCFMotos .carousel-caption {
	width: var(--jvm--content-caption);
	height: var(--jvm--height-caption);
	background-color: var(--jvm-background-transparent);
	text-align: left;
	right: 0;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bannerCFMotos .contenAligntInfoBanner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bannerCFMotos .contenAligntInfoBanner .discounts {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.bannerCFMotos .contenAligntInfoBanner .discounts span {
	color: #000;
	text-align: center;
	font-family: "fonts-400";
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px; /* 133.333% */
	padding: 3px 6px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 30px;
	background: #c5c6c6;
}

.bannerCFMotos .layer-dark::before {
	content: "";
	position: absolute;
	width: 70%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.bannerCFMotos .container {
	position: absolute;
	min-height: 100%;
	top: 0;
	width: var(--jvm--container);
}

.bannerCFMotos .minBannerOne {
	min-height: 210px;
}

.bannerCFMotos .minBannerTwo {
	justify-content: space-between;
}

.bannerCFMotos .carousel-caption .logoBannerCFMotos {
	width: min(100%, 215px);
	min-height: auto;
	margin-bottom: 2.188rem;
}

.bannerCFMotos .carousel-caption h1,
.bannerCFMotos .carousel-caption h2 {
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-xxxl);
	line-height: 58px;
	color: var(--jvm-color-text-white);
	margin-bottom: 1.488rem;
}

.bannerCFMotos .carousel-caption h1 span {
	font-size: 25px;
	font-style: italic;
}

.bannerCFMotos .carousel-caption p {
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-md);
	line-height: 24px;
	color: var(--jvm-color-text-white);
	letter-spacing: -0.5px;
	margin-bottom: 2.675rem;
}

.bannerCFMotos.bannerInterna .carousel-caption .textInfoOne {
	margin-bottom: 1rem;
}

.bannerCFMotos.bannerInterna .carousel-caption .textInfoTwo {
	font-size: var(--jvm--font-size-lg);
	margin-bottom: 2.675rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.5rem;
}

.bannerCFMotos.bannerInterna .carousel-caption .textInfoTwo sup {
	font-size: 14px;
	font-family: "fonts-400";
}

.bannerCFMotos.bannerInterna .carousel-caption .textInfoTwo .price {
	font-family: "fonts-400";
	font-size: var(--jvm--font-size-l);
}

.bannerNosotros .carousel-caption h1,
.bannerNosotros .carousel-caption h2 {
	margin-bottom: 0;
}

.bannerNosotros .carousel-caption p.textBanner {
	font-family: "fonts-400";
	font-size: var(--jvm--font-size-xs);
	margin-bottom: 1rem;
}

.bannerNosotros .carousel-caption {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bannerNosotros .carousel-indicators {
	display: none;
}

.bannerContacto .carousel-caption h1,
.bannerContacto .carousel-caption h2 {
	margin-bottom: 1rem;
}

.bannerContacto .carousel-caption p.textBanner {
	font-family: "fonts-400";
	font-size: var(--jvm--font-size-xs);
	margin-bottom: 0;
}

.bannerContacto .carousel-caption {
	width: min(100%, 596px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bannerContacto .carousel-indicators {
	display: none;
}

.bannerCFMotos .carousel-caption .btnbannerCFMotos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.bannerCFMotos .carousel-caption .btnbannerCFMotos a.cta1,
.bannerCFMotos .carousel-caption .btnbannerCFMotos a.cta2 {
	width: 100%;
	max-width: fit-content;
	height: 48px;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-sm);
	padding: 0 1.25rem;
}

.bannerCFMotos .carousel-caption .btnbannerCFMotos a.cta1 {
	background-color: var(--jvm-background-aquamarine-blue);
	border: 1px solid var(--jvm-color-border-aquamarine-blue);
	color: var(--jvm-color-text-black);
}

.bannerCFMotos
	.carousel-caption
	.btnbannerCFMotos
	a.cta1:is(:hover, :active, :focus) {
	background-color: var(--jvm-background-transparent);
	border: 1px solid var(--jvm-color-border-aquamarine-blue);
	color: var(--jvm-color-text-white);
}

.bannerCFMotos .carousel-caption .btnbannerCFMotos a.cta2 {
	background-color: var(--jvm-background-transparent);
	border: 1px solid var(--jvm-color-border-aquamarine-blue);
	color: var(--jvm-color-text-white);
}

.bannerCFMotos
	.carousel-caption
	.btnbannerCFMotos
	a.cta2:is(:hover, :active, :focus) {
	background-color: var(--jvm-background-aquamarine-blue);
	border: 1px solid var(--jvm-color-border-aquamarine-blue);
	color: var(--jvm-color-text-black);
}

.bannerCFMotos .carousel-control-next-icon {
	background-image: url(./images/iconos/icoArrowRight.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.bannerCFMotos .carousel-control-prev-icon {
	background-image: url(./images/iconos/icoArrowLeft.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.bannerCFMotos .carousel-control-prev {
	left: 0;
}

.bannerCFMotos .carousel-control-next {
	right: 0;
}

.bannerCFMotos .carousel-control-next-icon,
.bannerCFMotos .carousel-control-prev-icon {
	display: none;
}

.bannerCFMotos .carousel-control-next,
.bannerCFMotos .carousel-control-prev {
	opacity: 1;
}

.bannerCFMotos .carousel-indicators {
	bottom: 1rem;
	gap: 15px;
}

.bannerCFMotos .carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	background-color: var(--jvm-background-transparent);
	border-radius: 50%;
	border: 1px solid rgb(255, 255, 255);
	opacity: 1;
}

.bannerCFMotos .carousel-indicators .active {
	width: 12px;
	height: 12px;
	background-color: rgb(255, 255, 255, 0.8);
	border-radius: 50%;
	border: 1px solid rgb(255, 255, 255, 0.8);
}

.bannerCFMotos .carousel-control-prev,
.bannerCFMotos .carousel-control-next {
	display: none;
}

.bannerCFMotos .videoBannerDesktop {
	max-height: 607px;
	width: 100%;
	object-fit: cover;
}

.bannerCFMotos .videoBannerMobile {
	min-height: 641px;
	width: 100%;
	object-fit: cover;
}

/* --------------- FIN BANNER HOME --------------- */

/* --------------- CONTENIDO PAGINA --------------- */

.moduloHU02CardsCarousel .cardSquare {
	position: relative;
	width: 94%;
}

.moduloHU02CardsCarousel .cardSquare .bgSquare {
	width: var(--jvm--width);
	display: grid;
	place-items: center;
	background: linear-gradient(
		295deg,
		var(--jvm-background-aquamarine-dark-blue-op1) 0%,
		var(--jvm-background-aquamarine-blue) 50%
	);
	border-radius: 0;
	padding: 0.15rem;
	position: relative;
	z-index: 1;
}

.moduloHU02CardsCarousel .cardSquare .bgSquare .square {
	width: 100%;
	background-color: var(--jvm-background-white);
	padding: 6rem;
	border-radius: 0;
}

.modulo-HU02-3 a:hover > .cardSquare .bgSquare {
	background: transparent;
	animation: fadeIn 0.8s;
}

.modulo-HU02-3 a:hover > .cardSquare .bgSquare .square {
	background: url(./images/cards/cardCFMotosHover1.jpg) no-repeat center;
	animation: fadeIn 0.8s;
}

.modulo-HU02-3 a:hover > .cardSquare .imgInfo .text h3 {
	text-decoration: underline;
}

.modulo-HU02-4 a:hover > .cardSquare .bgSquare {
	background: transparent;
	animation: fadeIn 0.8s;
}

.home .modulo-HU02-4 a:hover > .cardSquare .bgSquare .square {
	background: url(./images/cards/cardCFMotosHover1.jpg) no-repeat center;
	animation: fadeIn 0.8s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.modulo-HU02-4 a:hover > .cardSquare .imgInfo .text h3 {
	text-decoration: underline;
}

.modulo-HU02-4 .cardSquare .figureImg {
	height: 180px;
}

.modulo-HU02-2 a:hover > .cardSquare .imgInfo .text h3 {
	text-decoration: underline;
}

.modulo-HU02-2 .cardSquare {
	width: 95% !important;
	margin: auto;
}

.moduloHU02CardsCarousel .cardSquare .imgInfo .figureImg {
	margin-top: -7rem;
	display: block;
	position: relative;
	z-index: 2;
}

.moduloHU02CardsCarousel .modulo-HU02-3 .cardSquare .imgInfo .figureImg {
	margin-top: -10rem;
	display: block;
	position: relative;
	z-index: 2;
}

.moduloHU02CardsCarousel .cardSquare .imgInfo .figureImg img {
	width: var(--jvm--width);
}

.moduloHU02CardsCarousel .cardSquare .imgInfo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.moduloHU02CardsCarousel .cardSquare .imgInfo .text h3 {
	text-align: center;
	color: var(--jvm-color-text-blue);
}

.moduloHU02CardsCarousel .cardSquare .imgInfo .text h3 span {
	font-style: italic;
	font-size: 16px;
}

.moduloHU02CardsCarousel .cardSquare .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.moduloHU02CardsCarousel .cardSquare .text .regularPrice {
	color: #e50052;
	text-align: center;
	font-family: "fonts-400";
	font-size: 9px;
	font-style: normal;
	line-height: 12px; /* 133.333% */
	padding: 3px 6px;
	border-radius: 30px;
	border: 1px solid #e50052;
}

.moduloHU02CardsCarousel .cardSquare .priceBordered {
	border-radius: 30px;
	border: 1px solid #919292;
	color: #919292;
	text-align: center;
	font-family: "fonts-400";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px; /* 133.333% */
	display: inline-flex;
	padding: 3px 6px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.moduloHU02CardsCarousel .cardSquare .priceBordered.bonoFeria {
	color: #6f6f6e;
	border-color: #6f6f6e;
}

.moduloHU02CardsCarousel .cardSquare .imgInfo .textInfo {
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-md);
	text-align: center;
	color: var(--jvm-color-text-blue);
	margin-bottom: 2.675rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.5rem;
}

.moduloHU02CardsCarousel .cardSquare .imgInfo .textInfo .price {
	font-family: "fonts-400";
	font-size: var(--jvm--font-size-l);
}

.moduloHU02CardsCarousel .cardSquare .imgInfo .text .smallfont {
	font-size: var(--jvm--font-size-xs);
}

.moduloHU04 .gap1 {
	gap: 4.063rem;
}

.moduloHU04 .info h3 {
	font-size: 1.625rem;
	line-height: 32px;
}

.moduloHU04 .info p {
	margin-bottom: 1.313rem;
}

.moduloHU04 .info .SocialMedia .icoLinks {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	margin-bottom: 2.813rem;
}

.moduloHU04 .info .textLink a {
	color: var(--jvm-color-text-aquamarine-blue);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.moduloHU05 {
	width: var(--jvm--width);
	height: 183px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
}

.moduloHU05 .item:last-child img {
	width: 252px;
	margin-right: 1rem;
}

.moduloHU05 .item img {
	width: 100%;
	mix-blend-mode: multiply;
}

.moduloHU05.experienceMoreTogether .item img {
	max-height: 183px;
}

.moduloHU07 .videoYoutube {
	width: min(100%, 892.54px);
	margin: 0 auto;
}

.moduloHU07 .videoYoutube iframe {
	height: 570.16px;
}

.bgImagesProOne {
	background: transparent url(./images/others/CFMotos4.png) no-repeat center
		right;
	min-height: 218px;
	display: grid;
	place-items: center;
}

.moduloHU08 {
	display: flex;
	justify-content: flex-start;
}

.moduloHU08 .boxInfo {
	width: min(100%, 894px);
	height: 154px;
	background: linear-gradient(
		295deg,
		var(--jvm-background-aquamarine-dark-blue-op1) 10%,
		var(--jvm-background-aquamarine-blue) 100%
	);
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.moduloHU08 .boxInfo .info h3 {
	letter-spacing: -0.5px;
}

.moduloHU08 .boxInfo .info p {
	margin-bottom: 0;
}

.moduloHU08 .boxInfo .btnSubscribeMe .cta {
	width: var(--jvm--width-fit-content);
	height: 48px;
	background-color: var(--jvm-background-black);
	border: 1px solid var(--jvm-background-black);
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-sm);
	color: var(--jvm-color-text-white);
	padding: 0 2rem;
}

.moduloHU08 .boxInfo .btnSubscribeMe .cta:is(:hover) {
	background-color: var(--jvm-background-transparent);
	border: 1px solid var(--jvm-background-black);
	color: var(--jvm-color-text-black);
}

/* ------------------------------ */

.bgContentBlack {
	margin-top: 0;
	padding: 1rem 0 4rem;
	border-top: none;
}

.bgContentBlack .moduloHU04 .twoColumnRight1-4 {
	place-items: center;
}

.textTitleBlue {
	display: flex;
	justify-content: center;
}

.textTitleBlue span {
	font-family: "fonts-400";
	font-size: var(--jvm--font-size-xs);
	letter-spacing: 4px;
	color: var(--jvm-color-text-blue);
}

.itemColorImg .btnColorImg {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.itemColorImg .imgColorBtn {
	display: inherit;
}

.itemColorImg .btnColorImg .btnChangeColor {
	color: var(--jvm-color-text-black);
	font-size: var(--jvm--font-size-m);
	letter-spacing: -0.3px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.7rem;
	padding: 0.7rem 1rem;
}

.itemColorImg .btnColorImg .btnChangeColor:hover {
	text-decoration: underline;
}

.btnChangeColor .active,
.btnChangeColor:hover > span {
	transform: scale(1.3);
	box-shadow: 0 0 0 3px rgb(255 255 255), 0 0 0 4px rgb(0, 0, 0);
	outline: none;
}

.itemColorImg .btnColorImg .btnChangeColor .color1,
.itemColorImg .btnColorImg .btnChangeColor .color2,
.itemColorImg .btnColorImg .btnChangeColor .color3 {
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 50%;
	transition: transform 0.2s;
}

.itemColorImg .btnColorImg .btnChangeColor .color1 {
	background-color: rgb(0, 0, 0);
}

.itemColorImg .btnColorImg .btnChangeColor .color2 {
	background-color: rgb(61, 68, 228);
}

.itemColorImg .btnColorImg .btnChangeColor .color3 {
	background-color: rgb(0, 239, 209);
}

.slickDots .slick-dots {
	bottom: 20px;
}

.imgColorBtn .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-bottom: transparent;
}

.imgColorBtn .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-bottom: transparent;
}

.imgColorBtn .nav-tabs {
	justify-content: center;
}

.imgColorBtn .slick-track {
	margin: 0;
}

.itemColorImg .nav-tabs .nav-item.show .itemColorImg .nav-link,
.itemColorImg .nav-tabs .nav-link.active {
	border-top: var(--jvm-background-transparent);
	border-left: var(--jvm-background-transparent);
	border-right: var(--jvm-background-transparent);
	border-bottom: 0 solid var(--jvm-background-transparent);
}

.itemColorImg .btnColorImg .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-top: var(--jvm-background-transparent);
	border-left: var(--jvm-background-transparent);
	border-right: var(--jvm-background-transparent);
	border-bottom: 0 solid var(--jvm-background-transparent);
}

.moduloHU23 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3rem;
	background-color: var(--jvm-background-transparent);
	margin-top: 2.5rem;
}

.moduloHU23 label {
	width: 100%;
	max-width: fit-content;
	height: 40px;
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-sm);
	color: rgb(255, 255, 255, 0.4);
	order: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.2rem;
	cursor: pointer;
	background-color: --jvm-background-transparent;
	transition: background ease 0.2s;
	border-bottom: 5px solid var(--background-color-line);
}

.moduloHU23 .tab {
	order: 99;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem 0;
	background-color: var(--background-color-body);
	border-top: 1px solid var(--background-color-line);
}

.moduloHU23 input[type="radio"] {
	display: none;
}

.moduloHU23 input[type="radio"]:checked + label {
	width: 100%;
	max-width: fit-content;
	height: 40px;
	color: var(--jvm-color-text-white);
	background-color: var(--jvm-background-transparent);
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 6px solid var(--jvm-background-aquamarine-blue);
}

.moduloHU23 input[type="radio"]:checked + label + .tab {
	display: block;
}

.textInfoCenterverticar {
	display: flex;
	place-items: center;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

.bulletsColorWhithe .slick-dots li.slick-active button {
	background-color: rgb(255, 255, 255, 0.8);
	border: 1px solid rgb(255, 255, 255, 0.8);
}

.moduloHU09 .infoText {
	display: grid;
	place-items: center;
}

.moduloHU09 .infoText .boxInfo {
	width: 100%;
	max-width: 722px;
	min-height: 531px;
	background-color: var(--jvm-background-white);
	position: absolute;
	left: 0;
	padding: 1rem 3rem 1rem 8rem;
}

.moduloHU09 .infoText .boxInfo .moduloHU24 .contentInfoBox {
	margin-top: 1.5rem;
	max-height: 410px;
	overflow: auto;
}

.moduloHU09 .infoText .boxInfo .moduloHU24 .contentInfoBox .item {
	height: fit-content;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: start;
	padding: 0.5rem 1rem;
	gap: 10px px;
}

.moduloHU09
	.infoText
	.boxInfo
	.moduloHU24
	.contentInfoBox
	.item:nth-child(odd) {
	background-color: rgb(236, 236, 237, 0.3);
}

.moduloHU09 .infoText .boxInfo .moduloHU24 .contentInfoBox .item h3 {
	font-family: "fonts-500";
	font-size: var(--jvm--font-size-xs);
	margin-bottom: 0;
	width: 50%;
}

.moduloHU09 .infoText .boxInfo .moduloHU24 .contentInfoBox .item p {
	font-family: "fonts-500";
	font-size: var(--jvm--font-size-xs);
	color: rgb(111, 111, 110);
	margin-bottom: 0;
	width: 50%;
	line-height: 20px;
}

.moduloHU24.changueTabs .nav {
	justify-content: center;
}

.moduloHU24.changueTabs .nav-link {
	font-family: "fonts-900" !important;
	font-size: var(--jvm--font-size-sm) !important;
	color: rgb(255, 255, 255, 0.4) !important;
}

.moduloHU24 .nav-tabs .nav-link {
	font-family: "fonts-500";
	font-size: var(--jvm--font-size-sm);
	color: rgb(0, 0, 0, 0.4);
}

.moduloHU24 .nav-tabs .nav-item.show .nav-link,
.moduloHU24 .nav-tabs .nav-link.active {
	font-family: "fonts-900" !important;
	background-color: transparent;
	border-color: transparent;
	font-size: var(--jvm--font-size-sm);
	color: var(--jvm-color-text-black) !important;
	border-bottom: 6px solid var(--jvm-background-aquamarine-blue);
}

.bgBlueContentPro .moduloHU24 .nav-tabs .nav-item.show .nav-link,
.bgBlueContentPro .moduloHU24 .nav-tabs .nav-link.active {
	font-family: "fonts-900" !important;
	background-color: transparent;
	border-color: transparent;
	font-size: var(--jvm--font-size-sm);
	color: var(--jvm-background-white) !important;
	border-bottom: 6px solid var(--jvm-background-aquamarine-blue);
}

.moduloHU24 .nav-tabs .nav-item.show .nav-link,
.nav-tabs {
	border: transparent;
}

.moduloHU24 .nav-tabs .nav-link:focus,
.moduloHU24 .nav-tabs .nav-link:hover {
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	border-bottom: 6px solid var(--jvm-background-aquamarine-blue);
}

/* ------------------------------ */

.contentBgBlack {
	min-height: 742px;
	border-bottom: 12px solid var(--jvm-background-aquamarine-blue);
}

.imgCardPro {
	margin: -16rem auto 0;
	display: block;
	text-align: center;
}

.imgCardPro img {
	width: min(100%, 894px);
}

.moduloHU04 .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	left: 20%;
	gap: 0.5rem;
	padding-right: 5rem;
}

.moduloHU04 .infoTwo {
	left: 0;
	right: 20%;
	gap: 0.5rem;
	padding-right: 18rem;
	padding-left: 0;
}

.moduloHU04 .infoThree {
	left: 0;
	gap: 0.5rem;
}

.btnCFMotos .cta {
	width: 100%;
	max-width: fit-content;
	background-color: var(--jvm-background-aquamarine-blue);
	border: 1px solid var(--jvm-color-border-aquamarine-blue);
	color: var(--jvm-color-text-black);
	height: 48px;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-sm);
	padding: 0 3rem;
}

.btnCFMotos .cta:is(:hover, :active, :focus) {
	background-color: var(--jvm-background-transparent);
	border: 1px solid var(--jvm-color-border-aquamarine-blue);
	color: var(--jvm-color-text-black);
}

.titleTextPlus {
	width: min(100%, 894px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: auto;
	gap: 1rem;
}

/* ------------------------------ */

.ContainerFormContacto {
	width: var(--jvm--container-contacto);
	margin: -10rem auto 0;
	position: relative;
	z-index: 8;
	background-color: var(--jvm-background-white);
	padding-top: 3rem;
}

.contentFormContacto {
	width: var(--jvm--container-contacto-form);
	margin: auto;
}

.infoContacto {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: start;
	gap: 3rem;
	width: 700px;
	margin: 2rem auto 0;
}

.infoContacto .item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0.8rem;
}

.infoContacto .item h4 {
	font-size: var(--jvm--font-size-md);
	letter-spacing: -0.5px;
	margin-bottom: 0;
}

.infoContacto .item h4 img {
	width: 30px;
}

.infoContacto .item a {
	font-size: var(--jvm--font-size-xs);
	line-height: 24px;
	color: var(--jvm-color-text-black);
	padding-left: 2.375rem;
}

.infoContacto .item a:hover {
	text-decoration: underline;
}

/* ------------------------------ */

.contentCardOne {
	width: min(100%, 346px);
	margin: auto;
}

.bannerHomeTwo .carousel-indicators {
	display: none;
}

.tableMeasurements .cardSquare .bgSquare .square {
	min-height: 400px;
}

.tableMeasurements .cardSquare .imgInfo .figureImg img {
	width: 490px;
}

.tableMeasurements .cardSquare .imgInfo .figureImg {
	margin-top: -13rem;
}

/* --------------- FIN CONTENIDO PAGINA --------------- */

.popupCFMotos .modal.show .modal-dialog {
	max-width: 712px;
}

.popupCFMotos .btn-close {
	filter: invert(52%) sepia(93%) saturate(7433%) hue-rotate(173deg)
		brightness(94%) contrast(102%);
}

.popupCFMotos .modal-content {
	border-radius: 0;
}

.popupCFMotos .modal-header {
	flex-direction: column;
	align-items: start;
	border-bottom: none;
	padding: 1rem 2rem;
}

.popupCFMotos .modal-header p {
	margin-bottom: 0;
}

.popupCFMotos .modal-header h2 {
	font-size: var(--jvm--font-size-lg) !important;
	line-height: 30px;
	letter-spacing: -0.5px;
}

.popupCFMotos .modal-body {
	padding: 1rem 2rem 2rem;
}

.popupCFMotos .btnCFMotos {
	margin-top: -1rem;
}

.popupCFMotos .modal-footer {
	border-top: 0;
}

.popupCFMotos .modal-footer {
	justify-content: flex-start;
	padding: 1rem 2rem;
}

.politicas {
	margin: -13rem auto 0;
}

.politicas h2 {
	font-size: var(--jvm--font-size-lg) !important;
	line-height: 30px;
	letter-spacing: -0.5px;
	margin-bottom: 1.8rem;
}

/* .itemColorImg .nav-tabs .nav-item.show .itemColorImg .nav-link, .itemColorImg .nav-tabs .nav-link::before {
    content: "";
    background-color: rgb(61, 68, 228);
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    transition: transform .2s;
    transform: scale(1.3);
    box-shadow: 0 0 0 3px rgb(255 255 255), 0 0 0 4px rgb(61, 68, 228);
    outline: none;
}

.itemColorImg .nav-tabs .nav-item.show .itemColorImg .nav-link, .itemColorImg .nav-tabs .nav-link.active::before {
    content: "";
    background-color: rgb(0, 0, 0);
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    transition: transform .2s;
    transform: scale(1.3);
    box-shadow: 0 0 0 3px rgb(255 255 255), 0 0 0 4px rgb(0, 0, 0);
    outline: none;
} */

/* ------------------------------ */

.headerWhite header {
	background-color: var(--jvm-background-white);
}

.headerWhite header .header .logo img {
	filter: invert(0%) sepia(0%) saturate(7083%) hue-rotate(235deg) brightness(0%)
		contrast(105%);
}

.headerWhite .menuCFMotos .topnav a {
	color: var(--jvm-color-text-black);
}

.headerWhite .topnav a.active {
	border-bottom: 3px solid rgb(0, 125, 142);
	color: rgb(0, 125, 142) !important;
}

.headerWhite .topnav a:hover {
	border-bottom: 3px solid rgb(0, 125, 142);
	color: rgb(0, 125, 142) !important;
}

.boxBlueTitle {
	width: var(--jvm--width);
	height: 160px;
	background-color: rgb(0, 125, 142);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 100px;
}

.boxBlueTitle h1 {
	color: var(--jvm-color-text-white);
	margin-bottom: 0;
}

.mapDealers {
	position: relative;
}

#mapDealers {
	height: 650px;
	width: 100%;
}

.mapDealers .gmnoprint {
	display: none;
}

.boxSearchMap .item.borderTop {
	border-top: 3px solid rgb(171, 217, 255);
}

.boxSearchMap .boxResults {
	max-height: 230px;
	overflow-y: auto;
}

.boxSearchMap {
	width: min(100%, 347px);
	min-height: auto;
	background-color: var(--jvm-background-white);
	border-radius: 0;
	position: absolute;
	top: 2rem;
	left: 5%;
	-webkit-box-shadow: 1px 1px 26px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 26px -6px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 26px -6px rgba(0, 0, 0, 0.75);
}

.boxSearchMap .item {
	padding: 2.5rem 1.5rem;
}

.boxSearchMap .item .btnCFMotos {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.btnCFMotos.btnLoadMore {
	display: flex;
	justify-content: center;
}

.boxSearchMap .item .btnCFMotos .cta {
	width: 100%;
	max-width: 100%;
	background-color: var(--jvm-background-transparent);
	border: 2px solid var(--jvm-color-border-aquamarine-blue);
	color: var(--jvm-color-text-black);
	height: 48px;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-sm);
	padding: 0 3rem;
}

.btnCFMotos .item .cta:is(:hover, :active, :focus) {
	background-color: var(--jvm-background-aquamarine-blue);
	border: 1px solid 2px solid var(--jvm-background-aquamarine-dark-blue);
	color: var(--jvm-color-text-black);
}

.boxSearchMap .item.colTwo {
	padding: 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.boxSearchMap .item.colTwo p {
	line-height: 20px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}

.boxSearchMap .item.colTwo p strong {
	font-family: "fonts-700";
}

.boxSearchMap .item.colTwo .textInfo {
	font-size: 0.688rem;
}

.boxSearchMap .item.colTwo a img {
	width: 36px;
}

.titlePropertyH3 {
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-lg);
	line-height: 26px;
	color: var(--jvm-color-text-black);
}

.twoColumnGP4 {
	gap: 4rem;
}

.alignItems {
	align-items: center;
}

.moduloHU24.tabsInfo ul.infoList {
	padding-top: 0.5rem;
	padding-left: 0;
}

.moduloHU24.tabsInfo ul.infoList li {
	list-style: none;
}

.moduloHU24.tabsInfo ul.infoList li a {
	color: var(--jvm-color-text-black);
}

.moduloHU24.tabsInfo ul.infoList li a:hover {
	text-decoration: underline;
}

.moduloHU24.tabsInfo .infoGPS {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 2.5rem;
	margin-top: 2rem;
}

.moduloHU24.tabsInfo .infoGPS .item a {
	color: var(--jvm-color-text-textlink);
	font-size: var(--jvm--font-size-m);
	font-weight: 700;
	letter-spacing: -0.3px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0;
}

.moduloHU24.tabsInfo .infoGPS .item a .ico {
	width: 16px;
}

.moduloHU25 .imgTitle {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.8rem;
}

.moduloHU25 .imgTitle h4 {
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-md);
	font-weight: 900;
	letter-spacing: -0.5px;
	margin-bottom: 0;
}

.moduloHU25 .imgTitle .ico {
	width: 30px;
}

.moduloHU25 .linksInfo {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5rem;
	padding-left: 2.8rem;
	margin-top: 0.5rem;
}

.moduloHU25 .linksInfo a {
	font-family: "fonts-300";
	font-size: 1rem;
	line-height: 24px;
	color: var(--jvm-color-text-black);
}

.moduloHU25 .linksInfo a:hover {
	text-decoration: underline;
}

/* --------------- FOOTER --------------- */

footer .footerInfo {
	background-color: var(--jvm-background-footer-one);
	padding: 4.063rem 0;
}

footer .footerInfo .colFooterInfo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

footer .footerInfo .colFooterInfo .logoCFSocialMedia {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2rem;
}

footer .footerInfo .colFooterInfo .logoCFSocialMedia .logoFooter {
	margin: -1rem auto 1rem;
}

footer .footerInfo .colFooterInfo .logoCFSocialMedia img {
	width: min(100%, 229px);
}

footer .footerInfo .colFooterInfo .logoCFSocialMedia .socialMedia {
	width: var(--jvm--width);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

footer .footerInfo .colFooterInfo .logoCFSocialMedia .socialMedia img {
	width: min(100%, 28.44px);
}

footer .footerInfo .colFooterInfo .textInfo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

footer .footerInfo .colFooterInfo .textInfo h2 {
	color: var(--jvm-color-text-footer);
	font-size: var(--jvm--font-size-xs);
	line-height: 18px;
}

footer .footerInfo .colFooterInfo .textInfo a {
	color: var(--jvm-color-text-footer);
	font-size: var(--jvm--font-size-l);
}

footer .footerInfo .colFooterInfo .textInfo a:hover {
	text-decoration: underline;
}

footer .infoFooter {
	width: var(--jvm--width);
	height: 84px;
	background-color: var(--jvm-background-footer-two);
	display: grid;
	place-items: center;
}

footer .infoFooter .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

footer .infoFooter .content .item1 {
	width: 25%;
}

footer .infoFooter .content .item2 {
	width: 75%;
}

footer .infoFooter .content p {
	font-size: var(--jvm--font-size-r);
	line-height: 12px;
	color: var(--jvm-color-text-footer);
	margin-bottom: 0;
}

/* --------------- FIN FOOTER --------------- */

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
}

@media (min-width: 1400px) {
	.bannerCFMotos .carousel-caption {
		justify-content: center;
	}

	.bannerProyectoInterna .imageLogo img {
		width: 150px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
	.bannerCFMotos .carousel-caption {
		max-width: 500px;
		min-height: auto;
	}

	.bannerCFMotos .carousel-caption .logoBannerCFMotos {
		width: min(100%, 215px);
		min-height: auto;
		margin-bottom: 1rem;
	}

	.bannerCFMotos .carousel-caption h1,
	.bannerCFMotos .carousel-caption h2 {
		margin-bottom: 1rem;
	}

	.bannerCFMotos .carousel-caption p {
		margin-bottom: 1.5rem;
	}

	.moduloHU05 .item:last-child img {
		width: 210px;
		margin-right: 1rem;
	}

	.moduloHU05 {
		gap: 1rem;
	}

	.moduloHU09 .infoText .boxInfo {
		max-width: 640px;
		min-height: 420px;
		padding: 1rem 3rem 1rem 4rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
	.bannerCFMotos .carousel-control-prev {
		left: -3rem;
	}

	.bannerCFMotos .carousel-control-next {
		right: -3rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 991px) {
	h1 {
		font-size: 2.3em;
		line-height: 38px;
	}

	h2 {
		font-size: 2rem;
		line-height: 36px;
	}

	p {
		font-size: 0.75rem;
		line-height: 14px;
	}

	.separadorProSix {
		padding: 20px;
	}

	.threeColumn {
		gap: 15px;
	}

	.fourColumn {
		gap: 15px;
	}
}

@media screen and (min-width: 769px) and (max-width: 799px) {
	h1 {
		font-size: 1.5em;
		line-height: 28px;
	}

	h2 {
		font-size: 1.5em;
		line-height: 28px;
	}

	p {
		font-size: 0.75rem;
		line-height: 14px;
	}

	.separadorProSix {
		padding: 10px;
	}

	.threeColumn {
		gap: 10px;
	}

	.fourColumn {
		gap: 10px;
	}
}

@media screen and (max-width: 768px) {
	.visibleDesktop {
		display: none !important;
	}

	.visibleMobile {
		display: block;
	}

	h1 {
		font-size: 2.5rem;
		line-height: 32px;
	}

	h2 {
		font-size: 2.5rem;
		line-height: 42px;
	}

	p {
		font-size: 0.875rem;
		line-height: 18px;
	}

	ul li {
		font-size: 0.875rem;
		line-height: 18px;
	}

	ol li {
		font-size: 0.875rem;
		line-height: 18px;
	}

	.bgGrayContent {
		padding: 3rem 0;
		margin: 4rem 0 3rem;
	}

	.slick-next.slick-arrow[type="button"] {
		display: none !important;
	}

	.mrgt1Mobile {
		margin-top: 1rem;
	}

	.mobileH2 {
		font-size: var(--jvm--font-size-lg);
		line-height: 30px;
	}

	.heightMobile900 {
		min-height: 900px;
	}

	.twoColumn {
		grid-template-columns: auto;
		grid-template-rows: 1fr;
		gap: 20px;
	}

	.twoColumnRight {
		grid-template-columns: auto;
		grid-template-rows: 1fr;
		gap: 20px;
	}

	.twoColumnRight1-4 {
		grid-template-columns: auto;
		grid-template-rows: 1fr;
		gap: 20px;
	}

	.threeColumn {
		grid-template-columns: auto;
		grid-template-rows: 1fr;
		gap: 20px;
	}

	.fourColumn {
		grid-template-columns: auto;
		grid-template-rows: 1fr;
		gap: 20px;
	}

	.bannerCFMotos .container {
		width: 90%;
	}

	.bannerCFMotos .carousel-caption .textlog {
		font-family: "fonts-900";
		font-size: var(--jvm--font-size-xxxl);
		line-height: 58px;
		color: var(--jvm-color-text-white);
	}

	.bannerCFMotos .carousel-caption .btnbannerCFMotos {
		width: var(--jvm--width);
		flex-direction: column;
		gap: 20px;
	}

	.bannerCFMotos .carousel-caption .btnbannerCFMotos a.cta1,
	.bannerCFMotos .carousel-caption .btnbannerCFMotos a.cta2 {
		max-width: 100%;
	}

	.bannerCFMotos .contenAligntInfoBanner::before {
		background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
		width: 100%;
	}

	.bannerCFMotos .carousel-caption h1,
	.bannerCFMotos .carousel-caption h2 {
		font-size: 2.5rem;
		line-height: 44px;
		margin-bottom: 1rem;
	}

	.bannerCFMotos .carousel-caption .logoBannerCFMotos {
		margin-bottom: 1rem;
	}

	.bannerCFMotos .carousel-caption p {
		font-size: 1rem;
		line-height: 20px;
		letter-spacing: -0.3px;
		margin-bottom: 2rem;
	}

	.bannerCFMotos .carousel-caption {
		height: fit-content;
		top: 58%;
	}

	.moduloHU02CardsCarousel .cardSquare {
		/* margin: auto; */
		width: 85%;
	}

	.moduloHU04 .gap1 {
		gap: 2rem;
	}

	.moduloHU04 .gap2 {
		gap: 1rem;
	}

	.moduloHU04.orderMobile .image {
		order: 1;
	}

	.moduloHU04.orderMobile .info {
		order: 2;
	}

	.moduloHU05 {
		height: 66px;
	}

	.moduloHU05 .item img {
		width: 140px;
		mix-blend-mode: multiply;
	}

	.moduloHU05 .item:last-child img {
		margin-right: 0.5rem;
		width: 93.84px;
	}

	.moduloHU07 .videoYoutube iframe {
		height: 200px;
		width: 90%;
		margin: auto;
		display: block;
	}

	.bgBlackContent {
		min-height: 170px;
		margin-top: -6rem;
	}

	.bgImagesProOne {
		background: none !important;
	}

	.bgImagesProOne .container {
		width: min(100%, 100%);
		padding: 0;
	}

	.moduloHU08 .boxInfo {
		width: min(100%, 100%);
		height: 240px;
		flex-direction: column;
		text-align: center;
		padding: 0 2rem 2rem;
		justify-content: flex-end;
		gap: 1.5rem;
		margin-top: -1rem;
		position: relative;
		z-index: 1;
	}

	.moduloHU08 .boxInfo .info p {
		font-size: 1rem;
	}

	.moduloHU08 .boxInfo .btnSubscribeMe {
		width: 100%;
	}

	.moduloHU08 .boxInfo .btnSubscribeMe .cta {
		width: 100%;
	}

	footer .footerInfo .colFooterInfo {
		flex-direction: column;
		align-items: flex-start;
	}

	.bgImagesProOne .imgMobile {
		width: 88%;
		margin: auto;
		position: relative;
		z-index: 2;
	}

	/* ------------------------------ */

	.bgContentBlack {
		margin-top: 0 !important;
	}

	.slick-slide img {
		width: 90%;
	}

	.slickDots .slick-dots {
		bottom: 0;
	}

	.textTitleBlue.wdtmobile {
		width: 80%;
		text-align: center;
		margin: auto;
	}

	.moduloHU23 label {
		font-size: 1rem;
	}

	.moduloHU09 .infoText .boxInfo {
		max-width: 90%;
		padding: 1rem;
		position: relative;
		margin-top: -4rem;
	}

	.orderMobile .imgCard {
		order: 1;
	}

	.orderMobile .infoText {
		order: 2;
	}

	.moduloHU09 .moduloHU24 .nav-tabs .nav-link {
		font-size: 0.75rem;
		padding: 1rem 0.3rem;
	}

	.moduloHU09 .infoText .boxInfo .moduloHU24 .contentInfoBox .item {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 0.5rem 1rem;
		min-height: 74px;
		margin-bottom: 0.8rem;
	}

	/* ------------------------------ */

	.imgCardPro img {
		width: min(100%, 90%);
	}

	.imgCardPro {
		margin: -2rem auto;
	}

	.moduloHU04 .info {
		left: 0;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.titleTextPlus {
		width: min(100%, 90%);
	}

	.moduloHU04 .info .btnCFMotos {
		width: 100%;
		max-width: 100%;
	}

	.moduloHU04 .info .btnCFMotos .cta {
		width: 100%;
		max-width: 100%;
	}

	/* ------------------------------ */

	.ContainerFormContacto {
		width: 90%;
		margin: 0 auto 0;
		padding-top: 2rem;
	}

	.btnCFMotos .cta {
		width: 100%;
		max-width: 100%;
	}

	.infoContacto {
		flex-direction: column;
	}

	/* ------------------------------ */

	.tableMeasurements .cardSquare .imgInfo .figureImg img {
		width: 100%;
	}

	.tableMeasurements .cardSquare .bgSquare .square {
		min-height: auto;
	}

	.tableMeasurements .cardSquare .imgInfo .figureImg {
		margin-top: -7rem;
		display: block;
		position: relative;
		z-index: 2;
	}

	/* .slick-initialized .slick-slide {
        width: 315px !important;
    } */

	/* ------------------------------ */

	footer .footerInfo .colFooterInfo .logoCFSocialMedia {
		width: 100%;
	}

	footer .footerInfo .colFooterInfo .logoCFSocialMedia img {
		margin: auto;
	}

	footer .footerInfo .colFooterInfo .logoCFSocialMedia .socialMedia {
		justify-content: space-evenly;
	}

	footer .footerInfo .colFooterInfo .logoCFSocialMedia {
		width: 100%;
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 2rem;
	}

	footer .infoFooter .content {
		flex-direction: column;
	}

	footer .infoFooter .content .item1 {
		width: 100%;
		text-align: center;
	}

	footer .infoFooter .content .item2 {
		width: 90%;
		text-align: left;
	}

	footer .infoFooter {
		height: 200px;
	}

	/* ACORDEON */

	.acordeonFooter {
		width: 100%;
	}

	.acordeonFooter ul.menu {
		padding: 0;
		list-style: none;
		width: 100%;
		margin: 1.25rem auto 0;
		clear: both;
		display: table;
	}

	.acordeonFooter ul.menu .list {
		font-size: 1rem;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		height: 54px;
		vertical-align: sub;
		background-color: transparent;
		clear: both;
		margin-bottom: 0.5rem;
		border-radius: 0;
		border-bottom: 1px solid rgb(111, 111, 110);
	}

	.acordeonFooter ul.menu .list:after {
		content: "\f107";
		font-family: FontAwesome;
		color: rgb(197, 198, 198);
		font-size: 1rem;
		position: absolute;
		right: 17px;
		top: 17px;
		padding: 0px 0.313rem;
	}

	.acordeonFooter ul.menu .list a {
		height: 100%;
		font-family: "fonts-900";
		font-size: 1rem;
		letter-spacing: -0.5px;
		color: rgb(197, 198, 198);
		text-decoration: none;
		padding: 1.063rem 0 1.063rem 1.875rem;
		text-transform: uppercase;
		display: block;
	}

	.acordeonFooter ul.menu .list a:hover {
		background-color: transparent;
		transition: 300ms all;
		color: vrgb(197, 198, 198);
		font-size: 1rem;
	}

	.acordeonFooter ul.menu .list .items {
		height: 0px;
		overflow: hidden;
	}

	.acordeonFooter ul.menu .list .items a {
		padding: 0.5rem 0;
	}

	.acordeonFooter ul.menu .list:last-child {
		border-bottom: none;
	}

	.acordeonFooter ul.menu .active:after {
		content: "\f106";
		font-family: FontAwesome;
		position: absolute;
		right: 17px;
		top: 17px;
		padding: 0px 5px;
		color: rgb(197, 198, 198);
	}

	.acordeonFooter ul.menu .active > .items {
		display: block;
		background-color: transparent;
		padding: 0 2rem;
		height: auto;
		color: rgb(36, 19, 74);
		transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: all 200ms;
		clear: both;
		float: left;
		width: 100%;
		margin-bottom: 1rem;
	}

	.acordeonFooter ul.menu .active > .items li {
		padding: 0.5rem 0;
		list-style: none;
	}

	.acordeonFooter ul.menu .active > .items li:last-child {
		border-color: transparent;
		padding-bottom: 0px;
	}

	.acordeonFooter ul.menu .active > .items .active > .items {
		background-color: rgb(36, 19, 74) 7;
	}

	.acordeonFooter ul.menu .active > a {
		color: rgb(197, 198, 198);
		border-bottom: none;
	}

	.acordeonFooter ul.menu .active .list {
		background-color: rgb(255, 255, 255);
	}

	.acordeonFooter ul.menu .active .list a {
		padding: 17px 0px 17px 45px;
	}

	.boxSearchMap {
		width: min(100%, 100%);
		position: relative;
		top: 0;
		left: inherit;
	}

	.boxBlueTitle h1 {
		line-height: 48px;
	}

	footer .footerInfo .colFooterInfo .textInfo a {
		color: var(--jvm-color-text-footer);
		font-size: var(--jvm--font-size-l);
		font-family: "fonts-400";
	}

	footer .footerInfo .colFooterInfo .textInfo {
		gap: 0.75rem;
	}
}

footer .footerInfo .colFooterInfo .logoCFSocialMedia .socialMedia a {
	text-align: center;
}

/* CUSTOM STYLE*/
.modulo-HU02-3 .cardSquare .imgInfo .figureImg {
	margin-top: -9rem;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	line-height: 34px;
	margin: 0 0.5rem;
	font-weight: 600;
}

.custom-field-texareaV2 {
	border: 1px solid rgb(145, 146, 146);
	border-radius: 0;
}

.disclaimer {
	color: #fff;
	font-size: 11px;
	font-family: "fonts-300";
}

.bgWhiteContentPadding {
	padding: 4rem 0;
}

/* --------------- PÁGINA DISTRIBUIDORES --------------- */

#maps {
	width: 100%;
	height: 90vh;
	background-color: rgba(0, 0, 0, 0.3);
}

/* --------------- FIN PÁGINA DISTRIBUIDORES --------------- */

/* --------------- PÁGINA CAMPAÑAS TÉCNICAS --------------- */
.bannerCampanias {
	height: 527px;
}

.bannerCampanias .carousel-caption {
	justify-content: flex-start;
	margin-top: 46px;
}

@media (min-width: 768px) {
	.bannerCampanias {
		height: 724px;
	}
}

.bannerCampanias .carousel-inner,
.bannerCampanias .contenAligntInfoBanner {
	height: 100%;
}

.form-campanas-tecnicas .form-campanas-tecnicas--titulo {
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -0.5px;
	margin: 0;
}

.ContainerFormCampanias .wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: rgba(73, 73, 72, 1);
	padding-top: 2px;
}

.ContainerFormCampanias {
	margin: -269px auto 0;
}

.ContainerFormCampanias .wpcf7 p {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.ContainerFormCampanias {
		margin: 0 auto 0;
	}

	.ContainerFormCampanias .btnCFMotos .cta {
		height: auto;
		padding: 10px;
	}

	.bannerCampanias .carousel-caption {
		top: 85%;
		margin: 0;
	}

	.ContainerFormCampanias p {
		font-size: 16px;
		line-height: 24px;
	}

	.bannerCampanias {
		margin-bottom: 15px;
	}
}
/* --------------- FIN PÁGINA CAMPAÑAS TÉCNICAS --------------- */

/* --------------- PÁGINA HOME NEWS --------------- */
.modulo-HU02-6 {
	display: none;
}

.modulo-HU02-6.slick-initialized {
	display: block;
}

.customNews__cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ctaDefault {
	display: block;
	width: fit-content;
	font-family: "fonts-900";
	padding: 12px 30px;
	text-align: center;
	border: 1px solid var(--jvm-color-text-blue);
	font-size: var(--jvm--font-size-sm);
	color: var(--jvm-color-text-blue);
	background: none;
}

.ctaGreen {
	display: block;
	width: fit-content;
	font-family: "fonts-900";
	padding: 12px 30px;
	text-align: center;
	border: 1px solid var(--jvm-color-text-blue-100);
	font-size: var(--jvm--font-size-sm);
	color: var(--jvm-background-black);
	background: var(--jvm-background-aquamarine-dark-blue-op2);
}

.ctaDefault.ctaDefault--center {
	margin: 0 auto;
}

.cardNews {
	padding: 0 9px;
	border: 0;
}

.cardNews .text {
	margin-bottom: 18px;
	padding: 18px 24px;
	box-shadow: 0px 4px 10px 0px rgba(73, 73, 72, 0.2);
}

.cardNews .figureImg img {
	width: var(--jvm--width);
}

.cardNews .text h3 {
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-md);
	color: var(--jvm-color-text-black);
	font-style: normal;
	font-weight: 900;
	line-height: 24px;
	letter-spacing: -0.5px;
}

.cardNews .text .cta {
	display: flex;
	align-items: center;
	column-gap: 6px;
	font-family: "fonts-900";
	font-size: var(--jvm--font-size-sm);
	color: var(--jvm-color-text-blue);
	font-style: normal;
	font-weight: 900;
	line-height: 18px;
}

.line-small {
	display: inline-block;
	width: 42px;
	height: 2px;
	background-color: var(--jvm-background-aquamarine-blue);
}

.cardNews .line-small {
	margin-bottom: 12px;
}

.cardNews .text .cta img {
	width: auto;
}

.customNews .slick-prev,
.customNews .slick-next {
	top: 40%;
}

.customNews .slick-prev {
	left: -15px;
}

.customNews .slick-next {
	right: -15px;
}

/* --------------- FIN PÁGINA HOME NEWS --------------- */

/* --------------- INTERNA NEWS --------------- */
.pageNewsHero {
	position: relative;
}

.pageNewsHero__img-small {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0%, 0%);
	z-index: 1;
}

.pageNewsCards__filter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	padding: 0 9px;
}

.pageNewsCards__filter select {
	max-width: 334px !important;
	padding-left: 20px;
}

.pageNewsCards__grid {
	display: grid;
	gap: 9px;
}

.container-grid-news {
	min-height: 300px; 
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.tag {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 26px;
	font-family: "fonts-400";
	font-size: var(--jvm--font-size-l);
	color: var(--jvm-color-text-blue);
	padding: 0 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	border-radius: 30px;
	border: 1px solid var(--jvm-color-text-blue);
}

.tagBlue:hover,
.tagBlue.active {
	color: var(--jvm-color-text-white);
	background: var(--jvm-color-text-blue); 
	cursor: pointer;
}

.tag img {
	display: none;
}

.tag.active img {
	display: block;
}

@media screen and (min-width: 768px) {
	.pageNewsCards__grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

@media screen and (min-width: 1024px) {
	.pageNewsCards__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
/* --------------- FIN INTERNA NEWS --------------- */

.pageDetailsNews__grid {
	display: grid;
	column-gap: 90px;
	padding: 180px 0 40px;
}

.pageDetailsNews__date span {
	text-transform: capitalize;
}

.pageDetailsNews__back {
	font-family: "fonts-900";
	display: flex;
	align-items: center;
}

.pageDetailsNews__back img {
	transform: scale(-1);
}

.pageDetailsNews__content p {
	font-family: "fonts-400";
}

.pageDetailsNews__socials {
	display: flex;
	align-items: center;
	column-gap: 12px;
}

.pageDetailsNews__socials p {
	margin: 0;
}

.pageDetailsNews__social {
	display: flex;
	gap: 13px;
}

.pageDetailsNews__social a {
	text-decoration: none;
}

.pageDetailsNews__social a:hover .circle { 
	fill: #007D8E;
} 

.pageDetailsNews__box-bottom {
	background: rgba(150, 210, 211, 0.50);
	padding: 30px;
	border-bottom: 6px solid var(--jvm-background-aquamarine-blue);
	margin-bottom: 40px;
}

.pageDetailsNews__box-bottom p {
	font-family: "fonts-900";
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.5px;
}

.pageDetailsNews__box-avatar {
	display: grid;
	grid-template-columns: 64px 1fr;
	align-items: center;
	column-gap: 18px;
}

.pageDetailsNews__box-avatar img {
	width: 100px;
	height: 64px;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
}

.pageDetailsNews__box-avatar p {
	font-size: 12px;
	font-family: "fonts-400";
	margin: 0;
}

.pageDetailsNews__box {
	padding: 30px;
	background: var(--jvm-background-green);
	margin-bottom: 48px;
}

.pageDetailsNews__box a {
	width: 100%;
}

.pageDetailsNews__featured {
	margin-bottom: 42px;
}

.pageDetailsNews__featured h3,
.pageDetailsNews__tags h3 {
	margin-bottom: 24px;
}

.pageDetailsNews__articles {
	display: grid;
	row-gap: 24px;
}

.pageDetailsNews__article {
	display: grid;
	grid-template-columns: 90px 1fr;
	column-gap: 18px;
} 

.pageDetailsNews__article_image {
	width: 91px;
	height: 82px;
	object-fit: cover;
}

.pageDetailsNews__article p {
	font-family: "fonts-400";
}

.pageDetailsNews__tags .tags {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
}

@media screen and (min-width: 1024px) {
	.pageDetailsNews__grid {
		grid-template-columns: 1fr 327px;
		column-gap: 90px;
		padding: 180px 0 80px;
	}

	.pageDetailsNews__tags .tags {
		display: flex;
		flex-direction: column;
		row-gap: 24px;
	}
}

form.newsletter .btnCFMotos,
form.newsletter .btnCFMotos p,
form.newsletter .row-cliente p, 
form.newsletter .row-cliente span { 
	margin: 0;
}

form.newsletter .wpcf7-list-item {
	display: flex;
	gap: 13px;
	align-items: center;
	font-weight: 600;
}

form.newsletter .btnCFMotos {
	position: relative;
}

form.newsletter .btnCFMotos .wpcf7-spinner {
	position: absolute;
    left: 25%;
    top: 25%;
}

#AgentAppContainer {
	position: fixed;
	bottom: 0;
	z-index: 1000;
}