.images
{
    background-color: #f2f2f2;
    border-radius: 20px;
}

.producto h4
{
    font-size: 24px;
}

.producto p
{
    font-size: 18px;
}

.downloadDoc
{
    text-decoration: none;
    font-size: 18px;
}

.btnCostum
{
    border-radius: 6px;
    border: 1px solid #1e1e1e;
    padding: 10px 0;
    font-size: 18px;
    background-color: transparent;
    font-weight: 500;
}

.downloadHead
{
    border-bottom: 3px solid #1e1e1e;
    margin-bottom: 25px;
    text-align: right;
}

.downloadSec
{
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 20px;
}

.downloadSec h6
{
    font-weight: 600;
    margin-bottom: 4px;
}

.downloadSec p
{
    margin-bottom: 0;
    font-size: 12px;
}

.downloadSec a
{
    text-decoration: none;
}

.thumbnail
{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.thumbnail a
{
    display: inline-block;
    margin-right: 8px;
}

.iconChar
{
    width: 50px;
    margin-top: 10px;
}

.tableEsp ul
{
    margin: 0!important;
}

.tableEsp table tr td
{
    padding: 16px 10px !important;
}

@media (max-width: 575.98px) {
    .iconChar
    {
        width: 40px;
    } 

    .txt-18p
    {
        font-size: 16px!important;
    }

    .tableEsp table tr td
    {
        padding: 12px 10px !important;
    }
}