/*!
Theme Name: Mi.Acumar
Theme URI: http://underscores.me/
Author: Acumar
Author URI: http://underscores.me/
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: mi_acumar
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.

Mi.Acumar 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.
 */

/*  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Encode+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,700&display=swap');*/ 

 @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');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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: bolder;
}

/**
 * 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;
}

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;
}

/* 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 5px;
}

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%;
	position: relative;
}

.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 ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.wp-block-latest-posts__featured-image img {
    height: 160px!important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: top left;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		width: 100%;
		max-width: max-content;
		margin: auto;
	}
}

.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: .5em 0 0;
}
.entry-summary p{
	margin-top: 10px;
}
.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;
}
 
/*
STYLES MI ACUMAR THEME
*/

body{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
}
h1,h2,h3{ 
	font-family: 'Encode Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}
a, a:hover, a:visited, a:focus,a:hover{
	color: #37bbed;
	color: #242c4f;
}
header#masthead{
	width:100%;
	background-color: #37bbed;
	background-color: #242c4f; 
	/* box-shadow: 0px 2px 5px #bbb; */
	position: fixed;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	top: 0;
	left: 0;
}
header#masthead .header_container{
 
	display: flex;
    max-width: 1300px;
    align-items: center;
    margin: 0px auto;
    position: relative;
    text-align: center;
    justify-content: space-between;
}
.site-branding img {
	width: 210px;
    padding: 40px 0 30px;
    vertical-align: bottom;
	width: 360px;
    padding: 30px 0 25px;
    vertical-align: bottom;
}

.site-branding .title {
	color:#fff;
	font-size: 23px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 35px;
    margin-bottom: 30px;
	font-weight: 300;
}
header#masthead .subheader {
    line-height: 30px;
    height: 30px;
	background-color: #575757;
	text-align: center;
}
nav#site-navigation li a,
nav#site-navigation li a:hover,
nav#site-navigation li a:visited,
nav#site-navigation li a:focus{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 15px;
	font-size: 14px;
}
.menu-menu-1-container,
.search_btn{
	display: inline-block;
}.search_btn{
	display: inline-block!important;
	    margin-left: 8px;
}
.search_btn img{
	width: 14px;
}
footer#colophon{
	width:100%;
	background-color: #37bbed;
	background-color: #242c4f;
	display: block;
    float: none;
    clear: both;
}
.logo_footer{
	width: 220px;

}
footer .site-info {
    display: flex;
    padding: 30px 0px;
    color: #fff;
    width: 100%;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0px auto;
}
footer .site-info a{
    color: #fff;
	text-decoration: none;
}
footer .direccion{
	text-align: right;
	font-size: 12px;
}
footer .redes {
    position: relative;
    top: unset;
    right: unset;
	margin-bottom: 10px;
	display: block;
}
.site-main {
	display: block;
    max-width: 1280px;
    margin: 150px auto 40px;
	 padding: 0 0 0 15px;
	/* float: left;
	margin-right: 29.4118%;
	width: 70.5882%;
	box-shadow: 0px 2px 5px #bbb; */
}
h3.pt-cv-heading-container.heading1 {
    font-size: 1.5em;
    margin: 3em 0 1em;
    font-weight: 600;
}
.no-results.not-found,
.search .site-main .archive_grid,
.archive .site-main .archive_grid,
.page-template-default .site-main article,
.single .site-main article {
	display: block;
    float: left;
    margin-right: 29.4118%;
    width: 69.0882%;
    background-color: #fff;
    padding: 20px;
	box-shadow: 0px 2px 5px #bbb;
    padding: 0px;
	box-shadow: unset;
  margin-bottom: 50px;
}
.search-results article, 
.archive.category.category-busquedas-internas article,
.archive.category.category-capacitacion article{
	box-shadow: 0px 1px 2px 1px #f0f0f0;
}

body.archive .site-main {
    margin: 150px auto 40px;
  }
aside {
	float: right;
	margin-left: -100%;
	max-width: 413px;
	position: relative;
	width: 29.4118%;
}
aside .widget{
	background-color: #fff;
    padding: 20px;
    box-shadow: 0px 1px 2px 1px #f0f0f0;
}
aside .widget-title{
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	margin-top: 0;
}
aside ul{
	margin: 0;
	padding: 0;
}
aside li {
    background-color: #242c4f;
    margin: 10px 0 ;
    padding: 10px ;
    list-style: none;
	text-align: left;
}

