.clima-section{background:#86082e;color:#fff;width:100%;max-width:40%;height:10.5rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.clima-section h1{font-size:2.2rem;font-weight:900}.clima-section ul{display:flex;gap:1rem;justify-content:center;list-style:none;padding:0;width:100%}.clima-section ul li{display:grid;max-width:180px;grid-template-columns:1fr 1fr 1fr;padding:.2rem;border:1px solid;border-radius:8px}.clima-section ul li h2{grid-column:1/4;display:flex;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;border-bottom:1px solid #fff}.clima-section ul li img{grid-row:2/4;grid-column:1/2}.clima-temp{font-weight:500}.clima-temp,.clima-text{grid-column:2/4;font-size:1rem;display:flex;align-items:center;justify-content:center}.dolar-section{background:#86082e;color:#fff;width:100%;max-width:40%;height:10.5rem;border-radius:8px;overflow-x:auto;white-space:nowrap;display:flex;flex-direction:column;justify-content:space-evenly;position:relative}.dolar-section h1{position:sticky;display:flex;justify-content:center;font-size:2.2rem;font-weight:900}.dolar_scroll{display:flex;overflow-x:auto;scrollbar-color:#fff transparent}.dolar_article{display:flex;flex-direction:column;width:-moz-max-content;width:max-content;margin:.2rem;padding:.2rem;border:1px solid;border-radius:8px}.dolar_article h2{font-size:1.25rem;line-height:1.75rem;border-bottom:1px solid;margin-bottom:.25rem}.dolar_article h3{font-size:1rem;line-height:1.5rem}@media screen and (max-width:1024px){.dolar-section{width:100%;max-width:90vw;overflow-x:auto;white-space:nowrap}.dolar_scroll{display:flex}.dolar_article{flex:0 0 auto;width:auto;padding:.5rem;margin-left:.5rem;margin-right:.5rem}.dolar_article h1{font-size:16px}.dolar_article h2{font-size:12px}}.social-section{display:flex;justify-content:space-between;align-items:center;background:#86082e;border-radius:8px;color:#fff;padding:1rem;margin-top:1rem}.social-section h1{font-size:2rem;font-weight:800}.social-section div{width:55%;height:3px;background-color:#fff}.social-section ul li{display:flex}.social-section ul li a svg{width:46px;height:46px}@media screen and (max-width:600px){.social-section div,.social-section h1{display:none}}header{justify-content:space-around;position:fixed;padding:0 .5rem;z-index:2;gap:2rem}.header-article,header{display:flex;width:100%}.header-article{grid-column:1/2;height:4rem;color:#fff;background:#86082e;border-radius:8px;justify-content:space-between;align-items:center;padding-right:2rem}.header-article button{z-index:2000;margin-left:.8rem}header article ul{display:flex;gap:1rem;margin:0 2rem}header article ul li{font-size:1.4rem;font-weight:700;padding:.5rem 1rem;border-radius:8px}.input-article{display:flex;align-items:center;background:#86082eb2;border-radius:8px;width:40%;padding:5px 10px;height:4rem;transition:all .3s ease-in-out}.search-input{flex:1;border:none;outline:none;background:transparent;color:#fff;font-size:1.5rem;padding:5px 10px;width:100%}.search-icon{cursor:pointer;transition:transform .2s ease-in-out}.search-icon:hover{transform:scale(1.2)}@media screen and (max-width:1024px){header{grid-template-columns:1fr;padding:.3rem}.header-article{flex-direction:column;height:auto;padding:.5rem}header article ul{flex-wrap:wrap;justify-content:center}.input-article{margin-top:.5rem}}@media screen and (max-width:600px){header article ul li{display:none}.input-article input{width:150px}.header-article{flex-direction:row;justify-content:space-between}.input-article,header article ul{display:none}.header-article button{margin-left:.5rem}.header-article a{margin-right:.5rem}}nav{background:#86082e;width:20rem;height:100vh;justify-content:space-evenly;position:fixed;padding:1rem 1.75rem;margin-left:.5rem;border-radius:8px;transition:transform .9s ease;top:5rem;z-index:2}nav,nav ul{display:flex;flex-direction:column}nav ul{height:100%}nav ul li{font-size:1.25rem;line-height:1.75rem;padding:1rem .5rem;list-style:none;color:#fff}nav ul .search-input{display:none}nav ul li{width:-moz-min-content;width:min-content}nav ul li a{display:flex;flex-direction:column}@media screen and (max-width:1024px){nav{width:15rem;padding:1.5rem .75rem .75rem}nav ul li{font-size:14px;padding-top:.2rem;padding-bottom:.2rem}}.navbar.open{transform:translateX(0)}.navbar.closed{transform:translateX(-110%)}@media screen and (max-width:600px){nav{justify-content:flex-start;padding-top:1rem;height:100vh}nav ul{display:flex;flex-direction:column;height:auto}nav ul .search-input{display:flex;align-items:center;margin-bottom:1rem;padding:.5rem;width:100%}nav ul .search-input input{width:100%;font-size:1rem;padding:.5rem;border-radius:6px}}.category-main{padding-top:3rem}.category-image{width:100%;max-height:250px;height:250px;background-image:url(/backgraunds/Titulo_Categoria.png);background-size:cover;background-position:50%;background-repeat:no-repeat;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;color:#fff;position:relative;padding:2rem 0}.category-logo{grid-column:1/2;display:flex;justify-content:flex-end;align-items:center;margin-right:2rem;height:100%;border-right:1px solid #fff;padding-right:3rem}.category-image h1{grid-column:2/3;display:flex;flex-direction:column;text-align:center}.seccion{font-size:4.5rem;font-weight:700;line-height:1}.categoria{font-size:3rem;font-weight:400;text-transform:uppercase;margin-top:5px}.category-image h2{grid-column:3/4;display:flex;justify-content:flex-start;align-items:center;text-align:left;font-size:.9rem;width:300px;margin-left:2rem}.ventana-section-h1{font-size:2rem;font-weight:900;color:#000;border-bottom:2px solid #000;width:65%}.ventana-section-h1:hover{color:#86082e}.pages-title{display:flex;align-items:center;background:#86082e;border-radius:8px;color:#fff;padding:1rem;margin:1rem 0}.pages-title h1{font-size:1.5rem;font-weight:700}.terminos-main{max-width:800px;margin:.5rem auto;padding:5rem 2rem 2rem;font-family:Arial,sans-serif;color:#333}.terminos-main h1{text-align:center;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.terminos-main h2{font-size:1.5rem;font-weight:700;margin-top:1.5rem}.terminos-main h3{font-size:1.25rem;font-weight:700;margin-top:1rem}.terminos-main p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.terminos-main a{color:#007bff;text-decoration:underline}.terminos-main a:hover{color:#0056b3}@media screen and (max-width:600px){.category-image{margin-top:1rem}.category-image div,.category-image h2{display:none}}.noticias-main{display:flex;width:100%}.notice-article{width:70%;display:flex;flex-direction:column;gap:20px}.noticia-page{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.notice-category{font-size:1.1rem;font-weight:600;color:#86082e}.notice-category:hover{color:#000}.title-container{margin:1rem 0}.noticia-contenedor h1{font-size:2.5rem;font-weight:900;line-height:1.1;margin-bottom:.5rem}.noticia-contenedor h2{font-size:1.1rem}.noticia-media{margin:1rem 0}.noticia-imagen{display:block;margin-bottom:.5rem}.noticia-video{max-width:100%;min-width:300px;max-height:500px;margin:0 auto;display:block}.noticia-epigrafe{font-size:1rem;line-height:1.2;color:#555}.noticia-copete{font-size:1.4rem}.noticia-copete p{margin-bottom:1.2rem}.notice-aside{width:30%;padding-left:20px}.notice-aside ul{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.notice-aside ul li img{width:100%}.notice-aside section{display:flex;flex-direction:column;gap:20px;width:100%;margin-top:2rem}.notice-aside section a{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:100%;border:1px solid #ddd;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease-in-out}.notice-aside section a img,.notice-aside section a video{width:100%;max-width:400px;height:200px;-o-object-fit:cover;object-fit:cover;overflow:hidden}.notice-aside section a:hover h1{text-decoration:underline}.notice-aside section a:hover img,.notice-aside section a:hover video{transform:scale(1.1)}.ventana-section-h2{font-size:1rem;font-weight:700;margin:.2rem .5rem 1.5rem;color:#000}.ventana-socials{padding:20px;background-color:#f5f5f5;border-radius:10px;display:flex;justify-content:center}.ventana-socials h3{margin:auto;font-size:2rem;font-weight:600;border-bottom:2px solid #000}.ventana-socials ul{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;list-style:none;padding:0;margin:0}.ventana-socials .link{transition:transform .3s ease-in-out}.ventana-socials .link:hover{transform:scale(1.1)}.ventana-socials .image{-o-object-fit:contain;object-fit:contain}@media screen and (max-width:600px){.notice-article{width:100%}.notice-aside{display:none}}.contenido-bloque{gap:20px;padding:20px 0}.bloque-imagen,.contenido-bloque{display:flex;flex-direction:column}.bloque-imagen{align-items:center;margin-top:1rem}.bloque-imagen img{max-height:600px;max-width:100%;width:auto}.bloque-imagen p{padding-top:.5rem;padding-bottom:.5rem;font-size:14px;color:#4a4a4a}.bloque-video{display:flex;justify-content:center;width:100%;padding:1rem 0}.bloque-video video{max-height:600px;max-width:100%;width:auto}.bloque-descripcion{font-size:18px;line-height:1.7;padding:1rem 0;text-align:justify}.bloque-descripcion p{margin-bottom:1.2rem}.bloque-video-iframe{position:relative;padding-bottom:56.25%;height:0;width:100%}.bloque-video-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}main{display:flex;flex-direction:column;padding-top:5rem;margin:.5rem}.widgets-section{display:flex;justify-content:space-between;margin-bottom:2rem}.widgets-section img{background:#86082eb2;border-radius:8px}.noticia-section{width:100%;max-width:1500px;margin:2rem 0}.image-container{position:relative;width:100%}.text-overlay{position:absolute;padding:1rem;bottom:0;left:0;color:#fff;text-align:left;z-index:1;background:linear-gradient(180deg,transparent,#000)}.text-overlay h1{font-size:2rem;font-weight:700;margin:.5rem 0;max-width:70%}.text-overlay h1:hover{text-decoration:underline}.text-overlay h2{font-size:1.2rem;margin:0;max-width:80%}.noticia-grid{display:grid;grid-template-columns:auto min-content;gap:20px;max-width:1500px;margin:2rem 0;align-items:start}.noticia-destacada{position:relative;width:100%}.noticia-imagen{width:100%;max-height:600px;-o-object-fit:cover;object-fit:cover}.noticias-secundarias{display:flex;flex-direction:column;gap:10px;width:-moz-min-content;width:min-content}.noticia-secundaria{display:flex;flex-direction:column;border:1px solid #ddd;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease-in-out;width:300px}.noticia-secundaria h1{font-size:1.2rem;font-weight:900;margin:10px}.noticia-secundaria:hover{transform:scale(1.05)}.noticias-grid{grid-column:1/3;display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));gap:20px;margin-top:2rem}.noticia-grid-item{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #ddd;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease-in-out}.noticia-grid-item h1{font-size:1.3rem;font-weight:900;margin:.5rem .5rem 1rem}.noticia-grid-item:hover{transform:scale(1.05)}.category-noticia-container{width:100%;display:grid;grid-template-columns:1fr 1fr;background-size:cover;background-position:50%;background-repeat:no-repeat;padding:1.5rem}.politica-bg{background-image:url(/backgraunds/PoliticaBG.png)}.actualidad-bg{background-image:url(/backgraunds/ActualidadBG.png)}.policiales-bg{background-image:url(/backgraunds/PolicialesBG.png)}.category-text-overlay{display:flex;flex-direction:column;justify-content:space-between;color:#fff;height:100%;padding:0 1rem;text-align:left;z-index:1}.category-link-noticia{font-size:2rem;font-weight:700;margin:.5rem 0;padding-left:.5rem;max-width:50%;position:relative;display:inline-block;z-index:2}.category-link-noticia:after{content:"";position:absolute;bottom:0;left:0;width:60%;height:50%;background:#8d004f;z-index:-1}.category-link-noticia:hover{color:#000}.category-text-overlay h1{font-size:2.5rem;font-weight:900;line-height:2.5rem}.category-text-overlay h2{font-size:1.2rem;font-weight:900;line-height:2rem}.category-leer-noticia{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;width:18%;background-color:#fff;color:#000;font-weight:700;border-radius:20px;text-decoration:none}.category-image-container{width:100%;display:flex;justify-content:flex-end}.category-leer-noticia:hover{background-color:#8d004f;font-weight:900;color:#fff;transition:transform .3s ease-in-out}.noticia-section article{display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));gap:20px;width:100%;margin-top:2rem}.noticia-section article a{display:flex;flex-direction:column;justify-content:space-between;width:400px;max-width:100%;border:1px solid #ddd;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease-in-out}.noticia-section article a:hover{transform:scale(1.05)}.noticia-section article a h1{font-size:1.3rem;font-weight:700;margin:.2rem .5rem 1.5rem;color:#000}.noticia-section article a img,.noticia-section article a video{width:100%;max-width:400px;height:200px;-o-object-fit:cover;object-fit:cover;overflow:hidden}@media screen and (max-width:1024px){.noticia-section{width:365px;margin:1rem}.noticia-grid{grid-template-columns:1fr}.noticias-secundarias{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.noticias-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.widgets-section{display:none}.noticia-grid{display:flex;flex-direction:column;gap:2rem}.noticias-grid .noticia-grid-item:nth-child(n+3){display:none}.noticia-destacada,.noticia-grid-item,.noticia-secundaria{width:100%}.noticia-destacada{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #ddd;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease-in-out;width:100%}.noticia-destacada:hover{transform:scale(1.05)}.noticia-destacada .text-overlay{position:static;background:transparent;color:#000;padding:1rem;text-align:left}.noticia-destacada .text-overlay h1{font-size:1.3rem;font-weight:900;margin:.5rem 0}.noticia-destacada .text-overlay h2{font-size:1rem;font-weight:400;margin-bottom:1rem}.noticia-destacada .noticia-imagen{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.text-overlay h1,.text-overlay h2{max-width:100%}.noticias-secundarias{width:100%}.noticias-grid{display:flex;flex-direction:column;gap:2rem}.category-noticia-container{display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;background-image:none;padding:0}.category-noticia-container:hover{transform:translateY(-5px);box-shadow:0 6px 18px rgba(0,0,0,.15)}.category-leer-noticia{width:100%}.category-noticia-container img,video{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.category-text-overlay{position:static;background:transparent;color:#000;padding:1rem;text-align:left}.category-text-overlay h1{font-size:1.3rem;font-weight:900;margin:.5rem 0}.category-text-overlay h2{font-size:1rem;font-weight:400;margin-bottom:1rem}.noticia-section{margin:1rem 0;width:100%}.noticia-section article{display:flex;flex-direction:column;gap:2rem}.noticia-section article a{width:100%;max-width:100%}.noticia-section article a img,.noticia-section article a video{height:auto}.noticias-secundarias{flex-direction:column}.noticias-grid{grid-template-columns:1fr}}@media screen and (min-width:1025px){footer{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;color:#fff;position:absolute;background:#86082e}footer article{grid-column:2/4;flex-direction:column}footer article,footer article h1{display:flex;justify-content:center;align-items:center}footer article h1 a{padding:2rem}footer article h2{display:flex;justify-content:center;width:100%;font-size:2rem;line-height:2.5rem;padding:1rem 1rem 0;border-top:1px solid}.footer-socials{flex-wrap:wrap;gap:1rem;margin:1rem}.footer-socials,footer article ul{display:flex;justify-content:center;align-items:center}footer article ul{width:-moz-min-content;width:min-content;margin:.5rem}footer article ul li{display:flex;justify-content:space-evenly;width:100%;font-size:1.2rem;padding:0 1rem}footer article h3{display:flex;justify-content:center;width:100%;margin:.5rem}footer article h3 a{display:flex;align-items:center;padding:.5rem;font-size:1rem;line-height:2rem}footer article h5{display:flex;justify-content:center;align-items:center;width:100%;padding:1rem;border-top:1px solid}footer article h5 a{font-size:.75rem;line-height:1rem}}@media screen and (max-width:600px){footer{background:#86082e;color:#fff;width:100%;padding:1rem}footer article{display:flex;flex-direction:column;align-items:center;gap:1rem}footer article h1 a{padding:0;display:flex;justify-content:center;align-items:center}footer article h1 a img{width:200px;height:auto}footer article h2{text-align:center;font-size:1.3rem;line-height:1.25rem;border-top:1px solid #fff;padding-top:.5rem}.footer-socials{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}footer article ul{flex-direction:column;align-items:center;gap:.25rem;padding:0}.footer-socials img{max-width:40px}footer article ul{display:flex;flex-direction:row;justify-content:space-evenly;width:100%}footer article ul li{font-size:.9rem;padding:.25rem 0}footer article h3{flex-direction:column;text-align:center}footer article h3,footer article h3 a{display:flex;align-items:center;gap:.25rem}footer article h3 a{font-size:.85rem}footer article h3 a svg{width:18px;height:18px}footer article h5{text-align:center;font-size:.7rem;padding-top:1rem;border-top:1px solid #fff;width:100%}footer article h5 a{font-size:.75rem}}

/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,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}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.m-2{margin:.5rem}.mr-2{margin-right:.5rem}.flex{display:flex}.w-44{width:11rem}.items-center{align-items:center}.rounded-sm{border-radius:.125rem}.px-2{padding-left:.5rem;padding-right:.5rem}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@font-face{font-family:Serithai;font-style:normal;font-weight:400;src:url(https://fonts.cdnfonts.com/s/26633/Serithai-Regular.woff) format("woff")}body{background:#ebebe3;font-family:Serithai,sans-serif}.button:hover{font-weight:700;color:#000;stroke:#000;transform:scale(1.1);transition:transform .3s ease;z-index:1}.button:hover svg{stroke:#000}.title-hover:hover{text-decoration:underline;transform:scale(1.1);transition:transform .3s ease;z-index:1}.video-container{max-width:100%;height:100%}@media screen and (min-width:1025px) and (max-width:1600px){body{font-size:12px;background:#ebebe3;font-family:Serithai,sans-serif}}@media screen and (max-width:600px){body{font-size:10px;background:#ebebe3;font-family:Serithai,sans-serif}.button:hover svg{width:20px;height:20px}.array_image_noticepage{height:150px;width:-moz-min-content;width:min-content}.array_image_noticepage_epigrafe{padding:.5rem;font-size:16px}}