.wp-block[data-type="meta-box/block-technical-information"]{
    max-width: 100%;
}
.wp-block[data-type="meta-box/block-technical-information"] .container{
    max-width: 1210px;
    width: 100%;
}
.wp-block[data-type="meta-box/block-technical-information"] .container .col-md-4{
    width: 340px;
}
.wp-block[data-type="meta-box/block-technical-information"] .tech-info .bg-item{
    width: calc((100% - 1210px) / 2);
}
.tech-info.video-item .tech-info-images-wrapper{
    z-index: 2;
    overflow: hidden;
}
.tech-info{
    background-color: #45472D;
    color: white;
    height: 870px;
    position: relative;
}
.tech-info.item-right .bg-item{
    left: auto;
    right: 0px;
}
.tech-info .bg-item{
    width: calc( (100% - 1500px) / 2 );
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 2;
}
.tech-info .wp-block-buttons-tech-info{
    position: absolute;
    bottom: 80px;
    left: 50px;
}
.tech-info .container{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    z-index: 2;
}
.tech-info .container .row{
    height: 100%;
}
.tech-info .col-md-4{
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
}
.tech-info .col-md-4 h2{
    font-size: 34px;
    font-weight: bold;
    line-height: 120%;
    color: white;
    margin-bottom: 30px;
}
.tech-info .col-md-4 h3{
    font-size: 14px;
    color: #EAEA95;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
}
.tech-info .col-md-4 .wp-element-button{
    transition: background 500ms ease, color 500ms ease, border-color 500ms ease;
}
.tech-info .col-md-4 .wp-element-button svg{
    margin-right: 4px;
    position: relative;
    top: -2px;
    left: -6px;
}
html .tech-info .col-md-4 .wp-block-buttons-tech-info .wp-block-button-tech-info a.wp-element-button{
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: var(--fw-bold);
    font-size: var(--fs-texto);
    color: var(--color-negro);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 12px 30px;
}
html .tech-info .col-md-4 .wp-block-buttons-tech-info .wp-block-button-tech-info a:hover.wp-element-button{
    background-color: var(--color-negro);
    color: white !important;
}
.tech-info .tech-info-images-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.tech-info .tech-info-images-wrapper .tech-info-images{
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    height: 100%;
    z-index: -1;
}
.tech-info .container.left .row{
    display: flex;
    justify-content: flex-start;
}
.tech-info .container.left .row ul{
    list-style: none;
    padding-left: 0px;
}
.tech-info .container.left .row ul li{
    padding: 12px 0px;
    border-bottom: 1px solid #C4C4C4;
    position: relative;
    padding-left: 55px;
}
.tech-info .container.left .row ul li:last-child{
    border-bottom: none;
}
.tech-info .container.left .row ul li img{
    width: 45px;
    height: 25px;
    object-fit: contain;
    position: absolute;
    left: 0px;
    top: 0x;
}
.tech-info .container.right .row{
    display: flex;
    justify-content: flex-end;
}
.tech-info .tech-info-images-wrapper.left{
    width: 100%;
    margin-left: 0px;
}
.tech-info .tech-info-images-wrapper.right.limitar{
    width: auto;
    margin-left: calc((100% - 1320px) / 2 + 410px);
}
.tech-info .tech-info-images-wrapper .tech-info-images.grid-1 li{
    flex-basis: 100%;;
}
.tech-info .tech-info-images-wrapper .tech-info-images li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* LEVEL */
.difficulty-level {
    display: flex;
    gap: 4px;
    position: absolute;
    left: 4px;
    top: 20px;
}
.difficulty-level .circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: white; /* Color inactivo */
}
.difficulty-level .circle.active {
    background-color: #373631; /* Color activo */
}

@media (min-width: 0px) and (max-width: 480px){
    .tech-info{
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .tech-info .tech-info-images-wrapper{
        order: 1;
    }
    .tech-info .container{
        position: static;
        transform: translate(0,0);
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        order: 2;
    }
    .tech-info .col-md-4{
        padding-top: 60px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 30px;
    }
    .tech-info .tech-info-images-wrapper.left.limitar{
        margin-right: 0px;
        width: 100%;
    }
    .tech-info .tech-info-images-wrapper.right.limitar{
        margin-left: 0px;
        width: 100%;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    .tech-info{
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .tech-info .tech-info-images-wrapper{
        order: 1;
    }
    .tech-info .container{
        position: static;
        transform: translate(0,0);
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        order: 2;
    }
    .tech-info .col-md-4{
        padding-top: 60px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 30px;
    }
    .tech-info .tech-info-images-wrapper.left.limitar{
        margin-right: 0px;
        width: 100%;
    }
    .tech-info .tech-info-images-wrapper.right.limitar{
        margin-left: 0px;
        width: 100%;
    }
}
@media (min-width: 577px) and (max-width: 767px){
    .tech-info{
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .tech-info .tech-info-images-wrapper{
        order: 1;
    }
    .tech-info .container{
        position: static;
        transform: translate(0,0);
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        order: 2;
    }
    .tech-info .col-md-4{
        padding-top: 60px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 30px;
    }
    .tech-info .tech-info-images-wrapper.left.limitar{
        margin-right: 0px;
        width: 100%;
    }
    .tech-info .tech-info-images-wrapper.right.limitar{
        margin-left: 0px;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .tech-info{
        height: auto;
        overflow: hidden;
    }
    .tech-info .container{
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        transform: translate(0, 0);
        left: 0px;
    }
    .tech-info .col-md-4{
        width: 50%;
        padding-top: 60px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 45px;
    }
    .tech-info .tech-info-images-wrapper{
        width: 50%;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
    }
    .tech-info .tech-info-images-wrapper img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .tech-info .tech-info-images-wrapper.left.limitar{
        margin-right: 0px;
        width: 50%;
    }
    .tech-info .tech-info-images-wrapper.right.limitar{
        margin-left: 0px;
        width: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .tech-info{
        height: auto;
        overflow: hidden;
    }
    .tech-info .container{
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        transform: translate(0, 0);
        left: 0px;
    }
    .tech-info .col-md-4{
        width: 35%;
        padding-top: 60px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 45px;
    }
    .tech-info .tech-info-images-wrapper{
        width: 65%;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
    }
    .tech-info .tech-info-images-wrapper img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .tech-info .bg-item{
        width: 35%;
    }
    .tech-info .tech-info-images-wrapper.left.limitar{
        margin-right: 0px;
        width: 65%;
    }
    .tech-info .tech-info-images-wrapper.right.limitar{
        margin-left: 0px;
        width: 65%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px){
    .tech-info .bg-item{
        width: 35%;
    }
    .tech-info .col-md-4{
        width: 35%;
        padding-top: 60px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 45px;
    }
}