aside li a,
aside li a:hover,
aside li a:focus,
aside li a:visited{
    color: #fff;
	text-decoration:none ;
}
.page main{
	display: block;
    max-width: 1290px;
    margin: auto;
    background-color: #fff;
    margin: 40px auto;
    padding: 10px 30px;
	float: unset; 
	box-shadow: 0px 1px 2px 1px #f0f0f0; 
		display: block;
		max-width: 1400px;
		margin: auto;
		background-color: #fff;
		margin: 150px auto;
		padding: 0px 0px;
		box-shadow: unset;
}

.page-template-default main{
	background-color: unset;
	box-shadow: none;
}
.page .entry-header{
	display: block;
}
/*HOME */
.page.home main{
	padding: 0px 0 45px;
	margin:30px auto 50px;
	box-shadow: 0px 2px 5px #bbb; 
		padding: 0px 0px;
		margin: 0px auto 50px;
		box-shadow:0px 1px 2px 1px #f0f0f0;
		background-color: unset;
		box-shadow: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:50vh;
	position: relative;
}
.page-template-page-portada  main {
    min-height: calc(100vh - 358px);
    margin: 0;
    max-width: 100%;
} 
.page-template-page-portada footer#colophon, 
.page-template-page-portada header#masthead {
    display: none;
}
.page-template-page-portada-php.page.page-id-5383 {
    overflow: hidden;
}
.btn-login{
	height: 100%;
	vertical-align: middle;
    max-width: 360px;
	margin: auto;
}
.btn-login a {
    color: #fff;
    text-decoration: none;
    background-color: #4169e1;
    padding: 2px 17px;
    border-radius: 10px;
    margin: 60px auto;
    font-size: 20px;
    display: block;
    width: min-content;
    text-align: center;
}
.bg-portada {
	background-image:url(images/bg-portada.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-position:  center; 
	width: 100%;
	min-height:100vh;
	position: relative;
}
.container-portada{
	color: #fff;
	position: absolute;
	/*background-color: #242c4fc7;*/
	background-color: transparent;
	height: 100vh;
	width: 28%;
	left: 0;
	top: 0;
}
.container-bg{
	position: absolute;
	background-color: #202095;
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	left: 0;
	mix-blend-mode: multiply;
	top: 0;
}
.container-login{ 
    color: #fff;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding-top: 10vh;
    /* left: 0; */
    margin: auto;
    text-align: center;
    /* top: 0; */
    display: block;
}
.container-info{
	color: #fff;
    position: absolute;
    z-index: 1;
    height: 100px;
    width: 100%;
    padding-top: 10vh;
      left: 0;  
    margin: auto;
    text-align: center;
      bottom: 10vh;  
    display: block;
	 
}

.container-info a {
	color: #fff;
	text-decoration: none;
}
.logo-portada {
    text-align: center;
	display: block;
	margin: auto;
    width: 90%;
    max-width: 300px;
}
.container-home{
    max-width: 1300px; 
	margin:70px auto 50px;
}
.grid-container {
	display: flex;
}
.grid-container-botonera {
	display: flex;
    justify-content: space-between;
    width: 100%;
	gap: 0.5em;
}
.grid-container-botonera a {
	text-align: left;
	text-decoration: none; 
	border-color: #00000000;
    border-style: solid; 
    padding: 15px 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 1px #f0f0f0;
	/*font-family: 'Encode Sans', sans-serif;*/
	font-weight: 600;
	font-size: 16px;
	justify-content:center;
	display: flex;
	align-items: center;
	color: #242c4f;
/*	width: 19%;*/
	width: -webkit-fill-available;
    background-color: #e0e0e0;
}
.grid-container-botonera img {
	justify-content: space-between;
    margin-right: 10px;
    vertical-align: middle;
    max-width: 43px;
}*/
.grid-container-botonera.items-6 a{
width: 14%;
}*/
.wp-block-image img{
	width: 100%;
}
.grid-container img {
padding: 0px 4px;
}
.grid-container .image {
    padding: 0px 0px 0 5px;
    width: calc(25% - 0px);
} 
.grid-container .image.der{
	padding: 0px 5px 0 0px;
} 

.wp-block-columns {
    display: flex;
    margin-bottom: 1.05em;
}
h1.entry-title,
h2.entry-title{
	margin-top: 0;
	margin-bottom: 10px;
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
h2 a,
.wp-block-latest-posts__list a{
    text-decoration: none;
    color: #333333;
    font-weight: 600;
	font-size: 18px;
    line-height: 22px;
    display: block;
	margin-bottom: 5px;
}
h2 a, h2 a:hover, h2 a:focus, h2 a:visited{
    color: #333333;
}
.post-thumbnail img{
	width: 100%;
}

.entry-content ul {
    padding: 0 0 0 1em;
    margin: 0;
}

/*search results  */
.archive.tag article,
.archive.category article,
.search-results article {
    display: inline-block;
    margin-right: 20px;
    width: calc(33.33% - 17px);
    vertical-align: top;
	margin-bottom: 40px;
	padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 1px #f0f0f0;
}
.archive.category article:nth-child(3n) {
    margin-right: 0;
}
.search-results article,
.archive.category.category-busquedas-internas article,
.archive.category.category-capacitacion article {
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 20px;
    margin-bottom:40px;
}
.search-results  .entry-info,
.archive.category.category-busquedas-internas .entry-info,
.archive.category.category-capacitacion .entry-info {
   padding-left: 20px;
}
span.tags-links {
    display: block;
}
.cat-links ,
.tags-links{
	display: block;
margin-top: 15px;
}
.leer_mas_btn,
.cat-links a,
.tags-links a{
    display: inline-block;
	padding: 5px 10px;
	background-color: #242c4f;
	color: #fff;
	margin-right: 5px;
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 14px;
}
.cat-links a,
.tags-links a{ 
	font-size: 12px;
}
.tags-links a{
    display: inline-block;
	padding: 5px 10px;
	background-color: #fff;
	color: #37bbed;
	border: 1px solid #37bbed;
	font-size: 12px;
}


.search_btn{
/* 	position: absolute;
	right: 20px;
	top:11px;
	width: 23px; */
	}


	#search_input {
	position: relative;
	position: absolute;
	top: 0;
	width: 100%;
	/* height: 100%; */
	background-color: #fff;
	z-index: 2;
	display: none;
	}

	#search_input.visible {
	display: block;
	}

	.page-template-page-especiales #search_input,
	#page.especiales #search_input{
	position: fixed;
	width: calc(100% - 352px);
	height: 44px;
	background-color: #fff;
	z-index: 2;
	display: none;
	left: 352px;
	}


	.page-template-page-especiales  #search_input.visible,
	#page.especiales #search_input.visible {
	display: block;
	}
	#search_input #s {
	width: 100%;
	border: none;
	box-sizing: border-box;
	padding: 4px 20px;
	text-align: left;
	outline: none;
	background-color: #fff;
	border-bottom: 1px solid;
	}
	#s::placeholder {
		font-family: 'Monserrat', sans-serif;
	}

	.close_search_btn {
		/* width: 12px; */
		position: absolute;
		right: 20px;
		font-size: 20px;
		top: 0px;
		cursor: pointer;
	}

