@charset "UTF-8";
/*
Theme Name: LNW
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

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.
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600,700,700italic,800,800italic);
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}

a {
  color: #5d97a4;
}

/* Estructura */
.row {
  float: left;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1300px;
}

.leftColumn {
  float: left;
  width: 76%;
}

.rightColumn {
  float: right;
  width: 23%;
}

/* Rows */
.topLinks {
  border-bottom: 1px solid #d8d6d8;
  padding: 10px 0;
  background: #000;
}

.headerRow {
  padding: 15px 0;
  min-height: 80px;
}

.menuRow {
  background: #ededee;
}

/* Global */
.hidden {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearleft {
  clear: left;
}

.bannerPublicidad {
  float: left;
  width: 30.33%;
  margin: 0 1.5% 30px 1.5%;
  height: 100px;
  overflow: hidden;
}

.rightColumn .bannerPublicidad {
  width: 100%;
  margin: 0 0 30px 0;
  height: auto;
}

.bannerPublicidad img {
  float: left;
  width: 100%;
  height: auto;
}

.municipios-back {
  background: #2C373F;
}

.municipios-text {
  color: #f27d00;
}

.opinion-back {
  background: #6c98ef;
}

.opinion-text {
  color: #6c98ef;
}

/* Header */
#menu-top-links {
  float: left;
  width: auto;
}

#menu-top-links li {
  float: left;
  width: auto;
  margin-right: 15px;
}

#menu-top-links li a {
  float: left;
  width: auto;
  text-transform: uppercase;
  color: #979698;
}

#menu-top-links li a:hover {
  color: #3b5b72;
}

.socials p {
  float: left;
  width: auto;
  font-size: 12px;
}

.socials a {
  float: left;
  width: auto;
  font-size: 14px;
  color: #979698;
  margin-left: 10px;
}

.socials a:hover {
  color: #3b5b72;
}

.headerRow .container {
  position: relative;
}

.anios10 {
  position: absolute;
  left: 360px;
  width: 60px;
  height: 69px;
  background: url(images/10anios.png) no-repeat;
}

.logo {
  float: left;
  width: 330px;
  margin: 0 auto;
}

.dateHeader {
  float: left;
  clear: both;
  width: auto;
  font-size: 12px;
  color: #3f3c40;
  position: absolute;
}

.bannerHeader {
  float: right;
  width: 786px;
  height: 76px;
  overflow: hidden;
}

.bannerHeader img {
  float: left;
  width: 100%;
  height: auto;
}

.headerRow .ads {
  float: right;
  width: 610px;
  position: absolute;
  top: -10px;
  right: 0;
}

/* Menu */
.site-navigation {
  float: left;
  width: auto;
}

.site-navigation ul {
  float: left;
  width: auto;
}

.site-navigation ul li {
  float: left;
  width: auto;
  position: relative;
}

.site-navigation ul li a {
  float: left;
  width: auto;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #979698;
}

.site-navigation ul li a:hover, .site-navigation ul li.current-menu-item a {
  background: #5d97a4;
  color: #fff;
}

.site-navigation ul li.menu-item-has-children a:after {
  font-family: "fontawesome";
  content: "";
  font-size: 16px;
  margin-left: 5px;
}

.site-navigation ul li .sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 210px;
  z-index: 100;
  background: #ededee;
  display: none;
}

.site-navigation ul li:hover .sub-menu {
  display: block;
}

.site-navigation ul li .sub-menu li {
  width: 100%;
  box-sizing: border-box;
}

.site-navigation ul li .sub-menu a {
  width: 100%;
  box-sizing: border-box;
}

.site-navigation ul li.menu-item-has-children .sub-menu a:after {
  display: none;
}

#searchform {
  float: right;
  border-left: 5px solid #fff;
  height: 50px;
}

#searchform input.btn {
  width: 50px;
  padding: 0;
  background: url(images/searchIcon.png) center center no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-indent: 5000px;
  overflow: hidden;
  cursor: pointer;
}

#searchform input.btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Home */
/* Notas */
.post {
  float: left;
  width: 30.33%;
  margin: 0 1.5% 30px 1.5%;
}

.notas-superiores {
  float: left;
  width: 100%;
}

.notas-superiores .post:nth-child(3n+1) {
  clear: left;
}

.post .image {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.post .image .img {
  float: left;
  width: 100%;
  height: 215px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post .image img {
  max-width: 100%;
  height: auto;
}

.post .image .img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.post .image p.epi, span.epi {
  font-size: 14px;
  color: #999;
  font-style: italic;
  margin: 5px auto 0;
}

.post .categoryBox {
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 8px;
}

.post .categoryBox a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.post .date {
  float: left;
  width: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d6d8;
}

.post .text h3 {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.post .text h3 a {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 600;
  line-height: 1.3em;
}

.post .text h3 a:hover {
  color: #5d97a4;
}

.post .text p {
  float: left;
  width: 100%;
  margin-top: 10px;
  line-height: 1.5em;
}

.bloque-3 .post:nth-child(2n+1) {
  clear: left;
}

.post .bajada {
  padding: 20px 0;
}

.post .bajada p {
  font-size: 18px;
  color: #222;
}

.post .no-image .categoryBox,
.no-image .post .categoryBox,
.destacado .post .image .categoryBox {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.destacado {
  float: left;
  width: 63.66%;
  margin: 0 1.5% 30px 1.5%;
}

.destacado h1 {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d6d8;
  color: #5a5a5a;
  text-transform: uppercase;
  font-size: 32px;
}

.destacado .post {
  width: 100%;
  margin: 0 0 20px 0;
}

.destacado .post .text h3 a {
  font-size: 20px;
  line-height: 1.2em;
}

.destacado .post .image .img,
.destacado .relatedPost {
  float: left;
  width: 100%;
}

.destacado .relatedPost .post {
  width: 50%;
  padding: 15px 2%;
  margin: 0;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
}

.destacado .relatedPost .post:hover {
  background: rgba(0, 0, 0, 0.3);
}

.destacado .relatedPost .post .text h3 {
  margin: 0;
}

.destacado .relatedPost .post .text h3 a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
}

.destacado .relatedPost .post .image,
.destacado .relatedPost .post .date,
.destacado .relatedPost .post .text p {
  display: none;
}

.posts-right {
  float: right;
  width: 30.33%;
  margin: 0 1.5% 30px 1.5%;
}

.posts-right .post {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.frasedeldia {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 10px;
  box-sizing: border-box;
  background: #542583;
}

.frasedeldia .title {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.frasedeldia h3 {
  float: left;
  width: 100%;
  padding: 15px 0;
}

.frasedeldia h3, .frasedeldia h3 p {
  font-size: 23px;
  color: #fff;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.frasedeldia p.author {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.facebookCont, .twitterCont {
  float: left;
  width: 30.33%;
  margin: 0 1.5% 30px 1.5%;
}

.facebookCont {
  width: 100%;
  margin: 0 0 30px;
}

.facebookCont .title, .twitterCont .title {
  float: left;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 15px;
}

.facebookCont .title {
  background: #5d97a4;
}

.twitterCont .title {
  background: #009cc3;
}

.facebookCont .title h3, .twitterCont .title h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
}

.facebookCont .title h3 i, .twitterCont .title h3 i {
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.3);
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 18px;
}

.facebookCont .title a, .twitterCont .title a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  padding: 5px 8px;
  margin-top: 5px;
  color: #fff;
}

.facebookCont iframe, .twitterCont iframe {
  float: left;
  width: 100%;
}

#cff.cff-default-styles .cff-link-title {
  margin: 0;
}

.listPost {
  float: left;
  width: 100%;
  margin: 0;
}

.listPost .post {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #d8d6d8;
}

.listPost .post .image {
  float: left;
  width: 20%;
}

.listPost .post .text {
  float: right;
  width: 75%;
}

.post .text .categoryText {
  float: left;
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
}

.listPost .post .text h3 {
  margin-top: 0;
}

.listPost .post .text h3 a {
  font-size: 16px;
  line-height: 1.2em;
}

.listPost .post p {
  float: right;
  width: 100%;
  margin-top: 10px;
}

.rightColumn .listPost {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.rightColumn .listPost .title, .widget .widget-title {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  text-transform: uppercase;
}

.rightColumn .listPost .title a {
  float: right;
  color: #979698;
}

.widget .widget-title {
  border-bottom: 1px solid #d8d6d8;
}

.topNotesRow .temaSemana {
  width: 76%;
  float: left;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.temaSemana__item {
  background: blue;
  padding: 20px;
  height: 175px;
}

.temaSemana__right {
  float: right;
  width: 23%;
}

.temaSemana__right__item {
  background: green;
  padding: 20px;
  height: 175px;
  margin-bottom: 20px;
}

.notes-deportes {
  width: 100%;
  float: left;
  margin: 100px 0;
}

.notes-deportes__grid {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.notes-deportes__grid__item {
  background: red;
  padding: 20px;
  height: 105px;
}

.coronavirus {
  width: 100%;
  float: left;
}

.coronavirus__grid {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.coronavirus__grid__item {
  background: yellow;
  padding: 20px;
  height: 175px;
}

.listadoCategorias {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  box-shadow: #ddd 0 0 10px;
}

.listadoCategorias .title {
  float: left;
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  box-sizing: border-box;
}

.listadoCategorias .title a {
  float: right;
  color: #fff;
}

.listadoCategorias .post {
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #d8d6d8;
  padding: 0 20px;
  box-sizing: border-box;
}

.listadoCategorias .post h3 {
  margin: 15px 0;
}

.listadoCategorias .post h3 a {
  line-height: 1.2em;
}

.opinionBox {
  float: left;
  width: 63.66%;
  margin: 0 1.5% 30px 1.5%;
}

.opinionBox .title {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d6d8;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.opinionBox .title a {
  float: right;
}

.opinionBox .post {
  width: 97%;
  margin-bottom: 20px;
}

.opinionBox .post:nth-child(3n+1) {
  clear: left;
}

.opinionBox .post .image {
  width: 30%;
}

.opinionBox .post .text {
  float: right;
  width: 65%;
}

.opinionBox .post .text h3 {
  margin: 0;
}

.opinionBox .post .text h3 a {
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 600;
}

.opinionBox .post .text p {
  margin: 0;
}

.bottomLineNotes {
  float: left;
  width: 100%;
}

.bottomLineNotes .post {
  width: 22%;
}

.bottomLineNotes .post .text h3 {
  margin: 5px 0;
}

.bottomLineNotes .post .text h3 a {
  font-size: 14px;
}

/* Columna */
.opinionBoxCol {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 10px;
  box-sizing: border-box;
}

.opinionBoxCol * {
  color: #fff;
  float: left;
  width: 100%;
}

.opinionBoxCol img {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.opinionBoxCol h3 {
  float: left;
  width: 80%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  font-style: italic;
}

.opinionBoxCol .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  float: left;
  width: 20%;
  font-size: 30px;
  text-align: right;
}

.municipiosCol {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.municipiosCol h3 {
  float: left;
  width: 100%;
  padding: 15px 0;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  background: #309BA3;
}

.municipiosCol ul {
  float: left;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.municipiosCol ul li {
  float: left;
  width: 50%;
  padding-bottom: 5px;
}

.municipiosCol ul li:nth-child(2n+1) {
  clear: left;
}

.municipiosCol ul li a {
  float: left;
  color: #fff;
}

.municipiosCol ul li p {
  float: left;
  color: #fff;
  font-weight: 700;
}

.vidriera a, .vidriera a.bannerPublicidad {
  margin: 15px 0 0 0;
}

/* Category */
.pageTitleRow {
  padding: 15px 0;
  margin-bottom: 30px;
  background-color: #5d97a4;
}

.pageTitleRow .page-title {
  float: left;
  width: 100%;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}

.categoryRow .leftColumn .post {
  float: left;
  width: 98%;
  position: relative;
}

.categoryRow .leftColumn .post .image {
  float: left;
  width: 35%;
}

.categoryRow .leftColumn .post .text {
  float: right;
  width: 65%;
  padding: 0 20px;
  box-sizing: border-box;
}

.categoryRow .leftColumn .post .text.no-image {
  width: 100%;
  padding-bottom: 40px;
}

.categoryRow .leftColumn .post .text h3 a {
  font-size: 22px;
  line-height: 1.2em;
}

/* Single */
.single .leftColumn .post {
  width: 98%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}

.single .post .post-title {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
}

.single .post .image {
  margin: 10px 0 20px 0;
  text-align: center;
}

.single .leftColumn .texts p, .single .leftColumn .texts {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.single .leftColumn .texts p {
  float: none;
}

.single .leftColumn .texts b, .single .post .texts strong {
  color: #000;
  font-weight: 700;
}

.single .leftColumn .texts a {
  color: #18b8e8;
}

.single .leftColumn .texts a:hover {
  text-decoration: underline;
}

.single .leftColumn .texts .alignleft {
  float: left;
  width: auto;
  max-width: 50%;
  margin-right: 20px;
  text-align: center;
  margin-bottom: 10px;
  height: auto;
  font-size: 12px;
  font-style: italic;
}

.single .leftColumn .texts .aligncenter {
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 50%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  height: auto;
  font-size: 12px;
  font-style: italic;
}

.single .leftColumn .texts .alignright {
  float: right;
  width: auto;
  max-width: 50%;
  margin-left: 20px;
  text-align: center;
  margin-bottom: 10px;
  height: auto;
  font-size: 12px;
  font-style: italic;
}

.single .leftColumn .texts iframe {
  margin: 30px auto !important;
  padding: 0px !important;
  border: 0 !important;
  max-width: 100%;
  min-height: 300px;
  box-sizing: content-box;
}

.single .leftColumn .gallery, .border-box {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.single .leftColumn .gallery p {
  margin: 0;
  padding: 0;
}

.single .leftColumn .gallery img {
  float: left;
  width: 100%;
}

.single .leftColumn .gallery p img {
  float: left;
  width: 100%;
  height: auto;
}

.single .leftColumn audio,
.single .leftColumn video {
  width: 100%;
  height: auto;
}

.mejs-container {
  margin-bottom: 20px;
}

.comments-area {
  float: left;
  width: 98%;
  margin-top: 20px;
}

.comment-reply-title {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.comment-form-comment {
  float: left;
  width: 100%;
}

.comment-form-comment label {
  float: left;
  width: 100%;
}

.comment-form-comment textarea {
  float: left;
  width: 100%;
  border: 1px solid #dddddd;
  background: none;
  height: 100px;
  margin-top: 15px;
}

.form-submit input {
  float: left;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #18b8e8;
  text-transform: uppercase;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
}

.single .post .image,
.single .leftColumn .gallery, .border-box,
.single .leftColumn iframe,
.mejs-container {
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

/* page */
.internal-page .categoryRow {
  margin-top: 30px;
}

.internal-page .type-page {
  float: left;
  width: 98%;
  margin: 0 1% 30px 1%;
}

.internal-page .entry-title {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
}

.internal-page .image {
  margin-bottom: 20px;
}

.internal-page .leftColumn p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.internal-page .leftColumn p b, .single .post p strong {
  color: #000;
}

.internal-page .leftColumn a {
  color: #18b8e8;
}

.internal-page .leftColumn a:hover {
  text-decoration: underline;
}

.internal-page .entry-footer {
  display: none;
}

/* 404 */
.error-404 .page-title {
  float: left;
  width: 100%;
  font-size: 40px;
  text-align: center;
  color: #000;
  padding: 100px 0 20px 0;
}

.error-404 p {
  float: left;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 0 0 100px 0;
}

/* Formularios */
.formbox {
  float: left;
  width: 80%;
}

.formbox li {
  float: left;
  width: 99%;
  margin-bottom: 15px;
}

.formbox li.short {
  width: 49%;
  margin-right: 1%;
}

.formbox li input {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #666;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #d8d6d8;
}

.formbox li textarea {
  float: left;
  width: 100%;
  height: 100px;
  line-height: 20px;
  font-size: 15px;
  color: #666;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #d8d6d8;
}

.formbox li input.wpcf7-submit {
  width: auto;
  padding: 0 20px;
  background: #5d97a4;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

div.wpcf7-validation-errors {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 15px;
  text-align: center;
}

span.wpcf7-not-valid-tip {
  float: left;
  width: 100%;
}

/* Footer */
.site-footer {
  padding: 20px 0;
}

.footerLogo {
  float: left;
  width: 163px;
  margin-right: 15px;
}

.footerLogo img {
  float: left;
  width: 100%;
  height: auto;
}

.footerLogo .copyright {
  float: left;
  width: 100%;
  font-size: 10px;
  color: #333;
  margin-top: -8px;
}

.menusFooter {
  float: left;
  width: 60%;
}

.menusFooter .menu-menu-principal-container {
  float: left;
  width: 100%;
}

.menusFooter .menu-menu-principal-container li {
  float: left;
  width: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.menusFooter .menu-menu-principal-container li a {
  float: left;
  width: auto;
  font-size: 14px;
  color: #5a5a5a;
  text-transform: uppercase;
}

.menusFooter .menu-menu-principal-container li ul {
  display: none;
}

.menusFooter .menu-top-links-container {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.menusFooter .menu-top-links-container li {
  float: left;
  width: auto;
  padding: 0 15px;
}

.menusFooter .menu-top-links-container li a {
  float: left;
  width: auto;
  font-size: 11px;
  color: #979698;
  text-transform: uppercase;
}

/* Encuesta */
.wp-polls h3 {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #000;
  font-weight: normal !important;
  text-align: left !important;
}

.wp-polls-ans {
  float: left;
  width: 100%;
  margin: 20px 0 10px;
}

.wp-polls-ans ul {
  float: left;
  width: 100%;
  margin: 0;
}

.wp-polls-ans ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  background: none;
  border: none;
}

.encuesta .wp-polls .pollbar {
  background: #00b7d7;
  border: 0;
  height: 12px;
}

.wp-polls IMG, .wp-polls LABEL, .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
  background: none;
  font-family: "Open Sans", sans-serif;
  color: #979698;
  font-size: 18px;
}

.encuesta a {
  color: #6c98ef;
  font-size: 18px;
}

.share-buttons-cont {
  float: right;
  width: auto;
}

.share-buttons-cont p {
  float: left;
  line-height: 20px;
  width: auto;
  margin-top: 5px;
}

.share-buttons-cont li {
  float: left;
  width: auto;
}

.share-buttons-cont a {
  float: left;
  width: auto;
  margin-left: 10px;
  font-size: 20px;
  color: #979698;
}

.topNotesRow .temaSemana .columnLeft .post .image img {
  width: 100%;
}

.temaSemana .columnRight .post .image a {
  height: 100px;
}

.temaSemana .columnRight .post .image img {
  display: none;
}

.headerRow .ads.tamano-300 .post {
  float: right;
  width: 300px;
  margin: 0 0 0 5px;
}

.headerRow .ads.tamano-600 .post {
  float: right;
  width: 600px;
}

.headerRow .ads.tamano-600 .post:nth-child(2) {
  display: none;
}

div.wpcf7-mail-sent-ok {
  clear: left;
}

.no-results.not-found .search-form {
  display: none;
}

.no-results.not-found {
  margin-bottom: 20px;
}

#cff .cff-shared-link {
  margin: 0;
}

.wpp-list li:nth-child(1) .number:before {
  content: "1";
}

.wpp-list li:nth-child(2) .number:before {
  content: "2";
}

.wpp-list li:nth-child(3) .number:before {
  content: "3";
}

.wpp-list li:nth-child(4) .number:before {
  content: "4";
}

.wpp-list li:nth-child(5) .number:before {
  content: "5";
}

/* Box Mundial */
.mundial {
  background: #71c6ee;
}

.mundial .columnLeft {
  width: 100%;
}

.mundial .columnLeft .post .image {
  height: 500px;
  max-height: 500px;
  overflow: hidden;
}

.mundial .columnLeft .post .image video,
.mundial .columnLeft .post .image iframe {
  width: 100%;
  height: 100%;
}

.mundial .columnLeft .post .text {
  position: relative;
}

.mundial .columnLeft .post .image .img {
  height: calc(100%);
  max-height: 500px;
}

.mundial .columnRight {
  width: 100%;
}

.mundial .columnRight .post {
  width: 50%;
  border-top: 1px solid #fff;
}

.mundial .post:nth-child(2), .mundial .post:nth-child(4) {
  border-left: 1px solid #fff;
}

.copa {
  position: absolute !important;
  left: -46px;
  top: -260px;
  width: 170px;
  height: 220px;
  background: url(images/copa.png) bottom left no-repeat;
  background-size: 100% auto;
  z-index: 2 !important;
  zoom: 0.6;
}

/* BOX MUNDIAL SMALL */
.mundial.mundialSmall .columnLeft {
  width: 65%;
}

.mundial.mundialSmall .columnLeft .post .image .img,
.mundial.mundialSmall .columnLeft .post .image {
  max-height: 310px;
}

.mundial.mundialSmall .columnRight {
  width: 35%;
}

.mundial.mundialSmall .columnRight .post {
  width: 100%;
}

.mundial.mundialSmall .post:nth-child(1) {
  border-top: none;
}

.mundial.mundialSmall .post:nth-child(2), .mundial.mundialSmall .post:nth-child(4) {
  border-left: none;
}

/* URBANA EN VIVO */
.urbanaEnVivo {
  float: left;
  width: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.urbanaEnVivo .videoCont {
  float: left;
  width: 100%;
}

.urbanaEnVivo .videoCont iframe {
  float: left;
  width: 100%;
  height: 200px;
}

.urbanaEnVivo .texto {
  float: left;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: center;
}

.urbanaEnVivo .texto img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.temaSemana .columnLeft .post:nth-child(2) .text h3 a {
  font-size: 16px;
}

/* Responsive */
.responsiveBtn {
  display: none;
}

@media all and (max-width: 1500px) {
  .bannerHeader {
    display: none;
  }
}
@media all and (max-width: 1300px) {
  .container {
    float: left;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 1050px) {
  .headerRow .ads {
    width: 400px;
  }

  .headerRow .ads .post img {
    float: none;
    vertical-align: middle;
  }

  .headerRow .ads.tamano-300 .post {
    width: 49%;
    margin-left: 1%;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
  }

  .headerRow .ads.tamano-600 .post {
    width: 100%;
    line-height: 100px;
    vertical-align: middle;
  }
}
@media all and (max-width: 990px) {
  .responsiveBtn {
    display: block;
    float: right;
    font-size: 30px;
    color: #333;
    margin: 15px 15px 0 0;
  }

  .site-navigation ul {
    float: left;
    wisdth: 100%;
  }

  .site-navigation ul li {
    float: left;
    width: 100%;
  }

  .site-navigation ul li a {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .site-navigation ul li.menu-item-has-children a:after {
    display: none;
  }

  .site-navigation ul li .sub-menu {
    position: static;
    width: 100%;
    background: #ddd;
    display: block;
  }

  #searchform {
    float: left;
    border-left: none;
    width: 100%;
  }

  .temaSemana .columnLeft, .temaSemana.videoCarousel .columnLeft, .topNotesRow .temaSemana .columnLeft, .mundial.mundialSmall .columnLeft {
    float: left;
    width: 100%;
  }

  .temaSemana .columnRight, .temaSemana.videoCarousel .columnRight, .topNotesRow .temaSemana .columnRight, .mundial.mundialSmall .columnRight {
    float: left;
    width: 100%;
  }

  .site-footer .right {
    float: left;
    clear: left;
    margin-top: 10px;
  }

  .menusFooter {
    width: 75%;
  }

  .headerRow .ads {
    width: 100%;
    position: static;
    margin: 20px 0 0;
  }

  .headerRow .ads .post img {
    width: auto;
    max-width: 100%;
  }

  #searchform input.btn {
    float: right;
    width: 10%;
  }
}
@media all and (max-width: 900px) {
  .dateHeader {
    bottom: -20px;
    text-align: center;
    font-size: 14px;
  }
}
@media all and (max-width: 850px) {
  .leftColumn {
    float: left;
    width: 100%;
  }

  .rightColumn {
    float: left;
    margin: 0 25%;
    width: 50%;
  }

  .menusFooter {
    width: 100%;
    margin-top: 10px;
    margin-left: -15px;
  }

  .searchBar {
    float: left;
    width: 100%;
    overflow: hidden;
  }

  #searchform input.btn {
    float: right;
    width: 10%;
  }

  .topNotesRow .temaSemana .columnLeft .post {
    height: 600px !important;
  }

  .formbox {
    float: left;
    width: 100%;
  }

  .wp-pagenavi {
    margin-bottom: 20px;
  }

  .mundial .columnRight .post {
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  .post,
.bannerPublicidad,
.twitterCont,
.posts-right {
    width: 47%;
  }

  .destacado,
.opinionBox,
.listPost,
.facebookCont,
.listadoCategorias,
.frasedeldia {
    width: 97%;
  }

  .notas-superiores .post:nth-child(3n+1) {
    clear: none;
  }

  .notas-superiores .post:nth-child(2n+1) {
    clear: left;
  }

  .single .leftColumn .texts .alignleft, .single .leftColumn .texts .alignright,
.single .leftColumn .texts .aligncenter {
    width: 100%;
  }

  .menusFooter {
    margin-left: 0;
  }

  .menusFooter .menu-menu-principal-container li {
    width: 100%;
    margin-bottom: 10px;
  }

  .single .leftColumn .texts iframe {
    min-height: 300px;
    height: 300px;
  }
}
@media all and (max-width: 600px) {
  .topNotesRow .temaSemana .columnLeft .post,
.topNotesRow .temaSemana .columnLeft .post:nth-child(1) {
    width: 100%;
    height: auto !important;
  }

  .topNotesRow .temaSemana .columnLeft .post .image {
    position: relative;
    padding-top: 65%;
  }

  .topNotesRow .temaSemana .columnLeft .post .image a.img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .temaSemana .columnLeft .post .text {
    position: static;
    padding-bottom: 20px;
  }

  .categoryRow .post .image {
    width: 100%;
  }

  .categoryRow .post .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .formbox {
    width: 100%;
  }

  .destacado h1 {
    font-size: 28px;
    line-height: 1.1;
  }

  .temaSemana .columnLeft .post .image iframe {
    height: 280px;
  }
}
@media all and (max-width: 550px) {
  .bottomLineNotes .post {
    width: 47%;
  }

  .post,
.frasedeldia,
.bannerPublicidad,
.listPost,
.facebookCont,
.twitterCont,
.listadoCategorias,
.post,
.bannerPublicidad,
.twitterCont,
.posts-right {
    width: 97%;
  }

  .categoryRow .leftColumn .post .text,
.categoryRow .leftColumn .post .image {
    width: 100%;
    padding: 0;
  }

  .rightColumn {
    margin: 0;
    width: 100%;
  }

  .opinionBox .post {
    width: 97%;
  }

  .bannerPublicidad img {
    width: auto;
    float: none;
  }

  .bannerPublicidad {
    text-align: center;
  }

  .rightColumn .widget {
    padding: 10px;
    box-sizing: border-box;
  }

  .wp-pagenavi span {
    margin-bottom: 7px;
    display: inline-block;
  }

  .mundial .columnLeft .post .image {
    height: 350px;
  }
}
@media all and (max-width: 500px) {
  .headerRow .logo {
    float: left;
    width: 270px;
  }

  .headerRow .logo img {
    float: left;
    width: 100%;
    height: auto;
  }

  .site-navigation {
    top: 130px;
  }

  .socials p {
    display: none;
  }

  .formbox li.short {
    width: 99%;
  }

  .anios10 {
    left: 255px;
  }

  #menu-top-links {
    font-size: 11px;
  }

  .mundial .columnLeft .post .image {
    height: 300px;
  }
}
@media all and (max-width: 400px) {
  .headerRow {
    padding-bottom: 0;
  }

  .headerRow .logo {
    float: left;
    width: 200px;
  }

  .responsiveBtn {
    margin-top: 0px;
  }

  .site-navigation {
    top: 125px;
  }

  #searchform input.btn {
    float: right;
    width: 20%;
  }

  .socials p {
    display: none;
  }

  .formbox li.short {
    width: 99%;
  }

  .anios10 {
    left: 220px;
    width: 40px;
    background-size: 100%;
  }

  .headerRow .ads.tamano-300 .post {
    height: 65px;
    line-height: 65px;
  }

  .copa {
    display: none;
  }

  .mundial .columnLeft .post .text {
    padding: 10px 20px;
  }

  .mundial .columnLeft .post .image {
    height: 250px;
  }

  .single .leftColumn .texts iframe {
    min-height: 220px;
    height: 220px;
  }

  .temaSemana .columnLeft .post .image iframe {
    height: 250px;
  }
}
@font-face {
  font-family: "agrandirgrand_heavy";
  src: url("agrandir-grandheavy-webfont.woff2") format("woff2"), url("agrandir-grandheavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "steinbeckregular";
  src: url("steinbeck_regular-webfont.woff2") format("woff2"), url("steinbeck_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "karla";
  src: url("karla-bold-webfont.woff2") format("woff2"), url("karla-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "karla";
  src: url("karla-bolditalic-webfont.woff2") format("woff2"), url("karla-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "karla";
  src: url("karla-italic-webfont.woff2") format("woff2"), url("karla-italic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "karla";
  src: url("karla-regular-webfont.woff2") format("woff2"), url("karla-regular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "brick";
  src: url("brick-display-regular-trial.eot");
  src: local("☺"), url("brick-display-regular-trial.woff") format("woff"), url("brick-display-regular-trial.ttf") format("truetype"), url("brick-display-regular-trial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  font-family: "karla", sans-serif;
  font-size: 13px;
  color: #000000;
  font-size: 13px;
  background: white;
}
body img {
  max-width: 100%;
  height: auto;
}

.site {
  float: left;
  width: 100%;
  overflow: hidden;
}

section {
  float: left;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "karla", sans-serif;
  font-size: 13px;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit].btn, button.btn {
  color: #fff;
}

select {
  font-family: "karla", sans-serif;
  font-size: 13px;
  color: #000000;
}

h1,
.h1,
.newsletter__title,
.newsletter__title p,
.h1 p {
  font-size: 24px;
}
@media only screen and (max-width: 1100px) {
  h1,
.h1,
.newsletter__title,
.newsletter__title p,
.h1 p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 560px) {
  h1,
.h1,
.newsletter__title,
.newsletter__title p,
.h1 p {
    font-size: 22px;
  }
}

h2,
.h2,
.widget .widget-title,
.h2 p,
.widget .widget-title p {
  font-size: 20px;
}
@media only screen and (max-width: 1100px) {
  h2,
.h2,
.widget .widget-title,
.h2 p,
.widget .widget-title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 560px) {
  h2,
.h2,
.widget .widget-title,
.h2 p,
.widget .widget-title p {
    font-size: 18px;
  }
}

h3,
.h3,
.topNotesRow .first-block .item:nth-child(1) .item__title,
.image-banner__title,
.h3 p,
.topNotesRow .first-block .item:nth-child(1) .item__title p,
.image-banner__title p {
  font-size: 20px;
}
@media only screen and (max-width: 1100px) {
  h3,
.h3,
.topNotesRow .first-block .item:nth-child(1) .item__title,
.image-banner__title,
.h3 p,
.topNotesRow .first-block .item:nth-child(1) .item__title p,
.image-banner__title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  h3,
.h3,
.topNotesRow .first-block .item:nth-child(1) .item__title,
.image-banner__title,
.h3 p,
.topNotesRow .first-block .item:nth-child(1) .item__title p,
.image-banner__title p {
    font-size: 16px;
  }
}

h4,
.h4,
.widget .encuesta h3,
.topNotesRow .first-block .item__subtitle,
.topNotesRow .first-block .item__title,
.item--two-cols .item__title,
.h4 p,
.widget .encuesta h3 p,
.topNotesRow .first-block .item__subtitle p,
.topNotesRow .first-block .item__title p,
.item--two-cols .item__title p {
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  h4,
.h4,
.widget .encuesta h3,
.topNotesRow .first-block .item__subtitle,
.topNotesRow .first-block .item__title,
.item--two-cols .item__title,
.h4 p,
.widget .encuesta h3 p,
.topNotesRow .first-block .item__subtitle p,
.topNotesRow .first-block .item__title p,
.item--two-cols .item__title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  h4,
.h4,
.widget .encuesta h3,
.topNotesRow .first-block .item__subtitle,
.topNotesRow .first-block .item__title,
.item--two-cols .item__title,
.h4 p,
.widget .encuesta h3 p,
.topNotesRow .first-block .item__subtitle p,
.topNotesRow .first-block .item__title p,
.item--two-cols .item__title p {
    font-size: 16px;
  }
}

h5,
.h5,
.item__cat,
.special-section__title .text,
.h5 p,
.item__cat p,
.special-section__title .text p {
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  h5,
.h5,
.item__cat,
.special-section__title .text,
.h5 p,
.item__cat p,
.special-section__title .text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  h5,
.h5,
.item__cat,
.special-section__title .text,
.h5 p,
.item__cat p,
.special-section__title .text p {
    font-size: 14px;
  }
}

h6,
.h6,
.upper-titles,
.image-banner__upper,
.newsletter__upper,
.button,
.newsletter__cont button,
.newsletter__cont input[type=submit],
.btn,
.btn-primary,
.button-primary,
.h6 p,
.upper-titles p,
.image-banner__upper p,
.newsletter__upper p,
.button p,
.newsletter__cont button p,
.newsletter__cont input[type=submit] p,
.btn p,
.btn-primary p,
.button-primary p {
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  h6,
.h6,
.upper-titles,
.image-banner__upper,
.newsletter__upper,
.button,
.newsletter__cont button,
.newsletter__cont input[type=submit],
.btn,
.btn-primary,
.button-primary,
.h6 p,
.upper-titles p,
.image-banner__upper p,
.newsletter__upper p,
.button p,
.newsletter__cont button p,
.newsletter__cont input[type=submit] p,
.btn p,
.btn-primary p,
.button-primary p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 560px) {
  h6,
.h6,
.upper-titles,
.image-banner__upper,
.newsletter__upper,
.button,
.newsletter__cont button,
.newsletter__cont input[type=submit],
.btn,
.btn-primary,
.button-primary,
.h6 p,
.upper-titles p,
.image-banner__upper p,
.newsletter__upper p,
.button p,
.newsletter__cont button p,
.newsletter__cont input[type=submit] p,
.btn p,
.btn-primary p,
.button-primary p {
    font-size: 10px;
  }
}

.h7,
.h7 p {
  font-size: 14px;
}
@media only screen and (max-width: 1100px) {
  .h7,
.h7 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 560px) {
  .h7,
.h7 p {
    font-size: 18px;
  }
}

.h8, .item__subtitle, .item__title,
.h8 p,
.item__subtitle p,
.item__title p {
  font-size: 13px;
}
@media only screen and (max-width: 1100px) {
  .h8, .item__subtitle, .item__title,
.h8 p,
.item__subtitle p,
.item__title p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 560px) {
  .h8, .item__subtitle, .item__title,
.h8 p,
.item__subtitle p,
.item__title p {
    font-size: 13px;
  }
}

a {
  color: #000000;
}

p,
figure,
li,
h5 {
  font-family: "karla", sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 1.4;
}
p a,
figure a,
li a,
h5 a {
  color: #000000;
  position: relative;
}
p a:hover,
figure a:hover,
li a:hover,
h5 a:hover {
  color: #6c98ef;
}

b,
strong,
strong * {
  font-weight: 600;
}

*:focus {
  outline: none;
}

.row {
  float: left;
  width: 100%;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container,
.page-width {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .container,
.page-width {
    padding: 0 20px;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

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

.upper-titles, .image-banner__upper, .newsletter__upper, .button, .newsletter__cont button,
.newsletter__cont input[type=submit], .btn, .btn-primary, .button-primary {
  font-family: "agrandirgrand_heavy", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.button, .newsletter__cont button,
.newsletter__cont input[type=submit], .btn, .btn-primary, .button-primary {
  display: inline-block;
  max-width: 100%;
  height: 59px;
  line-height: 59px;
  background: #000000;
  color: #fff;
  padding: 0 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.button:hover, .newsletter__cont button:hover,
.newsletter__cont input[type=submit]:hover, .btn:hover, .btn-primary:hover, .button-primary:hover {
  background: #2C373F;
  color: #fff;
}
@media only screen and (max-width: 560px) {
  .button, .newsletter__cont button,
.newsletter__cont input[type=submit], .btn, .btn-primary, .button-primary {
    width: 100%;
    text-align: center;
  }
}
.button [data-loader], .newsletter__cont button [data-loader],
.newsletter__cont input[type=submit] [data-loader], .btn [data-loader], .btn-primary [data-loader], .button-primary [data-loader] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button [data-loader] svg, .newsletter__cont button [data-loader] svg,
.newsletter__cont input[type=submit] [data-loader] svg, .btn [data-loader] svg, .btn-primary [data-loader] svg, .button-primary [data-loader] svg {
  width: 30px;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iframe-wrapper {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

.leftColumn {
  width: calc(100% - 350px);
}
@media only screen and (max-width: 1024px) {
  .leftColumn {
    width: calc(100% - 305px);
  }
}

.rightColumn,
.posts-right {
  width: 330px;
}
@media only screen and (max-width: 1024px) {
  .rightColumn,
.posts-right {
    width: 290px;
  }
}

@media only screen and (max-width: 1250px) {
  .headerRow {
    background: #1C96A4;
    padding: 8px 0;
    min-height: 60px;
  }
}

.container--header {
  padding: 0 125px;
}
@media only screen and (max-width: 1250px) {
  .container--header {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1250px) {
  .container--header .dateHeader {
    display: none;
  }
}
.container--header .logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1250px) {
  .container--header .logo {
    float: left;
    width: 100%;
    justify-content: center;
  }
}
.container--header .logo .anios {
  margin-left: 20px;
  width: 40px;
}
@media only screen and (max-width: 1250px) {
  .container--header .logo .anios {
    display: none !important;
    margin-left: 5px;
    margin-top: 9px;
    width: 25px;
  }
}
.container--header .logo .responsive {
  display: none !important;
}
@media only screen and (max-width: 1250px) {
  .container--header .logo .responsive {
    display: block !important;
    width: 70px;
  }
}
@media only screen and (max-width: 1250px) {
  .container--header .logo img {
    display: none !important;
  }
}

.topLinks {
  background: linear-gradient(142deg, black 0%, #30383c 39%, black 100%);
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .topLinks {
    overflow-x: scroll;
  }
}
.topLinks:after {
  display: block;
  height: 2px;
  width: 100%;
  content: "";
  background: #1a8695;
  background: linear-gradient(142deg, #1a8695 0%, black 100%);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
}
.topLinks__vivo {
  float: left;
  width: calc(100% - 300px);
  height: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 13px;
}
.topLinks__vivo .red-box {
  float: left;
  width: auto;
  background: #e32a20;
  color: white;
  text-transform: uppercase;
  padding: 0 10px;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
}
.topLinks__vivo a {
  color: white;
  font-size: 13px;
}
.topLinks__vivo a span {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}
.topLinks__vivo a span.title {
  text-transform: none;
}
.topLinks__cta {
  float: right;
  width: 260px;
  padding-right: 30px;
  border-left: 1px solid #ddd;
}
.topLinks__cta a {
  float: right;
  width: auto;
  background: #e32a20;
  color: white;
  text-transform: uppercase;
  padding: 0 10px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
@media only screen and (max-width: 1250px) {
  .topLinks .container--header {
    min-width: 1000px;
  }
}

.headerRow {
  display: flex;
  flex-direction: column;
}
.headerRow .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 50px;
}
.headerRow .responsiveBtn {
  display: inline-block;
  font-size: 60px;
  display: none;
}
@media only screen and (max-width: 1250px) {
  .headerRow .responsiveBtn {
    display: block;
    font-size: 40px;
  }
}
.headerRow input[type=submit] {
  float: right;
  width: 40px;
  height: 40px;
  background: none;
  background-image: url(images/icon-search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  .headerRow input[type=submit] {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(0, -50%);
    z-index: 1;
    color: #4f5059;
  }
}
.headerRow input[type=search] {
  line-height: 40px;
  border: 1px solid rgba(192, 192, 192, 0) !important;
  background: rgba(255, 255, 255, 0) !important;
  border-right: none;
  font-size: 20px;
  height: 42px;
  padding: 20px 0;
  margin: 0;
  width: 200px;
  position: absolute;
  z-index: 1;
  right: -200px;
  top: 0;
  border-radius: 22px;
  transition: all 0.5s ease;
  opacity: 0;
}
.headerRow input[type=search]::placeholder {
  color: #000;
}
@media only screen and (max-width: 1250px) {
  .headerRow input[type=search] {
    width: 100%;
    float: left;
    right: 0;
    border: transparent !important;
    background: transparent !important;
    padding: 20px 50px;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
  }
}
.headerRow .close_button {
  display: none;
  width: 13px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -42%);
  z-index: 1;
  color: #878f9d;
  cursor: pointer;
}
@media only screen and (max-width: 1250px) {
  .headerRow .close_button {
    display: none;
  }
}
.headerRow .search_button {
  display: none;
}
.headerRow #search_container {
  width: 50px;
  vertical-align: top;
  display: inline-block;
  margin-left: 40px;
  height: 42px;
  position: absolute;
  right: 30px;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1250px) {
  .headerRow #search_container {
    position: absolute;
    right: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  .headerRow #search_container form {
    float: left;
    width: 100%;
    height: 42px;
  }
}
.headerRow #search_container.open {
  width: 250px;
  margin-top: 0;
}
.headerRow #search_container.open input[type=submit] {
  display: none;
}
.headerRow #search_container.open input[type=search] {
  width: 100%;
  position: relative;
  font-size: 16px;
  padding: 20px 50px;
  border: 1px solid silver !important;
  background: white !important;
  opacity: 1;
}
.headerRow #search_container.open .search_button {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -42%);
  z-index: 1;
  color: #4f5059;
}
.headerRow #hint {
  margin-top: 50px;
  font-size: 15px;
  color: #444;
}

.menuRow .site-navigation {
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  .menuRow .site-navigation {
    height: 100%;
    display: none;
    position: absolute;
    top: 105px;
    left: 0;
    float: left;
    width: 100%;
    z-index: 102;
    background: #ededee;
  }
}
@media only screen and (max-width: 1250px) {
  .menuRow .site-navigation {
    top: 60px;
  }
}
.menuRow .site-navigation > div {
  width: 100%;
}
.menuRow .site-navigation ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1250px) {
  .menuRow .site-navigation ul {
    display: block;
  }
}
@media only screen and (max-width: 1250px) {
  .menuRow .site-navigation ul li a {
    padding: 0 20px;
    text-align: left;
  }
}

.specialNews {
  float: left;
  width: 100%;
  background: #000;
  background: linear-gradient(142deg, black 0%, #30383c 39%, black 100%);
  padding: 20px;
  position: relative;
  margin-top: 32px;
}
@media only screen and (max-width: 1250px) {
  .specialNews {
    padding: 20px;
    padding-top: 30px;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 1250px) {
  .specialNews {
    padding: 30px 0;
  }
}
.specialNews:before, .specialNews:after {
  display: block;
  height: 3.5px;
  width: 100%;
  content: "";
  background: #1a8695;
  background: linear-gradient(142deg, #1a8695 0%, rgba(26, 134, 149, 0) 100%);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.specialNews:after {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1250px) {
  .specialNews .container--header {
    min-width: 1000px;
  }
}
.specialNews .container {
  position: relative;
}
.specialNews__title {
  position: absolute;
  top: -30px;
  margin-left: -10px;
  background: #2D7A7A;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.specialNews__news {
  display: flex;
  justify-content: space-between;
}
.specialNews__news .item {
  float: left;
  width: 100%;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 40px auto;
  color: #ffffff;
  font-size: 13px;
}
@media only screen and (max-width: 1250px) {
  .specialNews__news .item {
    padding-right: 0;
    margin-right: 5px;
    grid-gap: 5px;
    font-size: 10px;
  }
}
.specialNews__news .item:nth-last-child(1) {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.specialNews__news .item .icon {
  text-align: center;
}
.specialNews__news .item .title {
  color: #2D7A7A;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1250px) {
  .specialNews__news .item .title {
    font-size: 12px;
  }
}
.specialNews__news .item .text {
  display: block;
}

.site-footer {
  float: left;
  width: 100%;
  background: #18191B;
  padding: 40px 0;
}
.site-footer__grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .site-footer__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.site-footer .left form .searchBar .btn {
  background-size: 70%;
  opacity: none;
  background-color: #ffffff;
}
.site-footer .left form .searchBar input {
  width: 190px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.site-footer .left .socials {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .site-footer .left .socials {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.site-footer .left .socials a {
  float: left;
  width: 40px;
  transition: all 0.5s ease;
  margin-left: 0;
}
.site-footer .left .socials a .instagram {
  background: url(images/instagram.svg) center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  float: left;
}
.site-footer .left .socials a .twitter {
  background: url(images/twitter.svg) center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  float: left;
}
.site-footer .left .socials a .facebook {
  background: url(images/facebook.svg) center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  float: left;
}
.site-footer .left .socials a .youtube {
  background: url(images/youtube.svg) center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  float: left;
}
.site-footer .footerLogo {
  margin: 0 auto;
  display: flex;
}
.site-footer .right {
  width: 100%;
  display: flex;
  align-items: center;
}
.site-footer .right .cont {
  color: #ffffff;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .site-footer .right .cont {
    margin-bottom: 20px;
  }
}
.site-footer .right .cont a {
  color: #ffffff;
  margin: 0 10px;
}
.site-footer .right .cont a:hover {
  opacity: 0.9;
}
.site-footer .right .cont span:before {
  content: "";
  border-left: 1px solid #ffffff;
  width: 1px;
  height: 12px;
}
.site-footer #searchform {
  border-left: none;
  float: left;
}
.site-footer #searchform .searchBar {
  float: left;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 900px) {
  .site-footer #searchform .searchBar {
    display: flex;
    justify-content: center;
  }
}
.site-footer #searchform .searchBar .search__btn {
  float: left;
  width: 20px;
  height: 20px;
  background: #ffffff;
  background-image: url(images/icon-search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65%;
  padding-top: 22px;
}
.site-footer #searchform .searchBar input {
  width: 190px;
  height: 22px;
  line-height: 22px;
  background: #ffffff;
}
.site-footer__bottom {
  float: left;
  width: 100%;
  padding-top: 180px;
}
@media only screen and (max-width: 900px) {
  .site-footer__bottom {
    padding-top: 100px;
  }
}
.site-footer__bottom .copyright,
.site-footer__bottom a,
.site-footer__bottom span {
  float: left;
  font-size: 14px;
  color: #2C373F;
  opacity: 0.65;
}
.site-footer__bottom .copyright {
  float: left;
  margin-right: 55px;
}
@media only screen and (max-width: 560px) {
  .site-footer__bottom .copyright {
    margin-bottom: 20px;
  }
}
.site-footer__bottom span {
  padding: 0 10px;
}
.site-footer__bottom a:hover {
  color: #2D7A7A;
}
@media only screen and (max-width: 560px) {
  .site-footer__links {
    float: left;
    width: 100%;
  }
}
.site-footer .copyright {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.parallax-1,
.parallax-2,
.parallax-3,
.parallax-4,
.relative {
  position: relative;
}

.home__hero {
  background-attachment: fixed;
}

.newsletter {
  text-align: center;
  padding: 0 60px;
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .newsletter {
    padding: 0;
    margin-bottom: 0;
  }
}
.newsletter .container {
  width: 1664px;
}
@media only screen and (max-width: 1100px) {
  .newsletter .container {
    padding: 0;
  }
}
.newsletter .content {
  float: left;
  width: 100%;
  background: #2D7A7A;
  height: 590px;
  display: flex;
  align-items: center;
  padding: 0 43px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .newsletter .content {
    padding: 130px 30px;
    height: auto;
  }
}
.newsletter .content:before {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 98px;
  height: 111px;
  background-image: url(dakota-logo.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  transform: translate(0, 50%);
}
@media only screen and (max-width: 1100px) {
  .newsletter .content:before {
    right: auto;
    left: 50%;
    width: 74px;
    height: 83px;
    transform: translate(-50%, 50%);
  }
}
.newsletter__upper {
  margin-bottom: 28px;
}
.newsletter__title, .newsletter__title p {
  font-family: "steinbeckregular", sans-serif;
  color: #2C373F;
}
@media only screen and (max-width: 750px) {
  .newsletter__title, .newsletter__title p {
    line-height: 1.05;
  }
}
.newsletter__cont {
  display: inline-block;
  width: 440px;
  max-width: 100%;
  margin-top: 64px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .newsletter__cont {
    margin-top: 36px;
  }
}
.newsletter__cont input[type=email] {
  float: left;
  width: calc(100% - 110px);
  height: 58px;
  line-height: 58px;
  background: #2C373F;
  padding: 0 20px;
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  .newsletter__cont input[type=email] {
    width: 100%;
  }
}
.newsletter__cont button,
.newsletter__cont input[type=submit] {
  float: right;
  width: auto;
  height: 58px;
  line-height: 58px;
}
@media only screen and (max-width: 1100px) {
  .newsletter__cont button,
.newsletter__cont input[type=submit] {
    float: none;
    display: inline-block;
    margin-top: 36px;
  }
}
@media only screen and (max-width: 1100px) {
  .newsletter__cont button,
.newsletter__cont input[type=submit] {
    width: auto;
  }
}
.newsletter .form-message--success {
  border: none;
  background-color: #f9e5d2;
  color: #000;
  margin: 0;
}

.image-banner + .newsletter {
  margin-top: -480px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .image-banner + .newsletter {
    margin-top: 0;
  }
}

.page-content--banner + .newsletter,
.page-content--banner + #shopify-section-newsletter .newsletter {
  margin-top: -520px;
}
@media only screen and (max-width: 1100px) {
  .page-content--banner + .newsletter,
.page-content--banner + #shopify-section-newsletter .newsletter {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .image-banner .container {
    padding: 0;
  }
}
.image-banner .content {
  float: left;
  width: 100%;
  position: relative;
}
.image-banner__image {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 66%;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .image-banner__image {
    height: 525px;
  }
}
.image-banner__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-banner__text-cont {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 60px;
}
@media only screen and (max-width: 750px) {
  .image-banner__text-cont {
    text-align: center;
    padding: 60px 30px;
  }
}
.image-banner__upper {
  color: #f27d00;
  font-weight: 700;
}
@media only screen and (max-width: 560px) {
  .image-banner__upper {
    padding-bottom: 15px;
  }
}
.image-banner__title {
  font-family: "brick", sans-serif;
  color: #2C373F;
  margin-bottom: 20px;
}
.image-banner__text {
  color: #2C373F;
  font-size: 25px;
}

.page-hero {
  height: 450px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .page-hero {
    height: auto;
    padding-top: 235px;
    padding-bottom: 50px;
    text-align: center;
  }
}

@media only screen and (max-width: 900px) {
  .page-contacto .leftColumn, .page-quienes-somos .leftColumn {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .search .leftColumn {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .search .item--two-cols {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 560px) {
  .search .item--two-cols .item__img {
    width: 100%;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .search .item--two-cols .item__cont {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .search .item--two-cols .item__cont .item__date {
    bottom: 0;
    left: 0;
    text-align: left;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  float: left;
  width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
  float: left;
  width: 100%;
}

.ad {
  float: left;
  width: 100%;
  background: #ddd;
  position: relative;
  margin-bottom: 13px;
}
.ad a {
  float: left;
  width: 100%;
  height: auto;
}
.ad a img {
  float: left;
  width: 100%;
  height: auto;
}

.ads__grid {
  display: block;
}

.item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.item__img {
  float: left;
  width: 100%;
  display: flex;
  padding-top: 83%;
  position: relative;
}
.item__img .play {
  background-image: url(images/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  cursor: pointer;
}
.item__img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.item__share {
  background: url(images/share.svg) center no-repeat;
  background-size: 14px;
  width: 18px;
  height: 18px;
  float: left;
  cursor: pointer;
  filter: invert(100);
}
.item__links {
  background: #ECECEC;
  padding: 10px 10px 0;
}
.item__cont {
  float: left;
  width: 100%;
  padding: 10px;
  position: relative;
  background: #ECECEC;
}
.item__cat, .special-section__title .text {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 8px;
  height: 18px;
  line-height: 18px;
  position: relative;
}
.item__cat span, .special-section__title .text span {
  content: "";
  width: 10px;
  height: 18px;
  background-color: #2D7A7A;
  float: left;
  margin-right: 8px;
  display: none;
}
.item__title {
  float: left;
  width: 100%;
}
.item__subtitle {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.item__text {
  float: left;
  width: 100%;
  font-size: 13px;
}
.item__text p {
  font-size: 13px;
  margin-bottom: 10px;
}
.item__date {
  float: left;
}
.item__author {
  float: left;
  margin-left: 5px;
}
.item--two-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 560px) {
  .item--two-cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.item--two-cols .item__share {
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.item--two-cols .item__img {
  height: 100%;
  padding: 0;
  min-height: 215px;
}
.item--two-cols .item__cont {
  background: transparent;
  display: block;
  flex-direction: column;
  padding: 10px 0;
}
.item--two-cols .item__cat, .item--two-cols .special-section__title .text, .special-section__title .item--two-cols .text {
  font-size: 10px;
  background: #7FAF1F;
}
.item--two-cols .item__title {
  margin: 10px 0;
}
.item--two-cols .item__text {
  font-size: 16px;
  padding-bottom: 10px;
}
.item--two-cols .item__date {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .item--two-cols .item__date {
    bottom: auto;
    right: 0;
    text-align: right;
  }
}

.sharebox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: auto;
  text-align: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 30px;
  display: none;
  color: #444;
  font-size: 24px;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 4px;
}
.sharebox.open {
  display: block;
}

@media only screen and (max-width: 900px) {
  .single .leftColumn {
    width: 100%;
  }
}
.single .leftColumn .post {
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .single .leftColumn .post {
    margin-top: 35px;
  }
}
.single .leftColumn .item__cat, .single .leftColumn .special-section__title .text, .special-section__title .single .leftColumn .text {
  width: 100%;
}
.single .leftColumn .post-title {
  font-size: 35px;
}
@media only screen and (max-width: 750px) {
  .single .leftColumn .post-title {
    font-size: 28px;
  }
}
.single .leftColumn .image {
  padding: 0;
  box-sizing: 0;
  border: none;
}
@media only screen and (max-width: 750px) {
  .single .leftColumn .image {
    margin-top: 0;
  }
}
.single .bajada {
  padding: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .single .bajada {
    padding: 0 50px 0 20px;
    margin: 0 20px;
  }
}
.single .cont {
  float: left;
  width: 100%;
  display: flex;
  padding: 20px 20px 0;
}
@media only screen and (max-width: 900px) {
  .single .cont {
    justify-content: center;
  }
}
@media only screen and (max-width: 900px) {
  .single .cont {
    padding: 20px 0;
  }
}
.single .cont .item__share {
  filter: none;
  margin-top: 7px;
  background-color: #ffffff;
}
.single .cont__item {
  width: 280px;
  float: left;
  margin-left: 20px;
  border-top: 1px solid #1A1818;
  padding-top: 5px;
  border-bottom: 1px solid #1A1818;
  padding-bottom: 5px;
}
.single .cont__item .logo {
  width: auto;
  border-right: 1px solid #1A1818;
  padding-right: 10px;
}
.single .cont__item .logo svg #Path_180 {
  fill: #1A8695;
}
.single .cont__item .date {
  border-bottom: none;
  margin-left: 10px;
  border-right: 1px solid #1A1818;
  padding: 2px 10px 0 0;
}
.single .cont__item .item__author {
  padding: 2px 10px 0 0;
}
.single .texts {
  margin-top: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 900px) {
  .single .texts {
    margin-top: 0;
  }
}
.single .texts .video iframe {
  float: left;
  width: 100%;
  height: 500px;
  margin-bottom: 10px !important;
}
.single .texts .bajada_de_video {
  float: left;
  width: 100%;
  border-left: 15px solid #1A8695;
  padding-left: 5px;
}
.single .texts blockquote {
  border-left: 4px solid #5d97a4;
  margin: 0 20px;
  padding-left: 15px;
  text-align: center;
}
.single .texts blockquote p {
  width: 600px;
  font-size: 18px !important;
  color: #222;
  font-style: initial;
}
@media only screen and (max-width: 750px) {
  .single .texts blockquote p {
    width: 100%;
  }
}
.single .texts .mira-tambien {
  float: left;
  width: 100%;
  display: flex;
  margin: 30px 0;
}
.single .texts .mira-tambien__title {
  float: left;
  position: relative;
}
.single .texts .mira-tambien__title:before {
  content: "";
  background: url(images/next.svg) center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
}
@media only screen and (max-width: 560px) {
  .single .texts .mira-tambien__title:before {
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 50px;
  }
}
.single .texts .mira-tambien__link {
  width: 440px;
  margin-left: 25px;
  padding-left: 10px;
  color: #000;
  border-left: 15px solid #5d97a4;
}

.rightColumn {
  margin-top: 20px;
}
.rightColumn .item--frase-del-dia {
  margin-top: 27px;
}
@media only screen and (max-width: 900px) {
  .rightColumn {
    width: 100%;
    margin: 0;
  }
  .rightColumn .item--frase-del-dia {
    margin-top: 20px;
  }
}
.rightColumn .mas-leidas--ultimas {
  margin-bottom: 50px;
}
.rightColumn .mas-leidas--ultimas .item__img {
  width: 40%;
  padding-top: 0;
}
.rightColumn .mas-leidas--ultimas .item__cont .item__title {
  padding: 10px 0;
  font-size: 16px;
}
.rightColumn .mas-leidas--ultimas .item__cont .item__share {
  position: static;
}
.rightColumn .mas-leidas--block::before {
  background: linear-gradient(142deg, #8D094A 0%, rgba(26, 134, 149, 0) 100%);
}
.rightColumn .mas-leidas--block .item__img {
  display: none;
}
.rightColumn .mas-leidas--block .item__cont {
  width: 100%;
  margin-left: 0;
  padding: 10px 0;
}
.rightColumn .mas-leidas--block .item__cont .item__share {
  position: static;
}

.tema-semana__title {
  float: left;
  width: 100%;
}

.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin: 20px 0;
  float: left;
  width: calc(100% - 350px);
}
@media only screen and (max-width: 900px) {
  .news__grid {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .news__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.news__grid .item__img {
  padding-top: 50%;
}
.news__grid .item__title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news__grid .item__share {
  filter: none;
}
.news__grid .item__links span {
  margin: 1px 5px;
  float: left;
  height: 18px;
  line-height: 18px;
  position: relative;
}
.news__grid .item__links span:before {
  content: "";
  display: inline-block;
  border-left: 1px solid #000;
  width: 1px;
  height: 12px;
}

.categoryRow .item {
  flex-direction: row;
  margin: 10px 0;
  display: flex;
}
.categoryRow .item__share {
  background-color: #ffffff;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.categoryRow .item__img {
  padding-top: 19%;
  width: 29%;
}
.categoryRow .item__cont {
  width: 50%;
  background: none;
}
.categoryRow .item__cont .item__title {
  font-size: 19px;
  margin-bottom: 10px;
}
.categoryRow .item__cont .item__text {
  font-size: 16px;
}
.categoryRow .item__cont .item__date {
  position: absolute;
  left: 15px;
  bottom: 20px;
}
.categoryRow .rightColumn {
  margin-top: 5px;
}

.category .page-header {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 40px calc(29% - 40px) auto;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1024px) {
  .category .page-header {
    grid-template-columns: 40px auto 40px;
  }
}
.category .page-header .page-title {
  font-size: 23px;
  color: #436C90;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: 100%;
}
.category .page-header .pageTitleRow {
  width: 100%;
  height: 20px;
  margin: 5px 0 0;
}
.category .page-header span {
  float: left;
  width: 40px;
  height: 40px;
  background: none;
  background-image: url(images/category.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65%;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .category .categoryRow .leftColumn {
    width: 100%;
  }
}
.category .categoryRow .leftColumn .item {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .category .categoryRow .leftColumn .item {
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
    margin: 20px 0;
  }
}
@media only screen and (max-width: 560px) {
  .category .categoryRow .leftColumn .item__img {
    padding-top: 80%;
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .category .categoryRow .leftColumn .item__cont {
    width: 100%;
  }
}
.category .categoryRow .leftColumn .item__cont .item__cat, .category .categoryRow .leftColumn .item__cont .special-section__title .text, .special-section__title .category .categoryRow .leftColumn .item__cont .text {
  display: none;
}
.category .categoryRow .leftColumn .item__cont .item__date {
  left: 0;
  bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .category .categoryRow .leftColumn .item__cont .item__date {
    text-align: left;
  }
}
@media only screen and (max-width: 560px) {
  .category .categoryRow .leftColumn .item__cont .item__date {
    bottom: 0;
  }
}
.category .rightColumn .municipios-back {
  margin-top: 20px;
}

.wp-pagenavi {
  float: left;
  width: 100%;
  margin-top: 0;
  line-height: 32px;
  padding: 80px 0 50px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi {
    padding: 40px 0;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  background-color: none;
  color: #2DAAB4;
  cursor: pointer;
  border: none;
  font-size: 17px;
  font-weight: 300 !important;
  margin-bottom: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  line-height: 1.29;
  font-weight: 500;
  color: #161615;
  padding: 0 10px;
  border: 0;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 0 5px;
  }
}
.wp-pagenavi .last {
  font-size: 15px;
  color: #161615;
  text-transform: uppercase;
  border-left: 1px solid #1A1818;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi .last {
    display: none;
  }
}
.wp-pagenavi .first {
  font-size: 15px;
  color: #161615;
  text-transform: uppercase;
  border-right: 1px solid #1A1818;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi .first {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi .extend {
    display: none;
  }
}
.wp-pagenavi .previouspostslink {
  float: left;
  width: 30px;
  height: 30px;
  background: none;
  background-image: url(images/left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65%;
  filter: invert(1) brightness(100);
  cursor: pointer;
  margin-bottom: 0;
}
.wp-pagenavi .previouspostslink i {
  display: none;
}
.wp-pagenavi .nextpostslink {
  float: right;
  width: 30px;
  height: 30px;
  background: none;
  background-image: url(images/right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65%;
  filter: invert(1) brightness(100);
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 10px;
}
.wp-pagenavi .nextpostslink i {
  display: none;
}

.municipios-back {
  background: #2B2D32;
  margin-top: 5px;
}

.municipiosCol h3 {
  padding: 15px;
  background: #1A8695;
}
.municipiosCol .menumunicipios {
  position: relative;
}
.municipiosCol .menumunicipios:after {
  display: block;
  height: 10px;
  width: 100%;
  content: "";
  background: #1a8695;
  background: linear-gradient(142deg, #1a8695 0%, rgba(26, 134, 149, 0) 100%);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  float: left;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.municipiosCol .menumunicipios .ciudad {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  position: relative;
}
.municipiosCol .menumunicipios .ciudad li {
  padding-bottom: 0;
}
.municipiosCol .menumunicipios .ciudad:before {
  content: "";
  width: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%) translateX(-50%);
}
.municipiosCol .menumunicipios .secciones {
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.municipiosCol .menumunicipios .secciones:before {
  content: "";
  width: 1px;
  height: 15px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%) translateX(-50%);
}
.municipiosCol .menumunicipios .secciones li p {
  font-weight: 300;
}
.municipiosCol ul {
  padding: 30px 15px;
}
.municipiosCol ul li:nth-child(2n+1) {
  clear: none;
}

.topNotesRow > .container {
  display: grid;
  grid-template-columns: auto 260px;
  grid-template-rows: auto auto;
  grid-gap: 15px;
}
@media only screen and (max-width: 750px) {
  .topNotesRow > .container {
    display: block;
    grid-template-columns: none;
  }
}
.topNotesRow .first-block {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .topNotesRow .first-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .topNotesRow .first-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.topNotesRow .first-block .item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #30383C;
}
.topNotesRow .first-block .item__img {
  padding-top: 41%;
}
.topNotesRow .first-block .item__links {
  display: none;
}
.topNotesRow .first-block .item__share {
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  background-size: 10px;
  z-index: 1;
}
.topNotesRow .first-block .item__cont {
  background: #30383C;
  padding: 20px;
}
.topNotesRow .first-block .item__cat, .topNotesRow .first-block .special-section__title .text, .special-section__title .topNotesRow .first-block .text {
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  background-color: #000 !important;
  padding-left: 0;
}
.topNotesRow .first-block .item__cat span, .topNotesRow .first-block .special-section__title .text span, .special-section__title .topNotesRow .first-block .text span {
  display: block;
}
.topNotesRow .first-block .item__title {
  float: left;
  width: 100%;
  color: #ffffff;
}
.topNotesRow .first-block .item__subtitle {
  float: left;
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
  display: none;
}
.topNotesRow .first-block .item__text {
  float: left;
  width: 100%;
  display: none;
}
.topNotesRow .first-block .item__text p {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 10px;
}
.topNotesRow .first-block .item__date {
  float: left;
  color: #ffffff;
  font-size: 13px;
  display: none;
}
.topNotesRow .first-block .item__author {
  float: left;
  margin-left: 5px;
  color: #ffffff;
  font-size: 13px;
  display: none;
}
.topNotesRow .first-block .item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
@media only screen and (max-width: 750px) {
  .topNotesRow .first-block .item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.topNotesRow .first-block .item:nth-child(1) .item__subtitle, .topNotesRow .first-block .item:nth-child(1) .item__date, .topNotesRow .first-block .item:nth-child(1) .item__author, .topNotesRow .first-block .item:nth-child(1) .item__text {
  display: block;
}
.topNotesRow .first-block .item:nth-child(1) .item__cat, .topNotesRow .first-block .item:nth-child(1) .special-section__title .text, .special-section__title .topNotesRow .first-block .item:nth-child(1) .text {
  width: auto;
  transform: none;
  position: static;
}
.topNotesRow .first-block .item:nth-child(1) .item__title {
  float: left;
  width: 100%;
  color: #40c5c5;
  margin-bottom: 10px;
}
.topNotesRow .first-block__right {
  float: right;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 15px;
  grid-row: span 2;
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
  .topNotesRow .first-block__right {
    margin-top: 20px;
  }
}
.topNotesRow .first-block__right .item__cat, .topNotesRow .first-block__right .special-section__title .text, .special-section__title .topNotesRow .first-block__right .text {
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}
.topNotesRow .second-block {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 900px) {
  .topNotesRow .second-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .topNotesRow .second-block {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}
.topNotesRow .second-block .item__links {
  float: left;
  width: 100%;
  position: relative;
}
.topNotesRow .second-block .item__links .item__share {
  position: static;
  background-color: #ffffff;
  background-size: 10px;
}
.topNotesRow .second-block .item__links .item__cat, .topNotesRow .second-block .item__links .special-section__title .text, .special-section__title .topNotesRow .second-block .item__links .text {
  position: static;
  margin-left: 5px;
  width: auto;
  padding: 0 10px 0 0;
  background-color: #000 !important;
  font-size: 10px;
}
.topNotesRow .second-block .item__links .item__cat span, .topNotesRow .second-block .item__links .special-section__title .text span, .special-section__title .topNotesRow .second-block .item__links .text span {
  display: block;
  background-color: #161B4B;
}
.topNotesRow .second-block .item__title {
  min-height: 50px;
  font-size: 15px;
}
.topNotesRow .second-block .item__text {
  display: none;
}
.topNotesRow .second-block .item__img {
  padding-top: 41%;
}
.topNotesRow .second-block .item__date {
  display: none;
}

.special-section {
  float: left;
  width: 100%;
  margin: 40px 0;
}
.special-section__title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #333;
}
.special-section__title .logo {
  float: left;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  padding-left: 20px;
  width: 70px;
}
@media only screen and (max-width: 1100px) {
  .special-section__scroll {
    float: left;
    width: 100%;
    overflow-x: scroll;
  }
}
.special-section__grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media only screen and (max-width: 1100px) {
  .special-section__grid {
    min-width: 1000px;
  }
}
.special-section__grid .item {
  float: left;
  width: 100%;
  position: relative;
}
.special-section__grid .item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 8px;
  content: "";
  box-shadow: rgba(0, 0, 0, 0.5) 0 -5px 5px;
  background: #45a87f;
  background: linear-gradient(142deg, #45a87f 0%, rgba(69, 168, 127, 0) 100%);
  z-index: 3;
}
.special-section__grid .item__img {
  float: left;
  width: 100%;
  padding-top: 75%;
  height: 0;
  object-fit: cover;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .special-section__grid .item__img {
    padding-top: 100%;
  }
}
.special-section__grid .item__img span {
  display: none !important;
}
.special-section__grid .item__img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  float: left;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 65%);
  z-index: 1;
}
.special-section__grid .item__share {
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  z-index: 1;
  background-size: 10px;
}
.special-section__grid .item__cont {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 2;
}
.special-section__grid .item__cont .item__title {
  font-size: 18px;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
}
.special-section__grid .item__cont .item__date {
  font-size: 10px;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
}
.special-section--espectaculos .special-section__title .text {
  background: #8D094A;
}
.special-section--espectaculos .special-section__grid .item:before {
  display: none;
}
.special-section--espectaculos .special-section__grid .item__img {
  padding-top: 60%;
}
@media only screen and (max-width: 1024px) {
  .special-section--espectaculos .special-section__grid .item__img {
    padding-top: 100%;
  }
}
.special-section--espectaculos .special-section__grid .item__cont {
  padding: 10px;
  background: #323133;
  bottom: 0;
}
.special-section--espectaculos .special-section__grid .item__cont:after {
  display: block;
  height: 5.5px;
  width: 100%;
  content: "";
  background: #1a8695;
  background: linear-gradient(142deg, #8D094A 0%, rgba(26, 134, 149, 0) 100%);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.special-section--espectaculos .special-section__grid .item__date {
  margin-bottom: 5px;
}
.special-section--espectaculos .special-section__grid .item__title {
  font-size: 14px;
}
.special-section--opinion .special-section__grid {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}
@media only screen and (max-width: 1250px) {
  .special-section--opinion .special-section__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 20px;
    min-width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .special-section--opinion .special-section__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.special-section--opinion .special-section__grid .item {
  position: relative;
  background: #BABABA;
  padding: 45px 15px 30px 15px;
  text-align: center;
}
.special-section--opinion .special-section__grid .item__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  float: none;
  padding-top: 0;
}
.special-section--opinion .special-section__grid .item__img img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-section--opinion .special-section__grid .item__img::before {
  opacity: 0;
}
.special-section--opinion .special-section__grid .item__cont {
  position: static;
  float: left;
  width: 100%;
  text-align: center;
}
.special-section--opinion .special-section__grid .item__title {
  font-size: 12px;
  color: #000;
  text-shadow: none;
}
.special-section--opinion .special-section__grid .item__links {
  display: flex;
  background: none;
  border-top: 1px solid #707070;
  align-items: center;
}
.special-section--opinion .special-section__grid .item__author {
  font-size: 12px;
}
.special-section--opinion .special-section__grid .item__date {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 8px;
}
.special-section--deportes .special-section__title .text {
  background: #45A87F;
}

.tema-semana__title {
  font-size: 18px;
  text-transform: uppercase;
  border-top: 0;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
.tema-semana__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin: 20px 0;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .tema-semana__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tema-semana__grid .item__img {
  padding-top: 41%;
}
.tema-semana__grid .item__cont {
  background: white;
}
.tema-semana__grid .item__cat span:before, .tema-semana__grid .special-section__title .text span:before, .special-section__title .tema-semana__grid .text span:before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.tema-semana__grid .item span {
  margin: 1px 5px;
  float: left;
  height: 18px;
  line-height: 18px;
  position: relative;
}
.tema-semana__grid .item span:before {
  content: "";
  display: inline-block;
  border-left: 1px solid #000;
  width: 1px;
  height: 12px;
}
.tema-semana__grid .item__title {
  text-transform: uppercase;
  font-weight: 500;
}
.tema-semana__grid .item__text, .tema-semana__grid .item__subtitle {
  display: none;
}
.tema-semana__grid .item__links {
  background: white;
  padding-top: 0;
}
.tema-semana__grid .item__share {
  background-color: #ffffff;
  display: inline-block;
  cursor: pointer;
  filter: none;
}
.tema-semana__grid:not(.tema-semana__grid--bottom) .item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
@media only screen and (max-width: 750px) {
  .tema-semana__grid:not(.tema-semana__grid--bottom) .item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.tema-semana__grid:not(.tema-semana__grid--bottom) .item:nth-child(1) .item__title {
  font-size: 16px;
}
.tema-semana__grid:not(.tema-semana__grid--bottom) .item:nth-child(1) .item__text,
.tema-semana__grid:not(.tema-semana__grid--bottom) .item:nth-child(1) .item__subtitle {
  display: block;
  font-size: 14px;
}
.tema-semana__grid:not(.tema-semana__grid--bottom) .item:nth-child(1) .item__cat, .tema-semana__grid:not(.tema-semana__grid--bottom) .item:nth-child(1) .special-section__title .text, .special-section__title .tema-semana__grid:not(.tema-semana__grid--bottom) .item:nth-child(1) .text {
  position: absolute;
  top: 20px;
  left: 20px;
}
.tema-semana__grid--bottom .item:nth-child(5n) {
  grid-column: span 2;
}
@media only screen and (max-width: 750px) {
  .tema-semana__grid--bottom .item:nth-child(5n) {
    grid-column: span 1;
  }
}
.tema-semana__grid--bottom .item:nth-child(5n) .item__text {
  display: block;
}
@media only screen and (max-width: 750px) {
  .tema-semana__grid--bottom .item--two-cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tema-semana__grid--bottom .item--two-cols .item__text {
  font-size: 17px;
}
.tema-semana + .ads__grid {
  grid-template-columns: 1fr 1fr 1fr;
  float: left;
  width: 100%;
}

.item--frase-del-dia {
  background-size: cover;
  min-height: 215px;
  margin-top: 20px;
}
.item--frase-del-dia .item__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 0;
  filter: grayscale(100);
}
.item--frase-del-dia .item__img img {
  object-fit: cover;
  object-position: top;
}
.item--frase-del-dia .item__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
.item--frase-del-dia .item__img span {
  display: none !important;
}
.item--frase-del-dia:before, .item--frase-del-dia:after {
  display: block;
  height: 5.5px;
  width: 100%;
  content: "";
  background: #1a8695;
  background: linear-gradient(142deg, #1a8695 0%, rgba(26, 134, 149, 0) 100%);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.item--frase-del-dia:after {
  top: auto;
  bottom: 0;
}
.item--frase-del-dia .item__cont {
  padding: 30px 50px;
  padding-top: 200px;
  color: #fff;
  background: transparent;
}
@media only screen and (max-width: 750px) {
  .item--frase-del-dia .item__cont {
    padding: 30px;
  }
}
.item--frase-del-dia .item__cont .special-section__title {
  float: left;
  width: auto;
  margin-right: 10px;
  padding: 0;
  border: none;
}
.item--frase-del-dia .item__cont .special-section__title .logo svg #Path_180 {
  fill: #1A8695;
}
.item--frase-del-dia .item__cont .special-section__title .logo svg #Path_181 {
  fill: #ffffff;
}
.item--frase-del-dia .item__cont .special-section__title .logo svg #Path_179 {
  fill: #ffffff;
}
.item--frase-del-dia .item__cont .special-section__title .text {
  background: #604D97;
}
.item--frase-del-dia .item__cont .item__share {
  float: left;
  background-color: #ffffff;
  background-size: 10px;
  display: inline-block;
  cursor: pointer;
}
.item--frase-del-dia .item__cont .item__title {
  float: left;
  width: 100%;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
  background: #161615;
  padding: 10px 5px;
  opacity: 0.9;
}
.item--frase-del-dia .item__cont .item__title p {
  font-size: 26px;
  color: #ffffff;
}
.item--frase-del-dia .item__cont .item__author {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
}

.rightColumn .item--frase-del-dia .item__img img {
  object-fit: cover;
  object-position: top;
}
.rightColumn .item--frase-del-dia .item__cont {
  padding: 30px;
  padding-top: 200px;
}
.rightColumn .item--frase-del-dia .item__cont .item__title {
  padding: 30px 10px;
  background: #1b1818d4;
}
.rightColumn .item--frase-del-dia .item__cont .item__title p {
  font-size: 21px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  padding: 20px 10px;
}
.rightColumn .item--frase-del-dia .item__cont .item__author {
  background: #1b1818d4;
  padding: 10px 5px;
  opacity: 0.9;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
  margin: -1px 0;
}

.mas-leidas {
  background-color: #323133;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.mas-leidas:before, .mas-leidas:after {
  display: block;
  height: 5.5px;
  width: 100%;
  content: "";
  background: #1a8695;
  background: linear-gradient(142deg, #1a8695 0%, rgba(26, 134, 149, 0) 100%);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mas-leidas:after {
  top: auto;
  bottom: 0;
}
.mas-leidas__title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  padding-top: 10px;
}
.mas-leidas .item {
  background-color: #323133;
  flex-direction: row;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
  height: 100%;
}
.mas-leidas .item:nth-child(1) {
  padding: 10px 0 20px;
}
.mas-leidas .item:last-child {
  border-bottom: none;
}
.mas-leidas .item__img {
  width: 80%;
  padding-top: 45%;
}
.mas-leidas .item__cont {
  background: none;
  padding: 0;
  position: relative;
  margin-left: 10px;
}
.mas-leidas .item__cont__block {
  position: absolute;
  bottom: 0;
}
.mas-leidas .item__cat, .mas-leidas .special-section__title .text, .special-section__title .mas-leidas .text {
  background-color: transparent !important;
  font-size: 9px;
  padding: 0;
}
.mas-leidas .item__cat::after, .mas-leidas .special-section__title .text::after, .special-section__title .mas-leidas .text::after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.mas-leidas .item__title {
  color: #ffffff;
  font-size: 12px;
}
.mas-leidas .item__text {
  display: none !important;
}
.mas-leidas .item__date {
  display: none !important;
}

.widget {
  float: left;
  width: 100%;
  margin: 20px 0;
  background: linear-gradient(142deg, black 0%, #30383c 39%, black 100%);
  position: relative;
}
.widget .widget-title {
  padding: 10px;
  color: #ffffff;
  font-weight: 500;
  background: #1A8695;
}
.widget .encuesta {
  float: left;
  width: 100%;
  padding: 10px;
}
.widget .encuesta::after {
  display: block;
  height: 10px;
  width: 100%;
  content: "";
  background: #1a8695;
  background: linear-gradient(142deg, #1a8695 0%, rgba(26, 134, 149, 0) 100%);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  float: left;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.widget .encuesta a {
  font-size: 12px;
}
.widget .encuesta h3 {
  color: #ffffff;
}
.widget .encuesta .wp-polls-ans .wp-polls-ul li {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  color: #ffffff;
}
.widget .encuesta .wp-polls-ans .wp-polls-ul li strong {
  color: #ffffff;
}
.widget .encuesta .wp-polls-ans .wp-polls-ul li label {
  color: #ffffff;
  font-size: 12px;
}
.widget .encuesta .wp-polls-ans .buttons {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.widget .encuesta .wp-polls-ans .buttons .left {
  background: #2DAAB4;
  margin-right: 20px;
}
.widget .encuesta .wp-polls-ans .buttons .left input {
  height: auto;
  line-height: 1;
  padding: 5px;
  color: #ffffff;
  font-size: 12px;
}
.widget .encuesta .wp-polls-ans .buttons .left i {
  display: none;
}
.widget .encuesta .wp-polls-ans .buttons .right {
  background: #2DAAB4;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.widget .encuesta .wp-polls-ans p {
  color: #ffffff;
}
.widget .encuesta .wp-polls-loading {
  color: #ffffff;
  height: auto;
  margin-bottom: 5px;
}
.widget .encuesta .wp-polls-loading img {
  margin-right: 5px;
}

@media only screen and (max-width: 900px) {
  .notesRow .leftColumn {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .notesRow .rightColumn {
    display: none;
  }
}

.leftColumn--home-middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .leftColumn--home-middle {
    grid-template-columns: repeat(1, 1fr);
  }
}
.leftColumn--home-middle .leftColumn--news {
  grid-column: span 2;
}
@media only screen and (max-width: 750px) {
  .leftColumn--home-middle .leftColumn--news {
    grid-column: span 1;
  }
}

.elecciones-municipios + .elecciones-municipios {
  margin-top: 0;
}
.elecciones-municipios .button, .elecciones-municipios .newsletter__cont button, .newsletter__cont .elecciones-municipios button,
.elecciones-municipios .newsletter__cont input[type=submit],
.newsletter__cont .elecciones-municipios input[type=submit] {
  background-color: #1A8695;
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .elecciones-municipios .button, .elecciones-municipios .newsletter__cont button, .newsletter__cont .elecciones-municipios button,
.elecciones-municipios .newsletter__cont input[type=submit],
.newsletter__cont .elecciones-municipios input[type=submit] {
    float: none;
    margin-top: 30px;
    font-size: 18px;
  }
}
.elecciones-municipios h3 {
  font-size: 18px;
}
.elecciones-municipios .municipiosCol ul li a, .elecciones-municipios .municipiosCol ul li p {
  font-size: 18px;
  line-height: 2;
}
.elecciones-municipios .municipiosCol ul li p {
  font-weight: 700;
}
/*# sourceMappingURL=style.css.map */