/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 15kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 2.4.2.1656499859
Updated: 2022-06-29 10:50:59

*/

.wp-caption-text {
    text-align: center;
}
table, th, td {
    border: none;
}
.wp-block-table table {
    margin-bottom: 0;
}
.wp-block-table {
    margin-bottom: 1em !important;
}
.show-table-border, .show-table-border th, .show-table-border td {
    border-width: 1px;
}
.single-post .entry-content p a, .single-post .entry-content li a {
    color: #1a73e8;
}
.single-post .entry-content p a:hover, .single-post .entry-content li a:hover {
    color: #4deb96;
}
.box-shadow {
    -moz-box-shadow: 0 5px 8px #38383d29;
    -webkit-box-shadow: 0 5px 8px #38383d29;
    -o-box-shadow: 0 5px 8px #38383d29;
    box-shadow: 0 5px 8px #38383d29;
}
.gradiente-cct {
    font-size: small;
    background-image: linear-gradient(#dd8a2c, #f9ea8c, white, #c3e5ee, #98d5ea);
}
.table-font-small {
    font-size: small;
}
.table-font-small tbody td, .gradiente-cct tbody td {
    padding: 4px 8px;
}
.fondo-header-tabla thead th {
    background-color: #1d2041;
    color: white;
}
#table-ip68 {
    width: 100%;
    font-size: 16px;
    border: 1px solid #ddd;
    font-family: Calibri, sans-serif;
    border-spacing: 0;
    color: #38383d;
}
table#table-ip68 tr th {
    padding: 15px;
}
table#table-ip68 tr td {
    text-align: center;
    border-bottom: 1px solid #ddd;
}
table#table-ip68 .u-levelip {
    text-align: center;
    font-weight: bold;
    background-color: #ececf1;
    color: #07084a;
}

/* algolia grid */
.algolia-results {
  display: flex;
  justify-content: center;
}

.algolia-cell {
  width: 90%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}

.algolia-cell img {
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
}

.algolia-name {
  font-size: 14px;
  line-height: 1.3rem;

}

/* quitar padding en con clawse extra ".sin-padding" */ 
.wp-block-group.sin-padding > .wp-block-group__inner-container {
  padding: 0 !important;
}

/* quitar margen en p */

p.sin-margen {
  margin: 0;
}


/* scroll horizontal en tablas */
@media (max-width: 768px) {
  figure.wp-block-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  figure.wp-block-table > table {
    display: block;
    min-width: 600px;
    width: max-content;
    border-collapse: collapse;
  }

  figure.wp-block-table > table.has-fixed-layout {
    table-layout: auto;
  }
}


/*  espacio fecha debajo de title    */

.updated-date {
  padding-top: 0.6em;
  font-size: 0.8em;
  color: #666;
  /* Si quieres que no ocupe toda la línea, cambia a inline-block */
  display: inline-block;
  margin-top: 0; /* para que no tenga margen extra */
}


body .entry-content:not(:first-child),
body .entry-summary:not(:first-child),
body .page-content:not(:first-child) {
    margin-top: 0;
}


/* calse para algolia dentro de containes*/
.solo-boxes .wrapper > section:not(.boxes) {
  display: none !important;
}

.solo-boxes .wrapper {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* post nav */
.post-navigation {
    display: flex;
}

.post-navigation .nav-next {
    width: 50%;
    text-align: right;
}

.post-navigation .nav-previous {
    width: 50%;
}

.post-navigation .nav-next .next:before {
    display: none;
}

.post-navigation .nav-next .next:after {
    font-family: GeneratePress;
    text-decoration: inherit;
    position: relative;
    margin-left: .6em;
    width: 13px;
    text-align: center;
    display: inline-block;
    content: "\f105";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    speak: none;
}





/*
 * 
 * mega menu 
 *  
*/
/*
@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;			
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}

*/