.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  background-color: #eee;
}

body {
  font-size: 13px;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  position: relative;
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
}

.center-content {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

#current-date {
  text-align: right;
  padding-right: 0px;
  margin-bottom: .5em
}

.home-revista #current-date {
  padding-right: 0;
  margin-top: -1.3em;
}


/* Tamano de texto y margenes */

h1, h2, h3, h4  {
  font-weight: 700;
  margin: 0 0 1em;
  line-height: 1.1em;
  text-transform: uppercase;
}

h2{
  font-size: 1.3em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.1em;
}

h2 strong{
  display: block;
}

h4{
  font-family: Verdana, sans-serif;
  font-weight: 300;
}

h5 {
  font-weight: 300;
  margin: 0 0 1em;
}

p {
  margin: 0 0 1em;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.animated {
  transition: all .2s cubic-bezier(.32,.37,.56,.91);
  -moz-transition: all .2s cubic-bezier(.32,.37,.56,.91);
  -webkit-transition: all .2s cubic-bezier(.32,.37,.56,.91);

  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
}

/*ADs*/

.ad-close img{
  max-width: inherit;
  top:-21px;
}
.ad {
    text-align: center;
    padding: 0;
  }

/* Imagenes y Figures*/

img {
  max-width: 100%;
}
.img-block{
  display: block;
}
.clear{
  clear: both;
}
.fleft{
  float: left;
  margin: 0 1em 1em 0;
}

.wrapper p img {
  margin: 1.5em;
  height: auto;
}

.features-article-info {
  position: relative;
  float: left;
  top: 15%;
  right: 0;
  width: 62%;
  left: 5%;
  margin: 2em 0;
}

#featured-article img{
  float: left;
  width: 31.8%;
}

.features-article-info a:last-of-type {
  padding: .4em 1.5em;
  background-color: #d8002a;
  color: #fff;
  border-radius: 2em;
  clear: left;
  float: right;
  display: block;
  height: auto;
  width: auto;
}

.features-article-info a:last-of-type:after {
  content: '\2192';
  font-family: times;
  font-size: 700;
  margin-left: .5em;
  font-size: em;
  vertical-align: middle;
}

.alignleft {
  float: left;
  margin: 1em 1em 1em 0 !important;
}

.alignright {
  float: right;
  margin: 1em 0em 1em 1em !important;
}

.aligncenter {
  display: block;
  margin: 0 auto 1em !important;
}


.full-width,
.full-width img {
  width: 100%;
}

.left {
  float: left;
  margin-left: 0;
}

.right {
  float: right;
  margin-right: 0;
}

figure {
  position: relative;
  margin: 0 0 1.4em;
  line-height: 0;
}

.understroke {
  display: block;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}

article.understroke:last-of-type{
  padding-bottom: 0;
  border-bottom: none
}

.tabbed article.understroke {
  padding-bottom: 0;
  border-bottom: none
}

/* Links y Botones */

a {
  color: #d8002a;
   text-decoration: none;
}

a.grey {
  color: #555;
  text-decoration: none;
}

a.white {
  color: #fff;
  text-decoration: none;
}

a.black {
  color: #444;
  text-decoration: none;
}

.read-more-link {
  white-space: nowrap;
}

.canal-titulo .read-more-link {
  float: right;
}
.rel-dosis a img{
  height: auto;
  max-height: 500px;
}
.dosis-title{
  padding-top:20px;
}
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-item-widget{
  max-width: 270px;
}
#ficcion-qp .read-more-link,
#dosis-montt .read-more-link,
#ficcion-qp .read-more-link {
  display: block;
  text-align: right;
  background:  url('images/flecha-more.png') no-repeat right center;
  padding-right: 2.2em;
}

#ficcion-qp .read-more-link:hover,
#dosis-montt .read-more-link:hover,
#ficcion-qp .read-more-link:hover {
  box-shadow: none;
  font-weight: 700;
}

.read-more-link:hover {
  box-shadow: 0px 2px 0px #d8002a;
}

.post-cat {
  display: inline-block;
  position: relative;
  line-height: 1.4em;
  padding: .3em .6em;
  background-color: #d8002a;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .3em;
}

.col-4 .post-cat {
  font-size: 0.7em;
}

.post-cat:hover {
  /*background-color: #9c1a1c;*/
}

.features-article-info .post-cat {
  margin-bottom: 1em;
}

.tax-term-link {
  display: block;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.tax-term-link:before {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #d8002a;
  margin-right: .6em;
  display: inline-block;
}

.sml-btn {
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: 9999px;
  margin-right: .5em;
}

#siguenos {
  text-transform: uppercase;
  margin-right: 1em;
  vertical-align: middle;
  color: #fff;
}

.tw.sml-btn {
  background: url('images/twitter.png') no-repeat left center;
}

.fb.sml-btn {
  background: url('images/facebook.png') no-repeat left center;
}

.search.sml-btn {
  background: url('images/buscar.png') no-repeat left center;
}

a h2:hover {
  text-decoration: underline;
}

a h3:hover {
  text-decoration: underline;
}

#top a:hover {
  text-decoration: underline;
}

/* Columns */

.col-4 {
  width: 24.5%;
  margin-right: 5%;
  float: left;
}

.col-4x3 {
  width: 75%;
  margin-right: 0.5%;
  float: left;
}

.col-2 {
  width: 47.5%;
  margin-right: 5%;
  float: left;
}

.col-3 {
  width: 30%;
  margin-right: 5%;
  float: left;
}

#high-tech .col-3 {
  border-right: 1px solid #bbb;
  margin-right: 0;
  padding: 0 2.5%;
  width: 33.333%;
}

#high-tech .col-3.last {
  border-right: none;
  margin-right: 0;
  padding-right: ;
}

#high-tech h2 {
  line-height: 1.4em;
}

#guia-ocio .col-3 {
  border-right: 1px solid #bbb;
  margin-right: 0;
  padding: 0 2.5%;
  width: 100%;
}

#guia-ocio .col-3.last {
  border-right: none;
  margin-right: 0;
  padding-right: ;
}

#guia-ocio h2 {
  line-height: 1.4em;
}

.col-3-double {
  width: 65%;
  margin-right: 5%;
  float: left;
}

.col-1 {
  width: 100%;
  margin-right: 0;
}


.featured .col-1 {
  width: 100%;
  margin-bottom: .5%;
}

.featured .col-2 {
  width: 49.5%;
  margin-right: 1%;
  float: left;
}
.featured .col-3 {
  width: 33%;
  margin-right: 0.5%;
  float: left;
}
.featured .col-4-bottom {
  width: 24.625%;
  margin-right: 0.5%;
  float: left;
}

.featured div .col-1 {
  margin-bottom: 2%;
}

.col-1.last,
.col-2.last,
.col-3.last,
.col-4-bottom.last,
.col-3-double.last,
.col-4.last {
  margin-right: 0;
}

