/* 
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 */
body, html {
    overflow-x: hidden !important;
}
body.elementor-kit-125 {
  overscroll-behavior: auto !important;
  overscroll-behavior-y: auto !important;
}
.grecaptcha-badge {
    display: none !important;
}
header.sticky-header {
    --header-height: 100px;
    --shrink-header-to: 0.6;
    --transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: transparent;
    transition: background-color var(--transition), 
                backdrop-filter var(--transition), 
                box-shadow var(--transition), 
                transform var(--transition);
    min-height: 0 !important;
    width: 100%;
}

header.sticky-header.show-header {
    background-color: rgba(0, 0, 0, 0.8) !important; /* Smooth transition to black */
    transition: background-color var(--transition); /* Smooth fade */
}

header.sticky-header.elementor-sticky--effects {
    background-color: rgba(0, 0, 0, 0); /* Initial transparent state */
}

header.sticky-header.visible {
    
    width: 100% !important;
}



header.sticky-header > .elementor-container {
    min-height: var(--header-height);
    transition: min-height var(--transition);
}

header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-header-to));
}
span.red-style {
color: #A11C27;
}

h2.qodef-m-title {
    padding: 30px 0 !important;
}

/*** 
 * Shorter header on mobile (70px instead of 100px) 
 */
@media only screen and (max-width: 767px) {
    header.sticky-header {
        --header-height: 70px;
    }
}

/*** 
 * class: .logo 
 */


.hide-header {
    display: none;
}
.show-header {
    background: #000000 !important;
}
p{
	margin-bottom:10px;
}
.slider-sectores .swiper-slide p {
    color: #ffffff;
    font-weight: 800;
}
.slider-sectores .swiper-slide h4 p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: #35a9e1;
    margin-right: 10px;
}

.better-portfolio.style-2.light .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #35a9e1 !important;
}
.elementskit-nav-logo > img {
    max-width: 145px;
    max-height: 60px;
    width: 145px;
}
.elementskit-nav-identity-panel {
    padding: 15px !important;
}
.better-breadcrumbs.style1 .path span {
    color: #fff;
    font-size: 17px;
    margin: 0 1px !important;
    font-size: 10px;
}
a.glink {
    text-decoration: none;
    color: #ffffff;
    margin: 0 3px;
}
.legal-header a {
    color: #000000;
}

/* Main container */
.legal-container {
 
  margin: 0 auto;
 
 
}
/* Main container */
.legal-container {

  margin: 0 auto;
 
 
  
}

/* Section styles */
.legal-container .section {
  margin-bottom: 20px;
}

/* Styling for rows with label-value pairs */
.legal-container .row {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; /* Add border to each row */
	margin-left: 0;
	margin-right:0;
}

.legal-container .label, .legal-container .value {
  padding: 10px;
  border: 1px solid #ddd; /* Add borders around label and value */
  word-wrap: break-word;
}

.legal-container .label {
  flex: 1;
  font-weight: bold;
  background-color: #f9f9f9; /* Optional background for labels */
}

.legal-container .value {
  flex: 2;
}

/* Links */
.legal-container a {
  color: #0066cc;
  text-decoration: none;
}

.legal-container a:hover {
  text-decoration: underline;
}

/* Responsive styling */
@media screen and (max-width: 768px) {
  .legal-container .row {
    flex-direction: column;
    align-items: flex-start;
  }
  .legal-container .label {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 480px) {
  .legal-container {
    padding: 10px;
  }
  .legal-container .section h2,
  .legal-container .section h3 {
    font-size: 1.5rem;
  }
  .legal-container .label,
  .legal-container .value {
    font-size: 1rem;
  }
}
div#cmplz-document {
    max-width: none !important;
}