@media only screen and (min-width: 761px) and (max-width: 1920px) {
  td:nth-child(1):before,
  td:nth-child(2):before,
  td:nth-child(3):before,
  td:nth-child(4):before {
    display: none !important;
  }
}

/****************** PORTFOLIO PRODUCTOS *******************/

.view-page-products .view-content .wrapper {margin-bottom: 80px;}
.view-page-products .view-content div.caption-table {font-size: 95px; width: 150px; vertical-align: top; padding-top: 3px; color:#1d1d1d; float:left; text-align: left;}
.view-page-products .view-content thead,
.view-page-products .view-content tbody { width:100%; }
.view-page-products .view-content table {text-align: left; margin: 20px 0 50px; width: calc(100% - 180px);}
.view-page-products .view-content table thead tr {width: 100%; }
.view-page-products .view-content table thead th {text-transform: uppercase; font-size: 15px; font-weight: 300; border:none; width: 32%; padding: 0.5em 0 1em; background-color: transparent;}
.view-page-products .view-content table thead th:nth-child(2) {width: 22%;}
.view-page-products .view-content table thead th:nth-child(3) {width: 46%;}
.view-page-products .view-content table tbody tr {background: none!important; border:none; width: 100%; border-bottom:1px solid #ccc; padding: 0;}
.view-page-products .view-content table tbody td {padding:10px 0; border-bottom: 0; background-color: transparent;}
.view-page-products .view-content table tbody td a {color:#0064AF; font-weight: 700;}
.view-page-products .view-content table tbody td a:hover {color:#1d1d1b;}
.view-page-products .view-content .row-table{display:flex; min-width: 750px;}
.view-page-products.products-test .view-content table thead th,
.view-page-products.products-test .view-content table tbody td {width: 24%;}
.view-page-products.products-test table thead {display: none;}
.view-page-products.products-test table:first-child thead {display: block;}
.view-page-products .view-content caption {line-height: 80%;}
.view-page-products.products-test table:first-child caption {padding-top: 0.5em;}
.view-page-products.products-test table:not(:first-of-type) tbody {border-top: 0;}
.view-page-products.products-test .view-filters #edit-inicial-wrapper {display: none}

@media only screen and (max-width: 1000px) {
  .view-page-products td {
    font-size: 15px;
  }
}

@media only screen and (max-width: 900px) {
  .view-page-products td {
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  .view-page-products .view-header {
    margin-bottom: -3em;
  }
  .view-page-products .view-content .row-table {
    min-width: auto;
    display: block;
  }
  .view-page-products .view-content div.caption-table {
    float: none;
    margin: 0;
  }
  .view-page-products .view-content table {
    margin: 0;
    width: 100%;
  }
  .view-page-products .view-content table tbody td,
  .view-page-products .view-content table tbody td a {
    font-size: 15px !important;
  }
  table, thead, tbody, th, td, tr {
    display: block;
  }
  .view-page-products thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .view-page-products tbody tr:after {
    content: "";
  }
  .view-page-products tr {
    margin: 0;
  }
  .view-page-products td {
    border: none;
    position: relative;
    width: 100% !important;
    padding-left: 25% !important;
  }
  .view-page-products td:before {
    position: absolute;
    top: 11px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
}

@media only screen and (max-width: 414px) {
  .view-page-products .view-content div.caption-table {
    font-size: 42px;
    width: auto;
    vertical-align: top;
    padding: 0.5em;
    color: #1d1d1d;
    text-align: center;
  }
}

/****************** CIENCIA *******************/

td.contentTitleInitial,
td.rtecenter.contentTitleInitial {
  text-align: center;
  padding: 1% !important;
  background-color: #eee;
  font-weight: bold;
}

@media only screen and (max-width: 760px) {
  table, thead, tbody, th, td, tr {
    display: block;
    border-left: none !important;
    border-right: none !important;
  }
  .bundle-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .bundle-table tbody tr.border-bottom {
    border-bottom: 2px solid;
  }
  .bundle-table tr {
    margin: 0;
  }
  .bundle-table td {
    border: none;
    border-bottom: 0px solid #eee !important;
    position: relative;
    width: 100% !important;
    padding-left: 25% !important;
  }
  .bundle-table td:before {
    position: absolute;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 11pt;
  }
  .bundle-table td.contentTitleInitial:nth-of-type(1):before {
    content: "";
  }
  .bundle-table .contentTitleInitial {
    padding-left: 0px !important;
    text-align: center;
    width: 100% !important;
  }
  .bundle-table p.rtecenter {
    margin-top: 13px;
  }
  .bundle-table table tbody td p {
    font-size: 15px;
  }
  .bundle-table table tbody {
    border-top: 0px solid black;
  }
  .bundle-table table tbody td:nth-of-type(1):before {
    border-top: 0px solid black !important;
  }
}