<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&amp;family=Roboto&amp;display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

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

body {
  height: 100%;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Playfair Display', serif;
  color: rgb(20, 20, 20);
  margin: 0;
  padding: 0;
}

.ver-mas a:hover,
a.columnistas-title:hover,
.post-card-title-super a:hover,
.post-card-title-big a:hover,
.post-card-title a:hover {
  color: #e5015e;
  text-decoration: underline
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.3rem;
  font-weight: 300;
}

h3 span,
h4 span {
  padding: 4px 0 0;
  border-bottom: 8px solid #e5015e;
}

h2 span a:hover {
  text-decoration: none;
}

h3 {
  position: relative;
  font-size: 1.5em;
}

h4 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: rgb(20, 20, 20);
}

#page-content {
  width: 100%;
  height: auto;
}

.main-wrapper {
  max-width: 1455px;
  width: 100%;
  margin: auto;
  height: auto;
  display: flex;
  flex-flow: row;
  background-color: #f8f8f8;
  text-align: center;
}

/* HEADER */
header {
  width: 100%;
}

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

.header-image {
  width: 100%;
  height: auto;
}

nav {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  border-right-color: rgb(229, 1, 94);
  border-right-style: solid;
  border-right-width: 0.2px;
  border-bottom-color: rgb(229, 1, 94);
  border-bottom-style: solid;
  border-bottom-width: 0.2px;
  border-left-color: rgb(229, 1, 94);
  border-left-style: solid;
  border-left-width: 0.2px;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

.nav li a:hover:not(.active) {
  color: rgb(20, 20, 20);
}

.nav li i {
  font-size: 20px;
  color: black;
}

.close-menu {
  padding: 15px;
  color: #e5015e;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
}

.nav-cross {
  display: none;
}

.nav-column {
  width: 33.33%;
  height: auto;
  flex-direction: column;
  padding: 20px 20px !important;
}

.nav-column li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  font-weight: 300;
  line-height: 30px;
  color: #7D7B7B;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  font-size: 18px;
  text-align: left !important;
  padding: 0;
}

.nav-section {
  padding-top: 20px !important;
}

.nav-item a {
  font-weight: 700;
}

.nav-subitem {
  margin-left: 15px !important;
}

.login-button {
  padding: 5px;
  background-color: #e5015e;
  color: #fff;
}

/* FRONTPAGE */
.main-box-left {
  flex: 36%;
  padding: 2%;
  text-align: center;
}

.main-box-left img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.main-box-row {
  width: 100%;
}

.stories-box {
  display: grid;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr));
}

.stories-box article {
  justify-self: center;
  text-align: center;
}

.post-card {
  overflow: hidden;
  color: rgb(20, 20, 20);
  justify-self: center;
}

.post-card img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.post-card-title {
  width: 300px;
  line-height: .8;
  margin-bottom: 5px;
  text-align: left;
  margin-left: 5px;
}

.post-card-title a {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  color: rgb(20, 20, 20);
  text-decoration: none;
}

.post-card-title-line {
  position: absolute;
  width: 100px;
  border: 1px solid #e5015e;
  transform: rotate(180deg);
  margin-left: 10px;
}

.post-card-column {
  padding: 1rem;
  color: rgb(20, 20, 20);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  margin-right: auto;
  margin-left: auto;
}

.post-card-column img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin-bottom: 5px;
}

.post-card-column h2 {
  margin-left: 0px;
}

.post-card-column h2 a {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

.post-card-column h4 {
  text-align: left;
}

.post-card-super {
  overflow: hidden;
  padding: 30px 15px 15px 15px;
  color: rgb(20, 20, 20);
  text-align: center;
  margin-bottom: 3rem;
}

.post-card-super:hover img {
  overflow: hidden;
  color: rgb(20, 20, 20);
  justify-self: center;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
}

.post-card-super img {
  width: 600px;
  height: auto;
}

.post-card-title-super {
  width: 100%;
}

.post-card-title-super a {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: 'Playfair Display', serif;
  color: rgb(20, 20, 20);
  text-decoration: none;
  width: 600px;
}

.post-card-title-line-super {
  border: 1px solid #e5015e;
  margin-left: 45%;
  margin-right: 45%;
}

.post-card-big {
  overflow: hidden;
  padding: 1rem;
  color: rgb(20, 20, 20);
  text-align: center;
  margin-bottom: 3rem;
}

.post-card-big:hover img {
  overflow: hidden;
  color: rgb(20, 20, 20);
  justify-self: center;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
}

.post-card-big img {
  width: 100%;
  max-width: 900px;
  height: auto;
}

.post-card-title-big {
  width: 100%;
}

.post-card-title-big a {
  font-size: 2rem;
  font-weight: 300;
  font-family: 'Playfair Display', serif;
  color: rgb(20, 20, 20);
  text-decoration: none;
  width: 900px;
}

.post-card-title-line-big {
  position: absolute;
  width: 100px;
  border: 1px solid #e5015e;
  transform: rotate(180deg);
}

.title {
  font-size: 2.3rem;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  color: rgb(20, 20, 20);
  text-align: center;
  padding: 1rem;
}

.top-title {
  width: 80%;
  font-size: 3rem;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  color: rgb(20, 20, 20);
  text-align: left;
  border-top: 8px solid #E5015E;
  margin-top: 0;
  margin: 0 0 3rem 3rem;
}

.top-title-line {
  border-bottom: 1px solid black;
  padding: 19px;
  margin: 0 5rem 0 5rem;
}

.epaper-slider {
  width: 100%;
  height: 500px;
  background-color: black;
  color: white;
  font-size: 2.3rem;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-font-smoothing: antialiased;
}

.column-box-left {
  width: 65%;
}

.column-box-right {
  width: 35%;
}

.column-box-right-2 {
  flex: 26%;
  padding: 2%;
  text-align: center;
}

.box-magazine.black {
  background: black;
  padding: 2rem;
}

.box-magazine-group-3.black {
  padding: 2rem;
  background: black;
  display: flex;
  justify-content: space-around;
}

.box-magazine.white {
  background: white;
  padding: 2rem;
}

.box-magazine-group-3.white {
  padding: 2rem;
  background: white;
  display: flex;
  justify-content: space-around;
}

.box-magazine.yellow {
  background: #FFDF8D;
  padding: 2rem;
}

.box-magazine-group-3.yellow {
  padding: 2rem;
  background: #FFDF8D;
  display: flex;
  justify-content: space-around;
}

.story-super-in-box {
  padding: 1%;
  /* 3rem; */
  display: flex;
}

.story-super-in-box-image {
  width: 35%;
  float: left;
}

.story-super-in-box-image img {
  object-fit: cover;
  width: 450px;
  height: 450px;
}

.story-super-in-box-content {
  padding: 1%;
  width: 65%;
  float: left;
  background: white;
}

.story-super-in-box-meta-title {
  padding: 3rem;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: rgb(20, 20, 20);
  text-decoration: none;
  width: 100%;
}

.story-super-in-box-title a {
  padding: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: rgb(20, 20, 20);
  width: 100%;
  text-decoration: none;
}

.story-super-in-box-description {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: rgb(20, 20, 20);
  width: 100%;
  padding: 2%;
}

/* ARTICLE */
.article-grid-container {
  display: grid;
  grid-template-areas:
    'art art art title title'
    'body body body body right'
    'bottom bottom bottom bottom right';
  grid-template-columns: 0fr 1fr 1fr 1fr 1fr;
}

.article-lead-art,
.article-title {
  background-color: #f2f2f2;
}

.article-lead-art {
  display: flex;
  justify-content: center;
  flex-direction: column;
  grid-area: art;
  text-align: center;
  padding: 1rem 2rem 1rem 5rem;
}

.article-lead-art img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.article-lead-art-horoscope {
  grid-area: art;
  grid-column: 1 / 2;
  text-align: center;
  height: 300px;
}

.article-lead-art-horoscope img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  padding: 1rem;
  background-color: lightgray;
}

