/* 
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 */
a, .comments-area a, .page-content a {
  text-decoration: none;
}
.container{
    max-width: 1140px!important;
}

/* sidebar */
.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
  }
  
  .dropdown-toggle { outline: 0; }
  
  .nav-flush .nav-link {
    border-radius: 0;
  }
  
  .btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
  }
  .btn-toggle:hover,
  .btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
  }
  
  .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
  }
  
  .btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
  }
  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }
  
  .btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
  }
  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
    background-color: #d2f4ea;
  }
  
  .scrollarea {
    overflow-y: auto;
  }
  
  .fw-semibold { font-weight: 600; }
  .lh-tight { line-height: 1.25; }

  #wp-admin-bar-wp-logo, #wp-admin-bar-site-name, #wp-admin-bar-customize, #wp-admin-bar-updates, #wp-admin-bar-comments, #wp-admin-bar-new-content, #wp-admin-bar-edit, #wp-admin-bar-elementor_edit_page, #wp-admin-bar-user-info, #wp-admin-bar-edit-profile,
  .page-template-escritorio .elementor-element-67eb5614, 
  .page-template-escritorio .elementor-element-52631647,
  .page-template-escritorio .elementor-element-2dc74be3,
  .page-template-escritorio .elementor-element-59694863,
  .page-template-escritorio .elementor-element-4347364e,
  .page-template-escritorio .elementor-element-39d6540f,
  .page-template-new_notice .elementor-element-67eb5614, 
  .page-template-new_notice .elementor-element-52631647,
  .page-template-new_notice .elementor-element-2dc74be3,
  .page-template-new_notice .elementor-element-59694863,
  .page-template-new_notice .elementor-element-4347364e,
  .page-template-new_notice .elementor-element-39d6540f,  
  .page-template-change_banners .elementor-element-67eb5614, 
  .page-template-change_banners .elementor-element-52631647,
  .page-template-change_banners .elementor-element-2dc74be3,
  .page-template-change_banners .elementor-element-59694863,
  .page-template-change_banners .elementor-element-4347364e,
  .page-template-change_banners .elementor-element-39d6540f{
    display: none!important;
  }

  .post-content.container {
    min-height: 65vh;
}

.elementor-element-147eb657 a {
  background-color: #EE1A4D!important;
  color: #FFFFFF!important;
}

.jet-listing.jet-listing-dynamic-terms a:has(~ a) {
  display: none;
}

.btn-circle.btn-xl {
  width: 42px;
  height: 42px;
  padding: 6px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.accordion-button{
  padding: 0 15px!important;
}