/* 
Theme Name: orthonet
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 */


p a{
    border-bottom: 3px solid #4a7b9b;
    transition: 0.1s ease;

}

p a:hover{
    color: #4a7b9b;
  /*  border-bottom: 3px solid #4a7b9b;*/
}


.boton-cabecera .elementor-item{
    background: #4585C4;
    padding: 10px 30px !important;
    border-radius: 30px;
}

.destacado{
    
    color:#FFDA5E;
}

.destacado-titulo{
    color: #FFDA5E;
    font-weight: 900;
    font-size: 1.1em;
    letter-spacing: -2px;
}

#tribe-events-pg-template {
    /*margin: 0 auto;*/
    max-width: 100%;
    padding: 0; 
}
/*
.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container, .tec-events-elementor-event-widget__venue .tribe-events-content .tec-events-elementor-event-widget__venue-container{
    display: block!important;
    
}
*/
.repeater-grupos .jet-listing-dynamic-repeater__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.repeater-grupos .jet-listing-dynamic-repeater__item {
  border: 1px solid #243e6f;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 13px;
  color: #243e6f;
}
