html{box-sizing:border-box;line-height:1.15}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}*{margin:0;padding:0}main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:400;margin:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent;color:inherit;cursor:pointer;display:inline-block;text-decoration:inherit}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img,video{border-style:none;display:block;width:100%}button{color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input,textarea{border:none;outline:none;overflow:visible}button::-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder{color:inherit;opacity:1}button::placeholder,input::placeholder,textarea::placeholder{color:inherit;opacity:1}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;border-radius:0;cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}figure{margin:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}ul{list-style:none;margin:0;padding-left:0}body{font-family:var(--main-font)}.overflow-hidden{overflow:hidden}[v-cloak]{display:none}.placeholder{background-color:#000}@font-face{font-family:Proxima Nova;font-style:normal;font-weight:400;src:url(./ProximaNova-Regular.mVvcAsuP.eot);src:url(./ProximaNova-Regular.mVvcAsuP.eot?#iefix) format("embedded-opentype"),url(./ProximaNova-Regular.Bk1KM35c.woff2) format("woff2"),url(./ProximaNova-Regular.DnY37-e0.woff) format("woff"),url(./ProximaNova-Regular.B72C880K.ttf) format("truetype"),url(./ProximaNova-Regular.CFFgHfWe.svg#ProximaNova-Regular) format("svg")}@font-face{font-display:swap;font-family:Canela Text;font-style:normal;font-weight:400;src:url(./CanelaText-Regular.BkJ0Jg_-.woff2) format("woff2"),url(./CanelaText-Regular.jh2kyFRV.woff) format("woff")}:root{--main-font:"Proxima Nova",sans-serif;--secondary-font:"Canela Text",serif;--main-padding-x:clamp(1.875rem,-1.0096153846153841rem + 12.82051282051282vw,14.375rem);--white:#fff;--black:#151515;--gray:#b5b5b5;--light-gray:#e3e3e3;--dark-gray:#777;--gold:#c99b4f;--auditorio:#124285;--teatro:#8b1918;--white-all:#fff;--blue:#2399d5;--blue-dark:#124285;--blue-darker:#0b2a53;--red:#dc3a39;--red-dark:#8b1918;--red-darker:#57100f;--main-color:var(--blue);--main-color-dark:var(--blue-dark);--main-color-darker:var(--blue-darker);--odd-gradient:linear-gradient(45deg,#0a2244,#0c2a54);--even-gradient:linear-gradient(45deg,#124285,#0c2a54);--main-gradient:linear-gradient(45deg,#0c2a54,#124285);--secondary-odd-gradient:linear-gradient(45deg,#470d0c,#57100f);--secondary-even-gradient:linear-gradient(45deg,#8b1918,#57100f);--header-gradient:linear-gradient(45deg,#124285,#0c2a54);--secondary-header-gradient:linear-gradient(45deg,#0a2244,#0c2a54);--background-gradient:linear-gradient(45deg,#0a1231,#092144);--background-gradient-transparent:linear-gradient(45deg,#0a1231d7,#092144dc);--secondary-background-gradient:linear-gradient(45deg,#2e0707,#470d0c);--secondary-color:var(--red);--secondary-dark-hover-color:var(--red-darker);--secondary-light-hover-color:var(--red-dark);--loader-dark:#124285;--loader-medium:#1b6ead;--loader-light:#2399d5}.gallery{margin-top:20px}.gallery--image{display:flex;flex-direction:column;gap:20px}.gallery--image .gallery__image{cursor:pointer;overflow:hidden;width:100%}.gallery--image .gallery__image img{display:block;height:auto;transition:.3s ease-out;width:100%}.gallery--image .gallery__image:hover img{transform:scale(1.03)}.gallery--thumbs .gallery__grid{display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.gallery--thumbs .gallery__thumb{cursor:pointer;overflow:hidden;transition:.3s ease-out}.gallery--thumbs .gallery__thumb img{height:auto;transition:.3s ease-out;width:100%}.gallery--thumbs .gallery__thumb:hover img{transform:scale(1.15)}.gallery__modal{align-items:center;display:flex;gap:clamp(2.5rem,1.778846153846154rem + 3.205128205128205vw,5.625rem);justify-content:center;width:100%}.gallery__modal figure{flex:1;max-height:80dvh;max-width:1200px}.gallery__modal figure .image-wrapper{height:80dvh;max-height:80dvh;width:100%}.gallery__modal figure .image-wrapper__image{-o-object-fit:contain;object-fit:contain}@media(max-width:740px){.gallery__modal{flex-wrap:wrap;gap:0}.gallery__modal figure{flex:none;order:1;width:100%}.gallery__modal .gallery__modal-arrow{margin-top:40px;order:2}.gallery__modal .gallery__modal-arrow--prev{margin-left:var(--main-padding-x)}.gallery__modal .gallery__modal-arrow--next{margin-left:auto;margin-right:var(--main-padding-x)}}.gallery__modal-arrow{cursor:pointer;flex-shrink:0;width:20px}.gallery__modal-arrow svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.7));width:20px}.gallery__modal-arrow svg path{fill:var(--white)}.gallery__modal-arrow--next{transform:rotate(180deg)}.gallery--both,.gallery--narrow{max-width:880px}.gallery--both{display:flex;flex-wrap:wrap;gap:20px}.gallery--both .gallery__main-image{display:flex;place-content:space-between;place-items:center;position:relative}.gallery--both .gallery__grid{display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.gallery--both .gallery__thumb{cursor:pointer;max-width:200px;overflow:hidden;transition:.3s ease-out}.gallery--both .gallery__thumb img{transition:.3s ease-out}.gallery--both .gallery__thumb:hover img{transform:scale(1.15)}.gallery--both .gallery__button{left:30px;position:absolute;width:20px}.gallery--both .gallery__button svg{filter:drop-shadow(0 0 2px rgba(0,0,0,.7))}.gallery--both .gallery__button svg path{fill:var(--white)}.gallery--both .gallery__button--next{left:unset;right:30px;transform:rotate(180deg)}
