@charset "UTF-8";

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

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

.footer {
  width: 100%;
  height: 30px;
  background-color: rgb(255, 98, 0);
}

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

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);
}

.gracias_left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 1rem;
  width: 50%;
}

.check_gracias {
  width: 50px;
  height: 50px;
}

.muchas_gracias {
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
  color: #ffffff !important;
  font-weight: 700;
}

.text_gracias {
  font-size: 23px;
  font-family: Arial, Baskerville, monospace;
  color: #000 !important;
  font-weight: 700;
  background-image: url("../images/others/tachon3.png");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.description_gracias {
  font-size: 15px;
  font-family: Arial, Baskerville, monospace;
  color: #000 !important;
  font-weight: 300;
}

.gracias_right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.logo_form {
  position: absolute;
  top: 20px;
  right: 50%;
  width: 150px;
}

.auto_gracias {
  width: 100%;
}

.content_gracias {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  padding: 5rem 8rem;
  height: 300px;
  gap: 1.5rem;
}

.header_gracias {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  padding: 1rem 8rem;
  background-image: url("../images/banner/banner-gracias.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 1);
  box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 1);
}
.header_politicas{
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  padding: 0 3rem;
  height: 150px;
}
.regresar{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 18px;
  color:#002550;
  margin-top: 2rem;
}
.regresar img{
  width: 30px;
}

h1 {
  font-size: var(--jvm--font-size-lg);
  line-height: 30px;
  letter-spacing: -0.5px;
  color: var(--jvm-color-text-white);
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: var(--jvm--font-size-h2);
  color: var(--jvm-color-text-white);
}
.dnd-section {
  padding: 0 !important;
}


h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 26px;
  color: #002550 ;
}

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

p {
  font-size: var(--jvm--font-size-sx);
  line-height: 24px;
  color: var(--jvm-color-text-white);
}

ul li {
  font-size: 1rem;
  line-height: 24px;
  color: var(--jvm-color-text-white);
}

ol li {
  font-size: 1rem;
  line-height: 25px;
  color: var(--jvm-color-text-white);
}

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

.textUppercase {
  text-transform: uppercase;
}

.visibleMobile {
  display: none !important;
}

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

.politicas{
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  gap: 1rem;
  width: 110%;
  margin-left: -1.3rem;
  /* padding: 1rem 8rem 4rem 8rem; */
}

.politicas h1{
  font-size: 40px ;
  font-weight: 700 ;
  color: #000 ;
  margin: 2rem !important;
}
.politicas h2{
  font-size: 22px ;
  font-weight: 700 ;
  color: #000 ;
}
.politicas h3{
  font-size: 22px ;
  font-weight: 700 ;
  color: #000 ;
}
.politicas p{
  font-size: 16px;
  font-weight: 300;
  color: #000 !important;
}

.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;
}
.aviso_validacion{
  color: #000;
}
.aviso_validacion_documento{
  color: #000;
}
.aviso_validacion_celular{
  color: #000;
}

.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"] {
  width: 100% !important;
  height: 60px;
  background-color: rgb(255, 255, 255, 15%);
  font-family: "fonts-400" !important;
  font-size: 16px;
  color: #7d7d7d !important;
  border-radius: 0;
  border: 1px solid #002550;
  font-style: italic;
  padding: 0 1.7rem;
}
label{
  color: #002550;
  font-weight: 600;
}
.inputs {
  width: 100% !important;
  height: 60px;
  background-color: rgb(255, 255, 255, 15%);
  font-family: "fonts-400" !important;
  font-size: 16px;
  /* color: var(--jvm-color-text-form); */
  color: #7d7d7d;
  border-radius: 0;
  border: 1px solid #002550;
  font-style: italic;
  padding: 0 1.7rem;
}

.inputs option {
  /* Estilos para las opciones en la lista desplegable */
  background-color: #2d2d2d;
  color: #ffffff;
  font-size: 1.3rem;
  padding: 0 1.7rem;
}


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

input[type="text"]::placeholder {
  font-family: "fonts-400" !important;
  font-size: 16px !important;
  color: #7d7d7d !important;
  text-align: left;
}

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


/* .form-check-inline {
    padding-left: 2.5rem;
} */

