.wp-block[data-type="meta-box/block-one-topic-simple"]{
    max-width: 100%;
}
.wp-block[data-type="meta-box/block-one-topic-simple"] .container{
    max-width: 100%;
    width: 100%;
}
.wp-block[data-type="meta-box/block-one-topic-simple"] .container .col-md-4{
    width: 340px;
}
.wp-block[data-type="meta-box/block-one-topic-simple"] .simple .bg-item{
    width: calc((100% - 1210px) / 2);
}
.wp-block[data-type="meta-box/block-one-topic-simple"] .simple .simple-images-wrapper.left.limitar{
    margin-right: calc(400px - -2%);
}
.wp-block[data-type="meta-box/block-one-topic-simple"]  .simple .simple-images-wrapper.right.limitar{
    margin-left: calc(400px - -2%);
}
.wp-block[data-type="meta-box/block-one-topic-simple"] .wp-element-button.video{
    color: white !important;
}
.wp-block[data-type="meta-box/block-one-topic-simple"] .simple .col-md-4 .wp-element-button svg{
    top: 5px;
}
.simple.video-item .simple-images-wrapper{
    z-index: 2;
    overflow: hidden;
}
.simple{
    background-color: #45472D;
    height: 800px;
    color: white;
    position: relative;
}
.simple.item-right .bg-item{
    left: auto;
    right: 0px;
}
.simple .bg-item{
    width: calc( (100% - 1500px) / 2 );
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 2;
}
.simple .wp-block-buttons-simple{
    position: absolute;
    bottom: 80px;
    left: 50px;
}
.simple .container{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    z-index: 2;
}
.simple .container .row{
    height: 100%;
}
.simple .col-md-4{
    padding-top: 130px;
    padding-left: 50px;
    padding-right: 50px;
}
.simple .col-md-4 h2{
    font-size: 34px;
    font-weight: bold;
    line-height: 120%;
    color: white;
    margin-bottom: 30px;
}
.simple .col-md-4 h3{
    font-size: 14px;
    color: #EAEA95;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
}
.simple .col-md-4 .wp-element-button{
    transition: background 500ms ease, color 500ms ease, border-color 500ms ease;
}
.simple .col-md-4 .wp-element-button svg{
    margin-right: 4px;
    position: relative;
    top: -2px;
    left: -6px;
}
html .simple .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 .simple .col-md-4 .wp-block-buttons-simple .wp-block-button-simple a:hover.wp-element-button{
    background-color: var(--color-negro);
    color: white !important;
}
.simple .simple-images-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.simple .simple-images-wrapper .video-play{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: block;
    height: 100%;
}
.simple .simple-images-wrapper a.video-play img{
    transition: transform 500ms ease;
}
.simple .simple-images-wrapper a:hover.video-play img{
    transform: scale(1.05);
}
.simple .simple-images-wrapper .video-play svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.simple .simple-images-wrapper .simple-images{
    display: flex;
    list-style: none;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    z-index: -1;
}
.simple .container.left .row{
    display: flex;
    justify-content: flex-start;
}
.simple .container.right .row{
    display: flex;
    justify-content: flex-end;
}
.simple .simple-images-wrapper.left{
    width: 100%;
    margin-left: 0px;
}
.simple .simple-images-wrapper.right{
    width: 100%;
    margin-right: 0px;
}
.simple .simple-images-wrapper.left.limitar{
    width: auto;
    margin-right: calc((100% - 1320px) / 2 + 410px);
}
.simple .simple-images-wrapper.right.limitar{
    width: auto;
    margin-left: calc((100% - 1320px) / 2 + 410px);
}
.simple .simple-images-wrapper .simple-images.grid-1 li{
    flex-basis: 100%;;
}
.simple .simple-images-wrapper .simple-images.grid-2 li{
    flex-basis: 50%;
}
.simple .simple-images-wrapper .simple-images.grid-3 li{
    flex-basis: 50%;
}
.simple .simple-images-wrapper .simple-images li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.simple .simple-images-wrapper .simple-images li.chart{
    display: flex;
    align-items: center;
    justify-content: center;
}
.simple .simple-images-wrapper .simple-images li.chart img{
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.simple .modal {
    display: none; 
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.85); 
}
.simple .modal.active {
    display: block;
    z-index: 10000;
}
.simple .modal .modal-content {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent !important;
}
.simple .close {
    position: fixed;
    top: 30px;
    right: 60px;
    z-index: 200;
}
.simple .close:hover,
.simple .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.simple .video-container {
    position: relative;
    width: 100%;
    max-width: 80% !important;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
}
.simple .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 0px) and (max-width: 480px) {
    .simple{
        height: auto;
        overflow: hidden;
    }
    .simple .close{
        top: 25px;
        right: 25px;
    }
    .simple .col-md-4{
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 45px;
        padding-right: 45px;
    }
    .simple .col-md-4 h2{
        font-size: 30px;
    }
    .simple .container{
        position: static;
        transform: translate(0, 0);
        padding-left: 0px;
        padding-right: 0px;
    }
    .simple .wp-block-buttons-simple{
        position: static;
    }
    .simple .simple-images-wrapper.left.limitar{
        margin-right: 0px;
        width: 100%;
    }
    .simple .simple-images-wrapper.right.limitar{
        margin-left: 0px;
        width: 100%;
    }
    html .simple .col-md-4 .wp-block-buttons-simple .wp-block-button-simple a.wp-element-button{
        padding: 12px;
    }
    .simple .col-md-4 .wp-element-button svg{
        top: -1px;
        left: 2px;
        width: 10px;
    }
    .simple .simple-images-wrapper .video-play svg{
        width: 90px;
        height: 90px;
    }
}
@media (min-width: 481px) and (max-width: 576px) {
    .simple{
        height: auto;
        overflow: hidden;
    }
    .simple .close{
        top: 25px;
        right: 25px;
    }
    .simple .col-md-4{
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 45px;
        padding-right: 45px;
    }
    .simple .col-md-4 h2{
        font-size: 30px;
    }
    .simple .container{
        position: static;
        transform: translate(0, 0);
        padding-left: 0px;
        padding-right: 0px;
    }
    .simple .wp-block-buttons-simple{
        position: static;
    }
    .simple .simple-images-wrapper.left.limitar{
        margin-right: 0px;
        width: 100%;
    }
    .simple .simple-images-wrapper.right.limitar{
        margin-left: 0px;
        width: 100%;
    }
    .simple .simple-images-wrapper .video-play svg{
        width: 90px;
        height: 90px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .simple{
        height: auto;
        overflow: hidden;
    }
    .simple .close{
        top: 25px;
        right: 25px;
    }
    .simple .col-md-4{
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 45px;
        padding-right: 45px;
    }
    .simple .col-md-4 h2{
        font-size: 30px;
    }
    .simple .container{
        position: static;
        transform: translate(0, 0);
        padding-left: 0px;
        padding-right: 0px;
    }
    .simple .wp-block-buttons-simple{
        position: static;
    }
    .simple .simple-images-wrapper.left.limitar{
        margin-right: 0px;
        width: 100%;
    }
    .simple .simple-images-wrapper.right.limitar{
        margin-left: 0px;
        width: 100%;
    }
    .simple .simple-images-wrapper .video-play svg{
        width: 90px;
        height: 90px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .simple{
        height: auto;
        overflow: hidden;
    }
    .simple .close{
        top: 25px;
        right: 25px;
    }
    .simple .container{
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        transform: translate(0,0);
        top: 0px;
        left: 0px;
        height: auto;
        z-index: 2;
    }
    .simple .simple-images-wrapper{
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .simple .col-md-4{
        padding-top: 60px;
        width: 50% !important;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 60px;
    }
    .simple .wp-block-buttons-simple{
        position: static;
        margin-bottom: 60px;
    }
    .simple .simple-images-wrapper.left{
        width: 50%;
        margin-right: auto;
        right: auto;
        left: 0px;
    }
    .simple .simple-images-wrapper.right{
        width: 50%;
        margin-left: auto;
        left: auto;
        right: 0px;
    }
    .simple .simple-images-wrapper.left.limitar{
        width: 50%;
        margin-right: auto;
        right: auto;
        left: 0px;
    }
    .simple .simple-images-wrapper.right.limitar{
        width: 50%;
        margin-left: auto;
        left: auto;
        right: 0px;
    }
    html .simple .col-md-4 .wp-block-buttons-simple .wp-block-button-simple a.wp-element-button{
        padding: 12px;
    }
    .simple .col-md-4 .wp-element-button svg{
        top: -1px;
        left: 2px;
        width: 10px;
    }
    .simple .col-md-4 h2{
        font-size: 30px;
    }
    .simple .simple-images-wrapper .video-play svg{
        width: 90px;
        height: 90px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .single-excursion .wrapper > .simple .bg-item{
        display: none;
    }
    .simple .close{
        top: 25px;
        right: 25px;
    }
    .simple .container.left{
        padding-left: 0px;
        padding-right: 0px;
    }
    .simple .container.right{
        padding-right: 0px;
        padding-left: 0px;
    }
    .simple .wp-block-buttons-simple{
        left: 45px;
    }
    .wrapper > .simple:first-child .container.left .col-md-4{
        width: 35.5%;
    }
    .simple{
        height: 650px;
        overflow: hidden;
    }
    .simple .col-md-4{
        padding-top: 60px;
        padding-left: 45px;
        padding-right: 45px;
        width: 35%;
    }
    .simple .bg-item{
        width: 35%;
    }
    .simple .simple-images-wrapper.left{
        width: 100%;
        margin-right: auto
    }
    .simple .simple-images-wrapper.right{
        width: 100%;
        margin-left: auto
    }
    .simple .simple-images-wrapper.left.limitar{
        width: 65%;
        margin-right: auto;
    }
    .simple .simple-images-wrapper.right.limitar{
        width: 65%;
        margin-left: auto;
    }
    .simple .simple-images-wrapper .simple-images.grid-2 li:first-child{
        flex-basis: 58.4%;
    }
    .simple.item-left .simple-images-wrapper .simple-images.grid-2 li:first-child{
        flex-basis: 50%;
    }
    .simple.item-left .simple-images-wrapper .simple-images.grid-2 li:last-child{
        flex-basis: 58.4%;
    }
    html .simple .col-md-4 .wp-block-buttons-simple .wp-block-button-simple a.wp-element-button{
        padding: 12px;
    }
    .simple .col-md-4 .wp-element-button svg{
        top: -1px;
        left: 2px;
        width: 10px;
    }
    .simple .col-md-4 h2{
        font-size: 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .single-excursion .wrapper > .simple .bg-item{
        display: none;
    }
    .simple .close{
        top: 25px;
        right: 25px;
    }
    .simple .container.left{
        padding-left: 0px;
        padding-right: 0px;
    }
    .simple .container.right{
        padding-right: 0px;
        padding-left: 0px;
    }
    .simple .wp-block-buttons-simple{
        left: 45px;
    }
    .wrapper > .simple:first-child .container.left .col-md-4{
        width: 35.5%;
    }
    .simple{
        height: 650px;
        overflow: hidden;
    }
    .simple .col-md-4{
        padding-top: 60px;
        padding-left: 45px;
        padding-right: 45px;
        width: 35%;
    }
    .simple .bg-item{
        width: 35%;
    }
    .simple .simple-images-wrapper.left{
        width: 100%;
        margin-right: auto
    }
    .simple .simple-images-wrapper.right{
        width: 100%;
        margin-left: auto
    }
    .simple .simple-images-wrapper.left.limitar{
        width: 65%;
        margin-right: auto;
    }
    .simple .simple-images-wrapper.right.limitar{
        width: 65%;
        margin-left: auto;
    }
    .simple .simple-images-wrapper .simple-images.grid-2 li:first-child{
        flex-basis: 58.4%;
    }
    .simple.item-left .simple-images-wrapper .simple-images.grid-2 li:first-child{
        flex-basis: 50%;
    }
    .simple.item-left .simple-images-wrapper .simple-images.grid-2 li:last-child{
        flex-basis: 58.4%;
    }
}