/*!
Theme Name: Ozado
Theme URI: http://underscores.me/
Author: Ozado
Author URI: https://ozado.pe/
Description: Paginas Web, Blog
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: ozado
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.

Ozado 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%;
	scroll-behavior: smooth;
}

/* 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;
    margin-top: 0;
    line-height: normal;
}

p {
    margin-top: 0;
	margin-bottom: 1.5em;
}
p:last-child {
    margin-bottom: 0px;
}

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;
    margin-left: 0;
    padding-left: 1.5rem;
}

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: black;
    text-decoration: none;
    display: inline-block;
    transition: var(--theme-transition);
}
ul li a {
    display: inline;
}
/*
a:visited {
	color: #800080;
}
*/
/*
a:hover,
a:focus,
a:active {
	color: #191970;
}
*/
a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    line-height: 1;
    background: var(--theme-color-1);
    color: white;
    padding: 14px 30px;
    font-size: 15px;
    transition: .3s ease all;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: var(--theme-color-2);
}
/*
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 var(--theme-color-border);
	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 {
    border: 0;
	color: #111;
}

select {
	border: 1px solid var(--theme-color-border);
}

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 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;
    font-size: 14px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation .menu-toggle {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.main-navigation .menu-toggle svg {
    fill: white;
}

@media screen and (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
        display: flex;
        justify-content: flex-end;
        gap: 35px;
	}
}

.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 {
    
}

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

.page-content,
.entry-content,
.entry-summary {
    
}

.page-links {
	clear: both;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 30px;
}
.widget:last-child {
    margin-bottom: 0px;
}

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

/* Theme Custom Style
--------------------------------------------------------------------------------------------- */
:root {
	--theme-color-1: #1D77F1;
	--theme-color-2: #12232e;
    --theme-color-border: #e6e6e6;
    --theme-transition: all 0.3s ease-in;
}
.site-main,
.container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
/* Tipografia
--------------------------------------------- */
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.bg-gradient {
    background: rgb(32, 35, 39);
    background: linear-gradient(140deg, rgba(32, 35, 39, 1) 0%, rgb(37 39 41) 100%);
    border-radius: 1rem;
    box-shadow: 0 0 16px 10px rgb(0 0 0 / 17%);
}
/* Header
--------------------------------------------- */
#masthead {
    box-shadow: 0px 8px 20px rgb(0 0 0 / 40%);
    position: sticky;
    top: 0;
	background: white;
    z-index: 9;
}
#masthead .grid-top .grid {
    display: grid;
    align-items: center;
    grid-template-columns: 250px 1fr auto;
    gap: 35px;
    padding: 12px 1rem;
}
#masthead .grid-top .grid ul{
	justify-content: center;	
}
#masthead .grid-top .grid ul a{
	color: black;
    font-weight: 600;
    text-transform: uppercase;	
}

#masthead .grid-top .grid .sub-menu{
	display: block;
    background: white;	
}
#masthead .grid-top .grid .sub-menu li{
	
}
#masthead .grid-top .grid .sub-menu a{
	padding: 10px;
	border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    text-transform: initial;	
}
#masthead .grid-top .grid .probox{
	background: #f7f7f7 !important;
    padding: 4px 5px;
}
#masthead .grid-bottom{
    background: rgb(7, 20, 43);
    background: linear-gradient(90deg, rgba(7, 20, 43, 1) 15%, rgba(32, 53, 96, 1) 85%);
    padding: 12px 0;	
}
#masthead .grid-bottom .grid{
    display: grid;
    gap: 2rem;
    grid-template-columns: auto 350px auto;
    align-items: center;
}
#masthead .grid-bottom .grid .donacion{
    display: flex;
    gap: 1rem;
    justify-content: end;	
}
#masthead .grid-bottom ul{
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 10px;	
}
#masthead .grid-bottom .donacion a{
    color: white;
    font-weight: 500;
    padding: 10px 1rem;
    border-radius: 2rem;
    width: max-content;
    display: block;
}
#masthead .grid-bottom .donacion .tv{
    background: #fb3d0a;	
}
#masthead .grid-bottom .donacion .radio{
    background: #00abe9;	
}
.search-fixed .asl_w_container .probox .proinput .orig{
	color: black !important; 
	font-size: 20px;
}
.header-mobile{
	display: none !important;	
}
.header-mobile .grid{
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;	
}
.header-mobile .grid .buscador{
	cursor: pointer;
}
.header-mobile .grid .menu-icon{
	filter: invert(1); 
}
.header-mobile .grid .site-branding{
	text-align: center; 
}
.header-mobile .grid .site-branding img{
    height: 65px;
    object-fit: contain;
    width: 220px;	
}
.search-fixed{
    transform: translateY(-100%);
    background: #fff;
    transition: all .5s ease;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    padding: 2rem;
    transition: all .5s;
    top: 0;
    padding-top: 1rem !important;	
}
.search-fixed.active{
    transform: translateY(0);	
}
.search-fixed .asl_w_container {

}
.search-fixed .cerrar{
    text-align: right;
    color: black;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
    cursor: pointer;
}
.menu-lateral{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
	transform: translateX(-100%);
    transition: all .3s ease;
    z-index: 999;
    width: 280px;
    background: #060d11;
    place-content: center;	
    padding: 1rem;	
}
.menu-lateral #text-7 ul{
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;	
}
.menu-lateral #text-7 ul a{
	border: 0;
	padding: 0;
	margin: 0;
}
.menu-lateral.active{
	transform: translateX(0);	
}
.menu-lateral li{
	position: relative;
}
.menu-lateral .menu-item-10888 .sub-menu{
    height: 0;
    opacity: 0;
    padding-left: 1rem;	
    transition: all .2s ease;
}
/* (Se quitó "sub-menu li a:first-child{display:none}": ocultaba el <a> vacío del
   doble-ancla viejo; ya arreglado el doble-ancla, ocultaba el enlace real y dejaba
   el submenú vacío.) */
