<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

*/

:root {
  --text-sm: 0.8rem;
  --text-m: 1rem;
  --text-l: 1.85rem;
  --text-xl: 2.5rem;
  --text-xxl: 3.27rem;
}

h2 {
	font-size: var(--text-xl)!important;
}
h3 {
	font-size: var(--text-l)!important;
}

p {
	font-size: var(--text-m)!important;
}

.sbi_follow_btn a {
	font-size: var(--text-m)!important;
}

#sb_instagram .sbi_follow_btn a {
	background-color: #015aa4!important;
}

.wp-block-social-links a {
	font-size: var(--text-l)!important;
}
 
.entradas-recientes a {
	font-size: var(--text-m)!important;
}

.entrada-titulo {
	font-size: var(--text-m)!important;
}

.is-style-pill {
	font-size: var(--text-sm)!important;
}

.is-style-pill a {
	border-radius: 5px!important;
}

.sbi_header_img {
	width: 43px!important;
	height: 43px!important;
}

:root :where(.wp-block-site-tagline) {
	color: var(--wp--preset--color--black)!important;
}

.foot p {
	font-size: var(--text-sm)!important;
}

footer {
	background-color: #f4f5f4;
	margin-top: 0!important;
}

footer li {
	padding-bottom: 1rem;
}

.parent {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(10, 12rem);
	grid-gap: 0;
    margin: 0;
}

.div1,
.div2,
.div3,
.div4,
.div5 {
	background: no-repeat center/cover;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding: 1rem;
	box-sizing: border-box;
	align-items: normal;
}

.div1 {
	grid-area: 1 / 1 / 3 / 2;
}

.div2 {
	grid-area: 3 / 1 / 5 / 2;
}

.div3 {
	grid-area: 5 / 1 / 7 / 2;
}

.div4 {
	grid-area: 7 / 1 / 9 / 2;
}

.div5 {
	grid-area: 9 / 1 / 11 / 2;
}

.title {
	color: #FFF !important;
	font-weight: bold;
	font-size: var(--text-l) !important;
	text-shadow: 1px 1px 7px black;
	word-break: break-word;
    font-family: 'Roboto', sans-serif;
}

.text-container {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	padding: 4px;
}

.category-hero {
	border-radius: 5px;
	background-color: #015aa4;
	color: #FFF;
	text-transform: capitalize;
	font-size: var(--text-sm) !important;
	margin-bottom: .3rem;
	padding: .3rem .5rem;
	
}

.p-custom,
.overlay-button {
	display: none;
}

.foot {
	color: lightgray;
	font-size: var(--text-sm);
	display: flex;
	gap: .5rem;
}

.foot p {
	margin: 0;
	font-weight: 700;
	text-shadow: #000 1px 0 10px;
}