.radios_margin {
  margin-top: 1.8rem;
}

.check_legal {
  position: relative;
  top: 0.2rem;
  left: 1rem;
  font-size: 1rem;
}

.form-check-input[type=checkbox] {
  width: 21px;
  height: 21px;
  border: 1px solid var(--jvm-color-text-orange);
  border-radius: 0;
}

.form-check-input[type=radio] {
  width: 21px;
  height: 21px;
  border: 1px solid var(--jvm-color-text-orange);
  border-radius: 0;
}

.form-check-label[type=radio] {
  width: 21px;
  height: 21px;
  background-color: var(--jvm-background-orange);
  border-radius: 50%;
}

.radios_content {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 2rem;
  height: 60px;
}
.radios_content label{
  margin: 4px 0 0 2px;
}
.radios_content_unit {
  display: flex;
  justify-content: left;
  align-items: center;
  align-items: flex-end;
  gap: 0.5rem;
}
input:checked[type=checkbox]{
  background-color: var(--jvm-background-orange) !important;
}
.form-check-input:checked[type=checkbox] {
  background-image: url(../images/icons/icoCheck.svg);
  background-size: 25px;
  background-color: transparent !important;
  text-decoration: none;
  border: none;
}
.form-check-input:checked[type=radio] {
  background-image: url(../images/icons/icoCheck.svg);
  background-size: 10px;
  background-color: var(--jvm-background-orange) !important;
  text-decoration: none;
}
.checkbox_option:checked[type=checkbox]{
  background-color: #FFED00;
}
.checkbox_option:checked {
  background-color: yellow !important;
}


.slick-next.slick-arrow[type="button"] {
  width: 30px;
  height: 30px;
  background-color: var(--jvm-background-white) !important;
  border: 1px solid var(--jvm-color-border-white);
  background-size: 24px;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0px 0px 6px rgba(164, 175, 182, 0.3);
  margin: 1.4rem 3rem 3rem 3rem;
  background: url(../images/icons/izquierda.svg) no-repeat center;
  transform: rotate(180deg);
}
.slick-prev.slick-arrow[type="button"] {
  width: 30px;
  height: 30px;
  background-color: var(--jvm-background-white) !important;
  border: 1px solid var(--jvm-color-border-white);
  background-size: 24px;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0px 0px 6px rgba(164, 175, 182, 0.3);
  margin: 2rem 3rem;
  background: url(../images/icons/izquierda.svg) no-repeat center;
}



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

.slick-prev {
  left: -0.75rem;
}

.slick-next {
  right: -0.75rem;
}

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

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

.slick-dots {
  bottom: 0;
  display: none !important;
}

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

.slick-dots li button {
  width: 57.67px;
  height: 3px;
  background-color: var(--jvm-background-blue-5);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  opacity: 1;
  padding: 0;
}

.slick-dots li.slick-active button {
  width: 57.67px;
  height: 3px;
  background-color: var(--jvm-background-blue);
  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-1-two);
  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;
  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(https://husqvarnamotorcycles.com.co/images/others/bgImageOne.png);
  background-repeat: no-repeat;
  background-size: contain;

}

.imgBGTwo {
  background-image: url(https://husqvarnamotorcycles.com.co/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;
}

.threeColumnResponsiveMA1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 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);
}

.backgroundRed {
  background-color: var(--jvm-background-red);
}

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

.textBlue {
  color: var(--jvm-background-blue) !important;
}

.textRed {
  color: var(--jvm-color-text-red) !important;
}

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

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

.clear {
  clear: both;
}

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


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

.separadorProOne {
  padding: 5px;
}

.separadorProTwo {
  padding: 10px;
}

.separadorProThree {
  padding: 15px;
}

.separadorProFour {
  padding: 20px;
}

.separadorProFive {
  padding: 25px;
}

.separadorProSix {
  padding: 30px;
}

.separadorProSeven {
  padding: 35px;
}

.separadorProEight {
  padding: 40px;
}

.separadorProNine {
  padding: 45px;
}

.separadorProTen {
  padding: 50px;
}

.separadorProEleven {
  padding: 55px;
}

.separadorProTwelve {
  padding: 60px;
}

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