.redes {   
		display: inline;
		position: relative;
			/* display: block;
			position: absolute;
			right: 20px;
			top: 54px; */
		} 
.redes svg{
	height: 100%;
    width: auto;
    max-height: 16px;
    margin: 11px 0 11px 18px;
    vertical-align: middle;
    justify-self: center;	
} 
	h1 {
		font-size: 1.25em;
		margin: 0.67em 0;
	}
	.page-content, .entry-content, .entry-summary {
	margin: 0;
	}
	.home form.search-form {
		width: 500px;
		position: absolute;
		margin: 0px auto 0;
		left: 0;
		right: 0;
		z-index: 0;
		top: 230px;
	}
	input.search-submit {
		background-color:#242c4f;
		margin: 10px 0;
	    padding: 4px 25px 7px;
    list-style: none;
    text-align: left;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    border: none;
    right: 10px;
    z-index: 2;
    top: -2px;
	}
	
.autoridad_header{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	width:480px;
}

.autoridad_title {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 30px;
	line-height: 18px;
}
.redes {
    display: inline;
    position: relative;
}

.user_info_login {
    color: #fff;
	display: inline-flex;
    position: relative;
    margin-left: 25px;
    /* top: 25px; */
    vertical-align: middle;
    font-size: 12px;
}
.btn-logout {
    text-align: right;
}
.btn-logout span{
	display: block;
}
span.keycloak_userlogin {
    font-weight: 800;
}
.btn-logout a{
	color: #fff;
	text-decoration: none;
    background-color: #4169e1;
    padding: 2px 5px;
    border-radius: 10px;
    margin-top: 7px;
    display: block;
}
.wp-block-search__button{
	background-color: #37bbed;
	padding: 10px 10px 10px;
	list-style: none;
	text-align: left;
	color: #fff;
	border-radius: 10px;
	border: none;
	position: absolute;

}
input.search-field {
    border-radius: 10px;
    padding: 8px;
    /* width: 460px; */
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;    
	border: none;
	}
