.elementor-kit-639{--e-global-color-primary:#2C3E6B;--e-global-color-secondary:#1E2A4A;--e-global-color-text:#3A3832;--e-global-color-accent:#C9A84C;--e-global-color-e36a748:#3D5289;--e-global-color-48f8e93:#D4B96A;--e-global-color-48285b4:#F7F6F3;--e-global-color-9d6e96c:#6B6860;--e-global-color-675ae53:#E8E6E1;--e-global-color-3551f04:#F0EEEA;--e-global-typography-primary-font-family:"DM Serif Display";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Source Sans 3";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-9d6e96c );font-family:"Source Sans 3", Sans-serif;font-size:1rem;font-weight:400;line-height:1.7;}.elementor-kit-639 button,.elementor-kit-639 input[type="button"],.elementor-kit-639 input[type="submit"],.elementor-kit-639 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Source Sans 3", Sans-serif;font-size:14px;font-weight:600;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:4px 4px 4px 4px;padding:12px 24px 12px 24px;}.elementor-kit-639 button:hover,.elementor-kit-639 button:focus,.elementor-kit-639 input[type="button"]:hover,.elementor-kit-639 input[type="button"]:focus,.elementor-kit-639 input[type="submit"]:hover,.elementor-kit-639 input[type="submit"]:focus,.elementor-kit-639 .elementor-button:hover,.elementor-kit-639 .elementor-button:focus{background-color:var( --e-global-color-e36a748 );color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-e36a748 );border-radius:4px 4px 4px 4px;}.elementor-kit-639 e-page-transition{background-color:#FFBC7D;}.elementor-kit-639 a{color:var( --e-global-color-primary );font-family:"Source Sans 3", Sans-serif;font-size:1rem;font-weight:400;}.elementor-kit-639 a:hover{color:var( --e-global-color-accent );}.elementor-kit-639 h1{color:var( --e-global-color-primary );font-family:"DM Serif Display", Sans-serif;font-size:48px;font-weight:400;}.elementor-kit-639 h2{color:var( --e-global-color-primary );font-family:"DM Serif Display", Sans-serif;font-size:30px;font-weight:400;}.elementor-kit-639 h3{color:var( --e-global-color-primary );font-family:"DM Serif Display", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-639 h4{color:var( --e-global-color-primary );font-family:"DM Serif Display", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-639 h5{color:var( --e-global-color-primary );font-family:"DM Serif Display", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-639 h6{color:var( --e-global-color-primary );font-family:"DM Serif Display", Sans-serif;font-size:14px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1136px;}.e-con{--container-max-width:1136px;--container-default-padding-top:0px;--container-default-padding-right:32px;--container-default-padding-bottom:0px;--container-default-padding-left:32px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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-639 h1{font-size:36px;}.elementor-kit-639 h2{font-size:30px;}.elementor-kit-639 h3{font-size:20px;}.elementor-kit-639 h4{font-size:18px;}.elementor-kit-639 h5{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-639 h1{font-size:30px;}.elementor-kit-639 h2{font-size:24px;}.elementor-kit-639 h3{font-size:20px;}.elementor-kit-639 h4{font-size:18px;}.elementor-kit-639 h5{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Primario:#2C3E6B; --source-sans-3:Source Sans 3; --gray-600:#6B6860; --Primario_1:#2C3E6B; --source-sans-3_1:Source Sans 3; --gray-600_1:#6B6860; }
/* Start custom CSS */.reveal { 
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.content-block ul {
    list-style: none;
    padding: 0;
}

.content-block li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #6B6860;
    line-height: 1.7;
    text-align: justify;
}

.content-block li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
    background-color: #2C3E6B;
    border-radius: 50%;
}

.content-alert,
.content-warning {
    padding: 16px 20px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #3A3832;
}

.content-alert p:last-child,
.content-warning p:last-child {
    margin: 0 !important;
}

.content-alert {
    background-color: #fef9ec;
    border-left: 3px solid #C9A84C;
    color: #3A3832;
}

.content-warning {
    background-color: #fdf0f0;
    border-left: 3px solid #c0392b;
    color: #3A3832;
}

.content-alert strong,
.content-warning strong {
    font-weight: 600;
}

.mb-4 {
    margin-bottom: 16px;
    margin-block-end: 16px !important;
}

.mb-8 {
    margin-bottom: 32px;
    margin-block-end: 32px !important;
}/* End custom CSS */