/*!
Theme Name: ddhub
Theme URI: http://underscores.me/
Author: Diego Jimenez San martín
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: ddhub
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.

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

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

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

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

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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


/*estilos tarjetas home 14/06/2024*/
.splide__list {

  height: 480px!important;

}

.tipo-proyecto-pro.etiqueta-pro-es {
  top: 3rem;
}

/* Nuevos estilos fecha Mayo 2025 */
/* Se que no está bien, pero estoy colocando important en las noticias para ajustar de momento los elementos */
.directorist-thumnail-card-front-img, .img-pro {
	object-fit: cover !important;
}
.directorist-single-info__label-icon {
	display: none !important;
}
.directorist-single-info.directorist-single-info-text {
	padding: 1rem !important;
}
.directorist-listing-single .directorist-listing-single__info .directorist-listing-single__info--top a, .directorist-listing-single .directorist-listing-single__info .directorist-listing-single__info--top span {
	word-break: normal !important;
}
.directorist-listing-single {
	border: none !important;
}
.directorist-listing-single .directorist-listing-single__content {
	border-left: 1px solid #eff1f6;
	border-right: 1px solid #eff1f6;
	border-bottom: 1px solid #eff1f6;
}
.splide__slide img {
	object-fit: cover;
}
.noticias-carousel, .noticias-carousel:visited {
	color: #fff;
    /*font-size: 1.25rem;*/
    text-decoration: none;
	font-family: 'Merriweather', serif;
}
.noticias-carousel:hover {
	text-decoration: underline;
	color: #C2D500;
}
.pagination {
	justify-content: center;
}
.form-noticias-hub {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-noticias-hub label {
	margin-right: 20px;
    min-width: 20%;
}
.page-item .btn-line {
	border-radius: 0 !important;
} 
.page-item:first-child .btn-line {
	border-top-left-radius: 3.75rem !important;
	border-bottom-left-radius: 3.75rem !important;
} 
.page-item:last-child .btn-line {
	border-top-right-radius: 3.75rem !important;
	border-bottom-right-radius: 3.75rem !important;
} 
.bajada-titulo-noticia, .bajada-titulo-noticia a {
	color: #fff;
}
.bajada-titulo-noticia a:hover {
	color: #C2D500;
}
.single-noticias .entry-footer a, .single-noticias .nav-links a, .entry-footer.text-white .cat-links a, .archive .nav-links a {
	color: #fff !important;
}
.single-noticias .entry-footer a:hover, .single-noticias .nav-links a:hover, .entry-footer.text-white .cat-links a:hover, .archive .nav-links a:hover {
	color: #C2D500 !important;
}
.single-noticias .post-thumbnail img, .wp-post-image {
	min-width: 100%;
	height: auto;
}
.page .directorist-all-listing-col .col-md-4 {
	width: 100% !important;
}
.directorist-advanced-filter__advanced--element .directorist-search-field label {
	color: #585a6a;
}
.directorist-advanced-filter__advanced--element {
	border-bottom: none !important;
}
.form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
#ajaxsearchlite1 {
	padding: 10px;
	border-radius: 1.5rem !important;
	z-index: 0;
}
.card-body-h {
	min-height: 265px !important;
	position: relative;
	padding-bottom: 70px !important;
}
.card-body-h .btn-line{
	position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.list-hub {
	margin-left: 0;
}
.list-hub li {
	list-style-type: decimal;
	font-size: larger;
	margin-bottom: 1.5rem;
}
.list-hub li .btn-lineav{
	position: relative;
	display: block;
	align-items: auto;
	justify-content: auto;
}
.list-hub li .btn-link {
	font-size: 1.25rem;
	padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    color: #000;
}
.list-hub li .btn-link:hover {
	color: #C2D500;
}
.title-section4 {
	font-family: 'Merriweather', serif !important;
}
.directorist-signle-listing-top.directorist-flex.directorist-align-center.directorist-justify-content-between {
	display: none !important;
}
.directorist-listing-single .directorist-listing-single__info .directorist-listing-single__info--list ul li>div {
	display: inline-block !important;
	text-transform: uppercase;
	padding: 0.2rem 1rem;
    border-radius: 1rem;
    position: absolute;
    top: -180px;
    background: #000;
    right: 1rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
	font-size: 12px !important;
}
.directorist-listing-single .directorist-listing-single__info .directorist-listing-single__info--list ul li>div i {
	display: none;
}
.title-single a {
	color: white;
    font-family: 'Lunema Bold' !important;
	text-decoration: none;
}
.title-single a:hover {
	color: #fff;
	text-decoration: underline;
}
.archive .page-title {
	color: #fff;
}
.page-header hr {
	border-top: 2px solid #fff;
}
.img-bg-single img {
	width: 100%;
    position: fixed;
    top: 0;
	height: 100vh;
    object-fit: cover;
}
.info-single {
	margin-bottom: 6rem;
}
#page {
	/*padding-bottom: 206px;*/
    position: relative;
    min-height: 100vh;
}
.site-footer {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-template-noticias-page #page {
	padding-bottom: 0;
    position: relative;
    min-height: 100vh;
}
.page-template-noticias-page .site-footer {
	position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.search-no-results .search-form, .error-404 .search-form {
	display: flex;
	margin: 2rem 0;
}
.search-no-results label, .error-404 label {
	width: 70%;
}
.search-no-results .search-field, .error-404 .search-field{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	padding: 10px 10px 10px 20px;
	border-color: #101820;
	border-right: none;
}
.search-no-results .search-submit, .error-404 .search-submit {
	width: 30%;
	background-color: #C2D500;
	color: #101820;
	border-color: #C2D500;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-transform: uppercase;
}
.directorist-listing-single .directorist-listing-single__info {
	min-height: 105px;
}
/* etiqueta finalizado */
.directorist-listing-single .directorist-listing-single__info .directorist-listing-single__info--list, .directorist-listing-single .directorist-listing-single__meta .directorist-listing-category>a .directorist-icon-mask {
	display: none !important;
}
/* ajustes 26/06/2025 */
.search .entry-title a {
	color: #212529;
	font-family: "Merriweather", serif !important;
}
.search .entry-title {
	margin-bottom: 2rem;
}
.search .hentry {
	margin-bottom: 4rem;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	font-family: "Merriweather", serif !important;
}
.title-home {
	width: 75% !important;
}
/* nuevo header */
/* NAV */
.navbar.navbar-header-custom {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;

    .logo-nav-mobile {
        display: none;
    }
}

.nav-secondary {
    background-color: #E1E0DD;


    .navbar-nav {
        gap: .5rem;

        .nav-link {
            color: #000;
            font-size: 0.6875rem;
            padding: .2rem .5rem;
            position: relative;
            display: flex;
            align-items: center;
            text-transform: uppercase;
            font-family: 'Lato';
        }
    }

}

.btn-nav-icon1 a::before,
.btn-nav-icon2 a::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 1em;
    left: -7px;
}

.btn-nav-icon1 a::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0 1 18 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") no-repeat center;
}

.btn-nav-icon2 a::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='1' y='4' width='22' height='16' rx='2' ry='2'/%3E%3Cline x1='1' y1='10' x2='23' y2='10'/%3E%3C/svg%3E") no-repeat center;
}

.btn-nav-border a {
    border: solid 1px rgb(0 0 0 / 70%);
    color: rgb(0 0 0 / 70%) !important;
    border-radius: 100px;
    font-weight: 600;
    padding: 6px 40px 6px 12px !important;

    &::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 1em;
        height: 1em;
        right: 9px;
        font-size: 1.4rem;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") no-repeat center;
        color: rgb(0 0 0 / 30%);
    }

    &:hover {
        color: #000 !important;

        &::after {
            color: #000;
        }
    }

    &:focus {
        color: #fff !important;
        background-color: #000;

        &::after {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") no-repeat center;
        }
    }
}

.btn-nav-bg a {
    background-color: #81db21;
    border: rgba(97, 187, 1, 1);
    color: #000;
    border-radius: 100px;
    padding: 0.5rem .5rem !important;
    font-weight: 600;

    &:hover {
        box-shadow: 0px 0px 6px 2px rgba(97, 187, 1, 0.5);
    }
}

/* Nav primary */
.nav-primary {
    justify-content: space-between;
    height: 67px;

    .logo-nav {
        margin: 0 3.5rem 0 1rem;
        display: flex;
        align-items: center;
        
        img {
            width: 100%;
        }

        .logo-primary {
            width: 74%;
            padding: .5rem 0;
        }
    }

    .navbar-nav {
        background-color: #000;
        position: relative;
        gap: 0.5rem;

        &::before {
            content: '';
            width: 0;
            height: 0;
            border-top: 67px solid #000;
            border-left: 60px solid transparent;
            position: absolute;
            left: -60px;
            top: 0px;
        }

        .dropdown {
            display: flex;
            align-items: center;
        }

        .nav-link {
            color: #fff;
            text-transform: uppercase;
            font-family: 'Lato';
            font-size: 1rem;
            font-weight: 400;
            padding: 0;

            &:hover {
                color: #919191 !important;
            }
        }

        .nav-link.show {
            color: #919191 !important;
        }

        .dropdown-menu {
            border-radius: 0px;
            background-color: #000;

            .dropdown-item {
                color: #fff;
                font-family: 'Lato';
                font-size: 1rem;

                &:hover {
                    color: #000;
                }

                &:focus {
                    background-color: #fff;
                    color: #000;
                }
            }
        }

        .nav-destacado {
            background-color: #FFB800;
            margin-left: 50px;
            padding-right: 1.5rem;
            position: relative;

            &::before {
                content: '';
                width: 0;
                height: 0;
                border-top: 67px solid #FFB800;
                border-left: 60px solid transparent;
                position: absolute;
                left: -60px;
                top: 0px;
            }

            .nav-link {
                color: #000;
                font-weight: 600;

                &:hover {
                    color: #000 !important;
                }
            }

            .dropdown-menu {
                left: auto;
                right: 0;

                .dropdown-item {
                    padding-right: 3rem;
                    font-family: 'Lato';

                    &::before {
                        display: none;
                    }
                }
            }

            .dropdown-menu .destacado {
                background-color: #FFB800;

                .dropdown-item {
                    color: #000;
                }
            }
        }
    }
}

.dropdown-menu[data-bs-popper] {
    top: 59px !important;
}

.dropdown-item::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -2px;
    margin-right: 0.5em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='13 17 18 12 13 7'/%3E%3Cpolyline points='6 17 11 12 6 7'/%3E%3C/svg%3E") no-repeat center;
}

.drop-submenu::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 1px;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.sub-menu {
    list-style: none;
    padding: 0;

    .dropdown-item::before {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M15 10l5 5-5 5'/%3E%3Cpath d='M4 4v7a4 4 0 0 0 4 4h12'/%3E%3C/svg%3E") no-repeat center;
    }
}

.navbar-toggler {
    border: none;

    &:focus {
        box-shadow: 1 1 1 #FFB800;
    }

    .navbar-toggler-icon {
        background: none;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .navbar-toggler-icon span {
        width: 30px;
        height: 2px;
        margin: 4px 0;
        background: white;
        transition: all .4s ease-in-out;
    }
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .a {
    transform: rotate(45deg);
    transform-origin: 1px;
    transition: all .4s ease-in-out;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .b {
    transform: scale(0);
    transition: all .4s ease-in-out;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .c {
    transform: rotate(-45deg);
    transform-origin: 1px;
    transition: all .4s ease-in-out;
}

/* Nav primary */


/* nuevo footer */
.footer-diseno {
    background-color: #1A1A1A;
    padding: 20px 40px;
    position: relative;
    z-index: 1;

    .col {
        padding: 20px 20px;
    }

    .box-title {
        border-bottom: 1px solid #FFB800;
        margin-bottom: 1rem;

        .title-footer {
            color: #FFB800;
            border-bottom: 7px solid #FFB800;
            width: max-content;
            margin: 0;
            padding-bottom: .4rem;
            font-weight: 300;
        }
    }

    .list-footer {
        display: flex;
        flex-direction: column;
        gap: 1rem;

        a {
            color: #fff;
            transition: opacity 200ms ease;
            text-transform: uppercase;
            font-size: 0.8rem;
			text-decoration:none;
        }
		a:hover {
			text-decoration: underline;
		}
    }

    .contain-img-footer {
        border-top: solid 1px #fff;
        padding-top: 20px;

        .img-footer-1 {
            width: 40%;
            object-fit: cover;
        }

        .img-footer-2 {
            width: 65%;
            object-fit: contain;
        }
    }

    .icon-footer {
        padding-right: .5rem;
    }
}

.footer-diseno .column-1 {
    color: #fff;

    .btn.btn-primary.btn-footer {
        border-radius: 100px;
        padding: 0.5rem 1.5rem;
        border-color: rgba(255, 255, 255, .8);
        color: rgba(255, 255, 255, .8);
        background: transparent;
        margin: 2rem 0;
        transition: all .3s ease;

        &:hover {
            border-color: rgba(255, 255, 255, 1) !important;
            color: rgba(255, 255, 255, 1);
            opacity: 1;
            background: rgba(0, 0, 0, .2) !important;
            box-shadow: 0px 10px 7px rgba(0, 0, 0, 1);
            transform: translateY(-10px);
            background-color: rgba(0, 0, 0, .2) !important;
        }
    }

    .section-column-1 {
        border-bottom: 1px solid #fff;
        margin: 0 5rem 0 0;
        

        h4,
        h5 {
            font-family: 'Lato';
        }

        .number-footer {
            text-decoration: underline;
            color: #fff;
            font-weight: 600;
        }

        .list-column-1 {
            gap: 0;

            p {
                margin: 0;
            }
        }
    }

    .box-rrss {
        border: none;
        padding-bottom: 20px;

        .dc-icon-footer {
            color: #fff;
        }

        .dc-icon-footer:hover {
            opacity: .3;
            transition: background-color .25s ease-in;
        }
    }
}

.footer-toggle {
    transition: transform 0.3s ease;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #FFB800;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .title-footer {
        color: #FFB800;
        border-bottom: 7px solid #FFB800;
        width: max-content;
        margin: 0;
        padding-bottom: .4rem;
        font-weight: 300;
    }

    .chevron-icon {
        stroke: #FFB800;
    }
}

.footer-toggle.active-toggle {
    transform: translateY(-10px);
}

.chevron-icon {
    transition: transform 0.3s ease;
}

.footer-toggle.active-toggle .chevron-icon {
    transform: rotate(180deg);
}
/*
.footer-toggle.active-toggle svg{
	transform: rotate(180deg);
}
.footer-toggle svg, .footer-toggle.collapsed svg{
	transform: rotate(0deg);
}*/


/* FOOTER */

@media ((min-width: 1400px)){
	footer .container {
		max-width: 100%;
		padding: 0 15px;
	}
}

@media (width < 1200px) {
    .footer-diseno .column-1 .section-column-1 {
        margin: 0;
    }
	.footer-toggle, .footer-toggle:hover {
		border-bottom-color: #FFB800 !important;
	}
}

@media (width < 768px) {
    .footer-diseno .contain-img-footer {
        .img-footer-1 {
            width: 95%;
            object-fit: cover;
        }

        .img-footer-2 {
            width: 100%;
            object-fit: contain;
        }
    }
}

/* SECCION HERO */
/* SECCIÓN HERO */
.section-hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-image: url('../img/hero-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;*/
    overflow: hidden;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(219, 228, 66, 0.4);
        z-index: 0;
    }

    .row-hero {
        height: 100vh;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 0;

        h1,
        p {
            text-align: center;
            color: #fff;
        }
    }

    .row-hero p {
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    }

    .btn.btn-primary.btn-header {
        display: flex;
        align-items: center;
        gap: 1rem;
        border-radius: 100px;
        border: 3px solid #fff;
        background: transparent;
        padding: 0.5rem 1.2rem;
    }
}

/* SECCIÓN HERO */

@media (width < 1200px) {
    .navbar-brand-container {
        background-color: #1A1A1A;
        width: 100%;
        display: flex;
        justify-content: space-between;

        .logo-nav-mobile {
            padding: 1rem;
            min-width: 10rem;
        }
    }

    .logo-nav {
        display: none !important;
    }

    .navbar-collapse {
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 3.2rem;

        .nav-secondary {
            padding: 1rem;
        }

        .nav-secondary .navbar-nav .nav-item {
            width: 100%;
            display: flex;
        }

        .btn-nav-icon1,
        .btn-nav-icon2 {
            padding-left: 1rem;
        }

        .nav-primary {
            height: auto;
        }

        .nav-primary .navbar-nav {
            width: 100%;
            padding: 1rem;
            margin: 0 !important;
            gap: .5rem;

            .dropdown {
                flex-direction: column;

                .nav-link {
                    width: 100%;
                    display: flex;
                    justify-content: start;
                    align-items: center;
                }

                .dropdown-menu {
                    border: none;
                    width: 100%;
                    flex-direction: column;
                }
            }

            .nav-destacado {
                padding: 0;
                margin: 0;

                .nav-link {
                    padding-left: 1rem;
                }

                &::before {
                    display: none;
                }
            }
        }
    }
}
.home .bg-inicio {
	height: 100vh !important;
	min-height: 700px; /* ajustar para el responsive */
}
.video-bg {
	z-index: 1 !important;
}
.home .custom-logo {
	max-width: 300px !important;
}
.deg {
	background: linear-gradient(45deg, rgba(18, 24, 31, .9) 50%, rgba(18, 24, 31, 0) 100%) !important;
}
.bg-green-ddhub {
	/*background-color: #C2D500;*/
	min-height: 120px;
}
.home .bg-green-ddhub .custom-logo {
	max-width: 150px !important;
}
.bg-green-ddhub .menu-item a {
	/*color: rgb(16, 24, 32) !important;*/
	padding: 15px 30px;
	margin: 0 15px;
	text-transform: none;
}
.bg-green-ddhub .menu-item:hover a {
	text-decoration: none;
}
.bg-green-ddhub .menu-item.current-menu-item a {
	background-color: #C2D500;
}
.bg-green-ddhub .menu-item a:hover {
	text-decoration: underline !important;
}
.bg-green-ddhub .menu-item.current-menu-item a:hover {
	color: #000 !important;
}
div.asl_m {
	z-index: 0;
}
.post ol li {
	list-style: decimal;
}
.post ul li {
	list-style: disc;
}
.splide__pagination__page.is-active {
	background: #333 !important;
}
#splide-org-list {
    height: 300px !important;
}
@media (max-width: 768px) {
	.post ol, .post ul {
		margin-left: 0;
	}
}
/*Ajustes Tomas*/
@media (width < 1200px) {
    .navbar-brand-container {
        .logo-nav-mobile {
            display: block !important;
        }
    }
}
/* ajuste para proyectos estrategicos */
.page-template-pestrategicos-page.page-template-pestrategicos-page-php #splide-proyectos li {
	width: 25% !important;
}