/*!
Theme Name: Acumar_2024
Theme URI: http://underscores.me/
Author: ACUMAR
Author URI: https://www.acumar.gob.ar/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acumar_2024
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Acumar_2024 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/* @import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

/**
 * Remove the margin in all browsers.
 */
body { 
	margin: 0;
	font-family: "Montserrat", sans-serif !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	margin: 1em 0em 1.5em 0em;
	padding: 0px 0px 0px 20px;
} 

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
a,
a:hover,
a:visited,
a:focus,
a:hover {
	color: #242c4f;
outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation li a,
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #F5F5F5;
	padding: 0px 0 5px;
	transition: all .4s ease;
}
.main-navigation ul ul a {
	width: 200px;
	width: unset;
	color: #F5F5F5;
}
.main-navigation  a:hover {  
	color: #D9D9D9;  
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	font-weight: 700;
}
.main-navigation li li{
	position: relative;
	font-weight: 400;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle img{
	width: 25px;
} 
.main-navigation.toggled ul {
	display: flex;
	background-color:#13192C;
	padding: 1em;
	left: 0;
	position: absolute;
	top: 115px;
	width: 100%;
	justify-content: space-evenly;
}
.main-navigation.toggled ul ul {
	position: relative;
	display: inline-block;
	background-color: transparent;
	padding: 0;
	left: unset;
	right: unset;
	top: unset;
	box-shadow: unset;
}
		.menu-toggle {
			display: none;
			display: block;
			position: absolute;
			right: 2em;
			/* left: 0; */
			top: 45px;
			border: none;
			background: transparent;
			padding: 0;
			/* margin: 0; */
			cursor: pointer;
		}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
		display: block;
			position: absolute;
			right: 2em;
			/* left: 0; */
			top: 45px;
			border: none;
			background: transparent;
			padding: 0;
			/* margin: 0; */
			cursor: pointer;
	}

	.main-navigation ul {
		display: flex;
		display: none;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	clear: both;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	text-align: center;
}



/* HEADER */

body.home .is-layout-flex {
    display: flex;    
	align-items: center;
    justify-content: space-evenly;
    max-width: 90%;
    margin: auto;
} 

.site-branding .title {
	color: #F5F5F5;
    font-size: 25px;
    line-height: 17px;
    font-weight: 400;   
	 margin-bottom: 32px;
}
.site-branding .title.mobile_v{
	display: none;
}
.site-branding .title.desktop_v{
	display:  inline-block;
}
header .title.desktop_v strong {
	font-size: 11px;
    font-weight: 100;
}

 
body{
	font-family: 'Montserrat', sans-serif;  
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal; 
	background-color: #fff;
	color: #767676; 
	letter-spacing: -0.15pt;
	font-size: 18px;
	line-height: 1.6;
}

p{ 
	font-size: 18px;
	line-height: 1.6;
	/*margin-bottom: 24px;*/
	font-weight: 400;
	color: #333;
	margin-top: 5px;
	} 

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
 	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
		color: #242C4F;
}
h3 {
	font-size: 20px;
}



header#masthead{
	width:100%;
	background-color: #242c4f;
	/*box-shadow: 0px 2px 5px #bbb;*/
	position: relative;
	/*transition: all 0.5s ease-in-out;*/
	z-index: 999;
	top: 0;
}

body.home header#masthead{ 
	position: relative; 
}
header#masthead .header_container{
	display: block;
    max-width: 1300px;
    margin: 0px auto;
	position: relative;
}
.site-branding img {
    width: 290px;
    padding: 20px 0 0;
	vertical-align: bottom;
}/*
.site-branding .title {
	color:#fff;
	font-size: 23px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 30px;
	font-weight: 300;
}
header#masthead .subheader {
    line-height: 30px;
    height: 30px;
	background-color: #575757;
	text-align: center;
	display: none;
}
nav#site-navigation li a,
nav#site-navigation li a:hover,
nav#site-navigation li a:visited,
nav#site-navigation li a:focus{
	color: #ccc;
	text-decoration: none; 
	margin: 0 15px;
	font-size: 14px;
	transition: all 0.5s ease-in-out;
}
nav#site-navigation li a:hover {
	color: #fff;
}*/
.menu-menu-1-container{
	display: inline-block;
}
.autoridad_header { 
    position: absolute;
    display: inline-block;
    right: 0px; 
	top: 35px; 
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #F5F5F5;
	width: 215px; 
}/*
.autoridad_title {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 30px;
	line-height: 18px;
}*/
/* header sticky
header#masthead.sticky {
	position: fixed;
	top: -111px;
	width: 100%;
	z-index: 99999;
} */
/*
.main-navigation ul ul { 
    top: calc(100% - 1px );
}
ul.sub-menu {
	display: block;
	background-color: #575757;
	text-align: center;
	padding: 0;
	margin: 0;
	}
ul.sub-menu li {
		display: block;  
		text-align: left; 
	}
ul.sub-menu li a {
	text-transform: initial!important;
}
ul.sub-menu li:hover {
    background-color: #242c4f;
} */
.redes {
	display: inline;
	width: unset; 
}

