.elementor-kit-8{--e-global-color-primary:#163550;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#717171;--e-global-color-accent:#4BA6B9;--e-global-color-f40eb13:#EFF9FC;--e-global-typography-primary-font-family:"Rethink Sans";--e-global-typography-primary-font-size:2.813rem;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Rethink Sans";--e-global-typography-secondary-font-size:2.188rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Rethink Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Rethink Sans";--e-global-typography-accent-font-size:1.125rem;--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8 h3{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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);}@media(max-width:1024px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 h3{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:2.2rem;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-8 h3{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --color-principal:#163550; --color-secundario:#ffffff; --color-texto:#717171; --color-acento:#4BA6B9; --color-bg-1:#EFF9FC; --espacio-m:1.25rem; --espacio-xl:5rem; --tipografia-global:Rethink Sans; --tipo-m:1rem; --color-borde-transparent:#ffffff3d; --color-btn-transp:#63777a4d; --espacio-l:1.875rem; }
/* Start custom CSS */body{
    padding: 10px !important;
}

.header-fijo {
    background-color: transparent;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    
    left: 10px !important; 
    top: 10px !important;
    width: calc(100% - 20px) !important;
    
}


@supports (animation-timeline: scroll()) {
    
    @keyframes activarHeaderCristal {
        to {
            /* Tu color #364d53 con 75% de opacidad */
            background-color: rgba(54, 77, 83, 0.75); 
            
            /* Desenfoque de fondo */
            backdrop-filter: blur(12px); 
            -webkit-backdrop-filter: blur(12px); 
            
            /* Sombra sutil para despegarlo cuando pasa por zonas blancas */
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); 
        }
    }

    .header-fijo {
        animation: activarHeaderCristal linear both;
        animation-timeline: scroll(root);
        animation-range: 0px 120px;
    }
}


.header-fijo-movil {
    position: fixed !important;
    left: 10px !important;
    top: 10px !important;
    width: calc(100% - 20px) !important;
    z-index: 9999;
    background: #63777a66 !important;
}

.header-fijo-movil::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background-color: transparent;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
    pointer-events: none;
}

.header-fijo-movil > * {
    position: relative;
    z-index: 1;
}

@supports (animation-timeline: scroll()) {

    @keyframes activarHeaderCristalMovilBefore {
        to {
            background-color: rgba(54, 77, 83, 0.75);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
        }
    }

    .header-fijo-movil::before {
        animation: activarHeaderCristalMovilBefore linear both;
        animation-timeline: scroll(root);
        animation-range: 0px 120px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Rethink Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://w2.vitadermic.cl/wp-content/uploads/2026/05/RethinkSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Rethink Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://w2.vitadermic.cl/wp-content/uploads/2026/05/RethinkSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Rethink Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://w2.vitadermic.cl/wp-content/uploads/2026/05/RethinkSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Rethink Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://w2.vitadermic.cl/wp-content/uploads/2026/05/RethinkSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Rethink Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://w2.vitadermic.cl/wp-content/uploads/2026/05/RethinkSans-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */