/*!
Theme Name: crite
Theme URI:
Author: A
Author URI:
Description: Version en pruebas
Version: 0.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crite
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.

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




/*Utilidades*/
.rojo-oficial{
	background-color:#8c181b !important;
}
.azul-opinion{
	background-color:#517b8c;
}
.gris-separador{
	background-color:#cacbcb;
}
.menu-color{
	background-color:#ede2d5
}

.color-fondo{
	background-color: #333232;
}

.txt-footer{
	color:#cacbcb !important;
	font-family: 'Jost', sans-serif !important;
	font-size: 14px !important;
}

.txt-sobre-rojo{
	color:#ede2d5 !important;
}

.txt-rojo-oficial{
	color:#8c181b;
}
.txt-gris{
	color:#636363;
}
.txt-azul{
	color:#517b8c !important;
}
.txt-base   {
	color:#333232;
}


#colophon h3, #colophon p{
	color:#cacbcb !important;
	font-size:14px;
	font-family: 'Jost', sans-serif !important;

}


.font-jost{
	font-family: 'Jost', sans-serif;
}
.font-libre-franklin{
	font-family: "Libre Franklin", sans-serif;
}
.font-passion{
	font-family: 'Passion One', cursive;
}
.font-caudex{
	font-family: 'Caudex', serif;
}
.font-poppins {
	font-family:'Poppins', sans-serif;
}

.bold{
	font-weight: 700;
}
.semi-bold{
	font-weight: 600;
}
.light{
	font-weight: 300;
}

p{
	color:#333232;
}
a{
	color:#8c181b;
}
h2, h3{
	color:#517b8c !important;
}

ol.comment-list{
	margin-left:0;
	padding-left:0;
}
ol.children{
	margin-left: 0;
}
.margin-left-15{
	margin-left:15px;
}

article.comment-body,
.comment-content{
	padding-top:10px;
	padding-bottom:10px;
}
.comment-content{
	border-bottom:1px solid #cacbcb;
}
.reply{
	padding: 20px 0 !important;
}

.comment-reply-link{
	background-color:#8c181b !important;
	color:#ede2d5;
	padding: 15px 35px !important;
	text-transform: uppercase;
	font-size: 22px;
	border: none !important;
	font-family: 'Jost', sans-serif;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.comment-reply-link:hover{
	opacity:70%;
	color:#ede2d5;
	text-decoration: none;
}


/*Ids*/
#header .container-lg .row{
	height:80px
}
#header.jumbotron{
	padding-top:0 !important;
	padding-bottom:0;
	margin-bottom: 0;
}

#menu{
	margin-bottom:36px;
}
#menu.menu-sin-margin{
	margin-bottom:0;
}

#menu .container-lg .row{
	height:50px
}
/* @todo hacer que el menu del header no tenga overflow para tablets*/

#menu-content{
	font-weight: 800;
	color:#8c181b;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
}
#menu-content span{
	margin-right:32px;
}
/*
#menu-content span:hover{
    text-decoration:underline;
    text-underline:#8c181b;
}*/
#menu-content span:hover, ul.menu a:hover{
	border-bottom: 3px solid #333232;
	color:#333232
}
ul.menu a:hover{
	text-decoration: none;
}



ul.menu li.dropdown-item a:hover{
	border-bottom: 1px solid #ede2d5;
	color:#ede2d5;
}


ul.menu a.dropdown-toggle:hover{
	border:none
}

#menu-content span:last-child,
ul.menu li:last-child
{
	margin-right:0;
	padding-right: 0;
}
#buscador{
	text-align:right
}

.btn-outline-success{
	border-color:#fff !important;
}

.btn-outline-success:active, .btn-outline-success:hover{
	background-color: #fff !important;
	color: #8c181b !important;
	border-color: transparent !important;
}


/*Cabecera noticias*/
#cabecera{
	margin-bottom:50px;
}
#cabecera .encabezado_noticias.lateral,
#cabecera .encabezado_noticias.lateral a{
	font-size:16px;
	margin-bottom:5px;
}
#cabecera .fecha_noticias, #cabecera .categoria_noticias{
	font-size:11px;
}