/* Header */

header {
  position:relative;
  background-color: #e8e9e8;
  color: #444;
  z-index: 2;
  padding: 0 3.5em;

  box-shadow: 0px 0px 20px rgba(0,0,0,.3);

  margin-bottom: 4em;
}

.home header {
  margin-bottom: 2.4em;
}

.canal header {
  margin-bottom: 4.4em;
}

img#main-logo {
  height: 155px;
  width: 126px;
  position: absolute;
  top: -40px;
}

#top {
  background-color: #2e2f2e;
  height: 40px;
  line-height: 38px;
  margin: 0 -3.5em;
}

#top nav {
  text-align: right;
  font-size: 0.846em;
}

#top form{
  margin: 0 0.5em;
  padding: 0;
  border: 0;
  display: inline-block;
}

#login,
#social,
#social li,
#nav-top a,
#main ul li {
  display: inline-block;
}

#login {
  text-transform: uppercase;
}

#login a{
  margin-right: 2em;
  vertical-align: middle;
}

.img_profile img {
  border-radius: 1em;
}

.img_profile,
.name_profile {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 1.3em!important;
  height: auto!important;
  margin-right: .5em;
}

.g-login {
  display: inline-block;
}

.name_profile {
  border-right: 1px solid #ccc;
  padding-right: .5em;
}

.gigya-login-footer {
  display: none!important;
}

.img_profile a,
.name_profile a,
.g-login a {
  color: #fff;
}

#top #componentDivSocialLogin {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}

a.hamburger {
  background-color:#d8002a;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -1.5em;
  top: -40px;
  background: #d8002a url('images/hamburger.png') no-repeat center;
  text-indent: -999px;
  overflow: hidden;
  display: none;
  z-index: 2;
}

a.hamburger {
  background-color:#d8002a;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -1.5em;
  top: -40px;
  /*background: #d8002a url('images/secciones.png') no-repeat center;*/
  text-indent: -999px;
  overflow: hidden;
  display: none;
}

input.nav-search-input {
  border: 1px solid #888;
  height: 2.3em;
  width: 130px;
  line-height: 2.3em;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  margin: 0;
  display: none;
}

#main {
  bottom: 1.5em;
  text-transform: uppercase;
}

#main ul {
  width: 100%;
  padding-left: 125px;
  text-align: right;
}

#main ul li{
  margin-right: 0em;
}

#main ul li a{
  display: block;
  line-height: 70px;
  padding: 0 1.2em;
}

#main ul li a:hover {
  box-shadow: 0px 5px 0px #d8002a;
  background-color: #ddd;
}


#main ul li:first-of-type{
  margin-left: 0;
}

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

header.fixed #main ul li.qp_plus{
  padding-right: 0px;
  margin-right: 0px;
}

header.fixed #main ul li{
  line-height: 50px;
  /*margin-right: 2em;*/
}

header.fixed #main ul li a{
  line-height: 50px;
}

header.fixed img#main-logo {
  height: 100px;
  width: auto;
}

header.fixed #main ul{
  padding-left: 80px;
  /*margin-right: 2em;*/
}

/* Featured Main */

.featured.main {
  position: relative;
  padding: 0;
  margin-bottom: 1.5em;
  border-top: 5px solid #d8002a;
}

.wrapper .featured.main{
  border-top: 5px solid #d8002a;
}

.single main .center-content.cf{
  margin-top: 5em;
}

.single .featured.main {
  padding-top: 2em;
}

.single .featured.main h1 {
  text-transform: none;
  font-weight: 500;
  font-size: 2.2em;
  line-height: 1.2em;
}

.single .featured.main h1.con-padding {
  padding-top: 1em;
}

.single .featured.main h2 {
  padding-top: 1em;
  font-size: 1em;
}

.single .featured.main h2.sin-padding {
  padding-top: 0;
}

.single .featured.main figure{
  margin-top: -2em;
}

.single .featured.main a.post-cat {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Open Sans", sans-serif;
}

.single .featured.main p {
  font-size: 1.2em;
  line-height: 1.7em;
  font-weight: 700;
  color: #333;
}

.home-revista .featured.main {
  border-top: none;
}

.single:not(.qp-plus) .featured.main:after,
.home-revista .featured.main:after,
.canal .featured.main:after {
  display: none;
}

.canal .post-cat {
  font-size: 1.2em;
}

.canal main .center-content.cf {
  padding-top: 0.5em;
}

.canal .featured.main.center-content article {
  /*margin-top: -3.5em;*/
}

.canal h1 {
  margin: 0;
}

.canal .featured.main img {
  /*margin-top: -3.05em;*/
}

.canal .featured.main a.post-cat {
  /*margin-top: 2.1em;*/
  position: absolute;
  top: 0;
  left: 0;
}

.featured.main img {
  /* height: 350px; */
  width: 100%;
}

.featured-title {
  position: absolute;
  top: 0;
  background-color: #666;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  top: auto;
  bottom: 3.5em;
  padding: 3.5em;
  max-width: 40%;
}
.col-4-bottom .featured-title {
    position: absolute;
    top: 0;
    background-color: #666;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    top: auto;
    bottom: 0;
    padding: 1.2em;
    max-width: 100%;
    height: auto;
    font-size: 7px;
}

.featured-title.derecha {
  right: 3.5em;
}

.featured-title.izquierda {
  left: 3.5em;
}

.canal .featured-title.izquierda,
.canal .featured-title.derecha {
    bottom: 2em;
    max-width: 50%;
}

.featured-title a h2:hover {
  text-decoration: underline;
}

a h1:hover {
  opacity: .8;
}

.col-2 .featured-title, .col-3 .featured-title, .col-4 .featured-title {
  left: 0;
  bottom: 0;
  padding: 1em;
  max-width: 100%;
  background-color: rgba(0,0,0,.5);
}

.col-2 .featured-title{
  /*bottom: 4px;*/
}

.col-4x3 .featured-title {
  max-width: 50%;
}

.col-2 .featured-title h1 {
  font-size: 1.6em
}
.col-3 .featured-title h1 {
  font-size: 1.2em
}

.col-4 .featured-title h1 {
  font-size: 1.1em
}

.single .featured-title {
  left: 0;
  bottom: 0;
  top: auto;
  max-width: 90%;
}

.featured-title h1 {
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 0;
}

.featured-title h2 {
  font-weight: 300;
  letter-spacing: 0;
  padding-top: 0.3em;
  margin-bottom: 0.5em;
}

.col-2 .featured-title h2 {
  font-size: 1.2em;
}

.col-3 .featured-title h2 {
  font-size: 0.9em;
}

.col-4 .featured-title h2 {
  font-size: 0.8em;
}

.featured-title h2.bajada-destacada-2 {
  text-transform: none;
}

.col-1 h2.bajada-destacada-2 {
  font-size: 1.3em;
}

