@charset "UTF-8";
/*
 Theme Name:   Portada especiales
 Theme URI:    https://temas.publico.es/
 Description:  Portada para temas.publico.es (listado de especiales)
 Author:       Empírikanet
 Author URI:   http://empirikanet.com/
 Template:     default
 Version:      1.0.0

*/
/* Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

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

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

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

body {
  min-height: 100vh;
}

.item-theme {
  margin-bottom: 30px;
}

.item-theme .aspect-ratio-img {
  position: relative;
  margin-bottom: 5px;
}

.item-theme .aspect-ratio-img:before {
  width: 100%;
  display: block;
  content: "";
  padding-top: 100%;
}

.item-theme .aspect-ratio-img > .img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.item-theme .img {
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .item-theme .img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((500 / 500) * 100%);
  }
}

@media screen and (max-width: 767px) {
  .item-theme .img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.item-theme img {
  max-width: 100%;
  height: auto;
  display: block;
}

.item-theme h2.title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins";
  font-weight: 800;
  line-height: 1.3em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .item-theme h2.title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.item-theme h2.title a {
  color: #000;
}

.item-theme h2.title a:hover, .item-theme h2.title a:focus {
  color: #d11031;
}

.column.left-side,
.column.right-side {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .column.left-side {
    width: 690px;
  }
}

@media screen and (min-width: 414px) and (max-width: 896px) and (orientation: landscape) {
  .column.left-side {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .column.right-side {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .column.right-side {
    width: 300px;
    float: right;
  }
}

@media screen and (min-width: 414px) and (max-width: 896px) and (orientation: landscape) {
  .column.right-side {
    width: 100%;
  }
}

.landing-themes {
  margin-top: 15px;
  width: 100%;
}

.landing-themes h1.main-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Poppins";
  color: #000;
  font-weight: 800;
  padding-bottom: 7px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 5px;
}

@media screen and (min-width: 768px) {
  .landing-themes h1.main-title {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 30px;
  }
}

.temas-publico.home .megabanner.pb-ads {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .temas-publico.home .megabanner.pb-ads {
    margin-bottom: 60px;
  }
}

.temas-publico.home main > .container {
  position: relative;
}

@media screen and (min-width: 414px) and (max-width: 896px) and (orientation: landscape) {
  .pb-mobile .container {
    max-width: 100%;
  }
}

@media landscape {
  .pb-mobile.home.temas-publico .left-side .pb-mobile-ads {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (orientation: landscape) {
  .pb-mobile.home.temas-publico .left-side .col-sm-6 {
    max-width: 49%;
  }
}

.pb-tablet .col-sm-6 {
  max-width: 49%;
}