.menu-lateral .menu-item-10888 .sub-menu.active{
    height: auto;
    opacity: 1;
}
.menu-lateral .menu-item-10888:before{
    content: "";
    color: white;
    position: absolute;
    right: 0;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2024/11/bajar.webp);
    width: 14px;
    height: 14px;
    background-size: cover;
}
/* "Blog": el enlace navega normalmente a su página. La flecha de la derecha es
   un BOTÓN real (lo inserta footer.php) que abre/cierra el submenú de obispos,
   sin afectar la navegación del nombre. Ocultamos la flecha decorativa :before
   porque ahora el ícono lo dibuja el propio botón. */
.menu-lateral .menu-item-10888:before{ display: none; }
.menu-lateral .oz-blog-toggle{
    position: absolute;
    top: 0;
    right: -6px;
    width: 36px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent url(/wp-content/uploads/2024/11/bajar.webp) no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
    z-index: 3;
    transition: transform .2s ease;
}
.menu-lateral .oz-blog-toggle[aria-expanded="true"]{ transform: rotate(180deg); }
.menu-lateral .blog-grid-loop{
	display: block;
}
.menu-lateral .blog-grid-loop .post-loop{
    display: grid;
    grid-template-columns: 92px auto;
    gap: 1rem;
    align-items: center;	
}
.menu-lateral .blog-grid-loop .post-loop a{
    font-size: 14px;
    color: white;
    font-weight: 500;
}
.menu-lateral ul{
    padding: 0;
    margin: 0;
    list-style: none;	
}
.menu-lateral ul a{
    color: white;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 1.3rem;
    border-bottom: 1px solid #dddddd5c;	
}
.capa-popup{
    position: fixed;
    background: #00000042;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;	
	display: none;	
}
.capa-popup.active{
	display: block;	
}
/* Fade personalizado para sliders*/
.myFadeOut {
  animation: myFadeOut 1s forwards;
}
.myFadeIn {
  animation: myFadeIn 1s forwards;
}

@keyframes myFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes myFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Zoom */
.myZoomOut {
  animation: myZoomOut 1s forwards;
}
.myZoomIn {
  animation: myZoomIn 1s forwards;
}

@keyframes myZoomOut {
  from { transform: scale(1); opacity: 1; }
  to { transform: scale(0.8); opacity: 0; }
}
@keyframes myZoomIn {
  from { transform: scale(1.2); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/* Footer
--------------------------------------------- */
#colophon {
	background: #202327;
	color: #b2b2b2;
    box-shadow: 0px -8px 20px rgb(0 0 0 / 40%);
}
#colophon .blog-grid-loop{
	display: block; 
}
#colophon .blog-grid-loop .post-loop{
    display: grid;
    grid-template-columns: 100px auto;
    gap: 1rem;
    border-bottom: 1px solid #ffffff26;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;	
}
#colophon .blog-grid-loop .post-loop:last-child{
    margin-bottom: 0;
    padding-bottom: 0;	
	border-bottom: 0;

}
#colophon .blog-grid-loop .title-post{
    margin-bottom: 5px;	
}
#colophon .blog-grid-loop .title-post a{
    color: white;
    font-size: 15px;
    font-weight: 500;	
}
#colophon .site-info a{
    color: #ffffff1a;	
}
#colophon .site-info {
    font-size: 14px;
    color: #ffffff1a;	
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
#colophon .footer-widgets {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#colophon .footer-widgets .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}
body.login {
     background: black !important;
 }
#colophon .footer-widgets .grid .footer-2 .loop-category{
	display: none;
}
#colophon .footer-widgets .grid .content-text{
	min-height: 73px;
}
#colophon .footer-widgets .grid h2{
    color: white;
    border-bottom: 1px solid #db0b16;
    font-size: 16px;
    margin-bottom: 2.5rem;
    font-weight: 600;
    padding-bottom: 10px;	
}
#colophon .footer-widgets ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#colophon .footer-widgets ul li {
    color: white;
    margin-bottom: 8px;
}
#colophon .footer-widgets ul li a {
	color: white;
}
#colophon .footer-widgets ul li a:hover {
	color: var(--theme-color-1);
}
#colophon .footer-widgets ul li:last-child {
    margin-bottom: 0px;
}
#colophon .footer-widgets section:nth-child(1) {
    text-align: center;
}
#colophon .footer-widgets section:nth-child(1) ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}
#colophon .footer-widgets section:nth-child(1) ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(32, 35, 39);
    background: linear-gradient(140deg, rgba(32, 35, 39, 1) 0%, rgb(37 39 41) 100%);
    border-radius: 10px;
    box-shadow: 4px 4px 16px 10px rgb(0 0 0 / 17%);
}
#colophon .footer-widgets section:nth-child(2) ul {
    columns: 2;
}
#colophon .footer-widgets section:nth-child(3) ul li img {
    margin-right: 10px;
    margin-bottom: -4px;
}
#colophon .footer-widgets .widget-title {
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--theme-color-1);
}
/* Blog Shortcode Home
--------------------------------------------- */
.blog-style {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
/* Blog Loop
--------------------------------------------- */
.post-loop {

}
.post-loop .post-img img {
    border-radius: 10px;
}
.post-loop .entry-category a {
    font-size: 14px;
}
.post-loop .entry-title {
    
}
.post-loop .entry-title a {
    color: black;
    font-weight: 400;
    font-size: 1.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post-loop .entry-footer {
    text-align: end;
    margin-top: 1rem;
}
.post-loop .entry-footer a {
    font-weight: 700;
    border: 2px solid;
    padding: 6px 1rem;
    border-radius: 2rem;
}
/* Blog Single
--------------------------------------------- */

/* Blog Single / Related
--------------------------------------------- */
.post-related {
    margin-bottom: 3rem;
}
.post-related .grid-related {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
/* Blog Archive
--------------------------------------------- */
.blog-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 35px;
    padding: 2rem 0;
}
.blog-grid .cat-item-74{
	display: none;
}
.content-main .blog-grid-loop .post-loop {
    display: grid;
    grid-template-columns: 345px 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dddddd82;
    padding-bottom: 1.5rem;
}
/* Blog Sidebar
--------------------------------------------- */
aside.widget-area .widget-title {
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
aside.widget-area .widget_categories {
    padding: 1.5rem;
    background: rgb(32, 35, 39);
    background: linear-gradient(140deg, rgba(32, 35, 39, 1) 0%, rgb(47 49 51) 100%);
    border-radius: 1rem;
    box-shadow: 0 0 16px 10px rgb(0 0 0 / 17%);
    color: white;
}
aside.widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
aside.widget-area ul li a {
    color: #b2b2b2;
}
aside.widget-area ul li {
    margin-bottom: 5px;
}
aside.widget-area ul li:last-child {
    
}
aside.widget-area ul li.current-cat a,
aside.widget-area ul li a:hover {
    color: var(--theme-color-1);
}
/* Mobile
--------------------------------------------- */
@media (max-width: 1199.98px) {
    h1 {
        font-size: 1.7rem;
    }
	#masthead .main-navigation .menu-toggle {
		margin-left: auto;
	}
	#masthead .main-navigation.toggled .menu-menu-principal-container {
		transform: translateX(0);
	}
	#masthead .menu-menu-principal-container {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 270px;
		background: #202328;
		z-index: 999;
		box-shadow: 5px 0px 20px black;
	    transform: translateX(-120%);
	    transition: var(--theme-transition);
	}
	#masthead .menu-menu-principal-container ul.nav-menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		padding: 2rem;
	}
	#masthead .main-navigation li {
	    margin-bottom: 10px;	
	}
	#masthead .main-navigation li a {
		font-size: 1.2rem;
	}
	.page-header .page-title span {
        display: block;
	}
	.blog-grid {
		grid-template-columns: 1fr;
	}
	.blog-grid-loop {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
	}
}
@media (max-width: 991.98px) {
	#masthead{
		background: #000;
	}
		.header-desktop{
		display: none !important;
	}
	.header-mobile{
		display: block !important;
	    padding: 0 1.5rem;	
	}	
	#colophon .footer-widgets .grid {
		grid-template-columns: repeat(2, 1fr);
	}
	#colophon .footer-widgets section:nth-child(1) {
		grid-column: 1 / 3;
	}
	.blog-grid-loop {
        grid-template-columns: repeat(2, 1fr);
	}
	.post-related .grid-related{
	    grid-template-columns: 1fr;	
	}
}
@media (max-width: 767.98px) {
	#colophon .footer-widgets .grid {
		grid-template-columns: repeat(1, 1fr);
	}
	#colophon .footer-widgets section:nth-child(1) {
		grid-column: auto;
	}
	#section-7 .content-1 .blog-grid-loop .post-loop{
		display: block !important;
	}
	.post-loop {
	}
	.post-loop .entry-category a {
		font-size: 13px;
	}
	.post-loop .entry-title a {
		font-size: 14px;
	}
	.post-loop .entry-footer a {
		font-size: 13px;
	    border: 1px solid;
	}
}
/* OVERRIDE: header y footer a ANCHO COMPLETO (el tema nuevo encajonaba .site con max-width). */
#page.site{max-width:none !important;width:100% !important;margin:0 !important;padding:0 !important}

/* OVERRIDE: ocultar el nombre del sitio ("Iglesia Universal Perú") bajo el logo.
   El logo ya dice UNIVERSAL. Se oculta a la vista pero se conserva en el DOM
   (H1 de la portada) para no perder SEO. */
.site-branding .site-title,
.site-branding .site-description{
	position:absolute !important;
	width:1px;height:1px;
	overflow:hidden;
	clip:rect(0 0 0 0);
	white-space:nowrap;
	border:0;padding:0;margin:-1px;
}

/* OVERRIDE: formulario de contacto (OZ-Form) como el original.
   1) Botón ENVIAR azul (no naranja) — se cambia la variable del plugin.
   2) Campos en 1 sola columna (apilados), como el CF7 original.
   3) Botón en mayúsculas y hover a navy, igual que el botón del tema ozado. */
.ozfp-form-wrapper{ --ozfp-theme-orange:#1D77F1; --ozfp-input-bg:#ffffff; }
@media (min-width:769px){
	.ozfp-form-wrapper .ozfp-form{ grid-template-columns:1fr !important; }
}
/* SIN FONDO: quitar la "tarjeta" blanca que fuerza el plugin (wrapper, form y el
   contenedor padre) para que el formulario quede directo sobre el fondo de la sección. */
.ozfp-form-wrapper,
.ozfp-form-wrapper .ozfp-form{ background:transparent !important; background-color:transparent !important; }
.ozfp-form-wrapper{ padding:24px 28px !important; }
div:has(> .ozfp-form-wrapper){ background:transparent !important; background-color:transparent !important; }
/* Inputs BLANCOS con borde (no gris relleno), como el original (captura 1). */
.ozfp-form-wrapper .ozfp-form .ozfp-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]),
.ozfp-form-wrapper .ozfp-form .ozfp-field textarea,
.ozfp-form-wrapper .ozfp-form .ozfp-field select{
	background:#fff !important;
	background-color:#fff !important;
	border:1px solid #d3d9e0 !important;
	border-radius:4px !important;
}
.ozfp-form-wrapper .ozfp-form .ozfp-field input:focus,
.ozfp-form-wrapper .ozfp-form .ozfp-field textarea:focus,
.ozfp-form-wrapper .ozfp-form .ozfp-field select:focus{
	border-color:#1D77F1 !important;
	box-shadow:0 0 0 3px rgba(29,119,241,.13) !important;
}
/* Labels centradas. El plugin las fija a la izquierda con align-self:flex-start,
   así que hay que estirarlas (stretch) además del text-align:center. */
.ozfp-form-wrapper .ozfp-form .ozfp-field label{
	display:block !important;
	width:100% !important;
	text-align:center !important;
	align-self:stretch !important;
}
/* Campos e inputs a todo el ancho (por si el plugin los deja angostos). */
.ozfp-form-wrapper .ozfp-form .ozfp-field{ width:100% !important; }
.ozfp-form-wrapper .ozfp-form .ozfp-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]),
.ozfp-form-wrapper .ozfp-form .ozfp-field textarea,
.ozfp-form-wrapper .ozfp-form .ozfp-field select{
	width:100% !important;
	box-sizing:border-box !important;
	max-width:none !important;
}
/* Botón ENVIAR a todo el ancho y en forma de píldora.
   El plugin lo recorta con max-width:min(42%,420px)+min-width+align-self:flex-start;
   hay que anular las tres para que ocupe todo el ancho. */
.ozfp-form-wrapper .ozfp-form button.ozfp-submit,
.ozfp-form-wrapper .ozfp-form .ozfp-field button.ozfp-submit,
.ozfp-form-wrapper .ozfp-form .ozfp-field .ozfp-submit,
.ozfp-form-wrapper .ozfp-form input.ozfp-submit[type="submit"]{
	display:block !important;
	width:100% !important;
	max-width:none !important;
	min-width:0 !important;
	align-self:stretch !important;
	text-transform:uppercase;
	letter-spacing:.3px;
	border-radius:999px !important;
}
.ozfp-form-wrapper .ozfp-form button.ozfp-submit:hover,
.ozfp-form-wrapper .ozfp-form .ozfp-field button.ozfp-submit:hover,
.ozfp-form-wrapper .ozfp-form input.ozfp-submit[type="submit"]:hover{
	background:#12232e !important;
	background-color:#12232e !important;
}