#bloque_central .cuerpo_noticias{
	font-size:18px;
	line-height: 24px;
}
#bloque_central .autor_noticias{
	font-size:12px;
	margin-top:5px;
	margin-bottom:15px;
}
#bloque_central .encabezado_noticias,
#bloque_central .encabezado_noticias a{
	font-size:36px;
	line-height: 40px;
}
#bloque_central .block_news{
	margin-left:0;
	margin-right:0;
}

/*Especial*/
#especial{
	position: relative;
	/*height: 100vh;*/
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;

}
#especial:hover{
	text-decoration: none;
}

#especial:hover h3.txt-sobre-rojo, #especial:hover p.categoria {
	color:#fff !important;

}
#especial:hover::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(220, 165, 186, 0.63);
}

#especial .special-content:hover, #especial .subtitulo_especial:hover{
	color:#fff !important;
}
#especial .categoria{
	text-transform: uppercase;
}
#especial p{
	color:#fff;
}
.titulo_especial{
	font-size:100px;
	line-height: 73px;
	margin-bottom:0;
	margin-top:50px;
}
.subtitulo_especial{
	font-size:42px;
	line-height: 43px;
	margin-bottom: 28px;
}
.special-content{
	background-color:#8c181b;
	min-height:475px;
	padding: 24px 40px
}
.intro_especial{
	font-size: 14px;
	margin-bottom: 30px;
}
.intro_noticias{
	font-size: 18px;
}



#news_block1{
	margin-top:40px;
	margin-bottom:50px;
}
.segundo_bloque_news{
	margin-top:30px
}

#news_block1 .block_news{
	margin-bottom:30px;
	min-height:470px;
}


.block_news{
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 15px;
}
.skyscraper{
	min-height: 800px;
}
.encabezado-publi-noticia{
	font-size: 11px;
	font-family: "Libre Franklin", sans-serif;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	line-height: 3.273;
	text-align: center;
	margin-bottom:0;
	padding-top: 7px;
	padding-bottom: 7px;
}

.block_publicidad{
	padding-right: 0;
	padding-left: 0;
	border-top: 1px solid #ede2d5;
}


.publicidad-after-news{
	margin-top:15px
}
.block_news.separator, .body_news.separator, .separator{
	border-bottom: 1px solid #ede2d5;
}


.row.display-flex {
	/*
    display: flex;
    flex-wrap: wrap;
     */
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}


.cuerpo_noticias{
	font-size: 16px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
	line-height: 1.3;

}

hr.solid{
	border-top: 1px solid #ede2d5; /* This creates the border. Replace black with whatever color you want. */
	margin-top: 20px;
	margin-bottom:20px;
}




.categoria_noticias, .autor_noticias,
.categoria_noticias a
{
	font-size: 11px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 300;
	color: rgb(51, 50, 50);
	text-transform: uppercase;
	line-height: 1.818;
	margin-bottom: 0;
}
.categoria_noticias{
	margin-top: 10px;

}


.encabezado_noticias, .encabezado_noticias a{
	font-size: 21px;
	font-family: 'Jost', sans-serif;
	line-height: 1.2;
	margin-bottom:0;
	color:#333232;
}
.encabezado_noticias:hover, .encabezado_noticias a:hover{
	color:#517b8c;
	text-decoration: none;
}
.encabezado_noticias a{
	color:#333232;
}

.intro_noticias{

}

/* Bloque Siguenos */

#follow_us{
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:50px;
}
#follow_us:hover .txt-sobre-rojo{
	color:#fff !important;
}

#follow_us h2{
	font-size: 42px
}
.no-padding{
	padding-right: 0;
	padding-left: 0;
}

.social_networks > img{
	margin-right:32px;
}
.social_networks > img:last-child{
	margin-right:0;
}
#follow_us span{
	font-size: 20px;
	line-height: 28px;
}


/* News Block 2*/
.news_block2{
	padding-bottom:70px;
}
.news_block2 .categoria_noticias{
	margin-top:0;
}

.news_block2 .encabezado_noticias{
	font-size:16px;
}
.news_laterial_block .body_news:hover .encabezado_noticias{
	color:#fff;
}


.news_block2 .fecha_noticias{
	font-size:11px;
	margin-top: 5px;
}
.news_block2 .block_publicidad, .news_block2 .block_news{
	min-height: auto;
}
.news_block2 .block_news{
	margin-bottom:15px;
	min-height: 137px;
}
.news_block2 .block_news:hover{
	color:#517b8c;
}

