.medidas-wrapper .tab_medidas {

        cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    margin-top: 24px;
    text-decoration: underline;
}

.modal_medidas {
    position: fixed;
    top: 0;
    right: 0;
    width: 445px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform .3s ease;
    overflow-y: auto;
    box-shadow: 5px 1px 1pc;
}

.modal_medidas.active {
    transform: translateX(0);
}

.bgmodalMedidas {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 9998;
}

.modal_medidas.active + .bgmodalMedidas,
.modal_medidas.active ~ .bgmodalMedidas {
    opacity: 1;
    visibility: visible;
}

.bgmodalMedidas.active {
    opacity: 1;
    visibility: visible;
}


.modalMedidasContent {
    padding: 20px;
}

.closeTab {
    /* margin-bottom: 16px; */
    /* text-align: right; */
    position: absolute;
    right: 16px;
        top: 5px;
}

.closeTab a {
    text-decoration: none;
    cursor: pointer;
    font-size: 0px;
}


.closeTab a:before {
    content:"+";
    font-size: 42px;
    display:block;
    font-weight: 100;
    transform: rotate(45deg);
    color: #000;
}


table.Medidas {}

button.tab_medidas:after {
    content: '';
    background: url(/arquivos/icontabmedidas.png) no-repeat;
    background-size: auto;
    background-position: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin-top: -6px;
    margin-left: 7px;
}

.box_informativo p {
    padding: 0px 18px;
    font-size: 12px;
    font-weight: bold;
}

table.Medidas tr {
    display: flex;
    flex-direction: column;
    border-top: 1px solid;
}

table.Medidas {
    display: flex;
    justify-content: center;
}

table.Medidas tbody {
    display: flex;
    text-align: center;
}

table.Medidas td {border-bottom: 1px solid;border-left: 1px solid;padding: 5px 10px;}
table.Medidas tr:nth-child(3) {border-right: 1px solid;}


table.Medidas {}

table.Medidas {
    font-size: 14px;
}

table.Medidas thead {
    border-left: 1px solid;
    border-bottom: 1px solid;
}

table.Medidas thead tr {
    padding: 5px 9px;
    border-bottom: 1px solid;
}

table.Medidas thead tr th {
    font-size: 14px;
}

table.Medidas thead tr:nth-child(1){padding: 0;}

table.Medidas thead tr  {
border-bottom:none
}


table.Medidas thead tr th {
    padding: 5px 6px;
    border-bottom: 1px solid;
    font-size: 14px;
}



table.Medidas thead tr th:nth-last-child(1) {
    border: none;
}

.tab_guia_image {
    margin-top: 30px;
    margin-bottom: 35px;
}

.tab_guia_image img {
    max-width: 410px;
    width: 100%;
}

.head_medidas {
    margin-bottom: 50px;
}

.head_medidas h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}


@media (max-width:800px){
    button.tab_medidas {
        margin-left: 20px;
    }
    .box_informativo p {
        padding: 0px 3px;
        font-size: 14px;
        font-weight: bold;
    }
}
