.tabla-cookies {
    margin-top: 50px;
}

.tabla-cookies .titulo_tabla {
    font-size: 18px;
    color:#262626;
    margin-bottom: 20px;
}

.tabla-cookies thead th {
	font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding: 10px 0 20px;
}

.tabla-cookies table tr {
	border-bottom: 1px solid #e6e6e6;
}

.tabla-cookies table td {
    padding: 20px 30px 20px 0;
    vertical-align: top;
    min-width: 25%;
}
.tabla-cookies table {
    border-collapse: collapse;
}

.tabla-cookies table tr td:first-child {
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .tabla-cookies {
        width: 100%;
        overflow-x: scroll; 
    }
}