.redes img {
	height: 100%;
	width: auto;
	max-height: 24px;
	margin: 11px  0px 11px 14px;
	vertical-align: middle;
	justify-self: center;
}

body.single .post-thumbnail img {
	width: 100%;
}
body.single .fecha {
	font-size: 14px;
}
body.single .entry-meta {
	font-size: 14px;
	margin: 1em 0;
	display: flex;
	justify-content: space-between;
}
.tags_container{

}
.single_compartir {
	display: flex;
		font-size: 14px;
		line-height: 1;
		align-items: center;
		text-align: left; 
}
.single_compartir .redes {
	display: inline;
		width: 174px;
		margin: 0 0 0 20px;
}

.single_compartir .redes img {
	height: 100%;
	width: auto;
	max-height: 24px;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	justify-self: center;
} 





/* footer */
#scroll_top_btn {
	outline: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 0;
	width: 34px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

#scroll_top_btn.btn_visible {
	opacity: 1;
	z-index: 1;
}

footer#colophon{
	width:100%;
	background-color: #242c4f;
	display: block;
    float: none;
    clear: both;
}
.logo_footer{
	width: 280px;
    margin-left: -10px;

}
footer .site-info {
    display: flex;
    padding: 30px 0px;
    color: #F5F5F5;
    width: 100%;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0px auto;
	font-size: 13px;
}
.nav_footer a{ 
	font-size: 16px;
}

footer .site-info a{
    color: #F5F5F5;
	text-decoration: none;
	transition: all .5s ease;
}
footer .direccion{
	text-align: left; 
}
footer .redes {
	display: block;
    position: relative; 
	margin-bottom: 20px;
}
footer .redes img { 
	margin: 11px 18px 11px 0px;
}
.nav_footer a {
    padding: 0px 0 5px;
    display: block;
}
.nav_footer li>ul.children li {
	padding-left: 5px;
}
.nav_footer li.columna_footer a {
	display: none;
}
.nav_footer li.columna_footer li a {
	display: block;
}
footer .site-info a:hover,
.nav_footer a:hover {
	color: #D9D9D9; 
}

.nav_footer strong{
	display: block;
}

ul#menu-menu-footer {
	display: flex;
	justify-content: space-between; 
}
/* MAIN */
 
.site-main {
	display: block;
    max-width: 960px;
    margin: 30px auto 40px; 
}
.page main{
	display: block;
    max-width: 1110px;
    margin: auto;
    background-color: #fff;
    margin: 40px auto;
    padding: 0px 0px;
	float: unset; 
	min-height: calc(100vh - 472px);
}

/* breadcrumbs */
#breadcrumbs {
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
	padding: 0;
	font-size: 17px;
}

#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;

}

#breadcrumbs li a {
	text-decoration: none;
}

#breadcrumbs .separator {
	font-size: 18px;
	font-weight: 100;
	color: #999;
}

#breadcrumbs .separator:last-child {
	display: none; 
} 
main .category-sin-categoria #breadcrumbs li.item-cat,
main .category-sin-categoria #breadcrumbs li.separator{ 
	display: none;
}

.post,
.page {
	margin: 0 0 4em;
}
/* BOTONES 
acciones reiteradas */ 
 
ul.wp-block-page-list a, 
.btn, .wp-block-button__link.wp-element-button,
input[type="submit"] { 
		color: #F5F5F5;
		background-color:#242C4F;
		font-size: 16px;
		line-height: 22px;
		text-align: center; 
		font-weight: 600;
		border-radius: 30px;
		text-decoration: none;
		padding: 10px 25px;
		display: block;
		transition: all .5s ease;
		width: max-content;
		cursor: pointer;
}

.wp-block-button__link.wp-element-button { 
	margin-bottom: 1em;
	font-size: 14px;
	padding: 7px 25px 7px 20px;
}

/* links alternat */
ul.wp-block-page-list a,
.btn.link_interno, .link_interno .wp-block-button__link.wp-element-button { 
	background-color: #3E5A7E;
}
/* links externos */
.btn.link_externo, .link_externo .wp-block-button__link.wp-element-button{  
	background-color: #2e7d33;
}
.btn:visited, .wp-block-button__link.wp-element-button:visited{
	color: #F5F5F5;
}
ul.wp-block-page-list {
	list-style: none;
	padding: 0px;
}