.col-1 h2 {
  font-size: 1.1em;
}

.col-2 .featured-title h2.bajada-destacada-2 {
  font-size: 1.3em;
}

.col-3 .featured-title h2.bajada-destacada-2 {
  font-size: 1em;
}

.col-4 .featured-title h2.bajada-destacada-2 {
  font-size: 0.9em;
}

/* Main Content */

main {
  position: relative;
  padding: 0 3.5em;
}

.wrapper {
  width: calc(100% - 325px);
  padding-right: 1em;
  float: left;
  margin-right: 25px;
}

.single .wrapper {
  font-family: "Droid Sans", sans-serif;
}

.article-content {
  font-size: 1.1em;
  line-height: 1.7em;
}

.meta {
  margin: 0em 0 2em;
  padding-bottom: 1.5em;
}

ul.social{
  border-bottom: 1px solid #ccc;
  height: 13px;
  margin-top: 1.5em;
}

ul.social li {
  display: inline-block;
  height: 26px;
  width: 26px;
  overflow: hidden;
  background-size: 24px!important;
  margin-right: .5em;
}

ul.social li.letra {
  background: url('icons/text-size.svg') no-repeat center;
}

ul.social li.print {
  background: url('icons/print.svg') no-repeat center;
}

ul.social li.fb {
  background: url('icons/facebook.svg') no-repeat center;
}

ul.social li.tw {
  background: url('icons/twitter.svg') no-repeat center;
}

ul.social li.share {
  background: url('icons/share.svg') no-repeat center;
}

section {
  padding-bottom: 1em;
  overflow: hidden; /* Para que no se salga la linea roja hacia afuera */
}

section.featured {
  padding-bottom: 1em;
  overflow: visible;
}

#edicion-impresa article figure,
#edicion-impresa article figure img,
#edicion-impresa-plus article figure,
#edicion-impresa-plus article figure img {
  height: 200px;
}

#edicion-impresa article, #edicion-impresa-plus article {
  border: 1px solid #ccc;
}

#edicion-impresa h1,
#relacionados h1,
#canal h1,
#canal-dosis h1 {
  position: relative;
  font-family: Bitter, serif;
  color: #343534;
  text-transform: none;
  font-weight: 400;
  clear: both;
}

#relacionados article figure{
  min-height: 151px;
}

#relacionados article {
  font-size: .8em;
}

#edicion-impresa span,
#canal h1 span,
#canal-dosis span,
#relacionados > h1 > span {
  color: #d8012b;
}

#edicion-impresa h1 span::after,
#relacionados h1::after,
#canal h1 span::after,
#canal-dosis h1 span::after {
  content: '';
  position: absolute;
  top: -38px;
  margin: 0px 0px 0px 20px;
  height: 50px;
  width: 100%;
  border-bottom: 2px solid #d8012b;
}

#edicion-impresa h1.separador-vacio span::after {
  margin-left: 0;
}

article {
  position: relative;
  margin-bottom: 1.5em;
}

#edicion-impresa article p,
#edicion-impresa-plus p {
  padding: 0 1.5em 1em 1.5em;
}

/* Publireportaje */

.logo-publireportaje > span {
  font-size: 0.9em;
}

div.logo-publireportaje {
  padding: 0.5em 0 0.5em;
  border-top: 1px solid #444;
  margin: 0 1.5em;
  position: relative;
}

#edicion-impresa .logo-publireportaje img {
  position: absolute;
  top: 0.4em;
}

.article-publireportaje,
#edicion-impresa .logo-publireportaje span {
  color: #aaa;
}

.article-publireportaje a {
  color: #fff;
}

.article-publireportaje a.cat-publireportaje {
  color: #333;
  background-color: #fff;
}

.article-publireportaje .read-more-link:hover  {
  box-shadow: 0px 2px 0px #fff;
}

.article-publireportaje {
  background-color: #333;
}

article.article-publireportaje figure {
  margin-bottom: 1.2em;
}

#edicion-impresa article.article-publireportaje p,
#edicion-impresa-plus article.article-publireportaje p {
    margin-bottom: 0;
    padding-bottom: 1em;
}

/* fin publireportaje */

article.no-border {
  margin-bottom: 0em;
  border-bottom: 0;
}

.post-title {
  position: absolute;
  line-height: 1.4rem;
  background-color: rgba(0,0,0,.3);
  top: 0;
  left: 0;
  padding: 1em;

  width: 100%;
  height: 100%;
}

#guia-del-ocio .post-title {
  background-color: rgba(0,0,0,.45);
}

#guia-del-ocio .col-2 .post-title {
  font-size: .7em;
}


.post-title span {
  position: absolute;
  bottom: 15px;
  max-width: 85%;
}

.post-title h2 {
  margin: 5px 0px 0px 0px;
  font-weight: 700;
  color: #fff;
}

#canal-dosis > div > article {
  min-height: 300px;
  height: auto;
  max-height: 300px;
}
#canal-dosis > div > article > figure > a > img{
  height: auto;
}
#canal-dosis > div {
  text-align: center;
  padding-top: 1em;
}

/* Sidebar */

aside {
   width: 300px;
   float: left;
}

.tabbed {
  background-color: #e4e4e4;
  position: relative;
  margin-top: 3.5em;
  margin-bottom: 1.5em;
  padding: 1.5em 1.5em 1em;
  overflow: visible;
}

.tabbed span{
  display: inline-block;
  font-size: 1.1em;
  letter-spacing: 1px;
  padding-bottom: .3em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
}

.tabbed h4{
  font-weight: 700;
  margin-bottom: 1.6em;
}

.tabbed .read-more-link{
  background-color: #aaa;
  color: #fff;
  padding: .3em .5em;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.tabbed h3 {
  font-family: Bitter, serif;
  position: absolute;
  font-size: 1.15em;
  font-weight: 700;
  top: -1.5em;
  left: 0;
  background-color: #d8002a;
  color: #fff;
  padding: .2em .6em .2em .4em;
  text-transform: none;
  font-style: normal;
  cursor: pointer;
}

.tabbed h3:hover {
  top: -2.1em;
  padding: .2em .6em .8em .4em;
}

.tabbed article#educacion,
.tabbed article#mineria{
  min-height: 200px;
}

.tabbed article#educacion{
  display: none;
}

.tabbed h3.mineria {
  left: 0;
  background-color: #956c46;
}

.tabbed h3.educacion {
  left: 80px;
  background-color: #02883f;
}
.author-thumb {
  height: 80px;
}

.author {
  font-size: .8em;
}

span.date,
span.comments {
  font-size: .8em;
  margin: 0 1em;
}

span.date {
  color: #000;
}

span.date:before,
span.comments:before {
  content: 'i';
  display: inline-block;
  margin-right: 1em;
  border: 1px solid #aaa;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: .8em;
  text-align: center;

  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* Secciones */

#featured-article {
  padding: 0 1.5em;
  margin: 0 -3.5em 2em;
  background-color: #eee;
  min-height: 240px;
}

