* {
  color: #262626;
  font-weight: 400;
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}

::selection {
    background: #272660; /* color que tú quieras */
    color: #ffffff;      /* color del texto seleccionado */
}

::-webkit-selection {
    background: #272660;
    color: #ffffff;
}


a font,
a * font,
* font,
font {
  color: inherit;
  font-weight: inherit;
}

.contentboxlogs * small,
.contentboxlogs * .iconArrowL {
  display: none !important;
}

.fancybox-button.fancybox-button--close, .fancybox-toolbar {
  opacity: 1 !important;
    visibility: visible !important;
    
    
}
        button.fancybox-button.fancybox-button--arrow_left, button.fancybox-button.fancybox-button--arrow_right { background: rgb(255 255 255 / 50%); width: 55px; height: 55px; padding: 8px; opacity: 0.7 !important;}






:root,
* {
  --bs-font-sans-serif: "Roboto", sans-serif !important;
  --bs-font-monospace: "Roboto", sans-serif !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  overflow: hidden;
  -ms-word-wrap: normal !important;
  word-wrap: normal !important;
}


.slick-track {
  will-change: transform;
}
.slick-slide {
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transform: translateZ(0); /* ayuda a la GPU */
}

.overflowHidden {
  overflow: hidden !important;
}

a {
  font-weight: inherit;
}

.hide,
.hide * {
  display: none !important;
}

.navbar .logo {
  position: relative;
  z-index: 10;
}

.showOnResp,
.showOnresp {
  display: none !important;
}

.icon-fa {
  text-align: center;
  line-height: 3.9rem;
  padding: 0 24px;
}

.pin-spacer {
  top: 0;
}

a.boatmorehead {
  position: absolute;
  top: -50px;
}

div#fulltext-0 {
  max-width: 1200px;
}

.fancybox-navigation {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  width: 140px;
  margin: auto;
  z-index: 99998;
  display: block;
  height: 40px;
}
.fancybox-text * {
  font-size: 14px;
}

.fancybox-navigation .fancybox-button {
  top: 0;
  border-radius: 45px;
  overflow: hidden;
}

.mobile-menu .inner .site-menu ul li    {
    -webkit-transition: all 0.2s ease-in-out;    
}
.mobile-menu .inner .site-menu ul li:hover    {
    opacity: 0.8; padding-left: 5px   
}

.btnPopYu{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; z-index: 10; cursor: pointer} 
.inPoYu {
    text-align: center !important;
    padding-top: 25px;
}
.mobile-menu .inner .site-menu ul li a {
  position: relative;
}

.fancybox-caption{ display: none !important}

.mobile-menu .inner .site-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #272660;
  bottom: -3px;
  width: 0;
  border-radius: 5px;
  z-index: 10;
}

#topbtnsite {
  position: fixed;
  left: unset;
  right: 0;
  left: 0;
  top: unset;
  overflow: visible;
  bottom: 59px;
  z-index: 11;
  opacity: 0.4;
  scale: 0.75;
  transition: all 0.3s ease
}

.side-widget .inner .widget:last-child {
    margin-bottom: 15vw;
}


#topbtnsite:hover {
  opacity: 0.9;
  scale: 0.8;
}

a#topbtnsite .circle {
  rotate: -90deg;
  border: 1px solid #262626;
  scale: 1;
  background: #f6f6f6;
    transition: all 0.3s ease
}

a#topbtnsite .circle .icon.arrow {
  transform: translate(10px, 0);
}

a#topbtnsite:hover .circle{transform: scale(1.2);background: #f3f3f3;border-color: #f6f6f6;}


a#topbtnsite:hover::before {
    color: rgb(33 33 33);
    text-shadow: unset;
}

a#topbtnsite:hover .circle .icon.arrow {
    filter: brightness(0);
}

#topbtnsite::before {
  content: "TOP";
  position: absolute;
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  left: 0;
  right: 0;
  bottom: 7px;
  background: #f6f6f600;
  z-index: 20;
  text-align: center;
  font-weight: 900;
  text-shadow: 1px 1px 1px #f6f6f6;
}


#backbtnsite {
  position: fixed;
  left: 25px;
  right: unset;
  top: unset;
  overflow: visible;
  bottom: 59px;
  z-index: 11;
  opacity: 0.4;
  scale: 0.75;
  transition: all 0.3s ease
}




#backbtnsite:hover {
  opacity: 0.9;
  scale: 0.8;
}



a#backbtnsite .circle {
  rotate: -90deg;
  border: 1px solid #262626;
  scale: 1;
  background: #f6f6f6;
    transition: all 0.3s ease
}

a#backbtnsite .circle .icon.arrow {
  transform: translate(10px, 0);
}

a#backbtnsite:hover .circle{transform: scale(1.2);background: #f3f3f3;border-color: #f6f6f6;}


a#backbtnsite:hover::before {
    color: rgb(33 33 33);
    text-shadow: unset;
}

a#backbtnsite:hover .circle .icon.arrow {
    filter: brightness(0);
}


#backbtnsite::before {
  content: "BACK";
  position: absolute;
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  left: 0;
  right: 0;
  bottom: 7px;
  background: #f6f6f600;
  z-index: 20;
  text-align: center;
  font-weight: 900;
  text-shadow: 1px 1px 1px #f6f6f6;
}


#backbtnsite .circle .icon.arrow {
    top: 15px;
    left: 12px;
}


a#backbtnsite .circle {
    rotate: -180deg;
}









.popSet{ display: none}




.navbar {
  padding: 15px 0 !important;
}

nav#navbar {
    position: fixed;
    top: 0 !important;
    transition: unset !important;
    transform: unset !important;
    background: #fff !important;
}


/* Custom animation */
.fancybox-fx-slide-in-out.fancybox-slide--previous {
  transform: translateY(-100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
  transform: translateY(100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
  transform: translateY(0);
}

.fancybox-bg {
  background: #fff !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9 !important;
}

.fancybox-button {
  background: rgb(255 255 255 / 60%) !important;
}

.preloader,
.preloader .loader-progress,
.preloader svg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 9998;
  background: #ffffff;
  left: 0 !important;
  right: 0 !important;
  opacity: 1;
}

.preloader svg,
.preloader .loader-progress {
  z-index: 9999;
}

.anchormiddle {
  position: absolute;
  top: 50vh;
}

.cs_txtPreview {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.specspreview .cs_txtPreview {
  font-size: 14px;
  margin-top: 25px;
  text-align: left;
}

.slick-prev::before {
  content: "";
  position: absolute;
  top: 0.95rem;
  right: 0.0625rem;
  left: 1.03rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #262626;
  border-right: 0.125rem solid #262626;
  transform: rotate(-135deg);
}

.slick-next::before {
  content: "";
  position: absolute;
  top: 0.95rem;
  left: 0.75rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #262626;
  border-right: 0.125rem solid #262626;
  transform: rotate(45deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: rgba(203, 203, 203, 0.89);
  transition: all 0.3s ease;
}

.thumSlide {
  opacity: 0.2;
  filter: grayscale(1);
  padding: 0px 15%;
  margin: auto;
  text-align: center;
}

.slick-current .thumSlide {
  opacity: 1;
  filter: grayscale(0);
}

.anchor-next-section {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
}

.rightstroke {
  border-right: 2px solid #fff;
  width: 230px !important;
}

.carrusel-brand * {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}

.carrusel-brand .swiper-container {
  position: relative;
}

.carrusel-brand .navb-brand-wrap {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 1px;
  overflow: visible;
  width: 100%;
  display: block;
}

.carrusel-brand .swiper-button-next,
.carrusel-brand .swiper-button-prev {
  position: absolute;
  top: -6px;
  margin: 0 !important;
  box-shadow: none !important;
}

.carrusel-brand .swiper-button-next {
  right: 40px;
  left: auto;
}

.carrusel-brand .swiper-button-prev {
  left: -10px;
  right: auto;
}

p.subtitlemodel,
a.subtitlemodel {
  margin-bottom: 0;
  opacity: 0.5;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
}

p.subtitlemodel:hover,
a.subtitlemodel {
  opacity: 0.8;
}

.boxStats {
  position: fixed;
  padding: 15vh 0px;
  height: 100vh;
  width: 50vw;
  background: #ffffff;
  top: 0 !important;
  left: 50vw !important;
  opacity: 0;
  display: block;
  cursor: default;
  z-index: 1;
  transition: all cubic-bezier(0.05, 0.05, 0.65, 0.9) 0.5s !important;
}

.container-full {
  width: 100%;
  padding: 0 25px;
}

.backgroundCollorSide {
  position: absolute;
  left: 0;
  width: 100vh;
  background: #cfcfcf;
  height: 200vh;
  z-index: -1;
  top: -100vh;
  opacity: 0.1;
}

.a-Ficha:hover .boxStats,
.a-Ficha.active:hover {
  opacity: 1;
}

#submenu-brands::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 9999;
}

#submenu-brands.active::before {
  display: none;
}

.headtitle .logoBrand {
  width: 200px;
  display: block;
  margin: initial;
  margin-bottom: 25px !important;
}

.imgModcar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
}

.imgModcar img {
  position: absolute;
  top: 0;
  width: 100%;
}

.swiper-men-yacht .swiper-slide {
  text-align: left;
}

.swiper-men-yacht .swiper-slide a {
  display: inline-block;
  padding: 0;
  padding-right: 10px;
  opacity: 0.5;
  cursor: pointer;
  line-height: normal;
  vertical-align: text-top;
  margin-bottom: 5px;
  z-index: 100;
  position: relative;
  font-size: 14px;
}

.swiper-men-yacht .swiper-slide a:hover {
  opacity: 1;
}

.backfichas {
  overflow: hidden;
  background: #000000 !important;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.boatspecsviews-wrap-b {
  mix-blend-mode: darken;
}

.backfichas .bgimgy {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: all cubic-bezier(0, 0, 0, 0.82) 6.3s !important;
  transform: scale(1);
}

.bgimgy img {
  position: absolute;
  width: 100%;
  top: -50%;
  bottom: -50%;
  margin: auto;
}

.bigspecviewSlick {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 800px;
}
.bigspecviewSlick .slick-slide {
  height: 380px;
  overflow: hidden;
}
.bigspecviewSlick img {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  transition: all 600ms ease-in-out;
  transform: scale(0.25, 0.25);
  filter: blur(100px);
}
.bigspecviewSlick .slick-active img {
  transform: scale(1, 1);
  filter: blur(0px);
}

.active-af {
  opacity: 1;
  transition: all cubic-bezier(0.05, 0.05, 0.65, 0.9) 0.5s !important;
}

.active-af .bgimgy {
  transform: scale(1.2);
  opacity: 0.8;
}

.backfichas .linkoverlay {
  transform: scale(1.05);
  opacity: 0;
  padding-top: 40vh;
  transition: all cubic-bezier(0.05, 0.05, 0.65, 0.9) 0.5s !important;
  position: absolute;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 65%) 100%);
}

.active-af .linkoverlay {
  transform: scale(1);
  opacity: 1;
  padding-top: 43vh;
}

.logos-over {
  position: relative;
  width: 290px;
  height: 91px;
  display: inline-block;
  margin: auto;
  background-position: center !important;
  background-repeat: no-repeat !important;
  filter: brightness(100);
  background-size: auto 80% !important;
}

.logos-over img {
  margin: auto;
  width: 60%;
}

.logos-over.boston-whaler {
  background-size: 70% !important;
}
.logos-over.custom-line {
  background-size: 70% !important;
}
.logos-over.cobalt-boats {
  background-size: 55% !important;
}
.logos-over.de-antonio {
  background-size: 70% !important;
}
.logos-over.ferretti-yachts {
  background-size: 55% !important;
}
.logos-over.pershing {
  background-size: 70% !important;
}
.logos-over.saxdor-yachts {
  background-size: 70% !important;
}
.logos-over.sea-ray {
  background-size: 70% !important;
}

.logos-over.boston-whaler img {
  width: 70% !important;
}
.logos-over.custom-line img {
  width: 70% !important;
}
.logos-over.cobalt-boats img {
  width: 55% !important;
}
.logos-over.de-antonio img {
  width: 70% !important;
}
.logos-over.ferretti-yachts img {
  width: 55% !important;
}
.logos-over.pershing img {
  width: 70% !important;
}
.logos-over.saxdor-yachts img {
  width: 70% !important;
}
.logos-over.sea-ray img {
  width: 70% !important;
}

.active-fe {
  opacity: 1;
  z-index: 0;
}

.active-fe .bgimgy {
  transform: scale(1.2);
  opacity: 0.8;
}

.active-fe .linkoverlay {
  transform: scale(1);
  opacity: 1;
  padding-top: 43vh;
}

.zindex1 .active-fe {
}

.dateNews {
  padding: 2px 7px;
  border: 1px solid #fff;
  border-radius: 15px;
  font-weight: 400;
  color: #fff;
}

.typeNews {
  font-size: 12px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
  display: inline-block;
}


.contImg * img {
    height: auto !important;
    max-width: 100%;
}

.not-content {
  padding: 25px;
  box-shadow: 0 0 35px -27px;
  border-radius: 15px;
  max-width: 820px;
  margin: auto;
  position: relative;
}

.tiponewasevent {
  padding: 10px 30px;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 1);
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 100px;
}