.news_block2 .block_news img.noti-corto{
	margin-left:15px;
}
.news_block2 .col-8 .body_news{

}

.news_block2 .publicidad-after-news{
	margin-top:15px;
}

.news_laterial_block .block_news{
	margin-left: 0;
	margin-bottom: 0;
	min-height: auto;
}

.news_laterial_block hr.solid{
	margin-bottom:0
}
.news_laterial_block  .block_news:last-child hr.solid{
	padding-bottom:20px
}

/*Opinion*/


#opinion_home{
    margin-bottom:50px;
}

#opinion_home p{
	color: #ede2d5;
}
#opinion_home .block_columnista:hover p{
	color:#fff;
}
#opinion_home .encabezado_noticias{
	font-size:16px;
}

#opinion_home hr.solid{
	padding-top:40px;
	border-bottom: 1px solid black;
}
#opinion_content hr.solid{
	border-top:1px solid black;
}


.foto_columnista_p{
	margin-right:50px;
	height: 78px;
	margin-top:15px;
}

#opinion_home .titulo, #elmiron_home .titulo, .titulo_contenido{
	padding-top:37px;
	padding-bottom:20px;
}
#opinion_home  h3 , #elmiron_home  h3, .titulo_contenido h3{
	font-size:40px;
	text-transform: uppercase;
	text-align: center;
}
.listado_opinadores{
	padding-bottom:65px;
}


/*News block 3*/
#news_block3{
	padding-top: 55px;
	padding-bottom:50px;
}
#news_block3 img.noti-corto{
	padding-right:30px;
}
#news_block3 .encabezado_noticias{
	font-size:20px;
	line-height:24px;
}
#news_block3 .block_news{
	margin-top:20px;
	margin-bottom:20px;
	margin-right:30px;
}
#news_block3 .body_news{
	padding-bottom:20px;
	padding-right:20px;

}

.miron_content{
	text-align: center;
}
.titulo_noticia_miron{
	font-size:1.5rem;
	padding-top: 25px;
	margin-bottom: 0;
	font-weight: 700;
}
.titulo_noticia_miron:hover{
	color:#517b8c;
}
.texto_miron{
	font-size:1rem;
	line-height: 22px;
}
.btn-miron{
	padding:20px 35px !important;
	text-transform: uppercase;
	font-size:22px;
	border: none !important;
}
.btn-miron a{
	color:#fff;
}

.btn-ver-mas{
	padding:20px 35px;
	text-transform: uppercase;
	font-size:22px;
	border: none;
}
.btn-columnistas{
	background-color: #ffffff;
}

.btn-miron:hover{
	opacity: 70%;
	background-color: #8c181b;

}

.col-btn-miron{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}



/* Utilidad imagenes*/
/* Position child elements relative to this element */
.aspect-ratio-box {
	position: relative;
}

/* Create a pseudo element that uses padding-bottom to take up space */
.aspect-ratio-box.ratio16-9::after {
	display: block;
	content: '';
	/* 16:9 aspect ratio */
	padding-bottom: 56.25%;
}
.aspect-ratio-box.ratio3-2::after {
	display: block;
	content: '';
	/* 16:9 aspect ratio */
	padding-bottom: 66%;
}
.aspect-ratio-box.ratio1-1::after {
	display: block;
	content: '';
	/* 16:9 aspect ratio */
	padding-bottom: 100%;
}


/* Image is positioned absolutely relative to the parent element */
.aspect-ratio-box img {
	/* Image should match parent box size */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.aspect-cover img{
	object-fit: cover;
}

#noticias_principales .block_news {
	margin-right: 0;
	margin-left:0;
	padding-right: 15px;
	padding-left: 15px;
	border: none;

}



#noticias_principales .encabezado_noticias,
#noticias_principales .encabezado_noticias a
{
	padding-top:35px;
	font-size:36px;
	line-height: 40px;
}


#noticias_principales .autor_noticias{
	margin-top:5px;
	margin-bottom:10px;
	font-size:12px;
}
#noticias_principales .cuerpo_noticias{
	font-size:18px;
	line-height: 24px;
}
#noticias_principales h1{
	text-align:center;
	font-size:40px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom:2.5rem
}



/*Noticia*/
.noticia_content #featured_image .texto_imagen,
.content-image .texto_imagen,
.wp-caption-text{
	font-size:14px;
	line-height: 20px;
	margin-top:5px;
	padding-bottom:15px;
}
.noticia_content a{
	color:#8c181b;
}

.noticia_content .categoria_noticias,
.noticia_content .categoria_noticias a{
	font-size:14px;
}
.noticia_content .encabezado_noticias{
	font-size: 44px;
	line-height: 54px;
}
.noticia_content .autor_noticias{
	padding-bottom:10px;
	padding-top:5px;
}
.noticia_content .subtitulo{
	font-size: 18px;
	line-height: 16px;
	font-style:italic;
	margin-bottom:35px;
}
.noticia_content .encabezado{
	text-align: center;
}
.noticia_content h2,
.comments-area h2
{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin-bottom:30px;
	margin-top:30px
}

.comments-area h3
{
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 28px;
	margin-bottom:30px;
	margin-top:30px
}

.compartir-articulo{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 56px;
	margin-top:15px
}
.cuerpo_entradilla{
	font-size: 18px;
	line-height: 28px;
}
.lugar_redaccion{
	font-size: 16px;
	line-height: 28px;
}
.tambien_lea{
	font-size: 20px;
	line-height: 28px;
	padding-top:25px;
	padding-bottom: 25px;
}

.block_cuerpo_noticia p{
	text-indent: 50px;
	margin-bottom:0
}
.block_cuerpo_noticia p:first-of-type{
	text-indent: 0;
}
.cuerpo_noticia{
	font-size: 18px;
	line-height: 28px;
}
.texto_destacado {
	font-size: 18px;
	line-height: 28px;
	margin-left:25px;
	border-left: 2px solid #8c181b;
	padding-left: 20px;
	margin-top:30px;
	margin-bottom: 30px;
}
.resumen_noticia{
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	margin-top:60px;
}

/*opinion*/

#opinion_content{
}
#opinion_content .block_columnista{
	margin-bottom:60px;

}

.columnista-name{
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	font-weight: 700;

}
.columnista-name.categoria_noticias a{
	font-weight: 700;
}



.columnista-bio{
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#opinion_header{
	margin-top:-36px;
}
#opinion_header .block_columnista{
	margin-bottom:40px;
}
#opinion_posts{
	/*padding-top:45px;*/
}
.encabezado_opinion{
	font-size:22px;
	line-height: 26px;
	margin-bottom:0;
}
.encabezado_opinion:hover{
	color:#517b8c;
}
.fecha_opinion{
	margin-bottom:7px;
}
.cuerpo_opinion{
	font-size:16px;
	line-height: 22px;
}
#opinion_posts .block_news  {
	padding-top:50px;
	padding-bottom:50px;
}



/*Noticia Multimedia*/
.img-noticia-multimedia{
	margin-top:-36px;
	position:relative;
}

.container-titulo{
	position:absolute;
}

.titulo_noticia_multimedia .encabezado_noticias{
	background-color: #ede2d5;
	margin-bottom: 20px;
	padding:10px;

}
.titulo_noticia_multimedia .categoria_noticias{

	padding-top: 20px;
}
.titulo_noticia_multimedia .categoria_noticias{
	padding-bottom: 10px;
}

.titulo_noticia_multimedia .publicidad_lateral{
	padding-top:50px
}

.holder-movil{
	display: none;
}

.separator-gray,
.comment{
	border-bottom: 1px solid #cacbcb;
	padding-bottom:20px;
	padding-top:20px;
}
.comment{
	padding-bottom:30px !important;
}

.separator-top-gray{
	border-top: 1px solid #cacbcb;
	margin-top: 20px;
}

ol.children li.comment:last-child{
	border:none;
}
ol.comment-list{
	list-style-type: none;
}

.nav-item .nav-link {
	 padding: 0;
}

@media (min-width: 1200px) {

	.separator_lg{
		border-bottom: 1px solid #ede2d5;
	}
}

@media (max-width: 1199.98px) {


}

@media (min-width: 992px){
	.w-50-lg{
		width:50% !important;
	}

	#opinion_home .block_columnista{
		padding-top:40px;
		padding-bottom: 40px;
		padding-left: 0;
		padding-right: 0;
		margin-left: 15px;
		margin-right: 15px;
		border-bottom: 1px solid #333232;

	}
	#opinion_home .body_columnista{
		padding-left:20px;
	}


}


@media (min-width: 768px) and (max-width: 1199.98px) {
	.social_networks > img {
		margin-right: 20px;
	}

	#opinion_home .block_columnista {
		padding-top: 40px;
	}

	.separator-md-ede {
		border-bottom: 1px solid #ede2d5;

	}
	#menu-content{
		text-align:center;
	}

}

@media (min-width: 768px){
	.separator-lg-gray{
		border-bottom: 1px solid #cacbcb;

	}
}


@media (max-width: 992px){
	.w-50-md{
		width:50% !important;
	}
	.separator-md-gray{
		border-bottom: 1px solid #cacbcb;

	}
	.separator-lg-black{
		border-bottom: 1px solid #333232;
	}


}

@media (min-width: 768px){

}

@media (max-width: 575.98px){

	ul.menu li.menu-item{
		display:block;
		padding-right: 0;
	}

	.w-50-sm{
		width:50% !important;
	}

	#menu{
		display: none;
	}

	#bloque_central .categoria_noticias,
	#bloque_central .encabezado_noticias ,
	#bloque_central .autor_noticias,
	#bloque_central .cuerpo_noticias{
		text-align: center;
	}

	#lateral_cabecera_der .categoria_noticias{
		font-size:12px;
	}

	#lateral_cabecera_der .encabezado_noticias.lateral{
		font-size: 26px;
		font-family: "Jost SemiBold";


	}
	#lateral_cabecera_der .fecha_noticias{
		text-transform: uppercase;
		font-size:12px;
		letter-spacing: 3px;
	}

	.holder-md{
		display:none
	}
	.separator-sm{
		border-bottom: 1px solid #ede2d5;
	}
	.separator-sm-gray{
		border-bottom: 1px solid #cacbcb;
		margin-bottom:20px;
	}
	.separator-sm-black{
		border-bottom: 1px solid #333232;
	}



	#especial .container-lg{
		width:80vw;
	}
	#especial .titulo_especial{
		font-size: 64px;
		line-height: 60px;
		margin-bottom: 0;
		margin-top: 10px;
	}
	#especial .subtitulo_especial {
		font-size: 25px;
		line-height: 29px;
		margin-bottom: 28px;
	}
	.intro_especial{
		text-transform: uppercase;
	}
	.special-content{
		padding: 24px 20px;
		opacity: 0.85;
	}
	.intro_noticias{
		font-size:14px;
	}

	#news_block1 .block_news{
		min-height: 137px;

	}

	.categoria-container .block_news{
		padding-left: 15px;
		padding-right: 15px;
		margin-right:0px;
		margin-left:0px;
	}


	.news_block2{
		padding-top:25px;
		padding-bottom:25px;
	}
	.news_block2 .publicidad-after-news{
		margin-top:0
	}
	.news_block2 .block_news:last-of-type{
		margin-bottom:0;
	}


	.social_networks > img{
		margin-right:1em;
	}
	.content-follow-us{

		margin-bottom: 15px;
	}

	#follow_us{
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
		margin-bottom:0;
	}
	#follow_us span {
		font-size: 15px;
		line-height: 20px;
	}
	#follow_us h2 {
		font-size: 35px;
	}
	.foto_columnista {
		height: 100px;
		width:	100px;
		margin-top:15px;

	}
	.block_columnista .foto_columnista {
		margin-bottom: 15px
	}

	.body_columnista .encabezado_noticias{
		margin: 0 10px;
		font-weight: 700;
		font-size: 17px;
	}

	.body_columnista  .categoria_noticias{
		font-size:12px;
	}
	.btn-ver-mas{
		font-weight: 700;
	}
	.listado_opinadores{
		padding-bottom:0px;
	}

	/*Noticia*/
	.noticia_content .encabezado_noticias {
		font-size: 31px;
		line-height: 35px;
	}
	.noticia_content .subtitulo {
		font-size: 17px;
		line-height: 20px;
	}



	.noticia_content .subtitulo ,
	.content-image .texto_imagen,
	.noticia_content #featured_image .texto_imagen,
	.wp-caption-text
	{
		font-weight: 700;
	}
	.tambien_lea {
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: 700;
	}
	.lugar_redaccion{
		font-weight: 700;
	}
	.cuerpo_noticia{
		font-size:17px
	}
	.noticia_content h2 {
		font-size: 20px;
		line-height: 29px;
	}
	.resumen_noticia {
		font-size: 19px;
		line-height: 27px;
		margin-left: 75px;
		padding-bottom: 20px;
	}
	.publicidad_lateral .resumen_noticia{
		margin-left:0;
		margin-top:20px;
	}


	.publicidad-cabecera{
		max-height:90px;
	}

	#header .container-lg .row{
		height:60px
	}

	#opinion_posts .block_news{

		margin-left:0;
		margin-right:0;
		padding:0 15px 0 15px;
	}
	#opinion_posts .block_news:first-child{
		padding-top:20px;
	}

	.cuerpo_opinion{
		margin-bottom:20px;
	}
	.columnista-name{
		padding: 0 15px 20px;
		font-size: 17px;
		font-weight: 700;
		letter-spacing:1px;
	}
	.columnista-bio{
		padding: 0 15px;
		text-align: center;
	}

	#opinion_header .block_columnista{
		margin-bottom: 20px;
	}

	#opinion_header .titulo_contenido{
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.float-left-sm{
		float:left;
	}

	.block_columnista_sm{
		padding-top:15px
	}

	.block_columnista_sm .foto_columnista_p {
		margin-right: 0px;
		height: 78px;
		margin-top: 0px;
	}
	.block_columnista_sm .columnista-name{
		padding: 0;
		word-spacing: 999px;
		line-height: 20px;
		margin-top:0px;

	}
	.block_columnista_sm .body_news{
		width:50%;
		padding-left: 15px;
	}


	#noticias_principales h1 {
		text-align: center;
		font-size: 35px;
		line-height: 40px;
		text-transform: uppercase;
		margin-bottom: 2.5rem;
		margin-top: 2.5rem;
		font-weight: 600;
	}

	#noticias_principales .encabezado_noticias {
		padding-top: 35px;
		font-size: 27px;
		line-height: 32px;
		font-weight: 600;
	}

	.news_laterial_block .txt-sobre-rojo{
		color:#333232 !important;
		margin-top:10px;
	}

	.news_laterial_block{
		margin-top:15px;
	}


	.menu-dropdown span:hover {
		border-bottom: 3px solid #fff;
		color: #fff;
	}

	hr.solid-sm{
		border-bottom: 1px solid #ede2d5;
		width: 100%;
	}






	.menu-dropdown a, .menu-dropdown a:hover{
		color:#ede2d5;
	}
	.submenu-dropdown a{
		color:#636363;
	}

	.form-control{
		border-radius: 0;
		border: none;
	}
	.btn-outline-success{
		border-color:#ede2d5;
	}

	.menu-dropdown , .submenu-dropdown .dropdown-item{
		color:#8c181b !important;
	}

	.flex-adjust{
		width:100%
	}

	.submenu-dropdown li a{
		color:#ede2d5;
	}

	.submenu-dropdown li.dropdown-item a{
		color:#8c181b;
		font-size:12px;
	}
	.dropdown-menu{
		left:22px;
	}

	.aspect-100{
		height:100vh;
	}
	.multimedia-post img{
		height:100vh;
		object-fit: cover;
		object-position: center;
	}

	#cabecera .encabezado_noticias.lateral a{
		font-size: 1.7rem;
	}

	.news_block2 .encabezado_noticias,
	.encabezado_noticias, .encabezado_noticias a {
		font-size: 1.2rem;
	}
}