/* Popup Youtube */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
} */

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* .mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
} */

/* .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
} */

/* .mfp-iframe-holder .mfp-close {
  top: -40px;
} */

/* .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
} */

/* .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
} */

/* Main image in popup */

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

header {
  width: var(--jvm--width);
  max-width: 100%;
  /* height: 58px; */
  background-color: var(--jvm-background-black);
  position: relative;
  margin: auto;
}

header img {
  width: min(100%, 165px);
  position: absolute;
  right: 5%;
  z-index: 999;
}

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

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

.bannerMKT {
  position: relative;
  margin-top: 0;
  z-index: 1;
}

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

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

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

.bannerMKT .carousel-caption h1,
.bannerMKT .carousel-caption h2 {
  font-family: "fonts-600";
  font-size: 8.563rem;
  text-transform: uppercase;
  color: var(--jvm-color-text-white);
  line-height: 80px;
  margin-bottom: 0;
}

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

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

.bannerMKT .carousel-indicators {
  bottom: 2rem;
  align-items: center;
  gap: 0.625rem;
}

.bannerMKT .carousel-indicators [data-bs-target] {
  width: 105px;
  height: 3px;
  background-color: var(--jvm-background-white);
  opacity: 1;
}

.bannerMKT .carousel-indicators .active {
  width: 105px;
  height: 3px;
  background-color: var(--jvm-background-orange);
}

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

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

.bgFormKTM {
  width: var(--jvm--width);
  padding: 4rem 0 3.5rem;
}
.bienvenido{
  color: #002550;
  font-size: 40px;
  font-weight: 600;
  background-image: url("../images/others/tachon.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.bgFormKTM h2 {
  font-family: "fonts-300";
  /* letter-spacing: 0.063rem; */
  text-align: center;
  /* text-transform: uppercase; */
}

.bgFormKTM h2 .KTM_V {
  font-family: "fonts-600";
  color: var(--jvm-color-text-orange);
}

.textSubForm {
  width: var(--jvm--width);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.textSubForm h3 {
  font-family: "fonts-300";
  font-size: 14px !important;
  line-height: 15px;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 4px;
}

.textSubForm h3:nth-child(1)::after,
.textSubForm h3:nth-child(2)::after,
.textSubForm h3:nth-child(3)::after {
  content: "";
  width: 1px;
  height: 21px;
  background-color: #002550;
  display: block;
  position: relative;
}

.textSubForm h3:nth-child(4)::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--jvm-background-transparent);
  display: block;
  position: relative;
  left: 0;
  text-transform: uppercase;
}

.FormKTM form .row .col-md-12:last-child .form-group {
  margin-bottom: 0.4rem;
}

.FormKTM form .btnKTM {
  display: grid;
  place-items: center;
}