.user_info{
	color: #fff;
	display: block;
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 12px;
}
.user_info a{
	color: #fff;
}
.user_info_container{
	text-align: right;
	display:flex;
}
.user_icon{
    max-width: 50px;
    margin-left: 10px;
	border-radius: 50%;
}
.user_info_txt {
}

.page main{
	min-height: calc(100vh - 358px);
	}
.post, .page {
	margin: 0;
}

/* modal window insumos */
.insumos_informaticos{
	text-decoration: underline;
	cursor: pointer;
}
#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .60;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
    z-index: 1000;
}

#modal-content {
	background-color: #242c4f;
	box-shadow: 0px 1px 2px 1px #f0f0f0;
    display: none;
    height: auto;
    left: calc(50% - 225px);
   color: #fff;
    padding: 10px;
    position: fixed;
    top: 45%;
    width: 450px;
    z-index: 1000;
	font-size: 14px;
}

#modal-content a{
color: #fff;
text-decoration: underline;
}
#modal-content h2{
	font-size: 18px;
	margin:  0 0 10px;
}
#modal-background.active, #modal-content.active {
    display: block;
}
#modal-close {
	position: absolute;
	right: 10px;
	font-size: 12px;
	top:10px;
	cursor: pointer;
}

.entry-meta {
    font-size: 12px;
    font-weight: 700;
}

 h2.entry-title {
    margin-top: 0;
    margin-bottom: 2px;
}

h2 a, .wp-block-latest-posts__list a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: block;
     margin-bottom: 0px;
	 outline: none;
}
.archive_grid h2 a{
  color: #666;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  outline: none;
  overflow: hidden;
    min-height: 47px;
    max-height: 47px; 
    outline: none; 
 }
 .search.search-results .site-main .archive_grid h2 a,
 .archive.category.category-busquedas-internas .site-main .archive_grid h2 a,
 .archive.category-capacitacion .site-main .archive_grid h2 a{
	overflow: visible;
    min-height: unset;
    max-height: unset; 
 }

.home h2 a, .home .wp-block-latest-posts__list a {
    text-decoration: none;
    color: #666;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: block;
     margin-bottom: 10px;
     display: block;
	 outline: none;
     overflow: hidden;
	 min-height: 46px;
	 max-height: 46px;
}
.home .wp-block-latest-posts__featured-image a,
.home .wp-block-latest-posts__list a.wp-block-latest-posts__featured-image {
height: 162px;
max-height: unset;
    min-height: unset;
}

.wp-block-latest-posts__list::before{
	content: 'ENTRADAS RECIENTES';
	display: block;
	font-size: 16px;
}
.wp-block-categories-list::before{
	content: 'CATEGORIAS';
	display: block;
	font-size: 16px;
}
.home .wp-block-latest-posts__list::before{
	content: '';
	display: none;
	font-size: 16px;
}
.home .wp-block-categories-list::before{
	content: '';
	display: none;
	font-size: 16px;
}

a.leer_mas_btn, .home a.leer_mas_btn{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: block;
    display: none;
    margin-top: 10px;
    height: auto;
    margin-bottom: 0px; 
	min-height: unset;
	border-radius: 5px;
}
.home a.leer_mas_btn{ 
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}
.user_website.fb svg{
    max-height: 20px;
}
.user_website.youtube svg{
	padding: 2px 0;
}

  .search.search-results .site-main .archive_grid,
  .archive.category.category-busquedas-internas .site-main .archive_grid,
  .archive.category-capacitacion .site-main .archive_grid {
		padding: 0px;
		background-color:transparent;
  }
 .entry-header .cat-links {
   display: none;
  }
