@media screen and (min-width:0px){header{width:100vw;position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:5}.header-bg{padding-bottom:1rem;background-color:var(--blue-color-2)}.header-info{width:90vw;max-width:1150px;display:flex;padding:0;flex-direction:column;justify-content:center;align-items:center}.header-info address{width:100%;padding:1rem 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between!important;align-items:center;gap:.5rem}.direction{display:none}header .header-correo-redes-1{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between!important;align-items:flex-start;gap:.5rem}.header-correo-redes-1 span{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.header-correo{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:.5rem;color:var(--white-color-1);font-weight:400;margin-right:1rem}.header-tel{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:var(--white-color-1);font-weight:400;margin-right:1rem}.header-work-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:var(--white-color-1);font-weight:400;margin-right:1rem;transition:ease .2s}.header-work-icon:hover{text-decoration:underline}.header-work-icon img{width:20px}.header-correo:hover,.header-tel:hover{text-decoration:underline}.header-main{width:90vw;max-width:1150px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding-top:.5rem;gap:2rem;border-top:var(--blue-color-4) solid 1px}.logo-1,.logo-2{width:14rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo-1 img,.logo-2 img{width:100%;border-radius:var(--button-rounded)}.header-menu{display:none;position:fixed;margin-top:18rem;flex-direction:column;justify-content:center;align-items:flex-start;background-color:var(--blue-color-5);padding:1rem;border-radius:var(--button-rounded);border-bottom:var(--blue-color-4) solid 5px}.header-menu ul{width:fit-content;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;align-items:flex-start}.header-menu ul li{list-style:none;text-align:center}.header-menu ul li a{color:var(--white-color-1)}.has-dropdown{position:relative;width:100%}.has-dropdown>a{display:flex;flex-direction:row;align-items:center;gap:.3rem}.has-dropdown>a:after{content:"▼";font-size:.6rem;margin-left:.3rem;transition:transform .3s ease}.has-dropdown.open>a:after{transform:rotate(180deg)}.dropdown-menu{display:none!important;flex-direction:column;align-items:flex-start;position:fixed;left:20%;top:18rem;gap:.5rem;padding:.5rem 0 .5rem 1rem;margin-top:.5rem;background-color:var(--blue-color-1);border-left:var(--golden-color-1) solid 2px;max-height:calc(100vh - 20rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--golden-color-1) var(--blue-color-2)}.dropdown-menu::-webkit-scrollbar{width:8px}.dropdown-menu::-webkit-scrollbar-track{background:var(--blue-color-2);border-radius:4px}.dropdown-menu::-webkit-scrollbar-thumb{background:var(--golden-color-1);border-radius:4px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:var(--golden-color-2)}.dropdown-menu li{width:100%;text-align:left}.dropdown-menu li a{display:block;padding:.4rem .5rem;font-size:var(--text-size);font-weight:400}.has-dropdown.open>.dropdown-menu{display:flex!important}.button-burger button{display:none}.button-burger{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;overflow-x:visible}.burger{width:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;cursor:pointer}.burger span{background-color:var(--white-color-1);width:100%;height:2px}.navmovil-event{display:flex}}@media screen and (min-width:360px){.button-burger button{display:flex;border-style:none;background-color:transparent}.button-burger button a:hover{background-color:var(--golden-color-2);transition:ease .2s}.button-burger button a{width:100%;padding:.5rem 1rem;display:flex;background-color:var(--golden-color-1);border-radius:var(--button-rounded);font-weight:600;font-family:var(--title-font);color:var(--white-color-1)}}@media screen and (min-width:770px){.header-correo-redes-1{width:100%;justify-content:space-between}.header-correo-redes-1>div{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem}.direction{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:.5rem}.direction a{color:var(--white-color-1);font-weight:400}.direction a:hover{text-decoration:underline}.burger{display:none}.header-menu{width:100%;max-width:640px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;margin-top:0;background-color:transparent;border:none}.header-menu ul{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:1rem;align-items:center}.header-menu ul li{list-style:none;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:fit-content}.header-menu ul li a{color:var(--white-color-1)}.header-menu ul li a:hover{text-decoration:underline}.has-dropdown{position:relative}.has-dropdown:after{content:"";position:absolute;top:100%;left:0;right:0;height:1rem;background:transparent}.has-dropdown>a{display:flex;flex-direction:row;align-items:center;gap:.3rem}.has-dropdown>a span:after{content:" ▼";font-size:.6rem;margin-left:.3rem}.dropdown-menu{display:none!important;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background-color:var(--blue-color-1);border-radius:var(--button-rounded);padding:1rem;min-width:280px;overflow-y:auto;box-shadow:0 4px 20px #0000004d;z-index:10;flex-direction:column!important;align-items:flex-start!important;border-left:none;scrollbar-width:thin;scrollbar-color:var(--golden-color-1) var(--blue-color-2)}.dropdown-menu::-webkit-scrollbar{width:8px}.dropdown-menu::-webkit-scrollbar-track{background:var(--blue-color-2);border-radius:4px}.dropdown-menu::-webkit-scrollbar-thumb{background:var(--golden-color-1);border-radius:4px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:var(--golden-color-2)}.dropdown-menu li{width:100%;text-align:left!important}.dropdown-menu li a{display:block;padding:.5rem 1rem;font-size:var(--text-size);font-weight:400;border-radius:var(--button-rounded);transition:background-color .2s ease}.dropdown-menu li a:hover{background-color:var(--golden-color-1);text-decoration:none!important}.has-dropdown:hover>.dropdown-menu{display:flex!important}.has-dropdown.open>.dropdown-menu{display:none!important}.has-dropdown.open:hover>.dropdown-menu{display:flex!important}}header .header-info address{justify-content:space-between!important}