#featured-article h1{
  font-size: 2.2em;
}

#posteos {
  background-color: #ddd;
  padding: 1.5em;
  border-top: 3px solid #d8002a;
  margin-bottom: 1.5em;
}

#posteos h1{
  color: #d8002a;
}

#posteos article {
  font-size: .8em;
  padding-bottom: 1.5em;
}

#posteos article h3{
  font-weight: 300;
  text-transform: none;
}

#posteos article a:last-of-type{
  color: #000;
  border: 1px solid #333;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 1em;
  width: 13px;
  height: 13px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
}

#posteos article a:last-of-type:hover{
    box-shadow: none;
}

#posteos article h2{
  font-weight: 700;
  letter-spacing: 0;
  font-family: Bitter, serif;
  text-transform: none;
  margin-bottom: 0;
  max-width: 85%;
  margin-left: 1em;
}

.posteos img{
  float:left;
  width: 100px;
  height: auto;
  padding: 0 5px 0;
}
#ficcion-qp {
  background-color: #fac809;
  color: #000;
  padding: 1.5em;
  margin-bottom: 1.5em;
}

#ficcion-qp a {
  color: #000;
}

#ficcion-qp h1 {
  margin-bottom: 0;
  padding: 0 1em 1em 0;
}

#ficcion-qp a h1:hover {
  opacity: 1;
  text-decoration: underline;
}

#ficcion-qp a:hover {
  opacity: 1;
  color: #000;
  font-weight: 800;
}

#ficcion-qp article img {
  width: 100%;
  margin-bottom: 1em;
}

#ficcion-qp .ficcion-qp-top {
  background-color: #1c1c1c;
}

#ficcion-qp .ficcion-qp-top {
  display: block;
  padding-left: 0.5em;
  height: 2.6em;
}

#guia-del-ocio h1 {
  margin-bottom: 0;
  padding: .3em 1em;
  color: #fff;
  background-color: #dd8501;
}

#guia-del-ocio article.col-1 figure {
  min-height: 190px;
  margin-bottom: 0.7em;
}

#guia-del-ocio article.col-1 img {
  min-height: 190px;
}

#guia-del-ocio article{
  margin-bottom: 5px;
}

#guia-del-ocio article h2 {
  font-weight: 300;
}

#guia-del-ocio article a.post-cat {
  font-weight: 700;
  padding: 0;
  font-size: 1rem;
  background-color: transparent;
}

#guia-del-ocio article a.post-cat:hover {
  text-decoration: underline;
}

#papel-digital {
  padding: 1em;
  background-color: #eee;
  margin-bottom: 1.5em;
}

#papel-digital article.main {
  padding: 0 .8em .5em;
}

#papel-digital article {
  margin-bottom: 1em
}

#papel-digital article figure{
  min-height: 170px;
}

#papel-digital h2 {
 font-weight: 700;
 font-size: 1.462em;
 letter-spacing: 0;
}

#papel-digital h2:before {
 content: '';
 display: inline-block;
 height: 1em;
 width: 1em;
 margin-right: .5em;
 background: url('images/flecha.png') no-repeat left top;
 background-size: .7em;
}

#papel-digital h3 {
  clear: left;
  text-align: left;
  font-size: 1.3em;
  margin-bottom: .5em;
}

#papel-digital h4 {
  text-transform: none;
  margin-bottom: 0;
}

#papel-digital .portada-info {
  margin-top: 4em;
  line-height: 2em;
}

#papel-digital img {
  margin-bottom:2em;
}

#papel-digital .portada-info p {
  text-transform: uppercase;
}

a.link-portada {
  display: block;
  padding:.3em;
  background-color: #d8002a;
  color:#fff;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  margin-top: .5em;
}

a.link-portada:hover {
  background-color: #9c1a1c;
}

#dosis-montt {
  background-color: #eee;
  padding: 1em;
  margin-bottom: 1.5em;
}

#dosis-montt h1 {
  margin-bottom: .7em;
  font-size: 1.5em;
  color: #d8002a;
  float: left;
  line-height: 1.4rem;
}

#dosis-montt h2 {
  font-size: 1em;
  text-transform: none;
  text-align: right;
  float: right;
  color: #d8002a;
  line-height: 1.4rem;
}

#dosis-montt img {
  height: 300px;
  width: 220px;
  margin-left: 27px;
}

.mas-vistos {
  padding: 0 1em;
  background-color: #eee;
  margin-bottom: 1.5em;
}

.mas-vistos article img {
  float: left;
  margin-right: 1.2em;
}

.mas-vistos h2 {
  font-weight: 700;
  letter-spacing: 0;
  padding: .7rem 1rem .7rem 1rem;
  margin: 0 -1rem 0 -1rem;
  background-color: #ddd;
  margin-bottom: 1em;
}

.mas-vistos article a {
  color: #444;
  font-size: .8em;
}

.mas-vistos article a:hover {
  text-decoration: underline;
}

.mas-vistos a.visto-title h4 {
  padding-top: 1em;
  font-weight: 600;
  line-height: 1.3em;
}

#esta-pasando .visto-date {
  font-size: 0.7em;
}

#esta-pasando article a.visto-category {
  color: #d8002a;
  font-size: 0.8em;
}

#high-tech {
  position: relative;
  padding: 0 1.5em;
  margin: 2em -3.5em;
  border-top: 3.5em solid #5d9db8;
  background-color: #eee;
  overflow: visible;
}

#high-tech h1 {
  position: relative;
  color: #fff;
  margin-top: -1.7em;
  z-index: 1;
}

#high-tech article img {
  margin-bottom: .8em;
}

#high-tech h2 {
  color: #5d9db8;
  font-weight: 700;
}

#guia-ocio {
  position: relative;
  padding: 0 1.5em;
  margin: 0 -3.5em 2em -3.5em;
  border-top: 3.5em solid #dd8501;
  background-color: #eee;
  overflow: visible;
}

#guia-ocio h1 {
  position: relative;
  color: #fff;
  margin-top: -1.7em;
  z-index: 1;
}

#guia-ocio article img {
  margin-bottom: .8em;
}

#guia-ocio h2 {
  color: #dd8501;
  font-weight: 700;
}


.oferta {
  position: relative;
  background-color: #fff;
  height: 100%;
  padding: 2em;
  color: #5d9db8;
}

.oferta:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 1em;
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
}

.oferta h2{
  font-weight: 900;
  color: #444!important;
  font-size: 7em;
  margin-bottom: .1em;
}

#subscribe {
  padding: 0;
  margin: 2em -3.5em 0;
  background-color: #c4c5c4;
  text-align: center;
  padding: 2em 0;
}

#subscribe .col-3 {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0 1%;
}

#subscribe h1{
  font-size: 2.5em;
  font-weight: 500;
}

#subscribe article h2{
  position: absolute;
  background-color: #d8002a;
  color:#fff;
  padding:.3em 2em;
  right: 0em;
  top: 50%;
}

#subscribe article a > h2 {
  text-decoration: none;
}

#commentsDiv {
  max-width: 100%;
}

.recuadro-inferior {
  background: #F3F3F3;
  border-top: 1px solid #C41425;
  border-bottom: 1px solid #C41425;
  padding: 1em 1em 0.5em 1em;
  margin-bottom: 2em;
}

.recuadro-inferior h2 {
  font-size: 1.5em;
}

.recuadro-inferior .question {
  font-size: 1.1em;
  font-weight: 700;
}

blockquote,
.blockquotes {
  clear: both;
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 1em 1em 0;
}

blockquote,
.blockquotes .quote {
  display: block;
  overflow: hidden;
  position: relative;
  background: url('images/borde-balances.jpg') top left repeat-x;
  margin: 0;
  padding: 1em 0 0.5em 0;
}

blockquote p,
.blockquotes .quote p {
  font-style: italic;
  font-size: 1.1em;
}

blockquote {
  margin: 0 1em 1em 1em;
  float: right;
  padding-right: 0.1em;
  width: 30%;
  min-width: 220px;
}

.complemento {
  float: left;
  overflow: hidden;
  display: block;
  margin-right: 1em;
  width: 220px;
  background: #F3F3F3;
  border-top: 1px solid #C41425;
  padding: 0.8em 0.5em;
  clear: left;
}

.complemento p {
  font-size: 85%;
}

#canal article {
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 1em 0 1em;
}

#canal .canal-imagen {
  max-width: 29%;
  float: left;
  position: relative;
  margin-right: 1.5%;
}

#canal .canal-titulo {
  padding-top: 1em;
  overflow: hidden;
}

#canal .canal-titulo.con-epigrafe {
  padding-top: 0.1em;
}

#canal .canal-titulo h3 {
  font-weight: 300;
  font-size: 1.1em;
}

#canal .canal-titulo.con-epigrafe h3.epigrafe-posteos {
  font-size: 1em;
  text-transform: none;
  font-weight: 400;
}

#canal .canal-titulo h3.autor-posteos {
  font-size: 1.1em;
  text-transform: none;
}

#canal .canal-titulo h2 {
  font-weight: 400;
}

#canal .canal-titulo span.con-bajada {
  margin-right: 1em;
}

#canal .last {
  margin-bottom: 2em;
}

.bajada-destacada {
  display: none;
}

.read-more-link.destacada {
  display: none;
}

#paginator {
  clear: both;
}

#paginator ul{
  text-align: center;
}
#paginator ul li{
  display: inline-block;
}

#paginator ul li a{
  display: inline-block;
  padding: .5em .8em;
  border: 1px solid #ccc;
}

#paginator ul li a.active,
#paginator ul li a.disabled{
  border: none;
  color: #999;
}

#paginator ul li a:hover {
  background-color: #d82628;
  color: #fff;
  border: 1px solid #b82021;
}

#paginator ul li a.active:hover,
#paginator ul li a.disabled:hover {
  background-color: #fff;
  color: #999;
  border: none;
}

/* ADS */

.horiz.ad {
  width: 100%;
  margin-bottom: 1.5em;
  clear: both;
}
.horiz-middle.ad {
  width: 600px;
  margin-bottom: 1.5em;
  clear: both;
  margin: 0 auto 2em;
}

.square.ad {
  width: 300px;
  margin-bottom: 1.5em;
}

.square.ad img {
  width: 300px;
}

.big.ad {
  width: 970px;
  max-width: 100%;
  margin: 0 auto 2em;
}

.big.ad img {
  width: 970px;
  max-width: 100%;
}

.wrapper .ad {
  text-align: center;
  margin-bottom: 1.5em
}

#canal .horiz.ad {
  margin-top: 2em;
  margin-bottom: 0;
  padding-bottom: 2em;
  border: none;
  border-bottom: 1px solid #ccc;
}

.skycrapper > div {
  height: 600px;
  width: 120px;
  top: 25px;
  position: relative;
  overflow: hidden;
}
/* Footer */

footer nav {
  padding: .8em 0;
  background-color: black;
  text-align: center;
}

footer nav ul li,
footer nav ul h2 {
  display: inline-block;
  font-size: .85em;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-right: .5em;
}

footer nav ul li:after {
  content: '/';
  margin-left: .5em;
}

footer nav ul:first-child {
  margin-bottom: .5em;
}

footer nav ul li a {
  color:rgba(255,255,255,.6);
}

footer nav ul li a:hover {
  text-decoration: underline;
}
ul#moviles h2 strong{color:white;}

#media-links {
  background-color: #ece8f0;
  padding: 1em 1.5em;
}

a#logo-copesa-footer {
  display: block;
  width: 120px;
  height: 120px;
  float: left;
}

ul#medios li {
  display: inline-block;
  width: 85px;
  margin: 0 .5em .5em 0;
  background-color: #eee;
}
ul#medios li img{
  border: 1px solid #ccc;
}
ul#medios li img.copesa{
  filter:gray;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  opacity:.5
}
ul#medios li img.copesa:hover {
  -webkit-filter:grayscale(0%);
  filter:grayscale(0%);
  opacity:1
}
.transitionfxfast {
  transition:[transition-property] [transition-duration] [transition-timing-function] [transition-delay];
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease
}
#main ul li.black > a{
  color: #444;
}

#main ul li.qp_plus{
  margin-right: 0px;
  padding-right: 0px;
}

#main ul li.qp_plus > a{
  background: url('images/logoQPplus.png') no-repeat;
  width: 30px;
  display: block;
  background-size: 30px 30px;
  background-position: center;
  padding-right: 0;
}

#main ul li.qp_plus > a:hover{
  box-shadow: none;
  background-color: transparent;
}

.home-revista .featured.center-content article > a.post-cat {
  display: none;
}

.ad-container-top{
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.horiz-top-small,
.horiz-top-big,
.horiz-top-full {
  display: inline-block;
  margin: 10px 0;
}

.horiz-top-big {
  margin-right: 15px;
}

.horiz-top-full {
  display: inline-block;
  margin: 10px auto;
}

.horiz-top-small > div,
.horiz-top-big > div,
.horiz-top-full > div {
  max-height: 90px;
}

/* Image Copyright */

em.autor {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.3em;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #FFF;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

em.autor-grande {
  font-size: 1em;
  line-height: 1.2em;
}

em.autor-chico {
  font-size: 0.8em;
  line-height: 1em;
}

#single-old-main-image {
  position: relative;
  float: left;
}

#single-old-main-image em {
  bottom: 1em;
  right: 1em;
}

.col-4x3 em {
  bottom: 0.3em;
}

article.col-1 em.autor-chico {
  right: 0.1em;
  bottom: auto;
  top: 0;
}

article.col-1 div.canal-imagen em.autor-chico {
  right: 0;
  top: auto;
  bottom: 0.4em;
}

/* Contacto */

.contact-box {
  display:block;
  position:relative;
  overflow:hidden;
  width:80%;
  margin:0 auto;
  padding:3em;
}

.contact-box > small {
  line-height: 2em;
}

.contact-box .left {
  padding-top: 1em;
  width: 40%;
}

.contact-box:first-child {
  margin-right: 5%;
}

.contact-box > div > table > tbody > tr > td:nth-child(1) {
  padding-right: 2em;
  font-weight: bold;
}

#guia-del-ocio .col-2 figure {
  margin-bottom: 0;
}

#guia-del-ocio {
  margin-bottom: 1.5em;
  padding-bottom: 0;
}

/* Facebook */
.fb-page {
  margin-bottom: 1.5em;
}

/* Twitter */
.twitter-timeline {
  margin-bottom: 1.5em !important;
}

/* Suscripciones */

.hide{
  display: none;
}

.show{
  display: block !important;
}

.subscription-input{
  background-color: transparent;
  outline: none;
  border: 2px solid #999999;
  padding: 8px 12px;
  border-radius: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 36px;
  line-height: 1.467;
  font-size: 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.subscription-input[readonly],
.subscription-input[disabled]{
  background-color: transparent;
  outline: none;
  color: #dddddd;
  border: 2px solid #dddddd;
  padding: 8px 12px;
  border-radius: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 36px;
  line-height: 1.467;
  font-size: 15px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.validate-address-button {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  background-color: #eb1502;
  color: #ffffff;
  cursor: pointer;
}
.validate-address-button-disabled {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  background-color: #ccc;
  color: #eeeeee;
  cursor: pointer;
}
.subscription-button {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  background-color: #eb1502;
  color: #ffffff;
  cursor: pointer;
}
.subscription-input:focus{
  border: 2px solid #ff0b03;
}
.subscription-input-title{
  font-weight: normal;
  font-size: 18px;
}
div.subscription-input-title{
  padding-left: 15px;
}
.row-break {
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  margin-top: 20px;
}
.row-rule{
  height: 1px;
  border-bottom: 1px solid #bbbbbb;
}
.subscription-item{
  float: left;
  margin-right: 25px;
}
.send-button{
  text-align: center;
  margin-top: 25px;
}
#non-subscriber-info p,
#subscriber-info p{
  font-size: 1.2em;
}
#non-subscriber-info p.small-letter,
#subscriber-info p.small-letter{
  font-size: 0.95em;
}
.with-margin{
  margin-left: 30px;
}
.product-item{
  display: inline-block;
  width: 200px;
  margin-right: 25px;
  margin-top: 10px;
  vertical-align: top;
}
.product-list{
  margin-bottom: 30px;
}
#product-packs{
  margin-bottom: 35px;
}
#subscription{
  padding-top: 50px;
  padding-bottom: 50px;
}
.success{
  padding: 40px 0 40px 0;
  width: 75%;
  margin: 0 auto;
}
.required{
  color: #F8150D;
  position: relative;
  top: 4px;
}

/* Perfil Gigya */

#profile {
  display:block;
  position:relative;
  overflow:hidden;
  width:80%;
  margin:0 auto;
  padding:3em;
}

#login a.profile_login {
  margin: 0 .4em;
  vertical-align: unset;
}

.header-placeholder {
  height: 92px;
}
/* OWL ocio */
#owl-ocio .owl-controls{
  position: absolute;
  top: 25%;
  width: 100%;
}
#owl-ocio .owl-controls .owl-prev,#owl-ocio .owl-controls .owl-next{
    top: 0px;
    margin-top: 0px;
    position: absolute;
    display: block;
    background: #dd8501;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
#owl-ocio .owl-controls .owl-prev{
  left: -25px;
}
#owl-ocio .owl-controls .owl-prev:hover, #owl-ocio .owl-controls .owl-next:hover{
  opacity: 1;
}

#owl-ocio .owl-controls .owl-next{
  right: -25px;
}
/* Owl */
.owl-prev,
.owl-next {
  position: relative;
  top: -50px;
}

#esta-pasando .owl-controls.clickable {
   left: 0 !important;
   top: 0 !important;
}
/* OWL SINGLE */
.carruselnota {width:100%; height:auto; display:block; margin:20px 0;}
.carruselnota .carousel-control {background:transparent;opacity:1;}
.carruselnota .carousel-control .glyphicon-chevron-left, .carruselnota .carousel-control .glyphicon-chevron-right, .carruselnota .carousel-control .icon-next, .carruselnota .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding-top: 8px;
    font-size: 22px;
    margin-top: -15px;
    background: #000;
}
.carruselnota .carousel-control .glyphicon-chevron-right, .carruselnota .carousel-control .icon-next {
    margin-right: 0;
    right: -10px;
}

.carruselnota .carousel-control .glyphicon-chevron-right, .carruselnota .carousel-control .icon-next { margin-right:0; right:-10px; }
.carruselnota .carousel-control .glyphicon-chevron-left, .carruselnota .carousel-control .icon-prev { margin-left:0; left:-15px; }
.owl-single .owl-stage{
  position: relative;
  width: 100%;
}

.owl-single .owl-prev, .owl-next{
    background: #000;
    color: #fff;
    text-align: center;
    top:0;
  }

.owl-single .owl-prev{
    width: 30px;
    height: 30px;
    float:left;
  }
.owl-single .owl-controls{
    margin-top:0;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    height: 0;
}
.owl-single .owl-next{
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;

  }

.single-caption p{
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.mod_principal img{
  padding-left: 0 !important;
}
.single-caption{
  position: relative;
  bottom: 0;
  background: rgba(0,0,0,0.9);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 5px 0 0 0;
  height: 100%;
}
.carruselnota{
  float:left;
}
.carruselnota .owl-controls-out{
  position: absolute;
  width: 100%;
}
.owl-single .item{
  width: 100%;
}
/* Fin Carrusel Owl2 single */
/* Carrusel Owl2 Home*/
.slider-home .owl-prev, .owl-next{
    background: #000;
    color: #fff;
    text-align: center;
    top:0;
  }

.slider-home .owl-prev{
    width: 30px;
    height: 30px;
    float:left;
  }
.slider-home .owl-controls{
    margin-top: 0;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    height: 0;
}
.slider-home .owl-next{
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;

  }
/* Fin Carrusel Owl2 Home*/
@media screen and (max-width: 1180px) {
  .featured-title {
    bottom: 3em;
    padding: 2.5em;
    max-width: 50%;
  }
}

/* Media Query Intermedio */

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

  #top {
  font-size: 1em;
  }
  #main ul {
   width: auto;
  margin-right: -3.5em;
  }

  #main ul li {
  width: 25%;
  display: block;
  float: left;
  position: relative;
  height: 3em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  }

  #main ul li.qp_plus > a{
   width: 100%;
   background-size: 30px 30px;
   background-position: center center;
  }

  /*#main ul li:nth-child(4) {
     margin-right: 1em;
  }*/

  #main ul li.qp_plus,
  #main ul li.ed_impresa {
     height: 6em;
     float: right;
     margin-top: -3em;
  }

  #main ul li.ed_impresa > a {
    padding-top: 1.5em;
  }

  #main ul li a {
  display: block;
  position: absolute;
  height: 100%;
  line-height: 3em;
  font-size: .9em;
  width: 100%;
  text-align: center;
  }

  header.fixed #main ul{
   padding-left: 80px;
   /*margin-right: 2em;*/
  }

  header.fixed #main ul li {
   padding: 0;
   height: 2.6em;
   font-size: .9em;
  }

  header.fixed #main ul li.qp_plus,
  header.fixed #main ul li.ed_impresa {
    height: 5.2em;
    margin-top: -2.6em;
  }

  header.fixed #main ul li.ed_impresa > a {
    padding-top: 1.3em;
  }

  header.fixed #main ul li a{
    line-height: 2.6em;
    padding: 0;
  }

  .wrapper .col-1,
  .wrapper .col-2,
  .wrapper .col-3,
  .featured .col-1,
  .featured .col-2,
  .featured .col-3,
  .featured .col-4-bottom, {
    width: 100%;
    margin: 0 0 1.5em;
  }

  article.col-1 {
    overflow: hidden;
  }

  .col-4x3 .featured-title {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .col-4x3 > img {
    display: block;
  }

  .single .featured-title {
    padding: 1em 0 0;
  }

  .featured-title > a {
    font-size: 0.85rem;
  }

  .featured-title > a > h1,
  .col-2 .featured-title h1,
  .col-3 .featured-title h1 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }

  .featured-title > a > h2 {
    font-size: 1em;
    font-weight: 300;
  }

  .featured-title.izquierda,
  .featured-title.derecha {
    left: auto;
    right: auto;
  }

  .featured.main {
    border-top: 1px;
    margin-bottom: 0;
  }

  #guia-del-ocio .col-2 {
    width: 47.5%;
    margin-right: 5%;
    float: left;
  }

  #guia-del-ocio .col-2.last {
    margin-right: 0;
  }

  #canal .canal-imagen {
    display: none;
  }

  #div-gpt-ad-1424640182527-0,
  #div-gpt-ad-1424640182527-12,
  #div-gpt-ad-1424640182527-14,
  #div-gpt-ad-1434739163664-0 {
    display: none;
  }
}

/* Media Query Móviles */

@media screen and (max-width: 768px) {
  .rel-dosis a img {
      height: auto;
      max-height: 500px;
      width: auto;
      max-width: 200px;
  }
  #canal-dosis > div > article {
    width: 33%;
    float: left;
    padding: 0 5px;
  }
  main,
  header {
    padding: 0 1.5em;
  }

  #top {
    margin: 0 -1.5em;
  }

  #featured-article,
  #high-tech,
  #subscribe {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }

  #top {
    background-color: #eee;
  }

  #top nav {
    display: none;
  }

  a.hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }

  #main div {
    display: none;
    margin: 0 -1.5em;
    position: fixed;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
  }

  #main ul {
    position: fixed;
    padding: 0;
    float: none;
    top: 0;
    bottom: 0;
    width: 60%;
    text-align: left;
    background-color: #2e3141;
    padding-top: 7em;
    padding-right: 0;
    margin-right: 0;
  }

  header.fixed #main div ul {
    padding: 0;
    text-align: left;
    padding-top: 7em;
  }

  #main ul li.qp_plus > a{
    background-size: 30px 30px;
    background-position: 1.2em 0;
  }

  #main ul li {
    width: auto;
    float: none;
    border: none;
    text-align: center;
    left: 0;
    display: block;
    height: 2em;
    font-size: 1.3em;
    text-transform: none;
  }

  header.fixed #main ul li {
     width: auto;
     float: none;
     border: none;
     text-align: center;
     left: 0;
     display: block;
     height: 2em;
     font-size: 1.3em;
     text-transform: none;
     line-height: 2!important;
  }

  #main ul li a{
    text-align: left;
    padding: 0 0 0 1.2em;
    color: #fff!important;
    line-height: 2em;
    width: 100%;
  }

  header.fixed #main ul li a{
    text-align: left;
    padding: 0 0 0 1.2em;
    color: #fff!important;
    line-height: 2em;
    width: 100%;
  }

  #main ul li a:hover {
    box-shadow: none;
    background-color: #d8002a;
  }

  header.fixed #main ul li a{
    line-height: 2em;
  }

  #main ul li.qp_plus,
  #main ul li.ed_impresa {
    float: none;
    margin-top: 0;
    height: 3em;
  }
  #main ul li.qp_plus > a,
  #main ul li.ed_impresa > a,
  header.fixed #main ul li.qp_plus > a,
  header.fixed #main ul li.ed_impresa > a {
    padding-top: 0;
    width: 70px;
    height: 2em;
  }

  #main ul li:nth-child(3) {
    margin-right: 0;
  }

  header.fixed #main ul li.qp_plus,
  header.fixed #main ul li.ed_impresa {
    height: 2.6em;
    margin-top: 0em;
  }

  section, #edicion-impresa-plus {
    margin-bottom: 1.5em;
    padding-bottom: 0;
  }

  img#main-logo {
    height: 80px;
    width: 65px;
    z-index: 2;
  }

  header.fixed img#main-logo {
    height: 80px;
    width: 65px;
  }

  .featured.main:after {
    content: '';
    background: #d8002a  url(images/logoQPplus.png); no-repeat center;
    background-size: 50px;
    top: -40px;
    right: -1.5em;
    width: 60px;
    height: 60px;
  }

  .featured-title h1 {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 0;
  }

  #current-date {
    text-align: right;
    padding-right: 55px;
    margin-bottom: .5em
  }

  .wrapper {
    width: 100%;
    padding: 0;
    border-right: none;
    float: none;
    margin: 0;
  }

  .wrapper.con-destacada {
    border-top: 1px solid #ccc;
  }

  aside {
     display: none;
  }

  .col-1, .col-2, .col-3, .col-4x3 {
    width: 100%;
    margin: 0;
    float: none;
  }

  .wrapper .col-1,
  .wrapper .col-2,
  .wrapper .col-3,
  .featured article.col-1,
  .featured article.col-2,
  .featured article.col-3,
  .featured article.col-4-bottom, {
    width: 100%;
    margin: 0 0 1.5em;
  }

  #edicion-impresa article figure,
  #edicion-impresa article figure img,
  #edicion-impresa-plus article figure,
  #edicion-impresa-plus article figure img {
    height: auto;
  }

  #edicion-impresa article figure,
  #edicion-impresa article figure img {
  min-height: 0;
  }

  #edicion-impresa article,
  #edicion-impresa-plus article {
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: .85em;
  }

  #edicion-impresa article figure,
  #edicion-impresa-plus article figure {
    margin-bottom: 0;
  }

  #edicion-impresa article figure img,
  #edicion-impresa-plus article figure img  {
    display: none;
  }

  #edicion-impresa .post-title,
  #edicion-impresa-plus .post-title {
    position: relative;
    padding: 1em;
    background-color: #fff;
  }

  #edicion-impresa .post-title span,
  #edicion-impresa-plus .post-title span {
    position: relative;
    bottom: 0;
  }

  #edicion-impresa .post-title h2,
  #edicion-impresa-plus .post-title h2 {
    color: #000;
  }

  #edicion-impresa article p,
  #edicion-impresa-plus p {
    display: none;
  }

  #guia-del-ocio .col-2 {
    width: 47.5%;
    margin-right: 5%;
    float: left;
  }

  #guia-del-ocio .col-2.last {
    margin-right: 0%;
  }

  a#logo-copesa-footer {
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center;
    height: auto;
  }

  #featured-article img,
  #featured-article p  {
    display: none;
  }

  .features-article-info {
    width: auto;
    left: 0;
  }

  #relacionados article figure {
    min-height: 0;
  }

  #relacionados {
    padding-bottom: 0;
  }

  .single .featured.main {
    margin-top: -4em;
  }

  .single .featured.main p {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.7em;
  }

  /* Sacar por PHP */
  #subscribe,
  footer nav,
  ul#medios,
  .tabbed,
  #high-tech,
  .ad-container-top,
  #guia-ocio,
  #banner {
    display: none;
  }


  .wrapper .ad {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2em;
    margin-bottom: 0;
  }

  #single-old-main-image {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  #single-old-main-image .fleft {
    float: none;
    margin-bottom: 1em;
  }

  .article-content > p > img {
    margin: 0 auto;
  }

  .blockquotes {
    margin-right: 0;
  }

  .post-title > h2 {
    display: none;
  }

  .col-4x3 em.autor-grande,
  em.autor-grande {
    top: 0;
    bottom: auto;
  }

  /* Ajustes CSS para destacados mobile */
  .featured > .col-4.last {
    width: 100%;
    margin-top: 2%;
  }
  .featured > .col-4.last article img {
    width: 100%;
  }
  .featured > .col-4.last article .featured-title {
    position: relative;
    background: transparent;
  }

  .featured > .col-4.last article a.white {
    color: #000;
  }

  .featured > .col-4.last article a.white h1 {
    font-weight: 700;
  }

  .featured > .col-4.last article a.white h1:hover {
    text-decoration: underline;
  }

  /* Ajustes destacado principal mobile */
  /*
    .derecha es para qp+,
    .col-1 sin .derecha es para dentro de un canal
    .col-4x3 es para el principal no qp+
  */

  .featured > .col-1 .featured-title.derecha,
  .featured .slider-home .owl-item > .col-1 .featured-title,
  .featured > .col-1 .featured-title,
  .featured > .col-4x3 .featured-title,
  .col-2 .featured-title,
  .col-3 .featured-title {
    position:relative;
    max-width: 100%;
    right: auto;
    bottom: auto;
    background: transparent;
    padding: 1em;
  }

  .featured .col-2,
  .featured .col-3 {
    width: 100%;
  }

  .featured > .col-1 .featured-title.derecha a.white,
  .featured .slider-home .owl-item > .col-1 .featured-title a.white,
  .featured > .col-1 .featured-title a.white,
  .featured > .col-2 .featured-title a.white,
  .featured > .col-3 .featured-title a.white,
  .featured > .col-4x3 .featured-title a.white,
  .featured > .col-4x3 .featured-title a[style] > h2,
  .featured > .col-4x3 .featured-title a[style] > h1 {
    color: #000;
  }

  .featured.center-content article {
    position: relative;
    padding: 0;
    border-top: 5px solid #d8002a;
  }

  .featured.center-content article.col-1 > a.post-cat,
  .featured.center-content article.col-4x3 > a.post-cat {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.9em;
  }

  .featured.center-content article > div.featured-title > a.post-cat {
    display: none;
  }

  section.featured.center-content article.col-1:nth-child(3) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }

  .featured-title > a > h1 {
    padding-bottom: 0;
    font-weight: 700;
  }

  em.autor-grande {
    font-size: 0.8em;
    line-height: 0.9em;
  }

  #edicion-impresa .article-publireportaje {
      position: relative;
      padding: 1em;
      background-color: #333;
  }

  #edicion-impresa .article-publireportaje .post-title {
      background-color: #333;
  }

  #edicion-impresa .article-publireportaje .post-title h2 {
      color: #fff;
  }

}
.skycrapper-ad{
  position:fixed;
  display:none;
  width: 160px;
  height: 600px;
  left:calc(50% - 680px);
  top:calc(50% - 250px);
  overflow:hidden;
  z-index:1;
}
@media (min-width: 1375px){
  .skycrapper-ad{display:block}
}
@media screen and (max-width: 480px){
  .rel-dosis a img {
    height: auto;
    max-height: 500px;
    width: auto;
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
  #canal-dosis > div > article {
    width: 100%;
    float: inherit;
    padding: inherit;
  }
}
@media screen and (max-width: 320px) {
  main {
    padding: 0 10px;
  }

  .blockquotes,
  blockquote,
  .complemento {
    float: none;
    clear: both;
    margin: 0 auto;
  }

  #featured-article,
  #high-tech,
  #subscribe {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Facturacion */
#contenedor-facturacion{
  /*display: none;*/
}
#facturacion{
  cursor: pointer;
}
/* @end */

/*jquery UI autocomplete*/
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-state-focus{
  background-color: inherit !important;
  color: #ff0b03 !important;
  border: inherit !important;
}

#alert-invalid,
#alert-error,
#alert-region,
#alert-street{

  border: 1px solid #ccc;
  background-color: #f2dede;
  padding: 10px;

}
#alert-valid{

  border: 1px solid #ccc;
  background-color: #d9edf7;
  padding: 10px;

}

#ajax-load{
  display: none;
}
.success-subtitle h3{
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 17px;
}
/*cambios de footer*/
#corpInfo>.noexede{
  background-color:transparent;
  display:block !important;
}
#corpInfo>nav>ul>li{
  font-size:1.1em;
}
#corpInfo>nav>ul>li:after{
  content:"";
}
.hidden-xs{display:none;}
#fullDPS{padding:15px 0 0 15px;}
@media (min-width: 768px){
  .hidden-xs{display:block;}
  #corpInfo>nav>ul>li{width:31% !important;}
}