.multi-fix-title{

}

.menu-dropdown ,
.submenu-dropdown .dropdown-item,
.submenu-dropdown li
{
	font-weight: 800;
	color:#ede2d5;
	text-transform: uppercase;
	font-size: 15px;
	text-align: left;
	line-height: 40px;

}
.submenu-dropdown li {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size:12px
}

.submenu-dropdown li a:hover{
	color:#ede2d5;
	border-bottom:1px solid #ede2d5 !important ;
}
button.no-outline:focus{
	outline:none;
}
.navbar-toggler>.close {
	display:inline;
	font-size: 28px;
	text-shadow: none;
	color: #fff;
	font-weight: 100;
	transform: scale(2, 1.5);
	padding-left: 0.45rem;

}


#menuPrincipalDropdown{
	background-color: inherit;
	border:none;
	padding: .25rem .75rem;
}

#menuPrincipalDropdown.dropdown-toggle::after{
	content:none;

}

.navbar-toggler.collapsed>.close,
.dropdown-toggle .close,
.navbar-toggler:not(.collapsed)>.navbar-ham {
	display:none;
}

hr{
	background-color: inherit;
}

.fondo-noticia-lateral a{
	color:#ede2d5 !important;
	/*flex-basis: 0;*/
}

ul.menu , ul.nav{
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0;
	list-style: none;
	margin: 0;
}

