.modal-open .modal {
    padding: 0 20px !important;
}

.modal-content {
    border-radius: 30px;
    border: none;
}

.modal-dialog {
    max-width: 1140px;
    border-radius: 30px;
}

.modal .modal-body {
    padding: 0;
    border: none;
} 

.modal .modal-body .titles {
    margin: 0 auto;
    width: 100%;
    background: #F5F6FA;
    border-radius: 30px 30px 0px 0px;
    padding: 30px 10%;
}

.modal .modal-body .titles table {
    width: 100%;
}

.modal .modal-body thead th {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}

.modal .modal-body .table-main {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.modal .modal-body tbody {
    
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
} 
.modal .modal-body .table-main tr {
    border: none;
    padding: 0;
}

.modal .modal-body .table-main tr td {
    border: none;
    padding: 0;
    vertical-align: middle;
}

.modal .modal-body .table-main tr td.info-list {
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.modal .modal-body .table-main tr td.info-list .img {
    width: 100px;
}

.modal .modal-body .table-main tr td.info-list img {
    margin:10px 30px;
    max-height: 100px;
}

.modal .modal-body .table-main tr.bottom {
    border-bottom: 1px solid #202540;
}
.modal .modal-body .table-main tr.bottom:last-of-type {
    border: none;
}

.modal .modal-body .table-main tr.bottom td {
    padding: 0;
}

.modal .modal-body .table-main tr.bottom td {
    padding: 0 0 0 100px;
}

.modal .modal-body .table-main .desc-prod h3{
    margin: 0;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 130%;
    color: #202540;
}

.modal .modal-body .table-main .desc-prod h4  {
    margin: 0;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 170%;
    color: #616579;
}

.modal .modal-body .table-main .lit-list .litragem {
    color: #202540;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 130%;
    margin: 0;
}


.modal .modal-body .table-main .action-list a {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #001689;
}


.modal .modal-body .table-main .action-list a:hover {
    text-decoration: none;
}

.modal .modal-body .table-main tr.bottom .content-prod-modal {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 170%;
    color: #616579;
    margin-bottom: 40px;
}

.modal .modal-body .table-main tr.bottom .content-prod-modal a {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
color: #00BED6;
}


