.yurts-table table tr:nth-child(even){
    background-color: white;
}
.yurts-table table tr.first{
    background-color: transparent;
}
.yurts-table table tr.first th{
    font-size: 30px;
    line-height: 130%;
    font-weight: bold;
    padding: 15px 20px;
    padding-bottom: 40px;
}
.yurts-table table tr.first th span{
    max-width: 250px;
    display: block;
    margin: auto;
}
.yurts-table table tr.first th span.subtitle{
    font-size: var(--fs-texto);
    color: #9C9F61;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
    line-height: 130%;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0px 19px;
}
.yurts-table table tr.first th span.subtitle.col-2-sub{
    color: #748260;
}
.yurts-table table tr.first th span.subtitle.col-3-sub{
    color: #9C9F61;
}
.yurts-table table tr.first th:not(:first-child){
    text-align: center;
}
.yurts-table table tr svg{
    width: 40px;
    height: 40px;
}
.yurts-table table tr td{
    font-size: 18px;
    line-height: 150%;
    color: #3F3D36;
    font-weight: bold;
}
.yurts-table table tr td:not(:first-child){
    text-align: center;
}
.yurts-table table tr:nth-child(even) td:first-child{
    color: #748260;
}
.yurts-table table tr td:first-child{
    padding: 20px;
}
.yurts-table table tr td:nth-child(2){
    padding: 15px 20px;
    text-align: center;
}
.yurts-table table tr td:last-child{
    padding: 15px 20px;
    text-align: center;
}
.yurts-table table tfoot tr{
    background-color: transparent !important;
}
.yurts-table table tfoot tr td{
    padding-top: 30px !important;
}
.yurts-table table tfoot tr span{
    font-size: 14px;
    line-height: 140%;
    color: #3F3D36;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 226px;
    text-align: left;
}
.yurts-table table tfoot tr td a.btn-primary.is-style-outline{
    color: #373631 !important;
    border-color: #373631 !important;
}
.yurts-table table tfoot tr td a:hover.btn-primary.is-style-outline{
    color: white !important;
}
.yurts-table .toggleable-rows tr:nth-child(n+7){
    display: none;
}
.yurts-table .show-more-button{
    margin-top: 15px;
    text-align: center;
}
.yurts-table .show-more-button .btn-primary{
    background-color: #9C9F61 !important;
    color: #FFF !important;
    transition: color 500ms ease, background-color 500ms ease;
    border: none !important;
}
.yurts-table .show-more-button .btn-primary:hover{
    background-color: var(--color-amarillo) !important;
    color: var(--color-negro) !important;
}