.resumeNot,
.not p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.not p {
  margin-bottom: 0;
  line-height: normal;
  width: 95%;
}

body.page-loaded .preloader,
body.page-loaded .preloader .loader-progress,
body.page-loaded .preloader svg {
  left: 0 !important;
  right: 0 !important;
  top: -110vh;
  opacity: 0;
  z-index: 0;
}

.preloader .inner {
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  -webkit-transition: all 3.8s ease-in-out;
}

body.page-loaded .preloader .inner {
  left: 50%;
  opacity: 0;
  top: -100%;
}

html {
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

.content-section {
  padding: 100px 0 !important;
}

a * {
  color: #262626;
  text-decoration: none;
  font-weight: 400;
}

b,
strong {
  font-weight: 600 !important;
}

.wrapSliderContainer {
  position: relative;
  z-index: 1;
  overflow: hidden !important;
}

.containerScrollSlide {
  width: calc(100vw - -15px);
  overflow-x: hidden;
}

.more-button.active {
  font-weight: bold;
  color: #696969;
  /* cualquier otro estilo que desees para el estado activo */
}

.navbar .more-button {
  margin-left: 0;
}

.navbar .site-menu ul li {
  padding: 0 5px;
}

.slideScroll {
  width: 30vw;
}

.imgslideScroll {
  position: relative;

  height: 65vh;
  max-height: 335px;
  width: 100%;
  box-shadow: none;
  background-size: auto 105% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: all cubic-bezier(0.71, 0.09, 0.35, 0.82) 0.3s !important;
}

.imgslideScroll .linkoverlay,
span.linkoverlay {
  text-align: center;
  padding: 4vh 4vh;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  opacity: 1;
  transition: all cubic-bezier(0.71, 0.09, 0.35, 0.82) 0.2s !important;
}

.imgslideScroll .linkoverlay:hover {
  opacity: 0;
}

.imgslideScroll:hover {
  background-size: auto 115% !important;
}

#submenu-brands .inner {
  width: 50vw;
}

.rightSideSub {
  position: relative;
  max-height: 0;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 20px 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: max-height 1.3s ease-in-out, opacity 1.3s ease-in-out;
  transition: max-height 1.3s ease-in-out, opacity 1.3s ease-in-out;
}

.rightSideSub a {
}

/**.rightSideSub::before {content: '';position: absolute;left: 0;right: 0;top: -100%;bottom: -100%;background: rgba(0,0,0,0.02);}**/

.activeSM {
  opacity: 1 !important;
}

.activeRS {
  max-height: 1000px;
  -webkit-transition: max-height 1.3s ease-in-out, opacity 1.3s ease-in-out;
  transition: max-height 1.3s ease-in-out, opacity 1.3s ease-in-out;
}

.scroll-col.scrollinievents {
  width: 100%;
  left: 0;
  right: 0;
  max-width: 1500px;
  margin: auto;
}

.animatesub {
  opacity: 1;
}

.swiper-wrapper-.swiper-men-yacht {
  width: 100%;
  padding-left: 10px;
}

.widgetBrandsMenu {
  position: relative;
  overflow: auto;
  height: 100vh;
  padding: 3vh 0;
  margin-bottom: 0 !important;
}

.footer .bottom-bar {
  background: rgba(0, 0, 0, 0.01);
}

.footer .footer-widget .widget-title:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #304fa4;
  border-radius: 50%;
  margin-left: 10px;
  display: none;
}

.custom-button .button-text {
  margin-left: 85px;
  color: #262626;
  font-weight: 900;
  line-height: 64px;
  text-align: left;
  font-size: 15px;
}

#sectionPin1,
#sectionPin2 {
  height: 100vh;
  overflow: hidden;
  display: flex;
  left: 0;
  padding: 0;
}

.custom-button-large {
  width: 300px;
}

.pin-wrap-a,
.pin-wrap-b,
.pin-wrap-c {
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 0vw 0 13vw;
  margin-bottom: 0;
}

.pin-wrap-a > *,
.pin-wrap-b > *,
.pin-wrap-c > * {
  width: 40vw;
  padding: 0 0.3vw;
  max-width: 500px;
  min-width: 400px;
}

.pin-wrap-a.pinwrapgal > * {
  width: 70vw;
  max-width: 850px;
  min-width: 400px;
}

.imgslideScroll.imgslidegal {
  height: 85vh;
  max-height: 455px;
  width: 100%;
}

.imgBackSwipeSlidePreow {
  width: 100%;
  height: 70vh;
  min-height: 500px;
  max-width: 1200px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  margin: auto;
}

.custom-button .circle .icon.arrow {
  background: #262626;
}

.custom-button .circle .icon.arrow {
  transform: translate(5px, 0);
}

.section-title.scroll-container-title {
  text-align: revert;
  display: block;
  padding-top: 0;
}




.scroll-left {
  direction: rtl;
  overflow-y: auto;
  height: 94vh;
  /* width: 300px; */
  /* border: 1px solid #000; */
}

.contentScrollLeft {
  direction: ltr;
}

.widgetBrandsMenu .scroll-left {
  margin-left: 65px;
}

.inovertxt {
  padding: 0 9px;
  position: absolute;
  font-size: 12px;
  color: #fff;
  bottom: 10px;
  right: 10px;
  border-radius: 10px;
  border: solid 1px #fff;
}

.sml-txt {
  font-size: 12px;
}

.sml-txt .fa {
  display: inline-block;
  width: 20px;
  text-align: center;
  scale: 1 !important;
}

/* Transiciones para el submenÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº */

.submenu {
  vertical-align: middle;
  opacity: 0;
  max-height: 0;
  overflow: auto;
  display: block !important;
  position: fixed;
  right: 0;
  background-color: rgb(255 255 255 / 0%);
  border: 0;
  list-style-type: none;
  padding: 0px 60px 0 20px;
  margin: 0;
  z-index: 1000;
  max-width: 900px;
  width: 60%;
  bottom: 0;
  top: 0;
  transition: opacity 0.8s ease-in-out, max-height 0s ease;
  -webkit-transition: opacity 0.8s ease-in-out, max-height 0s ease;
}

.submenu.active {
  opacity: 1;
  /* Para navegadores que necesitan una altura mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡xima */
  max-height: 1000px;
  /* Ajusta segÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºn necesites */
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Para manejar la transiciÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n de altura */

.smoothanim {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
  width: 100%;
}

.smoothanim.active {
  max-height: 1000vh !important;
  overflow: visible !important;
}

.smoothanim.transitioning {
  transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
}

.submenu li {
  padding-bottom: 25px !important;
}

.submenu li a {
  padding: 10px;
  white-space: nowrap;
}

.submenu li a {
  padding: 10px;
  white-space: normal;
  font-size: 16px;
  text-transform: none;
  font-weight: 500 !important;
}

.submenu li a i {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.submen-sub {
  padding-left: 20px;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}

.submen-sub.active {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}

.overlayframe {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background: rgb(255 255 255 / 50%);
  z-index: 1;
  text-align: center;
}

.overlayframe a {
  position: relative;
  top: 36%;
  display: block;
  cursor: pointer;
  margin: auto;
  max-width: 115px;
  transition: all 0.12s ease-in-out;
}

.pyacht:hover {
  background-position: 20px center !important;
}
.pyacht {
  background: url(../icons/pyacht.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  left: 0;
  right: 0;
  height: 45px;
  width: 100%;
}

.overlayframe a:hover {
  filter: brightness(1.5);
  scale: 1.1;
}

.overlayframe a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.listMenuLeft * p,
.listMenuLeft * p * {
  font-size: 16px;
  font-weight: 400;
}

.side-widget .inner .widget p:last-child {
  opacity: 1;
}

#menu li:hover .submenu {
  display: block;
}

.specspreview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50vh;
  padding: 5vh 25px;
  background: #fff;
  text-align: center;
}

.specspreview p.section-title-yacht {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  width: 100% !important;
  display: block !important;
}

.specspreview p {
  display: inline-block;
  padding: 0 15px;
  width: 32%;
  text-align: center;
  line-height: normal;
  margin: 15px 0 !important;
}

.specspreview p span {
  color: #262626 !important;
  text-transform: uppercase;
  font-size: 14px;
  width: auto;
  text-align: center;
  display: block;
  line-height: normal;
  font-weight: 400 !important;
  opacity: 0.5;
}

.listMenuLeft.menumarcas {
  width: 100vw;
  text-align: left;
  padding: 0 25px;
}

.listMenuLeft.menumarcas a {
  color: #262626 !important;
  text-transform: uppercase;
  font-size: 30px;
  width: calc(45% - 5px);
  display: inline-block;
  max-width: none;
  line-height: normal;
  font-weight: 400;
  text-align: center;
  margin: auto;
  vertical-align: text-top;
  opacity: 0.2;
  min-height: auto;
  margin-bottom: 0px !important;
  position: relative;
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  filter: grayscale(1);
  background: #fff;
  transition: all ease 1.2s !important;
}

.listMenuLeft.menumarcas a:hover {
  /* background: #000000; */
  /* filter: grayscale(0); */
  /* opacity: 1; */
  /* background-size: 110% !important; */
}

.backtn {
  position: relative;
  z-index: 0;
  left: 0;
  margin-bottom: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  filter: grayscale(1);
  opacity: 1;
  transition: all ease 1.2s !important;
}

.listMenuLeft.menumarcas a:hover .backtn {
  opacity: 1;
}

/* Estilos para el popup */

/* Oculto por defecto */
.popup {
  display: none !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 300px;
  border-radius: 5px;
}

/* Solo se muestra si tiene la clase "show" */
.popup.show {
  display: block !important;
}

.popup-content {
  text-align: center;
}

.popup-content p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #333;
}

.popup-content button {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}

.popup-content button:hover {
  background-color: #45a049;
}

.side-widget {
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  max-width: inherit;
  left: 0;
  bottom: inherit;
  top: -110vh;
  right: 0;
  z-index: 12;
  padding: 0;
  padding-right: 0;
}

.side-widget svg {
  width: 100vw;
  left: 0;
  height: 180vh;
  position: absolute;
  right: 0px;
  top: -110px;
  rotate: 90deg;
  fill: rgb(250 250 250 / 97%);
}

.side-widget.active {
  top: 0;
}

.side-widget {
  transition: all cubic-bezier(0.71, 0.09, 0.35, 0.82) 1.2s !important;
}

.animateLeft,
.animateRight {
  position: relative;
  transition: all ease 0.8s !important;
}

.animateBlur {
  filter: blur(100px);
  position: relative;
  transition: all ease 1.2s !important;
}

.animateBlur.is-inview {
  filter: blur(0px);
}

.animateLeft {
  left: -100%;
}

.animateLeft.is-inview {
  left: 0;
}

.animateRight {
  right: -100%;
}

.animateRight.is-inview {
  right: 0;
}

.sponsor-logo:hover {
  box-shadow: 0px 0px 30px rgb(105 105 105 / 0%);
  transition: all ease 0.1s !important;
}

.sponsor-logo a {
  opacity: 0.6;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: 80% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all ease 0.2s !important;
  filter: grayscale(100);
}

.sponsor-logo a:hover {
  opacity: 1;
  background-size: 100% !important;
}

.bg-secondary {
  background-color: #fcfcfc !important;
}

.carousel-slider {
  height: 70vh;
}

.icnnfop {
  font-size: 15px;
}

.carousel-slider .swiper-slide {
  max-width: 45%;
  height: 100%;
}

.navbar.dark {
  background: rgb(255 255 255 / 98%) !important;
}

.navbar.dark * {
  color: #262626 !important;
}

.custom-button .circle {
  background: rgb(246 246 246 / 80%);
}

.custom-button .circle .icon.arrow::before {
  border-top: 0.125rem solid #262626;
  border-right: 0.125rem solid #262626;
}

.custom-button:hover .circle .icon.arrow {
  background: #262626;
}

.custom-button .button-text {
  color: #262626 !important;
}

.custom-button:hover .button-text {
  color: #262626 !important;
}

.custom-button.notext {
  width: 64px;
}

.custom-button.notext:hover .circle {
  width: 64px;
}

.custom-button.notext.downbtn {
  transform: rotate(90deg);
}

.footer {
  background: #f6f6f6;
}

.footer .footer-widget p a {
  color: #262626;
  opacity: 1 !important;
}

.footer .bottom-bar .creation a {
  color: #262626;
  text-decoration: none;
}

.footer .footer-widget .widget-title {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
}

.footer .footer-bar {
  margin-bottom: 0;
  margin: 0;
}

.footer .social-media li a i,
.iconbtn a i, .iconbtn p i {
  font-size: 15px;
  display: inline-block;
  margin-right: 6px;
  width: 40px;
  height: 40px;
  border-radius: 120px;
  border: solid 1px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.1s ease;
}

.iconbtn a {
  font-weight: 500;
  color: #262626;
}

.iconlat a i {
  display: inline-block;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  border-radius: 120px;
  border: solid 1px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.1s ease;
  font-size: 12px;
}

.wrapBtnContent .iconbtn {
  display: inline-block;
  vertical-align: text-top;
}

.footer .social-media li a span {
  display: none;
}

.footer .footer-widget {
  margin-bottom: 10px;
}

.social-media li {
  transform: none;
}

