@font-face {
font-family: "Brandon Grotesque";
src: url(//primerainfancia.senadoer.gob.ar/wp-content/themes/observatorio/fonts/BrandonGrotesque-Regular.woff2) format("woff2"), url(//primerainfancia.senadoer.gob.ar/wp-content/themes/observatorio/fonts/BrandonGrotesque-Regular.woff) format("woff");
font-weight: normal;
font-style: normal;
}
html {
font-size: 17px;
}
body {
margin: 0;
color: #000;
background-color: #e6e6e6;
}
body, td, th {
font-family: "Montserrat", sans-serif;
font-weight: normal;
}
*:focus {
outline: none;
}
a:link, a:hover, a:visited, a:active {
outline: none;
text-decoration: none;
}
header.site-header {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 13;
transition: 0.3s all;
padding: 12px 0 0 0;
background-color: #e6e6e6;
}
header.site-header .logo {
max-width: 304px;
width: 100%;
}
header.site-header .solo-inicio {
margin: 0;
padding: 0;
}
header.site-header .navegador {
background: #c5d89b;
margin-top: 12px;
}
.esp-top {
height: 145px;
}
.esp-minimo {
min-height: calc(100vh - 220px);
}
.menu-principal .menu {
display: flex;
list-style: none;
padding: 0 0 0 0;
margin: 0;
justify-content: space-around;
background-color: #f4da94;
}
.menu-principal .menu .menu-item {
width: 100%;
text-align: center;
position: relative;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 500;
}
.menu-principal .menu .current-menu-item a {
background: #f7a28f;
}
.menu-principal .menu .current-menu-ancestor {
background: #f7a28f;
}
.menu-principal .menu .sub-menu {
position: absolute;
list-style: none;
padding: 3px 0 3px 0;
margin: 0;
justify-content: space-around;
background: #c28071;
width: 100%;
display: none;
}
.menu-principal .menu .sub-menu li a {
color: #FFF;
font-weight: 400;
font-size: 0.9rem;
padding: 3px 0;
font-family: Arial, Helvetica, sans-serif;
text-transform: none;
}
.menu-principal .menu .sub-menu li a:hover {
background: #c28071;
}
.menu-principal .menu a {
color: #111;
display: block;
font-size: 1rem;
padding: 5px 0 5px 0;
transition: 0.2s linear all;
}
.menu-principal .menu a:hover {
background: #f7a28f;
}
.menu-principal .menu li:hover .sub-menu {
display: block;
}
@media screen and (max-width: 996px) {
.esp-top {
height: 88px;
}
header.site-header {
border-top-width: 15px;
border-bottom: 1px solid #c28071;
}
header.site-header .solo-inicio {
height: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}
header.site-header .solo-inicio a {
color: #c28071;
}
}
.banner1 {
aspect-ratio: 1366/258;
overflow: hidden;
position: relative;
}
.banner1 img {
width: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
z-index: 1;
filter: brightness(0.7);
}
.banner1 .frase {
position: relative;
color: #FFF;
z-index: 2;
font-family: "Montserrat", sans-serif;
}
.banner1 .frase h1 {
font-weight: 400;
}
.banner1 .dibujo {
position: relative;
z-index: 2;
width: 70%;
margin: 0 0 0 auto;
display: flex;
align-items: end;
padding-bottom: 1rem;
}
.banner1 .dibujo svg {
width: 100%;
height: auto;
}
@media screen and (max-width: 996px) {
.banner1 {
aspect-ratio: 258/258;
}
.banner1 img {
height: 100%;
}
.banner1 .frase h1 {
font-size: 1.5rem;
}
}
.titulo-home-1 {
background-color: #f4da94;
color: #FFF;
padding: 0.2rem 0.5rem;
margin-bottom: 1rem;
color: #000;
}
.titulo-home-2 {
background-color: #f4da94;
color: #FFF;
padding: 0.2rem 0.5rem;
margin-bottom: 1rem;
color: #000;
}
.titulo-home-3 {
background-color: #f7a28f;
color: #000;
padding: 0.2rem 0.5rem;
margin-bottom: 1rem;
}
.not-home {
height: 100%;
}
.not-home figure {
aspect-ratio: 304/196;
background-color: #000;
margin-bottom: 0.5rem;
position: relative;
}
.not-home figure img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
.not-home a h1 {
transition: 0.2s linear all;
font-size: 1.2rem;
font-weight: 500;
min-height: 100px;
color: #000;
}
.not-home a:hover h1 {
color: #c28071;
}
.not-home a .categoria {
color: #333;
font-size: 1rem;
}
.not-home-efe figure {
aspect-ratio: 1;
background-color: #222;
position: relative;
}
.not-home-efe figure img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
.destacados {
aspect-ratio: 1;
overflow: hidden;
background-color: #f4da94;
padding: 1rem;
display: flex;
flex-direction: column;
}
.destacados h1 {
font-size: 1.2rem;
text-align: center;
font-weight: 400;
}
.destacados p {
font-size: 1rem;
font-weight: 500;
text-align: center;
}
.destacados p.firma {
font-weight: 400;
}
.page-title {
border-top: 2px solid #FFF;
background-color: #c28071;
color: #FFF;
padding: 12px 0;
margin-bottom: 25px;
}
.page-title h1 {
font-size: 1.5rem;
margin: 0;
}
.redes {
border-top: 1px solid #c28071;
border-bottom: 1px solid #c28071;
padding: 15px 8px;
margin-bottom: 1rem;
}
.redes .whats-app {
display: block;
background: #25D366;
color: #FFF;
border-radius: 3px;
padding: 1px 8px 1px 6px;
margin-left: 15px;
font: normal normal normal 11px/18px "Helvetica Neue", Arial, sans-serif;
}
.redes div {
margin-right: 15px;
}
@media screen and (max-width: 996px) {
.page-title h1 {
font-size: 1.3rem;
}
}
.page-link {
color: #f37135;
}
.page-item.active .page-link {
background-color: #f37135;
border-color: #f37135;
}
.btn-primary {
color: #f37135;
background-color: #FFF;
border-color: #f37135;
}
.site-footer {
background: #c28071;
padding: 40px 0;
color: #FFF;
font-size: 1rem;
z-index: 1;
position: relative;
text-align: left;
}
.site-footer .contacto {
height: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
border-right: 2px solid #FFF;
padding-right: 15px;
}
.site-footer h2 {
color: #FFF !important;
text-transform: uppercase;
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 0.2rem;
font-family: "Brandon Grotesque";
}
.site-footer .fa-ul {
padding-top: 1rem;
}
.site-footer .fa-ul .fa-li {
color: #FFF;
font-size: 1.5rem;
top: 0;
}
.site-footer .fa-ul > li {
position: relative;
margin-bottom: 0.8rem;
}
@media screen and (max-width: 996px) {
.site-footer .contacto {
justify-content: flex-start;
border-right: none;
padding-right: 0;
border-bottom: 1px solid #FFF;
padding-bottom: 0.9rem;
}
.site-footer .fa-ul {
padding-top: 1rem;
}
.site-footer .fa-ul .fa-li {
font-size: 1.2rem;
top: 3px;
}
.site-footer .fa-ul > li {
margin-bottom: 0.9rem;
font-size: 0.8rem;
}
}
.menu-flotante-container {
display: none;
}
.with--sidebar .menu-flotante-container {
display: flex;
align-items: center;
height: 100vh;
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 20px;
z-index: 3;
background: rgba(0, 0, 0, 0.7);
}
.menu-r {
position: fixed;
left: 0;
top: 88px;
bottom: 0;
background-color: #c28071;
width: 300px;
transform: translateX(-300px);
overflow-y: hidden;
z-index: 12;
transition: 0.2s linear all;
padding: 15px 0 0 15px;
}
.menu-r .menu-responsive {
margin: 0;
padding: 0;
list-style: none;
}
.menu-r .menu-responsive li {
margin-bottom: 0.5rem;
}
.menu-r .menu-responsive li a {
color: #FFF;
font-size: 1rem;
font-weight: 600;
}
.menu-r .menu-responsive .sub-menu {
list-style: none;
margin-top: 10px;
}
.menu-r .menu-responsive .sub-menu a {
font-weight: 400;
font-size: 1rem;
}
.with--sidebar .menu-r {
transform: translateX(0);
}
.cuadro-leyes {
margin-bottom: 25px;
border-bottom: 1px dotted #999;
padding-bottom: 20px;
}
.cuadro-leyes h1 {
color: #c28071;
font-size: 1.4rem;
font-weight: 600;
transition: 0.2s linear all;
text-align: justify;
}
.cuadro-leyes a h1:hover {
color: #333;
}
.cuadro-leyes p {
color: #333;
font-size: 1rem;
text-align: justify;
}
.cuadro-leyes .btn-info {
color: #f37135;
border-color: #f37135;
margin-left: 8px;
background: #FFF;
}
.cuadro-leyes .btn-info:hover {
background: #f37135;
color: #FFF;
}
.post-type-archive-marco .paginacion h2 {
display: none;
}
.post-type-archive-marco .paginacion .nav-links {
background-color: #EEE;
width: 100%;
}
.post-type-archive-marco .paginacion .nav-links .page-numbers {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
}
.post-type-archive-marco .paginacion .nav-links .page-numbers .current, .post-type-archive-marco .paginacion .nav-links .page-numbers a {
display: block;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
color: black;
}
.post-type-archive-marco .paginacion .nav-links .page-numbers .current {
font-weight: 600;
}
.page-template-template-proyectos h2, .material-template-default h2, .marco-template-default h2, .documento-template-default h2, .post-template-default h2, .recursos-nacionales-template-default h2, .experiencias-template-default h2 {
color: #c28071;
font-size: 1.6rem;
font-weight: 600;
text-align: justify;
}
.page-template-template-proyectos p, .material-template-default p, .marco-template-default p, .documento-template-default p, .post-template-default p, .recursos-nacionales-template-default p, .experiencias-template-default p {
color: #444;
font-size: 1rem;
text-align: justify;
}
.page-template-template-proyectos .contenido p, .material-template-default .contenido p, .marco-template-default .contenido p, .documento-template-default .contenido p, .post-template-default .contenido p, .recursos-nacionales-template-default .contenido p, .experiencias-template-default .contenido p {
color: #222;
text-align: left;
}
.page-template-template-proyectos .contenido p a, .material-template-default .contenido p a, .marco-template-default .contenido p a, .documento-template-default .contenido p a, .post-template-default .contenido p a, .recursos-nacionales-template-default .contenido p a, .experiencias-template-default .contenido p a {
color: #c28071;
}
.page-template-template-proyectos .archivo, .material-template-default .archivo, .marco-template-default .archivo, .documento-template-default .archivo, .post-template-default .archivo, .recursos-nacionales-template-default .archivo, .experiencias-template-default .archivo {
margin-bottom: 15px;
padding: 10px;
}
.page-template-template-proyectos .archivo .linea, .material-template-default .archivo .linea, .marco-template-default .archivo .linea, .documento-template-default .archivo .linea, .post-template-default .archivo .linea, .recursos-nacionales-template-default .archivo .linea, .experiencias-template-default .archivo .linea {
border-top: 1px dotted #CCC;
margin-top: 12px;
margin-bottom: 12px;
width: 100%;
}
.page-template-template-proyectos .archivo .enlace, .material-template-default .archivo .enlace, .marco-template-default .archivo .enlace, .documento-template-default .archivo .enlace, .post-template-default .archivo .enlace, .recursos-nacionales-template-default .archivo .enlace, .experiencias-template-default .archivo .enlace {
display: flex;
align-items: center;
}
.page-template-template-proyectos .archivo .enlace a, .material-template-default .archivo .enlace a, .marco-template-default .archivo .enlace a, .documento-template-default .archivo .enlace a, .post-template-default .archivo .enlace a, .recursos-nacionales-template-default .archivo .enlace a, .experiencias-template-default .archivo .enlace a {
color: #f37135;
font-size: 0.8rem;
padding-left: 15px;
}
.mapa-recursero {
z-index: 2;
margin-bottom: 25px;
position: relative;
}
.mapa-recursero:before {
display: block;
content: " ";
width: 100%;
padding-top: 114.2857142857%;
}
.mapa-recursero > .content {
background-size: cover;
position: absolute;
background-position: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.cuadro-noticias {
margin-bottom: 20px;
border-bottom: 1px solid #CCC;
padding-bottom: 20px;
}
.cuadro-noticias h1 {
color: #c28071;
font-size: 1.3rem;
font-weight: 600;
transition: 0.2s linear all;
text-align: justify;
}
.cuadro-noticias a h1:hover {
color: #333;
}
.cuadro-noticias p {
color: #333;
font-size: 0.9rem;
text-align: justify;
}
.cuadro-noticias .btn-info {
color: #f37135;
border-color: #f37135;
margin-left: 8px;
background: #FFF;
}
.recursero-boton {
background-color: #9c0890;
display: flex;
width: 100%;
margin-bottom: 1.5rem;
text-align: center;
justify-content: center;
color: #FFF;
border-radius: 5px;
padding: 5px 0;
}
.recursero-boton:hover {
background-color: #6b2a66;
color: #FFF;
}
.breadcrumb {
background-color: #EEE;
padding: 3px 5px;
}
.breadcrumb-item a {
color: #f37135;
font-weight: 600;
}
.video-cuadro {
padding-bottom: 20px;
}
.video-cuadro h1 {
margin: 0 0 8px 0;
font-size: 1.5rem;
color: #6b2a66;
font-weight: 600;
}
.video-cuadro h2 {
margin: 0 0 8px 0;
font-size: 1rem;
font-weight: 600;
padding: 3px 0;
color: #555;
border-bottom: 1px dotted #f37135;
}
.video-cuadro .info {
font-size: 0.9rem;
color: #333;
display: flex;
}
.video-cuadro .info .col1 {
width: 50%;
}
.recursos #wpas-load-btn {
background: #FFF;
border: 1px solid #353420;
color: #353420;
margin-bottom: 25px;
border-radius: 5px;
}
.recursos #wpas-load {
text-align: center;
border-top: 1px solid #FFF;
padding-top: 20px;
}
.recursos .columna {
background-color: #FFF;
border-radius: 2px;
height: 100%;
margin-right: 5px;
}
.recursos .columna h1 {
font-weight: 700;
color: #6b2a66;
font-size: 1.5rem;
font-weight: 600;
}
.recursos .columna input[type=checkbox], .recursos .columna input[type=radio] {
box-sizing: border-box;
padding: 0;
position: absolute;
z-index: -1;
opacity: 0;
}
.recursos .columna .label-container {
font-weight: 900;
color: #6b2a66;
}
.recursos .columna .wpas-checkbox-container {
position: relative;
}
.recursos .columna .wpas-checkbox-container label {
margin-left: 20px;
font-size: 14px;
color: #353420;
font-weight: 900;
}
.recursos .columna .wpas-checkbox-container label::before {
position: absolute;
top: 0.25rem;
left: 0;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
border: 2px solid #66c000;
border-radius: 50%;
}
.recursos .columna .wpas-checkbox-container label::after {
position: absolute;
top: 0.25rem;
left: 0;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
}
.recursos .columna .wpas-checkbox-container .wpas-checkbox:checked ~ label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.page article a {
color: #97402d;
font-weight: 600;
}
.page article a:hover {
text-decoration: underline;
}