* {
  font-family: font-family: "Work Sans", sans-serif;
}

p {
    margin-bottom: 0 !important;
}

a:focus{
  outline: none !important; 
}

.space-in-content-top{
  height: 58px;
  width: 100%;
}

/* Estilizacion */

.header-container-global {
    backdrop-filter: blur(20px);
    background: #fff;
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, .763));
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 30px #0000001a;
    height: auto;
    margin-inline: -1.5rem;
    position: fixed;
    padding-inline: 20px;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.check-menubars-item{
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: center;
  transition: all .1s ease;
  width: 45px;
}

.check-menubars-item:focus{
  outline: none;
}

button:active {
  background-color: transparent; /* Elimina el cambio de fondo */
}

.fixed-style-links-navbar-container{
    display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
}

.logo-flex-container{
    display: flex;
        align-items: center;
        justify-content: center;
}

.section-container-header-new-pxsol{
    padding-block: 10px !important;
    width: 100%;
}

/* Check menu bars item */

.check-menu-mobile-cta{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  justify-content: center;
  gap: 15px;
}

/* item */

.check-menubars-item {
    cursor: pointer;
  }
  
  .check-menubars-item input {
    display: none;
  }
  
  .check-menubars-item svg {
    /* The size of the SVG defines the overall size */
    height: 3em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .line {
    fill: none;
    stroke: black;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition:
      stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .line-top-bottom {
    stroke-dasharray: 12 63;
  }
  
  .active-menu-bars {
    transform: rotate(-45deg);
  }
  
  .active-menu-bars-line-top {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
  }

  /* Buttons */

  .check-menu-mobile-cta a:hover{
    color: #000;
  }

  .cta-header{
    background: #c00001;
    border-radius: 10rem;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: all .1s ease;
    padding: 6px 15px;
    width: max-content;
  }

  .cta-header:hover{
    color: #fff !important; 
    background: #9a0001 !important;
  }

  .cta-header:focus{
    outline: none !important; 
  }

  /* Actions header */

  .links-float-absolute-container{
    position: absolute;
    overflow: hidden;
    top: 128.5px;
    width: 100%;
    left: 0%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    background: #ffffff;
    opacity: 0;
    transition: all .2s ease-in; 
    pointer-events: none;
    z-index: 2;
}

.change-lang-cta-container{
  position: absolute;
  background: #f1f1f1;
  width: 100%;
  display: flex;
  left: 0%;
  top: 4rem;
  flex-direction: row;
  padding: 20px;
  align-items: center;
  justify-content: end;
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease-in;
  gap: 10px;
  z-index: 2;
}

.help-page-navbar-link-source{
    color: #1a1a1a;
    font-weight: 600;
}

.overlay-occ{
    backdrop-filter: blur(20px);
    background: #00000059;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .2s ease-in;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.item-title-header-desc{
  padding: 0;
  font-size: 14px;
  color: #636363;
}

.cta-header-occ{
  display: none;
}

.lang-icon-var-container{
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding-right: 10px;
  border-right: 1px solid #606060b5;
}

.a-link-container-gral-icon{
  width: 100%;
  display: flex;
  transition: all .2s ease-in;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #c7c7c7;
}

.a-link-active-color{
  background: #c0000136;
}

.a-link-active-color i{
  transform: rotate(45deg);
}

.links-sub-item{
  background: antiquewhite;
    padding: 25px;
    position: relative;
    top: -100%;
    height: 0;
}

.links-save-description{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.desp-item-container-absolute{
  width: 100%;
  display: flex;
  position: relative;
  pointer-events: none;
  transition: all .1s ease;
  height: 0;
  max-height: 31rem;
  overflow-y: auto;
  opacity: 0;
  top: -100%;
}

.container-int{
  width: 100%;
  padding: 20px;
}

.transition-s-ease-in{
  transition: all .1s ease-in;
}

.width-px-logo-item{
  width: 70px;
  display: none;
}

.active-item-view{
  opacity: 1;
  pointer-events: all;
}

.active-item-pointer-event{
  pointer-events: all;
}

@media (min-width: 550px) {
  .responsive-px-logo-item{
    display: none;
  }
  .width-px-logo-item{
    display: flex;
  }
}

.items-product-container{
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.link-source-selected{
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
}


.link-source-selected:focus{
  outline: none !important;
}

.icon-blue-hover{
  font-size: 13px;
  color: #949494;
  margin-left: 1rem;
}

.span-icon-product-item{
  display: flex !important;
  align-items: center ;
  justify-content: start !important;
  gap: 10px;
  font-weight: 500;
  color: #4f4f4f;
}

.span-icon-product-item svg{
  width: 17px;
  height: 17px;
}

.span-icon-product-item svg *{
  stroke: #636363;
}
.lang-icon-var-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.occ-width{
  display: none;
}

.occ-responsive{
  display: block;
}

.item-flags-container-change-lang{
transition: all .2s ease-in;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 0 0 30px #00000021;
    display: flex;
    flex-direction: column;
    gap: 2px;
    left: 0;
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: max-content;
}

.country-item-bars-flag{
  padding: 7px;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  gap: 5px;
  font-size: 13px;
  transition: all .1s ease; 
  cursor: pointer;
}

.country-item-bars-flag:hover{
  background-color: #eeeeee;
}

.visible-items-flags{
  opacity: 1;
  pointer-events: all;
}

.country-item-bars-flag img{
  border-radius: 4px;
  width: 31px;
  height: auto;
}

.integ-section-item-container-occ-header{
  display: none;
}

.overlay-item-second-back{
  display: none;
}

@media (min-width: 1022px) {
  .section-container-header-new-pxsol{
    padding-block: 0px !important;
  }
  
  .item-section-four-width-container h4, .item-section-four-width-container-two h4{
     font-size: 17px;
     font-weight: bold;
  }

  .items-width-container{
    align-items: center;
        display: flex;
        font-size: 15px;
        gap: 20px;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0;
  }

  .items-nav-width {
        cursor: pointer;
        font-weight: 400;
        padding: 18px 10px;
        transition: all .2s ease;
    }

  .items-nav-active{
    box-shadow: inset 0px -13px 0px -10px #c00001;
  }

  .items-product-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .occ-width{
    display: flex;
  }

  .occ-responsive{
    display: none;
  }
  
  .active-item-view {
    opacity: 0;
    pointer-events: none;
  }

  /* Sections hover */

  .integ-section-item-container-occ-header{
        padding: 0 !important;
        background-color: #fff;
        border-top: 1px solid #dfdfdf;
        display: flex;
        flex-direction: row;
        transition: all .2s ease-in;
        left: 0;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 58px;
        width: 100%;
  }

  .overlay-item-second-back{
        background: #0000005e;
        display: block;
        height: 100%;
        left: 0;
        backdrop-filter: blur(50px);
        transition: all .2s ease-in;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
  }

  .visible-items-section-menu{
    opacity: 1;
    pointer-events: all;
  }

  .section-flex-dist-four-container{
    display: flex;
    flex-direction: row;
  }

  .item-section-four-width-container{
    padding: 10px;
    width: 100%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: start;
        padding: 15px 11px;
    align-items: start;
  }

  .item-section-four-width-container-two{
    padding: 10px;
    width: 100%;
    max-width: 25%;
    display: flex;
        padding: 15px 11px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .img-left-position-header{
    width: 100%;
    max-width: 90px !important;
  }

  .img-title-cta-first-left-position{
     border-right: 1px solid #dfdfdf;
     display: flex;
     flex-direction: column;
     gap: 5px;
     justify-content: center;
     padding: 20px;
     padding-left: 0;
  }

  .img-title-cta-first-left-position p{
    font-size: 12px;
  }

  .example-link-cta-left-position{
    width: fit-content;
    background: #c0000140;
    color: #8d0000;
    font-size: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 15px;
    border-radius: 10rem;
  }
  
  .example-link-cta-left-position:hover{
     color: #c00001 !important;
  }
  
  .example-link-cta-left-position:focus{
    outline: none !important;
  }

  .link-source-selected{
    font-size: 12px;
    padding: 7px;
    transition: all .1s ease;
    border-radius: 10px;
  }

  .link-source-selected:hover{
    box-shadow: 0px 0px 10px #00000024;
  }

    .item-title-header-desc {
        font-size: 10px;
        padding: 0;
    }

  .span-icon-product-item span, .fa-chevron-right{
    font-size: 12px;
  }

  .last-item-gradient-elementfour-width-container {
        background: #fff;
        background: linear-gradient(100deg, #f5f5f5, #fff);
        border-left: 1px solid #dfdfdf;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        padding: 15px;
  }

  .img-right-side-product{
    width: 100%;
    max-width: 240px;
    border-radius: 15px;
  }

  .last-item-gradient-elementfour-width-container p{
    font-size: 11px;
  }

  .source-icon-twond-section img {
    width: 100%;
    max-width: 47px !important;
    opacity: 0.5;
  }

  .source-icon-twond-section{
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .price-first-image-item{
    width: 75px;
    max-width: none;
    opacity: 0.5;
  }

  .source-icon-twond-section-price{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .item-flags-container-responsive{
    left: -78px;
  }

  /* Quotation animate */

  .typewriter {
    --key: #7f7f7f;
    --paper: #dcdcdc;
    --text: #7f7f7f;
    --tool: #7f7f7f;
    --duration: 3s;
    position: relative;
    padding-top: 14px;
    -webkit-animation: bounce05 var(--duration) linear infinite;
    animation: bounce05 var(--duration) linear infinite;
  }

  .typewriter .slide {
    width: 88px;
    height: 15px;
    border-radius: 3px;
    margin-left: 14px;
    transform: translateX(14px);
    border: 3px solid #7f7f7f;
    -webkit-animation: slide05 var(--duration) ease infinite;
    animation: slide05 var(--duration) ease infinite;
  }

  .typewriter .slide:before, .typewriter .slide:after,
  .typewriter .slide i:before {
    content: "";
    position: absolute;
    background: var(--tool);
  }

  .typewriter .slide:before {
    width: 5px;
    height: 8px;
    top: 1px;
    left: 100%;
  }

  .typewriter .slide:after {
    left: 87px;
    top: -2px;
    height: 14px;
    width: 3px;
    border-radius: 3px;
  }

  .typewriter .slide i {
    display: block;
    position: absolute;
    right: 100%;
    width: 5px;
    background: #7f7f7f;
    height: 4px;
    top: 3px;
  }

  .typewriter .slide i:before {
    right: 100%;
    top: -4px;
    width: 3px;
    border-radius: 2px;
    height: 12px;
  }

  .typewriter .paper {
    position: absolute;
    transform: scale(0.8);
    left: 24px;
    top: -17px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #ffffff;
    border: 3px solid #7f7f7f;
    transform: translateY(46px);
    -webkit-animation: paper05 var(--duration) linear infinite;
    animation: paper05 var(--duration) linear infinite;
  }

  .typewriter .paper:before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 4px;
    border-radius: 2px;
    height: 4px;
    transform: scaleY(0.8);
    background: var(--text);
    box-shadow: 0 8px 0 var(--text), 0 18px 0 var(--text), 0 28px 0 var(--text);
}

  .typewriter .keyboard {
    transform: scale(0.8);
    width: 120px;
    height: 56px;
    margin-top: -10px;
    z-index: 1;
    position: relative;
  }

  .typewriter .keyboard:before, .typewriter .keyboard:after {
    content: "";
    position: absolute;
  }

  .typewriter .keyboard:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    border: 4px solid #7f7f7f;
    background: #ffff;
    transform: perspective(10px) rotateX(2deg);
    transform-origin: 50% 100%;
  }

  .typewriter .keyboard:after {
    left: 2px;
    top: 25px;
    width: 11px;
    height: 4px;
    border-radius: 2px;
    box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    -webkit-animation: keyboard05 var(--duration) linear infinite;
    animation: keyboard05 var(--duration) linear infinite;
  }

  @keyframes bounce05 {
    85%, 92%, 100% {
      transform: translateY(0);
    }

    89% {
      transform: translateY(-4px);
    }

    95% {
      transform: translateY(2px);
    }
  }

  @keyframes slide05 {
    5% {
      transform: translateX(14px);
    }

    15%, 30% {
      transform: translateX(6px);
    }

    40%, 55% {
      transform: translateX(0);
    }

    65%, 70% {
      transform: translateX(-4px);
    }

    80%, 89% {
      transform: translateX(-12px);
    }

    100% {
      transform: translateX(14px);
    }
  }

  @keyframes paper05 {
    5% {
      transform: translateY(46px);
    }

    20%, 30% {
      transform: translateY(34px);
    }

    40%, 55% {
      transform: translateY(22px);
    }

    65%, 70% {
      transform: translateY(10px);
    }

    80%, 85% {
      transform: translateY(0);
    }

    92%, 100% {
      transform: translateY(46px);
    }
  }

  @keyframes keyboard05 {
    5%, 12%, 21%, 30%, 39%, 48%, 57%, 66%, 75%, 84% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    9% {
      box-shadow: 15px 2px 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    18% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 2px 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    27% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 12px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    36% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 12px 0 var(--key), 60px 12px 0 var(--key), 68px 12px 0 var(--key), 83px 10px 0 var(--key);
    }

    45% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 2px 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    54% {
      box-shadow: 15px 0 0 var(--key), 30px 2px 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    63% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 12px 0 var(--key);
    }

    72% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 2px 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    81% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 12px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }
  }
}

.header-container-global article{
  margin-inline: 0px !important;
}