.elementor-kit-8{--e-global-color-primary:#2B6A7C;--e-global-color-secondary:#C8946A;--e-global-color-text:#1A3A44;--e-global-color-accent:#C8946A;--e-global-color-2aaf64c:#F7F4F0;--e-global-color-bd0b76e:#E8DDD0;--e-global-color-ad1053c:#FFFFFF;--e-global-typography-primary-font-family:"DM Serif Display";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"DM Serif Display";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-font-body-font-family:"DM Serif Display";--e-global-typography-font-body-font-size:48px;--e-global-typography-font-body-font-weight:400;--e-global-typography-font-body-line-height:1.1em;--e-global-typography-dcec629-font-family:"DM Sans";--e-global-typography-dcec629-font-size:20px;--e-global-typography-dcec629-font-weight:500;--e-global-typography-dcec629-line-height:1.4em;--e-global-typography-e911fdd-font-family:"DM Sans";--e-global-typography-e911fdd-font-size:13px;--e-global-typography-e911fdd-font-weight:500;--e-global-typography-e911fdd-line-height:1.4em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );text-transform:uppercase;color:var( --e-global-color-ad1053c );border-radius:8px 8px 8px 8px;padding:18px 36px 18px 36px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-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;}}:root { --size-display:48px; --size-h1:36px; --size-h2:28px; --size-h3:20px; --size-body:16px; --size-small:13px; --radius-btn:10px; --radius-card:12px; --radius-hero:16px; --space-section:80px; }
/* Start custom CSS *//* 1. Instrucción para los botones principales */
.btn-principal {
    background-color: #2B6A7C !important; 
    color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 18px 36px !important;
}

/* 2. Instrucción para redondear la parte de arriba de la web */
.section-hero {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    overflow: hidden !important;
}

/* 3. Instrucción para las tarjetas de servicios */
.card-peritaje {
    background-color: #FFFFFF !important;
    border: 1px solid #E8DDD0 !important;
    border-radius: 12px !important;
    padding: 30px !important;
}
.tarjeta-algenio {
    background-color: var(--e-global-color-color-blanco) !important;
    border: 1px solid var(--e-global-color-color-lino) !important;
    border-radius: 12px !important;
    padding: 32px !important;
}/* End custom CSS */