@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Narrow:400,700);

:root {
--provincia: #00aec3; /*oficial*/
--provDark: #008899; /*oficial*/
--oscuro: #0000005e;
--provLight: rgba(9,144,153,0.4); /*oficial*/
--provGris: #64655c; /*oficial*/
--provGrisLight: #C0C0C0; /*oficial*/
--dorado: #ac842d; /*DR*/

--titNotas: #E29200;  /*Notas*/
--titEventos: #004fa0;  /*Eventos*/
--neutro: #C1C2AC;  /*Gris*/

--fondoCuadroH: #64655c;

--linkCL: #d85034;  /*Link Fondo claro*/
--linkCV: #18949c;  /*Visited Fondo claro*/
--linkCH: #cccc00;  /*Hover Fondo claro*/
--linkCA: yellow;  /*Active Fondo claro*/

--linkOL: #d85034;  /*Link Fondo oscuro*/
--linkOV: #18949c;  /*Visited Fondo oscuro*/
--linkOH: #cccc00;  /*Hover Fondo oscuro*/
--linkoA: yellow;  /*Active Fondo oscuro*/

/*Solo para Dardo Rocha 2024*/
--azulNL: #090637;  /*AzulNuevoLogo2024*/
--verdeNL: #084c25;  /*VerdeNuevoLogo2024*/
--verde24: #037a54;  /*Verde24*/
--naranja24: #e85224;  /*Naranja24*/
--azul24: #004fa0;  /*Azul24*/
--celeste24: #6cc6d5;  /*Celeste24*/

--SpaceGl: 'Space Grotesk Light'; /*Font Light*/
--SpaceGr: 'Space Grotesk Regular'; /*Font Regulaar*/
--SpaceGi: 'Space Grotesk Italica'; /*Font Italica*/
--SpaceGm: 'Space Grotesk Medium'; /*Font Medium*/
--SpaceGb: 'Space Grotesk Bold'; /*Font Bold*/


--Narrow: 'PT Sans Narrow', sans-serif;  /*Font Narrow*/
--Normal: 'Open Sans', sans-serif; /*Font Normal*/

--rojoDestac: #d85034;   /*Destacados rojo cÃ¡lido*/
}

form {
	accent-color: var(--provLight);
}
html {
	font-kerning: normal;
}

/*PROTECCION DE CONTENIDO*/
    body:not(.allow-select) {
        user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
    }
    img:not(.allow-interaction) {
        pointer-events: none;
        -webkit-user-drag: none;
        user-drag: none;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 10000;
    }

 /* Estilos para posicionar el overlay */
	#anima1, #anima2, #anima3, #anima4,  {
		position: relative;
		display: inline-block;
		pointer-events: none; /* Opcional: evita interacción directa */
        }


.captcha25 {
	font-size: 18px;
	letter-spacing: 7px;
	font-weight:bold;
}