.article-title {
  grid-area: title;
  padding: 5rem 4rem 2rem 2rem;
  text-align: center !important;
}

.article-title-horoscope {
  grid-area: title;
  grid-column: 2 / 5;
  align-self: center;
  padding: 1rem;
  height: 300px;
  background-color: lightgray;
}

.article-title h1 {
  font-family: Playfair Display, serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 60px;
}

.article-subtitle {
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
}

.article-author {
  margin-top: -20px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  padding-top: 1rem;
  font-weight: 300;
}

.article-date {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  padding-top: .5rem;
  font-weight: 300;
}

.article-border {
  border-bottom: #333 solid 1px;
  width: 50%;
  margin: auto;
  padding: 1rem;
}

.article-author-social {
  width: 50%;
  display: flex;
  justify-content: space-around;
  padding: 2rem;
  margin: auto;
}

.article-author-social a {
  color: #333;
  font-size: xx-large;
}

.article-body {
  grid-area: body;
  /* padding: 3rem; */
  padding: 1rem;
  max-height: 100%;
}

.article-body p {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
  /* padding: 0rem; */
  /* font-weight: 300; */
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
}

.article-body .article-image {
  width: 100%;
  height: auto;
  padding: 1rem;
  text-align: center;
}

.article-body .article-image img {
  width: 100%;
  height: auto;
  max-width: 750px;
}

.article-body .article-image p {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 1rem 0 1rem;
  text-align: center;
}

/* .bottom-widgets { 
  grid-area: bottom;
  padding: 3rem;
  text-align: center !important;
  grid-column-end: none;
} */
.right-column {
  grid-area: right;
  padding: 10px;
  /* 1rem; */
  text-align: center !important;
  min-width: 306px;
}

.right-column-title {
  padding: 1rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.right-column-subtitle {
  padding: 1rem 2rem 1rem 3rem;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-weight: 700;
  font-size: medium;
  width: auto;
  margin: auto;
}

.author-box {
  display: table;
  padding-top: 20px
}

.author-box-row {
  display: table-row
}

.author-box-image {
  display: table-cell;
  vertical-align: top
}

.author-box-content {
  display: table-cell;
  padding-left: 30px
}

.author-box-text {
  margin-top: 20px
}

.author-box-social li a {
  color: gray;
  padding-left: 20px
}

.author-box-image img {
  width: 120px;
  border-radius: 50%;
  border: #E12248 solid .5px
}

.author-box-social {
  margin-left: -60px
}

.article-email .icon.mail {
  font-family: "Font Awesome 5 Free";
  content: "\f57d";
}

.icon {
  color: gray;
  font-size: 1.2em;
  margin-right: 5px
}

.article-bio-box:after {
  content: "";
  display: table;
  clear: both;
  box-sizing: border-box
}

.article-bio-box-column {
  display: flex;
  width: 100%;
  float: left;
  padding: 1rem;
  margin-left: 1rem;
  box-sizing: border-box;
  border-top: solid 0.5px gray;
  border-bottom: solid 0.5px gray;
}

.article-author-picture {
  float: left;
  margin-right: 14px
}

.article-author-picture img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 50px;
  margin-left: 10px;
  border: #E12248 solid .5px
}

.article-bio-box .article-author a {
  text-decoration: none;
}

.article-bio-box .article-author h4 {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-align: left;
}

.author-box-image img {
  width: 120px;
  border-radius: 50%;
  border: #E12248 solid .5px
}

.author-box-social {
  margin-left: -60px
}

.article-tags {
  width: 100%;
  padding: 1.5%;
  height: auto;
  background-color: #f2f2f2;
  border: solid 0.5px gray;
  text-align: left;
}

.article-tags a {
  color: #333;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 1px 1px;
  text-decoration: none;
  text-transform: capitalize;
}

.article-tags a:after {
  content: "\00a0 ,\00a0 ";
  color: #333;
  font-weight: normal;
}

.article-tags a:last-child:after {
  content: "";
}