.search.search-results .entry-header .cat-links,
.archive.category-busquedas-internas .entry-header .cat-links,
.archive.category-capacitacion .entry-header .cat-links {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
}
.wp-block-latest-posts__featured-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .related_posts {
    display: flex;
    float: left;
    margin-right: 29.4118%;
    width: 69.0882%;
}
.related_title{
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
/* .related_posts::before {
    content: 'NOTICIAS RELACIONADAS';
    display: block;
    font-size: 16px;
} */
  .related_item {
    background-color: #fff;
    padding: 20px;
    text-align: right;
     margin: 0 0 50px 0px;
    width: 50%;
	box-shadow: 0px 1px 2px 1px #f0f0f0;
  }
  .related_item:first-child {
  text-align: left;
  margin: 0 10px 50px  0;
  }

.related_item a{
  color: #666;
  text-decoration: none;
  font-weight: 600;
}
.related_item .cat-links{
  margin-top: 0;
}
.related_item .cat-links a{
  color: #fff;
  font-size: 12px;
  margin: 0 0 10px 5px;
}

.related_item:first-child  .cat-links a{
margin: 0 5px 10px 0;
}
article.post a.post-thumbnail {
    display: block;
    overflow: hidden;
    height: 160px;
    margin-bottom: 10px;
  }
  .search.search-results article.post a.post-thumbnail,
  .archive.category-busquedas-internas  article.post a.post-thumbnail,
  .archive.category-capacitacion  article.post a.post-thumbnail {
    height: unset; 
    max-width: 300px;
    width: 100%;
  }

  h1 {
    font-size: 1.5em;
    margin: 0.67em 0;
}
.wp-block-latest-posts.is-grid li { 
	min-height: 345px; 
    position: relative;
	margin-bottom: 40px;
}

.search.search-results .archive_grid, 
.archive.category.category-busquedas-internas .archive_grid, 
.archive.category.category-capacitacion .archive_grid{
	box-shadow: none;
}

/* header sticky */
header#masthead.sticky {
	position: fixed;
	top: -111px;
	width: 100%;
}
#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;
}
.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;
}
.home figure.wp-block-image {
    position: relative;
}
.botonera_home a{
	outline: none;
}  
 