ul.menu li {
	display: inline-block;
	margin-right: 2rem;
}


@media (min-width: 575.98px) {

	.aspect-ratio-box-sm{
		position: relative;
	}

	.aspect-ratio-box-sm img {
		/* Image should match parent box size */
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.aspect-ratio-box-sm.ratio3-2-sm::after {
		display: block;
		content: '';
		/* 16:9 aspect ratio */
		padding-bottom: 66%;
	}


	.submenu-dropdown li a{
		color:#ede2d5;
	}

	.dropdown-item a{
		color:#ede2d5;
	}

	ul.menu li.dropdown:hover{
		border-bottom: 3px solid #333232;
	}
	ul.menu li.dropdown{
		border-bottom: 3px solid transparent;
	}

	.publicidad-cabecera{
		height:120px;
	}

	.menu-dropdown, .submenu-dropdown .dropdown-item {
		font-size: 12px;
	}

	.dropdown-menu{
		left:15px;
		background-color: #8c181b;
	}

	.dropdown-item:active{
		background-color: #ede2d5;
		color:#8c181b;
	}
	.dropdown-item:hover{
		background-color: inherit;
	}
	.dropdown-item span:hover {
		border-bottom: 1px solid #fff;
		color: #fff;
	}

	.borde-lateral-izq {
		border-left: 1px solid #ede2d5;
	}

	.borde-lateral-der {
		border-right: 1px solid #ede2d5;
	}

	#opinion_home .foto_columnista{
		margin-right: 0;
	}

	.foto_columnista {
		margin-right:50px;
		height: 160px;
		margin-bottom: 40px;
	}

	.separator_md{
		border-bottom: 1px solid #ede2d5;
	}



	.flex-adjust{
		flex-basis: 0;
		flex-grow: 1;
	}

	#noticias_principales .block_news:first-child{
		border-right:1px solid #ede2d5;
	}

	.fondo-noticia-lateral{
		background-color:#333232;
	}
	.fondo-noticia-lateral p{
		color:#ede2d5;
	}

	.news_laterial_block .body_news{
		padding: 25px 25px 0 25px;
	}


	.clipped-border {

		background:
				linear-gradient(to bottom,
				#cacbcb 1px,
				transparent 1px,
				transparent calc(100% - 1px),
				#cacbcb calc(100% - 1px)
				);
		background-size: 90% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}


	.posts-navigation .nav-previous,
	.posts-navigation .nav-next{
		background-color: #8c181b;
		flex: 0 0 25%;
		max-width: 25%;
		padding: 20px 35px;
		text-transform: uppercase;
		font-size: 15px;
		border: none;
		color: #fff;
		font-family: 'Jost', sans-serif;
		padding: 20px 0;
		text-align:center;
		border-radius: .25rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	}
	.posts-navigation .nav-previous:hover,
	.posts-navigation .nav-next:hover {
		opacity: 70%;
		background-color: #8c181b;
	}

	.multimedia-fix{
		margin-top:-36px;
	}

	.image-caption{
		font-size:14px;
		font-weight: 700;
	}

	.content-text p:nth-child(1){
		text-indent:0px;
	}
	.content-text p{
		text-indent:30px;
	}

	.line-1-2{
		line-height: 1.2;
	}
}


.posts-navigation .nav-previous a,
.posts-navigation .nav-next a{
	color: #fff;
}

.nav-links {
	display: flex;
	justify-content: space-between !important;
}