.FormKTM form .btnKTM .cta {
  width: 100%;
  max-width: 180px;
  height: 50px;
  background-color: var(--jvm-background-orange);
  border: 1px solid var(--jvm-background-orange);
  color: var(--jvm-color-text-orange);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-500";
  font-size: 1.688rem;
  text-transform: uppercase;
  padding: 0 3rem;
  font-size: 18px !important;
}
.content_precios{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.precios {
  width: 100%;
  max-width: 280px;
  height: 50px;
  background-color: var(--jvm-background-orange);
  border: 1px solid var(--jvm-background-orange);
  color: var(--jvm-color-text-orange);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-500";
  font-size: 1.688rem;
  text-transform: uppercase;
  padding: 0 3rem;
  font-size: 18px !important;
}
.FormKTM form .btnKTM .cta:is(:hover, :active, :focus) {
  background-color: var(--jvm-background-transparent);
  border: 1px solid var(--jvm-background-orange);
  color: var(--jvm-color-text-orange);
}

.bgVideo {
  width: var(--jvm--width);
  /* padding: 2.813rem 0; */
  background: transparent url(../images/background/bgVideo.jpg) no-repeat center;
  background-size: cover;
}

.bgVideo .contentVideo {
  width: min(100%, 1034px);
  margin: auto;
}

.bgVideo .contentVideo img {
  width: var(--jvm--width);
  height: auto;
  -webkit-box-shadow: 0px 9px 24px -3px rgba(145, 145, 145, 1);
  -moz-box-shadow: 0px 9px 24px -3px rgba(145, 145, 145, 1);
  box-shadow: 0px 9px 24px -3px rgba(145, 145, 145, 1);
}

.readyToRacer {
  display: grid;
  place-items: center;
}

.readyToRacer img {
  width: 450px;
}

.modulo-HU02-1 img {
  width: var(--jvm--width);
}

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

/* --------------- INICIA BANNER --------------- */

.logo_banner{
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.titulo_banner{
  width: 100px;
  position: absolute;
  left: 20%;
  transform: translateX(-50%);
  top: 40%;
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
  width: 320px;
  z-index: 111111;
}
.titulo_banner p{
  font-size: 50px;
  font-weight: 700;
  width: 100%;
  line-height: 50px
}
.boton_banner{
  width: 200px;
  background-color: #FFED00;
  height: 41px;
  border: 1px solid #FFED00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #002550;
  font-size: 20px;
}
.boton_exhibicion{
  width: 200px;
  background-color:#002550;
  height: 41px;
  border: 1px solid #002550;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-size: 20px;
}
.boton_exhibicion:hover{
  width: 200px;
  background-color:transparent;
  height: 41px;
  border: 1px solid #002550;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #002550;
  font-size: 20px;
}
.boton_banner:hover{
 cursor: pointer;
  background-color: transparent;
  border: 1px solid #FFED00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFED00;
  font-size: 20px;
}


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

footer {
  width: var(--jvm--width);
  min-height: 265px;
  background-color: #ECECEC;
  position: relative;
  color: #000;
}

footer .logo {
  width: min(100%, 223px);
  margin: auto;
  display: block;
  position: relative;
  top: -6rem;
}

footer .socialMedia {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 4rem 7rem;
}

footer .footer_izq {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
}
.boton_footer{
  margin-top: 2rem;
  width: 200px;
  border: solid 2px #FFED00;
  color: #ffffff;
  height: 35px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boton_gracias{
  width: 200px;
  color: #ffffff;
  height: 50px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF6600;;
}
.boton_footer:hover{
  color: #002550;
  height: 35px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFED00;
}
.footer_izq p{
margin: 0;
color: #002550;
}
footer .footer_der {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.footer_end_izq{
  display: flex;
  width: 47%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.arriba_content{
  display: flex;
  width: 47%;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.linea_footer {
  width: 100%;
  height: 1px;
  background-color: #002550;
}
.footer_end_content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.footer_izq a{
  color: #002550;
}
.arriba_content a{
  color: #002550;
  font-size: 15px;
}
.arriba_content a:hover{
  color: #002550;
  font-size: 17px;
}
.logo-autocolombiana{
  width: 140px;
}
.logo-comercio{
  width: 140px;
  margin-top: 3rem;
}

.arriba_content img{
  margin-left: 1rem;
  width: 22px;
}

.footer_end_izq img{
  width: 26px;
}

.logo_footer_ktm {
  width: 120px;
}
.exhibition{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ECECEC;
  margin: 0 9rem;
  width: 80%;
  padding-left: 4rem;
}
.exhibition_descrition{
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  gap: 1rem;
}
.exhibition img{
  width: 60%;
}
.exhibition_titulo{
  font-size: 40px;
  font-weight: 600;
  color: #002550;
  background-image: url("../images/others/tachon2.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.exhibition_text{
  font-size: 16px;
  color: #002550;
}

/* footer .socialMedia img {
    width: 30px;
} */

footer .preguntas_frecuentes_content {
  background-color: #002550;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  padding: 5rem 10rem;
  color: #000 !important;
}

.accordion-header span {
  color: #FFED00;
}

.preguntas_frecuentes_subtitulo {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
}

.preguntas_frecuentes_titulo {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.accordion {
  width: 100%;
  border: none !important;
  color: #ffffff !important;
}

.accordion-item {
  border-bottom: 1px solid #9a9a9a;
  border-top: 1px solid #9a9a9a;
  color: #ECECEC !important;
}
.accordion-header img{
  width: 17px;
}
.accordion-header {
  color: #ffffff;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  font-weight: 500;
  font-size: 13px;
}
.accordion-body{
  font-size: 13px;
}

.accordion-body {
  display: none;
  padding: 10px;
}



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

.slick-prev,
.slick-next {
    background-color: #FF6600;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .bannerMKT .carousel-indicators {
    bottom: 1rem;
  }
  .exhibition{
    margin: 0 6rem;
  }
  .exhibition_titulo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
  }
  .titulo_banner{
    left: 25%;
    top: 30%;
  }
}


@media screen and (max-width: 768px) {

  footer .preguntas_frecuentes_content {

    padding: 4rem 2rem;

  }

  .titulo_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
  }

  .titulo_banner p {
    text-align: center;
  }

  .visibleDesktop {
    display: none !important;
  }

  .visibleMobile {
    display: block !important;
  }

  h2 {
    font-size: 1.688rem;
  }

  p {
    font-size: var(--jvm--font-size-sx);
    line-height: 20px;
  }

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

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

  }

  .slick-dots li button {
    width: 24px;
  }

  .slick-dots li.slick-active button {
    width: 36px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --jvm--container: min(100%, 95%);
  }

  header {
    height: 30px;
  }

  header img {
    width: min(100%, 100px);
  }

  .bannerMKT .carousel-caption h1, .bannerMKT .carousel-caption h2 {
    font-size: 5rem;
    line-height: 48px;
  }

  .bannerMKT .carousel-indicators {
    bottom: 1rem;
  }

  .bgFormKTM h2 {
    margin-bottom: 0;
  }

  .textSubForm h3 {
    font-size: 0.5rem;
    line-height: 15px;
    letter-spacing: 2px;
  }

  .textSubForm h3:nth-child(1)::after, .textSubForm h3:nth-child(2)::after, .textSubForm h3:nth-child(3)::after {
    width: 10px;
    height: 7px;
    left: 1%;
  }
  .check_legal {
    font-size: 16px !important;
  }

  input[type="text"] {
    height: 44px;
    font-size: 1rem;
    padding: 0 1rem;
  }

  .inputs {
    height: 44px;
    font-size: 1rem;
    padding: 0 1rem;
  }

  .inputs option {
    font-size: 1rem;
  }

  input[type="text"]::placeholder {
    font-size: 1rem !important;
  }

  .bgVideo .contentVideo {
    width: min(100%, 95%);
  }

  .readyToRacer img {
    width: 70%;
  }

  footer {
    min-height: 180px;
    margin-top: 4rem;
  }

  footer .logo {
    width: min(100%, 100px);
    top: -3rem;
  }

  footer .socialMedia {
    gap: 1.5rem;
    padding: 3rem 2.3rem;
    flex-wrap: wrap;
    display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  }

  footer .socialMedia img {
    width: 20px;
  }
  .logo_footer_ktm {
    width: 80px !important;
  }

  .footer_der img {
    width: 150px !important;
  }

  .exhibition {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem;
    flex-direction: column-reverse;
    margin: 0;
    width: 100%;
    gap: 2rem;
  }

  .exhibition img {
    width: 320px !important;
  }
  .exhibition_descrition img {
    width: 100px !important;
  }
  
  .exhibition_titulo {
    font-size: 40px;
}
.logo_form {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 100px;
  height: 79px;
}
.header_gracias {
 
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.muchas_gracias {
  font-size: 28px;
  width: 257px;
  text-align: center;
}
.content_gracias {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 3rem;
  
}
.politicas {
  width: 116%;
}
footer .preguntas_frecuentes_content {

  padding: 5rem 2rem;
  
}
footer .footer_izq{
  width: 250px;
  
}
footer .footer_der{
  width: 250px;
  align-items: flex-start; 
}
.arriba_content {
  display: flex;
  width: 47%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
/* .bienvenido{
  
  font-size: 30px;
  font-weight: 800;
 
} */
.textSubForm h3{
  font-size: 12px !important;
}
.radios_content {
  flex-wrap: wrap;
}

.radios_content_unit {
  gap: 0.5rem;
  margin-right: 1rem;
}
.exhibition_descrition{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.text_gracias {
  background-position: top;
}
}