html {
overflow-x: hidden;
}
.logolegislativas {
width: 200px;
height: auto;
background-color: #f5f5f5;
}
.animate-loop {
stroke-dasharray: 200;
stroke-dashoffset: 200;
animation: loopDraw 12s ease-in-out infinite
}
@keyframes loopDraw {
0% {
stroke-dashoffset: 200
}
16.66% {
stroke-dashoffset: 0
}
100% {
stroke-dashoffset: 0
}
}
.txtLogo {
font-family: Roboto;
font-weight: 300;
letter-spacing: 2px;
color: #7A7A7A;
font-size: 14px;
margin: 0;
}
.nd-redes {
position: absolute;
width: 100%;
display: flex;
flex-direction: column;
top: 118px;
z-index: 2000;
transform: scale(.8);
justify-items: flex-end;
align-items: flex-end;
gap: calc(1rem * 1);
margin-top: calc(1rem * 1);
display: none;
}
.nd-redes-link {
background-color: transparent;
display: inline-block;
cursor: pointer;
padding: 2px;
border: 1px solid rgb(50, 50, 50);
width: 40px;
height: 40px;
border-radius: 10%;
margin: 0;
justify-items: center;
align-content: center;
}
.nd-redes-x {
width: 20px;
height: 20px;
margin: 7px 5px 5px;
transform: scale(.9);
}
@media screen and (min-width: 1340px) {
.nd-redes {
display: flex
}
}
.nd-apertura-block {
width: 100vw
}
.nd-apertura-titulo {
max-width: 900px
}
.cabezal {
font-family: ‘Prumo’, Georgia, ‘Times New Roman’, Times, serif;
text-align: center;
margin: 0 auto;
padding: 40px 0 20px;
background-color: #f5f5f5;
display: flex;
align-items: center;
flex-direction: column;
width: 100vw;
padding: calc(0.8rem * 2) calc(0.8rem * 1);
}
.icon-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: calc(0.8rem * 2);
}
.icon-wrap img {
/* border-bottom: 1px solid #ccc; */
padding-bottom: 10px;
}
h1.scrl-titulo {
/* nd-apertura-titulo */
max-width: 768px;
/* nd-vweight-extralight */
font-weight: 50;
/* nd-size-6xl */
font-size: calc(1rem * 3.1);
letter-spacing: -0.0141em;
font-family: Prumo;
line-height: 1.1;
margin: auto;
margin-bottom: calc(0.8rem * 1);
/* Estilos viejos */
font-variation-settings: “wght” 50, “opsz” 50;
/* font-size: 67px; */
/* letter-spacing: -.02em; */
/* max-width: 1260px; */
}
h1.scrl-titulo span {
font-family: “Prumo”;
/* nd-apertura-etiqueta */
display: block;
margin-bottom: 0;
/* nd-size-6xl */
font-size: calc(1rem * 3.5);
letter-spacing: -0.0165em;
font-size: calc(var(–t1) + 12px);
font-variation-settings: “wght” 150, “opsz” 50;
}
.nd-apertura-separador {
display: inline-block;
width: calc(1rem * 4);
height: 1px;
background-color: rgb(50, 50, 50);
margin-bottom: calc(1rem * 1);
}
.nd-firma {
color: rgb(50, 50, 50);
}
.nd-firma .nd-firma-fecha {
font-family: “Roboto”, “Arial”, “sans-serif”;
font-size: calc(1rem * 0.875);
margin-bottom: calc(1rem * 0);
color: rgb(50, 50, 50);
letter-spacing: -0.0059em;
line-height: 1.5;
padding: 0;
}
.nd-grid#botones {
background-color: #f5f5f5;
display: flex;
/* border-bottom: 1px dotted #666; */
padding: 11px 0;
padding-bottom: 30px;
max-width: 1260px;
margin: 0 auto;
margin-bottom: 0;
margin-top: 20px;
position: relative;
width: 100%;
gap: 10px;
}
.nd-grid#botones li {
width: 190px;
height: 46px;
}
.nd-justify-center#botones {
justify-content: center;
}
.btn-nav {
background-color: transparent;
color: #000;
border: 0;
display: block;
font-family: Roboto;
font-size: 11px;
padding: 10px;
margin: 0 5px;
text-align: center;
border: 1px solid #b1b1b1;
border-radius: 50px;
font-weight: 100;
text-decoration: none;
transition: all .3s ease;
width: 100%;
}
@media screen and (min-width: 640px) {
.btn-nav {
font-size: 14px;
padding: 15px 10px;
}
.nd-grid#botones {
padding-bottom: 50px;
}
}
.btn-nav.active-link {
border: 1px solid !important;
pointer-events: none;
background-color: #deeef2;
border: 0;
font-weight: 700;
}
h2.scrl-bajada {
font-size: 24px;
margin: 0;
padding-bottom: 30px;
font-family: Prumo;
font-variation-settings: “wght” 60, “opsz” 50;
max-width: 920px;
margin: auto;
letter-spacing: .2px;
}
p.scrl-volanta {
font-variation-settings: ‘wght’ 100, ‘opsz’ 80;
border: 1px solid #000;
display: table;
margin: 0px auto;
margin-bottom: 50px;
padding: 8px 10px;
}
.nd-apertura__firma {
text-align: center;
margin-top: 5px;
/* border-top: 1px solid #ccc; */
padding-top: 10px;
}
.nd-apertura__fecha,
.nd-apertura__nombre {
font-size: 16px;
font-family: ‘Prumo’;
font-variation-settings: “wght” 90, “opsz” 0;
font-weight: 400;
margin: 0;
line-height: 1.5;
}
.nd-apertura__nombre span {
font-family: ‘Prumo’;
font-variation-settings: “wght” 150, “opsz” 0;
}
.nd-br-mobile {
display: none;
}
@media only screen and (max-width: 767px) {
h1.scrl-titulo {
font-size: 28px;
width: 90%;
margin-right: auto;
margin-left: auto;
}
h1.scrl-titulo span {
font-size: 41px;
line-height: 1;
}
.scrl-bajada {
font-size: 20px;
width: 80%;
}
.nd-br-mobile {
display: block;
}
}
LEGISLATIVAS 2025
<!– –>
Quién es quiénLos principales candidatos que aspiran a llegar al Congreso
18 de agosto de 2025
Esta aplicación web de LA NACION necesita tener Javascript habilitado para funcionar
correctamente