/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


form.searchandfilter input[type="submit"] {
    display: none !important;
}
table.tablepress {
   
    font-weight: 400!important;
}
.elemenetskit-tablepress .tablepress th{
  text-align: center !important;
  background-color: #a50619 !important;
  color: #ffffff !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  padding: 1em 1em 1em 1em !important;
}

/* Borde superior del primer row de thead */
table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th{
  border: 1px solid hsl(353.15deg 100% 36.08%) !important;
}
.elemenetskit-tablepress .tablepress tbody tr:nth-child(odd) td,.elemenetskit-tablepress .tablepress tbody tr:nth-child(even) td {
    background-color: #000000!important;
    border-color: #a50619!important;
    color: #b7b6b6 !important;
}


/* Responsive TablePress #1: scroll horizontal en pantallas pequeñas */
@media (max-width: 768px){
  /* crea un “wrapper” con scroll usando display:block */
  .tablepress{
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
  }

  /* asegura que la tabla no se colapse rara en modo block */
  .tablepress thead,
  .tablepress tbody,
  .tablepress tr{
    width: max-content !important;
  }

  /* opcional: un mínimo para que no se aplaste demasiado */
  .tablepress th,
  .tablepress td{
    white-space: nowrap !important;
  }
}



div#cmplz-document {
    max-width: fit-content;
}