ul.wp-block-page-list li {
	list-style: none;
	margin: 10px 0 0 0;
}

ul.wp-block-page-list li>ul {
	margin-bottom: 0;
	margin-left: 0.5em;
}

ul.wp-block-page-list li li a {
	font-size: 14px;
	padding: 7px 22px;
}
.wp-block-separator {
	border: none;
	border-top: 1px solid;
	color: #D9D9D9;
}
.btn.tag {
	background-color: #D9D9D9;
	font-weight: 500;
	border-radius: 10px;
	color: #F5F5F5;
	padding: 5px 20px;
		display: inline-block;
}


.btn:hover, .btn:focus, input[type="submit"]:hover,
.wp-block-button__link.wp-element-button:hover, 
.wp-block-button__link.wp-element-button:focus {
	color: #F5F5F5;
	background-color: #13192C;
}

/* links alternat :hover*/
ul.wp-block-page-list a:hover,
.btn.link_interno:hover,
.link_interno .wp-block-button__link.wp-element-button:hover {
	background-color: #13192C;
} 
/* links externos :hover*/
.btn.link_externo:hover,
.link_externo .wp-block-button__link.wp-element-button:hover{
	background-color: #205824;
}



/* menu footer */

.nav_footer{ 
	width: 100%;
	padding-left: 4em;
}
.nav_footer #menu-menu-1 { 
	margin: 0;
	list-style: none;
	padding: 0; 
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.nav_footer .menu-menu-1-container {
	display: block;
	width: 100%;
}
footer .site-info ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	gap: 1rem;
}
.nav_footer li>ul,
.nav_footer li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	margin: 0;
	padding: 0;
	display: block;
}
.nav_footer ul li {
	font-weight: 700;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav_footer ul li li {
	font-weight: 400; 
	list-style: none;
}
.nav_footer li>ul.children,
.nav_footer li>ul.children li {
	display: block;
}
/* HOME */ 
.page.home main{ 
		padding: 0px 0px;
		margin: 0px auto 50px; 
		background-color: unset; 
	width: 100%; 
	max-width: 100%; 
}
.bg-home {
	background-image:url(images/bg01.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-position:  center; 
	width: 100%;
	min-height:414px;
	position: relative;
}
.container-home{
    max-width: 1300px; 
	margin:70px auto 50px;
}

h2.home_title {
	margin: auto;
	max-width: 1286px;
	color: #242C4F;
}
.botonerapisa{
		margin: 60px auto ;
		display: block;
		max-width: 1300px;
	}
.botonerahome {
    margin: 30px auto 75px;
    display: flex;
    max-width: 1300px;
	justify-content: space-between;
	gap: 20px;
}
 
.botonerahome h3 {
	font-size: 22px;
	line-height: 34px;
	text-align: left;
	color: #242c4f;
	font-weight: 600;
 	margin: 0;
}
.btn_pisa {
	vertical-align: middle;
	font-size: 22px;
	color: #757575 !important;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	padding: 10px 20px 30px 80px;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	display: block;
	width: 788px;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	margin: auto;
}
.btn_home_center {
	margin: auto;
}

.btn_icon {
width: 58px;
	margin: -5px 20px 0px;
}
.botonerapisa .btn_icon {
	width: 32px;
		position: absolute;
		height: 32px;
		margin: 2px -55px 0px;
	} 
.botonerapisa h3 {
	font-size: 26px;
	line-height: 32px;
	text-align: left;
	color: #242c4f;
	font-weight: 700;
 	margin:10px 0 0 0;
}
.botonerapisa p {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #757575;
	font-weight: 400;
	margin: 10px 0 20px;
} 
.botonerapisa a {
	/*font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #fff;
	font-weight: 600;*/
	background-color: #2E7D33;
/*border-radius: 30px;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0;
	display: block;
	width: max-content;*/
}  
.card_btn {
vertical-align: middle;
	font-size: 22px;
	color: #242c4f !important;
	border: 1px solid #D9D9D9;
	font-weight: 400;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	display: flex;
	max-width: 400px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin: 0px  0px;
	padding: 20px 5px 5px;
	background-color: #fff;
	transition: background-color 0.5s ease;
/*	height: 100%;*/
} 
.card_btn:hover {
	background-color: #D9D9D9;
}

.card_btn span {
	text-align: center;
	width: 100%;
}
.card_btn  p {
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	color: #555554;
	font-weight: 400;
	margin-top: 0;
	padding-right: 20px;
}
.card_btn  p strong {
	color: #242c4f;
	font-weight: 600;
} 


/* archive_grid */
.archive_container {
	margin: 0em auto 60px;
}	
.archive_grid {
	max-width: 1300px;
	margin: 30px auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/*justify-content: space-between;
	justify-content: flex-start;*/
		gap: 20px;
}
.archive_grid article { 
	/*width: calc(25% - 15px);
	display: inline-block; 
	padding: 0;*/
	border: 1px solid #D9D9D9;
	margin-bottom: 0px;
	vertical-align: top;
	border-radius: 10px; 
		overflow: hidden;
		background-color: #fff;
		transition: background-color 0.5s ease;
}
.archive_grid article:hover { 
	background-color: #D9D9D9;
}
.archive_grid article:nth-child(4n) {
	padding: 0px 0px 5px 0px;
}
.archive_grid article .post-thumbnail img {
	height: 150px;
	width: 100%;
	object-fit: cover;
}
.archive_grid .link_thumbnail {
	height: 150px;
	background-color: #242c4f;
	width: 100%; 
	display: flex;
	align-content: center;
}
.archive_grid .link_thumbnail img{
	width: 80%;
		margin: auto;
		display: block;
		opacity: 0.3;
}

/* Pagination */
.pagination {  
		clear: both;
		position: relative;
		font-size: 12px;
		line-height: 13px;
		float: none;
		margin: auto;
		width: max-content;
		text-align: center;
		display: block; 
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #767676; 
	/* Pagination non-active background color */
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.pagination a:hover {
	color: #fff;
	background:#242C4F;
	/* Pagination background on hover */
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	background:#242C4F;
	/* Current page background */
	color: #fff;
}
.archive_grid article .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	/*height: 142px;
	overflow: hidden;
	width: 100%;
	object-position: center;
	object-fit: cover;
	border-radius: 10px;*/
}

.archive_grid article .entry-info {
	padding: 0 10px 0;
}
 
.archive_grid article h3 { 
	margin: 10px 0 20px;
		font-size: 16px;
		line-height: 1.3;
	} 
.archive_grid article h3 a { 
	text-decoration: none;
	color: #1E1E1E;
}

.btn_prensa{
	margin: 50px auto;
}
ul.wp-block-list li,
ol.wp-block-list li {
	margin: 0 0 10px 0px;
}
/* FORMS */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	line-height: 1.6;
	margin-bottom: 24px;
	color: #767676;
}

select {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 10px;
	color: #767676;
		width: 100%;
}

.wpcf7-form-control:focus,
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
/* SEARCH */
.search_btn{
	/* 	position: absolute;
		right: 20px;
		top:11px;
		width: 23px; */
		}  
 		.search-live div.search-live-form form.search-live-form {
		 	width: 100%;
		 	position: relative;
		 	margin: 0px auto 0;
		 	left: 0;
		 	right: 0;
		 	z-index: 0;
		 	top: unset;
		 }

								.search-live div.search-live-form form.search-live-form {
									padding: 0;
									margin: auto!important;
									border: 0;
								}
				.search-live input[type="text"].search-live-field,
			 input.search-field {
					border-radius: 30px;
					padding: 15px 25px 15px 25px;
					/* width: 460px; */
					position: relative;
					color: #757575;
					text-align: left;
					font-size: 16px;
					z-index: 0;
					left: 0;
					right: 0;
					margin: auto;
					top: 0;
					border: 1px solid #D9D9D9;
					background-color: #ffffff;
					font-family: 'Montserrat', sans-serif;
				}

										body.home .search-live input[type="text"].search-live-field,
																		body.home	input.search-field {
											border-radius: 30px;
											padding: 15px 25px 15px 25px;
											/* width: 460px; */
											position: absolute;
											color: #757575;
											text-align: left;
											font-size: 16px;
											z-index: 0;
											left: 0;
											right: 0;
											margin: auto;
											top: 0;
											border: 1px solid #D9D9D9;
											background-color: #ffffff;
											font-family: 'Montserrat', sans-serif;
										}
				 .search-live input[type="text"].search-live-field {
									margin: 0px auto 0 !important;}
				.input.search-field::placeholder {
				font-family: 'Montserrat', sans-serif;
				}
				 .search-live button,
				input.search-submit {
				background-color: #242c4f;
					margin: 0px 0;
					padding: 8px 30px 10px;
					list-style: none;
					text-align: left;
					color: #F5F5F5;
					border-radius: 30px;
					position: absolute;
					border: none;
					right: 10px;
					z-index: 2;
					top: 9px;
				}
 
  .search-live button {
  	padding: 13px 30px 15px!important;
}

.search-live.floating {
	width: 470px;
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
	margin: auto;
}
body.home .search-live.floating, 
body.home .search-live div.search-live-form form.search-live-form {
	 width: 700px;
	 position: absolute;
	 z-index: 0; 
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
}
body.home .search-live div.search-live-results-content {
	display: block;
	float: none;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute!important;
	z-index: auto;
	width: 652px!important;
	padding: 0!important;
	top:137px!important;
	left: 0;
	right: 0;
	margin: auto!important;
}
td.result-image a {
	background-color: #242c4f;
	min-width: 32px;
	min-height: 32px;
	display: block;
}
/* LIVE  SEARCH 
.live_search_container{
	position: relative;
}
 h3#resultcount {
 	text-align: center;
	color: #555;
	margin-bottom: 1.5em;
} 
#live_results { 
	box-shadow: 1px 1px 5px #ddd;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 0.1em 1em 0.5em;
	color: #555;
	display: none;
	z-index: 1;
	position: absolute; 
		width: 648px;
		margin: 0 auto 0;
		top: 227px;
		left: 0;
		right: 0;
}
#live_results.visible{
	display: block;
}
#live_results article {
	border-top: 1px solid;
	padding: 0px 0;
}
 #live_results h2{ 
 	color: #555;
	text-align: center;
	font-size: 16px;
 }
#live_results a {
	color: #555;
	text-decoration: underline;
 }

 .close_search_btn {
 	cursor: pointer;
 	position: absolute;
	right: -590px;
	margin: auto;
	top: 257px;
	left: 0;
 	width: 20px;
 	display: none;
 	z-index: 3;
 }

 .close_search_btn.visible {
 	display: block;
 }
 */
.post, .page {
		margin: 0;
	}

header.entry-header.header-banner  {
			background-color: #e6e6e6;
			padding: 0;
			display: flex;
			line-height: 0;
			justify-content: space-between;
			align-items: center;
 }
  header.entry-header h1.entry-title {
	font-size: 30px;
	padding: 0em;
	line-height: 1.4;
}
  header.entry-header.header-banner  h1.entry-title {
 	font-size: 50px;
 	padding: 0   1em;
 	line-height: 1;
}
  header.entry-header.header-banner .post-thumbnail{
	position: relative;
	min-width: 460px;
}
  header.entry-header.header-banner .post-thumbnail img{
	overflow: hidden;
	height: 250px;
	width: 460px;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	position: relative;
	display: block;
}
  header.entry-header.header-banner .post-thumbnail::before {
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%; 
	position: absolute; 
	background-color: #242c4f;
	mix-blend-mode: hard-light;
	z-index: 2; 
	display: block;
	opacity: 0.6;
}


/* GRID HOME */
.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.wp-block-details{
	/*margin-bottom: 1.5em;*/
}
.wp-block-details {
	margin: 1.5em 0;
}
.wp-block-details p {
	margin: 5px 0;
}

.wp-block-details a {
	padding:  0 ;
	display: block;
	text-decoration: none;
} 
/*.wp-block-details a::before { 
	vertical-align: text-bottom;
		content: '';
		width: 25px;
		height: 25px;
		background-image: url(images/pdf.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: inline-block;
		margin-right: 10px; 
	}*/
.descarga a::before,
.wp-block-details .descarga a::before {
	vertical-align: middle;
	content: '';
	width: 34px;
	height: 16px; 
	display: inline-block;
	margin-right: 2px;
	content: "\f019";
	font: normal normal normal 14px / 1 FontAwesome;
}

details>summary { 
	list-style: none;
	font-size: 20px;
	line-height: 20px;
	color: #242c4f;
	font-weight: 700;
}

summary::-webkit-details-marker {
	display: none
}

summary::after {
	vertical-align: text-bottom;
	content: '';
	width: 20px;
		height: 24px;
		display: inline-block;
		margin-left: 10px;
	background-image: url(images/flecha_abajo.svg); 
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center; 
		position: relative;
		transform: rotate(0deg);
		transition: all0.5s ease;
}

details[open] summary:after {
	 /*  content: "";  */
	  transform: rotate(180deg);
}

details.detalles_titulo_borde summary{
	list-style: none;
		font-size: 20px;
		line-height: 20px;
		color: #242c4f;
		font-weight: 700;
		border: 2px solid;
		padding: 15px;
		text-align: center;

}
details.detalles_titulo_borde summary::after{
		transform: rotate(0deg); 
			float: right;
}details.detalles_titulo_borde[open] summary:after {

	transform: rotate(180deg);
}
 
blockquote {
	margin:1.5em 1.5em 1.5em;
	border-left: 10px solid #242c4f;
	padding: 0 0 0 1em;
}

.entry-content .wp-block-image{
	margin-bottom: 2em;
}

.cards .wp-block-button {
	width: calc(33.3333333333% - 10px);
	} 

.cards .wp-block-button a {  
	vertical-align: middle;
	font-size: 22px;
	color: #242c4f !important;
	border: 1px solid #D9D9D9;
	font-weight:700;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	display:block;
	max-width: 400px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px;
	padding:  25px 5px;
	background-color: #fff;
	transition: background-color 0.5s ease;
}

.cards  .wp-block-button a:hover   {
	background-color: #D9D9D9;
}

body.page-id-250 main {
	max-width: 1340px;
}


.wp-lightbox-overlay .close-button {
	fill: #fff !important;
}
.wp-lightbox-overlay .scrim {
	background-color: #000000CC !important;
}
.pgc-sgb-cb { 
	margin: 3em auto;
}




/* cita */
  
  .wp-block-pullquote {
  	box-sizing: border-box;
  	margin: 0 0 ;
  	overflow-wrap: break-word;
  	padding: 0 0;
  }

.wp-block-pullquote blockquote {
	padding: 25px;
	margin-bottom: 1.5em;
	border: 2px solid #242c4f; 
	border-radius: 10px; 
	background-color: #242c4f; 
	font-weight: 500;
	color: #fff;
}
.wp-block-pullquote.amarillo blockquote {
	padding: 25px;
	margin-bottom: 1.5em;
	border: 2px solid #e7ba61;
	border-radius: 10px;
	background-color: #fdf8ef;
	font-weight: 500;
	color: #333;
}
.wp-block-table.amarillo   {
	padding: 25px;
	margin-bottom: 1.5em;
	border: 2px solid #e7ba61;
	border-radius: 10px;
	background-color: #fdf8ef;
	font-weight: 500; 
}
.wp-block-table.amarillo td { 
	border: none;
}
.wp-block-pullquote blockquote a{
		color: #fff;
	}
.wp-block-pullquote.amarillo blockquote a{
	color: #242c4f;
}
.search-live div.search-live-form form.search-live-form button {
	position: absolute;
	right: 11px;
	top: 7px;
}
.search-live div.search-live-form form.search-live-form button {
	position: absolute;
	right: 11px;
	top: 7px;
}


:where(.wp-block-columns.is-layout-flex) {
	gap: 1em;
}

/*TARJETONES */
.tarjetas-container {
	display: flex;
	justify-content: space-between;
	margin: 2em auto 3em;
}
.tarjeta {
	background-color: #242C4F;
		/* height: 100px; */
		overflow: hidden;
		border-radius: 10px;
		border: 1px solid #757575;
		display: flex;
		flex-direction: column;
		width: 100%;
		text-align: center;
		text-decoration: none;
	} 
.tarjeta-heading {
		min-height: 120px;
			display: block;
			vertical-align: middle;
			height: 100%;
			align-content: center;
}
.tarjeta-heading img {
	max-height: 64px;
	display: block;
	margin: auto;
}
.tarjeta-body {
	background-color: #fff;
}
.tarjeta-body h3 {
	padding: 10px 5px;
	margin: 0 auto; 
	font-size: 20px;
	line-height: 1;
}
 .card_btn h3{ 
	font-size: 20px;
		line-height: 1.2;
		text-align: left;
		color: #242c4f;
		font-weight: 600;
		margin: 0 0 10px;
}
a.btn_nivel3 {
	vertical-align: middle;
	font-size: 22px;
	color: #242c4f !important;
	border: 1px solid #D9D9D9;
	font-weight: 700;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px !important;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 20px;
	padding: 15px 5px;
	background-color: #fff;
	transition: background-color 0.5s ease;
}
a.btn_nivel3:hover { 
	background-color: #D9D9D9;
}


#landscapeMobile{
	display: none;
	width: 100%;
	height: 100vh;
	background-color: #242c4f;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 99999999999999999;
	color: #F5F5F5;
	font-size: 16px;
}
#landscapeMobile .logoAutoridad {
	width: 255px;
	display: block;
	margin: 2em auto;
}
#landscapeMobile .rotarIcon{
	width: 75px;
	margin: 0em auto 1em;
	display: block;
}

