.wp-block[data-type="meta-box/block-latest-post"]{
    max-width: 100%;
}
.wp-block[data-type="meta-box/block-latest-post"] .container{
    max-width: 1210px;
    width: 100%;
}
.wp-block[data-type="meta-box/block-latest-post"] .container .col-md-4{
    width: 340px;
}
.wp-block[data-type="meta-box/block-latest-post"] .latest-post .bg-item{
    width: calc((100% - 1210px) / 2);
}
.wp-block[data-type="meta-box/block-latest-post"]  a{
    cursor: default;
    pointer-events: none;
}
.latest-post{
    background-color: #45472D;
    height: 800px;
    color: white;
    position: relative;
}
.latest-post.item-right .bg-item{
    left: auto;
    right: 0px;
}
.latest-post .bg-item{
    width: calc((100% - 1524px) / 2);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 2;
}
.latest-post .wp-block-buttons-simple{
    position: absolute;
    bottom: 80px;
    left: 50px;
}
.latest-post .container{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    z-index: 2;
}
.latest-post .container .row{
    height: 100%;
}
.latest-post .col-md-4{
    padding-top: 130px;
    padding-left: 50px;
    padding-right: 50px;
}
.latest-post .col-md-4 h2{
    font-size: 34px;
    font-weight: bold;
    line-height: 120%;
    color: white;
    margin-bottom: 30px;
}
.latest-post .col-md-4 h3{
    font-size: 14px;
    color: #EAEA95;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-top: 70px;
}
.latest-post .col-md-4 .wp-element-button{
    transition: background 500ms ease, color 500ms ease, border-color 500ms ease;
}
.latest-post .col-md-4 .wp-element-button svg{
    margin-right: 4px;
    position: relative;
    top: -2px;
    left: -6px;
}
html .latest-post .col-md-4 .wp-block-buttons-simple .wp-block-button-simple 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 .latest-post .col-md-4 .wp-block-buttons-simple .wp-block-button-simple a:hover.wp-element-button{
    background-color: var(--color-negro);
    color: white !important;
}
.latest-post .latest-post-images-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.latest-post .latest-post-images-wrapper .latest-post-images{
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    height: 100%;
    z-index: -1;
}
.latest-post .container.left .row{
    display: flex;
    justify-content: flex-start;
}
.latest-post .latest-post-images-wrapper.right{
    width: 100%;
    margin-right: 0px;
}
.latest-post .latest-post-images-wrapper .latest-post-images.grid-1 li{
    flex-basis: 100%;;
}
.latest-post .latest-post-images-wrapper .latest-post-images.grid-2 li{
    flex-basis: 50%;
}
.latest-post .latest-post-images-wrapper .latest-post-images.grid-3 li{
    flex-basis: 50%;
}
.latest-post .latest-post-images-wrapper .latest-post-images li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 0px) and (max-width: 480px){
    .latest-post{
        overflow: hidden;
        height: auto;
    }
    .latest-post .container{
        position: relative;
        left: 0px !important;
        transform: translate(0,0) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .latest-post .col-md-4{
        padding-left: 40px;
        padding-right: 40px;
    }
    .latest-post .col-md-4 h3{
        margin-top: 0px;
    }
    .latest-post .col-md-4 .wp-block-buttons-latest-post{
        margin-bottom: 80px;
    }
    .latest-post .latest-post-images-wrapper{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    .latest-post{
        overflow: hidden;
        height: auto;
    }
    .latest-post .container{
        position: relative;
        left: 0px !important;
        transform: translate(0,0) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .latest-post .col-md-4{
        padding-left: 40px;
        padding-right: 40px;
    }
    .latest-post .col-md-4 h3{
        margin-top: 0px;
    }
    .latest-post .col-md-4 .wp-block-buttons-latest-post{
        margin-bottom: 80px;
    }
    .latest-post .latest-post-images-wrapper{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
    }
}
@media (min-width: 577px) and (max-width: 767px){
    .latest-post{
        overflow: hidden;
        height: auto;
    }
    .latest-post .container{
        position: relative;
        left: 0px !important;
        transform: translate(0,0) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .latest-post .col-md-4{
        padding-left: 40px;
        padding-right: 40px;
    }
    .latest-post .col-md-4 h3{
        margin-top: 0px;
    }
    .latest-post .col-md-4 .wp-block-buttons-latest-post{
        margin-bottom: 80px;
    }
    .latest-post .latest-post-images-wrapper{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .latest-post{
        overflow: hidden;
        height: auto;
    }
    .latest-post .container{
        position: relative;
        left: 0px !important;
        transform: translate(0,0) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .latest-post .col-md-4{
        padding-left: 40px;
        padding-right: 40px;
        width: 50% !important;
    }
    .latest-post .col-md-4 h3{
        margin-top: 0px;
    }
    .latest-post .col-md-4 .wp-block-buttons-latest-post{
        margin-bottom: 80px;
    }
    .latest-post .latest-post-images-wrapper{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .latest-post{
        overflow: hidden;
        height: auto;
    }
    .latest-post .container{
        position: relative;
        left: 0px !important;
        transform: translate(0,0) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .latest-post .col-md-4{
        padding-left: 40px;
        padding-right: 40px;
        width: 35% !important;
    }
    .latest-post .col-md-4 h3{
        margin-top: 0px;
    }
    .latest-post .col-md-4 .wp-block-buttons-latest-post{
        margin-bottom: 80px;
    }
    .latest-post .latest-post-images-wrapper{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px){
    .latest-post{
        overflow: hidden;
        height: auto;
    }
    .latest-post .container{
        position: relative;
        left: 0px !important;
        transform: translate(0,0) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .latest-post .col-md-4{
        padding-left: 60px;
        padding-right: 60px;
        width: 35% !important;
    }
    .latest-post .col-md-4 h3{
        margin-top: 0px;
    }
    .latest-post .col-md-4 .wp-block-buttons-latest-post{
        margin-bottom: 80px;
    }
    .latest-post .latest-post-images-wrapper{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
    }
}
@media (min-width: 1441px){
    .latest-post .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .latest-post .col-md-4{
        padding-left: 60px;
        padding-right: 60px;
    }
}