.btn-vieallinv {
  vertical-align: text-top;
  right: 0;
  position: absolute;
  margin-top: 0 !important;
  display: inline-flex;
  float: none;
  width: auto;
}

.imgBackSwipeSlide {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  min-height: calc(100% - 140px);
  display: block;
}

.imgslideScroll .slideScroll {
  margin: auto;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.custom-button {
  display: inline-flex;
  min-width: unset;
  float: none;
}

.imgslideScroll .slideScroll .custom-button {
  width: 240px;
  height: 64px;
  float: none;
  position: absolute;
  white-space: nowrap;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
}

.imgslideScrollB .custom-button {
  float: none;
  position: absolute;
  white-space: nowrap;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  top: 40%;
}

.preloader .loader-progress {
  background: #f3f3f3;
}

.preloader svg {
  fill: rgb(255 255 255 / 98%);
}

.close-btn span {
  background: #262626;
}

.carousel-slider .swiper-slide .caption {
  display: block;
  background: #fff;
  position: relative;
  padding: 20px;
  left: 0;
  bottom: 0;
}

.menuIn {
  background: rgb(255 255 255 / 98%);
  overflow: hidden;
}
.search-box .form h6 {
  font-weight: 400;
  opacity: 0.5;
}
.search-box .close-btn {
  border: 2px solid #262626 !important;
}
.search-box.active {
  z-index: 12;
  top: 0;
  background: rgb(255 255 255 / 98%);
}
.search-box {
  right: 0;
  width: 100vw;
  height: 100vh;
  top: -110vh;
  left: 0px !important;
  border-radius: 0;
}

.search-box svg {
  width: 100vw;
  height: 100vw;
  left: -100%;
  top: -100%;
  right: -100%;
  margin: auto;
  rotate: 90deg;
  fill: rgb(255 255 255 / 90%);
  display: none;
}
.search-box .close-btn {
  display: block;
  margin: auto;
  float: none;
  margin-top: 0;
  top: 25px;
  position: fixed;
  left: 25px;
  border: none !important;
  width: auto;
  height: auto;
}

.lang-btns {
  text-align: center;
  padding: 0;
  min-width: 500px;
}

.lang-btns * {
  color: #262626 !important;
}

/* MOREINFO BOX */

.moreinfo-button {
  cursor: pointer;
}
.moreinfo-box {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 11;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
}
.moreinfo-box.active {
  z-index: 12;
  left: 0;
}
.moreinfo-box.active .form {
  opacity: 1;
}
.moreinfo-box.active svg path {
  animation-name: svg-layer-in;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.moreinfo-box svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  fill: #000f23;
}
.moreinfo-box svg path {
  animation-name: svg-layer-out;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
}

.moreinfo-box .close-btn {
  display: inline-block;
  margin-top: 30px;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.moreinfo-box .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20%;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
}
.moreinfo-box .form h6 {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}
.moreinfo-box .form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 6px;
}
.moreinfo-box .form form input[type="text"] {
  flex: auto;
  height: 78px;
  padding: 0 30px;
  background: none;
  border: none;
  color: #fff;
}
.moreinfo-box .form form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.moreinfo-box .form form input[type="text"]::-moz-placeholder {
  color: #fff;
}
.moreinfo-box .form form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.moreinfo-box .form form input[type="text"]:-moz-placeholder {
  color: #fff;
}
.moreinfo-box .form form input[type="submit"] {
  height: 78px;
  background: #304fa4;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: none;
  padding: 0 40px;
  margin-left: auto;
}

.moreinfo-box .form h6 {
  font-weight: 400;
  opacity: 0.5;
}
.moreinfo-box .close-btn {
  border: 2px solid #262626 !important;
}
.moreinfo-box.active {
  top: 0;
  background: rgb(255 255 255 / 98%);
}
.moreinfo-box {
  right: 0;
  width: 100vw;
  height: 100vh;
  top: -110vh;
  left: 0px !important;
  border-radius: 0;
  overflow: hidden;
}

.moreinfo-box svg {
  width: 100vw;
  height: 100vw;
  left: -100%;
  top: -100%;
  right: -100%;
  margin: auto;
  rotate: 90deg;
  fill: rgb(255 255 255 / 90%);
  display: none;
}
.moreinfo-box .close-btn {
  display: block;
  margin: auto;
  float: none;
  margin-top: 0;
  top: 25px;
  position: absolute;
  left: 25px;
  border: none !important;
  width: auto;
  height: auto;
}

.form-contact-wrap {
  padding: 0 25px;
}

.contactInfoSideBox {
  padding: 0 25px;
}

form.form-contact {
  padding: 0;
  width: 100%;
  max-width: 650px;
}

.col-form-label-custom input[type="text"] {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 0px 30px;
  border: none;
  border-bottom: 1px solid #cecece;
  background: transparent;
}

button.custom-button {
  background: none;
  border: 0;
  text-align: right;
  width: 170px;
  float: none;
  padding: 0;
}

.icon.fa-regular.fa-paper-plane {
  position: absolute;
  top: 19px;
  background: no-repeat;
  left: 18px;
  font-size: 25px;
}

ol,
ul {
  list-style: none;
}

.footer .social-media {
  margin-bottom: 0;
}

.sponsor-logo {
  box-shadow: 0px 0px 30px #6969691a;
  border-radius: 145px;
  width: 165px;
  height: 165px;
  background: #fff;
}

.sponsor-logo img {
  background: #fff;
  top: 25%;
  width: 90%;
  filter: grayscale(1);
}

.sponsor-logo figcaption a {
  color: #909090;
  font-size: 14px;
  max-width: 90%;
  display: block;
  margin: auto;
  font-weight: 300;
}

.btnSlide {
  position: relative;
  opacity: 0;
}

.btnSlide * .button-text {
}

.navLeftBtnSlide div {
  width: 2px;
  border-radius: 5px;
  height: 10vh;
  background: rgba(255, 255, 255, 1);
  margin: auto;
}

.navwrapsldecar {
  position: absolute;
  left: inherit;
  width: 100px;
  top: 35%;
  right: 11vw;
  height: 140px;
  line-height: normal;
  text-align: center;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: auto;
  left: 0;
  display: block;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin: 15px auto !important;
  padding: 10px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.section-wrapper {
  background: rgba(255, 255, 255, 1);
}

.scrollcall {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  z-index: -1;
  height: 0;
}

.scroll {
  height: 100vh;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.scroll-container-title {
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #262626;
}

.scroll-container-title small {
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.anchorSlide {
  color: #fff !important;
}

.anchorSlide:hover {
  text-decoration: none;
}

.is-inview.scroll {
  opacity: 1;
}

.page-section {
  padding: 0;
}

.sticky-content {
  padding: 10vh;
  grid-row: 1/2;
  position: absolute;
  z-index: 999;
}

.boxtextslide {
  width: 100%;
  max-width: 1300px;
  position: relative;
  padding: 25px 85px;
  margin: auto;
  height: 100vh;
  top: 0;
}

.boxtextslide::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -50vw;
  right: -50vw;
  margin: auto;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+46,000000+100&1+9,0+100 */
  background: linear-gradient(
    to bottom,
    rgb(255 255 255) 9%,
    rgb(255 255 255 / 59%) 46%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.d-vam {
  vertical-align: middle;
}

.dtb {
  display: table;
}

.dtr {
  display: table-row;
  z-index: 1;
  position: relative;
}

.dtc {
  display: table-cell;
}

.mm-projects-nav {
  position: absolute;
  z-index: 2;
  left: var(--side-gap);
  top: 26vh;
  display: grid;
  grid-gap: 5%;
}

.mm-projects-nav li {
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transition: transform 0.2s ease-out, opacity 0.3s ease-out;
  -webkit-transition: transform 0.2s ease-out, opacity 0.3s ease-out;
  -moz-transition: transform 0.2s ease-out, opacity 0.3s ease-out;
  -ms-transition: transform 0.2s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.2s ease-out, opacity 0.3s ease-out;
  will-change: opacity, transform;
}

.mm-projects-nav.is-inview li {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}

.mm-projects-nav li:nth-child(2) {
  transition-delay: 0.1s;
}

.mm-projects-nav li:nth-child(3) {
  transition-delay: 0.2s;
}

.mm-projects-nav li:nth-child(4) {
  transition-delay: 0.3s;
}

.mm-projects-nav li.active a,
.mm-projects-nav li a:hover {
  opacity: 1;
}

.mm-projects-nav-btn a {
  text-decoration: none;
  opacity: 0.6;
}

.scroll-container {
  display: block;
  position: relative;
}

.scroll-container-category {
  position: relative;
  z-index: 1;
  display: block;
  height: 130vh;
  background: #fff;
  top: 0;
}

.scroll-container-category.is-inview {
  opacity: 1;
}

.scroll-container-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.videowrapslide {
  background: rgba(255, 255, 255, 1);
}

.videowrapslide video {
  position: absolute;
  display: block;
  height: calc(100vh + 18vw);
  left: -50vw;
  right: -50vw;
  margin: auto;
}

.videowrapslide iframe {
  background: rgba(255, 255, 255, 1);
}

.videowrapslide iframe {
  position: absolute;
  display: block;
  height: calc(100vh + 18vw);
  left: -50vw;
  right: -50vw;
  margin: auto;
  width: 125vw;
}

.scroll-container-category hr {
  mix-blend-mode: hard-light;
  opacity: 0.75;
  grid-column: 2;
  width: 1px;
  height: 2px;
  background-color: #fff;
  border: none;
  transition: width 2s ease-out;
  -webkit-transition: width 2s ease-out;
  -moz-transition: width 2s ease-out;
  -ms-transition: width 2s ease-out;
  -o-transition: width 2s ease-out;
  will-change: width;
  margin: 35px 0;
}

.scroll-container-category hr.is-inview {
  width: 100%;
}

.schedule-box .tab-content {
  background: #fcfcfc;
}

.navbar .logo a img {
}

.footer .footer-bar .logo img {
  height: 88px;
}

.footer .footer-bar .logo {
  display: inline-block;
  margin: inherit;
}

.navbar .site-menu ul li a {
  display: inline-block;
  color: #262626;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar .site-menu ul li a:before {
  background: #272660;
}

.navbar .site-menu ul li a.active:before {
  width: 100%;
  left: 0;
}

.navbar-button a:before {
  background: #f6f6f6 !important;
}

.navbar-button a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: center top;
  background: #304fa4;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-button a:hover:before {
  transform: scaleY(1);
  transform-origin: center bottom;
}

.navbar-button a {
  height: 40px !important;
  text-align: center;
  width: 40px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  padding: 11px !important;
  border: 1px solid #262626 !important;
  border-radius: 58px;
  color: #fff !important;
  font-weight: 300;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -moz-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  overflow: hidden;
}

.navbar-button span:before {
  background: #f6f6f6 !important;
}

.navbar-button span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: center top;
  background: #304fa4;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-button span:hover:before {
  transform: scaleY(1);
  transform-origin: center bottom;
}

.navbar-button span {
  height: 40px !important;
  text-align: center;
  width: 40px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  padding: 11px !important;
  border: 1px solid #262626 !important;
  border-radius: 58px;
  color: #fff !important;
  font-weight: 300;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -moz-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  overflow: hidden;
}

.navbar-button {
  font-size: 15px;
  font-weight: 600;
}

.navbar .navbar-button {
  margin-left: 15px;
}

.lanBtns {
  display: block;
  width: 100%;
  text-align: center;
}

.lanBtns * {
  color: #fff !important;
}

.lanBtns div {
  width: 44%;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.lanBtns div .custom-button {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 200px;
  float: none;
}

.btn-vieallinv .custom-button {
  width: 300px;
  top: -6px;
}

.caption {
  transition: all ease-out 0.3s !important;
  margin-top: 15px;
}

.icnnfo {
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 55px;
  border: solid 1px #262626;
  padding: 7px;
  margin-right: 15px;
  position: relative;
  top: 8px;
}

a:hover * i.icnnfo,
a:hover i {
  scale: 1.1 !important;
}

.mobile-menu .inner .site-menu ul li {
  margin: 0;
  opacity: 0.6;
}

ul.menulIST.listMenuLeft.menumarcas {
  margin: auto;
  max-height: 100vh;
  width: 100vw;
}

ul.menulIST.listMenuLeft.menumarcas li {
  display: inline-block;
  width: 49%;
  vertical-align: text-top;
  padding-right: 5px;
}

.schedule-box .tab-content .timeline .event-time img {
  height: max-content;
  display: inline-block;
  margin-right: 10px;
  padding-right: 35px;
  width: 100%;
}

.footer-social a .icnnfo {
  display: inline-block;
}

.captionInfo p {
  font-weight: 900;
}

.slidecenterbtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  top: 0;
  text-align: center;
  height: 100%;
  padding: 25px;
}

.slidecenterbtn .custom-button .button-text {
  margin-left: 0;
}

.slidecenterbtn a {
  margin: auto;
  display: inline-block;
  float: none;
  width: 350px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/prev.svg);
  right: 0;
  background-color: rgb(255 255 255 / 30%);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/next.svg);
  right: 0;
  background-color: rgb(255 255 255 / 70%);
  border: 0;
}

.footer {
  position: relative;
  z-index: 55;
}

.scroll-container-category-footer .boxtextslide {
  height: 100%;
}

