:root {
  --col_plus: 0.91%;
}

form.overflow {
  height: 100vh;
  overflow-y: hidden;
}

body {
}

#menu_nav {
  background-color: transparent;
}

.activenav {
  background-color: transparent !important;
}

.container_menu_header .navbar-light .navbar-nav .nav-link.header_menu_option {
  opacity: 1;
}

.container_black_fixed {
  /*display:flex;*/
  z-index: 3;
  position: absolute;
}

#slideProductsContent,
#slideVideoFullScreen {
  overflow-y: auto;
  overflow-x: hidden;
}

#slideProductsContent .section-footer {
  display: none !important;
}

.section-footer {
  padding-top: 30px;
}

@media (max-width: 991px) {
  #menu_desktop .navbar-toggler {
    order: 2;
  }

  #menu_desktop .navbar-brand {
    order: 1;
  }

  #menu_desktop .btn.cart.head {
    display: none;
  }
}
/*#region SLIDER HEAD*/
.section_body_head {
  height: 3000px;
  /*background-color: #EEEEEE;*/
  position: relative;
  height: 100vh;
  width: 100%;
  top: 0;
  overflow: hidden;
  /*background: pink;*/
}

.container_black_fixed ~ .section_body_head {
  height: Calc(100vh - 74px);
}

.section_body_head .animated-right-text {
  position: absolute;
  top: 50%;
  right: 75px; /* Lo pega a la derecha */
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  height: 60%;
  z-index: 5;
}

.section_body_head .animated-right-text ul {
  padding: 0;
  margin: 0;
}

.section_body_head .animated-right-text ul li {
  text-align: right;
  padding: 0;
  margin: 47px auto;
  list-style: none;
  overflow: hidden;
}

.section_body_head .animated-right-text ul li span {
  font-family: "Swis721 BlkCn BT";
  color: #636363;
  font-size: 13px;
  display: block;
  --animate-duration: 2s;
  cursor: pointer;
}

.section_body_head .animated-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.section_body_head .animated-center-text .text {
  font-size: 30px;
  letter-spacing: 3px; /* Ajustado para un tamaño de fuente pequeño */
  line-height: normal;
  --animate-duration: 2s;
  text-align: center;
  color: #160f3b;
  font-family: "yu-gothic-bold";
  font-weight: 700;
}

.section_body_head .animated-center-text .text-veneto {
  font-size: 12px;
  letter-spacing: 4px; /* Ajustado para un tamaño de fuente pequeño */
  line-height: normal;
  --animate-duration: 2s;
  text-align: center;
  color: #636363;
  margin-top: 5px;
  font-family: "Swis721 BlkCn BT";
}

.section_body_head .animated-bottom-text {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.section_body_head .animated-bottom-text .text {
  font-size: 13px;
  line-height: normal;
  --animate-duration: 2s;
  text-align: center;
  color: #636363;
  font-family: "Swis721 BlkCn BT";
}

.section_body_head .animated-bottom-text .text-2 {
  font-size: 11px;
  line-height: normal;
  --animate-duration: 2s;
  text-align: center;
  color: #dcc775;
  margin-top: 10px;
  font-family: "Swis721 Cn BT";
}

.btn-back-video {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
  padding: 8px 0px 8px 2%;
  border-radius: 0 6px 6px 0;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s ease;
  font-family: "Swis721 Lt BT";
  font-size: 8pt;
}

.btn-back-video:hover {
  color: white;
}

.btn-back-video::before {
  content: "";
  position: absolute;
  top: 75%;
  left: 0;
  height: 1px;
  background: white;
  width: 100%; /* se extiende desde el borde izquierdo */
  transform: translateY(-50%);
  z-index: -1; /* detrás del texto */
}

.btn-back-video-blue {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
  padding: 8px 0px 8px 2%;
  border-radius: 0 6px 6px 0;
  color: #160f3b;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s ease;
  font-family: "Swis721 Lt BT";
  font-size: 8pt;
}

.btn-back-video-blue:hover {
  color: #160f3b;
}

.btn-back-video-blue::before {
  content: "";
  position: absolute;
  top: 75%;
  left: 0;
  height: 1px;
  background: #160f3b;
  width: 100%; /* se extiende desde el borde izquierdo */
  transform: translateY(-50%);
  z-index: -1; /* detrás del texto */
}

#video-container {
  position: relative;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

#video-container .backScroll {
  z-index: 3;
  background: transparent;
  width: 100%;
  height: 100%;
  position: relative;
}

#video-container img,
#video-container iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

#video-container img {
  z-index: 1;
}

#video-container iframe {
  z-index: 2;
}

@media (max-width: 1800px) {
  #video-container img,
  #video-container iframe {
    position: absolute;
    top: 50%;
    width: 250vh;
  }
}