@media (min-width: 0px) and (max-width: 480px) {
    .yurts-container .wp-block-group__inner-container{
        padding-right: 0px !important;
    }
    .yurts-table .tabla-responsiva{
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 25px;
        padding-right: 30px;
        overflow: auto;
    }
    .yurts-table table{
        table-layout: fixed;
    }
    .yurts-table table tr svg{
        width: 20px;
        height: 20px;
    }
    .yurts-table table tr.first th:first-child{
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        width: 100%;
    }
    .yurts-table table tr.first th:first-child,
    .yurts-table table tbody tr td:first-child{
        width: 160px !important;
    }
    .yurts-table table tr.first th:not(:first-child){
        font-size: 14px;
        width: 120px !important;
        padding: 0px 11px;
    }
    .yurts-table table tr td{
        font-size: 11px;
        padding: 9px !important;
    }
    .block-plans table tr.first th:not(:first-child){
        font-size: 11px;
    }
    .yurts-table table tfoot p{
        font-size: 12px;
        line-height: 1.4em;
    }
}
@media (min-width: 481px) and (max-width: 576px) {
    .yurts-container .wp-block-group__inner-container{
        padding-right: 0px !important;
    }
    .yurts-table .tabla-responsiva{
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 25px;
        padding-right: 30px;
        overflow: auto;
    }
    .yurts-table table{
        table-layout: fixed;
    }
    .yurts-table table tr svg{
        width: 20px;
        height: 20px;
    }
    .yurts-table table tr.first th:first-child{
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        width: 100%;
    }
    .yurts-table table tr.first th:first-child,
    .yurts-table table tbody tr td:first-child{
        width: 160px !important;
    }
    .yurts-table table tr.first th:not(:first-child){
        font-size: 16px;
        width: 120px !important;
        padding: 0px 11px;
    }
    .yurts-table table tr td{
        font-size: 12px;
        padding: 9px !important;
    }
    .block-plans table tr.first th:not(:first-child){
        font-size: 12px;
    }
    .yurts-table table tfoot p{
        font-size: 12px;
        line-height: 1.4em;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .yurts-container .wp-block-group__inner-container{
        padding-right: 0px !important;
    }
    .yurts-table .tabla-responsiva{
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 25px;
        padding-right: 30px;
        overflow: auto;
    }
    .yurts-table table{
        table-layout: fixed;
    }
    .yurts-table table tr svg{
        width: 20px;
        height: 20px;
    }
    .yurts-table table tr.first th:first-child{
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        width: 100%;
    }
    .yurts-table table tr.first th:first-child,
    .yurts-table table tbody tr td:first-child{
        width: 160px !important;
    }
    .yurts-table table tr.first th:not(:first-child){
        font-size: 16px;
        width: 120px !important;
        padding: 0px 11px;
    }
    .yurts-table table tr td{
        font-size: 12px;
        padding: 9px !important;
    }
    .block-plans table tr.first th:not(:first-child){
        font-size: 12px;
    }
    .yurts-table table tfoot p{
        font-size: 13px;
        line-height: 1.4em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .yurts-container .wp-block-group__inner-container{
        padding-right: 0px !important;
    }
    .yurts-table .tabla-responsiva{
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 25px;
        padding-right: 30px;
        overflow: auto;
    }
    .yurts-table table{
        table-layout: fixed;
    }
    .yurts-table table tr svg{
        width: 25px;
        height: 25px;
    }
    .yurts-table table tr.first th:first-child{
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        width: 100%;
    }
    .yurts-table table tr.first th:first-child,
    .yurts-table table tbody tr td:first-child{
        width: 160px !important;
    }
    .yurts-table table tr.first th:not(:first-child){
        font-size: 18px;
        width: 120px !important;
        padding: 0px 11px;
    }
    .yurts-table table tr td{
        font-size: 14px;
        padding: 11px !important;
    }
    .block-plans table tr.first th:not(:first-child){
        font-size: 14px;
    }
    .yurts-table table tfoot p{
        font-size: 13px;
        line-height: 1.4em;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .yurts-container .wp-block-group__inner-container{
        padding-right: 0px !important;
    }
    .yurts-table .tabla-responsiva{
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 25px;
        padding-right: 30px;
        overflow: auto;
    }
    .yurts-table table{
        table-layout: fixed;
    }
    .yurts-table table tr svg{
        width: 30px;
        height: 30px;
    }
    .yurts-table table tr.first th:first-child{
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        width: 100%;
    }
    .yurts-table table tr.first th:first-child,
    .yurts-table table tbody tr td:first-child{
        width: 160px !important;
    }
    .yurts-table table tr.first th:not(:first-child){
        font-size: 24px;
        width: 120px !important;
        padding: 0px 11px;
    }
    .yurts-table table tr td{
        font-size: 16px;
        padding: 14px !important;
    }
    .yurts-table table tfoot p{
        font-size: 14px;
        line-height: 1.4em;
    }
}
@media (min-width: 1200px) and (max-width: 1340px) {
    .yurts-container .wp-block-group__inner-container{
        padding-right: 0px !important;
    }
    .yurts-table .tabla-responsiva{
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 25px;
        padding-right: 30px;
        overflow: auto;
    }
    .yurts-table table{
        table-layout: fixed;
    }
    .yurts-table table tr svg{
        width: 35px;
        height: 35px;
    }
    .yurts-table table tr.first th:first-child{
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        width: 100%;
    }
    .yurts-table table tr.first th:first-child,
    .yurts-table table tbody tr td:first-child{
        width: 160px !important;
    }
    .yurts-table table tr.first th:not(:first-child){
        font-size: 26px;
        width: 120px !important;
        padding: 0px 11px;
    }
    .yurts-table table tr td{
        font-size: 16px;
        padding: 16px !important;
    }
    .yurts-table table tfoot p{
        font-size: 15px;
        line-height: 1.4em;
    }
}