.wp-block-columns.destacado_btnBlanco {
	border-radius: 10px;
	background-color: #242c4f;
}
.wp-block-columns.destacado_btnBlanco div {
	align-content: center;
} 
.wp-block-columns.destacado_btnBlanco h2 {
	font-size: 2em;
	margin: .5em 0 0;
}
/* 
iframe::-webkit-scrollbar,
iframe ::-webkit-scrollbar {
	display: none;
}
		*/
.redes .whD{
	display: inline;
}
.redes .wh  {
	display: none;
}

h2.wp-block-heading {
	margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
	.autoridad_header {
		right: 100px;
	}
}
@media screen and (max-width: 1140px) {
	.page main {
		padding: 0px 10px; 
	}
	footer .site-info {
		padding: 30px 10px;
	}
	.search-live.floating  {
		display: none;
	}
}


@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
#landscapeMobile {
		display: grid;
	}

		.nav_footer {
			width: 100%;
			padding-left: 5em;
			display: none;
		}
.btn_pisa {
	width: 100%;
}
.home form.search-form {
	max-width: 700px;
	width: 100%;
}
input.search-field { 
	width: 100%;
}
.archive_grid,
.botonerahome { 
	flex-flow: column;
}
.redes .whD {
	display: none;
}

.redes .wh {
	display: none;
}

}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
/*@media screen and (max-width: 640px) {*/
		.page.home main {
			padding: 0px;
		}

		.archive_grid {
			display: block;
		}

		.archive_grid article {
			width: 100%;
			margin-bottom: 40px;
		}

		.card_btn {

			max-width: 100%;
			width: 100%;
			text-align: center;
			text-decoration: none;
			margin: 20px 0px;
		}

		.home form.search-form {
			width: calc(100% - 2em);
			position: absolute;
		}

		h2.informacion_title {
			margin: 40px auto 0;
			font-size: 20px;
			padding: 0 10px;
		}

		.nav_footer {
			width: 100%;
			padding-left: 5em;
			display: none;
		}

		footer .site-info {
			display: block;
		}

		footer .direccion {
			text-align: center;
		}

		footer .site-info {
			display: block;
			font-size: 14px;
			padding: 30px 0px;
			color: #F5F5F5;
			width: 100%;
			margin: 0px auto;
			text-align: center;
		}

		.archive_grid,
		h2.home_title,
		.botonerahome,
		.botonerapisa {
			padding: 1em;
		}

		h2.home_title {
			padding: 0 0 10px;
		}

		body.page-template-home_code .h-full.w-full {
			height: unset;
			min-height: 130px;
		}

		#pojo-a11y-toolbar {
			z-index: 9999;
		}

		.autoridad_header {
			display: none;
		}

		.home .l-main.pagina,
		.l-main.entrada {
			margin-top: 0px;
		}

		.botonerapisa,
		.botonerahome {
			margin: 0px auto 20px;
			display: block;
		}

		.botonerapisa h3 {
			font-size: 24px;
			line-height: 44px;
			text-align: center;
		}

		.btn_pisa .btn_icon {
			width: 70px;
			margin: auto;
		}

		.btn_home_center {
			margin: 10px;
		}

		.btn_home1 .btn_home_center {
			margin: 0px auto;
			width: calc(100%);
			margin-bottom: 20px;
		}

		.btn_home1 .btn_home_center,
		.btn_pisa {
			margin: 0px auto;
			width: calc(100% - 20px);
			display: block;

		}

		.archive_grid { 
			margin: 0px auto;
			padding: 0 0 20px;
		}

		.btn_prensa {
			margin: 0px auto;
		}

		.home #us_form_1 form.w-form-h {
			width: 90%;
		}

		.main-navigation.toggled ul {
			padding: 1em;
			top: 49px;
		    height: 100vh;
		}
		.main-navigation.toggled ul ul {
			position: relative;
			display: inline-block;
			background-color: transparent;
			padding: 0 0 1em;
			height: auto;
		}

		.main-navigation.toggled ul {
			display: block;
		}
		.main-navigation ul ul a { 
			font-size: 16px;
		}

		.site-branding img {
			width: 160px;
			padding: 6px 0px 0px 10px;
			vertical-align: bottom;
		}

		.menu-toggle {
			right: 13px;
			top: 13px;
		}

		header#masthead {
			height: 50px;
		}

		.bg-home {
			min-height: 220px;
		}

		.home form.search-form {
			width: calc(100% - 1em);
			position: absolute;
			top: 75px;
		}

		.btn_home1 .btn_home_center,
		.btn_pisa {
			margin: 0px auto;
			width: calc(100% - 0px);
			display: block;
			padding: 10px 10px 20px 10px;
		}

		.btn_pisa .btn_icon {
			width: 40px;
		}

		input.search-submit {
			margin: 0px 0;
			padding: 8px 30px 10px;
			text-align: center;
			position: relative;
			border: none;
			right: unset;
			margin: 10px auto;
			z-index: 2;
			top: unset;
		}

		input.search-field {
			padding: 5px 15px 5px 15px;
			position: relative;
			color: #757575;
			text-align: center;
			font-size: 16px;
			z-index: 0;
			left: 0;
			right: 0;
			margin: auto;
			top: 0;
			border: 1px solid #D9D9D9;
			background-color: #ffffff;
		}

		.page main {
			display: block;
			margin: auto;
			margin: 0px auto;
			padding: 10px 10px;
		}

		header.entry-header h1.entry-title {
			font-size: 20px;
		}

		h2.wp-block-heading {
			font-size: 22px;
		}

		body.post-template-default main#primary {
			padding: 0 10px;
		}

		.btn.link_externo,
		.link_externo .wp-block-button__link.wp-element-button {
			width: unset;
		}

		body.home .search-live div.search-live-form form.search-live-form {
			width: 97%;
			position: absolute;
			margin: 0px auto 0;
			left: 0;
			right: 0;
			z-index: 0;
			top: 70px;
		}

		body.home .search-live div.search-live-results-content {

			position: relative !important;
			font-size: 15px;
			width: 97% !important;
			top: 127px !important;
			z-index: 2;
		} 
		
		#landscapeMobile {
			display: none;
		}
	#live_results { 
		width: 100%; 
		top: 221px;
	}
		.search-live.floating {
			width: 100%;
			position: relative;
			top: 26px;
			left: 0;
			right: 0;
			margin: auto;
			display: none;
		}