@media (max-width: 991px) {
  .video-wrapper-vertical {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .video-wrapper-vertical .video-wrapper-vertical {
    padding-top: 0 !important;
  }

  #iframe_home_vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .video-wrapper-vertical img#img_home_vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    display: none;
  }

  #div_madeIn_home_vertical {
    display: flex;
    position: absolute;
    top: Calc(50% - 60px);
    /*left: Calc(50% - 140PX);*/
    flex-direction: column;
    font-size: 0.55rem;
    text-align: center;
    width: 100%;
    height: 100%;
  }

  #div_madeIn_home_vertical img {
    width: 40% !important;
  }

  #div_links_home_vertical {
    position: absolute;
    right: 8vw;
    top: Calc(50% - 60px);
    text-align: right;
    font-size: 0.6rem;
  }

  #div_links_home_vertical li {
    margin-bottom: 30px;
    color: #6f6f6e;
  }

  #div_links_home_bottom {
    position: absolute;
    /*right: 8vw;*/
    right: Calc(25% - 60px);
    width: 80%;
    top: Calc(90% - 60px);
    text-align: center;
    font-size: 0.6rem;
  }

  .text_mobile_protecting_first {
    font-size: 0.6rem !important;
    color: #dcc775 !important;
  }

  .text_mobile_protecting_second {
    font-size: 0.6rem !important;
    color: #dcc775 !important;
  }

  #div_links_home_bottom .text,
  #div_links_home_bottom .text font {
    color: #6b6b6b !important;
  }

  .text-veneto font {
    color: #6b6b6b !important;
  }
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px 9px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  background: #000;
  color: #fff;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.icon-bar a.facebook {
  padding: 5px 9px;
}

.icon-bar img {
  height: 48px;
}

.icon-bar .close img {
  height: auto;
  width: 32px;
}

/*#endregion SLIDER HEAD*/

/*#region SLIDES*/
.section-slides {
  /*margin-bottom: 300px;*/
  padding: 15px;
  padding-bottom: 0;
}

.section-slides * {
  margin: 0;
  padding: 0;
}

.section-slides > .row {
  /*height: 768px;*/
  margin: 0;
}

.section-slides .col-img {
  position: relative;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.section-slides .col-img img {
  /*  position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 100%;
            width: auto;*/
  width: 100%;
}

.section-slides > .row.item * {
  padding: 0;
}

.section-slides > .row.item .row {
  margin: 0;
}

.section-slides > .row.item > .col-7 {
  width: Calc(72.8% - var(--col_plus));
  height: auto;
}

.section-slides > .row.item > .col-7 img {
  width: 100%;
}

.section-slides > .row.item > .col-5 {
  width: Calc(27.2% + var(--col_plus));
  height: auto;
}

.section-slides > .row.item > .col-5 img {
  width: 100%;
}

.section-slides iframe {
  box-sizing: border-box;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 200vw;
  opacity: 0;
  transition: opacity 0.49s;
  z-index: -1;
}

.section-slides .item-5 iframe {
  height: 56.25vw;
}

.section-slides .playing iframe {
  transition: opacity 0.49s;
  opacity: 1;
}

.section-slides .playing img {
  opacity: 0;
}
/*#endregion SLIDES*/

.col-padding {
  padding: 15px !important;
}

.img-full-div {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  overflow: hidden;
}

.text-block-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centrado */
  padding: 20px;
  text-align: center; /* Centrado del texto */
}

.title-section {
  font-size: 10pt;
  margin-bottom: 10px;
  color: #333; /* Color del texto */
  font-family: "Swis721 BlkCn BT";
  letter-spacing: 3px;
}

.description-section {
  font-family: "Swis721 Cn BT";
  font-size: 8pt;
  line-height: 1.6;
  color: #555; /* Color del texto */
  line-height: 24px;
}

.products-block-image {
  position: absolute;
  bottom: 5%;
  right: 5%;
  transform: none; /* Elimina la transformación de centrado */
  padding: 20px;
}

