/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1755681439
Updated: 2025-08-20 09:17:19

*/

.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-nav-identity-panel .jkit-close-menu
{
	margin-right:0px;
	margin-left:0px;
}

.cabecerafixed
{
	position:relative;
}

.cabecerafixed.sticky
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:11111;
}

.formunirse .wpcf7-submit
{
	position:absolute;
	top:0px;
	right:0px;
}

input, textarea
{
	outline:none !important;
}

textarea
{
	resize:none !important;
}

.jeg-elementor-kit.jkit-team.style-overlay .profile-card
{
	display:block;
}

.single-post #content
{
	max-width:100%;
	padding-inline-end: 0px !important;
        padding-inline-start: 0px !important;
}

.single-post #content .page-content
{
	padding:50px 20px;
	max-width:1140px;
	margin:0 auto;
}

.page-header
{
	background-image: url(http://saturnocapital.com/wp-content/uploads/2025/08/breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:70px 0px;
	position:relative;
}

.page-header:before
{
	content:'';
	background-color: var(--e-global-color-accent);
    opacity: 0.67;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

@media (max-width: 575px) {
    .page-header .entry-title
 {
        padding-inline-end: 0px;
        padding-inline-start: 0px;
    }
}

.page-header .entry-title
{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: #fff;
	position:relative;
	padding-left:20px;
	padding-right:20px;
}

.single-post .page-content p,#cmplz-document p,#cmplz-document li
{
	color: var(--e-global-color-7ae8ce7);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode
{
	max-width:100%;
}

.flechaanimada {
  animation: mover-flecha 1s infinite alternate ease-in-out;
}

/* Animación */
@keyframes mover-flecha {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px); /* cuánto se mueve a la derecha */
  }
}

.elementor-widget-jkit_team,.jeg-elementor-kit.jkit-team,.jeg-elementor-kit.jkit-team .profile-box,.jeg-elementor-kit.jkit-team .profile-card 
{
	height:100%;
}

.jeg-elementor-kit.jkit-team .profile-box .profile-card .profile-header
{
	height:auto;
}