<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menuCFMotos {
  width: var(--jvm--width);
  position: relative;
  /* z-index: 999; */
}

.menuCFMotos li {
  list-style: none;
}

.menuCFMotos .title {
  font-weight: bold;
  cursor: default;
}

.menuCFMotos .topnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* overflow: hidden; */
}

.menuCFMotos .topnav a {
  font-family: 'fonts-900';
  float: left;
  display: block;
  text-align: center;
  padding: 0.4rem 0;
  margin: 1rem 0.6rem 2rem;
  transition: 0.2s;
  font-weight: 400;
  font-size: var(--jvm--font-size-menu);
  letter-spacing: 0.06em;
  text-align: center !important;
  border-bottom: 3px solid transparent;
  line-height: 27px;
}

.menuCFMotos .topnav a.active {
  background-color: transparent;
  border-bottom: 3px solid var(--jvm-background-aquamarine-blue);
}

.menuCFMotos .topnav a:hover {
  background-color: transparent;
  color: var(--jvm-color-text-white);
  border-bottom: 3px solid var(--jvm-background-aquamarine-blue);
}

.menuCFMotos .topnav .spaceMrlNone {
  margin-left: 0;
}

.menuCFMotos .topnav .icon {
  display: none;
}

.menuCFMotos .dropdown {
  float: left;
  overflow: hidden;
  margin: 0 1%;
  transition: 0.5s;
}

.menuCFMotos .dropdown .dropbtn {
  font-family: 'fonts-900';
  border: none;
  outline: none;
  transition: 0.5s;
  font-weight: 400;
  font-size: var(--jvm--font-size-menu);
  letter-spacing: 0.06em;
  background-color: transparent;
  padding: 0.6rem 0;
  /* margin: 1rem 0.6rem 2rem; */
}

.menuCFMotos .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(249, 249, 249);
  width: 1150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* z-index: 1; */
  left: -16rem;
  right: 0;
  overflow: visible;
}

.menuCFMotos .dropdown-content.small {
  width: 250px; 
  left: -50px;
}

.menuCFMotos .dropdown-content.small .contentMegaMenu {
  flex-direction: column;
  padding: 2rem 1rem;
}

.menuCFMotos .dropdown-content.small .contentMegaMenu .item {
  width: 100%;
}

.menuCFMotos .dropdown-content.small .contentMegaMenu .item .menuLinks a {
  font-size: var(--jvm--font-size-m);
}

.menuCFMotos .dropdown-content a {
  float: none;
  color: var(--jvm-color-text-primary);
  padding: 0.75rem 1rem;
  text-decoration: none;
  display: block;
  text-align: left;
} 

.menuCFMotos .dropdown-content ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 1rem;
}

.menuCFMotos .dropdown-content li {
  padding: 4px 10px;
}

.menuCFMotos .dropdown-content li a {
  padding: 0px;
  font-size: 14px;
  transition: 0.5s;
}

.menuCFMotos .dropdown-content a {
  float: none;
  padding: 1rem 1rem 0.6rem;
  text-decoration: none;
  display: block;
  text-align: left;
}

.menuCFMotos .topnav a:hover,
.menuCFMotos .dropdown:hover .dropbtn {
  color: var(--jvm-color-text-menu);
}

.menuCFMotos .dropdown-content a:hover {
  background-color: var(--jvm-background-transparent);
  color: var(--jvm-color-text-black);
}

/* .menuCFMotos .dropdown-content.animate a:hover {
  border-bottom: none !important;
} */

.menuCFMotos .dropdown:hover .dropdown-content {
  display: block;
}

.menuCFMotos .fa-caret-down:before {
  content: "\f0d7";
  color: transparent;
  background: url(../images/iconos/icoArrowSelect.svg) no-repeat center;
  background-size: 12px;
  margin-left: 0.2rem;
  display: none;
}

.menuCFMotos .dropdown,
.menuCFMotos .dropdown-center,
.menuCFMotos .dropend,
.menuCFMotos .dropstart,
.menuCFMotos .dropup,
.menuCFMotos .dropup-center {
  position: inherit;
}

.menuCFMotos .dropdown-content a {
  color: var(--jvm-color-text-black);
}

.mrcero {
  margin: 0 1% 0 0 !important;
}

.dropdown-content a {
  font-weight: 500 !important;
}

.menuCFMotos .dropdown.dropdown-small {
  position: relative;
  overflow: visible;
}

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

.scrollCFMotos .dropdown .dropbtn {
  color: var(--jvm-color-text-black);
}