.dataTables_wrapper {
	clear: both;
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
	width: 100%;
	overflow-x: auto;
}
body.single .entry-meta {
	font-size: 11px;
	margin: 1em 0;
	display: block;
	justify-content: space-between;
}
.btn.tag {
	background-color: #D9D9D9;
	font-weight: 500;
	border-radius: 10px;
	color: #F5F5F5;
	padding: 3px 16px;
	display: inline-block;
	margin: 5px 5px 0px 0px;
} 
:where(.wp-block-columns.has-background) {
	padding: .5em 1em;
}
ul.wp-block-list li,
ol.wp-block-list li,
details>summary { 
	font-size: 16px;
}
.wp-block-columns.destacado_btnBlanco h2{
		font-size: 1.4em;
}
.tags_container {
	margin-bottom: 20px;
}
blockquote {
    margin: 1.5em .5em 1.5em 0em;
    border-left: 10px solid #242c4f;
    padding: 0 0 0 1em;
} 
.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: auto; 
}
p {
	font-size: 16px;
}
 body.home h2.home_title {
	    	padding: 0 20px 10px;
	    }
body.home .archive_grid {
	padding: 0 20px 20px;
	}
.wp-block-buttons.cards>.wp-block-button {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
}
.pagination { 
	margin: -40px auto 60px;
}

