/*
Theme Name: Parvularia 3.0 2025
Theme URI: https://parvularia.mineduc.cl
Author: Ministerio de Educación
Author URI: https://www.mineduc.cl
Description: Plantilla realizada exclusivamente para la Subsecretaría de Educación Parvularia.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: materialize_css
Tags: Parvularia, Mineduc, CSS

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

materialize css is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* rodape fixo embaixo*/
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

main {
flex: 1 0 auto;
}  

/*Corrigir boton mobile*/
#sidenav-overlay {
	z-index: 996;
}

nav .nav-wrapper{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

nav .nav-content{
	height: 2.5rem;
	padding-left: 0.5rem;
}

.botao > a{
	padding-top: 0.75rem;
	height: 2.5rem;
}

nav .nav-logo {
	height: 3rem;
}



.divider{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.widget-card li {
	text-align: center; 	
}
/*
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	background-color: #eeeeee; 
	font-family: 'Museo Sans', sans-serif;
}

/* Roboto Slab solo para los títulos h1 a h4 */
h1, h2, h3, h4 {
  font-family: 'Museo Sans', sans-serif !important;
  font-weight: bold;
  color: #555
}

h5 {
  font-family: 'Museo Sans', sans-serif;
  font-weight: bold;
}

h6 {
  font-family: 'Museo Sans', sans-serif;
  font-weight: bold;
  margin-top: 20px;
  color: #767676;
}

h2{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #767676;
}

/*
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header.site-header {
	position: fixed;
	width: 100%;
	z-index: 999;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

@media only screen and (min-width: 993px) {
	.container {
		width: 90%;
	}
}

/* css adicional */
body.recurso-template-default #breadcrumbs,
body.post-template-default 
#breadcrumbs {
    display: none;
}

header, footer, .menu-principal{
	font-family: 'Roboto', sans-serif;
}

#breadcrumbs {
	font-size: xx-large;
	font-weight: bold;
	margin: 12px 0px;
	color: #424141;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0,0,0,0);
}


.row .col.l5 {
	margin-left: 0;
	padding-top: 1%
}

.center, .center-align {
    text-align: justify;
}

/*Para no mover los elementos del organigrama*/
body:not(.ocultar-header) #content {
  max-width: 1100px;
  width: 100%;
	margin: 0 auto;
}


@media only screen and (min-width: 993px) {
  #content .container {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #content {
    margin-top: 10px !important;
  }
}

.background-fondo-blanco {
	position: absolute;
	top: 71px;
	left: 0;
	right: 0;
	bottom: 0;;
	margin: 0 auto;
	background: white;
	z-index: 0
}

/* Asegura que el contenido esté sobre el fondo */
#content-iniciativas .row > *:not(.background-fondo-blanco) {
	position: relative;
	z-index: 1;
}

.acf-content iframe {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}

h4.centrado {
  text-align: center;
}

.pagination li.active {
    background-color: #339966;
}
