/* 
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 */


/* Card Objetivos */
.card-objetivos {
    display: flex;
    min-height: 155px;
    align-items: center;
}

/*single event calendar*/
.tribe-events-single-event-title{
	font-family: Montserrat;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    display: flex;
    gap: 25px;
    align-items: center;
	
	border-left: 10px solid #2C5F9E;
	padding-left: 25px;
}

.tribe-event-date-start{
	font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}


/* Menu */

.ha-navigation-menu-wrapper ul.menu { 
    flex-wrap: nowrap;
}

a{
	color: var(--e-global-color-primary);
}

.elementor-820 .elementor-element.elementor-element-7cdad81 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: space-between;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 12px;
    --padding-bottom: 12px;
    --padding-left: 64px;
    --padding-right: 80px;
    --z-index: 100;
}

.elementor-element-4f80b43.scrolling .logo img {
    width: 270px !important;
    height: auto !important;
    transition: width 0.3s ease;
}

.elementor-element-4f80b43.scrolling .elementor-element-a55f765 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    transition: padding 0.3s ease;
}

.elementor-element-4f80b43.scrolling .elementor-nav-menu__container {
    padding-bottom: 0px !important;
}

/*home*/

.home__mision-font{
	font-weight:600!important;
}

.home__font--prototipo2{
	color: var(--e-global-color-secondary)!important;
}




/*single event template*/

#tribe-events-pg-template {
    margin: 0 auto;
    max-width: 1366px!important; 
    padding: 0px!important;
}

/* DataPciker Agendar Sesion */
#ui-datepicker-div{
    z-index: 999999 !important;
	background: white !important;
}