.pager1 {
  display: block;
  margin-top: 30px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.pagination {
  display: block;
  border-top: solid 1px #333;
  padding-top: 30px;
}

.pagination li {
  display: inline-block;
  padding: 0px 10px;
  margin: 0px 5px;
}

.pagination li a {
  color: gray;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.pagination&gt;li.active a {
  color: #E12248;
  font-weight: 700;
}

/* Polls */
.widget-poll {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.widget-poll-title {
  height: 3rem;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  padding: 1rem;
  margin-bottom: 2rem;
}

.widget-poll-content {
  height: auto;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #FECFB2;
}

.widget-poll-question {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  padding: 1rem;
  margin-bottom: 1rem;
}

.widget-poll-answers li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 1rem 2rem .7rem 2rem;
  list-style-type: none;
  text-align: start;
  background-color: white;
  margin-bottom: 15px;
}

.widget-poll-answers input[type="radio"] {
  margin-right: 10px;
}

.widget-poll-content input[type="submit"] {
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  border-color: white;
  font-size: 18px;
  width: 100%;
  margin-bottom: 15px;
}

.widget-poll-content a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.banner {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  padding: 1rem;
  margin-bottom: 1rem;
}

.image-caption {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* FOOTER */
footer {
  display: inline-block;
  background-color: black;
  font-family: arial;
  padding: 3%;
  margin-top: 30px;
  /* z-index: 100000; */
}

.footer-row {
  width: 100%;
  display: inline-block;
}

.footer-logo,
.footer-directions {
  display: block;
  float: left;
}

.footer-logo {
  width: 60%;
  text-align: left;
}

.footer-social {
  text-align: left;
}

.footer-social ul {
  list-style-type: none;
  display: inline-flex;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: white;
  margin: 0px;
  padding: 0px;
}

.footer-social a {
  font-size: 28px;
  color: white;
}

.footer-social i {
  margin-left: 15px;
}

.footer-directions {
  color: white;
  width: 40%;
  margin-bottom: 2%;
  text-align: right;
}

.footer-directions a {
  color: white;
  text-decoration: none;
}

.footer-menu li a {
  color: white;
  text-decoration: none;
}

.footer-logo img {
  width: 23%;
  height: auto;
  margin-bottom: 10px;
  min-width: 228px;
}

.footer-directions p {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.footer-line {
  margin-top: 3rem;
  padding-top: 0.5rem;
  width: 100%;
  border-top: 1px solid white;
}

.footer-menu ul,
.footer-copyright ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: white
}

.footer-menu li,
.footer-copyright li {
  padding: 5px 5px 2px 5px;
  text-align: center;
  font-size: 18px;
  float: left;
}

.footer-copyright {
  padding-bottom: 5rem;
}

.epaper-slider {
  background-color: black;
  color: white;
}

/* Slieders */
.epaper-title {
  width: 100%;
  background-color: black;
  text-align: center;
  padding: 10px;
}

.epaper-title h1 {
  color: white;
}

.horoscope-slider {
  background-color: #f4d9ec;
  color: black;
}

.horoscope-title {
  width: 100%;
  background-color: #F4D9EC;
  text-align: center;
  padding: 10px;
}

.instagram-container {
  /* padding-top: 3rem; */
  /* margin-top: 3rem; */
  border-top: 1px solid #6A6868;
  border-bottom: 1px solid #6A6868;
}

.instagram-title {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 10px;
}

.instagram-slider img {
  object-fit: cover;
}

.de-shopping-container {
  padding-top: 2rem;
}

.instagram-slider,
.de-shopping-slider {
  background-color: #fff;
  color: black;
}

.epaper-slider,
.horoscope-slider,
.instagram-slider,
.de-shopping-slider {
  width: 100%;
  height: auto;
  font-size: 2.3rem;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  -webkit-font-smoothing: antialiased;
}

.de-shopping-title {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 10px;
}

.bx-viewport {
  padding: 0;
  height: 320px;
}

.sign-card {
  margin: 5px;
  padding: 10px;
  text-align: -webkit-center;
}

.sign-card a:link {
  text-decoration: none;
}

.sign-card h1 {
  text-align: center;
}

.sign-card-content {
  background-color: white;
  width: 80%;
  padding-bottom: 10px;
  text-align: center;
  color: rgb(20, 20, 20);
}

.sign-card h5 {
  font-style: italic;
  font-weight: 700;
}

.sign-card-arrow {
  position: relative;
  height: 20px;
}

.sign-card-arrow:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-width: 16px 19px 0;
  border-style: solid;
  border-color: #F4D9EC transparent transparent;
}

.sign-card-date {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.sign-card-key {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  padding: 10px;
}

.bx-wrapper .bx-next {
  right: 0px;
}

.ad-container {
  padding: 10px 0 10px 0;
}

.tagPublicidad {
  font-size: medium;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: lightgray;
  padding: 5px;
  margin-top: 1rem;
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {

  .lead-art img {
    width: 500px;
    height: 500px;
    object-fit: cover;
  }

  .article-title h1 {
    font-size: 38px;
  }

  .article-subtitle {
    font-size: 18px;
  }

  .article-author {
    font-size: 18px;
  }

  .article-date {
    font-size: 18px;
  }

}

@media screen and (max-width: 1024px) and (min-width: 768px) {

  .nav-column {
    width: 100%;
  }

  .nav-cross {
    display: block;
    position: absolute;
    top: 0px;
    left: 2%;
    font-size: 20px;
    color: #E12248;
  }

  .article-top {
    width: 100%;
    height: 450px;
    display: flex;
    background-color: #f5f5f5;
  }

  .lead-art img {
    width: 400px;
    height: 400px;
    object-fit: cover;
  }

  .article-subtitle {
    font-size: 14px;
  }

  .article-author {
    font-size: 14px;
  }

  .article-date {
    font-size: 14px;
  }

  .article-author-social {
    width: 50%;
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    margin: auto;
  }

  .article-author-social a {
    font-size: x-large;
  }

  .article-body {
    float: left;
  }
}

@media screen and (max-width: 768px) and (min-width: 700px) {
  
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  .main-wrapper {
    max-width: none;
    flex-direction: column;
  }

  /* HEADER */
  .logo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .nav-cross {
    display: block;
    position: absolute;
    top: 0px;
    left: 2%;
    font-size: 20px;
    color: #E12248;
  }

  .nav-column {
    width: 100%;
  }

  /* FRONTPAGE */
  .main-box-right .stories-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-box-right .stories-box article {
    width: 100%;
  }

  .main-box-right .stories-box .post-card,
  .main-box-right .stories-box .post-card:hover {
    width: 100%;
    overflow: visible;
    padding: 0rem;
  }

  .main-box-left img {
    width: 90%;
    height: auto;
    max-width: none;
  }

  .main-box-right .post-card img {
    width: 90%;
  }

  .column-box-left .stories-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .column-box-left .stories-box article {
    width: 100%;
  }

  .column-box-left .stories-box .post-card,
  .column-box-left .stories-box .post-card:hover {
    width: 100%;
    overflow: visible;
    padding: 0rem;
  }

  .column-box-left .post-card img {
    width: 90%;
  }

  .post-card-column {
    width: 90%;
    padding: 2%;
    margin: 0rem;
  }

  .post-card-column img {
    width: 100%;
  }

  /* ARTICLE */
  .article-grid-container {
    display: block;
    grid-template-areas:
      'art'
      'title'
      'body'
      'bottom'
      'right';
  }

  .article-lead-art {
    height: auto;
  }

  .article-lead-art img {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .article-title {
    grid-area: title;
    padding: 0;
    margin: 0;
    height: auto;
  }

  .article-title h1 {
    font-size: 30px;
  }

  .article-subtitle {
    font-size: 16px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .article-author {
    font-size: 16px;
  }

  .article-date {
    font-size: 16px;
  }

  .article-author-social {
    width: 100%;
  }

  .article-body {
    width: 100%;
    float: none;
  }

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

  .article-bio-box-column,
  .article-tags,
  .right-column {
    width: 100%;
    padding: .5rem;
    float: none;
    margin: 0;
    text-align: center !important;
  }

  .right-column-subtitle {
    font-size: 20px;
    width: 50% !important;
    margin: auto;
  }

  .article-title-horoscope h1 {
    padding-top: 10px;
    font-size: 30px;
  }

  .article-title-horoscope h2 {
    font-size: 26px;
  }

  .article-title-horoscope h3 {
    font-size: 22px;
  }

  /* FOOTER */
  .footer-logo {
    width: 100%;
  }

  .footer-directions {
    padding: 2rem 0 1rem 1rem;
    width: 100%;
    text-align: left;
  }

  .footer-menu {
    padding: 1rem 0 2rem 0;
    width: 100%;
  }

  .footer-menu ul {
    text-align: center;
  }

  .footer-menu li {
    display: inline-block;
    float: none;
  }

  .footer-copyright li:nth-child(2) {
    display: none;
  }
}

.nav li a {
  font-weight: 300;
  font-size: 16px;
}

.tagPublicidad {
  font-size: 12px;
}

.main-box-right {
  flex: 56%;
  border-left: rgb(199 199 199) solid 1px;
  /* padding: 0%; */
  margin-bottom: 2%;
}

.top-title {
  margin: 0 0 5rem 5rem;
}

.article-body ul li {
  text-align: left;
  margin-left: 5%;
  font-size: 18px;
}


.article-body p {
  font-size: 18px;
}

.sticky-box {
  width: auto;
}

.sticky-box-content {
  position: sticky;
  top: 50px;
  z-index: 99999;
}

.sticky-box-content .title {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* remover whitebox */
.whitebox1 {
  width: 100%;
  height: 580px;
}


/* Main Menu */
.nav {
  position: relative;
  background-color: #fff;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    box-shadow: 0px 15px 10px -18px rgba(119, 118, 118, 0.4);
}

.nav .m1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  width: 80%;
}

.nav .m1 li {
  float: left;
}

.nav .m1 li a {
  margin-top: 5px;
  display: block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: rgb(100, 100, 100);
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
}

.main_menu {
  display: flex;
}

.menu-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
}

.newsletter-area {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.newsletter-area,
.search-area {
  margin: 0px 14px 0px 14px;
}

.newsletter-area .icon-wwrp {
  margin-right: 5px;
}

.newsletter-area #icon-mail,
.search-area #icon-search {
  font-size: 20px;
  color: black;
}

.newsletter-area .text_nt {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgb(100, 100, 100);
}


.menu-epaper a {
  font-weight: bold !important;
  color: black !important;
}

/* Menu Sticky */
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
  max-width: 1455px;
}

/* sliders */
.bx-wrapper {
  box-shadow: none !important;
  border: 0px !important;
  height: auto !important;
  max-width: 100% !important;
  margin-bottom: 0px !important;
}

.bx-wrapper .bx-viewport {
  height: auto !important;
}

.epaper-container .bx-controls {
  background-color: black;
}

.epaper-container .bx-controls .bx-pager a.active {
  background: white !Important;
}

.horoscope-container .bx-controls {
  background-color: #F4D9EC;
}

.bx-controls .bx-pager {
  position: static !important;
  padding-top: 15px !important;
  height: 50px;
}


/* secciones pagina portada principal */
.top-title-red-line {
  border-top: 8px solid #E5015E;
  width: 360px;
  margin: 0 0 0 5rem;
}

.top-title {
  font-weight: 700;
  border-top: 0px;
}

/* secciones pagina portada principal */
.nav .logo-section {
  padding: 8px 14px 2px 14px !important;
}

.nav .logo-section img {
  width: 100%;
  height: auto;
  max-width: 90px;
}

/* widget poll */
.widget-poll .poll-answer form input {
  display: block;
  width: 28px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.widget-poll-content input[type="submit"] {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.section .ban-reorden-section {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 4;
}

.section .ban-reorden-section .desktop {
  margin-top: 0px;
  margin-bottom: 0px;
}


/* lightbox boton newsletter */
#splash_bk_newsletter {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0.8;
}

.splash_newsletter_main {
  display: none;
  position: fixed;
  background-color: white;
  width: 90%;
  height: 400px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  z-index: 1000001;
}

/* Menu Flotante */
.nav .floating-nav {
  display: grid;
  background-color: white;
  grid-template-columns: auto auto auto;
  justify-content: space-evenly;
  position: absolute;
  top: 55px;
  left: 0px;
  width: 70%;
  padding: 1% 1% 3% 1%;
  box-shadow: 0px 3px 5px grey;
  visibility: hidden;
  z-index: 999999;
}

.floating-nav .close-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: red;
  cursor: pointer;
}

.floating-nav .nav-cross {
  display: none;
}

.floating-nav .nav-column {
  width: 100%;
  padding: 0px;
}

.floating-nav .nav-column li {
  float: none;
}

.floating-nav .nav-column li a {
  line-height: normal;
  font-size: 20px;
}

/* Buscador */
.buscador {
  display: block;
  width: 100%;
}

.buscador .widget-content {
  display: block;
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
  padding: 14px;
  font-size: 15px;
  text-align: left;
}

.buscador .widget-content input:nth-child(1) {
  width: 100%;
  padding: 2%;
  margin-bottom: 2%;
}

.buscador .widget select {
  display: inline-block;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  width: 23%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
}

.buscador .select {
  margin: 10px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.buscador #date_range b {
  font-size: 16px;
  line-height: 24px;
}

.buscador #date_range label {
  font-size: 14px;
}

.buscador #date_range b,
.buscador #date_range label {
  font-family: Roboto;
}

.buscador .icon {
  display: inline-block;
  background-color: #e5015e;
  /* #e12248; */
  color: white;
  padding: 1% 1.2%;
  border-radius: 5px;
  font-size: 1.2em;
}

.buscador #start_date {
  margin-right: 10px;
}

/* branday */
#branday2 {
  display: none;
}

#branday2 #leaderTop a img {
  height: auto;
  max-width: 100%;
}

#div-gpt-ad-1649948841238-0 {
  display: none;
}

.bottom-widgets {
  grid-area: bottom;
  padding: 1rem;
}

.bottom-widgets .stories-box {
  margin-top: 30px;
}

/* Horoscopo article */

.article-title-horoscope h1 {
  padding-bottom: 55px;
  font-size: 30px;
}

.article-title-horoscope h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}

.article-title-horoscope h3 {
  font-size: 20px;
  text-align: left;
}

.article-horoscope h1 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 10px;
}

.article-horoscope h2,
.article-horoscope h3 {
  background-color: #d6d6d6;
  font-size: 20px;
  text-align: left;
}

.article-horoscope h2 {
  font-weight: 300;
  padding: 10px 5px 0px 10px;
}

.article-horoscope h3 {
  font-weight: 300;
  padding: 0px 5px 10px 10px;
  margin-bottom: 35px;
}

.article-horoscope article {
  width: 90%;
}

/* ocultar banners desktop */

.desktop {
  display: block;
}

.mobile {
  display: none;
}

/* Paginas - ejemplo:politica de privacidad */

.pagina-container h3 {
  text-align: left;
}

.pagina-container {
  padding: 30px;
}