/* Ancho máximo 120px; si se supera, se corta con ellipsis */
.product-item-name-block {
  font-size: 8pt;
  font-family: "Swis721 BlkCn BT";
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item-price-block {
  font-size: 9pt;
  font-family: "Swis721 Cn BT";
}

.product-block {
  margin-bottom: 20px;
  position: relative;
}

.point-text {
  position: absolute;
  top: 2px;
  left: -25px;
  transform: none; /* Elimina la transformación de centrado */
  padding: 20px;
}

.no-a-style {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 991px) {
  .col-padding {
    padding: 10px !important;
  }

  .section-slides > .row {
    max-height: none !important;
  }

  .title-section {
    font-size: 16px;
  }

  .description-section {
    font-size: 14px;
  }

  .text-block-image {
    width: 100%;
  }

  .products-block-image {
    right: 2vw;
    bottom: 0px;
  }
}

@media (max-width: 768px) {
  .col-padding {
    padding: 5px !important;
  }

  .title-section {
    font-size: 14px;
  }

  .text-block-image > .description-section {
    display: none;
  }

  .products-block-image {
    right: 0;
    left: auto;
    bottom: 0;
    padding: 8px 10px 8px 14px !important;
    max-width: 62%;
    border-radius: 6px 0 0 0;
  }

  .product-block {
    margin-bottom: 8px;
  }

  .point-text {
    top: 1px;
    left: -12px;
    padding: 0;
  }

  .point-text svg {
    width: 8px !important;
    height: 8px !important;
  }

  .product-item-name-block {
    font-size: 10px;
    line-height: 13px;
  }

  .product-item-price-block {
    font-size: 10px;
    line-height: 13px;
  }
}

/*#region SLIDE VIDEO FULLSCREEN*/
#slideVideoFullScreen .section_slide {
  /*cursor: url('../../assets/images/play.svg') 12 12, auto;*/
  /*padding-top: 80px;*/
}

#slideVideoFullScreen .section_slide .col-video {
  height: 100vh;
  z-index: 1;
  position: relative;
  overflow: hidden;
  min-height: 0;
}

/* Contenedor que ocupa toda la pantalla */
#slideVideoFullScreen .video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

/* Iframe centrado con zoom para cubrir todo */
#slideVideoFullScreen .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh; /* default: rellena por altura */
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}

/* Si la pantalla es más ancha que 16:9, rellenar por ancho */
@media (min-aspect-ratio: 16/9) {
  #slideVideoFullScreen .video-container iframe {
    width: 100vw;
    height: 56.25vw; /* 100 / (16/9) */
  }
}

#slideVideoFullScreen .video-controls {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s ease-in-out;
}

#slideVideoFullScreen .video-controls a {
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

#slideVideoFullScreen .video-controls button:hover {
  text-decoration: underline;
}

#slideVideoFullScreen .progress-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

#slideVideoFullScreen #slideProductsContent_progressBar {
  width: 100px;
  cursor: pointer;
}

#slideVideoFullScreen #slideProductsContent_videoControls.hide {
  opacity: 0;
  pointer-events: none;
}

#slideVideoFullScreen #slideVideoFullScreen_text_div {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: initial;
  position: absolute;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
}

#slideVideoFullScreen #slideVideoFullScreen_text_div .inner {
  max-width: 1200px;
  z-index: 3;
}

#slideVideoFullScreen #slideVideoFullScreen_text_div .inner * {
  font-size: 12px !important;
  line-height: 1.3 !important;
  text-align: center;
}

#slideVideoFullScreen #slideVideoFullScreen_text_div .inner h1,
#slideVideoFullScreen #slideVideoFullScreen_text_div .inner h2,
#slideVideoFullScreen #slideVideoFullScreen_text_div .inner h3,
#slideVideoFullScreen #slideVideoFullScreen_text_div .inner h4,
#slideVideoFullScreen #slideVideoFullScreen_text_div .inner h5,
#slideVideoFullScreen #slideVideoFullScreen_text_div .inner h1 *,
#slideVideoFullScreen #slideVideoFullScreen_text_div .inner h2 *,
#slideVideoFullScreen #slideVideoFullScreen_text_div .inner h3 *,
#slideVideoFullScreen #slideVideoFullScreen_text_div .inner h4 *,
#slideVideoFullScreen #slideVideoFullScreen_text_div .inner h5 * {
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-family: "yu-gothic-bold";
}

#slideVideoFullScreen #slideVideoFullScreen_text_div .inner p {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  #slideVideoFullScreen #slideVideoFullScreen_text_div .inner {
    max-width: 80vw;
    margin: auto;
    text-align: center;
  }
}

/*#endregion SLIDE VIDEO FULLSCREEN*/

/* Home slide layout item-4 (dos columnas): ocultar celdas slide source 9 y 43 solo en móvil; en PC sin cambios.
   La otra columna del mismo row pasa a ancho completo cuando esa fila incluye la celda oculta. */
@media (max-width: 991px) {
  .item-4.slide-scroll .col-slideSource[data-slidesource="9"],
  .item-4.slide-scroll .col-slideSource[data-slidesource="43"] {
    display: none !important;
  }

  .item-4.slide-scroll:has(> .col-slideSource[data-slidesource="9"])
    > .col-slideSource:not([data-slidesource="9"]),
  .item-4.slide-scroll:has(> .col-slideSource[data-slidesource="43"])
    > .col-slideSource:not([data-slidesource="43"]) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