.scrollCFMotos .dropdown-content a {
  color: var(--jvm-color-text-black);
}

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

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

.scrollCFMotos .dropdown .dropbtn:is(:hover, :active, :focus) {
  color: rgb(0, 125, 142);
}

.scrollCFMotos .dropdown:is(:hover, :active, :focus) {
  color: rgb(0, 125, 142);
}


.scrollCFMotos .topnav a:hover,
.scrollCFMotos .dropdown:hover .dropbtn {
  color: rgb(0, 125, 142);
}

.contentMegaMenu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 2rem;
}

.contentMegaMenu .item {
  min-width: 13%;
}

.contentMegaMenu .item .menuLinks {
  display: flex;
    flex-direction: column;
    align-items: center;
}

.contentMegaMenu .item .textLink {
  font-size: var(--jvm--font-size-sm);
  padding: 0 0 1rem;
  margin: 0 0 10px 0;
  height: 65px; 
}

.twoRow {
  padding: 0 !important;
  margin-bottom: 1.4rem !important;
}

.contentMegaMenu .item .menuLinks a {
  font-size: var(--jvm--font-size-l);
  line-height: 24px;
  color: rgb(145, 146, 146);
  letter-spacing: -0.3px;
  font-family: 'fonts-700';
  padding: 0;
  margin: 0.3rem 0;
}

.contentMegaMenu .item .menuLinks a span {
  font-style: italic;
  font-size: 9px;
  color: rgb(0, 125, 142)
}

.contentMegaMenu .item .menuLinks a:is(:hover, :active, :focus) {
  color: rgb(0, 125, 142);
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

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

  .hamburger {
    position: relative;
    background-color: transparent;
    padding: 1.25rem 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .hamburger.is-active {
    background-color: var(--jvm-background-transparent);
    padding: 1rem 0.4rem;
    width: 42px;
    height: 42px;
  }
  
  ._layer {
    background-color: var(--jvm-background-white);
    margin-bottom: 4px;
    border-radius: 2px;
    width: 28px;
    height: 3px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  }
  
  .is-active .-top {
    background-color: rgb(0, 125, 142) !important;
  }
  
  .is-active .-bottom {
    background-color: rgb(0, 125, 142) !important;
  }
  
  .hamburger:hover .-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .hamburger:hover .-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  
  .hamburger.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translateY(200%) rotate(45deg) !important;
  }
  
  .hamburger.is-active .-mid {
    opacity: 0;
  }
  
  .hamburger.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translateY(-200%) rotate(135deg) !important;
  }
  
  .menuCFMotosMobile .menuppal.is_active {
    width: var(--jvm--width);
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    right: 0;
    overflow: auto;
  }
  
  .menuCFMotosMobile .menuppal .contentMenu {
    width: 100%;
    max-width: 840px;
    padding: 0 0 0 11.563rem;
    display: flex;
    flex-direction: column;
  }
  
  .menuCFMotosMobile .menuppal .contentMenu .logoMenu img {
    width: 57px;
    margin-bottom: 2rem;
  }
  
  .menuCFMotosMobile .menuppal .contentMenu .listMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .menuCFMotosMobile .menuppal .contentMenu .whatsappInfo a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 5.938rem;
  }
  
  .menuCFMotosMobile .menuppal .contentMenu .whatsappInfo img {
    width: 30px;
  }
  
  .menuCFMotosMobile .menuppal .contentMenu .whatsappInfo p {
    font-family: 'fonts-500';
    color: var(--jvm-color-text-secondary);
    font-size: 0.688rem;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  
  .menuCFMotosMobile .menuppal {
    background-color: var(--jvm-background-white);
    backdrop-filter: blur(10px);
    bottom: 0;
    height: 100%;
    right: 0;
    /* overflow-y: scroll; */
    position: fixed;
    top: 0;
    transform: translate3d(0px, -110%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
  }
  
  .menuCFMotosMobile .menuppal ul {
    /* margin: 4.5rem 0 0 0; */
    padding: 0;
    width: 100%;
  }
  
  .menuCFMotosMobile .menuppal ul li {
    width: 100%;
    max-width: 300px;
    list-style: none;
    text-align: left;
    text-transform: none;
    position: relative;
    margin: 2rem 0;
  }
  
  .menuCFMotosMobile .menuppal ul li:first-child {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  
  .menuCFMotosMobile .menuppal ul li:last-child {
    margin-bottom: 0;
  }
  
  .menuCFMotosMobile .menuppal ul li a:last-child {
    margin-bottom: 0;
  }
  
  .menuCFMotosMobile .menuppal ul li a {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    color: rgb(36, 19, 74);
  }
  
  .menuCFMotosMobile .menuppal ul li a:hover {
    text-decoration: none;
  }
  
  .menuCFMotosMobile .menuppal ul li a {
    font-family: 'fonts-200';
    font-size: 2.25rem;
    line-height: 42px;
    letter-spacing: 2px;
    color: var(--jvm-color-text-secondary);
  }
  
  .menuCFMotosMobile .dropdown-toggle::after {
    border-top: none;
    border-right: none;
    display: none;
  }
  
  .menuCFMotosMobile .textLinkMegaMenu p.commercesMinip {
    font-size: 0.625em;
    color: rgb(142, 142, 142);
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  .menuCFMotosMobile .textLinkMegaMenu .textLink {
    margin-top: 1rem;
  }
  
  .menuCFMotosMobile .textLinkMegaMenu .textLink span a {
  
    font-size: 1rem;
    color: rgb(0, 0, 0);
  }
  
  .menuCFMotosMobile .textLinkMegaMenu .textLink span a.linkOne {
    border-top: 1px solid rgb(230, 230, 230);
    display: block;
    padding: 0.65rem 0;
  }
  
  .menuCFMotosMobile .textLinkMegaMenu .textLink span a.linkTwo {
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    display: block;
    padding: 0.65rem 0;
  }
  
  .menuCFMotosMobile .dropdown-menu[data-bs-popper] {
    border: none;
    box-shadow: none !important;
    margin-top: 0;
  }
  
  .menuCFMotosMobile .dropdown-menu.shadow.show {
    border: none;
    border-radius: 0;
  }
  
  /* .menuCFMotosMobile .hamburger.is-active {
    position: fixed;
  } */
  
  .menuCFMotosMobile .boxMenuInfo {
    border-radius: 6px;
    padding: 1rem;
    margin: 6rem 0 1rem;
    background: var(--jvm-background-green) url(../images/general/bgBoxmenu.png) no-repeat center;
    background-size: 100%;
  }
  
  .menuCFMotosMobile .boxMenuInfo h2 {
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: -0.25px;
    color: rgb(29, 61, 96);
  }
  
  .menuCFMotosMobile .boxMenuInfo p {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 18px;
    color: rgb(29, 61, 96);
    margin-bottom: 0;
  }
  
  .menuCFMotosMobile .textInfoMenu {
    margin: 1rem 0;
  }
  
  .menuCFMotosMobile .textInfoMenu h2 {
    font-family: 'fonts-500';
    font-size: 1.25rem;
    letter-spacing: -0.25px;
    color: var(--jvm-background-secondary);
  }
  
  .menuCFMotosMobile .textInfoMenu p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    color: var(--jvm-background-secondary);
    text-align: center;
    margin-bottom: 0;
  }
  
  .menuCFMotosMobile .btn div:hover {
    display: block;
    text-align: left;
    background-color: green;
  }
  
  .menuCFMotosMobile .btn:hover {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .menuCFMotosMobile div.submenu-content {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 16rem;
    /* z-index: 9; */
    margin: 0;
    padding-left: 2rem;
  }
  
  .menuCFMotosMobile div.submenu-content::after {
    content: "";
    width: 0.5px;
    height: 42px;
    background-color: var(--jvm-background-tertiary);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .menuCFMotosMobile div.submenu-content a {
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .menuCFMotosMobile .submenu .submenu-content a {
    font-size: var(--jvm--font-size-md);
    line-height: 24px;
    letter-spacing: -0.5px;
    color: rgb(145, 146, 146);
    background: none;
    padding-left: 0;
    margin: 1rem 1rem 1rem 0;
  }

  .menuCFMotosMobile .submenu .submenu-content a span {
    font-size: 14px;
    font-style: italic;
    color: rgb(0, 125, 142);
  }
  
  .menuCFMotosMobile .submenu.menu-active .submenu-content {
    display: block;
    animation: fadeIn 1s;
  }

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

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

  
  .scrollCFMotos .-bottom {
    background-color: var(--jvm-background-black);
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }

  .menuCFMotosMobile .menuppal .contentMenu {
    max-width: 95%;
    padding: 1.25rem 2rem;
    margin-top: 8rem;
  }

  .menuCFMotosMobile .menuppal ul li a {
    font-family: 'fonts-900';
    font-size: var(--jvm--font-size-xl);
    line-height: 36px;
    letter-spacing: -0.5px;
    color: var(--jvm-color-text-black);
  }

  /* .menuCFMotosMobile .submenu .submenu-content a {
    font-family: 'fonts-900';
    font-size: var(--jvm--font-size-lg);
    line-height: 30px;
    letter-spacing: -0.5px;
    color: rgb(0, 125, 142);
    background: transparent url(../images/icons/rightArrowMenu.svg) no-repeat left center;
    padding-left: 1.5rem;
  } */

  .menuCFMotosMobile .menuppal ul li .btnCanva {
    font-family: 'fonts-900';
    font-size: var(--jvm--font-size-xl);
    line-height: 36px;
    letter-spacing: -0.5px;
    color: var(--jvm-color-text-black);
    text-align: left;
    padding: 0;
  }

  .menuCFMotosMobile .menuppal .offcanvas.show:not(.hiding),
  .menuCFMotosMobile .menuppal .offcanvas.showing {
    width: min(100%, 267px);
  }

  .menuCFMotosMobile .menuppal .offcanvas-header {
    justify-content: flex-end;
    filter: invert(52%) sepia(93%) saturate(7433%) hue-rotate(173deg) brightness(94%) contrast(102%);
  }

  .arrowMenuMobile {
    background: var(--jvm-background-white) url(../images/icons/icoArrowLeft.svg) no-repeat right center !important;
    width: 20px;
    display: block;
    position: absolute;
    height: 20px;
    right: 0;
    top: 0;
    transform: rotate(270deg);
    transition: all ease-in-out .3s;
  }

  .menu-active .arrowMenuMobile {
    transform: rotate(90deg);
  }

  .menuCFMotosMobile .submenu {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-top: 2rem;
  }

  .menuCFMotosMobile .submenu a.active {
    font-size: var(--jvm--font-size-lg) !important;
    line-height: 30px !important;
    letter-spacing: -0.5px !important;
    color: rgb(0, 125, 142) !important;
    background: transparent url(../images/icons/rightArrowMenu.svg) no-repeat left center;
    padding-left: 1.5rem;
  }

  .menuCFMotosMobile .submenu a {
    font-size: var(--jvm--font-size-md) !important;
    line-height: 24px !important;
    letter-spacing: -0.5px !important;
    color: rgb(145, 146, 146) !important;
    background: none;
    padding-left: 0;
    margin: 1rem 1rem 1rem 0;
  }

  .menuCFMotosMobile .menuppal ul {
    margin-bottom: 0;
  }

  .menuCFMotosMobile .menuppal ul {
    max-height: 100%;
  }

  .menuCFMotosMobile .menuppal .contentMenu .logoMenu img {
    width: 40px;
  }

  .menuCFMotosMobile .menuppal .contentMenu .whatsappInfo a {
    margin-top: 2rem;
  }

  .menuCFMotosMobile .menuppal ul li {
    max-width: 100%;
    /* margin: 1rem 0; */
  }

  div.submenu-content {
    position: relative;
    left: 0;
  }

  .submenu .submenu-content a {
    margin: 1rem;
  }

  .menuCFMotosMobile .menuppal ul li:first-child {
    margin-bottom: 1rem;
  }

  .menuCFMotosMobile div.submenu-content {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0;
  }

  .menuCFMotosMobile .submenu .submenu-content a {
    margin-bottom: 1rem;
  }

  .menuCFMotosMobile div.submenu-content::after {
    height: 100%;
  }

  .menuCFMotosMobile .submenu {
    padding: 0;
  }

  .menuCFMotosMobile .submenu .menubtn {
    font-family: 'fonts-900';
    font-size: var(--jvm--font-size-xl) !important;
    line-height: 36px;
    letter-spacing: -0.5px !important;
    color: var(--jvm-color-text-black) !important;
    text-align: left;
    padding: 0;
  }


  .menuCFMotosMobile .submenu-content .btnCanva  {
    font-size: var(--jvm--font-size-lg) !important;
    line-height: 30px !important;
    letter-spacing: -0.5px !important;
    color: rgb(0, 125, 142) !important;
    margin-bottom: 0.5rem;
  }

  .is-active ._layer {
    margin-bottom: 2px;
    height: 2px;
  }

  header .contentMenu .logoMenuMobile {
    position: absolute;
    top: 1.2rem;
  }

  header .contentMenu .logoMenuMobile img {
    width: 229px;
    position: relative;
    filter: invert(0%) sepia(0%) saturate(7083%) hue-rotate(235deg) brightness(0%) contrast(105%);
  }

  #proHamb {
    display: block;
  }
}
</pre></body></html>