/* Título de sección (Inicio / Direcciones) — izquierda con barra roja, como el original. */
.oz-home-title{
	max-width:1200px;margin:0 auto 26px;padding:2px 0 2px 14px;
	text-align:left;font-size:26px;font-weight:700;color:#12232e;
	text-transform:uppercase;letter-spacing:.5px;line-height:1.15;
	border-left:5px solid #db0b16;
}
.oz-home-title::after{display:none}
/* Sección con fondo oscuro (ej. Acción Social) — título en blanco.
   El fondo se fija por CSS (no solo por el estilo inline del maquetador),
   para que se aplique aunque el inline no llegue (p. ej. en producción). */
.oz-pb-section.oz-section-dark{background:#101826 !important}
.oz-section-dark .oz-home-title{color:#fff}

/* Contador de vistas en la meta del post (debajo del título). */
.entry-meta .entry-views{color:#db0b16;font-weight:600;white-space:nowrap}

/* DIRECCIONES — localizador (lista + buscador + mapa grande) */
.oz-locator{display:grid;grid-template-columns:minmax(300px,370px) 1fr;gap:20px;max-width:1200px;margin:0 auto;padding:0 16px;align-items:start}
.oz-locator__list{display:flex;flex-direction:column;border:1px solid #e6eaef;border-radius:12px;background:#fff;overflow:hidden;max-height:620px}
.oz-locator__tabs{display:flex;gap:6px;margin:12px 12px 2px}
.oz-locator__tab{flex:1;padding:9px 10px;border:1px solid #d8dde3;background:#fff;border-radius:8px;font:inherit;font-size:13.5px;font-weight:600;color:#5a6472;cursor:pointer;transition:background .15s,color .15s,border-color .15s}
.oz-locator__tab:hover{border-color:#1D77F1;color:#1D77F1}
.oz-locator__tab.is-active{background:#1D77F1;border-color:#1D77F1;color:#fff}
.oz-locator__search{margin:8px 12px 6px;padding:10px 14px;border:1px solid #d8dde3;border-radius:8px;font:inherit;font-size:14px;color:#12232e;outline:none;transition:border-color .15s,box-shadow .15s}
.oz-locator__search::placeholder{color:#9aa2ad}
.oz-locator__search:focus{border-color:#1D77F1;box-shadow:0 0 0 3px rgba(29,119,241,.13)}
.oz-locator__scroll{overflow-y:auto;padding:4px 6px 8px}
.oz-locator__group{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:#1D77F1;font-weight:700;margin:12px 10px 4px}
.oz-locator__item{display:block;width:100%;text-align:left;border:0;background:transparent;padding:11px 12px;border-radius:8px;cursor:pointer;color:#12232e;font-size:14.5px;line-height:1.3;transition:background .12s,color .12s}
.oz-locator__item:hover{background:#f4f8ff}
.oz-locator__item.is-active{background:#eef4fe;color:#1D77F1;font-weight:600}
.oz-locator__panel{position:sticky;top:20px;border:1px solid #e6eaef;border-radius:12px;background:#fff;overflow:hidden}
.oz-locator__info{padding:16px 20px 14px}
.oz-loc-title{margin:0 0 6px;font-size:18px;font-weight:700;color:#12232e}
.oz-loc-detail h3{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#1D77F1;font-weight:700;margin:12px 0 3px}
.oz-loc-detail h3:first-child{margin-top:0}
.oz-loc-detail p{margin:0;color:#3a434f;line-height:1.55;font-size:14px}
.oz-loc-detail strong{color:#12232e}
.oz-locator__mapwrap{height:440px;background:#eef1f5}
.oz-locator__mapwrap[hidden]{display:none}
.oz-loc-frame{display:block;width:100%;height:100%;border:0}
@media(max-width:768px){
	.oz-locator{grid-template-columns:1fr}
	.oz-locator__list{max-height:320px}
	.oz-locator__panel{position:static}
	.oz-locator__mapwrap{height:340px}
}
/* Locator en el Inicio (IGLESIAS EN LIMA): igual al de Direcciones, un poco más contenido */
.oz-locator--home{padding:0 16px}
.oz-loc-more{max-width:1200px;margin:14px auto 0;padding:0 16px;text-align:right}
.oz-loc-more a{color:#db0b16;font-weight:700;text-decoration:none;font-size:13px;text-transform:uppercase;letter-spacing:.4px}
.oz-loc-more a:hover{text-decoration:underline}

/* VIDEO ÚNICO (Inicio): un solo YouTube full-width 16:9 */
.oz-video-unico{max-width:1000px;margin:0 auto;padding:0 16px}
.oz-video-unico iframe{display:block;width:100%;aspect-ratio:16/9;border:0;background:#000;border-radius:8px}

/* Facade de YouTube: miniatura + play; el reproductor real carga al hacer clic. */
.oz-ytfacade{position:relative;display:block;width:100%;aspect-ratio:16/9;cursor:pointer;background:#000;border:0;border-radius:8px;overflow:hidden;padding:0}
.oz-ytfacade__thumb{width:100%;height:100%;object-fit:cover;display:block}
.oz-ytfacade__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;background:rgba(0,0,0,.65);border-radius:12px;transition:background .2s}
.oz-ytfacade__play::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-40%,-50%);border-style:solid;border-width:11px 0 11px 19px;border-color:transparent transparent transparent #fff}
.oz-ytfacade:hover .oz-ytfacade__play,.oz-ytfacade:focus-visible .oz-ytfacade__play{background:#f00}
.oz-ytfacade iframe{width:100%;height:100%;border:0;display:block}

/* BLOGS (Inicio): carrusel de personas (foto + nombre + redes). Reusa la nav de Agenda. */
.oz-blogs-carousel{max-width:1200px;margin:0 auto;padding:0 12px;position:relative}
.oz-blogs-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 12px;-ms-overflow-style:none;scrollbar-width:none}
.oz-blogs-track::-webkit-scrollbar{display:none}
.oz-persona{flex:0 0 calc((100% - 72px)/4);scroll-snap-align:start;text-align:center}
.oz-persona__photo{aspect-ratio:3/2;overflow:hidden;background:#eef1f5;border:1px solid #e6eaef}
.oz-persona__photo img{width:100%;height:100%;object-fit:cover;display:block}
.oz-persona__name{margin:14px 0 10px;font-size:16px;font-weight:700;color:#12232e}
.oz-persona__social{display:flex;justify-content:center;gap:15px}
.oz-persona__social a{color:#db0b16;display:inline-flex;transition:transform .15s ease,opacity .15s ease}
.oz-persona__social a:hover{transform:translateY(-2px);opacity:.82}
.oz-persona__social svg{width:23px;height:23px;display:block}
@media(max-width:1024px){.oz-persona{flex-basis:calc((100% - 48px)/3)}}
@media(max-width:768px){.oz-persona{flex-basis:calc((100% - 24px)/2)}}
@media(max-width:480px){.oz-persona{flex-basis:calc(100% - 8px)}}

/* DIRECCIONES en ACORDEÓN (como el original): iglesia -> despliega dir+horarios+mapa */
.oz-direcciones-acc{max-width:1000px;margin:0 auto;padding:0 16px}
.oz-acc-group{margin:0 0 34px}
.oz-acc{border:1px solid #e6eaef;border-radius:8px;background:#fff;margin:0 0 10px;overflow:hidden;transition:box-shadow .15s}
.oz-acc[open]{box-shadow:0 6px 20px -10px rgba(18,35,46,.25)}
.oz-acc__head{list-style:none;cursor:pointer;padding:15px 46px 15px 20px;font-size:16px;font-weight:700;color:#12232e;position:relative;user-select:none;transition:background .12s}
.oz-acc__head::-webkit-details-marker{display:none}
.oz-acc__head:hover{background:#f4f8ff}
.oz-acc[open] .oz-acc__head{color:#1D77F1;border-bottom:1px solid #eef1f5}
.oz-acc__head::after{content:'';position:absolute;right:20px;top:50%;width:9px;height:9px;border-right:2px solid #98a1ad;border-bottom:2px solid #98a1ad;transform:translateY(-70%) rotate(45deg);transition:transform .2s}
.oz-acc[open] .oz-acc__head::after{transform:translateY(-30%) rotate(-135deg);border-color:#1D77F1}
.oz-acc__body{padding:16px 20px 20px}
.oz-acc__body h3{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#1D77F1;font-weight:700;margin:14px 0 3px}
.oz-acc__body h3:first-child{margin-top:0}
.oz-acc__body p{margin:0;color:#3a434f;line-height:1.55;font-size:14px}
.oz-acc__body strong{color:#12232e}
.oz-acc__map{margin-top:16px;border-radius:6px;overflow:hidden;background:#eef1f5}
.oz-acc__map iframe{display:block;width:100%;height:360px;border:0}
@media(max-width:768px){.oz-acc__map iframe{height:280px}}

/* TARJETAS DE BLOG (Inicio) — modernizadas, misma estructura .post-loop */
.oz-cards{max-width:1200px;margin:0 auto;padding:0 16px}
.oz-cards .blog-grid-loop{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.oz-cards .post-loop{
	display:flex;flex-direction:column;background:#fff;
	border:1px solid #e8ebef;border-radius:12px;overflow:hidden;
	box-shadow:0 2px 10px -4px rgba(18,35,46,.12);
	transition:transform .2s ease,box-shadow .2s ease;
}
.oz-cards .post-loop:hover{transform:translateY(-5px);box-shadow:0 16px 34px -12px rgba(18,35,46,.28)}
.oz-cards .post-loop .imagen{aspect-ratio:16/9;overflow:hidden;background:#eef1f5}
.oz-cards .post-loop .imagen a{display:block;height:100%}
.oz-cards .post-loop .imagen img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.oz-cards .post-loop:hover .imagen img{transform:scale(1.06)}
.oz-cards .content-text{padding:14px 16px 16px;display:flex;flex-direction:column;gap:9px;flex:1}
.oz-cards .loop-category{display:flex;flex-wrap:wrap;gap:6px}
.oz-cards .loop-category a{
	font-size:10.5px;text-transform:uppercase;letter-spacing:.4px;font-weight:700;
	color:#1D77F1;background:#eef4fe;padding:3px 9px;border-radius:20px;text-decoration:none;line-height:1.6;
}
.oz-cards .loop-category a:hover{background:#1D77F1;color:#fff}
.oz-cards .title-post{margin:0;font-size:15px;line-height:1.4;font-weight:600}
.oz-cards .title-post a{
	color:#12232e;text-decoration:none;
	display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.oz-cards .title-post a:hover{color:#1D77F1}
.oz-cards .content-text small{color:#98a1ad;font-size:12px;margin-top:auto;padding-top:2px}
@media(max-width:1024px){.oz-cards .blog-grid-loop{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.oz-cards .blog-grid-loop{grid-template-columns:repeat(2,1fr);gap:16px}}
@media(max-width:480px){.oz-cards .blog-grid-loop{grid-template-columns:1fr}}

/* VIDEO DESTACADO (reemplazo de Featured Video Plus) */
.oz-fvp{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:10px;overflow:hidden}
.oz-fvp iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.single-post__figure--video{margin:0 0 1.5rem}
/* Badge de play sobre la miniatura del video en las tarjetas del blog */
.oz-cards .post-loop .imagen{position:relative}
.oz-cards .post-loop .imagen:has(img.oz-fvp-thumb)::after{
	content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
	width:0;height:0;border-style:solid;border-width:11px 0 11px 19px;border-color:transparent transparent transparent #fff;
	filter:drop-shadow(0 0 10px rgba(0,0,0,.6));pointer-events:none;z-index:2;
}
.oz-cards .post-loop .imagen:has(img.oz-fvp-thumb)::before{
	content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
	width:54px;height:54px;background:rgba(29,119,241,.9);border-radius:50%;pointer-events:none;z-index:1;
}

/* POPULARES (reemplazo de WordPress Popular Posts) */
.oz-populares{list-style:none;margin:0;padding:0}
.oz-populares__item{margin:0 0 14px}
.oz-populares__item:last-child{margin-bottom:0}
.oz-populares__link{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;text-decoration:none}
.oz-populares__thumb{display:block;width:64px;height:64px;border-radius:8px;overflow:hidden;background:#eef1f5}
.oz-populares__img{width:100%;height:100%;object-fit:cover;display:block}
.oz-populares__text{display:flex;flex-direction:column;gap:3px;min-width:0}
.oz-populares__ptitle{color:#12232e;font-size:14px;line-height:1.35;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.oz-populares__link:hover .oz-populares__ptitle{color:#1D77F1}
.oz-populares__views{color:#98a1ad;font-size:12px}

/* DESTACADOS (Inicio) — carrusel con overlay como el original.
   Estructura: __link > __media(img) + __body[ __top(varias __cat) + __title + __date ]
   Esquinas RECTAS (sin bordes redondos). */
.oz-destacados-slider .oz-blog-card{position:relative;border:0 !important;border-radius:0;overflow:hidden;background:#000}
.oz-destacados-slider .oz-blog-card__link{position:relative;display:block;min-height:460px;text-decoration:none}
.oz-destacados-slider .oz-blog-card__media{position:absolute !important;inset:0;margin:0;height:100%;width:100%;aspect-ratio:auto !important}
.oz-destacados-slider .oz-blog-card__media img{width:100%;height:100%;object-fit:cover;display:block}
/* bloque de texto: pegado abajo, sobre un degradado oscuro */
.oz-destacados-slider .oz-blog-card__body{
	position:absolute;left:0;right:0;bottom:0;z-index:2;
	display:flex;flex-direction:column;align-items:flex-start;gap:10px;
	padding:30px 30px 26px;margin:0;
	background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.2) 58%,transparent);
}
/* fila de pastillas de categoría (todas las categorías del post) */
.oz-destacados-slider .oz-blog-card__top{display:flex;flex-wrap:wrap;gap:6px}
.oz-destacados-slider .oz-blog-card__cat{
	background:#db0b16;color:#fff;font-size:12px;font-weight:700;
	text-transform:uppercase;letter-spacing:.3px;padding:5px 11px;border-radius:0;line-height:1.35;
}
.oz-destacados-slider .oz-blog-card__title{margin:0;color:#fff;font-size:26px;line-height:1.25;font-weight:700}
.oz-destacados-slider .oz-blog-card__date{margin:0;color:#e0e4e9;font-size:13px}
.oz-destacados-slider .oz-blog-card__excerpt{display:none}
/* banner "Encuentra la Universal más cercana a ti" — también recto */
.oz-encuentra{display:block;height:100%;min-height:460px;border-radius:0;overflow:hidden}
.oz-encuentra img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.oz-encuentra:hover img{transform:scale(1.05)}
@media(max-width:768px){
	.oz-destacados-slider .oz-blog-card__link{min-height:340px}
	.oz-destacados-slider .oz-blog-card__title{font-size:20px}
	.oz-destacados-slider .oz-blog-card__body{padding:20px}
	.oz-encuentra,.oz-encuentra img{min-height:220px;height:auto}
}

/* APRENDAMOS JUNTOS (Inicio) — carrusel de tarjetas normales (imagen arriba, texto abajo) */
.oz-aprendamos-slider .oz-blog-card{border:1px solid #e6eaef;border-radius:0;overflow:hidden;background:#fff;display:flex;flex-direction:column;width:100%}
.oz-aprendamos-slider .oz-blog-card__link{display:flex;flex-direction:column;text-decoration:none;flex:1}
.oz-aprendamos-slider .oz-blog-card__media{aspect-ratio:16/9 !important;height:auto !important;margin:0;overflow:hidden;flex:0 0 auto}
.oz-aprendamos-slider .oz-blog-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.oz-aprendamos-slider .oz-blog-card:hover .oz-blog-card__media img{transform:scale(1.05)}
.oz-aprendamos-slider .oz-blog-card__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:9px;flex:1}
.oz-aprendamos-slider .oz-blog-card__top{display:none} /* sin pastillas de categoría (como el original) */
.oz-aprendamos-slider .oz-blog-card__title{margin:0;font-size:16px;line-height:1.3;font-weight:700;color:#12232e;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.oz-aprendamos-slider .oz-blog-card__title a{color:#12232e;text-decoration:none}
.oz-aprendamos-slider .oz-blog-card__title a:hover{color:#1D77F1}
.oz-aprendamos-slider .oz-blog-card__date{margin:auto 0 0;color:#98a1ad;font-size:12px}
.oz-aprendamos-slider .oz-blog-card__excerpt{display:none}
/* Uniformizar: todos los slides igualan altura (stretch) y la tarjeta llena su slide. */
.oz-aprendamos-slider .ozs__viewport,
.oz-aprendamos-slider .ozs__track{height:auto !important}
.oz-aprendamos-slider .ozs__track{align-items:stretch}
.oz-aprendamos-slider .ozs__slide{display:flex}

/* AGENDA SEMANAL (Inicio) — carrusel deslizable de días con flechas + puntos */
.oz-agenda-wrap{position:relative;max-width:1240px;margin:0 auto;padding:0 20px}
.oz-agenda{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.oz-agenda::-webkit-scrollbar{display:none}
.oz-agenda__day{flex:0 0 calc((100% - 70px)/6);scroll-snap-align:start}
.oz-agenda-nav{
	position:absolute;top:79px;width:46px;height:46px;
	border:1px solid #e4e8ed;border-radius:50%;background:#fff;color:#1D77F1;
	cursor:pointer;z-index:3;display:grid;place-items:center;padding:0;
	box-shadow:0 6px 18px -5px rgba(18,35,46,.22);
	transition:background .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s;
}
.oz-agenda-nav::before{content:"";width:11px;height:11px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor}
.oz-agenda-nav--prev::before{transform:rotate(-135deg);margin-left:4px}
.oz-agenda-nav--next::before{transform:rotate(45deg);margin-right:4px}
.oz-agenda-nav:hover{background:#1D77F1;color:#fff;border-color:#1D77F1;box-shadow:0 12px 24px -6px rgba(29,119,241,.5);transform:scale(1.06)}
.oz-agenda-nav:active{transform:scale(.96)}
.oz-agenda-nav--prev{left:-10px}
.oz-agenda-nav--next{right:-10px}
.oz-agenda-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}
.oz-agenda-dot{width:9px;height:9px;border-radius:50%;border:0;background:#c7ced6;cursor:pointer;padding:0;transition:all .2s}
.oz-agenda-dot.is-active{background:#1D77F1;width:26px;border-radius:5px}
.oz-agenda__day{text-align:center;padding:8px 6px;background:transparent}
.oz-agenda__icon{width:130px;height:130px;object-fit:contain;margin:0 auto 14px;display:block;transition:transform .2s ease}
.oz-agenda__day:hover .oz-agenda__icon{transform:translateY(-5px)}
.oz-agenda__name{margin:0 0 3px;font-size:14px;font-weight:700;color:#12232e;line-height:1.35}
.oz-agenda__name::after{content:":"}
.oz-agenda__desc{margin:0;font-size:13px;font-weight:400;color:#2a3340;line-height:1.4}
@media(max-width:1024px){.oz-agenda__day{flex-basis:calc((100% - 42px)/4)}}
@media(max-width:768px){.oz-agenda__day{flex-basis:calc((100% - 28px)/3)}}
@media(max-width:480px){.oz-agenda__day{flex-basis:calc((100% - 14px)/2.3)}}

/* Espacio entre el header y el contenido en post/archivo (empezaban pegados). */
.site-main--single,
.site-main--archive{padding-top:2.5rem}
@media(max-width:768px){
	.site-main--single,
	.site-main--archive{padding-top:1.5rem}
}