.scroll-container-category-footer {
  position: relative;
  z-index: 1;
  display: block;
  height: 60vh;
  background: #fff;
}

.schedule-box .tab-content {
  width: 77%;
}

.scroll-container-category-footer hr.is-inview {
  width: 100%;
}

.scroll-container-category-footer hr {
  mix-blend-mode: hard-light;
  opacity: 0.75;
  grid-column: 2;
  width: 1px;
  height: 2px;
  background-color: #fff;
  border: none;
  transition: width 2s ease-out;
  -webkit-transition: width 2s ease-out;
  -moz-transition: width 2s ease-out;
  -ms-transition: width 2s ease-out;
  -o-transition: width 2s ease-out;
  will-change: width;
  margin: 35px 0;
}

.container-noticias {
  width: 100%;
}

.boxNoticia {
  width: 30%;
  height: 50vh;
  background: aliceblue;
  max-height: 300px;
  position: relative;
  overflow: hidden;
}

.boxNoticia img {
  position: absolute !important;
  left: -20% !important;
  right: -20% !important;
  width: 140%;
  max-width: unset !important;
  top: -20% !important;
  z-index: 0;
  transform: scale(1);
}

.boxNoticia:hover img {
  transform: scale(1.07) !important;
}

.imgBack::before,
.boxNoticia::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.boxNoticia:nth-child(3),
.boxNoticia:nth-child(4) {
  width: 40%;
}

.boxNoticia .imgBack {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  left: -20%;
  right: -20%;
  top: -20%;
  bottom: -20%;
  transition: all ease 0.2s;
}

.boxNoticia:hover .imgBack {
  position: absolute;
  left: -30%;
  right: -30%;
  top: -30%;
  bottom: -30%;
}

.notbox {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px 35px;
  color: #fff;
  text-align: left;
  width: 100%;
  z-index: 2;
}

.notbox p {
  color: #fff;
  font-weight: 500;
  line-height: normal;
  margin: 15px 0;
}

.notbox a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.close-btn-c {
  position: absolute;
  left: 25px;
  top: 25px;
  cursor: pointer;
  color: #262626 !important;
  z-index: 99;
}

.listMenuLeft a.btnSumben {
  color: #262626 !important;
  text-transform: uppercase;
  font-size: 30px;
  text-align: left;
  display: inline-block;
  max-width: none;
  line-height: normal;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  width: 50%;
}

.listMenuLeft a.btnSumben.active {
  opacity: 1 !important;
  padding-left: 5px;
  position: relative;
}

.listMenuLeft a.btnSumben:hover {
  opacity: 0.8;
  padding-left: 5px;
  position: relative;
}


.listMenuLeft a.btnSumben.activeHover{
  opacity: 1;
  padding-left: 10px;
    
    
}

.listMenuLeft a.btnSumben::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: rgba(0, 0, 0, 1);
  width: 0;
  height: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  display: none;
}

.listMenuLeft a.btnSumben.active::before {
  width: 15px;
}

.no-bottom-spacing {
  padding-bottom: 0 !important;
}

.line {
  fill: none;
  stroke: #272660;
}

.mobile-menu.active {
  left: 0;
  right: 0;
  transition: all cubic-bezier(0.71, 0.09, 0.35, 0.82) 1.2s !important;
  transition-delay: 0s;
  top: 0;
}

.mobile-menu {
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  min-height: inherit;
  overflow: auto;
  background: #fff;
  left: 0;
  right: 0;
  top: -110vh;
}

.mobile-menu .inner .site-menu ul li a {
  display: inline-block;
  color: #262626 !important;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  opacity: 1;
}

.side-widget .inner,
.mobile-menu .inner {
  transform: translateX(0px);
}

.mobile-menu,
.menulIST,
.listMenuLeft.menumarcas {
  padding: 30px 60px 10vh 60px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.menulIST li {
  position: relative;
  height: auto;
}

.submenuModelos {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.menuMarcasLeft {
  padding: 30px 15px 0vh 15px;
}

.menuMarcasLeft .content-hover-img .btnSumben {
  max-width: 100% !important;
  display: inline-block;
  width: auto;
}

.brandboxhome {
  width: 100%;
  position: relative;
}

.menumarcashome {
  width: 100%;
  position: relative;
}

.menumarcashome a {
  display: inline-block;
  height: 15vw;
  position: relative;
  margin: 0 auto;
  min-height: 240px;
  overflow: hidden;
  background: #000;
}

.menumarcashome a.box6 {
  width: 16.35vw;
}

.menumarcashome a.box5 {
  width: 19.69vw;
  top: -6px;
}


.menumarcashome > a.box6:nth-of-type(3) .backHomeBTN img {
    width: 80% !important;
    max-width: 100px;
}








/*

a.box6:nth-child(1) .backHomeBTN img {
    padding-top: 37%;
}



a.box6:nth-child(2) .backHomeBTN img {
    padding-top: 35%;
}



a.box6:nth-child(3) .backHomeBTN img {
    padding-top: 40%;
}



a.box6:nth-child(4) .backHomeBTN img {
    padding-top: 33%;
    max-width: 160px;
}



a.box6:nth-child(5) .backHomeBTN img {
    padding-top: 42%;
}



a.box6:nth-child(6) .backHomeBTN img {
    padding-top: 37%;
}


a.box5:nth-child(7) .backHomeBTN img {
    padding-top: 30% !important;
}



a.box5:nth-child(8) .backHomeBTN img {
    padding-top: 30% !important;
}



a.box5:nth-child(9) .backHomeBTN img {
    padding-top: 37% !important;
}



a.box5:nth-child(10) .backHomeBTN img {
    padding-top: 36% !important;
}



a.box5:nth-child(11) .backHomeBTN img {
    padding-top: 35% !important;
}



*/

.backHomeBTN {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 120px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  vertical-align: middle;
}

.backHomeBTN img {
  position: absolute;
  width: 60% !important;
  height: auto !important;
  max-width: 140px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}

.anbabrn {
  position: absolute;
  left: -5%;
  right: -5%;
  top: -50%;
  bottom: -50%;
  background-size: 150% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0.2 !important;
  transform: scale(1);
  transition: all ease 0.8s !important;
}

.menumarcashome a:hover .anbabrn {
  transform: scale(1.1) !important;
  opacity: 0.5 !important;
}

/* Estilos generales */

.carrusel-brand {
  margin: 0;
  padding: 0 50px;
  text-align: center;
  width: 100%;
  max-width: 50vw;
  position: relative;
  margin-bottom: 15px;
}

.carrusel-brand-titulo {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-size: 28px;
  font-weight: 600;
}

/* Contenedor Swiper (se mantienen las clases originales de Swiper) */

.carrusel-brand .swiper-container {
  width: 100%;
  height: 100%;
  padding: 0;
}

/* Estilos para los items personalizados */

.carrusel-brand item {
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
  height: 100%;
}

.carrusel-brand item:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.carrusel-brand item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.carrusel-brand item h3 {
  margin: 15px 0 10px;
  color: #222;
  padding: 0 15px;
  font-size: 18px;
}

.carrusel-brand item p {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0 15px;
  line-height: 1.4;
}

/* Navega - se mantienen las clases de Swiper pero con mayor especificidad */

.carrusel-brand .swiper-button-next,
.carrusel-brand .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #333;
  transition: all 0.3s ease;
  padding: 0 !important;
  font-size: 12px !important;
}

.carrusel-brand .swiper-button-next:hover,
.carrusel-brand .swiper-button-prev:hover {
  background-color: rgb(0 122 255 / 0%);
  color: white;
}

.carrusel-brand .swiper-button-next:after,
.carrusel-brand .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.carrusel-brand .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}

.carrusel-brand .swiper-pagination-bullet-active {
  background: #007aff;
  transform: scale(1.2);
}

.gal-ficha-preowned {
  max-height: none !important;
  margin-top: 45px;
  height: auto !important;
}

.gall-preowned .slick-slide {
  min-width: 200px; /* o el valor mÃ­nimo que tenga sentido para ti */
}

.gal-ficha {
  max-height: 400px;
  height: 90vh;
  margin-bottom: 15px;
  overflow: visible;
}

.gal-ficha * {
  transition: all 0.7s ease;
}

.gal-ficha .swiper-wrapper .swiper-slide {
  max-width: 50vw;
}

.gal-ficha .navwrapsldecar {
  top: 30%;
  right: 15px;
}

.gal-ficha .navwrapsldecar .swiper-button-next.swiper-button-disabled,
.gal-ficha .navwrapsldecar .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}

.gal-ficha .navwrapsldecar .swiper-button-prev,
.gal-ficha .navwrapsldecar .swiper-container-rtl .swiper-button-next {
  background-color: rgb(255 255 255 / 70%);
}


.gall-preowned-b .owl-nav {
    position: absolute;
    top: -95px;
    right: 15vw;
    width: 100%;
    max-width: 200px;
}




.imgBackSwipeSlidePreow img {
  margin: auto;
  padding: 3px;
}

.btn-gal-foot {
  position: relative;
}

.btn-gal-foot ul {
  list-style: none;
  position: relative;
  padding-left: 0;
}

.btn-gal-foot ul li {
  display: inline-block;
  padding-right: 15px;
}

.gal-ficha .swiper-wrapper .swiper-slide .imgBackSwipeSlide {
  min-height: 100%;
  background-size: cover !important;
}

.content-section-full {
  position: relative;
  min-height: 100vh;
}

.content-section-full-desc {
  position: relative;
  min-height: 160vh;
  overflow: hidden;
}

.fondo-a,
.fondo-b {
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
  width: 100vw;
  z-index: -1;
  background: rgba(255, 0, 4, 1);
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.fondo-a {
  min-height: 150vh;
}

.fondo-b {
  min-height: 100vh;
}

.content-section-full-desc .content-section {
  position: relative;
}

.textScrollDesc {
  position: absolute;
  top: 110px;
  right: 10%;
  height: auto !important;
  opacity: 0;
  z-index: 1;
  width: 50%;
  display: block;
  mix-blend-mode: darken;
}

.textScrollDescCont {
  display: -webkit-box;
  -webkit-line-clamp: 8; /* mÃ¡ximo 5 lÃ­neas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

/* Degradado solo si hay overflow */
.textScrollDescCont.has-overflow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
}

.read-more-btn-i {
  margin: 1rem 0rem 2rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  display: block;
  width: 155px;
}

.textScrollDesc .scroll-container-title {
  padding: 15px 0;
}

.textScrollDescCont * {
  font-size: 14px !important;
}

.textScrollDescCont p:empty {
  display: none;
}

.textScrollDescCont p * {
  font-weight: 400 !important;
}

.textScrollDescCont ul {
  list-style: unset !important;
}

.textScrollShare img {
  max-width: 200px;
  margin-bottom: 25px !important;
}

.textScrollDesc.textScrollShare h6 {
  max-width: 33vw;
}

.specTabsStyle {
  margin-top: 25px;
  overflow: auto;
}

.textScrollShare {
  position: absolute;
  top: 100px;
  left: 0;
  height: auto;
  opacity: 0;
  z-index: 1;
  width: 50%;
  display: block;
}

.imgBackDesc {
  position: absolute;
  left: 0;
  right: 0;
  top: -5vh;
  bottom: -5vh;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.specsListDesc {
  list-style: none;
  padding: 0;
  margin: 0;
}

.specsListDesc li {
  display: inline-block;
  width: 23.8%;
  padding: 5px 10px;
  font-size: 14px;
}

.specsListDesc li {
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all ease 0.3s;
  opacity: 0;
  cursor: default;
}
.specsListDesc li.is-inview {
  opacity: 0.6;
}
.specsListDesc li:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all ease 0.3s;
  opacity: 1;
}

.content-section-card {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section-height-auto {
  min-height: auto !important;
}

.bigspecview {
  position: relative;
  height: 50vh;
  margin-bottom: 20px;
  min-height: 60vh;
}

.bgImgSpec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  background: rgba(255, 255, 255, 0);
  z-index: 0;
}

.bgImgSpec.active {
  opacity: 1;
  z-index: 1;
}

.thumbnailImgSpec {
  height: 80px;
  background: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  cursor: pointer;
  opacity: 0.3;
}

.thumbnailImgSpec.active {
  filter: grayscale(0%);
  border: 0;
  opacity: 1;
}

.thumbnailspecview {
  position: relative;
  width: 100%;
  padding-top: 10px;
}

.navb-specview-wrap .swiper-button-prev,
.navb-specview-wrap .swiper-button-next {
  color: #000;
}

.center-button {
  margin: auto;
  display: block;
  float: none;
}

.zoom-target {
  transform-origin: center center;
  will-change: transform;
  width: 100vw;
  top: 0;
}

.zoom-section {
  position: relative;
  width: 100%;
  height: 100vh;
  /* secciones de pantalla completa */
  overflow: hidden;
}

.zoom-section-half {
  min-height: auto !important;
  max-height: 50vh;
}

.zoom-target-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 2;
  position: relative;
}

.zoom-target-video iframe {
  width: 150%;
  height: 150%;
  object-fit: cover;
  display: block;
  z-index: 3;
  position: absolute;
  left: -25%;
  top: -25%;
}

/* Aplica efecto de opacidad */

.zoom-video {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.zoom-target-video {
  position: absolute;
  z-index: 0;
  min-height: 100vh;
}

.zoom-target-video::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: -50vw;
  right: -50vw;
  margin: auto;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgb(255 255 255) 9%,
    rgb(255 255 255 / 59%) 46%,
    rgba(0, 0, 0, 0) 100%
  );
}

.image-video-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.section-title-ficha {
  padding-top: 10vh;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
}

.fullframe {
  min-width: 100%;
  margin: auto;
  height: 60vh;
  max-height: 630px;
  position: relative;
  left: 0;
  display: block;
  right: 0;
  pointer-events: auto;
  overflow: hidden;
  margin-bottom: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.boatspecsviews-wrap {
  margin-top: 75px;
}

.subtitlemodel.subtitlemodel-single,
.subtitlemodel.subtitlemodel-single.activeSM {
  font-size: 16px !important;
  opacity: 0.5 !important;
  font-weight: inherit !important;
  color: inherit;
}

.subtitlemodel.subtitlemodel-single:hover,
.subtitlemodel.subtitlemodel-single.activeSM:hover {
  opacity: 0.8 !important;
}

.content-sticky-wrap {
  overflow: hidden;
  position: relative;
}
.sticky-section {
  width: 100%;
  position: relative;
}

.sticky-col {
  width: 15vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 260px;
  z-index: 10;
}

.scroll-col {
  width: 81vw;
  position: relative;
  left: 16.5vw;
  padding: 25px;
  padding-top: 120px;
  min-height: 100vh;
}

.fixedLogs {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100vh !important;
}

.fixedLogs::before {
  content: "";
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+3,000000+65,000000+100&0.87+0,0.58+63,0.81+100 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.97) 0%,
    rgba(0, 0, 0, 0.86) 3%,
    rgba(0, 0, 0, 0.58) 63%,
    rgba(0, 0, 0, 0.59) 65%,
    rgba(0, 0, 0, 0.81) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fixedLogs.bottom-align {
  top: auto;
  bottom: 0;
}
.contentboxlogs {
  position: absolute;
  left: 0;
  right: 0;
  top: 36vh;
  padding: 25px;
  z-index: 2;
  color: #fff;
}

.listcatthumbs,
.listcatthumbsB {
  text-align: left;
  padding: 0;
  list-style: none;
}

.listcatthumbs li,
.listcatthumbsB li {
  text-align: left;
  display: inline-block;
  width: 23%;
  margin: 0.5%;
  min-width: auto;
  margin-bottom: 15px;
  vertical-align: text-top;
  max-width: 350px;
}

.listcatthumbs .item,
.listcatthumbsB .item {
  text-align: left;
  display: inline-block;
  width: 23%;
  margin: 0;
  min-width: 310px;
  margin-bottom: 15px;
  vertical-align: text-top;
  max-width: 350px;
  padding: 10px;
}

.listcatthumbs .item * .captionInfoB a p,
.listcatthumbsB .item * .captionInfoB a p {
  min-height: 50px !important;
}

.listcatthumbs .item * .listspecsboat,
.listcatthumbsB .item * .listspecsboat {
  width: 100%;
}

.titleitemsec {
  position: relative;
}
.titleitemsec::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #363636;
  top: 50%;
  opacity: 0.1;
}

.titleitemsec span {
  background: #fff;
  position: relative;
  padding: 3px;
}

.titleitemsec span:nth-child(3) {
  padding-right: 15px;
}

.titleitemsec span b {
  font-weight: 300 !important;
}

.captionItemA {
  display: inline-block;
  width: 73%;
  vertical-align: text-top;
}
.captionItemB {
  display: inline-block;
  width: 25%;
  vertical-align: text-top;
}

.captionItemB .boxBtnsSpecs a {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: 0;
  font-size: 20px;
}

.logoside {
  max-width: 110px;
  margin: 25px 0;
}

.boxThmbWrap {
  width: calc(100% - 5px);
  padding: 10px;
  background: rgba(255, 255, 255, 1);
  border-radius: 7px;
  box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  text-align: left;
}

.slick-car {
  max-width: calc(77.8vw - 30px);
  margin: auto;
}

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

.slick-prev {
  left: 45px;
}
.slick-next {
  right: 45px;
}

.slick-prev,
.slick-next {
  z-index: 2;
  background: #ffffffba;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  padding: 16px;
  border: 1px solid #262626;
}

.boxThmbPic {
  position: relative;
  background: #ffffff;
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
  min-height: 170px;
  top: -10px;
  overflow: hidden;
}

.boxThmbPic img {
  position: absolute;
  min-width: 100%;
  height: auto !important;
  left: 0;
  right: 0;
  top: -5%;
  transition: all 0.6s ease-in-out;
  transform: scale(1);
}

.boxThmbPic:hover img {
  transform: scale(1.08);
  top: -7%;
}

.boxThmbPic img {
  position: relative;
  min-width: 100%;
  height: auto !important;
  left: 0;
  right: 0;
  top: -5%;
  transform: scale(1);
}




.boxThmbPic:hover .linkoverlay, .boxThmbPic:hover span.linkoverlay {
    opacity: 1;
}



.imgslideScrollB {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all cubic-bezier(0.28, 0.06, 0.48, 0.95) 0.6s !important;
    min-height: 160px;
    max-height: 180px;
}


.imgslideScrollB .linkoverlay,
span.linkoverlay {
  text-align: center;
  padding: 0;
  content: "";
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(255 255 255 / 65%) 100%);
  opacity: 0.9;
  transition: all cubic-bezier(0.71, 0.09, 0.35, 0.82) 0.2s !important;
}









.imgslideScrollB .linkoverlay:hover {
  opacity: 1;
}

.imgslideScrollB:hover {
  background-size: 105% !important;
}

.captionInfoB {
  line-height: normal;
  padding: 5px;
}

.captionInfoB p {
  font-size: 16px;
}

.captionInfoB a p {
  min-height: 85px;
}

.listspecsboat {
  display: inline-flex;
  width: 76%;
  min-width: 150px;
}

.listspecsboat span {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 33%;
  letter-spacing: -0.5px;
}


.listspecsboat-new {
    display: block;
}

.listspecsboat-new span {
    margin-bottom: 5px;
    display: block
}

.listspecsboat-new span a, .listspecsboat-new span button {
    width: 45px;
    min-width: unset;
    min-height: unset;
    height: 45px;
    max-width: unset;
    max-height: unset;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 25px;
    border-radius: 45px !important;
}

.boxBtnsSpecs {
  display: inline-flex;
  width: 20%;
  text-align: right;
}

.boxBtnsSpecs a {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: 8px;
  font-size: 20px;
}

.contentboxlogs h3 {
  font-weight: 350;
  font-size: 30px;
}

.contentboxlogs * {
  color: #fff;
}

.contentboxlogs .iconbtn a {
  color: #fff;
  font-size: 14px;
}

.fa-file-pdf {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  top: 1px;
}

.fa-file-pdf::before {
  content: "";
  background: url("../images/icpdf.svg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover !important;
}

.iconArrowL {
  position: relative;
  width: 15px;
  height: 11px;
  margin-right: 5px;
  display: inline-block;
  background: rgba(188, 188, 188, 1);
  background: url(../images/arl-01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.iconArrowR {
  position: relative;
  width: 15px;
  height: 11px;
  margin-left: 5px;
  display: inline-block;
  background: rgba(188, 188, 188, 1);
  background: url(../images/arR-01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.arrowDown {
  rotate: 90deg;
  left: 23px !important;
  bottom: 15px !important;
}

.slideScroll * .bottomspecs {
  display: none;
}

.slideScroll .boxThmbWrap {
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  position: relative;
}

.slideScroll * .imgslideScrollB {
  min-height: 265px;
}





.slideScroll * .captionInfoB {
  padding: 0;
}
.slideScroll * .captionInfoB a p {
  padding: 0;
  min-height: auto;
}

.slideScroll * .imgslideScrollB.INI {
    min-height: 265px;
    max-height: 120px;
}


.boatmorehead {
  position: absolute;
  font-size: 12px !important;
  right: 20px;
  top: -11px;
  color: #262626 !important;
  opacity: 0.5;
  z-index: 10;
  font-weight: 300 !important;
}

.form-contact input[type="submit"] {
  height: 70px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  background: transparent;
  border: none;
  padding: 0 50px;
}

.BTNcatSem {
  position: fixed;
  right: -36px;
  bottom: 45vh;
  transform: rotate(-90deg);
  scale: 1.25;
}
.BTNcatSem a {
  padding: 5px 15px;
  border-radius: 7px;
  background: #000000;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
}

a.BTNchatwith i {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  border: solid 1px;
  text-align: center;
  padding-top: 7px;
  margin-right: 5px;
  -webkit-transition: all 0.1s ease;
}

a.BTNchatwith {
  font-size: 14px;
  font-weight: 450;
  position: relative;
  top: 2px;
  left: 2px;
  cursor: pointer;
}

a.BTNcontactInfo i {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  border: solid 1px;
  text-align: center;
  padding-top: 9px;
  margin-right: 5px;
  -webkit-transition: all 0.1s ease;
}

a.BTNcontactInfo {
  font-size: 14px;
  font-weight: 450;
  position: relative;
  top: 2px;
  left: 2px;
  cursor: pointer;
}

.section-title {
  margin-bottom: 0;
}

.section-title b {
  font-weight: 360 !important;
}

.section-subtitle {
  line-height: normal;
  margin-bottom: 45px;
}

.bg-gray-r {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  bottom: -100%;
  background: #fcfcfc !important;
  z-index: -1;
}

/* Ocultamos el checkbox original */
.check-hidden {
  display: none !important;
}

.listspecsboat-100 {
  width: 100%;
  text-align: center;
}

/* Estilo base del botÃƒÆ’Ã‚Â³n */
.check-btn {
    display: inline-block;
    padding: 10px;
    border: 1px solid #696969;
    border-radius: 6px;
    background-color: #fff;
    color: #696969;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    width: 98%;
    text-align: center;
    margin: auto;
    font-size: 12px;
}

.check-btn.bsa1 {
    font-size: 16px;
}

.ttlBoatPreOw{
    min-height: 40px;
}


/* Estado activo (checked) */
.check-hidden:checked + .check-btn {
  background-color: #e1e1e1;
  color: #262626;
  border-color: #272660;
}

/* Cambiar el texto del botÃƒÆ’Ã‚Â³n segÃƒÆ’Ã‚Âºn estado */
.check-hidden + .check-btn::after {
  content: " \f0c8 ";
  font-family: "Font Awesome 5 Pro";
}

.check-hidden:checked + .check-btn::after {
  content: " \f14a ";
  font-family: "Font Awesome 5 Pro";
}

.controlSem {
  position: relative;
  margin: auto;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 45px;
}
.controlSem * {
  font-size: 14px;
}
.controlSem .sortBox {
  position: relative;
  display: inline-block;
}
.controlSem .opt-sem-box {
  position: relative;
  display: inline-block;
}
.controlSem .opt-sem-box label {
  margin: 0 15px;
  border: solid 1px #cdcdcd;
  border-radius: 7px;
  padding: 5px 15px;
  width: 178px;
  height: 40px;
  line-height: normal;
  vertical-align: middle;
}
.controlSem .opt-sem-box button[type="submit"] {
  height: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: inherit;
}
.controlSem .sortBox select {
  width: 100%;
  min-width: 200px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #cecece;
  border-radius: 7px;
}

.controlSem .sortBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) 18px, calc(100% - 15px) 18px,
    calc(100% - 3em) 10px;
  background-size: 5px 5px, 5px 5px, 1px 20px;
  background-repeat: no-repeat;
  position: relative;
}
.controlSem .opt-sem-box .seleccionadosBox em {
  position: relative;
  top: 5px;
}

.fs-20 {
  font-size: 20px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-40 {
  font-size: 40px !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-360 {
  font-weight: 360 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}

.bgImgSpecB img {
  margin: auto;
  max-width: 600px;
  width: 100%;
  height: auto;
}

.thumbnailspecviewSlick {
  max-width: 900px;
  margin: auto;
}

section#specs .content-section .container .row .col-lg-12 .specTabsStyle table {
  width: 100%;
  padding: 0 25px;
  margin: auto;
  max-width: 1000px;
  vertical-align: text-top;
}

section#specs
  .content-section
  .container
  .row
  .col-lg-12
  .specTabsStyle
  table
  tr
  td {
  text-transform: none;
  padding: 5px 10px;
  font-size: 14px !important;
  text-align: left !important;
  vertical-align: text-top !important;
}

/**para estilo de cebra en tablas specs
section#specs .content-section .container .row .col-lg-12 .specTabsStyle table  tr:nth-child(odd) {
    background: #f7f7f7;
}
**/

/**MAPA----------------------------------------------------------------------------------------------------------------------**/

.mapinfomarker {
  text-align: center;
  position: relative;
  font-size: 12px;
  padding-top: 15px;
}

.icMarker {
  margin: 10px;
  padding: 3px;
  opacity: 0.7;
  transform: scale(1);
  transition: all 0.3s ease-out;
}

.icMarker:hover {
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}

.logoMarker {
  margin-bottom: 10px;
}

.mapinfomarker strong {
  display: block;
  line-height: normal;
  padding: 0;
  margin: 0 !important;
  font-size: 14px;
}

.gm-style-iw.gm-style-iw-c {
  padding: 5px 5px 5px 5px !important;
  margin-left: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: visible !important;
  padding: 5px;
}

.gm-style-iw-chr {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.container-map-suc {
  padding: 0;
}

.wrapMapInfo {
  position: relative;
  width: 100%;
  vertical-align: top;
}

.boxFiltros {
  position: relative;
  width: 16vw;
  display: inline-block;
  vertical-align: top;
  padding: 110px 25px 25px 25px;
}

.boxInfo {
  position: relative;
  background: #eaeaea;
  width: 55vw;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 100vh;
  transition: background 0.3s ease;
  z-index: 1;
}

.boxInfo:hover {
}

.contentSucBox {
  padding: 10px;
  background: #eaeaea;
  border-radius: 18px;
  border: solid 1px rgba(191, 191, 191, 0.4) !important;
}

.boxMapa {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  z-index: 0;
  right: 0;
  width: 45vw;
}

.btn-back-map {
  cursor: pointer;
  padding: 5px 15px;
  margin: 5px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  font-size: 14px;
  display: none;
  position: absolute;
  z-index: 10;
  top: 100px;
  left: 25px;
  border: solid 2px #fff;
  color: #fff;
  font-weight: 600;
}
.btn-back-map:hover {
  background: rgba(0, 0, 0, 1);
}

.picSuc {
  position: relative;
  width: 100%;
  min-height: 160px;
  background: rgba(0, 0, 0, 1);
  border-radius: 7px;
  margin-bottom: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.picSuc .filterTitle {
  position: absolute;
  top: 0;
  left: 0;
}

.imn-a {
  width: 100%;
}

.imn-b {
  width: 100%;
}

.imn-c {
  width: 100%;
}

.imn-b p span,
.imn-c p span {
  position: relative;
  padding-left: 0;
}
.imn-b p span i,
.imn-c p span i {
  position: absolute;
  left: 0;
}

.filterTitle {
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: 500;
  background: rgb(38 38 38 / 85%);
  color: rgb(255, 255, 255);
  padding: 3px 7px !important;
  border-radius: 25px;
  max-width: none;
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-bottom: 10px !important;
}

.active-check {
}

.active-check .filterTitle {
  background: rgba(39, 38, 96, 1);
  color: rgb(255, 255, 255);
}

#map-performance {
  width: 100%;
  height: 100vh;
}

#filtros {
  padding: 10px;
  margin-bottom: 10px;
}

#filtros label {
  margin-right: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#botones {
  display: block;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  top: 70px;
  overflow: auto;
  min-height: calc(100vh - 135px);
  overflow-y: auto;
  direction: rtl;
  padding-top: 20px;
  vertical-align: top;
  padding-bottom: 25px;
}

#botones * {
  direction: ltr;
}

#botones p {
  font-size: 12px;
  line-height: normal;
}

.ubicacion-btn {
  padding: 8px 12px;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
  opacity: 1;
  transform: translateY(0);
  height: auto;
  overflow: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease,
    padding 0.4s ease, margin 0.4s ease;
  pointer-events: auto;
}

.ubicacion-btn:hover {
  color: #004085;
}

.ubicacion-btn.active {
  color: white;
  font-weight: inherit;
}

.ubicacion-btn .contentSucBox {
  border-bottom: solid 2px rgba(191, 191, 191, 0);
  transition: all 0.2s ease;
}

.ubicacion-btn.active .contentSucBox,
.ubicacion-btn:hover .contentSucBox {
  box-shadow: 0 0 16px -10px #000000;
  border-bottom: solid 2px rgba(191, 191, 191, 1);
  background: #fff;
}

/* Entrada suave */
.fade-in {
  opacity: 1 !important;
  height: auto;
  transform: translateY(0) !important;
  max-height: 100% !important;
  padding: 8px 12px !important;
  margin: 0 !important;
  pointer-events: auto;
}

/* Salida colapsando */
.fade-out {
  opacity: 0 !important;
  transform: translateY(20px) !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none;
  border: 0 !important;
}

.imnInf * .fa-whatsapp {
  background-color: #25d366;
  border-radius: 20px;
  color: #fff;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  top: -2px;
  left: -1px;
}
.imnInf {
  position: relative;
  padding: 5px;
  display: inline-block;
  vertical-align: text-top;
}

.imnInf span {
  display: block;
  margin-bottom: 0px;
}

.imnInf span a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.content-section-mobil {
  padding: 50px 0;
}

.fondo-a-mobil,
.fondo-b-mobil {
  position: relative;
  display: block;
  min-height: 240px;
  width: calc(100% - 50px);
  margin: auto;
  overflow: hidden;
  margin-bottom: 25px;
}

.textScrollDesc-mobil {
  padding: 25px;
  position: relative;
}

.textScrollDesc-mobil .logoBrand {
  max-width: 180px;
  margin-bottom: 15px !important;
}

.footer * .icMarker {
  margin: 10px 10px 10px 0;
}

.home-mobile * .imgslideScrollB {
  min-height: 250px !important;
}
.home-mobile * .imgslideScrollB img {position: relative !important;}


.downbtn.showOnResp {
    left: 0;
}


.slider-nav-boat .slick-prev, .slider-nav-boat .slick-next {
    top: 125px;
}

.wrapper-thum {
    min-height: 110px;
    max-height: 110px;
}

  #navbar  .container {
        max-width: 1330px !important;
    }

