.hero-area{
    width: calc(100vw - var(--lateral-bar));
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(10, 1fr);
}
.hero-area .hero-black{
    grid-area: 1 / 1 / 3 / 13;
    background-color: var(--secondColor);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.hero-area .hero-black .hero-black-block {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    letter-spacing: -1px;

}
.hero-area .hero-black .hero-black-block h1{
    margin: 0;
    padding: 0;
    font-size: 3em;
    line-height: 0.8em;
    font-weight: 400;
}
.hero-area .hero-black .hero-black-block h2{
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 0.8em;
    font-weight: 400;
}
.hero-area .hero-black .hero-black-block h3{
    margin: 0;
    padding: 0;
    font-size: 3em;
    line-height: 0.8em;
    font-weight: 400;
}
.hero-area .hero-white{
   letter-spacing: normal;
    grid-area: 7 / 1 / 11 / 13;
    background-color: var(--mainColor);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    margin: 0 0 0 0px;
    color: var(--secondColor);
    text-wrap: auto;
    padding-bottom: 50px;
    align-items: flex-start;
}
.hero-area .hero-white p{
    font-size: 1.3em;
}
.hero-area .hero-white .hero-buttons{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 2 equal columns */
    grid-template-rows: repeat(2, 1fr);    /* Creates 2 equal rows */
    gap: 10px;
}
.hero-area .hero-white .hero-buttons .btn-glow-slide{
    height: 60px;
}
.hero-area .hero-white .hero-buttons .btn-glow-slide .btn-label{
    padding-right: 30px;
}
.hero-logo{
    grid-area: 3 / 9 / 5 / 12;
    padding-top: 40px;
    padding-right: 0px;
    margin-right: 0px;
}
.hero-logo object{
    width: 100%;
    height: auto;
    max-height: 40dvh;
    pointer-events: none;
}
.hero-scroll-text{
    grid-area: 3 / 1 / 4 / 2;
    display: flex;
    align-items: flex-end;
    padding: 3px;
    font-size: 0.7em;
    opacity: 1
}
.hero-scroll-text span{
     writing-mode: vertical-rl;
    /*transform: rotate(180deg); para que no quede al revés */
}
.hero-scroll-line{
    grid-area: 4 / 1 / 7 / 2;
    display: block;
    padding: 5px;
}
.hero-scroll-line div{
    width: 1px;
    height: 100%;

    background-color: var(--mainColor);
}
.hero-area .hero-arrow{
    grid-area: 1 / 2 / 2 / 3;
    display: block;
    font-size: 2em;
    padding: 7px;
}

.bloque-veinte{
    width: calc(100vw - var(--lateral-bar));
    padding: 40px;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.big-text-div-1{
    display: flex;
    flex-direction: row;

}
.big-text-div-1 h1{
    font-size: 3em;
    margin: 0;
    padding: 0;
    line-height: 1em;

    font-weight: 500;
}
.big-text-div-1 .replace-by-line{
    font-size: 3em;
    color: rgba(255,255,255,0);
    position: relative;
    line-height: 1.2em;
    margin: 0 -10px;
    pointer-events: none;
    user-select: none;
    max-width: 40vw;

}
.big-text-div-1 .replace-by-line::after{
    content: '';
    height: 5px;
    background-color: var(--mainColor);
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 40%;
}
.bloque-veinte .elements-left{
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 60%;
    width: 50px;
    display: flex;
    flex-direction: column;
    font-size: 2em;
}
.bloque-veinte .elements-left i{
    transform: rotate(-90deg);
    flex-shrink: 0;
}
.bloque-veinte .elements-left .linea{
    flex: 1;
    width: 2px;
    background-color: var(--mainColor);
    margin-top: 10px;
}
.bloque-veinte .block-white{
    font-size: 2em;
    line-height: 1.1em;
    background-color: var(--mainColor);
    color: var(--secondColor);
    position: absolute;
    left: 60px;
    bottom: 10%;
    width: 300px;
    padding: 10px;
    font-weight: 100;
}


.bloque-pre-solucion{
    width: calc(100% - var(--lateral-bar));
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
}
.bloque-pre-solucion .content{
    width: 100%;
    height: 100%;
    background-color: var(--fourthteenColor);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    align-items: center;
}
.bloque-pre-solucion .content .subtitulo {
    flex: 1;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    color: var(--secondColor);
    display: flex;
    align-items: flex-end;
}
.bloque-pre-solucion .content .titulo{
    flex: 2;
    font-size: 3em;
    font-weight: 500;
    color: var(--secondColor);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    line-height: 0.8em;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.bloque-pre-solucion .content .titulo div{
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.bloque-pre-solucion .content .titulo span{
    position: relative;
}
.bloque-pre-solucion .content .titulo span b {
    font-weight: 500;
    color: var(--fourthColor);
}
.bloque-pre-solucion .content .carrousel{
    flex: 1;
    width: 50%;
    align-self: end;
    display: flex;
    flex-direction: row;
}
.bloque-pre-solucion .content .carrousel .item{
    font-size: 1em;
    color: var(--secondColor);
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    text-wrap-mode: nowrap;
    padding-right: 100px;
}
.bloque-pre-solucion .content .carrousel .item i{
    font-size: 2em;
}
.bloque-pre-solucion .content button {
    position: absolute;
    top: 10%;
    left: 50px;
}
.bloque-solucion {
    position: relative;
    width: calc(100% - var(--lateral-bar));
    padding: 0px;
    padding-top:100px;
    overflow: hidden;
}
.bloque-solucion .relleno{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30dvh;
    display: flex;
    font-size: 6em;
    align-items: center;
    justify-content: center;
}
.bloque-solucion .relleno .arrow i{
    transform: rotate(-45deg);
}
.bloque-solucion .content {
    width: 99%;
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
    justify-content: flex-end;
    padding-left: 5px;
    padding-right: 5px;
    padding-top:100px;
}
.bloque-solucion .linea-end {
    position: absolute;
    left:300px;
    bottom: 0;
    right:0;
    height: 2px;
    background-color: var(--mainColor);
}
.bloque-solucion .ver-mas{
    position: absolute;
    bottom: 50px;
    right: calc(var(--lateral-bar) + 20px);
    opacity: 0;
    visibility: hidden;
}

.bloque-solucion .item-key {
  flex: 0 0 auto;
  /*overflow: hidden;*/
  min-height: 80px;
    position: relative;
}
.bloque-solucion .item-key .linea {
    height: 2px;
    width: 100%;
    background-color: var(--mainColor);
    margin-bottom: 20px;
}
.bloque-solucion .item-key .index {
    position: absolute;
    left: -50px;
    top: 20%;
    font-size: 1em;
    font-weight: 100;
    display: none;
}

.bloque-solucion .item-key .titulo {
    line-height: 0.9;
    font-weight: 200;
    letter-spacing: -1px;
}

.bloque-solucion .item-key .titulo span {
  display: block;
}

.bloque-solucion .item-key .sub-text,
.bloque-solucion .item-key .items {
  overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    width: 95%;
}
.bloque-solucion .item-key .items .item {
    width: auto;
    flex: 1;
    min-width: 100px;
    height: 100px;
    background-color: var(--seventColor);
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-end;
    border-radius: 5px;
    overflow: hidden;
}
.bloque-solucion .item-key .items .item .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bloque-solucion .item-key .items .item .icon img {
    max-height: 100%;
}
.bloque-solucion .item-key .items .item .short {
    font-size: 1em;
    font-weight: 500;
    line-height: 0.9em;
    color: var(--mainColor);
    text-align: center;
    padding-bottom: 10px;
}
.bloque-solucion .item-key .items .item .long {
    position: absolute;
    font-size: 1em;
    font-weight: 500;
    color: var(--secondColor);
    padding: 10px;
    line-height: 1em;
    bottom: -100%;
    transition: bottom 0.3s ease-in-out;
    background-color: var(--mainColor);
    display: none;
}
.bloque-solucion .item-key .items .item:hover .long {
    bottom: -100%;
}
.bloque-solucion .item-key .sub-text {
    width: 80%;
    margin-left: 0;
    margin-top: 20px;
    font-size: 1em;
    text-transform: uppercase;
}
.bloque-solucion .left {
    position: absolute;
    left: 20px;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    font-size: 0.5em;
    /*display: none;*/
}
.bloque-solucion .left .texto {
    font-size: 4em;
    line-height: 1em;
    font-weight: 500;
}
.bloque-solucion .left .texto b {
    font-weight: 500;
    color: var(--fourthColor);
}
.bloque-solucion .left .barras {
    font-size: 6em;
    margin-bottom: 5px;
}
.bloque-solucion .left .barras i {
    color: var(--secondColor);
}


.bloque-post-solucion{
    width: calc(100% - var(--lateral-bar));
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.bloque-post-solucion .content{
    width: 100%;
    height: 100%;
    background-color: var(--fourthteenColor);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    align-items: flex-start;
    padding: 20px;
    padding-top: 100px;
    justify-content: space-between;
}
.bloque-post-solucion .content .titulo {
    display: flex;
    flex-direction: column;
    color: var(--secondColor);
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 0.9em;
    letter-spacing: -1px;
    margin-bottom: 50px;

}
.bloque-post-solucion .content .titulo .mask {
    overflow: hidden;
}
.bloque-post-solucion .content .carrousel-beneficios {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.bloque-post-solucion .content .carrousel-beneficios .card-b {
    min-width: 300px;
    height: 300px;
    flex: 0 0 1;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-end;
    max-height: 30dvh;
}
.bloque-post-solucion .content .carrousel-beneficios .card-b .icon {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 40px;
    right: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bloque-post-solucion .content .carrousel-beneficios .card-b .icon img {
    max-height: 100%;
}
.bloque-post-solucion .content .carrousel-beneficios .card-b .panel {
    padding: 10px;
    font-size: 1.5em;
    line-height: 0.9em;
}
.bloque-post-solucion .content .bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bloque-post-solucion .content .bottom .logo{
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--secondColor);
}
.bloque-post-solucion .content .bottom .logo .texto{
    font-size: 3em;
    line-height: 0.9em;
    font-weight: 400;
}
.bloque-post-solucion .content .bottom .logo .texto b {
    color: var(--fourthColor);
}
.bloque-post-solucion .content .bottom .logo .barras {
    font-size: 3em;
}
.bloque-post-solucion .content .bottom .boton {
    display: flex;
    align-items: flex-end;
}


.bloque-pre-clientes .elements-left{
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 60%;
    width: 50px;
    display: flex;
    flex-direction: column;
    font-size: 2em;
}
.bloque-pre-clientes{
    width: calc(100vw - var(--lateral-bar));
    padding: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    box-sizing: border-box;

    position: relative;
    margin-top:100px;

}
.bloque-pre-clientes .elements-left i{
    transform: rotate(-90deg);
    flex-shrink: 0;
}
.bloque-pre-clientes .elements-left .linea{
    flex: 1;
    width: 2px;
    background-color: var(--mainColor);
    margin-top: 10px;
}
.bloque-numeros{
    display: flex;
    flex-direction: column;
    width: calc(100% - var(--lateral-bar));
    margin-top: 30px;
    margin-bottom: 30px;

}
.bloque-numeros .item{
    padding: 40px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    color: var(--mainColor);

}
.bloque-numeros .item .numero{
    font-size: 4em;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 0.8em;
    overflow: hidden;
}
.bloque-numeros .item .titulo{
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 0.8em;
    overflow: hidden;
}
.bloque-numeros .item .texto{
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    text-align: left;
    font-size: 1em;
    margin-top: 20px;
}
.bloque-numeros .item .linea{
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--mainColor);
}
.bloque-clientes {
    background-color: var(--fourthteenColor);
    width: calc(100% - var(--lateral-bar));
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.bloque-clientes .inicio{
    padding: 20px;
    z-index: 1000;
}
.bloque-clientes .inicio .inicio-content{
    padding-top: 150px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
}
.bloque-clientes .inicio .inicio-content .back{
    background-color: var(--fourthteenColor);
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
}
.bloque-clientes .inicio .botones{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
}
.bloque-clientes .inicio .titulo{
    color: var(--secondColor);
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1em;
    justify-content: flex-end;
}
.bloque-clientes .inicio .linea{
    position: absolute;
    height: 2px;
    left: 0px;
    right: 0px;
    bottom: -10px;
    background-color: var(--secondColor);
}
.bloque-clientes .inicio .btn-glow-slide.blue::after{
    background-color: var(--fourthColor);
}
.bloque-clientes .comments{
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-top:100px;
}
.bloque-clientes .comments .panel{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
}
.bloque-clientes .comments .panel .logo{
    height: 50px;
}
.bloque-clientes .comments .panel .logo img{
    height: 100%;
    max-width: 50%;
    object-fit:contain;
    object-position: top center;
}
.bloque-clientes .comments .panel .texto{
    background-color: var(--mainColor);
    color: var(--secondColor);
    padding: 20px;
    padding-bottom: 40px;
    margin-bottom: 10px;
}
.bloque-clientes .comments .panel.left{
    text-align: right;
}
.bloque-clientes .comments .panel.right{
    text-align: left;
}
.bloque-clientes .comments .panel.left .texto{
    margin-left: 0;
}
.bloque-clientes .comments .panel.right .texto{
    margin-right: 0;
}
.bloque-clientes .comments .panel .info{
    display: flex;
    flex-direction: column;
    color: var(--secondColor);
}
.bloque-clientes .comments .panel > :last-child {
  margin-top: auto;
}
.bloque-clientes .comments .panel .info .persona{
    font-weight: bold;
}
.bloque-clientes .clientes-wrap {
    overflow: hidden;
    width: 100%;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.bloque-clientes .clientes {
  display: flex;
  gap: 40px;
  width: max-content;
}

.bloque-clientes .clientes .card {
  flex: 0 0 auto;
    background-color: var(--mainColor);
    padding: 80px;
    filter: grayscale(100%);
}

.bloque-pre-nosotros .elements-left{
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 60%;
    width: 50px;
    display: flex;
    flex-direction: column;
    font-size: 2em;
}
.bloque-pre-nosotros{
    width: calc(100vw - var(--lateral-bar));
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    box-sizing: border-box;

    position: relative;
    margin-top:100px;
    overflow: hidden;

}
.bloque-pre-nosotros .elements-left i{
    transform: rotate(-90deg);
    flex-shrink: 0;
}
.bloque-pre-nosotros .elements-left .linea{
    flex: 1;
    width: 2px;
    background-color: var(--mainColor);
    margin-top: 10px;
}
.bloque-pastilla {
    width: calc(100% - var(--lateral-bar));
    overflow: hidden;
    margin-top: 200px;
}

.bloque-pastilla  .content {
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.bloque-pastilla .content .back{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--fourthteenColor);

    -webkit-mask-image:
        linear-gradient(#fff 0 0),
        url("../assets/svg/mask-shape.svg");
    -webkit-mask-repeat:
        no-repeat,
        no-repeat;
    -webkit-mask-size:
        100% 100%,
        33vw 50vh;
    -webkit-mask-position:
        0 0,
        right 20px bottom 20px;
    -webkit-mask-composite: xor;

    mask-image:
        linear-gradient(#fff 0 0),
        url("../assets/svg/mask-shape.svg");
    mask-repeat:
        no-repeat,
        no-repeat;
    mask-size:
        100% 100%,
        33vw 50vh;
    mask-position:
        0 0,
        right 20px bottom 20px;
    mask-composite: exclude;
    z-index: -1;
}
.bloque-pastilla .content .top{
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding-top:100px;
}
.bloque-pastilla .content .top .texto-big{
    flex: 2;
    display: flex;
    flex-direction: column;
    line-height: 0.9em;
    color: var(--seventColor);
    font-weight: 400;
    font-size: 2.5em;
    padding: 20px;
    letter-spacing: -1px;

}
.bloque-pastilla .content .top .item{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.bloque-pastilla .content .top .item .lineas{
    height: 4px;
    background-color: var(--seventColor);
    width: 200px;
}
.bloque-pastilla .content .top .texto-small{
    flex: 1;
    padding: 20px;
    color: var(--secondColor);
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}
.bloque-pastilla .content .bottom{
    display: flex;
    flex-direction: column-reverse;
    flex: 1;
    align-items: flex-start;
}
.bloque-pastilla .content .bottom .boton{
    flex: 1;
    padding: 20px;
}
.bloque-pastilla .content .bottom .titulo{
    flex: 2;
    font-weight: 600;
    color: var(--mainColor);
    padding: 15px;
    font-size: 5em;
    letter-spacing: -5px;
    text-align: center;
    /*text-wrap-mode: nowrap;*/
    line-height: 1em;
}
.bloque-pastilla .content .bottom .titulo div{
    overflow: hidden;
}
.bloque-lab{
    width: calc(100% - var(--lateral-bar));
    /*height: 100vh;*/
    background-color: var(--fourthteenColor);
    padding-bottom: 50px;
}
.bloque-lab .top{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    padding-top: 180px;
    color: var(--secondColor);
    display: flex;
    flex-direction: row;
}
.bloque-lab .top .left{
    font-size: 2em;
    font-weight: 400;
    line-height: 0.9em;
    flex: 1;
}
.bloque-lab .top .right{
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1em;
    flex: 1;
    text-transform: uppercase;
}
.bloque-lab .bottom{
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;

}
.bloque-lab .bottom .card{
    flex: unset;
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.bloque-lab .bottom .card.left{
    background-color: var(--seventColor);
}
.bloque-lab .bottom .card.right{
    margin-top: 0px;
    background-color: var(--nineColor);
}
.bloque-lab .bottom .card img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    padding: 100px;
    min-width: 100%;
    max-height: 60%;
    width: auto;
}
.bloque-lab .bottom .card .over{
    position: absolute;
    font-size: 2em;
    line-height: 1.2em;
    background-color: var(--mainColor);
    color: var(--secondColor);
    padding: 40px;
    height: 100%;
    top: 100%;
    transition: top 0.3s ease-in-out;

}
.bloque-lab .bottom .card:hover .over{
    top: 30%;
}
.bloque-lab .bottom .card .text{
    padding: 20px;
    background-color: var(--mainColor);
    color: var(--secondColor);
    font-size: 2em;
    line-height: 0.9em;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bloque-lab .bottom .card .courtain{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 0%;
    background-color: var(--fourthteenColor);
    transition: height 0.3s ease-in-out;
}
.bloque-think{
    width: calc(100% - var(--lateral-bar));
    position: relative;
}
.bloque-think .content {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bloque-think .content .page {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bloque-think .content .page.is-active {
  pointer-events: auto;
  visibility: visible;
}
.bloque-think .content .titulo {
    flex: 2;
    display: flex;
    font-size: 4em;
    font-weight: 200;
    color: var(--mainColor);
        align-items: flex-end;
}

.bloque-think .content .titulo > div {
  overflow: hidden;
}

.bloque-think .content .titulo > div > span {
  display: inline-block;
  will-change: transform, opacity;
}
.bloque-think .content .pie{
    flex: 1;
    display: flex;
    flex-direction: row;
    color: var(--mainColor);
    font-size: 1em;
    width: 90%;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 50px;
}

.bloque-think .content .pie .item {
  opacity: 0;
  will-change: transform, opacity;
    display: flex;
    align-items: center;
    gap: 20px;
}
.bloque-think .content .pie .item i{
    font-size: 2em;
}

.bloque-think .content-dots {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 20;
  display: flex;
    flex-direction: row;
  gap: 0px;
    color: var(--mainColor);
}

.bloque-think .content-dots div {
  /*width: 10px;
  height: 10px;*/
    font-size: 2em;
  padding: 0;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.bloque-think .content-dots div.is-active {
  opacity: 1;
  transform: scale(1.2);
}

.bloque-tech{
    width: calc(100% - var(--lateral-bar));
    height: 100vh;
    position: relative;
}
.bloque-tech .content{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--fourthteenColor);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(10, 1fr);
    padding: 20px;
    color: var(--secondColor);
    padding-top: 150px;
    box-sizing: border-box;
}
.bloque-tech .mask{
    overflow: hidden;
}
.bloque-tech .content .titulo{
    grid-area: 1 / 1 / 3 / 12;
    font-size: 2em;
    display: flex;
    flex-direction: column;
    line-height: 1em;
    letter-spacing: -2px;
    font-weight: 100;
}
.bloque-tech .content .sub1{
    grid-area: 4 / 1 / 5 / 4;
    font-size: 0.8em;
    padding-right: 10px;
}
.bloque-tech .content .sub2{
    grid-area: 4 / 8 / 5 / 12;
    font-size: 0.8em;
    padding-right: 10px;
}
.bloque-tech .content .text-mini{
    grid-area: 3 / 1 / 4 / 12;
    font-size: 1em;
    display: flex;
    flex-direction: column;
}
.bloque-tech .content .opciones{
    grid-area: 4 / 9 / 10 / 12;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-end;
}
.bloque-tech .content .opciones .item{
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.bloque-tech .content .opciones .base{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    font-size: 1em;
    font-weight: 600;
    position: relative;
    line-height: 1.3em;
    align-items: flex-end;
}
.bloque-tech .content .opciones .base .logo{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 52px;
    flex: 0;
}
.bloque-tech .content .opciones .base .logo img{
    width: 50px;
    max-height: 40px;
}
.bloque-tech .content .opciones .base div{
    display: inline-block;
    flex: 1;
    padding-left: 5px;
    margin-bottom: 5px;
}
.bloque-tech .content .opciones .base .base-titulo{
    display: flex;
    flex-direction: column;
}
.bloque-tech .content .opciones .base .base-titulo .top{
    line-height: 1em;
}
.bloque-tech .content .opciones .base .base-titulo .sub{
    font-size: 0.9rem;
    line-height: 1em;
}
.bloque-tech .content .opciones .base i{
    transition: transform 0.2s ease;
}
.bloque-tech .content .opciones .base::before{
    content: "";
    position: absolute;
    /*width: 100%;*/
    width: calc(100% - 65px);
    height: 1px;
    background-color: var(--secondColor);
    bottom: 0;
    transition: background-color 0.3s ease-in-out;
    left: 65px;
}
.bloque-tech .content .opciones .abierto{
    background-color: var(--secondColor);
    height: 0;
    font-size: 0;
    color: var(--mainColor);
    transition: height 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

.bloque-tech .content .opciones .item.is-active > .abierto{
    height: 30px;
    font-size: 1.5em;
}
.bloque-tech .content .opciones .item.is-active > .abierto::after{
    content: "X";
    color: var(--mainColor);
    position: absolute;
    right: 5px;
}
.bloque-tech .content .opciones .item.is-active > .base i{
    transform: rotate(180deg);
}
.bloque-tech .content .opciones .item.is-active > .base::before{
    background-color: var(--fourthColor);
}
.bloque-tech .content .ampliaciones{
    grid-area: 5 / 1 / 10 / 9;
    position: relative;
    padding: 0px;
    pointer-events: none;
}
.bloque-tech .content .ampliaciones .item{
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    top: 0;
    padding: 20px;
    background-color: var(--secondColor);
    color: var(--mainColor);
    gap: 20px;
    height: 100%;
    justify-content: flex-end;
    pointer-events: none;
}
.bloque-tech .content .ampliaciones .item .btn-vert-slide{
    height: 60px;

}
.bloque-tech .content .ampliaciones .item img{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    max-height: 40px;
}
.bloque-tech .content .ampliaciones .item .btn-vert-slide .btn-label{
    height: unset;
}

.bloque-tech .content .ampliaciones .item .name{
    font-size: 2.5em;
    font-weight: 600;
}
.bloque-tech .content .ampliaciones .item .cuerpo{
    font-size: 1em;
    font-weight: 200;
}
.bloque-tech .content .ampliaciones .item.is-active{
    opacity: 1;
    pointer-events: unset;
}
.bloque-tech .content .ampliaciones:has( .item.is-active){
    pointer-events: unset;
}
.bloque-premios {
    width: calc(100% - var(--lateral-bar));
    background-color: var(--fourthteenColor);
    padding-top: 150px;
    overflow: hidden;
}
.bloque-premios .top{
    display: flex;
    flex-direction: column;

    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: var(--secondColor);
    position: relative;
    padding-bottom: 100px;
}
.bloque-premios .top .text-big{
    flex: 1;
    font-size: 2em;
    letter-spacing: -2px;
    line-height: 1em;
    margin-bottom: 20px;
}
.bloque-premios .top .text{
    flex: 1;
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bloque-premios .top .linea{
    position: absolute;
    bottom: 0;
    height: 2px;
    left:20px;
    right: 20px;
    background-color: var(--secondColor);
}
.bloque-premios .titulo{
    display: flex;
    flex-direction: column;
    padding: 50px;
    padding-left: 20px;
    font-size: 3em;
    font-weight: 600;
    line-height: 0.9em;
    color: var(--secondColor);
}
.bloque-premios .titulo .mask{
    overflow: hidden;
}
.bloque-premios .premios-wrap {
  overflow: hidden;
  width: calc(100% - var(--lateral-bar));
    padding: 20px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.bloque-premios .premios {
  display: flex;
  gap: 20px;
  /*width: max-content;*/
        flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}

.bloque-premios .premios .card {
  flex: 0 0 auto;
    /*background-color: var(--mainColor);*/
    /*padding: 80px;*/
    filter: grayscale(100%);
}
.bloque-premios .premios .card img{
    width: 100%;
    max-width: 200px;
}
.bloque-inteligencia{
    width: calc(100% - var(--lateral-bar));
    margin-top: 100px;
    font-size: 1.3em;
    line-height: 1em;
    text-align: right;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.bloque-solucion-2{
    width: calc(100% - var(--lateral-bar));
    padding: 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin: auto;
    padding-right: calc(20px + var(--lateral-bar));
    margin-bottom: 100px;
    overflow: hidden;
}
.bloque-solucion-2 .solu-card{
    background-color: var(--mainColor);
    height: auto;
    /*border-radius: 0 0 0 20px;*/
    border-radius: 20px;
    color: var(--secondColor);
    padding: 20px;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.bloque-solucion-2 .solu-card .grupo-titulo{
    text-align: right;
    width: 100%;
    font-size: 1.3em;
    font-weight: 200;
}
.bloque-solucion-2 .solu-card .grupo-titulo span{
    font-weight: bold;
}
.bloque-solucion-2 .solu-card .grupo-nombre{
    width: 100%;
    height: 80px;
    display: flex;
    font-size: 2em;
    align-items: flex-end;
    font-weight: 500;
    justify-content: space-between;
    line-height: 1em;
}
.bloque-solucion-2 .solu-card .grupo-nombre img {
    width: 50px;
    max-height: 80px;
}
.bloque-solucion-2 .solu-card .grupo-detail{
    margin-top: 20px;
    height: 150px;
}
.bloque-solucion-2 .solu-card .grupo-button{
    width: 100%;
    text-align: right;
}
.bloque-solucion-2 .solu-card .grupo-button .btn-vert-slide{
    height: 70px;
}