.elementor-kit-4{--e-global-color-primary:#007A53;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#3D3D3D;--e-global-color-accent:#2DB56E;--e-global-color-425508e:#007A53;--e-global-color-29850ce:#087451;--e-global-color-7f44876:#2DB56E;--e-global-color-3b2be58:#2DB56E;--e-global-color-5e8d59f:#024638;--e-global-color-4a0cbd4:#E5E1E6;--e-global-color-1a616ed:#F3F3F2;--e-global-color-78fc019:#174547;--e-global-color-6e18e96:#5B6770;--e-global-color-496624f:#776CB1;--e-global-color-d31aa6f:#E0E722;--e-global-color-71f71ae:#4ACCD9;--e-global-typography-primary-font-family:"NeulisAlt";--e-global-typography-primary-font-size:62px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:84px;--e-global-typography-primary-letter-spacing:-2px;--e-global-typography-secondary-font-family:"NeulisAlt";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-line-height:60px;--e-global-typography-secondary-letter-spacing:-1px;--e-global-typography-text-font-family:"Albert Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:30px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Albert Sans";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:30px;--e-global-typography-accent-letter-spacing:-1px;--e-global-typography-66ee059-font-family:"Albert Sans";--e-global-typography-66ee059-font-size:14px;--e-global-typography-66ee059-font-weight:bold;--e-global-typography-66ee059-text-transform:none;--e-global-typography-66ee059-line-height:30px;--e-global-typography-66ee059-letter-spacing:0px;--e-global-typography-409ef01-font-family:"Albert Sans";--e-global-typography-409ef01-font-size:14px;--e-global-typography-409ef01-font-weight:600;--e-global-typography-409ef01-line-height:30px;--e-global-typography-d405960-font-family:"Albert Sans";--e-global-typography-d405960-font-size:12px;--e-global-typography-d405960-font-weight:500;--e-global-typography-d405960-line-height:25px;--e-global-typography-b81dde4-font-family:"Albert Sans";--e-global-typography-b81dde4-font-size:35px;--e-global-typography-b81dde4-font-weight:600;--e-global-typography-b81dde4-line-height:42px;--e-global-typography-b81dde4-letter-spacing:-1px;--e-global-typography-4ccd43e-font-family:"Albert Sans";--e-global-typography-4ccd43e-font-size:20px;--e-global-typography-4ccd43e-font-weight:500;--e-global-typography-4ccd43e-line-height:28px;--e-global-typography-4ccd43e-letter-spacing:-1px;--e-global-typography-c312db8-font-family:"Albert Sans";--e-global-typography-c312db8-font-size:18px;--e-global-typography-c312db8-font-weight:bold;--e-global-typography-c312db8-line-height:30px;--e-global-typography-95519cd-font-family:"NeulisAlt";--e-global-typography-95519cd-font-size:38px;--e-global-typography-95519cd-font-weight:600;--e-global-typography-95519cd-line-height:108px;--e-global-typography-95519cd-letter-spacing:0px;}.elementor-kit-4 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-c312db8-font-family ), Sans-serif;font-size:var( --e-global-typography-c312db8-font-size );font-weight:var( --e-global-typography-c312db8-font-weight );line-height:var( --e-global-typography-c312db8-line-height );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{letter-spacing:-0.1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@media(max-width:1024px){.elementor-kit-4 a{font-size:var( --e-global-typography-c312db8-font-size );line-height:var( --e-global-typography-c312db8-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4 a{font-size:var( --e-global-typography-c312db8-font-size );line-height:var( --e-global-typography-c312db8-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    max-width: 100vw;
    overflow-x: hidden;
}

 /* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@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
}


.scroll-left {
  height:250;
  overflow: hidden;
  position: relative;
Transform: rotate(90deg);
}

.scroll-left p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height:260px;
  text-align: center;
  /* Starting position */
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);
  transform:translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left 10s linear infinite;
  -webkit-animation: scroll-left 10s linear infinite;
  animation: scroll-left 8s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(100%); }
  100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(-100%); }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
  -moz-transform: translateX(-100%); /* Browser bug fix */
-webkit-transform: translateX(-100%); /* Browser bug fix */
transform: translateX(-100%);
  }
}


.scroll-right {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.scroll-right p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  /* Starting position */
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);
  transform:translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-right 10s linear infinite;
  -webkit-animation: scroll-right 10s linear infinite;
  animation: scroll-right 10s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-right {
  0% { -moz-transform: translateX(-100%); }
  100% { -moz-transform: translateX(100%); }
}

@-webkit-keyframes scroll-right {
  0% { -webkit-transform: translateX(-100%); }
  100% { -webkit-transform: translateX(100%); }
}

@keyframes scroll-right {
  0% {
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
}
.elementor-kit-4 .jet-services__content {
   
    justify-content: start;
}

/*Efecto de listado de iconos*/
.list-transform li:hover a{
    transform: translateX(30px);
}
.list-transform li a{
    transition: .6s
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'NeulisAlt';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.cadiem.com.py/wp-content/uploads/2023/11/NeulisAlt-Italic-1.woff') format('woff');
}
@font-face {
	font-family: 'NeulisAlt';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.cadiem.com.py/wp-content/uploads/2023/11/NeulisAlt-Bold-1.woff') format('woff');
}
@font-face {
	font-family: 'NeulisAlt';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.cadiem.com.py/wp-content/uploads/2023/11/NeulisAlt-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Albert Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.cadiem.com.py/wp-content/uploads/2022/09/AlbertSans-VariableFont_wght-3.ttf') format('truetype');
}
@font-face {
	font-family: 'Albert Sans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.cadiem.com.py/wp-content/uploads/2022/09/AlbertSans-Bold-2.ttf') format('truetype');
}
/* End Custom Fonts CSS */