.post {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.overlay-link {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: baseline;
	color: transparent;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.side-content aside {
	padding: 0;
}

.entrada-content img {
	width: unset;
}
	
.yarpp a {
	height: auto!important;
	width: 100%!important;
}

.yarpp-thumbnails-horizontal {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	gap: 1rem;
}

/*.yarpp-thumbnails-horizontal*/
.yarpp-thumbnail-title {
	overflow: unset;
	display: contents;
}

.yarpp-thumbnail-title {
	font-weight: normal!important;
	text-decoration-line: underline!important;
	width: auto!important;
}

.yarpp-thumbnails-horizontal a span {
	width: 100%!important;
}

.yarpp-thumbnail {
	display: flex!important;
	align-items: center!important;
}

.mas-leidos .popular-posts-sr ul {
	padding: 0!important;
}

.torres-titulo {
	margin-bottom: 1.3rem!important;
}

[class^="denom-position-"] {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.sbi_feedtheme_header_text h3{
	font-size: var(--text-s)!important;
}

.sbi_new_logo {
	margin-top: -12px!important;
    margin-left: -12px!important;
	width: 1.5rem!important;
    height: 1.5rem!important;
}

.sbi_no_bio {
	gap: .5rem!important;
}

.sb_instagram_header {
	padding: 0!important;
}

@media (min-width: 740px) and (max-width: 1079px) {
	.parent {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
		min-height: 60vh;
	}

	.div1 {
		grid-area: 1 / 1 / 2 / 5;
	}

	.div2 {
		grid-area: 2 / 1 / 3 / 2;
	}

	.div3 {
		grid-area: 2 / 2 / 3 / 3;
	}

	.div4 {
		grid-area: 2 / 3 / 3 / 4;
	}

	.div5 {
		grid-area: 2 / 4 / 3 / 5;
	}

	.title {
		font-size: var(--text-l) !important;
	}

	.text-container {
		padding: 4px;
	}

	.category-hero {
		font-size: .7rem;
		border-radius: 5px;
		padding: .2rem .4rem;
	}

	.div2 h2,
	.div3 h2,
	.div4 h2,
	.div5 h2 {
		font-size: 0.9rem;
	}

	.p-custom {
		color: #FFF !important;
		font-weight: 500;
		line-height: 1.5em;
		width: 80%;
		text-overflow: ellipsis;
		word-wrap: break-word;
		z-index: 1;
		text-shadow: #000 1px 0 10px;
	}

	.foot {
		font-size: 0.7rem;
		display: flex;
		gap: .5rem;
	}

	.overlay-button {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 1rem;
		font-size: 1rem;
		background-color: transparent;
		color: white;
		border: 2px solid white;
		cursor: pointer;
		z-index: 1;
	}

	.post:hover .overlay-button {
		display: block;
	}

	.post:hover .overlay {
		opacity: 0.7;
	}

	.torres-paine-section {
		flex-direction: column;
	}

	.yarpp-thumbnail {
		display: flex!important;
		flex-direction: column!important;
		border: none!important;
	}

	.torres-row {
		display: flex!important;
		flex-direction: column;
		gap: 1rem;
		margin: 0!important;
	}

	.torres-row figure {
		aspect-ratio: 3/3!important;
	}
}

@media screen and (min-width: 1080px) {
	.parent {
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 0.1fr 1fr 1fr 1fr;
		min-height: 80vh;
	}

	.category-hero {
		margin-bottom: .5rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.p-custom {
		color: #FFF !important;
		font-weight: 500;
		line-height: 1.5em;
		width: 80%;
		text-overflow: ellipsis;
		word-wrap: break-word;
		z-index: 1;
		text-shadow: 1px 1px 7px black;
	}

	.force-two-lines {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.title {
		font-size: var(--text-l) !important;;
		margin: 0;
		padding: 1rem 0;
	}

	.text-container {
		padding: 5px;
	}

	.div1 {
		grid-area: 1 / 1 / 3 / 3;
	}

	.div2 {
		grid-area: 1 / 3 / 2 / 4;
	}

	.div3 {
		grid-area: 1 / 4 / 2 / 5;
	}

	.div4 {
		grid-area: 2 / 3 / 3 / 4;
	}

	.div5 {
		grid-area: 2 / 4 / 3 / 5;
	}

	.overlay-button {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 1rem 2rem;
		font-size: 1rem;
		background-color: transparent;
		color: white;
		border: 2px solid white;
		cursor: pointer;
		z-index: 1;
	}

	.post:hover .overlay-button {
		display: block;
	}

	.post:hover .overlay {
		opacity: 0.7;
	}

	.is-style-default {
		background-image: url('https://denomades.s3.us-west-2.amazonaws.com/blog/wp-content/uploads/2024/04/09190247/d.png');
	}


 	.col-entrada {
  		padding: 0;
	}
	
	/*CONTAINER
	*/
	.custom-post-content {
        display: flex;
        max-width: 100%;
        width: 100%;
        
	}

	.side-content {
		 margin-right: 10rem!important;
		 padding: 0;
		 
	}
	
	/*CONTENT
	*/
	.content-custom { 
        flex: 4;
        margin-right: 2rem !important;
	}
	
	/*POST
	*/
	.entrada-content {
		padding-right: 0!important;
		padding-left: 10rem!important;
	}
	.entrada-content figure {
		max-width: 100%!important;
		margin: 0!important;
	}

	.entrada-content &gt; div {
		margin: 0!important;
		padding: 0!important;
	}

	.entrada-content p:has(img) {
        display: flex;
        flex-direction: column;
    }


	.entrada-content iframe {
		width: 100%;
	}

	.yarpp h3 {
		margin-top: 2rem!important;
		margin-bottom: 2rem!important;
	}
	
	.yarpp-thumbnails-horizontal {
    	display: flex;
		flex-direction: row;
    	justify-content: left;
		flex-wrap: wrap;
	}

	.yarpp img {
		width: -webkit-fill-available;
		height: 120px;
	}
	
	.yarpp a {
		height: auto!important;
		width: 160px!important;
		
		display: inline-block;
		overflow: hidden; 
	}

	.yarpp a img {
    	transition: transform 0.3s ease-in-out; /* AÃ±ade una transiciÃ³n suave */
    	display: block; /* Asegura que las imÃ¡genes se comporten correctamente */
	}

	.yarpp a:hover img {
    	transform: scale(1.05); /* Hace zoom a la imagen */
	}

	.yarpp a span:hover {
    	text-decoration: none!important; /* Elimina la decoraciÃ³n del texto en el hover */
	}

	.yarpp-thumbnail-title {
		overflow: unset;
		display: contents;
		margin-left: 5px;
		margin-right: 5px;
	}

	.yarpp a span {
		width: auto!important;
	}

	.yarpp-thumbnail {
		display: flex!important;
		flex-direction: column!important;
		border: none!important;
	}

	.yarpp img {
		width: 100%;
		height: 150px;
	}
	
	.side-content aside p {
		margin: 0!important;
		font-weight: bold;
	}

	.side-content aside {
		margin: 0!important;
	}

	a {
		cursor: pointer;
	}

	.wpp-ul-custom {
		display: grid!important;
		grid-template-columns: repeat(2, 1fr)!important;
		grid-template-rows: repeat(2, 1fr)!important;
		grid-column-gap: 2rem!important;
		grid-row-gap: 0px!important;
	}

	.mas-leidos-container {
		padding-right: 2rem!important;
	}

	.paginacion {
		padding-top: 2.5rem!important;
		padding-bottom: 3rem!important;
	}
	
	.torres-row {
		display: flex!important;
		flex-direction: column;
		gap: 1rem;
		margin: 0!important;
	}

	.torres-row figure {
		aspect-ratio: 3/3!important;
	}

	.categoria li figure {
		aspect-ratio: 3/3!important;
	}
}
</pre></body></html>