.elementor-kit-6{--e-global-color-primary:#E52318;--e-global-color-secondary:#FFA700;--e-global-color-text:#1D1D28;--e-global-color-accent:#F3F3F3;--e-global-color-0647304:#FFFFFF;--e-global-color-8e14314:#2A4478;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6cd949d-font-family:"Parslay";--e-global-typography-6cd949d-font-size:70px;--e-global-typography-6cd949d-font-weight:400;--e-global-typography-af2c3c4-font-family:"Apercu";--e-global-typography-af2c3c4-font-size:50px;--e-global-typography-af2c3c4-font-weight:500;--e-global-typography-6c0ac3b-font-family:"Parslay";--e-global-typography-6c0ac3b-font-size:55px;--e-global-typography-6c0ac3b-font-weight:400;--e-global-typography-b2e8cf5-font-family:"Apercu";--e-global-typography-b2e8cf5-font-size:40px;--e-global-typography-b2e8cf5-font-weight:500;--e-global-typography-808a6d0-font-family:"Parslay";--e-global-typography-808a6d0-font-size:44px;--e-global-typography-808a6d0-font-weight:400;--e-global-typography-b02a568-font-family:"Apercu";--e-global-typography-b02a568-font-size:32px;--e-global-typography-b02a568-font-weight:500;--e-global-typography-61686b5-font-family:"Apercu";--e-global-typography-61686b5-font-size:16px;--e-global-typography-61686b5-font-weight:300;--e-global-typography-90734f4-font-family:"Apercu";--e-global-typography-90734f4-font-size:16px;--e-global-typography-90734f4-font-weight:500;--e-global-typography-1b79fbd-font-family:"Apercu";--e-global-typography-1b79fbd-font-size:15px;--e-global-typography-1b79fbd-font-weight:500;--e-global-typography-7145a7b-font-family:"Apercu";--e-global-typography-7145a7b-font-size:24px;--e-global-typography-7145a7b-font-weight:500;--e-global-typography-489e917-font-family:"Parslay";--e-global-typography-489e917-font-size:32px;--e-global-typography-489e917-font-weight:400;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:800ms;--e-preloader-delay:0ms;--e-preloader-width:258px;--e-preloader-max-width:100%;--e-preloader-opacity:1;}.elementor-kit-6 e-page-transition{background-color:transparent;background-image:radial-gradient(at center center, #FFFFFF 10%, #F2295B00 90%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:80px;--container-default-padding-right:10px;--container-default-padding-bottom:80px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-6cd949d-font-size:70px;--e-global-typography-af2c3c4-font-size:50px;--e-global-typography-6c0ac3b-font-size:45px;--e-global-typography-b2e8cf5-font-size:35px;--e-global-typography-808a6d0-font-size:38px;--e-global-typography-b02a568-font-size:30px;--e-global-typography-7145a7b-font-size:20px;--e-global-typography-489e917-font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:60px;--container-default-padding-right:20px;--container-default-padding-bottom:60px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-6cd949d-font-size:50px;--e-global-typography-af2c3c4-font-size:40px;--e-global-typography-6c0ac3b-font-size:35px;--e-global-typography-b2e8cf5-font-size:30px;--e-global-typography-808a6d0-font-size:28px;--e-global-typography-b02a568-font-size:25px;--e-global-typography-489e917-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:40px;--container-default-padding-right:20px;--container-default-padding-bottom:40px;--container-default-padding-left:20px;}}/* Start custom CSS */body{
    max-width: 100vw !important;
    overflow-x: hidden;
}
* {
    outline: none!important;
}
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}
p {
    margin-bottom: 20px!important;
}
@keyframes fadeLeft {
	from {
    	opacity: 0;
    	transform: translate3d(-30px,0,0)
	}
 
	to {
    	opacity: 1;
    	transform: none
	}
}
 
.elementor-element.fadeInLeft {
	animation-name: fadeLeft
}
 
@keyframes fadeRight {
	from {
    	opacity: 0;
   	 transform: translate3d(30px,0,0)
	}
 
	to {
    	opacity: 1;
    	transform: none
	}
}
 
.elementor-element.fadeInRight {
	animation-name: fadeRight
}
 
@keyframes fadeUp {
	from {
    	opacity: 0;
    	transform: translate3d(0,30px,0)
	}
 
	to {
    	opacity: 1;
    	transform: none
	}
}
 
.elementor-element.fadeInUp {
	animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Parslay';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://cahpsa.com.py/wp-content/uploads/2025/04/Parslay_Script.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Apercu';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://cahpsa.com.py/wp-content/uploads/2025/04/Apercu-Bold-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Apercu';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://cahpsa.com.py/wp-content/uploads/2025/04/Apercu-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Apercu';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://cahpsa.com.py/wp-content/uploads/2025/04/Apercu-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Apercu';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://cahpsa.com.py/wp-content/uploads/2025/04/Apercu-Light-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Apercu';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://cahpsa.com.py/wp-content/uploads/2025/04/Apercu-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Apercu';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://cahpsa.com.py/wp-content/uploads/2025/04/Apercu-Medium-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Apercu';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://cahpsa.com.py/wp-content/uploads/2025/04/Apercu-Medium.woff2') format('woff2');
}
/* End Custom Fonts CSS */