@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Lato&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat&family=Open+Sans&family=Orbitron&family=Pacifico&family=Playfair+Display&family=Playwrite+CU:wght@100..400&family=Poppins:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Raleway&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,300;1,400;1,700&family=Tangerine:wght@400;700&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
}

body {
    margin: 0;
    line-height: 1.2;
    background-color: #f3f4f6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr[title] {
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 1em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    outline: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    appearance: button;
    background-color: transparent;
    background-image: none;
}

[hidden] {
    display: none;
}

img,
video {
    max-width: 100%;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}

.wmw {
    display: block;
    position: relative;
}

.error-render {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 1rem;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wmw[wt='icon'] {
    width: -webkit-fill-available;
    width: fit-content;
    height: -webkit-fill-available;
    height: fit-content;
}
.wmw[wt='header-text'] {
    flex-direction: column;
    justify-content: center;
}

#overlay-manager {
    position: fixed;
    z-index: 9999;
}

#app {min-height: 100vh; min-height: 100dvh;}#app{display: flex; flex-direction: column; justify-content: space-between;}.not-found{text-align: center;margin: 5rem 1rem;}
a[href],
.wmw[wt='button'] {
    cursor: pointer;
}

.tab-content {
    animation: overlay-fadeIn 0.2s;
}
@keyframes overlay-fadeIn {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}





    .button {
        display: inline-flex;
        align-items: center;
        justify-content: var(--button-justify);
        flex-direction: var(--icon-position, row);
        gap: 0.5rem;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .button.icon-only span {display: none}
    .button.text-only i {display: none}
    .button span{text-align: inherit;}






.modern-carousel[element-galleryImage]{position:relative;width:100%;overflow:hidden}.modern-carousel[element-galleryImage]:hover .slide-content[element-galleryImage]{transform:translateY(0)}.carousel-container[element-galleryImage]{display:flex;width:100%;height:100%;transition:transform 1s}.carousel-slide[element-galleryImage]{flex:0 0 100%;position:relative;overflow:hidden}.slide-background-wrapper[element-galleryImage]{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.slide-background[element-galleryImage]{width:100%;height:100%;filter:blur(10px);transform:scale(1.1)}.slide-content-wrapper[element-galleryImage]{position:relative;width:100%;height:100%;background-color:rgba(0,0,0,.1);z-index:1}.slide-image[element-galleryImage]{width:100%;height:100%}.slide-background.cover[element-galleryImage],.slide-image.cover[element-galleryImage]{object-fit:cover}.slide-background.contain[element-galleryImage],.slide-image.contain[element-galleryImage]{object-fit:contain}.slide-content[element-galleryImage]{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);color:#fff;transform:translateY(100%);transition:transform .2s}.slide-content.always-show[element-galleryImage]{transform:translateY(0)}.slide-content[element-galleryImage] h2[element-galleryImage]{margin:0 0 .5rem;font-size:1.5rem}.slide-content[element-galleryImage] p[element-galleryImage]{margin:0;font-size:1rem}.carousel-button[element-galleryImage]{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.3);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .3s;z-index:3}.carousel-button[element-galleryImage]:hover{background:rgba(255,255,255,.5)}.carousel-button.prev[element-galleryImage]{left:10px}.carousel-button.next[element-galleryImage]{right:10px}.carousel-button[element-galleryImage] svg[element-galleryImage]{width:24px;height:24px}.carousel-indicators[element-galleryImage]{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:3}.indicator[element-galleryImage]{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.5);border:none;cursor:pointer;transition:background-color .2s}.indicator.active[element-galleryImage]{background:#fff}.timer[element-galleryImage]{position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:rgba(255,255,255,.5);transform:translateX(-100%)}@media (max-width:768px){.slide-content[element-galleryImage] h2[element-galleryImage]{font-size:1.2rem}.slide-content[element-galleryImage] p[element-galleryImage]{font-size:.9rem}}
.paragraph-container {line-height: 1.5;} .paragraph-container *:not([color]), .paragraph-container *[color] *:not() {}
.u15_targeta_servicios_WM-cn {display: flex;flex-direction: row;align-items: center;justify-content: flex-start;gap: 32px;grid-template-columns: initial;transition: ease 0.3s all;z-index: initial;background: #FFFFFF;padding: 32px 16px 32px 16px;box-shadow: 0px 4px 16px 0px #0000000d}
[wt='u15_targeta_servicios']:hover .u15_targeta_servicios_WM-cn {background: #002147ff;display: flex}
.u15_targeta_servicios_WM-co {width: 100px;height: 100px;z-index: initial;overflow: hidden;display: flex}


.u15_targeta_servicios_WM-cp {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 16px;grid-template-columns: initial;z-index: initial;width: auto;height: auto;background: #00000000}

.u15_targeta_servicios_WM-cq {text-align: left;transition: ease 0.3s all;font-weight: bold;font-style: normal;white-space: normal;letter-spacing: initial;line-height: 1.2;text-decoration: none;font-size: 25px;color: #000000;z-index: initial;display: flex}
[wt='u15_targeta_servicios']:hover .u15_targeta_servicios_WM-cq {color: #FFFFFF;display: flex}

.u15_targeta_servicios_WM-cr {text-align: left;transition: ease 0.3s all;font-weight: normal;font-style: normal;white-space: normal;letter-spacing: initial;line-height: 1.2;text-decoration: none;font-size: 16px;color: #000000;z-index: initial;display: flex}
[wt='u15_targeta_servicios']:hover .u15_targeta_servicios_WM-cr {color: #FFFFFF;display: flex}

.u15_funcionario_WM-da {display: flex;flex-direction: column;align-items: center;justify-content: flex-start;gap: initial;grid-template-columns: initial;z-index: initial;overflow: hidden;background: #00000000;border-width: 1px;border-style: solid;border-color: #00000033;border-radius: 0px}

.u15_funcionario_WM-db {width: 100%;height: 100%;transition: ease 0.3s all;z-index: initial;overflow: hidden;transform: scale(1.15, 1.15)  rotate(0deg);border-radius: 0px;display: flex}
[wt='u15_funcionario']:hover .u15_funcionario_WM-db {transform: scale(1, 1)  rotate(0deg);display: flex}

.u15_funcionario_WM-dc {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 16px;grid-template-columns: initial;z-index: 1;width: 100%;height: 2px;background: #00000000}

.u15_funcionario_WM-dd {font-size: 31px;transition: ease 0.3s all;font-weight: bold;font-style: normal;white-space: normal;text-overflow: clip;overflow: visible;letter-spacing: initial;line-height: 1;text-align: left;width: 60px;height: 60px;min-width: 60px;min-height: 60px;color: #000000;background: #00e2f2ff;border-radius: 30px;z-index: initial;display: flex}
[wt='u15_funcionario']:hover .u15_funcionario_WM-dd {background: #002147ff;color: #FFFFFF;display: flex}

.u15_funcionario_WM-de {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: initial;grid-template-columns: initial;z-index: initial;width: 100%;height: 130px;background: #ffffffff;padding: 38px 16px 32px 16px}
@media screen and (max-width: 575px) {.u15_funcionario_WM-de {padding: 38px 16px 16px 16px;display: flex}}

.u15_funcionario_WM-df {text-align: center;font-weight: bold;font-style: normal;white-space: normal;letter-spacing: initial;line-height: 1.2;text-decoration: none;font-size: 19px;color: #000000;z-index: initial;width: auto;height: 41px;display: flex}
@media screen and (max-width: 575px) {.u15_funcionario_WM-df {font-size: 14px;display: flex}}


.u15_funcionario_WM-dg {display: flex;flex-direction: column;align-items: center;justify-content: flex-start;gap: initial;grid-template-columns: initial;width: 150px;height: auto;background: #002147ff;border-radius: 14px}

.u15_funcionario_WM-dh {text-align: center;font-weight: normal;font-style: normal;white-space: normal;letter-spacing: initial;line-height: 1.2;text-decoration: none;font-size: 16px;color: #ffffffff;z-index: initial;display: flex}
@media screen and (max-width: 575px) {.u15_funcionario_WM-dh {font-size: 12px;display: flex}}


.u15_tarjeta_titulos_WM-et {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: initial;grid-template-columns: initial;z-index: initial;background: #f0f0f0ff}

.u15_tarjeta_titulos_WM-eu {width: 100%;height: 100%;z-index: initial;overflow: hidden;top: initial;right: initial;bottom: initial;left: initial;position: absolute;display: flex}


.u15_tarjeta_titulos_WM-ev {display: flex;flex-direction: row;align-items: center;justify-content: center;gap: 16px;grid-template-columns: initial;transition: ease 0.3s all;z-index: initial;width: 100%;height: 180px;background: #00284e80;padding: 32px}

.u15_tarjeta_titulos_WM-ew {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 16px;grid-template-columns: initial;z-index: initial;width: 100%;height: auto;max-width: 1200px;background: #00000000}

.u15_tarjeta_titulos_WM-ex {text-align: left;font-weight: bold;font-style: normal;white-space: normal;letter-spacing: initial;line-height: 1.2;text-decoration: none;font-size: 28px;color: #FFFFFF;z-index: initial;display: flex}


.u15_contacto_WM-el {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 16px;grid-template-columns: initial;background: #00000000;padding: 0px}

.u15_contacto_WM-em {width: 125px;height: 50px;display: flex}


.u15_contacto_WM-en {text-align: left;font-size: 16px;display: flex}