.submenu.allwaysactive {
    opacity: 1;
    max-height: 1000px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.listMenuLeft a.btnSumben.allwaysactive {
    opacity: 1 !important;
    padding-left: 5px;
    position: relative;
}



a.a-Ficha.hover-item span {
    display: inline-block;
}
    
    
h2.scroll-container-title {
    font-size: 3.8rem;
    line-height: 3.8rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #262626;
}








/*RESPONSIVE - SECTION*****************************************************************************************************************************************************************************************************************/




/* responsive width 1550 -------------------------------------------------------------------------------------- */

@media (max-width: 1550px) {
  .senFic * .scroll-col-selected {
    left: 17.75vw;
  }

  .scroll-col {
    left: 21vw;
    width: 79vw;
  }

  .listcatthumbs,
  .listcatthumbsB {
    text-align: left;
  }

  .listcatthumbs li,
  .listcatthumbsB li {
    width: 30%;
  }

  .imgslideScrollB {
    min-height: 165px;
    background-size: 105% !important;
  }
  .imgslideScrollB:hover {
    background-size: 120% !important;
  }

  .controlSem .opt-sem-box label {
    margin: 0 5px;
    width: 160px;
  }
}

/* responsive width 1300 -------------------------------------------------------------------------------------- */

@media (max-width: 1300px) {
    
.navbar .site-menu ul li a {
    font-size: 11px;}    
}

/* responsive width 1200 -------------------------------------------------------------------------------------- */

@media (max-width: 1200px) {
  .senFic * .scroll-col-selected {
    left: 21.75vw;
    width: 53vw;
  }

  .senFic * .sticky-colB {
    right: 0;
    left: auto;
    width: 100%;
  }

  .senFic * .sticky-colB {
    right: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    max-width: 410px;
    display: block;
    margin: auto;
  }

  .senFic * .fixedLogs {
    border: none !important;
  }

  .scroll-col {
    left: 23vw;
    width: 75vw;
  }

  .logos-over {
    height: 43px;
    width: 150px;
  }
  .rightstroke {
    border-right: 2px solid #fff;
    width: 114px !important;
  }

  span.linkoverlay {
    padding-left: 0;
    padding-right: 0;
  }

  .moreinfo-box .form {
    padding: 0 10%;
  }

  .textScrollDesc.textScrollShare h6 {
    max-width: none;
  }

  .navbar .container {
    width: 100% !important;
    max-width: initial;
    padding: 0 15px;
  }

  .listcatthumbs li,
  .listcatthumbsB li {
    width: 45%;
  }

  .controlSem .opt-sem-box label {
    width: auto;
  }

  .videowrapslide iframe,
  .zoom-target-video iframe {
    height: calc(100vh + 18vw);
    left: -100vh;
    right: -100vh;
    min-width: 300vh;
  }


    
    
    
.navbar .site-menu ul li a {
    font-size: 10px;
    }    
    

  
}

@media (max-width: 1080px) {
    
    
.mobile-menu .inner .site-menu ul li a:before {
    display: none !important;
}    
    
    
    
  .navbar .hamburger-menu {
    display: block;
  }
  .navbar .site-menu {
    display: none;
  }
  .sponsor-logo {
    width: 135px;
    height: 135px;
  }
  .navbar.pinned {
    position: fixed;
  }

  .logoside {
    max-width: 150px;
    margin: 25px auto;
  }

  .slick-car {
    width: 100%;
    max-width: unset;
  }

  .contentboxlogs .iconbtn {
    display: inline-block;
  }

  .contentboxlogs .iconbtn a {
    font-size: 12px;
    margin: 0 15px;
  }

  .sticky-col {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: inherit;
    z-index: 1;
    padding-top: 85px;
  }

  .pin-spacer {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    padding-top: 135px;
  }

  .contentboxlogs {
    position: relative;
    top: 0;
    text-align: center;
    margin: auto;
  }

  .fixedLogs {
    position: relative;
    height: auto !important;
    transform: none !important;
  }

  .navbar {
    padding: 15px 0;
  }

  .scroll-col {
    left: 0;
    width: 100%;
    padding-top: 60px;
  }

  .scroll-col.scrollinievents {
    padding-top: 120px;
  }
}
























/* responsive width 991 -------------------------------------------------------------------------------------- */



@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
    
.backgroundCollorSide {
    opacity: 0;
}    
    
    
.sticky-section {
    padding-bottom: 25px;
}    
    
.boxTxtBoatContain {
    padding: 5px;
}    

    .textScrollDescCont {    display: block;}    
    .textScrollDescCont.has-overflow::after{ display: none}   
    .read-more-btn-i{ display: none}
 
.slider-nav-boat .slick-prev, .slider-nav-boat .slick-next {
    top: 95px;
    scale: 0.7;
}
    .menuIn { overflow: auto;}  
    
    section#specs .content-section .container .row .col-lg-12 .specTabsStyle 
    {
        display: block;
        max-width: 94vw;
        height: auto;
        overflow: hidden

    }   
    section#specs .content-section .container .row .col-lg-12 .specTabsStyle table
    {
        display: block;
        max-width: 94vw;
        width: 100% !important;
        padding: 0;
    }   
    section#specs .content-section .container .row .col-lg-12 .specTabsStyle table tr
    {
        display: block;
        max-width: 94vw;
        width: 100% !important;
    }   
    section#specs .content-section .container .row .col-lg-12 .specTabsStyle table tr td 
    {
        display: block;
        max-width: 94vw;
        padding: 2px 0;
        width: 100% !important;
    }     
          
section#specs .content-section .container .row .col-lg-12 .specTabsStyle table tr td p {
    line-height: normal !important;
    font-size: 14px !important;
    padding: 2px 0;
    display: block;
    margin: unset;
}    
   
    
.wrapper-thum{
    min-height: 60px;
}    
      
      
 .slick-prev:focus, .slick-next:focus
      { background: inherit; color: inherit}
      
div[data-scroll] {
    opacity: 1;
    transition: opacity ease 0.7s;
}      
      
.zoom-video {
    opacity: 1;}      
      
      
   
    .titleitemsec {
        max-width: 77%;
    }
      
  .containerScrollSlideMovil * .menumarcashome * {
    transform: none !important;
    will-change: auto;
    left: 0 !important;
    filter: unset !important;
  }

  .btn-gal-foot {
    position: relative;
    padding: 0 30px;
  }
    
    .btn-gal-foot ul li.showOnResp { display: inline-block !important}    

  .senFic * .scroll-col-selected {
    left: 0;
    width: 100%;
    padding-top: 25px;
    min-height: auto;
    padding-bottom: 25px;
    margin-bottom: 0;
  }

  .controlSem {
    display: block;
  }

  .boxFiltros,
  .boxInfo,
  .boxMapa {
    width: 100%;
    height: auto;
    max-height: unset;
    min-height: unset;
    position: relative;
    display: block;
  }

  #botones {
    height: auto;
    min-height: unset;
    position: relative;
    bottom: 0;
    width: 100%;
    display: block;
    top: 0;
  }

  .carrusel-brand {
    padding: 0;
  }
  .listMenuLeft.menumarcas a {
    min-height: inherit;
  }
  .boxtextslide {
    height: calc(100% - 35px);
  }
  .backtn {
    background-size: 50% !important;
  }
  .navbar .navbar-button {
    display: block;
  }
  .scroll-container-title {
    font-size: 45px;
    line-height: normal;
    font-weight: 300;
  }
  .scroll-container-title {
    font-size: 30px;
    font-weight: 400;
  }
    
    h2.scroll-container-title {
        font-size: 30px;
        font-weight: 400;
    }    
    
  .boxNoticia {
    width: 50% !important;
    height: 50vh;
    background: aliceblue;
    max-height: 200px;
  }

  .ubicacion-btn {
    padding: 5px 10px;
    box-sizing: border-box;
  }

  .footer .social-media {
    margin-bottom: 0;
    margin-top: 35px;
  }
  .sponsor-logo {
    width: 115px;
    height: 115px;
    margin: 10px auto;
  }
  .TitleSlider {
    font-size: 40px;
    line-height: normal;
    font-weight: 300;
  }
  .listMenuLeft.menumarcas a {
    font-size: 30px;
    width: 49%;
    font-weight: 400;
    text-align: left;
  }
  .listMenuLeft a.btnSumben {
    max-width: none;
    width: 100%;
    display: block;
  }
  .listMenuLeft.menumarcas {
    margin-top: 50px;
    overflow: auto;
  }
  .submenu {
    position: relative;
    overflow-x: hidden;
    width: 100%;
  }

  .boxInfo {
    padding-top: 75px;
  }
}