.pagina-container h1 {
  margin-bottom: 20px;
}

.pagina-container p {
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
}


/*************************************/
/* regla media query para articulos */
/*************************************/
/* @media screen and (max-width: 1325px) { */
@media screen and (max-width: 1204px) {

  .article-grid-container {
    display: block;
  }

  .article-lead-art {
    padding: 1rem 2rem 1rem 2rem;
    height: auto;
  }

  .article-lead-art img {
    padding: 0px;
    /* margin-top: 0%; */
  }

  .article-title {
    padding: 0px;
    height: auto;
  }

}

/*************************************/
/*************************************/

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

  .stories-box {
    grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
  }

}


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

  .main-wrapper {
    display: block;
  }

  .column-box-left {
    width: 100%;
  }

  .column-box-right {
    width: 100%;
  }

  .post-card-column {
    width: auto;
    padding: 0.7rem;
  }


  /* remover sticky de banners */

  .sticky-box {
    height: auto !important;
  }

  .sticky-box-content {
    position: static;
  }

  /* remover whitebox */

  .whitebox1 {
    height: auto;
  }


}


@media screen and (max-width: 1140px) and (min-width: 1024px) {

  .nav .m1 li a {
    padding: 14px 8px;
  }

}


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

  .article-grid-container {
    display: block;
  }

  .article-lead-art {
    padding: 1rem 2rem 1rem 2rem;
  }

  .top-title {
    width: 80%;
  }

  /* Menu Flotante */

  .main_menu .menut {
    display: none;
  }

  .main_menu .menu-epaper {
    display: block;
  }

  .nav .floating-nav {
    display: block;
  }

  .floating-nav .nav-column {
    padding: 0px !important;
  }

  /* .mefirst {
margin-top: 10%;
} */

  .floating-nav .nav-item {
    position: relative;
  }

  .floating-nav .nav-item a {
    margin-left: 47px;
  }

  .floating-nav .nav-subitem a {
    margin-left: 55px;
    text-indent: 0px;
  }

  .floating-nav .nav-cross {
    display: block;
    position: absolute;
    top: -2px;
    left: 25px;
    font-size: 20px;
    color: red;
  }

  .floating-nav .nav-subitem {
    display: none;
  }

  /* articulo */

  .article-title {
    padding: 0px;
    height: auto;
  }

  .article-title h1 {
    padding: 10px 10px 0px 10px;
    font-size: 32px;
  }

  .article-tags {
    display: block;
  }

  .article-grid-container .right-column iframe {

    display: block;
    margin-right: auto;
    margin-left: auto;

  }

  /* Horoscopo */

  .article-lead-art-horoscope {
    background-color: lightgray;
  }

  .article-title-horoscope h1 {
    padding-bottom: 25px;
  }

  .article-title-horoscope {
    height: auto;
  }

  /* Buscador */

  .buscador #date_range {
    margin-bottom: 10px;
  }

  .story-super-in-box-title a {
    font-size: 2rem;
  }

  .story-super-in-box-description {
    font-size: 1.3rem;
  }

  /* Poll o encuesta */

  .widget-poll {
    width: 70%;
    max-width: none;
  }

  /* ocultar banners desktop */

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

}

@media screen and (max-width: 1024px) and (min-width: 768px) {

  .nav-subitem {
    display: initial;
  }

}


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

  .banner {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .epaper-container,
  .horoscope-container {
    margin-top: 30px;
  }

  .main-box-right {
    margin-bottom: 0%;
    padding-bottom: 30px;
  }

  .main-box-row .stories-box {
    margin-bottom: 30px;
  }

  #div-gpt-ad-1648594386686-0,
  #div-gpt-ad-1648594419852-0 {
    padding-top: 30px;
  }


  .header-section img {
    width: 100%;
    height: auto;
  }

  header .mobile {
    margin-bottom: 0px;
  }

  .nav .logo-section img {
    max-width: 60px;
    padding-top: 4px;
  }

  .menu-epaper a {
    font-size: 12px !important;
    padding-top: 16px !important; 
  }

  .fa-envelope:before {
    display: none;
  }

  .newsletter-area .text_nt {
    font-size: 12px;
    font-weight: 300;
  }

  .post-card-title,
  .post-card-title-line {
    margin-left: 5%;
  }

  .top-title-line {
    margin: 0 1rem 0 1rem;
  }

  .top-title-red-line {
    margin: 0px 0px 0px 1rem;
    width: 60%;
  }

  .top-title {
    margin: 0 0rem 3rem 1rem;
    font-size: 38px;
  }

  .stories-box {
    grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr));
  }

  .main-box-row .stories-box #post-card {
    width: 100%;
  }

  .main-box-row .stories-box #post-card img {
    width: 90%;
  }

  .widget-poll {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  /* Secciones portadas */

  .post-card-super img {
    width: 100%;
  }

  .section .main-box-row .mobile {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* Horoscopo */

  .article-lead-art-horoscope {
    margin-top: 30px;
  }

  .article-horoscope h3 {
    margin-bottom: 20px;
  }

  .article-horoscope {
    padding: 0px;
    margin-top: 7%;
  }

  /* Buscador */

  .buscador #date_range label {
    display: block;
  }

  .buscador .widget select {
    display: block;
    width: 100%;
    margin: 15px 0px;
  }

  .buscador .icon {
    width: 100%;
    text-align: center;
    margin-left: 0px !important;
  }

  .story-super-in-box {
    display: block;
    margin-bottom: 4%;
  }

  .story-super-in-box-image {
    width: 100%;
    float: none;
  }

  .story-super-in-box-image img {
    width: 100%;
    height: 320px;
  }

  .story-super-in-box-content {
    padding: 0% 1% 1% 1%;
    width: 100%;
    float: none;
  }

  .story-super-in-box-meta-title {
    padding: 0%;
  }

  /* Article */
  .article .mobile {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

}

/* Slider Gallery Article */
.center-marker {
  height: 50px;
  width: 100vw;
  position: absolute;
  top: calc(50% - 360px);
  display: none;
}

.center-marker div {
  height: 30px;
  width: 1px;
  margin: auto;
  background: #8882;
}

.js-slideshow {
  --offset: 1600px;
  --overlap: 2;
  --image-gap: 6;
  --offset-time: 0.48s;
  --thumb-border-radius: 0;
  --thumb-size: 50;
  --thumbs-width: 20000;
  width: calc(100vw - 0px);
  max-width: 980px;
  position: relative;
  user-select: none;
  padding: 3rem;
}

.js-slideshow__slides-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}

.js-slideshow__slides {
  position: absolute;
  height: 100%;
  width: 40000px;
  left: 50%;
  transform: translate(calc(var(--offset) * -1), 0);
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  transition: transform var(--offset-time) ease;
}

.js-slideshow__slides img {
  height: 100%;
  display: block;
  margin-left: calc(var(--image-gap) * 0.5px);
  margin-right: calc(var(--image-gap) * 0.5px);
}

.js-slideshow__thumbs-wrapper {
  width: 100%;
  height: calc(var(--thumb-size) * 1px + 18px);
  margin-top: calc(var(--image-gap) * 1px);
  position: relative;
  display: block;
  overflow: scroll;
  scroll-behavior: smooth;
}

.js-slideshow__thumbs {
  width: calc(var(--thumbs-width) * 1px);
  display: grid;
  grid-auto-rows: calc(var(--thumb-size) * 1px);
  grid-template-columns: repeat(auto-fit, calc(var(--thumb-size) * 1px));
  grid-gap: calc(var(--image-gap) * 1px);
}

.js-slideshow__thumb-image {
  margin: 0;
  position: relative;
}

.js-slideshow__thumb-image img {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: var(--thumb-border-radius);
  object-fit: cover;
}

.js-slideshow__thumb-image--selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--thumb-border-radius);
  box-shadow: inset 0 0 0 3px rgba(50, 200, 200, 0.8);
}

@media (min-width: 700px) {
  .js-slideshow {
    --thumb-size: 77;
  }

  .js-slideshow__thumbs-wrapper {
    display: block;
  }
}

.widget-poll {
  padding-left: 5px;
}


/******************************************/
/* banners home */

@media screen and (min-width: 1140px) {

.banner_move {
margin-left: 88px;
}

/******************************************/
/******************************************/

}

a:hover img{opacity:1;-webkit-animation:flash 1.5s;animation:flash 1.5s}@-webkit-keyframes flash{0%{opacity:.4}100%{opacity:1}}@keyframes flash{0%{opacity:.4}100%{opacity:1}}


/* OVERWRITE DE ESTILOS NEW DESIGN */



  .ellas-homepage  .kicker-container span.exclusive {
  display: none;
}

.ellas-homepage .horoscope-container {
  width: 100% !important;
  overflow: hidden;
}

.ellas-homepage .banner {
  margin-top: 0;
}

/* .ellas-homepage .sticky {
  max-width: 1320px !important;
} */

.ellas-homepage h3 span, h4 span {
  border-bottom: 4px solid #e5015e;
}

.ellas-homepage .footer-logo a {
  color: white;
}

.ellas-homepage .banner {
  text-align: center;
}

.ellas-homepage .widget-poll-title {
  height: inherit;
  margin-bottom: inherit;
}

.ellas-homepage h4{   
    font-size: 16px;
    font-family: 'Playfair Display', serif;
}

/* OVERWRITE NEW HOMEPAGE */

/* ESTILOS GLOBALES */

/* BALCONES */
.balcon-4 img.img-story-box {
  min-height: 200px;
  max-height: 200px;
}

.balcon h2 {
  font-weight: 500;
}

.story-box figure img {
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  /* max-height: 250px; */
}

/* TERRAZAS */


/* TERRAZAS ID */

div#terraza-belleza,
div#terraza-mundo-ellas {
  background: #efefef;
  padding-top: 15px !important;
  padding-bottom: 10px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.terraza h2 {
  font-weight: 500;
}

/* DESTACADO-1 */

.destacado-1.large {
  margin-bottom: 0;
}

/* TAMAÃ‘O DE IMAGEN SOLO CON FORMATO: .destacado-1 */
.destacado-1.story-box figure img {
  height: 402px;
}

.ver-mas {
    text-align: right;
    padding-bottom: 15px;
    margin-top: 5px;
    font-size: 14px !important;
    font-family: Roboto, sans-serif;
}

/* GENERALES - ALL */

.apertura {
  overflow: hidden;
}



/* SOLO MOVIL Y PANTALLAS MENORES A 767PX */
@media only screen and (max-width: 767px) {

  /* BOX MOVIL EN DIRECTO */
article.story-box.image-title-and-author.directo .story-box-small-movil {
  padding: 15px 15px 0px;
  /* margin-bottom: 0; */
}

  /* CUSTOM CLASS SPONSORED STORYBOX */
.story-box-small-movil {
  display: flex;
  /* padding-top: 20px; */
  padding-bottom: 10px;
}

.story-box-small-movil-figure {
  flex-direction: column;
  height: 100px;
}

.story-box-small-movil-figure video {
  height: 100px !important;
  max-height: 100px;
  width: 120px !important;
}

.story-box-small-movil-right {
  flex-direction: column;
  padding-left: 10px;
}


 /* ELIMINAR BORDES DE LOS LADOS EN TERRAZA CON ESTE ID - MOVIL */
  #terraza-belleza .border-box ,
  #terraza-mundo-ellas .border-box {
    border: none !important;
 }

  /* fix temporal */
  article.apertura-s.story-box.container-fluid.directo {
    padding-left: 15px;
    padding-right: 15px !important;
    margin-left: 15px;
    padding-right: 45px !important;
    overflow: hidden;
    padding-bottom: 0;
}

  .columnistas-items li {
    margin-bottom: 30px;
  }

  /*Aperturas*/
  .apertura .apertura-text {
    margin-bottom: 15px;
  }

      

  /* apertura urgente */
  .apertura-urgente figure {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apertura-urgente .col-md-5 {
    padding: 20px !important;
  }

  .apertura {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /*Apertura-j*/ 

  .apertura h2, .apertura-s h2, .big-image h2, .destacado-1 h2 {
    line-height: 1.2em;
    font-size: 28px !important;
  }

  /* ARREGLA ESPACIADO EN APERTURA URGENTE EN MOVIL */
  .story-box-container .apertura-urgente .row .col-md-5 {
    padding-left: 0;
    margin-top: 10px;
    padding-right: 0;
  }

  /* BALCONES */
    .balcon-4 img.img-story-box {
        min-height: 100px !important;
        max-height: 100px !important;
        max-width: 100px !important;
        min-width: 100px !important;
    }

    .balcon h4 {
      font-size: 20px;
      font-weight: 500;

    }

      
    .balcon-4 .story-box.image-title-and-author, 
    .balcon-3 .story-box.image-title-and-author {
      border-bottom: 1px solid #ddd;
      padding-top: 15px;
      margin-top: 15px;
    }


    /* TERRAZAS */
    .terraza h4 {
      font-size: 20px;
      font-weight: 500;
    }

    .terraza .destacado-1 h2 {
      line-height: 35px !important;
    }

    /* BORDER DE FORMATOS PRINCIPALES EL TERRAZAS */

    .apertura-s .story-box {
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      margin-bottom: 0;
    }
    
    .destacado-1.story-box.large {
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
    }
    
    .row.big-image {
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
    }

    /* GENERALES */
    
    .story-box figure figcaption {
      display: none
    }
   
    /* apertura en movil */
    .story-box-small-movil-image {
      min-height: 100px !important;
      max-height: 100px !important;
      max-width: 100px !important;
      min-width: 100px !important;
    }
    /* CLASES QUE SE COLOCAN CONDICIONALMENTE EN LOS BALCONES (PageBuilder) PARA BORDES EN MOVIL O DESKTOP */


    .borderBottomMobile {
      border-bottom: 1px solid #ddd;
    }

    .borderTopMobile {
      border-top: 1px solid #ddd;
    }

    article H1 {
      font-size: 1.6rem;
    }

    
  .apertura-s:nth-child(1) .parent_youtube_video {
    padding-bottom: 15px;
  }

} /* END MEDIA QUERY SOLO MOBIL Y &lt; 768px */

/* SOLO DESKTOP Y PANTALLAS GRANDES */

@media (min-width: 768px) {

  /* ESTILOS GENERALES  DESKTOP*/

  /* APERTURAS */

   /* FIX EN DIRECTO margenes */
   article.apertura-s.story-box.container-fluid.directo {
    padding-right: 30px;
    margin-left: 15px;
  }
  
  .apertura .col-md-9 .story-box-container {
    overflow: hidden;
  }

   /* aperture urgente */
   .apertura-urgente figure {
    padding-left: 20px;
  }

  /*Apertura-j*/ 
  .apertura-j img {
    max-height: 350px;
  }

  /* ESPACIO DE AUTOR EN BALCON */
  .balcon-4 .story-box H2, .balcon-3 .story-box H2 {
    padding-bottom: 10px !important;
    margin-bottom: 18px !important;
  }

  /* AUTOR ALINEADOS ABAJO EN BALCON */
  .balcon .story-box-author-gray {
    position: absolute;
    bottom: 0px;
    }

  

  /* CLASES QUE SE COLOCAN CONDICIONALMENTE EN LOS BALCONES (PageBuilder) PARA BORDES EN MOVIL O DESKTOP */

  .borderBottomDesktop {
    border-bottom: 1px solid #ddd;
  }

  .borderTopDesktop {
    border-top: 1px solid #ddd;
  }
 
} /* END MEDIA SOLO DESKTOP */

/* BALCONES */

.balcon h2 {
  margin-top: 10px !important;
}

/* MEDIA QUERY FIX */
@media screen and (max-width: 480px){
  .apertura  .story-box {
      width: 100%;
      margin: 0 0;
  }
}
/* OVERWRITE DE ESTILOS EN EL PROYECTO */


/* COLOCA BORDES REDONDEADOS */
/* .apertura img, 
.terraza img, 
.balcon img{
  border-radius: 10px;
} */

/* ESPACIO EN EL LOS H2 */
.md-homepage .container h2 {
  margin-top: 0;
}


/* CAMBIA COLOR DE FUENTES - CAMBIAR A CLASE QUE SE LE COLOCA A LAYOUT -  MDHOMEPAGE */
.container h2,
.container a {
  color: black;
  text-decoration: none;
}

/*ELIMINA MARGIN*/
.apertura-l figure,
.destacado-1 figure,
.terraza figure,
.apertura-urgente figure,
.balcon figure {
  margin: 0 !important;
}


/*****************************************************************/
/* CSS nuevo home MD */
/*****************************************************************/


/* Aperturas */

/* .apertura.container-fluid {
  border-bottom: 1px solid #ddd;
} */




/* apertura-m */

/* APERTURA M */

.apertura-m h2 {
  font-weight: 700;
  /* font-size: 48px !important; */
  font-size: 48px;
  /* line-height: 60.34px; */
  margin-bottom: 8px;
}



/* apertura-j */

.apertura-j figure img {
  min-height: 350px;
  /* max-height: 500px; */
  object-fit: cover;
}

.apertura-j figcaption {
  display: none;
}

.apertura-j h2 {
  /* font-size: 48px !important; */
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 20px;
}


.apertura-j span.story-box-lead {
  /* font-family: ; */
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

/* ELIMINA PADDING DE BOOSTRAP */
.apertura.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* Urgente */

.apertura-urgente {
padding: 30px;
background: #222222;
}

.apertura-urgente h2 a {
color: white;
font-size: 33.6px;
line-height: 42px;
}

.apertura-urgente .story-box-lead {
display: block;
font-size: 14px;
font-family: Roboto, sans-serif;
margin-bottom: 15px;
color: #cccccc;
line-height: 19px;
}

/* ------------- */

.apertura-urgente {
  padding: 30px;
  background: #222222;
  margin-left: 15px;
  padding-right: 30px !important;
}

.apertura-urgente h2 a {
  font-weight: 700;
  /* font-size: 33.6px !important; */
  font-size: 33.6px;
  line-height: 42.24px;
  color: #ffffff !important;
}

.apertura-urgente span.story-box-lead {
  /* font-family: ; */
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #cccccc;
}

.apertura-urgente figure a img {
  max-height: 400px;
  height: 400px;
  max-height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.apertura-urgente figure figcaption {
  color: #777777;
  font-size: 10.5px;
  line-height: 14.3px;
  padding-bottom: 0px;
  border-bottom: none;
}


/* XL */



/* S */

.apertura-s h2 {
  font-weight: 700;
  /* font-size: 36px !important; */
  font-size: 42px;
  /* 36px; */
  line-height: 45.25px;
}

.apertura-s figure img {
  height: 360px;
  max-height: 500px;
  object-fit: cover;
}

/* 
.apertura-s .col-md-6 h2 {
font-size: 42px;
margin-bottom: 8px;
} */

figure {
margin: 0em 0px;
}

.story-box figure {
margin-bottom: 8px;
}


.col-md-3 .mb-3 .story-box a H2 {
font-size: 1.45rem;
margin-bottom: 8px;
}

/* L */

.apertura .apertura-l h2,
.apertura-xl h2 {
font-size: 48px;
/* font-family: "Oswald"; */
margin-bottom: 8px;
}

.apertura .apertura-l h2 a {

}

.apertura .apertura-j .apertura-l .story-box-lead,
.apertura-s .story-box-lead,
.apertura-xl .story-box-lead {
display: block;
font-size: 20px;
font-family: Roboto, sans-serif;
margin-bottom: 15px;
line-height: 26px;
}

.story-box-author-gray a {
color: #777777;
font-family: Roboto, sans-serif;
font-size: 12px;
}


.apertura-j.story-box figure figcaption ,
.apertura .story-box figure figcaption {
font-size: .75em;
color: #777;
margin-top: 4px;
}


/* Terrazas  */


.terraza .padding-row {
padding-left: 15px;
padding-right: 15px;
}

.balcon .main-box-group-title ,
.terraza .main-box-group-title {
display: block;
text-transform: uppercase;
font-size: 1.2em;
width: 100%;
padding-bottom: 5px; /* 8px; */
margin-bottom: 8px;
}

.terraza .main-box-group-title span {
/* background: #ED1C24; */

}

.terraza .destacado-1 {
margin-top: 0px;
}

.terraza .destacado-1 h2 {
/* font-weight: bold; */
line-height: 50px;
font-size: 48px;
margin-bottom: 8px;
}

.terraza .destacado-1 figcaption,
.apertura-urgente figcaption {
font-size: 12px;
color: #777777;
font-family: Roboto, sans-serif;
}

.apertura-urgente .story-box-author-gray a,
.terraza .story-box-author-gray a,
.balcon .story-box-author-gray a {
font-size: 12px;
color: #777777;
font-family: Roboto, sans-serif;
text-transform: uppercase;
}


.terraza .border-box {
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
}

.terraza .col-md-4 .story-box {
border-bottom: 1px solid #ddd;
}

.terraza .col-md-4 .story-box h2 {
font-size: 28px;
/* font-family: "Oswald"; */
margin-bottom: 8px;
}

.terraza .story-box-lead {
display: block;
font-size: 18px;
line-height: 26px;
margin-bottom: 15px;
font-family: Roboto, sans-serif;
}


/* Balcones  */

.balcon article {
height: 100%;
}

.balcon h2 {
font-size: 22px;
/* font-family: "Oswald"; */
color: #000000;
}

.balcon-4 .story-box H2, 
.balcon-3 .story-box H2 {
padding-bottom: 18px;
}

.balcon-4 {
position: relative;
}


/* GLOBAL STYLES NEW HOME */

.story-box-kicker, 
.story-box-kicker {
    font-family: Roboto, sans-serif;
    color: #e5015e;
    text-transform: uppercase;
    font-size: 11.2px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  
span.story-box-author-gray {
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}


.apertura-j span.story-box-lead,
.apertura-s span.story-box-lead,
.apertura-l span.story-box-lead,
.apertura-m span.story-box-lead,
.apertura-xl span.story-box-lead {
  /* Estilos para los elementos que tengan cualquiera de las clases .apertura-* y .story-box-lead */
  font-style: italic;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  font-size: 20px !important;
  line-height: 26px;
  margin-bottom: 15px;
  max-height: inherit;
}


/* BORDES */

.border-b-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.border-box {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.border-l-box {
  border-left: 1px solid #ddd;
}

.border-r-box {
  border-right: 1px solid #ddd;
}

/* PADDING */

.padding-b-t {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-row {
  padding-left: 15px;
  padding-right: 15px;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

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

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

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}


/* video icon comment temporaly */
span.icon.video {
  display: none;
}



/* NUEVA PORTADA - COLUMNISTAS (BLOGGERS) */

.columnistas .main-box-group-title {
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.2em;
}

/* CHAIN QUE CONTIENE A BLOGGERS */
.row.layout {
  margin-top: 20px;
}

.line-spacer {
  margin-bottom: 10px;
}

li {
  list-style: none;
}

.columnistas-items li {
  padding-top: 15px;
  max-width: 150px;
  position: relative;
  min-height: 210px; /* COLOCARL LUEGO EN MEDIA QUERY SOLO DESKTOP */
  padding-bottom: 20px;
  text-align: center;
}

.columnistas-items a {
  font-weight: 400;
  font-size: 14px;
  position: relative;
}

a.columnistas-section {
  display: block;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
}

a.columnistas-section::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  height: 2px;
  background-color: #e5015e;
}

.columnistas-name {
  font-family: Roboto, sans-serif;
}

a.columnistas-title {
  font-family: 'Playfair Display', serif;
  font-size: 12px;
}



.columnistas-items {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px 15px 25px;
  margin-bottom: 15px;
  border-radius: 15px;
  background: #F4D9EC;
  flex-wrap: wrap;
}

.columnistas-items img {
  width: 92px;
  height: 92px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 5px;
}

.columnistas-items li small {
  /* position: absolute; */
  left: 0%;
  width: 100%;
  bottom: -5px;
  margin-top: 10px;
}

.ellas-homepage article H1 {
  font-weight: inherit;
}

article a:hover {
  text-decoration: none;
}

.ellas-homepage article h2 a:hover ,
.ellas-homepage article h2:hover {
  color: #e5015e !important;
  text-decoration: underline
}



@media only screen and (max-width: 767px) {
  .balcon-4:last-child .story-box.image-title-and-author, .balcon-3:last-child .story-box.image-title-and-author {
      border-bottom: none;
  }
}

/* Video Youtube en directo Apertura S */


.apertura .directo {
padding-top: 15px;
padding-bottom: 15px;
}



/* Kicker */
.apertura .directo .kicker-in-direct {
width: fit-content;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
margin-bottom: 15px;
background-color: #e12248;
color: white;
padding-left: 10px;
font-weight: 600;
font-size: 11px;
}

.apertura .directo .kicker-in-direct:before {
content: "";
display: inline-block;
height: 9px;
width: 9px;
background-color: white;
border-radius: 50%;
margin-right: 6px;
transform: scale(1);
animation: pulse-white 2s infinite;
}

/* Titulo */

.apertura .directo h2 {
margin-bottom: 8px;
}

.apertura .directo h2 a,
.apertura .directo .story-box-lead,
.apertura .directo .story-box-author-gray a {
color: white;
}

</pre></body></html>