/*
Theme Name: confidencial
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: confidencial
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

confidencial is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13. 0 Resposive column
--------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,800,900);*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700italic,700,900,900italic');
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
  /*	margin: 1em 40px; */
}

hr.portada1-separador {
  clear: both;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	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 1em;
}

blockquote,
q {
    background: #f1ebeb;
    display: block;
    padding: 1em;
    border-left: #cf181f;
    border-left-style: solid;
    font-style: italic;
    margin-bottom: 1em;
    margin-left: 0;
}

blockquote p {
    margin-bottom: 0!important;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

li.last_k {
    margin-bottom: 1.5em!important;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

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

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* overlay */

#overlay-menu {
  width: 100px;
  height: 50px:
}
.overlayButton {
  /*background-color: #7a7a7a;*/
  text-indent: 0;
  /*border: 1px solid #000;*/
  color: #fff
  font-size: 15px;
  font-weight: bold;
}
.overlayButton:hover {
  /*background-color: #474747;*/
  cursor: pointer;
}
.overlayButton:active {
  position: relative;
  top; 1px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 90, 169, 0.9);
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
.overlay nav {
  text-align: center;
  position: relative;
  top: 20%;
  height: 60%;
  font-size: 80px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: inline-block;
  height: 20%;
}
.overlay ul li a {
  font-weight: 300;
  text-decoration: none;
  display: block;
  color: #1d1f20;
  margin-right: 40px;
  list-style: none;
}

.overlay-close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(/img/overlay-close.png) no-repeat;
	text-indent: -9999px;
	border: none;
	box-shadow: none;
	border-color: none;
	outline: none;
}

.overlay-close:hover,
.overlay-close:active {
	box-shadow: none!important;
	border-color: none!important;
}


.overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: 0s 1s;
  transition: opacity 1s, visibility 0s 1s;
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.overlay div#servicios-outer {
	background: none;
}

.overlay div#servicios-wrapper {
	width: 500px;
}

.overlay #mc_embed_signup {
	background: none;
}

.overlay #mc_embed_signup .button {
	background: #F89C1C url('/img/suscribirse.png') no-repeat 105px 12px !important;
	width: 160px!important;
}

.overlay .mc-field-group {
	width: 300px!important;
	margin: 0 auto;
}

p.overlay-logo {
	width: 111px;
	margin: 0 auto;
	margin-top: 100px;
}

p.overlay-title {
	font-family: CintaMedium-Italic;
	color: #f89c1c;
	font-size: 45px;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}

p.overlay-text {
	font-family: cintabook;
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 400px;
	font-size: 35px;
	margin: 0 auto;
}

.nav-down li.nl-barra.bsi-nl:before {
    font-family: dashicons;
    content: "\f484";
    font-size: 1.5em;
    color: #fff;
}

.estirpe-bktop {
  background-color:#DBD5B5;
  bottom:10px;
  color:#cf181f;
  display: none;
  padding: 12px 12px 8px 12px;
  position:fixed;
  right:30px;
  text-decoration:none;
  z-index:99999;
  border-radius: 50%;
}

a.estirpe-bktop:hover {
  background-color:#cf181f;
  color: #DBD5B5;
}

.read-index a {
	color: #404040;
}

.read-index a:hover {
	text-decoration: underline;
}

.keep-reading {
  font-family: 'Montserrat', serif;
  font-size: 1em;
  width: 90%;
  display: flex;
	font-weight: 600;
	align-items: center;
}

.keep-reading p a {
  text-decoration: none;
  color: #404040;
}

.keep-reading p a:hover {
  text-decoration: underline;
}

.row.keep-reading p span {
    vertical-align: middle;
}