#breadcrumbs { 
	margin: 5px 0; 
	font-size: 11px;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 { 
	width: 100%;
}
summary::after {
	vertical-align: bottom;
}
.pgcsimplygalleryblock-viewer-slider-footer {
	position: absolute;
	padding: 5px 0px!important;
	left: 0;
	bottom: 35px!important;
}
details.detalles_titulo_borde summary {
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	color: #242C4F;
	font-weight: 700;
	border: 2px solid;
	padding: 10px;
	text-align: center;
}
.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
.tarjetas-container {
	display: flex;
	justify-content: space-between;
	margin: 2em auto 3em;
	flex-direction: column;
	align-items: center;
	gap: 1em;
}
#pojo-a11y-toolbar {
	top: 70px !important;
}
/*test*/
}

a.btn_nivel3 {
	vertical-align: middle;
	font-size: 22px;
	color: #242c4f !important;
	border: 1px solid #D9D9D9;
	font-weight: 700;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px!important;
	display: block; 
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 20px;
	padding: 25px 5px;
	background-color: #fff;
	transition: background-color 0.5s ease;
}
.btn_nivel1.tarjeta .tarjeta-body{
	background-color: #fff;
	transition: background-color 0.5s ease;
}
a.btn_nivel3:hover,
.btn_nivel1.tarjeta:hover .tarjeta-body {
	background-color: #D9D9D9;
}
 
.search-live .search-live-results table.search-results tr.entry.post.post{
	border-left:5px solid #2e7d33;
}
.search-live .search-live-results table.search-results tr.entry.post.page{
	border-left:5px solid #242c4f;
}
.search-live .search-live-results .entry a {
    text-decoration: none;
    background-image: url(https://hom.acumar.gob.ar/wp-content/themes/acumar_2024/images/logo_acumar_blanco.png);
    background-size: auto 96%;
    background-repeat: no-repeat;
}