.botonera_home .wp-container-1 figure{
	background-image:url(http://mi.acumar.gov.ar/wp-content/uploads/2022/07/Botones-home_HORARIO_172px-118px-copia-300x206-1.png);
	background-repeat: no-repeat;
    background-size: contain;
	background-position: top center;
}
.botonera_home .wp-container-2 figure{
	background-image:url(http://mi.acumar.gov.ar/wp-content/uploads/2022/07/Botones-home_COMPRAR_172px-118px-over-300x206-1.png);
	background-repeat: no-repeat;
    background-size: contain;
}
.botonera_home .wp-container-3 figure{
	background-image:url(http://mi.acumar.gov.ar/wp-content/uploads/2022/07/Botones-home_COMDOC_172px-118px-over-300x206-1.png);
	background-repeat: no-repeat;
    background-size: contain;
}
.botonera_home .wp-container-4 figure{
	background-image:url(http://mi.acumar.gov.ar/wp-content/uploads/2022/07/Botones-home_GDE_172px-118px-over-300x206-1.png);
	background-repeat: no-repeat;
    background-size: contain;
	background-position: top center;
}
.botonera_home .wp-container-5 figure{
	background-image:url(http://mi.acumar.gov.ar/wp-content/uploads/2022/07/Botones-home_SIOAT_172px-118px-over-300x206-1.png);
	background-repeat: no-repeat;
    background-size: contain;
}
.botonera_home .wp-container-6 figure{
	background-image:url(http://mi.acumar.gov.ar/wp-content/uploads/2022/07/Botones-home_TURECIBO_172px-118px-over-300x206-1.png);
	background-repeat: no-repeat;
    background-size: contain;
}

.botonera_home .wp-container-7 figure{
	background-image:url(http://mi.acumar.gov.ar/wp-content/uploads/2024/01/sistemas1_btn_hover.png);
	background-repeat: no-repeat;
    background-size: contain;
}
.wp-container-1 img:hover,
.wp-container-2 img:hover,
.wp-container-3 img:hover,
.wp-container-4 img:hover,
.wp-container-5 img:hover,
.wp-container-6 img:hover,
.wp-container-7 img:hover{
	opacity: 0.5; 
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
  height: 380px;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
    /*a<apadding: 55px 69px!important;*/
}
#pt-cv-view-5wl4htbp > .pt-cv-page {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 75px;
    row-gap: 75px;
    column-gap: 75px!important;
}
#pt-cv-view-5wl4htbp > .pt-cv-page { 
    grid-gap:  70px!important;
}
#pt-cv-view-5wl4htbp .pt-cv-content-item {
    border-color: #00000000;
    border-style: solid;
    padding: 5px!important;
    border-radius: 5px!important;
    box-shadow: 0px 1px 2px 1px #f0f0f0;
}
.botonera-bottom{
	/*background-color: #f6f6f6;*/
}
.botonera-bottom a {
    background-color: #f6f6f6;
    margin-top: 40px;
} 

span.keycloak_displayname {
    display: none;
}
.art-img {
    display: block;
    text-align: center;
    margin: 40px auto;
    max-width: 950px;
    width: 100%;
}
body.page-template-page-portada .subheader{
	/* 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: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 15px;
    font-size: 11px;
}
body {
    overflow: visible;
} 

body.page-template.page-template-page-portada {
    overflow: hidden;
}

.wp-block-button__link {
    color: #fff;
    background-color: #242c4f!important;
}
a.wp-block-button__link:hover,a.wp-block-button__link:active, a.wp-block-button__link:visited {
    color: #fff; 
}
/*
.ocultar{display: none;}*/
@media only screen and (max-width: 767px) {
	header#masthead.sticky {
		position: fixed;
		top: 0;
		width: 100%;
	}
	.container-home {
		max-width: 1300px;
		margin: 10px auto 50px;
	}
	h3.pt-cv-heading-container.heading1 {
		font-size: 1.5em;
		margin: 3em 10px 1em;
	}
	.btn-logout span {
		display: none;
	}
	.autoridad_header { 
		width: unset;
	}
	span.keycloak_userlogin{
		display: none;
	}
	.btn-logout a {
		color: #fff;
		text-decoration: none;
		background-color: #4169e1;
		padding: 2px 5px;
		border-radius: 10px;
		margin-top: 7px;
		display: inline;
		text-align: right;
		margin-left: 10px;
		font-size: 9px;
	}
	.main-navigation ul ul{
		left: unset;
		position: relative;
	}	
	ul.sub-menu {
		display: block; 
		text-align: center;
		padding: 0;
		margin: 0 0 10px 0;
	}
	.main-navigation li {
		position: relative;
		margin-bottom: 10px;
	}
	ul.sub-menu li {
		display: block;  
		text-align: center; 
		margin-bottom: 0;
	}
  .grid-container .image {
      padding: 0;
      width: 100%;
  }
  .related_posts {
      width: 100%;
      margin: 0;
      padding: 20px;
      display: block;

    }
  .related_title {
    padding: 0 20px;
    margin-bottom: 0;
}

.related_item:first-child {
    text-align: left;
    margin: 0 0px 30px 0;
}
.related_item .cat-links a {
    margin: 0 0 10px 0px;
}
.related_item {
    background-color: #fff;
    padding: 20px;
    text-align: right;
    margin: 0 0 30px 0px;
    width: 100%;
    text-align: left;
}
  .search .site-main .archive_grid, .archive .site-main .archive_grid, .page-template-default .site-main article, .single .site-main article{
    width: 100%;
    float: unset;
  }
  .page main{
    margin: 0 auto;
	margin: 30px auto;
	padding: 0 10px;
  }
.page-template-page-portada  main { 
	margin: 0;
	padding: 0;
  }
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%!important;
		text-align: center;
	}
	.slider-home {
		width: 100%;
	}
	.grid-container {
		display: block;
		flex-basis: max-content;
		text-align: center;
	}
	.menu_icon{
		width: 20px;
	}
	.menu-toggle {

		background: transparent;
		width: 29px;
		border: 0;
		padding: 5px 4px 4px;
		margin-left: 8px;
	}
	.menu-toggle .menu_icon{
		width: 30px;
		height: auto;

	}
	.search_btn img {
		width: 20px;
	}
	.search_btn {
		position: absolute;
		right: 10px;
		top: 4px;
	}
	nav#site-navigation.toggled {
		background-color: #575757;
		padding: 0 0 15px 0;
	}

	.wp-block-latest-posts.is-grid li {
		margin: 0;
		width: 100%;
	}
	.page.home main {
		padding: 0px;
		margin: 0px auto;
	}
	.bg-home { 
		min-height: 300px;
	}
	header#masthead .redes{
		display: none;
	}
	.site-branding .title {
		color: #fff;
		font-size: 19px;
		line-height: 20px;
		text-transform: uppercase;
		display: inline-block;
		margin-left: 11px;
		margin-bottom: 15px;
		font-weight: 300;
	}
	.site-branding img {
		width: 229px;
		padding: 15px 0 7px;
		width: unset;
        padding: 5px 5px 5px;
		vertical-align: bottom;
	}
	.grid-container img {
		padding: 0px 4px 45px;
	}
	.slick-slider {
		margin-bottom: 0px;

	}
	.logo_footer {
		margin: 10px auto;
		width: 270px;
	}
	footer .site-info{
		display: block;
	}
	footer .direccion {
		text-align: center;
		font-size: 14px;
	}

	.search .site-main .archive_grid, .archive .site-main .archive_grid, .single .site-main article {
		display: block;
		float: unset;
		margin-right: unset;
		width: 100%;
		background-color: #fff;
		padding:  0px;
		box-shadow: 0px 1px 2px 1px #f0f0f0;
		box-shadow: unset;
		margin-bottom: 40px;
	}

	aside {
		float: unset;
		margin-left: unset;
		max-width: 100%;
		position: relative;
		width: 100%;
		margin-top: 25px;
	}
	.site-main {
		display: block;
		max-width: 1280px;
		margin: 80px auto 40px;
		padding: 0 10px;
	}
	body.archive h1{
	 margin:20px;
	}
	.archive.tag article, .archive.category article, .search-results article{
		width: 100%;
		padding-right: 0px;
        margin-bottom: 40px;
	}
	form.search-form {
		text-align: center;
	}
	.search-results article, 
	.archive.category.category-busquedas-internas article ,
	.archive.category.category-capacitacion article {
		width: 100%;
		display: block;

	}
	.search-results .entry-info,
	.archive.category.category-busquedas-internas .entry-info,
	 .archive.category.category-capacitacion .entry-info {
		padding-left:0px;
	}
	article.post a.post-thumbnail,
	.home .wp-block-latest-posts__featured-image a, 
	.home .wp-block-latest-posts__list a.wp-block-latest-posts__featured-image {
		height: 212px;
	}
	.home a.leer_mas_btn { 
		position: relative;
		margin-bottom: 40px;
	}
	.search.search-results h1{
		padding-left: 20px;
	}
	body.archive .site-main {
		margin: 0px auto 40px;
		padding: 0 20px;
	}

	.home h2 a, .home .wp-block-latest-posts__list a{
		min-height: unset;
		max-height: unset;
		height: unset;
	}
	.search.search-results article.post a.post-thumbnail, .archive.category-busquedas-internas article.post a.post-thumbnail, .archive.category-capacitacion article.post a.post-thumbnail {
		height: unset;
	}

	.archive_grid h2 a{ 
		overflow: visible;
		  min-height: unset;
     max-height: unset; 
	}

	.autoridad_header .redes,
	.autoridad_title{
		display: none;
	}
	.grid-container-botonera {
		display: block;
	}
	.grid-container-botonera a{
		display: block;
		width: 100%;    
		margin-top: 10px;
		}

		.botonera-bottom a{
			margin-top: 10px;
		}
		.home form.search-form {
			width: 90%;
			position: absolute;
			margin: 0px auto 0;
			left: 0;
			right: 0;
			z-index: 0;
			top: 130px;
		}


		.container-portada {
			color: #fff;
			position: absolute;
			/* background-color: #242c4fc7; */
			background-color: transparent;
			height: 100vh;
			width: 100%;
		}
	.container-login{ 
			height: 100vh;
			width: 100%;
	}
		.container-bg{
			opacity: 0.65;
		}

}
.wp-block-image {
    margin: 0 4px 1em;
}
 
@media (orientation: landscape ) and (max-width: 767px) {


.logo-portada {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 180px;
}
.container-portada {
    color: #fff;
    position: absolute; 
    background-color: transparent;
    height: 100vh;
    width: 100%;
}
	
.card-pf {
    padding: 0px 10px 0px 10px;
    margin-bottom: -40px;
    transform: scale(.75);
}

}