
.product-main {
    position: relative;
}
.container-tag-comunicacional {
    display: flex;
    gap: 2px;
    margin: 0px 0px 8px 0;
}
.container-tag-comunicacional .short-text-tag {
    display: flex;
    font-family: var(--main-font);
    align-items: center;
    padding:4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}
@media screen and (max-width: 320px) {
    .container-tag-comunicacional .short-text-tag {
        flex: 1;
    }
    
}

.container-tag-comunicacional .short-text-tag:hover ~ .inner-contenedor-tooltip {
    display: flex;
}

.container-tag-comunicacional .inner-contenedor-tooltip {
    display: none;
    position: relative;
    width: 100%;
    flex: 2;
}

.inner-contenedor-tooltip .contenedor-tooltip {
    transition: all 0.3s;
    position: absolute;
    align-items: center;
    min-height: 40px;
    width: 200px;
    max-width: 100%;
    left: 0px;
    transform: translateX(10px) translateY(-1px);
    z-index: 1000;
    padding: 8px;
    border-radius: 4px;
    display: flex;
}

.inner-contenedor-tooltip .contenedor-tooltip .copy {
    line-height: 14px;
    font-size: 12px;
    position: absolute;
}

.inner-contenedor-tooltip .contenedor-tooltip::before {
    content: '';
    position: absolute;
    display: flex;
    width: 20px;
    height: 20px;
    left:-4px;
    transform: rotate(45deg);
    z-index: 1;
    background-color: inherit;
    border-radius: 4px;
}

@media screen and (max-width: 320px) {
    .inner-contenedor-tooltip .contenedor-tooltip {
        width: 190px;
    }
}

.inner-contenedor-tooltip .contenedor-tooltip span {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-family: var(--main-font);
}

.inner-contenedor-tooltip .contenedor-tooltip span.arrow {
    display: flex;
    width: 20px;
    height: 20px;
    border-width: 10px 10px 10px 0;
    left: -2px;
    transform: rotate(45deg);
    z-index: 0; 
}

.contenedor-compartir {
    position: absolute;
    top: -30px;
    right: 0px;
    @media screen and (max-width: 700px) {
        right: 30px;
    }
}


/* Fin del titulo de elemento expandible en la ficha */
.container-ficha-tecnica {
    display: flex;
    align-items: start;
    flex-direction: column;
    border: 0px;
    position: relative;
}

.container-ficha-tecnica .h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #404b5a;
    display:flex;
    justify-content:start;
    align-items:center;
    background: #f0f0f0;
    padding: 0 16px;
    width: 100%;
    height: 54px;
    border-radius: 6px;
    cursor: pointer;

}
.container-ficha-tecnica .h5 .arrow-up {
    width: 15px;
    height: 15px;
    display: flex;
    position: absolute;
    right: 20px;
    transform: rotate(-90deg);
    display:flex;
    justify-content:center;
    align-items:center;
    transition: 0.3s ease all;
    pointer-events: none;
}
.container-ficha-tecnica .h5.rotate .arrow-up {
    display: flex;
    position: absolute;
    right: 20px;
    transform: rotate(90deg);
    transition: 0.3s ease all;
}
.container-ficha-tecnica .h5 .arrow-up svg {
    max-width:15px;
    fill: #404b5a;
    pointer-events: none!important;
}

/* Inicio de elemento expandible en la descripción */
.container-ficha-tecnica .detail-description {
    margin-top: 20px;
    padding: 0 16px;
    color: #404b5a;
    width: 100%;
}
.container-ficha-tecnica .detail-description .assets-preview {
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
}

/* variantes de tamaño y color */

.container-medidas {
    display:flex;
    align-items:center;
    height: auto;
    gap: 20px;
    padding: 10px 0px;
    & h6 {
      width: 77px;
      font-family: var(--main-font);
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      color: #404B5A;
    }
    & .contenedor-variantes {
      display: flex;
      align-items: center;
      gap: 10px;
      & a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 16px;
        font-size: 14px;
        line-height: 0px;
        height: 60px;
        width: 60px;
        padding: 0px 10px;
        border: solid 1px #bdbdbd;
        color: #404b5a;
        border-radius: 6px;
        position: relative;
        & span {
            background-color: #e6e6e6;
            color: #404B5A;
            display: block;
            line-height: 12px;
            font-size: 11px;
            padding: 2px 4px;
            border-radius: 4px;
            position: absolute;
            top: -6px;
            left: 2px;
        }

      }
      & .active {
        border: #404b5a 3px solid;
        font-weight: bold;
    }
    }
  }

  /* estilos ficha de producto */
  .itmbs-ficha-productos {
    color: var(--Cold-Gray-Base, #6E7A8A);
    font-family: Geomanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
  }

  .credit-info-ficha {
    width: fit-content;
    display: flex;
    padding: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    background: #EDF5F4;
    margin-bottom: 10px;
    margin-top: 10px;
    .texto {
        color: var(--Cold-Gray-Dark, #404B5A);
        font-family: Geomanist;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
  }

  .info-credito {
    color: var(--Cold-Gray-Dark, #404B5A);
    font-family: Geomanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    p {
        color: var(--Cold-Gray-Dark, #404B5A);
        font-family: Geomanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        line-height: normal;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        span {
            font-weight: 600;
        }
    }

  }

  .informacion-adicional {
    width: 450px;
  }

  .informacion-adicional .beneficios {
    display:grid;
    grid-template-columns: 1fr 3px 1fr;
    margin-top: 16px;
    padding-bottom: 16px;
    @media only screen and (max-width: 768px) {
        grid-template-columns: 1fr;
        margin-bottom: 0px;
    }
  }
  .informacion-adicional .beneficios div:nth-last-of-type(2) {
    @media only screen and (max-width: 768px) {
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
  }
  .informacion-adicional .beneficios div:nth-last-of-type(1) {
    @media only screen and (max-width: 768px) {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
  }
  .informacion-adicional .beneficios .separator-line {
    display: block;
    width: 1px;
    height: 64px;
    background: #E2E2E1;
    transform: translateX(-20px);
    @media only screen and (max-width: 768px) {
        width: 100%;
        height: 1px;
        margin-bottom: 16px;
    }
  }
  .informacion-adicional .beneficios .title-beneficios-ficha {
    font-weight: bold;
  }
  .informacion-adicional .beneficios .enlace-beneficios-ficha {
    color: var(--Cold-Gray-Dark, #404B5A);
    text-decoration: underline;
    text-underline-offset: 4px;
    transform: translateX(8px);

  }

  div.select-delete {
    transform: translateY(10px);
    margin-bottom: 0px;
  }

select.form-select-no-cuotas {
    border: solid 1px #d0d0d0!important;  
    @media only screen and (max-width: 768px) {
        width: 80px;
    }
}

.precio-itbms {
    color: var(--Cold-Gray-Base, #6E7A8A);
    font-family: Geomanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}