.elementor-kit-16026{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#BA0C2F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#BA0C2F;--e-global-color-kadence1:#ba0c2f;--e-global-color-kadence2:#ffffff;--e-global-color-kadence3:#000000;--e-global-color-kadence4:#000000;--e-global-color-kadence5:#444444;--e-global-color-kadence6:#949494;--e-global-color-kadence7:#c5c5c5;--e-global-color-kadence8:#ececec;--e-global-color-kadence9:#ffffff;--e-global-color-74a6ab44:#4054B2;--e-global-color-46a82b74:#23A455;--e-global-color-1ee6b32e:#000;--e-global-color-7e5c217f:#FFF;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:500;--e-global-typography-59566e4-font-family:"Barlow";--e-global-typography-59566e4-font-size:clamp(3rem, 2.5385rem + 2.0513vw, 4rem);--e-global-typography-27ea951-font-family:"Barlow";--e-global-typography-27ea951-font-size:clamp(2.4rem, 2.1231rem + 1.2308vw, 3rem);--e-global-typography-38dfec7-font-family:"Barlow";--e-global-typography-38dfec7-font-size:clamp(2.4rem, 2.1231rem + 1.2308vw, 3rem);--e-global-typography-2ed15d5-font-family:"Barlow";--e-global-typography-2ed15d5-font-size:clamp(1.8rem, 1.7077rem + 0.4103vw, 2rem);--e-global-typography-98b6a19-font-family:"Barlow";--e-global-typography-98b6a19-font-size:clamp(1.6rem, 1.5308rem + 0.3077vw, 1.75rem);--e-global-typography-1db25dd-font-family:"Barlow";--e-global-typography-1db25dd-font-size:clamp(1.4rem, 1.3538rem + 0.2051vw, 1.5rem);--e-global-typography-156bd39-font-family:"Barlow";--e-global-typography-156bd39-font-size:clamp(1.2rem, 1.1769rem + 0.1026vw, 1.25rem);--e-global-typography-46cd747-font-family:"Barlow";--e-global-typography-46cd747-font-size:1.2rem;--e-global-typography-0d55e8c-font-family:"Barlow";--e-global-typography-0d55e8c-font-size:1.125rem;--e-global-typography-d6ac5cf-font-family:"Barlow";--e-global-typography-d6ac5cf-font-size:0.875rem;font-family:"Barlow", Sans-serif;}.elementor-kit-16026 button,.elementor-kit-16026 input[type="button"],.elementor-kit-16026 input[type="submit"],.elementor-kit-16026 .elementor-button{background-color:#BA0C2F;color:#FFFFFF;border-style:none;}.elementor-kit-16026 button:hover,.elementor-kit-16026 button:focus,.elementor-kit-16026 input[type="button"]:hover,.elementor-kit-16026 input[type="button"]:focus,.elementor-kit-16026 input[type="submit"]:hover,.elementor-kit-16026 input[type="submit"]:focus,.elementor-kit-16026 .elementor-button:hover,.elementor-kit-16026 .elementor-button:focus{background-color:#BA0C2F;color:#FFFFFF;}.elementor-kit-16026 e-page-transition{background-color:#FFBC7D;}.elementor-kit-16026 a{color:#BA0C2F;font-family:"Barlow", Sans-serif;text-decoration:none;}.elementor-kit-16026 h1{color:#000000;font-family:"Barlow", Sans-serif;font-size:24px;font-weight:700;}.elementor-kit-16026 h2{color:#000000;font-family:"Barlow", Sans-serif;font-size:20px;font-weight:700;}.elementor-kit-16026 h3{font-family:"Barlow", Sans-serif;}.elementor-kit-16026 h4{font-family:"Barlow", Sans-serif;}.elementor-kit-16026 h5{font-family:"Barlow", Sans-serif;}.elementor-kit-16026 h6{font-family:"Barlow", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-16026{--e-global-typography-46cd747-font-size:1.2rem;--e-global-typography-0d55e8c-font-size:1.125rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}}@media(max-width:768px){.elementor-kit-16026{--e-global-typography-46cd747-font-size:1.2rem;--e-global-typography-0d55e8c-font-size:1.125rem;--e-global-typography-d6ac5cf-font-size:0.875rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS */header.sticky-header {
    --header-height: 90px;
    --opacity: 1;
    --shrink-me: 0.75;
    --sticky-background-color: #ffffff;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://pclguatemala.com/wp-content/uploads/2025/03/Barlow-BlackItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */