.elementor-kit-6{--e-global-color-primary:#1479B0;--e-global-color-secondary:#A1ADCF;--e-global-color-text:#202020;--e-global-color-accent:#0B5E8A;--e-global-color-3b7ab71:#F3FAFF;--e-global-color-c7be18a:#FFFFFF;--e-global-color-d6b7fe3:#094B6D;--e-global-color-e0170fe:#19232A;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:700;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#1479B0;font-size:16px;font-weight:500;box-shadow:0px 7px 12px -11px rgba(19.999999999999996, 120.99999999999997, 175.99999999999994, 0.56);border-radius:6px 6px 6px 6px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#0B5E8A;box-shadow:0px 13px 8px -10px rgba(11.000000000000012, 93.99999999999997, 137.99999999999994, 0.56);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-6 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 h5{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 h6{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
    --primary-color: #1479B0;
    --secondary-color: #A1ADCF;
    --enfasis-color:#0B5E8A
}

/*---HEADER---*/

header {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: transform 0.3s ease;
}

/* Oculto */
header.is-hidden {
  transform: translateY(-100%);
}

/*---CURSOR---*/
.cursor {
  position: fixed;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  opacity: .2;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition:
    transform 0.25s ease,
    background 0.2s ease,
    border 0.2s ease;
  z-index: 9999;
}

.cursor.is-hover {
  transform: translate(-50%, -50%) scale(4);
  background: rgba(130,36,227,0);
}


/*---BACK TO UP---*/

#backToTop {
    position: fixed;
    bottom: 34px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease;
    z-index: 999;
    box-shadow: 0 0 25px rgba(23,23,23,.25);
}

/* Visible */
#backToTop.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
#backToTop.show:hover{
    transform: translateY(-5px);
} 


/*---MEDIA QUERIES---*/
@media (width <= 390px) {
  .co-adjacent-card{
    max-width: 100%;
    }
    .comment-row-top {
        flex-direction: column;
    }
}/* End custom CSS */