/* responsive width 767 -------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
    
    
    #topbtnsite{ bottom: 10px }
    #backbtnsite{ bottom: 10px }
    
    .slider-nav-boat .slick-prev, .slider-nav-boat .slick-next {
        top: 65px;
    }    
    
  .listcatthumbs .item,
  .listcatthumbsB .item {
    min-width: unset;
    max-width: 500px;
    padding: 10px 0;
  }
    
    .listcatthumbsB  .slick-prev,  .listcatthumbsB  .slick-next{top: -45px;scale: 0.7;}  
    .listcatthumbsB  .slick-prev {left: unset;right: 60px;}  
    .listcatthumbsB  .slick-next {right: 20px;}  
    
    .listcatthumbs  .slick-prev,  .listcatthumbs .slick-next{top: -24px;scale: 0.7;}  
    .listcatthumbs  .slick-prev {left: unset;right: 60px;}  
    .listcatthumbs  .slick-next {right: 20px;}  
    
    .listcatthumbsNI  {padding-top: 40px;}  
    .listcatthumbsNI  .slick-prev,  .listcatthumbsNI  .slick-next{top: 50px;}  
        
  .boxThmbWrap {
    margin: auto;
    width: 95% !important;
    padding: 0;
  }

  .custom-button {
    scale: 0.7;
    left: -45px;
  }

  .wrapBtnContent.mb-5 {
    margin-bottom: 0 !important;
  }

  .notbox {
    padding: 25px 20px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 15px;
  }

  .footer .footer-widget .widget-title {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .btn-gal-foot ul {
    font-size: 14px;
  }
  .btn-gal-foot ul li {
    padding-right: 10px;
  }

  .section-title.scroll-container-title {
    margin: 20px 0;
  }

  .fondo-a {
    display: none !important;
  }

  .swiper-wrapper-.swiper-men-yacht {
    padding: 0 10px;
  }

  .rightSideSub {
    padding: 0;
  }

  .widgetBrandsMenu .scroll-left {
    margin-left: 40px;
  }

  .submen-sub {
    padding-left: 0;
    padding: 0;
  }

  #submenu-brands .inner {
    width: 100%;
  }

  .carrusel-brand {
    width: 100%;
    max-width: none;
  }

  .a-Ficha.hover-item {
    height: auto !important;
    display: block;
    padding: 0;
  }

    

    
  .activeRS {
    max-height: 1000vh;
    padding-top: 0;
    overflow: visible;
    padding-bottom: 15px;
  }

  .scroll-col {
    padding: 20px;
  }

  .captionInfoB a p {
    min-height: unset;
  }
  .captionInfoB p {
    font-size: 14px;
  }

  .controlSem {
    display: block;
    padding: 0;
  }

  .controlSem .sortBox,
  .controlSem .opt-sem-box {
    width: 100%;
  }
  .sticky-col {
    padding-top: 65px;
  }

  .controlSem * {
    font-size: 10px !important;
    letter-spacing: 0px;
    font-style: normal;
  }

  .controlSem .opt-sem-box label {
    display: inline-block;
    float: left;
    margin-top: 7px !important;
    margin: 0.67%;
    padding: 5px;
    line-height: inherit;
  }

  .controlSem .opt-sem-box label.seleccionadosBox {
    width: 25%;
    max-width: 68px;
  }
  .controlSem .opt-sem-box label:nth-child(1) {
    width: 46%;
    max-width: 109px;
  }
  .controlSem .opt-sem-box label:nth-child(3) {
    width: 34%;
    max-width: 95px;
  }

  .contentboxlogs .iconbtn a {
    color: #fff;
    font-size: 12px;
  }

  .listcatthumbs li,
  .listcatthumbsB li {
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 25px;
    max-width: unset;
  }

  .contentboxlogs {
    position: relative;
    top: 0;
    text-align: center;
  }

  .contentboxlogs .iconbtn {
    display: inline-block;
    margin: 0 8px;
  }

  .contentboxlogs .iconbtn.iconlat.mb-3 {
  }

  .contentboxlogs .iconbtn.iconlat {
  }

  .titleitemsec {
    position: relative;
    font-size: 16px;
  }

  .content-section {
    padding: 90px 0 !important;
  }

  .section-height-auto {
    padding: 0 0 !important;
  }

  .listcatthumbs .item,
  .listcatthumbsB .item {
    max-width: 500px;
    margin: auto;
  }

  section#noticias {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .footer .social-media li a i,
  .iconbtn a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .boxNoticia img {
    left: 0;
    right: 0 !important;
    width: 300%;
    margin: auto;
    top: 0 !important;
    bottom: 0;
  }

  .footer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .footer .footer-bar .logo img {
    height: 48px;
  }

  .home-mobile * .imgslideScrollB {
    min-height: 160px !important;
    height: auto;
    max-height: unset;
  }
    
.imgslideScrollB .linkoverlay, span.linkoverlay {
        position: relative;
        padding: 0;
        margin: 0;
    }    
    
    
    .imgslideScrollB .linkoverlay:hover {
    opacity: 1;
}
    
    
.boxThmbPic img {
    position: relative;
}    
    
    

  .videowrapslide iframe,
  .zoom-target-video iframe {
    height: calc(150vh);
    left: -140vh;
    right: -140vh;
    min-width: 200vh;
    top: -25vh;
    margin: auto;
  }

  .notbox p {
    font-size: 12px;
  }

  .menumarcashome {
    text-align: center;
  }

  .menumarcashome a.box5 {
    margin-top: 9px !important;
    margin-bottom: -3px !important;
  }

  .menumarcashome a.box6,
  .menumarcashome a.box5 {
    width: calc(50% - 6px);
    margin: 3px;
    float: left;
    min-height: 100px;
    display: block;
  }

  .backHomeBTN img {
    width: 60% !important;
    top: unset;
    max-width: 110px;
  }

  .moreinfo-box .form form input[type="submit"] {
    width: 100%;
  }

  .carrusel-brand .swiper-button-next,
  .carrusel-brand .swiper-button-prev {
    display: none;
  }
  .carrusel-brand item {
    margin: 0 10px;
  }
  .carrusel-brand-titulo {
    font-size: 24px;
  }
  .listMenuLeft a.btnSumben.active {
    padding-left: 0;
  }
  .mobile-menu .inner .site-menu ul li a,
  .listMenuLeft a.btnSumben,
  .listMenuLeft.menumarcas a {
    font-size: 20px;
    margin-bottom: 10px !important;
    line-height: normal;
  }
    

    
  .dtr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 37vh 25px;
  }
  .containerScrollSlide {
    width: calc(100vw + 0px);
    overflow-x: hidden;
  }
  ul.submenu {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .submenu.active {
    height: auto;
    max-height: 1000vh !important;
    margin-bottom: 20px;
    overflow-y: auto;
    overflow: visible !important;
  }
  .lanBtns div {
    width: 51%;
    margin: auto;
    margin-bottom: 15px;
  }
  .lanBtns {
    width: 80%;
    margin: auto;
  }
  .hideOnResp-767 {
    display: none;
  }
  .sponsor-logo a {
    background-size: 95% !important;
  }
  .colMarcas {
    padding: 0;
    margin: 0;
  }
  .videowrapslide video {
    height: calc(100vh + 39vw);
    left: -100vw;
    right: -100vw;
  }
  .scroll-container-category {
    height: 105vh;
  }
  .navbar .logo a img {
    height: 35px;
  }
  .navbar {
    padding: 10px 0 !important;
  }
  .marcFigureDiv {
    margin: auto !important;
  }
  #marcas {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .wrapBtnContent .iconbtn {
    display: inline-block;
    margin: 0 auto !important;
    margin-bottom: 5px !important;
  }

  .wrapBtnContent .iconbtn a {
    font-size: 11px;
    margin-right: 5px;
  }

  .wrapBtnContent .iconbtn a i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    margin-right: 0;
    line-height: 19px;
  }

  .btn-vieallinv {
    position: relative;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .imgslideScroll {
    max-height: 230px;
  }
  .footer .footer-widget {
    margin-bottom: 10px;
  }
  .footer .bottom-bar .copyright *,
  .creation {
    display: block !important;
    margin-left: 15px;
  }
  .creation {
    margin-top: 25px;
    margin-left: 15px !important;
  }
  .boxtextslide {
    padding: 25px;
  }
  .mm-projects-nav {
    left: -35px;
    right: inherit;
    display: none;
  }
  .popup {
    max-width: 590px;
    left: 20px;
  }
  .listMenuLeft.menumarcas a {
    margin-bottom: 10px !important;
  }
  .backfichas {
    left: -150vw !important;
    display: none !important;
    position: absolute;
  }
  .swiper-men-yacht .swiper-slide a {
    display: block;
    padding: 0;
    padding-right: 0;
    opacity: 1;
    cursor: pointer;
    width: 100%;
    min-width: 100px;
    line-height: normal;
    vertical-align: text-top;
    margin-bottom: 5px;
    height: auto !important;
  }
  .boxStats {
    position: relative;
    height: auto;
    width: calc(100% - 0px);
    margin: auto;
    min-height: 150px;
    background: #ffffff;
    top: 0 !important;
    left: 0 !important;
    display: block;
    opacity: 1;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 7px;
    box-shadow: 0 0 15px -9px;
    margin: 10px 0;
  }
  .imgModcar {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    right: auto;
    width: 40%;
    height: auto;
    background-size: 95% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .imgModcar img {
    width: 100%;
    position: relative;
    border-radius: 3px;
  }

  .specspreview * {
    text-align: left !important;
    font-size: 12px !important;
    width: 100% !important;
    margin-bottom: 0;
  }

  .specspreview .cs_txtPreview {
    position: absolute;
    left: calc(-75% + 20px);
    width: calc(175% - 20px) !important;
    margin-top: 10px;
  }

  .specspreview .text-truncate {
    display: none !important;
  }

  .specspreview {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    padding: 0px;
    background: #fff;
    width: 60%;
    float: left;
    clear: right;
    line-height: normal;
  }

  .specspreview p {
    margin: 0 !important;
  }

  .specspreview p span {
    width: auto !important;
    display: inline-block;
  }

  .a-Ficha .titleMobile {
    display: none !important;
  }
  .specspreview p.section-title-yacht {
    font-weight: 500;
    font-size: 16px !important;
    margin-bottom: 0;
  }
  p.subtitlemodel,
  a.subtitlemodel {
    font-weight: 400;
    font-size: 16px;
  }

  a.boatmorehead {
    position: absolute;
    top: -40px;
    right: 0;
  }

  .textScrollDesc {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 25px;
  }

  .specsListDesc li {
    display: inline-block;
    width: 46%;
  }

  footer * {
    font-size: 11px;
    line-height: 17px;
  }

  .close-btn-c {
    left: 15px;
  }
.footer .bottom-bar {width:100%;display:block;padding-bottom: 65px !important;}
  .footer .bottom-bar *{display: block;width: unset;max-width: 285px;line-height: normal;min-width: unset;padding: 0 !important;margin: 5px auto;text-align: center;padding-left: 0 !important;padding-right: 0 !important;margin-left: auto !important;margin-right: auto !important;}

  .imgslideScroll.imgslidegal {
    height: 85vh;
    max-height: 215px;
    width: 100%;
  }

  .bigspecviewSlick {
    width: 100%;
  }

  .boxMapa {
  }

  .hideOnresp {
    display: none !important;
  }

  .showOnResp,
  .showOnresp {
    display: block !important;
  }

  .section-title.scroll-container-title.mb-0 {
    margin-bottom: 15px !important;
  }

  .content-section-mobil * a.custom-button[href="#specs"] {
    display: none;
  }

  .imgBackSwipeSlidePreow {
    height: auto;
    min-height: 270px;
  }

   .imgBackSwipeSlidePreow img{
    width: 90vw !important;
    height: auto !important;
    }
    
    
  #category-old {
    display: none !important;
  }

  .p-mb-s {
    padding: 25px 0 !important;
  }

  .contMobPad {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }

  a.custom-button[href="#starting"],
  a.custom-button[href="#m-starting"] {
    left: unset;
  }

  .content-section-mobil * .btn {
    margin-bottom: 12px;
    font-size: 11px;
  }
}
/* responsive width 767 y Landscape -------------------------------------------------------------------------------------- */



/* Landscape móviles grandes / phablets (~768–932px) */
@media (min-width: 767px) and (max-width: 932px) and (orientation: landscape) {


    

  .listcatthumbs .item,
  .listcatthumbsB .item {
    min-width: unset;
    max-width: 500px;
    padding: 10px 0;
  }
    
    .listcatthumbsB  .slick-prev,  .listcatthumbsB  .slick-next{top: -45px;scale: 0.7;}  
    .listcatthumbsB  .slick-prev {left: unset;right: 60px;}  
    .listcatthumbsB  .slick-next {right: 20px;}  
    
    .listcatthumbs  .slick-prev,  .listcatthumbs .slick-next{top: -24px;scale: 0.7;}  
    .listcatthumbs  .slick-prev {left: unset;right: 60px;}  
    .listcatthumbs  .slick-next {right: 20px;}  
    
    .listcatthumbsNI  {padding-top: 40px;}  
    .listcatthumbsNI  .slick-prev,  .listcatthumbsNI  .slick-next{top: 50px;}  
        
  .boxThmbWrap {
    margin: auto;
    width: 95% !important;
  }

  .custom-button {
    scale: 0.7;
    left: -45px;
  }

  .wrapBtnContent.mb-5 {
    margin-bottom: 0 !important;
  }

  .notbox {
    padding: 25px 20px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 15px;
  }

  .footer .footer-widget .widget-title {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .btn-gal-foot ul {
    font-size: 14px;
  }
  .btn-gal-foot ul li {
    padding-right: 10px;
  }

  .section-title.scroll-container-title {
    margin: 20px 0;
  }

  .fondo-a {
    display: none !important;
  }

  .swiper-wrapper-.swiper-men-yacht {
    padding: 0 10px;
  }

  .rightSideSub {
    padding: 0;
  }

  .widgetBrandsMenu .scroll-left {
    margin-left: 40px;
  }

  .submen-sub {
    padding-left: 0;
    padding: 0;
  }

  #submenu-brands .inner {
    width: 100%;
  }

  .carrusel-brand {
    width: 100%;
    max-width: none;
  }

  .a-Ficha.hover-item {
    height: auto !important;
    display: block;
    padding: 0;
  }

  .activeRS {
    max-height: 1000vh;
    padding-top: 0;
    overflow: visible;
    padding-bottom: 15px;
  }

  .scroll-col {
    padding: 20px;
  }

  .captionInfoB a p {
    min-height: unset;
  }
  .captionInfoB p {
    font-size: 14px;
  }

  .controlSem {
    display: block;
    padding: 0;
  }

  .controlSem .sortBox,
  .controlSem .opt-sem-box {
    width: 100%;
  }
  .sticky-col {
    padding-top: 65px;
  }

  .controlSem * {
    font-size: 10px !important;
    letter-spacing: 0px;
    font-style: normal;
  }

  .controlSem .opt-sem-box label {
    display: inline-block;
    float: left;
    margin-top: 7px !important;
    margin: 0.67%;
    padding: 5px;
    line-height: inherit;
  }

  .controlSem .opt-sem-box label.seleccionadosBox {
    width: 25%;
    max-width: 68px;
  }
  .controlSem .opt-sem-box label:nth-child(1) {
    width: 46%;
    max-width: 109px;
  }
  .controlSem .opt-sem-box label:nth-child(3) {
    width: 34%;
    max-width: 95px;
  }

  .contentboxlogs .iconbtn a {
    color: #fff;
    font-size: 12px;
  }

  .listcatthumbs li,
  .listcatthumbsB li {
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 25px;
    max-width: unset;
  }
    
    
    #boatsForm   .listcatthumbs,    .scroll-col  .listcatthumbs {
        
        text-align: center
  }
      
    #boatsForm   .listcatthumbs li,   .scroll-col   .listcatthumbs li{
    width: 48%;
    display: inline-block;
    margin: auto;
    max-width: unset;
    margin-bottom: 25px !important;
  }
    
    
    
    
    

  .contentboxlogs {
    position: relative;
    top: 0;
    text-align: center;
  }

  .contentboxlogs .iconbtn {
    display: inline-block;
    margin: 0 8px;
  }

  .contentboxlogs .iconbtn.iconlat.mb-3 {
  }

  .contentboxlogs .iconbtn.iconlat {
  }

  .titleitemsec {
    position: relative;
    font-size: 16px;
  }

  .content-section {
    padding: 7vh 0 !important;
  }

  .section-height-auto {
    padding: 0 0 !important;
  }

  .listcatthumbs .item,
  .listcatthumbsB .item {
    max-width: 500px;
    margin: auto;
  }

  section#noticias {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .footer .social-media li a i,
  .iconbtn a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .boxNoticia img {
    left: 0;
    right: 0 !important;
    width: 300%;
    margin: auto;
    top: 0 !important;
    bottom: 0;
  }

  .footer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .footer .footer-bar .logo img {
    height: 48px;
  }

  .home-mobile * .imgslideScrollB {
    min-height: 160px !important;
    height: auto;
    max-height: unset;
  }
    
.imgslideScrollB .linkoverlay, span.linkoverlay {
        position: relative;
        padding: 0;
        margin: 0;
    }    
    
    
    .imgslideScrollB .linkoverlay:hover {
    opacity: 1;
}
    
    
.boxThmbPic img {
    position: relative;
}    
    
    

  .videowrapslide iframe,
  .zoom-target-video iframe {
    height: calc(150vh);
    left: -100vh;
    right: -100vh;
    min-width: 200vh;
    top: -25vh;
    margin: auto;
  }

  .notbox p {
    font-size: 12px;
  }

  .menumarcashome {
    text-align: center;
  }

  .menumarcashome a.box5 {
    margin-top: 9px !important;
    margin-bottom: -3px !important;
  }

  .menumarcashome a.box6,
  .menumarcashome a.box5 {
    width: calc(25% - 6px);
    margin: 3px;
    float: left;
    min-height: 100px;
    display: block;
  }

  .backHomeBTN img {
    width: 60% !important;
    top: unset;
    max-width: 110px;
  }

  .moreinfo-box .form form input[type="submit"] {
    width: 100%;
  }

  .carrusel-brand .swiper-button-next,
  .carrusel-brand .swiper-button-prev {
    display: none;
  }
  .carrusel-brand item {
    margin: 0 10px;
  }
  .carrusel-brand-titulo {
    font-size: 24px;
  }
  .listMenuLeft a.btnSumben.active {
    padding-left: 0;
  }
  .mobile-menu .inner .site-menu ul li a,
  .listMenuLeft a.btnSumben,
  .listMenuLeft.menumarcas a {
    font-size: 20px;
    margin-bottom: 10px !important;
    line-height: normal;
  }
  .dtr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 37vh 25px;
  }
  .containerScrollSlide {
    width: calc(100vw + 0px);
    overflow-x: hidden;
  }
  ul.submenu {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .submenu.active {
    height: auto;
    max-height: 1000vh !important;
    margin-bottom: 20px;
    overflow-y: auto;
    overflow: visible !important;
  }
  .lanBtns div {
    width: 51%;
    margin: auto;
    margin-bottom: 15px;
  }
  .lanBtns {
    width: 80%;
    margin: auto;
  }
  .hideOnResp-767 {
    display: none;
  }
  .sponsor-logo a {
    background-size: 95% !important;
  }
  .colMarcas {
    padding: 0;
    margin: 0;
  }
  .videowrapslide video {
    height: calc(100vh + 39vw);
    left: -100vw;
    right: -100vw;
  }
  .scroll-container-category {
    height: 105vh;
  }
  .navbar .logo a img {
    height: 35px;
  }
  .navbar {
    padding: 10px 0 !important;
  }
  .marcFigureDiv {
    margin: auto !important;
  }
  #marcas {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .wrapBtnContent .iconbtn {
    display: inline-block;
    margin: 0 auto !important;
    margin-bottom: 5px !important;
  }

  .wrapBtnContent .iconbtn a {
    font-size: 11px;
    margin-right: 5px;
  }

  .wrapBtnContent .iconbtn a i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    margin-right: 0;
    line-height: 19px;
  }

  .btn-vieallinv {
    position: relative;
    margin-top: 25px;
    margin-bottom: 0px;
    display: block;
  }
  .imgslideScroll {
    max-height: 230px;
  }
  .footer .footer-widget {
    margin-bottom: 10px;
  }
  .footer .bottom-bar .copyright *,
  .creation {
    display: block !important;
    margin-left: 15px;
  }
  .creation {
    margin-top: 25px;
    margin-left: 15px !important;
  }
  .boxtextslide {
    padding: 25px;
  }
  .mm-projects-nav {
    left: -35px;
    right: inherit;
    display: none;
  }
  .popup {
    max-width: 590px;
    left: 20px;
  }
  .listMenuLeft.menumarcas a {
    margin-bottom: 10px !important;
  }
  .backfichas {
    left: -150vw !important;
    display: none !important;
    position: absolute;
  }
  .swiper-men-yacht .swiper-slide a {
    display: block;
    padding: 0;
    padding-right: 0;
    opacity: 1;
    cursor: pointer;
    width: 100%;
    min-width: 100px;
    line-height: normal;
    vertical-align: text-top;
    margin-bottom: 5px;
    height: auto !important;
  }
  .boxStats {
    position: relative;
    height: auto;
    width: calc(100% - 0px);
    margin: auto;
    min-height: 150px;
    background: #ffffff;
    top: 0 !important;
    left: 0 !important;
    display: block;
    opacity: 1;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 7px;
    box-shadow: 0 0 15px -9px;
    margin: 10px 0;
  }
  .imgModcar {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    right: auto;
    width: 40%;
    height: auto;
    background-size: 95% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .imgModcar img {
    width: 100%;
    position: relative;
    border-radius: 3px;
  }

  .specspreview * {
    text-align: left !important;
    font-size: 12px !important;
    width: 100% !important;
    margin-bottom: 0;
  }

  .specspreview .cs_txtPreview {
    position: relative;
    left: 15px;
    width: 100%;
    margin-top: 10px;
  }

  .specspreview .text-truncate {
    display: none !important;
  }

  .specspreview {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    padding: 0px;
    background: #fff;
    width: 60%;
    float: left;
    clear: right;
    line-height: normal;
  }

  .specspreview p {
    margin: 0 !important;
  }

  .specspreview p span {
    width: auto !important;
    display: inline-block;
  }

  .a-Ficha .titleMobile {
    display: none !important;
  }
  .specspreview p.section-title-yacht {
    font-weight: 500;
    font-size: 16px !important;
    margin-bottom: 0;
  }
  p.subtitlemodel,
  a.subtitlemodel {
    font-weight: 400;
    font-size: 16px;
  }

  a.boatmorehead {
    position: absolute;
    top: -40px;
    right: 0;
  }

  .textScrollDesc {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 25px;
  }

  .specsListDesc li {
    display: inline-block;
    width: 46%;
  }

  footer * {
    font-size: 11px;
    line-height: 17px;
  }

  .close-btn-c {
    left: 15px;
  }

  .imgslideScroll.imgslidegal {
    height: 85vh;
    max-height: 215px;
    width: 100%;
  }

  .bigspecviewSlick {
    width: 100%;
  }

  .boxMapa {
  }

  .hideOnresp {
    display: none !important;
  }

  .showOnResp,
  .showOnresp {
    display: block !important;
  }

  .section-title.scroll-container-title.mb-0 {
    margin-bottom: 15px !important;
  }

  .content-section-mobil * a.custom-button[href="#specs"] {
    display: none;
  }

  .imgBackSwipeSlidePreow {
    height: 30vh;
    min-height: 270px;
  }

  #category-old {
    display: none !important;
  }

  .p-mb-s {
    padding: 25px 0 !important;
  }

  .contMobPad {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  a.custom-button[href="#starting"],
  a.custom-button[href="#m-starting"] {
    left: unset;
  }

  .content-section-mobil * .btn {
    margin-bottom: 12px;
    font-size: 11px;
  }
    
.side-widget {
    top: -300%;}
  .hideOnresp {
    display: none !important;
  }

  .showOnResp,
  .showOnresp {
    display: block !important;
  }
    
    #category-old {
        display: none !important;
    }    
        
    
.boxNoticia {
    width: 33% !important;}    
    
    
    
}











/* responsive width 576 -------------------------------------------------------------------------------------- */

@media (max-width: 576px) {
    
.gall-preowned-b .owl-nav {
    transform: scale(0.7);
    right: -20px;
}    
    
    
  .boxInfo {
    padding-top: 55px;
  }

  .picSuc,
  .info-mobil {
    display: inline-block;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
  }
  .picSuc {
    width: 30%;
    min-height: 90px;
  }
  .info-mobil {
    width: 67%;
  }

  .imn-b,
  .imn-c {
    display: inline-block;
    padding: 0 15px !important;
    width: 100%;
    vertical-align: text-top;
    margin-top: 0 !important;
  }

  .imn-b p,
  .imn-c p {
    margin-top: 0 !important;
  }

  .info-mobil span {
    margin: 0;
    display: block !important;
    width: 100%;
  }
}




 
/* 2000px en adelante */
@media (min-width: 1920px) {
  /* Tus estilos “ultra-wide” aquí */
    
    
    .slideScroll * .imgslideScrollB.INI,     .slideScroll * .imgslideScrollB {
        min-height: 445px;
        max-height: auto;
        width: 800px;
    }
    
.pin-wrap-a > *, .pin-wrap-b > *, .pin-wrap-c > * {
    width: 37vw;
    padding: 0 0.3vw;
    max-width: 800px;
    min-width: 480px;
}    
    
    
    
    
}        
        



.preloader {
    display: none !important;
}

