table.legales tr th {
  font-family: 'Playfair Display',serif;
  font-style: italic;
  text-transform: none !important;
  font-weight: 600 !important;
  line-height: 1.1em;
}

table.legales tr th span.bajada {
  font-family: 'Asap',sans-serif;
  font-style: normal;
}

table.legales tr td, table.legales tr th {
  padding: 10px 10px  !important;
  border-bottom: none !important;
  padding-left: 0 !important;
}

table.legales tr th:nth-of-type(2) {
  color: #A6A9AB!important;
  padding-left: 0;
}

table.legales tr td:nth-of-type(2), table.legales tr th:nth-of-type(2) {
  text-align: left !important;
}

table.legales tr td:nth-of-type(3), table.legales tr td:nth-of-type(4), table.legales tr td:nth-of-type(5) {
  font-size: 18px;
}

table.legales tr td:nth-of-type(1) img {
  display: none;
}

table.legales tr td:nth-of-type(3), table.legales tr th:nth-of-type(3) {
  color: #A6A9AB!important;
}

table.legales tr td:nth-of-type(4), table.legales tr th:nth-of-type(4) {
  color: #8D734A!important;
}

table.legales tr td:nth-of-type(5), table.legales tr th:nth-of-type(5) {
  color: #5B5C5B!important;
}

table.legales tbody tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}

.logo-legales p {
  padding: 30px 0;
}

.logo-legales img {
  max-width: 398px;
  width: 100%;
}

p.pie-legales {
  font-size: 14px;
  margin-top: 40px;
}

/* RESPONSIVE */

/* 992 */
@media screen and (min-width: 992px) {

table.legales tr th {
  font-size: 20px !important;
}

table.legales tr td:nth-of-type(1) img {
  display: inline;
    margin-right: 10px;
    margin-left: 10px;
}

table.legales tr td:nth-of-type(2) {
  width: 35%;
}

}

/* 1280 */
@media screen and (min-width: 1280px) {

table.legales tr th {
  font-size: 21px !important;
}

table.legales tr th span.bajada {
  font-size: 15px;
}

table.legales tr td:nth-of-type(2) {
  padding-right: 20px !important;
}

table.legales tr td:nth-of-type(2), table.legales tr th:nth-of-type(2) {
  width: 35%;
  border-right: 1px solid #A6A9AB;
}

table.legales tr td:nth-of-type(3), table.legales tr td:nth-of-type(4), table.legales tr td:nth-of-type(5) {
  width: 20%;
}

table.legales tr td:nth-of-type(3), table.legales tr td:nth-of-type(4), table.legales tr th:nth-of-type(3), table.legales tr th:nth-of-type(4) {
  border-right: 1px solid #A6A9AB;
}

}


/* 1366 */
@media screen and (min-width: 1366px) {

table.legales tr td:nth-of-type(3), table.legales tr td:nth-of-type(4), table.legales tr td:nth-of-type(5) {
  width: 22%;
}

}