.kr-left {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.kr-right p {
    margin-top: 0;
		margin-bottom: 0!important;
    line-height: 1.3em;
}

.kr-pre {
    display: none; /*ugly hack*/
}

.estirpe-wrap {
	  font-family: 'Montserrat', serif;
		/*font-size: 1.2em;*/
    font-weight: 500;
    letter-spacing: -1px;
	  display: flex;
		align-items: center;
		padding-top: 10px;
		background: #DBD5B5;
		/*background: #fff;*/
}

.estirpe-index-full .estirpe-index-title:nth-child(even) {
    background: #efefef;
    padding: 10px;
    border-top: #cfcfcf;
    border-top-style: solid;
    border-top-width: 1px;
}

.estirpe-index-full .estirpe-index-title:nth-child(odd) {
    background: #fff;
    padding: 10px;
    border-top: #cfcfcf;
    border-top-style: solid;
    border-top-width: 1px;
}

@media only screen and (max-width: 1080px) {
	.estirpe-wrap {
		  display: block;
	}
}


.img-index-estirpe img {
	min-width: 100%;
	max-height: 550px;
	width: auto;
	object-fit: cover;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

div#primary, .site-info{
	width: 1080px;
	margin: 0 auto;
}

a.term:hover {
    text-decoration: underline;
}
a.term {
    color: inherit;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

ins.adsbygoogle {
	background: transparent !important;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Blog column
--------------------------------------------------------------*/

h1.titulo-blog, h1.titulo-blogp  {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	letter-spacing: -1px;
}

h1.titulo-blogp {
   padding-top: 1em!important;
}

hr.blog {
	background-color: #000;
}

h2.title-post a {
	text-decoration: none;
	color: #404040!important;

	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
}

h2.title-post {
	margin-bottom: 0px!important;
	line-height: 1.2;
}

ul.blog {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.nblog {
	color: #3c7085;
	font-weight: 600;
}


/*--------------------------------------------------------------
 14.0 Confidencial TV
--------------------------------------------------------------*/

.fullvideo iframe {
	width: 720px!important;
	height: 434px!important;
}

.lateralvideo iframe {
	height: 140px!important;
}

.adv_conftv {
  margin-bottom: 25px;
  margin-top: 10px;
}

hr.video {
	background-color: #000;
	margin-bottom: 0px;
	margin-top: -15px;

}

.titlevideo a {
    color: inherit;
}


hr.ocio {
	background-color: #ccc;
	margin-bottom: 0px;

}

.confidencialtv {
	background: #e5e6ec;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #99a0b6;
}

a .fullvideo .titlevideo, .titlevideo, a.titlevideo  {

	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
	font-size: 17px;
	text-decoration:none !important;
	color: #404040;
}

a {
	text-decoration: none;
}

.fullvideo {
	color: #404040;
}

a:-webkit-any-link {
	text-decoration: none;
}


/*--------------------------------------------------------------
 14.1 Confidencial TV interna
--------------------------------------------------------------*/
p.videop {
	font-family: georgia;
	font-size: 14px;
}

hr.franja_roja {
	background-color: #cf181f;
	border: 0;
	height: 45px;
	margin-top: 38px;
	margin-left: 96px;
    width: 98.2%;
}

hr.franja_roja2 {
	background-color: #cf181f;
	border: 0;
	height: 45px;
	margin-top: 38px;
	margin-left: 27px;
    width: 98.2%;
}

.ctvadv {
margin-left: 25%;
margin-bottom: 24px;
}

.otherv {
clear: both;
}


.videotb:nth-child(4n+1) {
	clear: both;
}


.conf_tvtitle:nth-child(1n+1) {
	clear:both;
}

.bl_videotv:nth-child(1n+1) {
	clear:both;
}

.titlev:nth-child(1n+1) {
	clear:both;
}



/*--------------------------------------------------------------
 15.0 Categoria
--------------------------------------------------------------*/


.adv_cat {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
 15.0 Vida y ocio
--------------------------------------------------------------*/

h1.ad {

	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.col.span_1_of_4.secondary-vida-ocio-pub {
	    margin-top: -22%;
}

/*--------------------------------------------------------------
 16.0 Pagina interna
--------------------------------------------------------------*/
.cont_singlepage {
	clear: both;
}

.encabezado {
	width: 100%;
	/*background:#cf181f;*/
	height: 50px;
  /*background: -moz-linear-gradient(left, #cf181f 0%, #b21518 100%);
  background: -webkit-linear-gradient(left, #cf181f 0%,#b21518 100%);
  background: linear-gradient(to right, #cf181f 0%,#b21518 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf181f', endColorstr='#b21518',GradientType=1 );*/
}

span.c_tv {
  background: #fff;
  font-size: 45px;

	font-family: 'Montserrat', sans-serif;
  padding-right: 40px;
  padding-left: 5px;
  padding-top: 9px;
  margin-left: -4px;
}


.col.span_1_of_3.intumb img {
	object-fit: cover;
}

img.attachment-post-thumbnail.wp-post-image {
  min-width: 100%;
}

.share_this {
  margin-bottom: 12px;
}

li.notas_rel a {
	color: #000;

	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

li.notas_rel {
	list-style-type: none;
}

img.alignleft {
    margin-bottom: 1.5em;
}

li.notas_rel a {
    line-height: 1.2;
}

.neg_m {
    margin-bottom: 1em;
}

h2.nota_rel, h2.mas_en {

	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 22px;
	margin-bottom: 0.5em;
	font-weight: 500;
  letter-spacing: -1px;
}

h2.nota_rel {
	margin-top: 20px;
}

hr.singlepage {
	color: #333;
	margin-bottom: 6px;
	clear: both;
}

.fb-like.fb_iframe_widget {
  margin-top: 30px;
}

/*p.author:before {
	width: 11.433px;
	content: " ";
	background-image: url(../../img/user.png);
	position: absolute;
	height: 15px;
	margin-top: 8px;
	margin-left: -18px;
} */

ul.datosauthor {

	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin-bottom: 2px;
	color: #404040;
	list-style:none!important;
	margin-bottom: 20px!important;
}

ul.datosauthor a:hover {
   color:#000;
}

ul.datosauthor a {
	text-decoration: none;
}


ul.datosauthor.cuadro-right, ul.datosauthor.cuadro-center {
    width: 29%;
    margin-right: 1.9% !important;
    float: left;
}

/*p.date:before {
	width: 15px;
	content: " ";
	background-image: url(../../img/calendar.png);
	position: absolute;
	height: 15px;
	margin-top: 0px;
	margin-left: -18px;
} */

li.date {
	font-size: 13px;
}

p.singlepage_title {
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 2px;
	color: #000;
  line-height: 1;
	letter-spacing: -2px;
}

.adv_nrel {
	margin-bottom: 20px!important;
	margin-top: 20px!important;
}

.imgdes {
	background: #1a1a1a;
	color: #fff;
	height: 60px;
	margin-top: -1%;
}

.imgdes p {
	margin-left: 20px;
	padding-top: 12px;

	font-family: 'Montserrat', sans-serif;
}

p.sumario, p.resumen {
	font-size: 16px;

	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

p.resumen {
	  color: #777!important;
	  font-style: italic;
}

.fbcomp {
	background: url('/confidencial/wp-content/img/redes_soc.png') no-repeat 0 0;
	width: 20px;
	height: 35px;
}

.twcomp {
	background: url('/confidencial/wp-content/img/redes_soc.png') no-repeat -51px 0;
	width: 43px;
	height: 35px;
}

.emailc {
	background: url('/confidencial/wp-content/img/redes_soc.png') no-repeat -125px 0;
	width: 45px;
	height: 35px;
}

h2.nota_redesc, h2.comments-title {

	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin-bottom: 0px;
	color: #404040;
	font-weight: 500;
  letter-spacing: -1px;
}

.rel_int {
	clear: both;
}

/*--------------------------------------------------------------
Comentarios
--------------------------------------------------------------*/

ol {
  list-style: none;
  margin: 0;
}

.reply {
  margin-top: -25px;
  margin-bottom: 20px;
}

span.says {
  display: none;
}


/*--------------------------------------------------------------
17.0 Responsive Column
--------------------------------------------------------------*/


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF THREE   ============================================================================= */


.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 750px;
	margin-right: 15px !important;
    clear: both;
}


.span_adv_right {
	width: 237px;

}

.span_1_of_3 {
	width: 237.5px;
	/*margin-left: 20px;*/
	/*margin-right: 28.8px;*/
	margin-left: 0px;
	margin-right: 11.8px;
	float: right;

}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.span_1_of_3 {
		width: 100%;
	}
}



/*  GRID OF FOUR   ============================================================================= */


.span_4_of_4 {
	width: 100%;
}

.span_3_of_4 {
	width: 74.6%;
}

.span_2_of_4 {
	width: 49.2%;
}

.span_1_of_4 {
	width: 22.5%;
	margin: 1% 2% 1% 0;
	float: right;
}

/*  GRID OF confidencial tv   ============================================================================= */

.span_1_of_4_ctv {
	width: 22.5%;
	margin: 1% 2% 1% 0;
	float: left;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%;
	}
	.span_3_of_4 {
		width: 100%;
	}
	.span_2_of_4 {
		width: 100%;
	}
	.span_1_of_4 {
		width: 100%;
	}

	.span_1_of_4_ctv {
		width: 100%;
	}
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

.span_1_of_2_cat {
	width: 50%;
	padding-right: 26px;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%;
	}
	.span_2_of_2_cat {
		width: 100%;
	}
	.span_1_of_2 {
		width: 100%;
	}
}

/*  GRID OF THREE 03  ============================================================================= */


.span_3_of_03 {
	width: 100%;
}

.span_2_of_03 {
	width: 66.13%;
}

.span_1_of_03 {
	width: 32.26%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_03 {
		width: 100%;
	}
	.span_2_of_03 {
		width: 100%;
	}
	.span_1_of_03 {
		width: 100%;
	}
}

/*  GRID COLUMN 40-60  ============================================================================= */

.span_1_of_40 {
	width: 36%;
}

.span_1_of_60 {
	width: 58%;
}



/*--------------------------------------------------------------
 15.0 La guia
--------------------------------------------------------------*/

hr.guia {
	background-color: #000;
	max-width: 70%;
	margin-left: 0px;
	margin-bottom: 0px;
}

span.titulo-guia {
	text-transform: uppercase;

	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
}


p.ndia {
	font-size: 28px;
}

.evento {
	float: left;
	margin-bottom: 10px;
	width: 350px;
    margin-right: 24px;
}

.share_this.cuadro-event-right {
    width: 49%;
    float: right;
    text-align: right;
    margin-top: 5%;
}

.contevent {
	margin-left: 10px;
	padding-left: 150px !important;
    width: 100%;
    padding-right: 12px;
}

a.event {
    color: #404040;
}

.imgevent {
	float: left;
	max-width: 58%;
    margin-right: 10px;
}

p.diaevent {
	color: #cf181f;
	text-transform: uppercase;

	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
}

p.titevent {

	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
}



/*--------------------------------------------------------------
 15.0 La guia interna
--------------------------------------------------------------*/

ul.datosguia {
	font-size: 1em;
	margin-top: 1em!important;
}

ul.datosguia li {
	line-height: 1em;
}

ul.datosguia li:first-child:before {
	content: "\f230";
	font-family: dashicons;
	color: #CF181F;
	padding-right: 0.5em;
	vertical-align: bottom;
}

.col.span_1_of_3_event {
    max-width: 33%;
}

img.attachment-post-thumbnail.wp-post-image {
    min-width: 100%;
}

ul.otevent li img {
    height: 120px;
    object-fit: cover;
}

ul.otevent li {
    max-width: 90%;
    list-style: none;
}

ul.otevent {
    margin-left: 0px;
}

ul.otevent a:hover {
    text-decoration: underline;
}
ul.otevent a {
		font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: inherit;
}

ul.datosguia li:first-child {
	text-transform: uppercase;
}

ul.datosguia li:nth-child(2):before {
	content: "\f469";
	font-family: dashicons;
	color: #CF181F;
	padding-right: 0.5em;
	vertical-align: bottom;
}

ul.datosguia li:last-child:before {
	content: "\f508";
	font-family: dashicons;
	color: #CF181F;
	padding-right: 0.5em;
	vertical-align: bottom;
}

ul.datosguia.cuadro-left {
	width: 49%;
	margin-right: 1.9%!important;
	float: left;
}

ul.datosguia {
    list-style: none!important;
    margin: 0px !important;
    margin-bottom: 20px!important;
    font-size: 1em;
    margin-top: 1em!important;

		font-family: 'Montserrat', sans-serif;
}

ul.datosguia.cuadro-left li {
    line-height: 1.2;
}




  /*tab*/


*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

main {
	min-width: 320px;
	max-width: 760px;
	padding: 0px;
	background: #fff;
	min-height: 200px;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #000;
}

input#tab1, input#tab2, input#tab3, input#tab4, input#tab5, input#tab6, input#tab7  {
	display: none;
}

label {
  line-height: normal!important;
  max-height: 70px;
  display: inline-block;
  margin: 0 0 -2px;
  padding: 10px 24px;
  text-align: center;
  color: #808080;
  border: 1px solid transparent;

	font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}


label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
	color: #000;

	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 4px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}

/*--------------------------------------------------------------
 16.0 footer
--------------------------------------------------------------*/

footer#colophon {
	background: #cf181f;
}

p.footerc, p.footerd, p.footer, p.footer a {
	color: #fff;

	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

p.footerc {
	text-align: right;
}

hr.footer {
	color: #fff;
}

img.logofooter {
	margin-top: 30px;
}

footer#colophon.site-footer .site-info .section.group .col.span_1_of_03 h3,
h3.footer, h3.footer a:visited, footer#colophon2.site-footer .site-info .section.group .col.span_1_of_03 h3 {
	color: #fff;

	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 400;
  letter-spacing: -1px;
}

hr.footer2 {
	margin-top: 5px;
	margin-bottom: 14px;
	max-width: 270px;
}

ul.social-footer {
	list-style: none;
	margin: 0;
}

ul.social-footer li {
	display: inline-block;
	margin-right: 8px;
}

.soc-fb {
	background: url('/wp-content/img/redesociales.png') no-repeat 0 -1px;
	width: 17px;
	height: 31px;
}

.soc-tw {
	background: url('/wp-content/img/redesociales.png') no-repeat -30px -2px;
	width: 37px;
	height: 30px;
}

.soc-yt {
	background: url('/wp-content/img/redesociales.png') no-repeat -80px 0;
	width: 90px;
	height: 34px;
}

.iconl {
	float: left;
	margin-right: 37px;
}

.iconp {
	float: left;
	margin-right: 26px;
}

.col.span_1_of_03.first-footer, .col.span_1_of_03.second-footer, .col.span_1_of_03.third-footer {
    margin-right: 5.3%;
    width: 28%;
}

p.footer a:hover {
    text-decoration: underline;
}

/*formulario de contacto */

span.wpcf7-form-control-wrap.text-764 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
span.wpcf7-form-control-wrap.text-765 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
span.wpcf7-form-control-wrap.your-email input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    max-width: 267px!important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required  {
  width: 267px!important;
}


textarea.wpcf7-form-control.wpcf7-textarea {
	max-height: 100px;
	max-width: 267px;
}

form.wpcf7-form p {
	margin-bottom: 13px;
}


input.wpcf7-form-control.wpcf7-submit {
	margin-right: 82px;

}

 input[type="submit"]:hover {
 	box-shadow: none;
 	border: none;
 }

span.wpcf7-not-valid-tip {
	color: #fff;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	border: 2px solid #fff;
	color: #404040;
    font-weight: bold;
}

/*  Reportajes */

.col.span_1_of_60 a {
	float: left;
	margin-left: 70px;
}

.img_rep img.attachment-post-thumbnail.wp-post-image {
	min-width: 90%;
}

hr.especiales {
	max-width: 460px;
	color: #fff;
	margin-left: 21.5px;
}

hr.reportajes {
	margin-bottom: 4px;
}

.cespeciales {
	color: #404040;
	max-width: 460px;
}

.tespeciales {

	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	margin-left: 20px;
	color: #fff;
}


h1.titulo-multimedia {
	text-transform: uppercase;

	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	color: #fff;
	margin-left: 21.5px;
 	margin-bottom: 0;
	font-weight: 500;
	letter-spacing: -1px;
}

p.multimedia {
	color: #fff;
	font-size: 14px;
	margin-left: 21.5px;
}

input.especiales {
	background: none;
	border: solid 2px #fff;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;

	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin-left: 150px;
	margin-bottom: 21.5px;
}

h1.titulo-reportaje {
	padding-top: 10px;
	text-transform: uppercase;

	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	margin-bottom: 0;
}


.backgesp {
	background: #cf181f;
	width: 500px;
}

.backgesp a img.attachment-post-thumbnail.wp-post-image {
	margin-left: 21.5px;
}

/* confidencial tv prueba de tab */

.slider {
	width: 1335px; /* cùng width của image */
	position: relative;
	margin: 100px auto;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}

.slider > img, .slider > iframe {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
}

input[name='slide_switch'] {
	display: none;
}


.slider label {
	margin: 0 0 18px;
	float: left;
	cursor: pointer;


	opacity: .6;
	transition: all .8s;
}

.slider label img, .slider label iframe  {
	display: block;
}

/* click effect */
.slider input[name='slide_switch']:checked + label {
	opacity: 1;
	border: none;

}

/* style cho main image */
.slider input[name='slide_switch'] ~ img, .slider input[name='slide_switch'] ~ iframe {
	opacity: 0;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}


.slider input[name='slide_switch']:checked + label + img, .slider input[name='slide_switch']:checked + label + iframe {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.slider label {
	clear: both;
	display: block;
	float: right;
	width: 180px;
	margin-right: 300px;

}

/* Lo mas visto */

a.active {
	background: #cf181f !important;
	color: #fff;
	width: 239px;
	margin-left: -2px;
}

ul.pop-widget-tabs li a {
	padding: 10px 0 10px 80px!important;
	font-size: 21px !important;

	font-family: 'Montserrat', sans-serif;
}

ul.pop-widget-tabs li {
	margin:0px !important;
	border-bottom: none!important;
}

span.pop-title {
	color: #000;

	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding-left: 10px !important;
}

div.pop-inside ul {
	background: #e9e9ea!important;

}

div.pop-inside {
	border-top:none!important;
}

div.pop-inside ul li {
	background: #fff !important;
	margin: 0px 15px 0px 15px !important;
	border-bottom: none !important;
}


.pop-inside-3.pop-inside ul li:first-child:before,
.pop-inside-3.pop-inside ul li:nth-child(2):before,
.pop-inside-3.pop-inside ul li:nth-child(3):before,
.pop-inside-3.pop-inside ul li:nth-child(4):before,
.pop-inside-3.pop-inside ul li:nth-child(5):before  {
	border: #cf181f solid;

	font-family: 'Montserrat', sans-serif;
	color: #cf181f;
	font-size: 22px;
	padding: 6px;
}

.pop-inside-3.pop-inside ul li:first-child:before {
	content: '1';
}

.pop-inside-3.pop-inside ul li:nth-child(2):before {
	content: '2';
}

.pop-inside-3.pop-inside ul li:nth-child(3):before {
	content: '3';
}

.pop-inside-3.pop-inside ul li:nth-child(4):before {
	content: '4';
}

.pop-inside-3.pop-inside ul li:nth-child(5):before {
	content: '5';
}

ul.pop-widget-tabs li a:before {
	width: 31px;
	content: " ";
	background-image: url(../../img/lomasvisto.png);
	position: absolute;
	height: 25px;
	margin-left: -38px;
}

.anunciolm img {
	margin: 10px 0 10px 6px;
}

.anunciolm {
	background: #cf181f;
}

img.alignnone.size-full.wp-image-397 {
    background: #f2f2f2;
    padding: 0.5em 0.5em 0.5em 0.5em;
    display: inline-block;
    margin-top: -0.6em;
}

/*galeria*/

p.titulo-gale {
	color: #000;

	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	margin-left: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}

.galeria-colthumb2 {
  width: 90%;
  margin-right: 5%;
  float: right;
}

.slideshow-window {
	border-radius:0px!important;
}

p.cont-gale {
	color: #333;
	font-size: 14px;
	margin-left: 22px;
}

.slideshow-slide-caption {
  font-size: 16px !important;

	font-family: 'Montserrat', sans-serif;
  bottom: -3px !important;
  background-color: rgba(0,0,0,.5);
  width: 89.7%!important;
  margin-left: 0px !important;
  text-align: left!important;
  height:auto!important;
  line-height: 1.5;
  padding: 0 100px 5px 10px!important;
 }

/*paginacion*/

.wp-pagenavi {
  float: right;
  margin-top: 10px;
  margin-bottom: 4em;
  margin-right: 50px;
}


/*portada*/
ul.linkrelp li a {
    color: #000;
}

li.portadauser a:hover {
  text-decoration: underline;
}

ul.portadauser li {
	list-style: none;
	display: inline-block;
}

 ul.portadauser li a, ul.portadauser li {
  color: inherit;
  font-weight: bold;

}

ul.portadauser {
  margin-left: 0px;
}

ul.portadauser li:first-child:before {
	content: "\f110";
	font-family: dashicons;
	color: #cf181f;
	vertical-align: bottom;

}


ul.portadauser li:first-child {
	border-right: 1px solid #333;
	padding-right: 0.35em;
}

ul.portadauser li:nth-child(2):before {
	content: "\f301";
	font-family: dashicons;
	vertical-align: bottom;
    color: #cf181f;
}

ul.portadauser li:last-child {
	padding-left: 0.35em;
}

ul.portadauser li a:hover {
  text-decoration: underline;
}


/*
 * Agregado por leogg
 * Pendiente ordenar
 *
 * */

 h1.site-title {
	/*background: url(/wp-content/img/logocn.png) no-repeat top center;
	height: 85px;*/
	background: url(/wp-content/img/logocn20.png) no-repeat top center;
/*	background: url(/wp-content/img/Confidencial_pride.png) no-repeat top center; */
	height: 90px;
	text-indent: -999px;
}

h2.site-description
/*.main-navigation*/ {
	display: none; /*FIXME*/
}

/*formularior*/


span.wpcf7-form-control-wrap.your-name {
    margin-left: 40px;
}

  /* input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
 margin-left: 115px;
} */

span.wpcf7-form-control-wrap.text-907 {
    margin-left: 93px;
}

span.wpcf7-form-control-wrap.text-256 {
    margin-left: 30px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    min-width: 337px;
}

span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  min-width: 267px!important;
}

/*textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    min-width: 507px;
} */

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
    margin-left: 24px;
    min-width: 337px;
}

span.wpcf7-form-control-wrap.date-247 {
    margin-left: 122px!important;
    min-width: 300px !important;
}



/*sidebar*/

 p.sidebl {
    color: inherit;

		font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    margin-top: 10px;
}

ul.entrada {
    list-style: none;
    margin-left: 0;
    line-height: 1.3;
}

ul.entrada li a:hover, a.twaut:hover  {
    text-decoration: underline;
}

ul.entrada li a {
    color: inherit;

		font-family: 'Montserrat', sans-serif;;
    font-size: 1.1em;
}

li.entrant {
    margin-bottom: 10px;
}


h2.nota_rel {
	line-height: 1.2;
}

.autor-wrap {
    background: #f2f2f2;
    padding: 0.65em 1em 0 1em;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1em;
    padding-top: 1em;
}

a.twaut {
    color: inherit;

}

.torre1 {
	clear: both;
	margin-left: -170px;
	position: absolute;
	margin-top: -8px;
}

.torre2 {
	margin-left: 1090px;
	position: absolute;
	margin-top: -8px;
}

.torre2 img {
	max-width: inherit;
}

.torre1 svg {
	height: 600px;
	width: 160px;
}


ul.cnew li:first-child:before {
	content: "\f105";
	font-family: dashicons;
	color: #CF181F;
	padding-right: 0.5em;
	vertical-align: bottom;
}

ul.cnew li:nth-child(2):before {
	content: "\f161";
	font-family: dashicons;
	color: #CF181F;
	padding-right: 0.5em;
	vertical-align: bottom;
}

ul.cnew {
    list-style: none;
}

ul.cnew li a {
    color: inherit;
}

ul.cnew li a:hover {
    text-decoration: underline;
}

ul.cnew {
    margin: 0;
}


/*Media queries para torre
 * Deshabilitado*/
/*@media only screen and (max-width: 1366px) {

.torre1 {
    clear: both;
    margin-left: -120px;
    position: absolute;
    margin-top: -8px;
    max-width: 110px;
}

.torre2 {
    margin-left: 1090px;
    position: absolute;
    margin-top: -8px;
    max-width: 110px;

 }

}

@media only screen and (max-width: 1335px) {

.torre1 {
    clear: both;
    margin-left: -90px;
    position: absolute;
    margin-top: -8px;
    max-width: 80px;
}

.torre2 {
    margin-left: 1090px;
    position: absolute;
    margin-top: -8px;
    max-width: 80px;
}

}
/**/

.torre1 svg,
.torre2 {
	border: 1px solid #ccc;
}

@media only screen and (max-width: 1366px) {

body.home {
	zoom: 93%;
}
}

/*Ajustes Publicidad*/
.adv_cat.portada1 img {
	border: 1px solid #ccc;
}

.adv_cat.portada1 {
	float: right;
}

.adv_cat.portada1 div {
	border: 1px solid #ccc;
	width: 728px;
	height: 91.5px;
}

.ctv-header-right img {
	border: 1px solid #555;
}
/*Ajustes Publicidad*/

/*categoria economia, nacion, mundo, politica*/

hr.div-newdestacada {
    margin-top: 20px;

}

/*category opinion*/

.opinio1-left {
	width: 49%;
	margin-right: 1.9%;
	float: left;
	clear: both;
	margin-top: 1.5em!important;
}

p.autor-opinion {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4em;
}


p.autord-opinion {
    font-size: 14px;
    line-height: 1.4em;
}

.opinio1-right {
	width: 49%;
	float: right;
	margin-top: 0.5em;
}

.individual-opinion-entry2 li a {

	font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

.individual-opinion-entry2 li a: hover {
 	text-decoration: underline;
}

li.opblog a:hover {
    text-decoration: underline;
}
li.opblog {
    list-style: none;
}
li.opblog a {
    font-size: 1.2em;
    font-weight: 700;
    color: #333;

		font-family: 'Montserrat', sans-serif;
}

.individual-opinion-entry2 li a:hover {
    text-decoration: underline;
}

.individual-opinion-entry2:nth-child(odd) {
	width: 49%;
	float: left;
	margin-bottom: 1em;
	clear: both;

}

.individual-opinion-entry2:nth-child(even) {
	width: 49%;
	float: right;
	margin-bottom: 1em;

}

.doe-right li:first-child {

	font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.2;
		padding-left: 4px;
		padding-right: 4px;
    letter-spacing: -1px;
}

.doe-right li:last-child {
    font-size: 0.8em!important;
    color: #3C7085!important;
		padding-left: 4px;
}

h1.titulo-molina {
    margin-bottom: 16px;
    text-transform: uppercase;

		font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    border-bottom: 1px #888 solid;
}

.span_1_of_2_pxmolina-col {
    width: 35%;
    margin-right: 15px!important;
}

.span_1_of_2_pxmolina-col-hist {
    width: 42%;
    margin-right: 15px!important;
}

.individual-opinion-entry2 li {
	list-style: none;
}

.op-right {
    float: right;
    width: 88%;
}

.op-left li {
    list-style: none;
}

.op-left {
    width: 100px;
    float: left;
}

p.extracto-opinion.categoria {
    margin-bottom: 0;
    padding-bottom: 1em;
    font-size: 1.2em;
}


p.extracto-opinion {
    font-size: 17px;
    line-height: 1.4em;
}

hr.div-opinion, hr.div-newdestacada {
    border-bottom: 1px #ccc solid;
    height: 0px;
    margin-bottom: 0px;
}

img.imgop {
    margin-bottom: 30px;
}


.col.span_1_of_4_ctv.galeria-col img {
    height: inherit!important;
}



/*popover redes sociales*/

.popover-header {
    padding:8px 14px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}
.popover-title {
    margin:0;
    padding:0;
    background-color:transparent;
    border:none;
}
.example-popovers {
    padding:30px 0;
}
.acenter {
    text-align:center;
    margin:30px 0;
}

/* redes pxmolina*/

.us_wrapper {
    text-shadow: none;
    clear: both;
    line-height: 0;
    cursor: auto;

}

.us_tac {
    text-align: center!important;
}

.us_wrapper.us_skin_easy .us_button, .us_wrapper.us_skin_easy .us_fan_count {
    height: 38px;
}

.us_wrapper .us_fan_count_button, .us_wrapper .us_button {
    margin: 2.5px;
}

.us_button a:hover {
    background-color: #000000;
}

.us_wrapper .us_button {
    overflow: hidden;
    text-align: center;
    width: 75px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 3px;
    margin-bottom: 3px;
}

.us_facebook .us_share, .us_facebook, .us_flike .us_share, .us_flike  {
    background-color: #3b5998;
}

.us_twshare .us_share, .us_twshare {
    background-color: #00ABF0;
}

.us_wrapper.us_skin_easy .us_button a:visited, .us_wrapper.us_skin_easy .us_fan_count a:visited {
    color: #fff!important;
}

.us_wrapper.us_skin_easy .us_button a, .us_wrapper.us_skin_easy .us_fan_count a {
    color: #fff!important;
    text-decoration: none!important;
    border: none;
}

.us_wrapper .us_button .us_box {
    display: block;
    font-size: 14px;

    height: 100%;
    padding: 0!important;
    border: none;
}

.us_wrapper.us_skin_easy .us_button:hover .us_share, .us_wrapper.us_skin_easy .us_fan_count:hover .us_share {
    background-color: transparent;
}

.us_wrapper .us_button .us_share {
    display: block;
    float: left;
    width: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.us_wrapper [class*=" us-icon-"]:before, .us_wrapper [class^=us-icon-]:before {
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.us_wrapper .us-icon-facebook:before {
    content: "\f305";
    font-family: dashicons;
}

.us_wrapper .us-icon-flike:before {
    content: "\f529";
    font-family: dashicons;
}

.us_wrapper .us-icon-twshare:before {
    content: "\f301";
    font-family: dashicons;
}

.us_wrapper .us_button .us_count {
    display: block;
    float: right;
    width: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


   .wrapper {
    background-color: #fff!important;
}

/*Anuncio mozonte*/
.col.span_1_of_4.secondary-vida-ocio.secondary-vida-ocio p > object {
	/*margin-top: -14em;*/
}


/* Body */
body {
  overflow-x: hidden;
}

/*contacto*/

ul.datcont li:nth-child(2):before {
  content: "\f301";
  font-family: dashicons;
  vertical-align: bottom;
  color: #cf181f;
}

ul.datcont li:nth-child(3):before {
  content: "\f465";
  font-family: dashicons;
  vertical-align: bottom;
  color: #cf181f;
}

ul.datconts li:nth-child(2):before {
  content: "\f465";
  font-family: dashicons;
  vertical-align: bottom;
  color: #cf181f;
}

.r_conf {
  min-width: 100%;
  float: left;
}

ul.datcont li a, ul.datcont, ul.datconts li a, ul.datconts {
  color: inherit;
  font-weight: bold;
}

ul.datcont, ul.datconts  {
  list-style: none;
  margin: 0;
}

img.contpic {
  margin-bottom: 5px;
}

ul.datcont li a:hover, ul.datconts li a:hover {
  text-decoration: underline;
}

ul.datcont li a,
ul.datconts li a  {
  margin-left: 6px;
}

.col.span_1_of_2:nth-child(2n+1) {
  clear: both;
}

td, th {
  padding: 5;
}

p.adjuntos-nombre.p {
  margin-top: 25px;
}

 /*pie de foto*/
 .caption {
	padding: 0;
	width: 100%;
	position: relative;
}
.caption img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	border: 0;
}

.caption.english img, .imgthumbsinfb img {
    height: 430px!important;
    object-fit: cover;
}


.caption::before, .captionhover::before {
    content: attr(title);
    position: absolute;
    background: rgba(0,0,0,0.5);
    font-size: 14px;

		font-family: 'Montserrat', sans-serif;
    line-height: 1.2em;
    padding: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    color:#fff;
    padding: 1em;
}

/*blogs principal*/

.doe-right.principal  {
    float: right;
    width: 78%;
}

li.authpr {
    font-size: .8em;
}

.doe-right.principal.blog li:first-child {
    font-size: 0.8em;
    color: #3C7085;
}

.doe-right.principal.blog li:last-child {

	font-family: 'Montserrat', sans-serif;
    font-size: 0.8em!important;
    color: #404040!important;
    font-weight: 700!important;
    line-height: 1.2;
}

/*interna*/
p.sumario.categoria {
    margin-top: 1em!important;
}

/*vida y ocio temporal */
.col.span_1_of_4.secondary-vida-ocio, .col.span_1_of_4.secondary-vida-ocio-pub {
	    height: 210px;
}

/*anuncio banner principal -site */

.slideshow .slides li.slide {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.slideshow li.slide {
    list-style-type: none;
}

.slideshow {
    position: relative;
    padding: 0;
    margin: 0;
}

.slideshow2 .slides2 li.slide2 {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.slideshow2 li.slide2 {
    list-style-type: none;
}

.slideshow2 {
    position: relative;
    padding: 0;
    margin: 0;
}
/*fin*/



.portada1-right h1 {
    margin-bottom: 1em!important;
}

.tespeciales a:visited {
    color: #fff;
}

.adjuntos-right.we {
    margin-top: 4em;
}

/*portada 2*/

p.singlepage_title.p {
    font-size: 30px;
}

.col.span_1_of_2.not1 p.sumario {
    font-size: 1.3em;
    line-height: 1;
    margin: 0;
}

.portada1-left.portada2 {
    padding-left: 1em;
    border-left: 1px #ccc solid;
}

.portada1-left.portada2 {
	  width: calc(49% - 1em);
}

.portada1-left.portada2.transp-border {
    border-left: 1px transparent !important;
    margin-left: 12px;
}

.postid-5129 .wp-post-image, .postid-5124 .wp-post-image  {
display: none;
}

.postid-5129 .caption.single, .postid-5124 .caption.single {
display: none;
}

p.singlepage_title.heroico {
    text-align: left;
}

/*galeria*/
.caricaturas-social.gale ul {
    text-align: left!important;
}

@media only screen and (max-width: 510px) {
   .fb-like.fb_iframe_widget {
    display: none;
   }
}

.col.span_2_of_3.single.molina-single-caricatura {
    width: 700px;
}

.col.span_2_of_3.single.molina-single-caricatura.historieta {
	width: 723px;
}


.caricaturas-catarriba{
  width: 700px!important;
  height: auto;
}

/*.caricaturas-catabajo {
    width: 723px!important;
} */


.caricaturas-social ul li div.fb-like.fb_iframe_widget {
    display: inline-block!important;
}

/*single interesar */

.col.span_1_of_2.intumb img {
    height: 121px;
}

.col.span_1_of_3.intumb {
    float: left;
}

.col.span_1_of_3.intumb img {
    height: 160px;
}

img.imgdef {
    opacity: 0.5;
}


.col.span_1_of_2.entrel {
float: left;
width: 49%;
clear: none;
}
y
.col.span_1_of_2.intumb {
clear: none;
}

.col.span_1_of_3.intumb a{
    color: #000;

		font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.col.span_1_of_3.intumb a:hover  {
    text-decoration: underline;
}

.col.span_1_of_2.intitl {
    margin-left: 5px;
}

/*anuncio maiz*/
.adv_reservbio div {
	border: 1px solid #fff;
	width: 238px;
	height: 481px;
}

#image1a {
 visibility: visible;
}


.portada1-right.video-destacado > div > iframe {
height: 400px;
}

/*li.p3r-thumbnail img{
	object-position: bottom center!important;
 */

/*fix-comentarios*/
b.fn {
   width: 100%;
}



/*confidencial tv- titulos de videos

.video-title2 {
    width: 59%;
    text-transform: none;
    text-align: left;
    color: #333;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 0.5em;
}

#vslide3:checked~.vslides {
    margin-left: -317.9%!important;
}

#vslide2:checked~.vslides {
    margin-left: -217.9%!important;
}

#vslide1:checked~.vslides {
    margin-left: -117.8%!important;
}

.vslider {
	height: 455px!important;
}

#vslide0:checked~.vslides {
    margin-left: 0.5%!important;
} */



/*especiales*/

/*Menu especial*/

/*SOCIAL BAR*/
ul.social-bar-icons {
	list-style: none;
	width: 1080px;
	margin: 0 auto;
	padding-top: 12px;
}

ul.social-bar-icons li {
	display: inline-block;
}

ul.social-bar-icons li {
	/*margin-right: 14px;*/
}

li.fb-barra.bsi-fb {
	padding-left: 4px;
	border-left: 1px #fff solid;
}

li.yt-barra.bsi-yt {
	padding-right: 10px;
	border-right: 1px #fff solid;
}

ul.social-bar-icons.barra-social li img {
	padding-bottom: 2px;
	padding-right: 5px;
}

.social-bar {
	height: 60px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	position: fixed;
	width: 100%;
	z-index: 9000;
}

.social-bar-i2 {
	height: 60px;
	background: black!important;
	transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	position: fixed;
	width: 100%;
	z-index: 9000;
	top: 0;
	transition: top 0.5s ease-in-out;
	-webkit-transition: top 0.5s ease-in-out;
	-moz-transition: top 0.5s ease-in-out;
}

.social-bar-i2-down {
	background: #CF181F;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);

}

/*footer especial */

footer#colophon2 {
    background: #000 none repeat scroll 0% 0%!important;
}

.social-bar {
	height: 60px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	position: fixed;
	width: 100%;
	z-index: 8900;
	top: 0;
    transition: top 0.5s ease-in-out;
	-webkit-transition: top 0.5s ease-in-out;
	-moz-transition: top 0.5s ease-in-out;
}

.nav-up {
	top: -60px;
}

.nav-down li.fb-barra.bsi-fb:before {
	font-family: dashicons;
	content: "\f305";
	font-size: 1.5em;
	color: #fff;
}

.nav-up li.fb-barra.bsi-fb:before {
	font-family: dashicons;
	content: "\f305";
	font-size: 1.5em;
	color: #fff;
}

.nav-down li.tw-barra.bsi-tw:before {
	font-family: dashicons;
	content: "\f301";
	font-size: 1.5em;
	color: #fff;
}

.nav-up li.tw-barra.bsi-tw:before {
	font-family: dashicons;
	content: "\f301";
	font-size: 1.5em;
	color: #fff;
}

.nav-down li.yt-barra.bsi-yt:before {
	font-family: dashicons;
	content: "\f236";
	font-size: 1.5em;
	color: #fff;
}

.nav-up li.yt-barra.bsi-yt:before {
	font-family: dashicons;
	content: "\f236";
	font-size: 1.5em;
	color: #fff;
}


.social-bar-i2-down ul {
	display: block;
}

/*styling open close button*/
.button-nav2 {
	position:fixed;
	right:50px;
	top:66px;
	z-index:999;
	font-size:30px;
}
.button-nav2 a {
	text-decoration:none;
}
.btn-open2:after {
	color:#333;
	/*content:"\f0c9";
	font-family:"FontAwesome";*/
	content: "\f333";
	font-family: dashicons;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-open2:hover:after {
	color:#cf181f;
}
.btn-close2:after {
	color:#fff;
	/*content:"\f00d";
	font-family:"FontAwesome";*/
	content: "\f158";
	font-family: dashicons;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close2:hover:after {
	color: #cf181f;
}
/*overlay*/
.overlay-nav2 {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:#333;
	overflow:auto;
	z-index:99;
}

.wrap2 {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}
.wrap2 ul.wrap-nav2 {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:150px 0px 100px;
}
.wrap2 ul.wrap-nav2 li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.wrap2 ul.wrap-nav2 li a {
	color:#cf181f;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap2 ul.wrap-nav2 li a:hover {
	color:#f0f0f0;
}
.wrap2 ul.wrap-nav2 ul {
	padding:20px 0;
}
.wrap2 ul.wrap-nav2 ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap2 ul.wrap-nav2 ul li a {
	color:#f0f0f0;
}
.wrap2 ul.wrap-nav2 ul li a:hover {
	color:#cf181f;
}

@media screen and (max-width:48em) {
	.wrap2 ul.wrap-nav2>li {
		width:100%;
		padding:20px 0;
		border-bottom:1px solid #575757;
	}
	.wrap2 ul.wrap-nav2 {
		padding:30px 0px 0px;
	}
}

p.sumario2 {
    font-size: 22px;

		font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.5em;
}

.cs-destacado-contenido p {
    margin-bottom: 1em !important;
}

.cs-destacado-contenido p:last-child {
	margin-bottom: 3em !important;
}

.span_1_of_3.especialesimg {
    width: 345.5px;
}

.videoesp {
	text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1080px) {
.span_1_of_3.especialesimg {
    width: 100%;

}
}


.metaslider.metaslider-flex.metaslider-4669.ml-slider {
	margin: 0 auto;
}

.col.span_1_of_2.creditr {
    border-left: 1px solid #333;
    padding-left: 20px;
}

.col.span_1_of_2.creditl {
	font-size: 0.8em;
}

.col.span_1_of_2.creditr, .col.span_1_of_2.creditl {
    width: 48%;
}

.hd-imagenes {
	margin-bottom: 1em;
}

.hd-imagenes img {
	display: block;
	height: 100vh;
	overflow: hidden;
	object-fit: cover;
}

span.portada4-titulo.especiales {
    font-size: 4em;
    line-height: 1.2;
}

.col.span_3_of_3.esp figure {
    margin: 0!important;
}

.col.span_3_of_3.esp figure.alignright {
    margin-left: 20px!important;
}

.col.span_3_of_3.esp figure.alignleft {
    margin-right: 20px!important;
}

/*portada de especiales*/

p.singlepage_title.especial {
    text-align: center;
    margin-bottom: 0px!important;
    font-size: 68px;
}

.caption.especial::before, .captionhover::before {
    content: attr(title);
    position: absolute;
    background: transparent;
    font-size: 3em;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.2em;
    padding: 5px;
    right: 0;
    bottom: initial;
    left: -20px;
    color: #fff;
    padding: 1em;
    width: 11em;
    font-weight: 900;
}

ul.portadauser.especial li:last-child:before {
  content: "\f508";
  font-family: dashicons;
  vertical-align: bottom;
  color: #cf181f;
}

ul.portadauser li:nth-child(3):before {
  content: "\f508";
  font-family: dashicons;
  vertical-align: bottom;
  color: #cf181f;
}

/*Especiales en la parte de reportajes*/

.img_rep img.attachment-post-thumbnail.wp-post-image {
    max-width: 90%!important;
}

/*anuncios */

.col.span_1_of_2.anun {
	border-left: 1px #ccc solid;
    padding-left: 1em;
    padding-right: 1em;

}

.col.span_1_of_2.anun.left {
	border-left: 1px transparent !important;
}

/* tablas anuncios*/

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-color:#000;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-mnal{font-weight:bold;font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#cb0000;color:#ffffff;vertical-align:top; border-color:#000;}
.tg .tg-w2ej{font-weight:bold;font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#cb0000;color:#ffffff;text-align:center;vertical-align:top;border-color: #000;}
.tg .tg-qf0c{font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;color:#000000;text-align:center;vertical-align:top}
.tg .tg-py9s{font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#C0C0C0;color:#000000;text-align:center;vertical-align:top}
.tg .tg-p6q0{font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#efefef;color:#000000;text-align:center;vertical-align:top}

.tg .tg-iy5t, .tg .tg-iy5t, .tg .tg-ywdv{font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#c0c0c0;color:#000000}
.tg .tg-2fme, .tg .tg-2fme, .tg .tg-b18m{font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#c0c0c0;color:#000000;vertical-align:top}
.tg .tg-kte5, .tg .tg-8ujv, .tg .tg-sr2v{font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#efefef;color:#000000}
.tg .tg-9jek, .tg .tg-0a5x{font-weight:bold;font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#cb0000;color:#ffffff;text-align:center;border-color: #000;}
.tg .tg-8do3, .tg .tg-99dd, .tg .tg-tqp8{font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#c0c0c0;color:#000000;text-align:center;color:#000;}
.tg .tg-z0xd, .tg .tg-8ujv{font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#efefef;color:#000000;text-align:center}
.tg .tg-hrgm{font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#efefef;color:#000000;vertical-align:top}

.tg .tg-sr2v{font-size:18px;font-family:Arial, Helvetica, sans-serif !important;;background-color:#efefef}
.tg .tg-cv06{font-weight:bold;font-family:Arial, Helvetica, sans-serif !important;;background-color:#cb0000;color:#ffffff;text-align:center; border-color:#000;}
.tg .tg-lkll{background-color:#cb0000;vertical-align:top}


.tg .tg-lh3l{font-size:18px;background-color:#efefef;color:#000000;vertical-align:top}
.tg .tg-ydsj{font-size:18px;background-color:#c0c0c0;color:#000000;vertical-align:top}
.tg .tg-i1zp{font-size:18px;background-color:#c0c0c0;color:#000000;text-align:center;vertical-align:top}
.tg .tg-di0h{font-size:18px;background-color:#efefef;color:#000000;text-align:center;vertical-align:top}



h2.nota_rel.anun a {
    color: inherit;
}

.tg tbody tr td {
    font-weight: normal;
}

/*category*/
.col.span_1_of_2.catleft {
    float: left;
}

.col.span_1_of_2.catright {
    float: right;
}

.col.span_1_of_2.catleft, .col.span_1_of_2.catright {
	clear: none;
}

ul.portadauser li:nth-child(3):before {
    content: "\f101";
    font-family: "dashicons";
    vertical-align: middle;
    color: #cf181f;
}

ul.portadauser.cat li:nth-child(2):before {
	 content: "\f508";
    font-family: dashicons;
    color: #cf181f;
    padding-right: .3em;
    vertical-align: bottom;
}

/*boton mailchimp*/

ul.social-bar-icons.barra-social a button.archive-button.susc {
  margin-left: 20px;
}

/* Boton imprimir */

div.printfriendly {
    margin: 12px;
    line-height: 5;
}

.sharedaddy.sd-sharing-enabled {
    width: 70%;
    float: left;
}

/* single col. derecha */

h2.nota_rel.single {
border-bottom: 1px solid #EBEBEB;
line-height: 39px;
margin-top: 0;
}

ul.entrada {
    border-top: 1px solid #666;
    line-height: 1.3;
}

.col.span_1_of_3.colder ul {
    border-top: none;
}

.miniatura {
    float: right;
    margin: 0px 0px 5px 10px;
    width: 36%;
}

.article.single {
    border-bottom: 1px dotted #E0E0E0;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

.article.single {
    overflow: hidden;
}

.titleintsi {
    width: 58%;
    clear: both;
    float: left;
}

.titleintsi a, .article.single a {
    color: inherit;

		font-family: 'Montserrat', sans-serif;
    font-size: 15px;
		letter-spacing: -1px;
}

.titleintsi a:hover, .article.single a:hover  {
    text-decoration: underline;
}

/* Creditos de fotos responsive */

/*@media only screen and (max-width: 640px) {
   .caption::after, .captionhover::after {
    content: attr(title);
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    color: #000;
   }

.caption::before, .captionhover::before {
	display:none;
}

} */

ol {
    list-style: decimal;
    margin: 0 0 1.5em 3em!important;
}

/*Fernando Cardenal*/
.portada1-right.tributo {
    padding-top: 1em;
}

ul.linkrelp.tributo {
    line-height: 4em;
}

p.singlepage_title.heroico.tributo {
    text-align: center;
}

/*tab de la guia*/
.col.span_2_of_3.guia-cuadro-home main {
    font-size: 0.5em !important;
}


/*galery new*/

.col.span_2_of_2.galeria-back {
    background: transparent!important;
}

.col.span_2_of_2.galeria-back h2 {
    color: #000!important;
}

.galeria-colthumb2 {
    width: 100%!important;
    margin-right: 0%!important;
}

.slideshow-window {
    background-color: transparent!important;
}

body div.slideshow-window * img {
	max-height: initial!important;
}

/*contenido de face */
.fb-post.fb_iframe_widget {
    display: table;
    margin: 0 auto;
}

/* especial portada*/

ul.portadauser.especial li:nth-child(3):before {
   content: "\f306"!important;
}

@media screen and (max-width: 1380px) {

.hd-imagen img {
	object-fit: initial!important;
    height: auto!important;
}

.hd-imagen {
    height: auto!important;
}

}

/*shortcode parrafo destacado */

.cs-destacado-parag {
	max-width: 30%;
	float: left;
	margin-right: 30px;
}

.cs-destacado-contenido-parag {
    font-size: 14px;
    font-style: italic;
}

.cs-destacado-contenido-parag {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #3C7085;
	font-weight: bold;
}

.cs-destacado-titulo-parag{
    border-top: 1px solid #E2E2E2;
}

/* portada especial constituyentes */

.caption.titulo_especial::before {
	  text-transform: uppercase;
  font-size: 4.5em!important;
  font-weight: 900!important;
  font-family: Raleway, sans-serif!important;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 2);
  top: 2em;
  background: none;
	padding: 0;
	margin-left: 0.5em;
}

.caption.antetitulo_especial::before {
  text-align: center;
  top: 1em;
  font-size: 24px;
  bottom: initial;
}

.caption.titulo_especial, .caption.resumen_especial {
  position: initial!important;
}

.caption.resumen_especial::before {

  top: 20em;
  width: 46.6%;
  font-size: 24px;
  bottom: initial;
}

.col.span_3_of_3.esp {
  margin-bottom: 3em!important;
}

.caption.antetitulo_especial.portada::before {
	top: 0em;
}

.caption.resumen_especial.portada::before {
  top: 16.8em;
}

@media only screen and (max-width: 1920px) {
		.hd-imagen {
        height: auto!important;
}

@media only screen and (max-width: 1391px) {
		.hd-imagen {
        height: calc(100vh + 6.2em);
}
}


@media only screen and (max-width: 1183px) {
   .caption.resumen_especial::after {
    content: attr(title);
    font-size: 16px;

		font-family: 'Montserrat', sans-serif;
    line-height: 1.2em;
    color: #000;

   }

.caption.resumen_especial::before, .captionhover::before {
	display:none;
}

}

@media only screen and (max-width: 1090px) {
.caption.titulo_especial::before {
	font-size: 3.5em!important
}

}


@media only screen and (max-width: 1055px) {
.caption.titulo_especial::before {
  top: 2.5em;
  font-size: 3em!important;
}

.caption.antetitulo_especial::before {
	font-size:18px;
}


}


@media only screen and (max-width: 792px) {
.caption.antetitulo_especial::before {
	top: 0em;
}
.caption.titulo_especial::before {
	font-size: 2.5em!important
}

.cs-destacado-parag {
	  max-width: 100%!important;

}

}


@media only screen and (max-width: 640px) {
.caption.titulo_especial::before {
	display: initial;
}
.caption.titulo_especial::after {
	display: none;
}

.caption.antetitulo_especial::before {
	background-color: transparent;
  color: transparent;
}
.caption.antetitulo_especial::after {
	display: none;
}

.caption.titulo_especial::before {
  font-size: 1.7em!important;
    top: 4.5em;
}

}


@media only screen and (max-width: 640px) {
   .caption::after, .captionhover::after {
    content: attr(title);
    position: relative;
    font-size: 14px;

		font-family: 'Montserrat', sans-serif;
    line-height: 1.2em;
    color: #000;

   }

.caption::before, .captionhover::before {
	display:none;
}

}

.portada1-categoria.panamapapers {
    color: rgb(255, 255, 255);
    background: rgb(207, 24, 31) none repeat scroll 0% 0%!important;
    text-align: center!important;
    list-style-type: none;
}

/* arbol de manzanas */

.map svg {
  height: auto;
  width: 100%;
  margin-top: 150px;
}
.map path {
  -webkit-transition: fill .25s ease-in-out;
  -moz-transition: fill .25s ease-in-out;
  transition: fill .25s ease-in-out;
}

.region {
	cursor: pointer;
}

.map-tooltip {
  background: #fff;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px 0;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  overflow: visible;
  padding: 1.5em;
  position: absolute;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity .5s ease-in-out;
  transition-timing-function: ease-in;
  z-index: 1000;
  width: 30%
}
.map-tooltip.is-active {
  display: block;
  -moz-opacity: 0;
  opacity: 0;
}
.map-tooltip.is-visible {
  -moz-opacity: 1;
  opacity: 1;
}
.map-tooltip::after, .map-tooltip::before {
  border: 15px solid transparent;
  border-top-color: #fff;
  border-top-width: 20px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -15px;
  margin-top: -2px;
  position: absolute;
  top: 100%;
  width: 0;
}
.map-tooltip h1 {
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.map-tooltip button {
  display: block;
}

/* Hang */

@keyframes hang {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(6px);
  }
}

.hang {
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.hang2 {
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 1.5s;
  animation-delay: 0.4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.hang3 {
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.hang4 {
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 1.5s;
  animation-delay: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* popup */

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.span_1_of_3 {
		width: 100%;
	}

	#itro_popup {
		width: 300px!important;
		height: auto!important;
	}
}

/*platntilla - especiales*/

.linkrelp.especial li::before {
    color: #000 !important;
}
/*especiales albanisa*/
.especial_alba {
  width: 100%;
  background: rgba(0,0,0,0.3);
}

.antetitulo_alba {
   margin: 0 auto;
  width: 1200px;
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.imagen_alba {
  height: calc(100vh - 60px);
  width: 100%;
  background: #0066ef;
  margin-top: 60px;

}

.col1_alba {
  width: 52%;
  float: left;
}

.col2_alba {
	width: 47%;
  float: left;
  font-family: 'Playfair Display',serif;
  font-size: 4em;
  font-weight: bold;
  color: #fee600;
  margin-top: -14%;
  line-height: initial;
}

.alba_resumen {
	width:100%;
	background: rgba(0,0,0,0.3);
    clear: both;
    position: absolute;
    bottom: 0;
    padding: 0.5em 0;
}

.cont_alba img {
  width: 55% !important;
  margin-left: 5%;
  margin-top: 2%;
}

.cont_alba_re {
  width: 1200px;
  margin: 0 auto;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #fff;
  font-weight:bold;
}

p.alba_nota {

	font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;

}

.cont_alba {
   height: 75vh;
}

.cont_alba:before {
   content: ' ';
   display: inline-block;
   vertical-align: middle;
   height: 90%;
}

.cont_alba img {
   display: inline-block!important;
   vertical-align: middle;
}

.antetitulo_alba_portada {
  width: 800px!important;
  margin: 0 auto;
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.col_alba{
    font-family: 'Playfair Display',serif;
    font-size: 4em;
    font-weight: bold;
    color: #fee600;
    margin-top: -14%;
    line-height: initial;
    position: inherit;
    margin: 0 auto;
    text-align: center;
}

.cont_alba.portada {
    height: auto;
}

.cont_alba.portada img {
	width: 55% !important;
    margin-left: 25%;
    margin-top: 2%;
}

.imagen_alba.portada {
    height: auto!important;
}


/*  GO FULL WIDTH AT LESS THAN 1190 PIXELS */

@media only screen and (max-width: 1190px) {
.antetitulo_alba {
	width: 800px;
	font-size:
}

.col2_alba {
	font-size: 3em;
}

.cont_alba img {
	  width: 48% !important;
}

.cont_alba_re {
	  width: 900px;
	  font-size: 25px;
}

}




/*  GO FULL WIDTH AT LESS THAN 899 PIXELS */
@media only screen and (max-width: 899px) {

.antetitulo_alba {
  font-size: 22px;
  width: 400px;
}

.cont_alba_re {
  width: 600px;
}

.imagen_alba {
  height: auto;
}

.alba_resumen {
	position: initial;
	 font-size: 22px;
}

.antetitulo_alba_portada {
    width: 400px!important;
    font-size: 22px;
}

.col_alba {
    font-size: 28px;
}

}

@media only screen and (max-width: 799px) {

.antetitulo_alba_portada {
  width: 500px!important;
  font-size:24px!important;
}

}


@media only screen and (max-width: 630px) {
.col2_alba {
	font-size: 1.5em;
}

.cont_alba_re {
  width: 300px;
  font-size: 16px;
}

.antetitulo_alba {
	width: 300px;
}

.cont_alba {
   height: 50vh;
}

.antetitulo_alba {
  font-size: 16px;
}

.map-tooltip.card-background {
    display: none;
}

}

@media only screen and (max-width: 499px) {

.antetitulo_alba_portada {
  width: 300px!important;
  font-size:16px!important;
}

.cont_alba {
   height: 30vh;
}

}


/*panama papers*/

li.portada1-categoria.panamapapers a {
    color: inherit!important;
}

h1.titulo-multimedia.left a:hover {
    text-decoration: underline;
}

h1.titulo-multimedia a {
    color: #fff;
}


/*pulperias*/

.banner_movil_cat_conf {
	 display: none;
 }

.banner_desktop_cat_conf {
   display: block;
	 }

@media screen and (max-width: 735px) {

.banner_cat_conf {
     display: none;
	 }

.banner_movil_cat_conf {
     display: block;
	 }

.banner_desktop_cat_conf {
    display: none;
	 }

}
