html {
  box-sizing: border-box;
}

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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container {
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row {
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

body {
  line-height: 1.3;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  line-height: 115%;
  color: #000;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
body ul,
body li {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: color .5s;
}
a img {
  transition: all 1s ease;
}
a:hover {
  color: #a40057;
}
a:hover img {
  opacity: .8;
}
a:visited {
  color: #610235;
}

p a {
  color: #a40057;
  text-decoration: underline;
}

.no-visible {
  display: none;
}

.hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.hidden-content {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  background-color: #fff;
  color: #000;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.main {
  background-color: #fff;
}

.container {
  position: relative;
}

.disabled-vscroll {
  overflow-y: hidden;
}

.boton, a.boton {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  transition: all .5s ease 0s;
  display: block;
}
.boton:hover, a.boton:hover {
  background: #fff;
  color: #000;
}

.boton-invertido, a.boton-invertido {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  transition: all .5s ease 0s;
  display: block;
}
.boton-invertido:hover, a.boton-invertido:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.buybtn {
  display: table;
  margin: 20px auto;
  padding: 10px 40px;
  text-decoration: none;
  background: #000;
  color: #FFF;
}

body {
  line-height: 1.3;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  line-height: 115%;
  color: #000;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
body ul,
body li {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: color .5s;
}
a img {
  transition: all 1s ease;
}
a:hover {
  color: #a40057;
}
a:hover img {
  opacity: .8;
}
a:visited {
  color: #610235;
}

p a {
  color: #a40057;
  text-decoration: underline;
}

.no-visible {
  display: none;
}

.hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.hidden-content {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  background-color: #fff;
  color: #000;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.main {
  background-color: #fff;
}

.container {
  position: relative;
}

.disabled-vscroll {
  overflow-y: hidden;
}

.boton, a.boton {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  transition: all .5s ease 0s;
  display: block;
}
.boton:hover, a.boton:hover {
  background: #fff;
  color: #000;
}

.boton-invertido, a.boton-invertido {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  transition: all .5s ease 0s;
  display: block;
}
.boton-invertido:hover, a.boton-invertido:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.buybtn {
  display: table;
  margin: 20px auto;
  padding: 10px 40px;
  text-decoration: none;
  background: #000;
  color: #FFF;
}

@font-face {
  font-family: "judson";
  src: url("https://e00.uecdn.es/fonts/judson/judson-regular.eot");
  src: url("https://e00.uecdn.es/fonts/judson/judson-regular.eot?#iefix") format("embedded-opentype"), url("https://e00.uecdn.es/fonts/judson/judson-regular.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/judson/judson-regular.woff") format("woff"), url("https://e00.uecdn.es/fonts/judson/judson-regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "judson-bold";
  src: url("https://e00.uecdn.es/fonts/judson/judson-bold.eot");
  src: url("https://e00.uecdn.es/fonts/judson/judson-bold.eot?#iefix") format("embedded-opentype"), url("https://e00.uecdn.es/fonts/judson/judson-bold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/judson/judson-bold.woff") format("woff"), url("https://e00.uecdn.es/fonts/judson/judson-bold.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "judson-italic";
  src: url("https://e00.uecdn.es/fonts/judson/judson-italic.eot");
  src: url("https://e00.uecdn.es/fonts/judson/judson-italic.eot?#iefix") format("embedded-opentype"), url("https://e00.uecdn.es/fonts/judson/judson-italic.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/judson/judson-italic.woff") format("woff"), url("https://e00.uecdn.es/fonts/judson/judson-italic.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "opensans";
  src: url("https://e00.uecdn.es/fonts/open_sans/OpenSans-Regular-webfont.eot");
  src: url("https://e00.uecdn.es/fonts/open_sans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://e00.uecdn.es/fonts/open_sans/OpenSans-Regular-webfont.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/open_sans/OpenSans-Regular-webfont.woff") format("woff"), url("https://e00.uecdn.es/fonts/open_sans/OpenSans-Regular-webfont.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "opensans-bold";
  src: url("https://e00.uecdn.es/fonts/open_sans/opensans-bold-webfont.eot");
  src: url("https://e00.uecdn.es/fonts/open_sans/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://e00.uecdn.es/fonts/open_sans/opensans-bold-webfont.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/open_sans/opensans-bold-webfont.woff") format("woff"), url("https://e00.uecdn.es/fonts/open_sans/opensans-bold-webfont.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "opensans-italic";
  src: url("https://e00.uecdn.es/fonts/open_sans/OpenSans-Italic-webfont.eot");
  src: url("https://e00.uecdn.es/fonts/open_sans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("https://e00.uecdn.es/fonts/open_sans/OpenSans-Italic-webfont.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/open_sans/OpenSans-Italic-webfont.woff") format("woff"), url("https://e00.uecdn.es/fonts/open_sans/OpenSans-Italic-webfont.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "opensans-bold-italic";
  src: url("https://e00.uecdn.es/fonts/open_sans/OpenSans-ExtraBoldItalic-webfont.eot");
  src: url("https://e00.uecdn.es/fonts/open_sans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://e00.uecdn.es/fonts/open_sans/OpenSans-ExtraBoldItalic-webfont.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/open_sans/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("https://e00.uecdn.es/fonts/open_sans/OpenSans-ExtraBoldItalic-webfont.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "playfair";
  src: url("https://e00.uecdn.es/fonts/playfair/playfairdisplay-regular-webfont.eot");
  src: url("https://e00.uecdn.es/fonts/playfair/playfairdisplay-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://e00.uecdn.es/fonts/playfair/playfairdisplay-regular-webfont.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/playfair/playfairdisplay-regular-webfont.woff") format("woff"), url("https://e00.uecdn.es/fonts/playfair/playfairdisplay-regular-webfont.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Icomoon";
  src: url("https://e00.uecdn.es/fonts/icotelva/icotelva.eot");
  src: url("https://e00.uecdn.es/fonts/icotelva/icotelva.eot?#iefix") format("embedded-opentype"), url("https://e00.uecdn.es/fonts/icotelva/icotelva.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/icotelva/icotelva.woff") format("woff"), url("https://e00.uecdn.es/fonts/icotelva/icotelva.ttf") format("ttf");
  font-display: swap;
}
.content {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .content.cols-70-30 > * {
    float: none;
    width: 66.66667%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 8000px) {
  .content .byline-tools,
  .content .floated-left-item {
    float: right;
    width: 33.33333%;
    padding: 0;
    text-align: center;
    max-width: 300px;
  }
  .content .col-derecha-noticia {
    float: right;
    width: 33.33333%;
    padding: 0;
    max-width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .content .secondary-column {
    float: right;
    width: 33.33333%;
    padding: 0;
    max-width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .content .secondary-column .secondary-column-item {
    float: none;
    flex-grow: 1;
  }
  .content .secondary-column .secondary-column-item .content-ad--sticky {
    position: sticky;
    top: 30px;
    display: flex;
    align-self: flex-start;
  }
}

html,
body {
  min-width: 990px;
}

.row-layout {
  margin: 0 auto;
}

.main.bienestar .container-header .tab-title-text {
  font-size: 0;
}
.main.bienestar .container-header .tab-title-text:after {
  content: "";
  display: block;
  height: 69px;
  width: 240px;
  background: url('../img/logo-bienestar.svg') no-repeat;
  margin: 0 auto;
}
.main.espana-esta-de-moda .container-header .tab-title-text {
  font-size: 0;
}
.main.espana-esta-de-moda .container-header .tab-title-text:after {
  content: "";
  display: block;
  height: 49px;
  width: 644px;
  margin: 0 auto;
  background: url('../img/logo-espana-moda-big.svg') no-repeat;
}
.main.espana-esta-de-moda .titulo-modulo {
  font-size: 0;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-malaga span {
  font-size: 0;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-malaga span:before {
  content: "";
  display: block;
  height: 62px;
  width: 186px;
  margin: 0 auto;
  background: url('../img/espana-esta-de-moda/logo-malaga.svg') no-repeat;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-malaga:after {
  content: "";
  display: block;
  height: 144px;
  width: 950px;
  margin: 28px auto 0;
  background: url('../img/espana-esta-de-moda/malaga_skyline2.svg') no-repeat;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-zaragoza span {
  font-size: 0;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-zaragoza span:before {
  content: "";
  display: block;
  height: 68px;
  width: 238px;
  margin: 0 auto;
  background: url('../img/espana-esta-de-moda/logo-zaragoza.svg') no-repeat;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-zaragoza:after {
  content: "";
  display: block;
  height: 210px;
  width: 950px;
  margin: 28px auto 0;
  background: url('../img/espana-esta-de-moda/zaragoza_skyline.svg') no-repeat;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-valencia span {
  font-size: 0;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-valencia span:before {
  content: "";
  display: block;
  height: 68px;
  width: 224px;
  margin: 0 auto;
  background: url('../img/espana-esta-de-moda/logo-valencia.svg') no-repeat;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-valencia:after {
  content: "";
  display: block;
  height: 144px;
  width: 950px;
  margin: 28px auto 0;
  background: url('../img/espana-esta-de-moda/valencia_skyline.svg') no-repeat;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-coruna span {
  font-size: 0;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-coruna span:before {
  content: "";
  display: block;
  height: 68px;
  width: 215px;
  margin: 0 auto;
  background: url('../img/espana-esta-de-moda/coruna_logo.svg') no-repeat;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-coruna:after {
  content: "";
  display: block;
  height: 185px;
  width: 950px;
  margin: 28px auto 0;
  background: url('../img/espana-esta-de-moda/coruna_skyline.svg') no-repeat;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-barcelona span {
  font-size: 0;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-barcelona span:before {
  content: "";
  display: block;
  height: 62px;
  width: 262px;
  margin: 0 auto;
  background: url('../img/espana-esta-de-moda/barcelona_logo.svg') no-repeat;
}
.main.espana-esta-de-moda .titulo-modulo .skyline-barcelona:after {
  content: "";
  display: block;
  height: 150px;
  width: 950px;
  margin: 28px auto 0;
  background: url('../img/espana-esta-de-moda/barcelona_skyline.svg') no-repeat;
}

.main .container-header .tab-title-text {
  font-size: 56px;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  margin: 0 0 30px;
  text-align: center;
}
.main .container-header .tab-title-text--s {
  font-size: 20px;
}
.main.js_navContinua.news[data-ue-navindex]:not([data-ue-navindex="0"]):before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 7px;
  background-color: #000;
  margin: 40px 0;
}

.news-item h1 {
  background: #000;
  color: #fff;
  font-size: 56px;
  line-height: 52px;
  padding: 0 100px 25px;
  text-align: center;
}
.news-item h2 {
  background-color: #000;
  color: #999;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  padding: 40px 16px 25px;
  text-transform: uppercase;
  text-align: center;
}
.news-item .pre-heading span a {
  color: #fff;
}
.news-item .section-type {
  background: #000;
  color: #fff;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin: 0;
  padding: 0 16px 50px;
  text-align: center;
}
.news-item p {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 34px;
  margin: 32px 0 0;
}
.news-item p.summary-lead {
  color: #000;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-align: center;
  line-height: 34px;
  margin: 60px 0 0;
}
.news-item p.summary-lead span {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 16px;
}
.news-item p.summary-lead + p {
  margin-top: 75px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .news-item p.summary-lead + p::first-letter {
    color: #000;
    float: left;
    font-family: "playfair",serif;
    font-size: 190px;
    line-height: 100%;
    margin-top: -60px;
    margin-right: 20px;
  }
}
.news-item p.cite-author {
  clear: both;
}
.news-item .byline-tools {
  float: right;
  width: 100%;
  padding: 0;
}
.news-item .byline-tools .aside-tools {
  overflow: hidden;
  border-top: 1px solid #000;
  margin-left: 0;
  padding: 0;
  max-width: 300px;
}
.news-item .byline-tools .aside-tools p {
  border-bottom: 1px solid #000;
  float: left;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding: 16px;
  text-align: left;
  text-transform: uppercase;
  width: calc(100% - 84px);
  box-sizing: border-box;
}
.news-item .byline-tools .aside-tools ul {
  border-bottom: 1px solid #000;
  float: right;
  padding: 12px 0 14px;
  margin-bottom: 28px;
}
.news-item .byline-tools .aside-tools li {
  margin-right: 10px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  cursor: pointer;
  border: 1px solid #000;
  box-sizing: border-box;
}
.news-item .byline-tools .aside-tools i {
  border-radius: 50%;
  display: block;
  background-color: #000;
  transition: all .5s;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  width: 30px;
  height: 30px;
}
.news-item .byline-tools .aside-tools i:hover {
  color: #000;
  background-color: #fff;
}
.news-item .date {
  float: left;
  width: 66.66667%;
  padding: 0;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  text-align: right;
}
.news-item .byline {
  float: left;
  width: 33.33333%;
  padding: 0;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}
.news-item .byline ~ .date {
  float: left;
  width: 33.33333%;
  padding: 15px 0;
  box-sizing: border-box;
}
.news-item .author {
  float: left;
  margin-right: 10px;
}
.news-item .author li {
  float: left;
}
.news-item .author li:last-child {
  margin-right: 2px;
}
.news-item .author,
.news-item .date {
  font-size: 12px;
  color: #999;
  padding: 15px 0;
}
.news-item .author strong,
.news-item .date strong {
  color: #000;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .news-item .secondary-column + p:first-letter {
    color: #000;
    float: left;
    font-family: "playfair",serif;
    font-size: 190px;
    line-height: 100%;
    margin-top: -40px;
    margin-right: 20px;
  }
}

.container .news-item h3,
.container .news-item iframe,
.container .news-item p {
  float: none;
}

@media (min-width: 768px) and (max-width: 8000px) {
  .auto-items {
    float: left;
    width: 66.66667%;
    padding: 0;
  }
}
.auto-items .content-item:nth-child(odd) {
  margin-right: 30px;
}
.auto-items .content-item:nth-child(even) {
  margin-right: 0;
}
.auto-items .content-item {
  display: block;
  float: left;
  margin: 0 0 40px;
  width: 50%;
  min-height: 355px;
}
.auto-items .content-item figure {
  margin-bottom: 0;
  max-height: 196px;
  overflow: hidden;
}
.auto-items .content-item figure img {
  display: block;
  width: 100%;
}
.auto-items .content-item .ribbon {
  display: none;
}
.auto-items .mod-header {
  background: #fff;
  margin: -16px 16px 0;
  position: relative;
}
.auto-items .mod-header h3 {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  padding-top: 16px;
}
.auto-items .mod-header a {
  color: #000;
  display: block;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
}
.auto-items .mod-header a:hover {
  color: #a40057;
}
.auto-items .mod-footer {
  margin: 16px 16px 0;
  text-align: center;
}
.auto-items .mod-footer .mod-author,
.auto-items .mod-footer .mod-date,
.auto-items .mod-footer .mod-comments {
  color: #999;
  display: block;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 0;
}
.auto-items .mod-footer .mod-author li,
.auto-items .mod-footer .mod-date li,
.auto-items .mod-footer .mod-comments li {
  display: inline;
}
.auto-items .mod-footer .mod-author a,
.auto-items .mod-footer .mod-date a,
.auto-items .mod-footer .mod-comments a {
  color: #999;
  text-decoration: none;
}
.auto-items .mod-footer .mod-author a:visited,
.auto-items .mod-footer .mod-date a:visited,
.auto-items .mod-footer .mod-comments a:visited {
  color: #a40057;
}
.auto-items .mod-footer .mod-author strong,
.auto-items .mod-footer .mod-date strong,
.auto-items .mod-footer .mod-comments strong {
  font-weight: normal;
}
.auto-items .mod-footer .mod-author {
  display: inline-block;
}
.auto-items .mod-footer .mod-author li:first-child::before {
  content: "Por: ";
}
.auto-items .mod-footer .mod-comments {
  display: inline-block;
}
.auto-items .mod-footer .mod-comments li {
  display: inline;
}
.auto-items .mod-footer .mod-comments li:first-child {
  display: none;
}
.auto-items .mod-footer .mod-comments .comments {
  display: inline-block;
}
.auto-items .mod-footer .mod-comments i {
  background-color: transparent;
  border-radius: 0;
  float: left;
  height: 18px;
  width: 22px;
  line-height: 20px;
  font-size: 18px;
}

.modulo {
  margin: 40px auto 0;
}
.include-items .modulo {
  margin: 0 auto 50px;
}

.titulo-modulo {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}
.include-items .titulo-modulo {
  font-size: 26px;
  margin-bottom: 20px;
}

.include-items {
  width: 100%;
}
.include-items .publicidad {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .include-items {
    width: 320px;
    float: right;
  }
}

.view-chart {
  display: none;
}

body.uestudio .news-item {
  margin-top: 108px;
}
body.uestudio .news-item .ue-c-article__kicker-group {
  background-color: #000;
}
body.uestudio .news-item .ue-c-article__kicker-group .ue-c-article__kicker-container {
  padding: 15px 0 20px;
  text-align: center;
}
body.uestudio .news-item .ue-c-article__kicker-group .ue-c-article__kicker-container .ue-c-article__kicker {
  color: #999;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #999;
  display: inline-block;
}
body.uestudio .news-item .ue-c-article__kicker-group .ue-c-article__kicker-container .ue-c-article__kicker a {
  text-transform: uppercase;
  color: #999;
  text-decoration: none;
}
body.uestudio .news-item .ue-c-article__kicker-group .ue-c-article__kicker-container .ue-c-article__kicker a:hover {
  text-decoration: none;
}
body.uestudio .news-item .byline-tools .aside-tools p {
  padding: 10px 0 8px 15px;
}
body.uestudio .news-item .byline-tools .aside-tools ul {
  padding: 6px 0;
}
body.uestudio .news-item .byline {
  border-color: #f2f2f2;
}
body.uestudio .news-item .byline .author-name {
  font-style: italic;
}
body.uestudio .news-item .date {
  border-bottom-color: #f2f2f2;
  border-top-color: #f2f2f2;
}
body.uestudio .news-item .ue-c-article__card.ue-c-article__card--native {
  border: 1px solid black;
  background: white;
  padding: 15px;
  margin: 20px 0;
}
body.uestudio .news-item .ue-c-article__card.ue-c-article__card--native .ue-c-article__card-title {
  background: transparent;
  color: #000;
  font-size: 20px;
  padding: 0 0 15px;
  text-align: left;
}
body.uestudio .news-item .ue-c-article__card.ue-c-article__card--native .ue-c-article__card-body p {
  margin: 0;
}

.two-columns {
  min-height: 500px;
}
.two-columns .row-layout {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: visible;
}
.two-columns .row-layout:nth-child(1):nth-last-child(2) {
  width: 66.66667%;
}
.two-columns .row-layout:nth-child(2):nth-last-child(1) {
  float: right;
  width: 33.33333%;
  clear: right;
}
.two-columns .row-layout:nth-child(2):nth-last-child(1) .container-include {
  margin: 0 0 0 20px;
  position: relative;
  box-sizing: border-box;
  width: auto;
  padding: 0;
}
.two-columns .include-items {
  float: left;
  width: inherit;
}
.two-columns .include-items:nth-child(1):nth-last-child(2) {
  width: 66.666%;
}
.two-columns .include-items:nth-child(2):nth-last-child(1) {
  float: right;
  width: 33.33333%;
  max-width: 300px;
  clear: right;
}

ul,
ol {
  font-size: 16px;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 16px;
}
ul li,
ol li {
  margin-right: 15px;
}
ul li:last-child,
ol li:last-child {
  margin-right: 0;
}
ul.horizontal li,
ol.horizontal li {
  float: left;
}

ul.decoration li {
  list-style-type: disc;
  list-style-position: inside;
}

ol.decoration li {
  list-style-type: decimal;
  list-style-position: inside;
}

.item-tags {
  font-size: 14px;
  margin: 20px 0;
}
.item-tags:before, .item-tags:after {
  content: " ";
  display: table;
}
.item-tags:after {
  clear: both;
}
.item-tags li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 0 16px 16px 0;
}
.item-tags li:first-child {
  padding-top: 15px;
}
.item-tags li span {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.item-tags li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border-radius: 15px;
  background: #eee;
  color: #444;
  padding: 15px;
}
.item-tags .is-active a {
  background: #e2e2e2;
  color: #eee;
  font-weight: bold;
}

.content-ad .ad-item-300 {
  font-family: Arial, sans-serif, helvetica;
  margin: 40px auto 40px;
  overflow: hidden;
  text-align: right;
  width: 300px;
}
.content-ad .ad-item-300 span {
  color: #444;
  display: none;
  font-size: 9px;
  text-transform: none;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .content-ad .ad-item-300 {
    margin-top: 0;
  }
}
.content-ad .ad-item-f {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.container .news-item .content-ad .ad-item-nata .publicidad {
  margin-bottom: 20px;
}

.publicidad {
  margin: 0 auto 40px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .publicidad {
    margin: 0 auto;
  }
}
.publicidad.publitipo-p {
  margin: 40px auto;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .publicidad.publitipo-p {
    margin: 0 auto 30px;
    float: none;
  }
}
.publicidad.publitipo-p.publiposicion-f {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.ad-item.sticky {
  display: none;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-top: 10px;
}
.ad-item.sticky.ready {
  border-top: 1px solid #000;
  margin: 0;
  max-width: inherit;
  width: 100%;
  background: #fff;
  height: auto;
}
.ad-item.sticky.ready .publicidad {
  margin: 0 auto;
}
.ad-item.sticky .close-button {
  position: absolute;
  top: -23px;
  right: 0;
  display: block;
  padding: 2px 0 0;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: 2px solid #fff;
  border-radius: 4px 4px 0 0;
  height: 24px;
  width: 26px;
}

.nc-active-content .ad-item.sticky {
  display: block;
}

.sticky.ue-c-ad--label.ready:before {
  content: ' ';
  fill: #202020;
  width: 67px;
  margin: 0 0 7px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiIFs8IUVOVElUWSBuc19leHRlbmQgImh0dHA6Ly9ucy5hZG9iZS5jb20vRXh0ZW5zaWJpbGl0eS8xLjAvIj48IUVOVElUWSBuc19haSAiaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZUlsbHVzdHJhdG9yLzEwLjAvIj48IUVOVElUWSBuc19ncmFwaHMgImh0dHA6Ly9ucy5hZG9iZS5jb20vR3JhcGhzLzEuMC8iPjwhRU5USVRZIG5zX3ZhcnMgImh0dHA6Ly9ucy5hZG9iZS5jb20vVmFyaWFibGVzLzEuMC8iPjwhRU5USVRZIG5zX2ltcmVwICJodHRwOi8vbnMuYWRvYmUuY29tL0ltYWdlUmVwbGFjZW1lbnQvMS4wLyI+PCFFTlRJVFkgbnNfc2Z3ICJodHRwOi8vbnMuYWRvYmUuY29tL1NhdmVGb3JXZWIvMS4wLyI+PCFFTlRJVFkgbnNfY3VzdG9tICJodHRwOi8vbnMuYWRvYmUuY29tL0dlbmVyaWNDdXN0b21OYW1lc3BhY2UvMS4wLyI+PCFFTlRJVFkgbnNfYWRvYmVfeHBhdGggImh0dHA6Ly9ucy5hZG9iZS5jb20vWFBhdGgvMS4wLyI+XT48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM6eD0iJm5zX2V4dGVuZDsiIHhtbG5zOmk9IiZuc19haTsiIHhtbG5zOmdyYXBoPSImbnNfZ3JhcGhzOyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1NnB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDU2IDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDU2IDciIHhtbDpzcGFjZT0icHJlc2VydmUiPjxtZXRhZGF0YT48c2Z3ICB4bWxucz0iJm5zX3NmdzsiPjxzbGljZXM+PC9zbGljZXM+PHNsaWNlU291cmNlQm91bmRzICB4PSIyNjkuNSIgeT0iNDE3LjA3OCIgd2lkdGg9IjU1Ljk3NyIgaGVpZ2h0PSI2LjkyMiIgYm90dG9tTGVmdE9yaWdpbj0idHJ1ZSI+PC9zbGljZVNvdXJjZUJvdW5kcz48L3Nmdz48L21ldGFkYXRhPjxnPjxwYXRoIGQ9Ik0wLjkxMSw0LjEyNnYyLjY5OEgwVjAuMDk2aDIuNTc0YzAuNzE5LDAsMS4yNzYsMC4xODYsMS42NzMsMC41NTRjMC4zOTcsMC4zNywwLjU5NywwLjg1NywwLjU5NywxLjQ2MWMwLDAuNjEzLTAuMTk5LDEuMTAzLTAuNTk3LDEuNDY5QzMuODUxLDMuOTQ0LDMuMjkyLDQuMTI2LDIuNTc0LDQuMTI2SDAuOTExeiBNMC45MTEsMy40MWgxLjY2M2MwLjQ1NywwLDAuNzk2LTAuMTIyLDEuMDIxLTAuMzY3QzMuODIsMi43OTcsMy45MzMsMi40OTEsMy45MzMsMi4xMTljMC0wLjM3My0wLjExMy0wLjY4My0wLjMzOS0wLjkzMmMtMC4yMjctMC4yNS0wLjU2Ny0wLjM3NC0xLjAyLTAuMzc0SDAuOTExVjMuNDF6Ii8+PHBhdGggZD0iTTExLjM5NywwLjA5NnY0LjU2YzAsMC43MzMtMC4yMzksMS4yOTUtMC43MTQsMS42ODRjLTAuNDc2LDAuMzktMS4wOTcsMC41ODItMS44NjUsMC41ODJjLTAuNzM5LDAtMS4zMzktMC4xOTMtMS44LTAuNTg0Yy0wLjQ2MS0wLjM5LTAuNjkxLTAuOTUtMC42OTEtMS42OFYwLjA5NmgwLjkxMXY0LjU1OGMwLDAuNTA4LDAuMTQ2LDAuODk0LDAuNDM1LDEuMTU3YzAuMjg5LDAuMjYzLDAuNjcyLDAuMzk0LDEuMTQ2LDAuMzk0YzAuNSwwLDAuOTAyLTAuMTMxLDEuMjA4LTAuMzk0YzAuMzA3LTAuMjY0LDAuNDYtMC42NDksMC40Ni0xLjE1N1YwLjA5NkgxMS4zOTd6Ii8+PHBhdGggZD0iTTEzLjMwMiw2LjgyNnYtNi43M2gyLjE5NGMwLjcwMywwLDEuMjUyLDAuMTUyLDEuNjUsMC40NTVjMC4zOTgsMC4zMDUsMC41OTYsMC43NTksMC41OTYsMS4zNjdjMCwwLjI5OS0wLjA5NiwwLjU2NS0wLjI4NiwwLjgwMmMtMC4xOTEsMC4yMzYtMC40NDEsMC40MS0wLjc1MywwLjUyNWMwLjQwNywwLjA4NSwwLjcyNiwwLjI4NSwwLjk1OSwwLjU5NmMwLjIzMiwwLjMxMSwwLjM0OSwwLjY3MywwLjM0OSwxLjA4NmMwLDAuNjE2LTAuMiwxLjA4Ny0wLjU5OCwxLjQxMWMtMC40LDAuMzI2LTAuOTQxLDAuNDg4LTEuNjI1LDAuNDg4TDEzLjMwMiw2LjgyNkwxMy4zMDIsNi44MjZ6IE0xNC4yMTIsMi45NThoMS40NzRjMC4zMzksMCwwLjYxNC0wLjA5MiwwLjgyOC0wLjI4YzAuMjEyLTAuMTg3LDAuMzE4LTAuNDQ2LDAuMzE4LTAuNzc4YzAtMC4zNjQtMC4xMTUtMC42MzYtMC4zNDQtMC44MTVjLTAuMjMtMC4xODEtMC41NjEtMC4yNzEtMC45OTItMC4yNzFoLTEuMjg1VjIuOTU4eiBNMTQuMjEyLDMuNjc0djIuNDM2aDEuNTc2YzAuNDEzLDAsMC43MzUtMC4xMDEsMC45NjYtMC4zMDZjMC4yMzEtMC4yMDQsMC4zNDctMC40OTQsMC4zNDctMC44NjhjMC0wLjM5NC0wLjA5Ny0wLjcwMS0wLjI4OC0wLjkyNWMtMC4xOTMtMC4yMjQtMC40ODktMC4zMzctMC44ODktMC4zMzdIMTQuMjEyeiIvPjxwYXRoIGQ9Ik0yMC42NzksNi4xMDloMy4xODV2MC43MTdoLTQuMDk1di02LjczaDAuOTExVjYuMTA5eiIvPjxwYXRoIGQ9Ik0yNi4yNTcsNi44MjZoLTAuOTE1di02LjczaDAuOTE1VjYuODI2eiIvPjxwYXRoIGQ9Ik0zMy4xNDUsNC42NjhsMC4wMSwwLjAyOGMwLjAxMywwLjYzMS0wLjIwOSwxLjE2LTAuNjY2LDEuNTg2Yy0wLjQ1NywwLjQyNy0xLjA1OSwwLjY0LTEuODA3LDAuNjRjLTAuNzYyLDAtMS4zODEtMC4yNjktMS44Ni0wLjgwOGMtMC40OC0wLjU0LTAuNzItMS4yMjMtMC43Mi0yLjA1MlYyLjg2NmMwLTAuODI5LDAuMjQtMS41MTQsMC43Mi0yLjA1NkMyOS4yOTksMC4yNywyOS45MiwwLDMwLjY4MiwwYzAuNzYxLDAsMS4zNjYsMC4yMDMsMS44MTUsMC42MDdjMC40NTEsMC40MDcsMC42NywwLjk0MywwLjY1NywxLjYxMmwtMC4wMSwwLjAyN2gtMC44NzRjMC0wLjQ3MS0wLjE0LTAuODQ0LTAuNDE2LTEuMTE4Yy0wLjI3OC0wLjI3My0wLjY3MS0wLjQxMi0xLjE3NC0wLjQxMmMtMC41MDksMC0wLjkxNCwwLjIwNi0xLjIxNSwwLjYxNWMtMC4zMDMsMC40MDktMC40NTQsMC45MTgtMC40NTQsMS41MjN2MS4yMDZjMCwwLjYxMiwwLjE1MSwxLjEyMiwwLjQ1NCwxLjUzMmMwLjMwMSwwLjQxMSwwLjcwNiwwLjYxNCwxLjIxNSwwLjYxNGMwLjUwMywwLDAuODk2LTAuMTM2LDEuMTc0LTAuNDA4YzAuMjc2LTAuMjczLDAuNDE2LTAuNjQ5LDAuNDE2LTEuMTMxSDMzLjE0NXoiLz48cGF0aCBkPSJNMzUuNzYsNi44MjZoLTAuOTE1di02LjczaDAuOTE1VjYuODI2eiIvPjxwYXRoIGQ9Ik0zNy44OTEsNi44MjZ2LTYuNzNoMi4wNjZjMC44ODEsMCwxLjU4OCwwLjI3MSwyLjEyLDAuODExYzAuNTM0LDAuNTQxLDAuODAxLDEuMjQsMC44MDEsMi4wOTd2MC45MmMwLDAuODU4LTAuMjY3LDEuNTU5LTAuODAxLDIuMDk2Yy0wLjUzMiwwLjUzNy0xLjIzOSwwLjgwNy0yLjEyLDAuODA3SDM3Ljg5MXogTTM4LjgwMywwLjgxM3Y1LjI5NmgxLjE1NWMwLjYyMiwwLDEuMTEyLTAuMjA1LDEuNDcyLTAuNjEzYzAuMzU5LTAuNDEsMC41NC0wLjkzNCwwLjU0LTEuNTc1VjIuOTkzYzAtMC42MzUtMC4xODEtMS4xNTYtMC41NC0xLjU2NWMtMC4zNTktMC40MDktMC44NS0wLjYxNC0xLjQ3Mi0wLjYxNEgzOC44MDN6Ii8+PHBhdGggZD0iTTQ4LjA5MSw1LjA5M2gtMi44MThsLTAuNjM5LDEuNzMzaC0wLjkyOGwyLjYwMy02LjcyOWgwLjc4bDIuNTYxLDYuNzI5aC0wLjkyOEw0OC4wOTEsNS4wOTN6IE00NS41NTUsNC4zM2gyLjI2NGwtMS4xMDktMy4wNjVoLTAuMDI2TDQ1LjU1NSw0LjMzeiIvPjxwYXRoIGQ9Ik01MC45ODksNi44MjZ2LTYuNzNoMi4wNjZjMC44ODIsMCwxLjU4OCwwLjI3MSwyLjEyMSwwLjgxMWMwLjUzMywwLjU0MSwwLjgsMS4yNCwwLjgsMi4wOTd2MC45MmMwLDAuODU4LTAuMjY3LDEuNTU5LTAuOCwyLjA5NnMtMS4yMzksMC44MDctMi4xMjEsMC44MDdINTAuOTg5eiBNNTEuOTAxLDAuODEzdjUuMjk2aDEuMTU1YzAuNjIzLDAsMS4xMTItMC4yMDUsMS40NzMtMC42MTNjMC4zNTgtMC40MSwwLjUzNy0wLjkzNCwwLjUzNy0xLjU3NVYyLjk5M2MwLTAuNjM1LTAuMTc5LTEuMTU2LTAuNTM3LTEuNTY1Yy0wLjM2LTAuNDA5LTAuODUtMC42MTQtMS40NzMtMC42MTRINTEuOTAxeiIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 57px 7px;
  background-position: center;
  position: relative;
  top: 0;
  background-color: #fff;
  padding: 0;
  left: 28px;
  height: 14px;
  display: block;
}

.ue-c-ad--fixed-bottom {
  position: fixed;
  display: none;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: -2px;
  height: 0;
  width: 100%;
  margin: 0 auto !important;
  padding-top: 20px !important;
  background: #fff !important;
  border-top: 1px solid #7d7d7d !important;
}

.ue-c-ad--fixed-bottom.ue-c-ad--label.ready:before {
  content: " ";
  fill: black;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 7px;
  left: 28px;
  background-position: initial;
  background-size: initial;
  margin: 0;
  display: block;
  height: 7px;
  line-height: 0.3rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NiA3IiB3aWR0aD0iNTdweCIgaGVpZ2h0PSI3cHgiPgogIDxwYXRoIGQ9Ik0uOTExIDQuMTI2djIuNjk4SDBWLjA5NmgyLjU3NGMuNzE5IDAgMS4yNzYuMTg2IDEuNjczLjU1NC4zOTcuMzcuNTk3Ljg1Ny41OTcgMS40NjEgMCAuNjEzLS4xOTkgMS4xMDMtLjU5NyAxLjQ2OS0uMzk2LjM2NC0uOTU1LjU0Ni0xLjY3My41NDZILjkxMXptMC0uNzE2aDEuNjYzYy40NTcgMCAuNzk2LS4xMjIgMS4wMjEtLjM2Ny4yMjUtLjI0Ni4zMzgtLjU1Mi4zMzgtLjkyNCAwLS4zNzMtLjExMy0uNjgzLS4zMzktLjkzMi0uMjI3LS4yNS0uNTY3LS4zNzQtMS4wMi0uMzc0SC45MTFWMy40MXpNMTEuMzk3LjA5NnY0LjU2YzAgLjczMy0uMjM5IDEuMjk1LS43MTQgMS42ODQtLjQ3Ni4zOS0xLjA5Ny41ODItMS44NjUuNTgyLS43MzkgMC0xLjMzOS0uMTkzLTEuOC0uNTg0LS40NjEtLjM5LS42OTEtLjk1LS42OTEtMS42OFYuMDk2aC45MTF2NC41NThjMCAuNTA4LjE0Ni44OTQuNDM1IDEuMTU3LjI4OS4yNjMuNjcyLjM5NCAxLjE0Ni4zOTQuNSAwIC45MDItLjEzMSAxLjIwOC0uMzk0LjMwNy0uMjY0LjQ2LS42NDkuNDYtMS4xNTdWLjA5NmguOTF6TTEzLjMwMiA2LjgyNlYuMDk2aDIuMTk0Yy43MDMgMCAxLjI1Mi4xNTIgMS42NS40NTUuMzk4LjMwNS41OTYuNzU5LjU5NiAxLjM2NyAwIC4yOTktLjA5Ni41NjUtLjI4Ni44MDItLjE5MS4yMzYtLjQ0MS40MS0uNzUzLjUyNS40MDcuMDg1LjcyNi4yODUuOTU5LjU5Ni4yMzIuMzExLjM0OS42NzMuMzQ5IDEuMDg2IDAgLjYxNi0uMiAxLjA4Ny0uNTk4IDEuNDExLS40LjMyNi0uOTQxLjQ4OC0xLjYyNS40ODhoLTIuNDg2em0uOTEtMy44NjhoMS40NzRjLjMzOSAwIC42MTQtLjA5Mi44MjgtLjI4LjIxMi0uMTg3LjMxOC0uNDQ2LjMxOC0uNzc4IDAtLjM2NC0uMTE1LS42MzYtLjM0NC0uODE1LS4yMy0uMTgxLS41NjEtLjI3MS0uOTkyLS4yNzFoLTEuMjg1djIuMTQ0em0wIC43MTZWNi4xMWgxLjU3NmMuNDEzIDAgLjczNS0uMTAxLjk2Ni0uMzA2LjIzMS0uMjA0LjM0Ny0uNDk0LjM0Ny0uODY4IDAtLjM5NC0uMDk3LS43MDEtLjI4OC0uOTI1LS4xOTMtLjIyNC0uNDg5LS4zMzctLjg4OS0uMzM3aC0xLjcxMnpNMjAuNjc5IDYuMTA5aDMuMTg1di43MTdoLTQuMDk1Vi4wOTZoLjkxMXY2LjAxM3pNMjYuMjU3IDYuODI2aC0uOTE1Vi4wOTZoLjkxNXY2Ljczek0zMy4xNDUgNC42NjhsLjAxLjAyOGMuMDEzLjYzMS0uMjA5IDEuMTYtLjY2NiAxLjU4Ni0uNDU3LjQyNy0xLjA1OS42NC0xLjgwNy42NC0uNzYyIDAtMS4zODEtLjI2OS0xLjg2LS44MDgtLjQ4LS41NC0uNzItMS4yMjMtLjcyLTIuMDUyVjIuODY2YzAtLjgyOS4yNC0xLjUxNC43Mi0yLjA1Ni40NzctLjU0IDEuMDk4LS44MSAxLjg2LS44MS43NjEgMCAxLjM2Ni4yMDMgMS44MTUuNjA3LjQ1MS40MDcuNjcuOTQzLjY1NyAxLjYxMmwtLjAxLjAyN2gtLjg3NGMwLS40NzEtLjE0LS44NDQtLjQxNi0xLjExOC0uMjc4LS4yNzMtLjY3MS0uNDEyLTEuMTc0LS40MTItLjUwOSAwLS45MTQuMjA2LTEuMjE1LjYxNS0uMzAzLjQwOS0uNDU0LjkxOC0uNDU0IDEuNTIzVjQuMDZjMCAuNjEyLjE1MSAxLjEyMi40NTQgMS41MzIuMzAxLjQxMS43MDYuNjE0IDEuMjE1LjYxNC41MDMgMCAuODk2LS4xMzYgMS4xNzQtLjQwOC4yNzYtLjI3My40MTYtLjY0OS40MTYtMS4xMzFoLjg3NXpNMzUuNzYgNi44MjZoLS45MTVWLjA5NmguOTE1djYuNzN6TTM3Ljg5MSA2LjgyNlYuMDk2aDIuMDY2Yy44ODEgMCAxLjU4OC4yNzEgMi4xMi44MTEuNTM0LjU0MS44MDEgMS4yNC44MDEgMi4wOTd2LjkyYzAgLjg1OC0uMjY3IDEuNTU5LS44MDEgMi4wOTYtLjUzMi41MzctMS4yMzkuODA3LTIuMTIuODA3aC0yLjA2NnptLjkxMi02LjAxM3Y1LjI5NmgxLjE1NWMuNjIyIDAgMS4xMTItLjIwNSAxLjQ3Mi0uNjEzLjM1OS0uNDEuNTQtLjkzNC41NC0xLjU3NXYtLjkyOGMwLS42MzUtLjE4MS0xLjE1Ni0uNTQtMS41NjUtLjM1OS0uNDA5LS44NS0uNjE0LTEuNDcyLS42MTRoLTEuMTU1ek00OC4wOTEgNS4wOTNoLTIuODE4bC0uNjM5IDEuNzMzaC0uOTI4TDQ2LjMwOS4wOTdoLjc4bDIuNTYxIDYuNzI5aC0uOTI4bC0uNjMxLTEuNzMzem0tMi41MzYtLjc2M2gyLjI2NEw0Ni43MSAxLjI2NWgtLjAyNkw0NS41NTUgNC4zM3pNNTAuOTg5IDYuODI2Vi4wOTZoMi4wNjZjLjg4MiAwIDEuNTg4LjI3MSAyLjEyMS44MTEuNTMzLjU0MS44IDEuMjQuOCAyLjA5N3YuOTJjMCAuODU4LS4yNjcgMS41NTktLjggMi4wOTZzLTEuMjM5LjgwNy0yLjEyMS44MDdoLTIuMDY2em0uOTEyLTYuMDEzdjUuMjk2aDEuMTU1Yy42MjMgMCAxLjExMi0uMjA1IDEuNDczLS42MTMuMzU4LS40MS41MzctLjkzNC41MzctMS41NzV2LS45MjhjMC0uNjM1LS4xNzktMS4xNTYtLjUzNy0xLjU2NS0uMzYtLjQwOS0uODUtLjYxNC0xLjQ3My0uNjE0aC0xLjE1NXoiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ue-c-ad--fixed-bottom-expandable.ue-c-ad--expanded {
  max-height: 498px;
}

.ue-c-ad--fixed-bottom-expandable.ue-c-ad--expanded .ue-c-ad__button-expand {
  animation-name: slideInDown;
  transform: translateX(-50%) rotate(180deg);
}

.ue-c-ad--fixed-bottom-expandable .ue-c-ad__button-expand {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  border: 0;
  background: transparent;
  width: 100%;
  padding: 0;
  outline: 0;
}

.ue-c-ad--fixed-bottom-expandable .ue-c-ad__button-expand svg {
  width: 24px;
  height: 8px;
  transition: all 0.3s ease-in-out;
  fill: #454545;
  animation-name: slideInDown;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.ue-c-ad--fixed-bottom.ready {
  height: auto;
}

.ue-c-ad--fixed-bottom-expandable iframe {
  display: block !important;
  margin: 0 auto !important;
  height: 0 !important;
}

.ue-c-ad--fixed-bottom .publicidad {
  margin: 0;
}

.ue-c-ad--fixed-bottom .close-button {
  position: absolute;
  top: -21px;
  right: 0;
  display: block;
  padding: 0 2px;
  background-color: #fff;
  border: 1px solid #7d7d7d;
  border-bottom: 2px solid #fff;
  border-radius: 4px 0 0 0;
  height: 22px;
}

.nc-active-content .ue-c-ad--fixed-bottom.ready {
  display: block;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, -3px, 0);
  }
  to {
    transform: translate3d(0, 3px, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, 3px, 0);
  }
  to {
    transform: translate3d(0, -3px, 0);
  }
}
.ad-item {
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ad-item {
    max-width: 320px;
  }
}

.content-ad {
  width: 100%;
}
.content-ad .ad-item-300 {
  margin: 28px auto;
}
.content-ad .ad-item-si,
.content-ad .ad-item-sd {
  height: 1000px;
  margin: 39px auto;
  min-width: 160px;
  padding: 20px;
  position: absolute;
  z-index: 3;
}
.content-ad .ad-item-si.autocover,
.content-ad .ad-item-sd.autocover {
  margin: 60px auto;
}
.content-ad .ad-item-si .publiposicion-si,
.content-ad .ad-item-si .publiposicion-sd,
.content-ad .ad-item-sd .publiposicion-si,
.content-ad .ad-item-sd .publiposicion-sd {
  width: auto;
}
.content-ad .ad-item-si {
  right: 990px;
}
.content-ad .ad-item-sd {
  left: 990px;
}
.content-ad .ad-item-990,
.content-ad .ad-item-980 {
  clear: both;
  margin: 0 auto;
  text-align: center;
  width: 990px;
}
.portada .content-ad .ad-item-990, .autocover .content-ad .ad-item-990 {
  position: relative;
}
.content-ad .ad-item-990 .publicidad {
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.content-ad .ad-item-990 .publicidad.publiposicion-m {
  margin-bottom: 30px;
}
.content-ad .ad-item-990 .publicidad.publiposicion-m.publiseccion-portada {
  margin-bottom: 10px;
}
.content-ad .ad-item-728 {
  width: 728px;
  margin: 0 auto 10px;
  text-align: center;
}
.content-ad .ad-item-f,
.content-ad .ad-item-fp,
.content-ad .ad-item-f2 {
  border: 0;
  margin: 0;
  padding: 0;
  height: 0;
}

.portada ~ .container .ad-item-si,
.portada ~ .container .ad-item-sd {
  margin-top: -20px;
  top: 0;
}

.autocover .content-ad .ad-item-si,
.autocover .content-ad .ad-item-sd {
  top: 73px;
}

.noticia .content-ad .ad-item-si,
.noticia .content-ad .ad-item-sd {
  top: 70px;
}

.container .news-item .content-ad .ad-item-nata {
  clear: both;
  padding-top: 20px;
}
.container .news-item .content-ad + p.summary-lead {
  margin-top: 20px;
}

.main {
  position: relative;
  z-index: 1;
}

.publiposicion-mb,
.publiposicion-m {
  margin-bottom: 30px;
}

.ue-c-seo-links {
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  padding: 0 2rem;
  box-sizing: border-box;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  height: var(--ue-c-seo-links-height, 36px);
  border-top-width: var(--ue-c-seo-links-body-border-top-width, 1px);
  border-top-color: var(--ue-c-seo-links-body-border-top-color, transparent);
  border-top-style: solid;
  border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 1px);
  border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, transparent);
  border-bottom-style: solid;
  height: 1.25rem;
  font-size: var(--ue-c-seo-link-font-size, 11px);
  line-height: var(--ue-c-seo-link-line-height, 11px);
  letter-spacing: var(--ue-c-seo-link-letter-spacing, 0);
  height: var(--ue-c-seo-links-height, 20px);
}

.ue-c-seo-links:after {
  content: "";
  width: 3.125rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, transparent, #fff);
}

.ue-c-seo-links__title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: opensans, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: var(--ue-c-seo-links-title-text-transform, unset);
  color: var(--ue-c-seo-links-title-color, #999);
}

.ue-c-seo-links__title:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 .5rem;
  height: 10px;
  width: 1px;
  background-color: var(--ue-c-seo-links-title-divider-background-color, transparent);
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__title:after {
    margin: 0 0 0 0.5rem;
  }
}
.ue-c-seo-links__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  font-family: opensans, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

@media (max-width: 61.24em) {
  .ue-c-seo-links__list {
    overflow-x: auto;
  }
}
.ue-c-seo-links__list::-webkit-scrollbar {
  display: none;
}

.ue-c-seo-links__item {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
  padding: 0 1rem;
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__item {
    padding: 0 0.5rem;
  }
}
.ue-c-seo-links__item a {
  text-decoration: none;
  color: var(--ue-c-seo-links-item-color, #999);
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__item a {
    color: var(--ue-c-seo-links-item-shade-color, #999);
  }

  .ue-c-seo-links__item a:hover {
    color: var(--ue-c-seo-links-item-hover-color, #a40057);
  }
}
.ue-c-seo-links__item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: var(--ue-c-seo-links-item-separator-background-color, #999);
}

.ue-c-seo-links__item:last-child {
  padding-right: 3.125rem;
}

.ue-c-seo-links-container {
  border-top-width: var(--ue-c-seo-links-body-border-top-width, 1px);
  border-top-color: var(--ue-c-seo-links-body-border-top-color, transparent);
  border-top-style: solid;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 1px);
  border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, transparent);
  border-bottom-style: solid;
  margin: 0 auto;
  width: 990px;
}

.ue-c-seo-links-container .ue-c-seo-links {
  padding: 0;
}

@media (min-width: 46.25em) {
  .ue-c-seo-links--justify-center-from-tablet .ue-c-seo-links {
    justify-content: center;
  }
}
.icons-sprite, .icons-arrow-down-white, .icons-arrow-down, .icons-arrow-next, .icons-arrow-up-white, .icons-arrow-up, .icons-arrow, .icons-close-black, .icons-close-white, .banda_suscripcion .cerrar, .icons-close, .icons-comment-bubble-black, .icons-comment-bubble-small-black, .icons-comment-bubble-small, .icons-comment-bubble, .icons-facebook, .icons-galeria-icon, .icons-google, .icons-login-mobile, .icons-login, .icons-mail, .icons-menu, .icons-play-icon, .icons-print, .icons-rss, .icons-search-header, .icons-twitter, .icons-whatsapp {
  background-image: url('../img/sprites/icons-s598b9a14ea.png');
  background-repeat: no-repeat;
}

.icons-arrow-down-white {
  background-position: 0 0;
}

.icons-arrow-down {
  background-position: 0 -36px;
}

.icons-arrow-next {
  background-position: 0 -72px;
}

.icons-arrow-up-white {
  background-position: 0 -108px;
}

.icons-arrow-up {
  background-position: 0 -144px;
}

.icons-arrow {
  background-position: 0 -180px;
}

.icons-close-black {
  background-position: 0 -216px;
}

.icons-close-white, .banda_suscripcion .cerrar {
  background-position: 0 -252px;
}

.icons-close {
  background-position: 0 -288px;
}

.icons-comment-bubble-black {
  background-position: 0 -324px;
}

.icons-comment-bubble-small-black {
  background-position: 0 -360px;
}

.icons-comment-bubble-small {
  background-position: 0 -396px;
}

.icons-comment-bubble {
  background-position: 0 -421px;
}

.icons-facebook {
  background-position: 0 -457px;
}

.icons-galeria-icon {
  background-position: 0 -493px;
}

.icons-google {
  background-position: 0 -695px;
}

.icons-login-mobile {
  background-position: 0 -731px;
}

.icons-login {
  background-position: 0 -767px;
}

.icons-mail {
  background-position: 0 -803px;
}

.icons-menu {
  background-position: 0 -839px;
}

.icons-play-icon {
  background-position: 0 -1079px;
}
.icons-play-icon:hover, .icons-play-icon.play-icon-hover {
  background-position: 0 -875px;
}

.icons-print {
  background-position: 0 -1283px;
}

.icons-rss {
  background-position: 0 -1319px;
}

.icons-search-header {
  background-position: 0 -1355px;
}

.icons-twitter {
  background-position: 0 -1391px;
}

.icons-whatsapp {
  background-position: 0 -1427px;
}

.icons-sprite, .icons-arrow-down-white, .icons-arrow-down, .icons-arrow-next, .icons-arrow-up-white, .icons-arrow-up, .icons-arrow, .icons-close-black, .icons-close-white, .banda_suscripcion .cerrar, .icons-close, .icons-comment-bubble-black, .icons-comment-bubble-small-black, .icons-comment-bubble-small, .icons-comment-bubble, .icons-facebook, .icons-galeria-icon, .icons-google, .icons-login-mobile, .icons-login, .icons-mail, .icons-menu, .icons-play-icon, .icons-print, .icons-rss, .icons-search-header, .icons-twitter, .icons-whatsapp {
  background-color: #000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "Icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu::before {
  content: "\e900";
}

.icon-close::before {
  content: "\e901";
}

.icon-mas::before {
  content: "\e901";
  transform: rotate(45deg);
  display: block;
}

.icon-user::before {
  content: "\e902";
}

.icon-search::before {
  content: "\e903";
}

.icon-play::before {
  content: "\e904";
}

.icon-arrow-left::before {
  content: "\e906";
}

.icon-arrow-right::before {
  content: "\e907";
}

.icon-arrow-right-after::after {
  content: "\e907";
}

.icon-arrow-up::before {
  content: "\e908";
}

.icon-arrow-down::before {
  content: "\e909";
}

.icon-comments::before {
  content: "\e90a";
}

.icon-share::before {
  content: "\e90b";
}

.icon-email::before {
  content: "\e90c";
}

.icon-facebook::before {
  content: "\e90d";
}

.icon-twitter::before {
  content: "\e90e";
}

.icon-google-plus::before {
  content: "\e910";
}

.icon-instagram::before {
  content: "\e911";
}

.icon-pinterest::before {
  content: "\e90f";
}

.icon-whatsapp::before {
  content: "\e912";
}

.icon-youtube::before {
  content: "\e913";
}

.view-video,
.video-icon {
  background: url('../img/icons/play-icon.png') no-repeat;
  position: absolute;
  background-size: 35%;
  background-position: center center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -999999px;
  transition: all .5s ease 0s;
  cursor: pointer;
}
.view-video:hover,
.video-icon:hover {
  background: url('../img/icons/play-icon-hover.png') no-repeat;
  position: absolute;
  background-size: 35%;
  background-position: center center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.icon-gallery {
  background: url('../img/icons/galeria-icon.svg') no-repeat;
  width: 100%;
  background-position: center, center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 60%;
}

.ue-c-fixed {
  position: fixed !important;
  top: 0;
}

.ue-c-main-logo,
.ue-c-main-logo-small {
  margin-right: 8px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.ue-c-main-logo svg,
.ue-c-main-logo-small svg {
  width: 100%;
}

.ue-c-main-logo {
  width: px-rem(100px);
}

.ue-c-main-logo-small {
  width: px-rem(50px);
}

.hide {
  display: none;
}

.no-scroll,
.inner.no-scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.hidden-content {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.ue-l-side-panel {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  transition: transform .25s;
}
.ue-l-side-panel__title {
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px;
  background-color: #666;
  color: #fff;
}
.ue-l-side-panel__item {
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
}
.ue-l-side-panel__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.ue-l-side-panel__close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  z-index: 1;
}
.ue-l-side-panel__close > * {
  pointer-events: none;
}
.ue-l-side-panel__close--left-center {
  right: auto;
  left: 0;
  top: 50%;
  width: 2.5rem;
  transform: translateY(-50%);
}
.ue-l-side-panel--fixed {
  position: fixed;
  max-height: 100%;
}
.ue-l-side-panel--fixed.is-active {
  max-height: 100%;
}
.ue-l-side-panel--fixed.is-active + .ue-l-side-panel__mask {
  position: fixed;
  top: 0;
  max-height: 100%;
}
.ue-l-side-panel--scroll {
  overflow: visible;
}
.ue-l-side-panel--z10 {
  z-index: 10;
}
.ue-l-side-panel--z30 {
  z-index: 30;
}
.ue-l-side-panel--no-gutter {
  margin: 0 -8px 8px;
}
.ue-l-side-panel--no-space {
  margin-bottom: 0;
}
.ue-l-side-panel--no-scroll {
  overflow: hidden;
}
.ue-l-side-panel--no-scroll-x {
  overflow-x: hidden;
}
.ue-l-side-panel--no-scroll-y {
  overflow-y: hidden;
}

.ue-l-side-panel--background {
  background-color: #e4e4e4;
}

@media (min-width: 20em) {
  .ue-l-side-panel--fixed-bottom-from-mobile {
    bottom: 0;
    right: 0;
    left: 0;
    top: initial;
  }
}

@media (min-width: 20em) {
  .ue-l-side-panel--full-width-from-mobile {
    width: 100%;
  }
  .ue-l-side-panel--full-width-from-mobile.is-active {
    width: 100%;
  }
}

@media (min-width: 46.25em) {
  .ue-l-side-panel--full-height-from-tablet {
    height: 100vh;
  }
  .ue-l-side-panel--full-height-from-tablet.is-active {
    height: 100%;
  }
}

@media (min-width: 46.25em) {
  .ue-l-side-panel--fixed-top-right-from-tablet {
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
  }
}

@media (min-width: 46.25em) {
  .ue-l-side-panel--shadow-left-from-tablet {
    box-shadow: -6px 10px 11px 0 rgba(0, 0, 0, 0.18);
  }
}

.ue-l-side-panel--show {
  transform: initial;
  visibility: visible;
}

@media (max-width: 46.24em) {
  .ue-l-side-panel--partial-width-until-tablet {
    width: calc(100% - 7%);
  }
}

@media (min-width: 46.25em) {
  .ue-l-side-panel--width-240-from-tablet {
    width: px-rem(240);
  }
}

.ue-l-side-panel--show + .ue-l-side-panel__mask {
  background-color: rgba(10, 10, 10, 0.7);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  position: fixed;
  z-index: 1;
}

:root {
  --ue-c-notification-tooltip-icon-color1: black;
  --ue-c-notification-tooltip-icon-color2: white;
}

.ue-c-notification__header {
  display: flex;
}
.ue-c-notification__logo {
  width: 70px;
}
.ue-c-notification__headline-txt {
  padding: 0;
  margin: 0;
}
.ue-c-notification__list {
  list-style: none;
  padding-left: 1.5rem;
  position: relative;
  text-align: left;
  font-family: opensans;
  font-size: 14px;
}
.ue-c-notification__list:focus-within {
  outline: none;
}
.ue-c-notification__list > *:not(:last-child) {
  margin-bottom: 0.3rem;
}
.ue-c-notification__list-item {
  padding: 0;
}
.ue-c-notification__list-item::before {
  content: "";
  color: #30995b;
  position: absolute;
  margin-left: 3px;
  margin-top: 4px;
  width: 10px;
  height: 5px;
  border-bottom: solid 3px currentColor;
  border-left: solid 3px currentColor;
  transform: rotate(-45deg);
  left: 0;
}
.ue-c-notification__btn {
  cursor: pointer;
  padding: 0.7rem;
  line-height: 1rem;
  text-align: center;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ue-c-notification.ue-c-notification--state-secondary {
  margin: 0;
  padding-top: 20vh;
}
.ue-c-notification.ue-c-notification--state-secondary .ue-c-notification__logo {
  width: 120px;
  margin: 0 auto;
  display: block;
}
.ue-c-notification .ue-c-button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
}
.ue-c-notification__tooltip {
  position: relative;
}
.ue-c-notification__tooltip-main {
  width: 80%;
  text-align: left;
  font-family: opensans;
  font-size: 14px;
  color: #666666;
}
.ue-c-notification__tooltip-btn {
  background-color: transparent;
  border: 0;
  position: absolute;
  margin: 0 0 0 0.2rem;
  padding: 0;
  cursor: pointer;
}
.ue-c-notification__tooltip-panel {
  display: none;
  position: absolute;
  text-align: left;
  padding: 0 0.8rem 0.8rem;
  top: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background-color: #eeeeee;
  font-family: opensans;
  font-size: 13px;
  color: #000;
}
.ue-c-notification__tooltip-panel--show {
  display: block;
}
.ue-c-notification__tooltip-panel p {
  margin: 0.8rem 0 1rem;
  font-family: opensans;
  font-size: 13px;
  color: #000;
}
.ue-c-notification__tooltip-panel p:last-of-type {
  margin-bottom: 0;
}
.ue-c-notification__tooltip-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: opensans;
  font-size: 13px;
  color: #000;
}
.ue-c-notification__tooltip-panel li::before {
  content: "\2212";
  display: inline-block;
  line-height: 0;
  font-size: 9px;
}
.ue-c-notification__tooltip-closearrow {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.ue-c-notification--horizontal-from-mobile {
  background-color: #eeeeee;
  height: 100%;
}
@media (min-width: 20em) {
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__inner {
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0.7rem 0.7rem 0.7rem 2.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__header {
    justify-content: space-between;
    align-items: center;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__logo {
    min-width: 62px;
    margin-right: 1rem;
    background-color: white;
    border-radius: 10px;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__headline-title {
    font-size: 20px;
    font-family: Judson;
    font-weight: bold;
    margin-bottom: 0;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__headline-txt {
    font-size: 15px;
    font-family: Judson;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__btn {
    background-color: red;
    color: blue;
    border-radius: 0;
    background-color: transparent;
    font-family: opensans;
    font-size: 15px;
    font-style: italic;
    box-shadow: none;
  }
}

.ue-c-notification--vertical-from-tablet {
  background-color: white;
}
@media (min-width: 46.25em) {
  .ue-c-notification--vertical-from-tablet {
    text-align: center;
    width: 240px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin-top: 20vh;
    position: relative;
  }
  .ue-c-notification--vertical-from-tablet.ue-c-notification--state-secondary .ue-c-notification__inner::after {
    content: none;
  }
  .ue-c-notification--vertical-from-tablet.ue-c-notification--state-secondary .ue-c-notification__title {
    font-family: Judson;
    font-size: 20px;
    font-weight: bold;
    color: #597897;
  }
  .ue-c-notification--vertical-from-tablet.ue-c-notification--state-secondary .ue-c-notification__txt {
    font-family: opensans;
    font-size: 16px;
    font-weight: normal;
    color: #000;
  }
  .ue-c-notification--vertical-from-tablet.ue-c-notification--show-arrow::before {
    content: "";
    position: fixed;
    top: 40px;
    width: 40%;
    height: 100%;
    right: 280px;
    background-image: url('../img/notification/flecha-grande.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__inner {
    padding: 1rem;
    flex-wrap: wrap;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    border-top: none;
    justify-content: center;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__inner > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__inner::after {
    content: "";
    width: 100%;
    height: 20vh;
    background-color: #eeeeee;
    position: absolute;
    top: -20vh;
    left: 0;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__inner::before {
    content: "";
    position: absolute;
    top: -20vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    z-index: -1;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__header {
    position: relative;
    margin-top: -55px;
    z-index: 1;
    flex-direction: column;
    align-items: center;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__header > *:first-child {
    margin-bottom: 1rem;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__headline-title {
    font-size: 22px;
    font-family: Judson;
    font-weight: bold;
    margin-bottom: 0;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__headline-txt {
    font-size: 16px;
    font-family: Judson;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__footer {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__footer > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__btn {
    order: initial;
    width: 100%;
    color: white;
    border-radius: 0;
    background-color: #000000;
    font-family: opensans;
    font-size: 15px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__btn:hover {
    background-color: black;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__btn-secondary {
    background-color: #eeeeee;
    border: 1px solid black;
    color: black;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__btn-secondary:hover {
    background-color: black;
    color: white;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__logo {
    margin-right: 0;
  }
}

main:not(.belleza) .include-items-selector {
  margin-top: 0px;
}

main:not(.belleza) .include-items-selector + .fix-c.content-items .row-layout {
  margin-bottom: 0px;
}

.ue-c-nl-banner {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 46.25em) {
  .ue-c-nl-banner {
    width: 100%;
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 46.24em) {
  .ue-c-nl-banner {
    flex-direction: column;
    margin: 32px 16px;
  }
}
.ue-c-nl-banner__logo {
  position: relative;
  padding-right: 16px;
}
@media (max-width: 46.24em) {
  .ue-c-nl-banner__logo {
    padding-right: 0;
    padding-bottom: 4px;
  }
}
.ue-c-nl-banner__logo:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 85%;
  background: #6e6363;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 46.24em) {
  .ue-c-nl-banner__logo:after {
    width: 100%;
    height: 2px;
    top: 100%;
    transform: initial;
  }
}
.ue-c-nl-banner__logo img {
  width: 162px;
  height: 53px;
}
@media (max-width: 46.24em) {
  .ue-c-nl-banner__logo img {
    width: 146px;
    height: 44px;
  }
}
.ue-c-nl-banner p {
  font-size: 18px;
  text-align: left;
  color: #6e6363;
  line-height: 18px;
  width: 368px;
  margin: 0 40px 0 15px;
  letter-spacing: 0.57px;
  align-self: flex-end;
  position: relative;
  top: -5px;
}
@media (max-width: 46.24em) {
  .ue-c-nl-banner p {
    width: 100%;
    text-align: center;
    margin: 20px auto 10px;
    font-size: 16px;
    max-width: 250px;
  }
}
.ue-c-nl-banner__button {
  color: white !important;
  text-transform: uppercase;
  font-style: italic;
  background: black;
  padding: 8px 8px;
  width: 180px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.64px;
  transition: 0.2s;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 46.24em) {
  .ue-c-nl-banner__button {
    width: 100%;
    padding: 8px 50px;
  }
}
.ue-c-nl-banner__button:hover {
  color: #000000;
  background: #a40057;
}
.ue-c-nl-banner__button:visited {
  color: white;
}

.row-selector {
  position: relative;
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  .row-selector .container {
    flex: 1 0 0;
  }
}
@media (max-width: 46.24em) {
  .row-selector {
    padding: 20px 0;
  }
}
.row-selector:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  height: 350px;
  background-color: black;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-50%);
}
@media (max-width: 46.24em) {
  .row-selector:before {
    content: none;
  }
}
.row-selector .include-items {
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  float: none;
}
@media (min-width: 61.25em) {
  .row-selector .include-items {
    display: flex;
    flex-flow: row wrap;
  }
}
.row-selector .space-line-480 {
  border-bottom: 3px solid white;
  position: relative;
}
@media (max-width: 46.24em) {
  .row-selector .space-line-480 {
    border-bottom: 3px solid #000000;
    width: 180px;
    margin: 0 auto 10px;
  }
}
.row-selector .titulo-modulo {
  color: white;
  margin: 0 0 10px;
  font-size: 50px;
}
@media (min-width: 61.25em) {
  .row-selector .titulo-modulo {
    flex: 0 100%;
  }
}
@media (max-width: 46.24em) {
  .row-selector .titulo-modulo {
    color: #000000;
    font-size: 26px;
    margin: 0 0 16px;
  }
}
.row-selector .subtitulo-modulo {
  color: white;
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-weight: normal;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (min-width: 61.25em) {
  .row-selector .subtitulo-modulo {
    flex: 1 0 0;
    text-align: right;
    margin-bottom: 40px;
    margin-top: 5px;
  }
}
@media (max-width: 46.24em) {
  .row-selector .subtitulo-modulo {
    color: #000000;
    font-size: 22px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 46.24em) {
  .row-selector .content-items.flex-b {
    border-bottom: 1px solid #cccccc;
  }
}
.row-selector .content-items.flex-b .content-item {
  background-color: white;
}
@media (max-width: 46.24em) {
  .row-selector .content-items.flex-b .content-item {
    padding-bottom: 0px;
    margin-bottom: 22px;
  }
}
@media (max-width: 19.99em) {
  .row-selector .content-items.flex-b .content-item .mod-header {
    margin: -36px auto 0;
  }
}
.row-selector .content-items.flex-b .content-item .mod-header span {
  display: block;
  padding: 16px 0 0;
  height: auto !important;
}
.row-selector .content-items.flex-b .content-item .mod-header span a {
  font-family: 'opensans';
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #a40057;
  text-transform: uppercase;
}
.row-selector .content-items.flex-b .content-item .mod-header span:hover a {
  color: #610235;
}
.row-selector .content-items.flex-b .content-item .mod-title {
  padding-top: 20px !important;
}
@media (max-width: 46.24em) {
  .row-selector .content-items.flex-b .content-item .mod-footer {
    padding: 0 0 16px;
  }
}
.row-selector .content-items.flex-b .content-item .mod-footer > ul {
  display: none;
}
.row-selector .content-items.flex-b .content-item .mod-item {
  position: relative;
}
@media (max-width: 46.24em) {
  .row-selector .content-items.flex-b .content-item:first-child .mod-title {
    margin-bottom: 0 !important;
    padding-bottom: 16px !important;
    padding-top: 20px !important;
  }
  .row-selector .content-items.flex-b .content-item:first-child .mod-header p {
    margin-bottom: 0;
  }
  .row-selector .content-items.flex-b .content-item:first-child .mod-header span, .row-selector .content-items.flex-b .content-item:first-child .mod-title {
    background: #000;
  }
  .row-selector .content-items.flex-b .content-item:first-child .mod-header span a, .row-selector .content-items.flex-b .content-item:first-child .mod-title a {
    color: #fff;
  }
  .row-selector .content-items.flex-b .content-item:first-child .mod-footer {
    width: calc(100% - 32px);
    margin: 0 16px;
    background: #000;
  }
  .row-selector .content-items.flex-b .content-item:not(:first-child) .mod-header span {
    padding-top: 0px;
  }
  .row-selector .content-items.flex-b .content-item:not(:first-child) .mod-title {
    padding-top: 0px !important;
  }
}
.row-selector .go-to-section {
  font-family: 'opensans';
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 46.24em) {
  .row-selector .go-to-section {
    display: none;
  }
}
.row-selector .go-to-section:hover {
  color: #a40057;
}
.row-selector .go-to-section:hover svg path {
  fill: #a40057;
}
.row-selector .go-to-section svg {
  margin-left: 8px;
  margin-top: -1px;
  transition: 0.2s;
}

.include-items-selector {
  margin-top: -16px;
}
.include-items-selector .include-items {
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  float: none;
}
.include-items-selector .subtitulo-modulo {
  color: #000000;
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-weight: normal;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (max-width: 46.24em) {
  .include-items-selector .subtitulo-modulo {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
}

.hidden-content {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.ue-c-selector {
  margin: 0px auto 30px;
  width: 230px;
  display: block;
}
@media (min-width: 61.25em) {
  .row-selector .ue-c-selector {
    margin: 0 10px 0;
  }
}
@media (max-width: 46.24em) {
  .ue-c-selector {
    margin: 0px auto 32px;
    padding: 0 32px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .ue-c-selector {
    padding: 0 16px;
  }
}
.ue-c-selector:not(.is-ready) {
  opacity: 0;
}
.ue-c-selector__trigger {
  display: block;
  position: relative;
}
.ue-c-selector__button {
  border-radius: 0;
  font-family: 'opensans';
  height: 44px;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  line-height: normal;
  background-color: white;
  text-align: left;
  color: #000000;
  border: solid 1px #000000;
  box-sizing: border-box;
}
@media (max-width: 46.24em) {
  .ue-c-selector__button .is-trigger-text {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}
.ue-c-selector__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.2s ease;
  transform: translateY(-50%) rotate(0);
  cursor: pointer;
}
.ue-c-selector__arrow {
  stroke: black;
}
.ue-c-selector__list {
  padding: 8px 0;
  margin: 0;
  position: absolute;
  width: 232px;
  margin-left: -1px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  background-color: white;
  display: none;
  z-index: 200000;
}
@media (max-width: 46.24em) {
  .ue-c-selector__list {
    width: calc(100% - 30px);
    left: 50%;
    margin: 20px 0px 0;
    transform: translateX(-50%);
  }
}
.ue-c-selector__item {
  letter-spacing: 0.5px;
  font-family: 'opensans';
  font-size: 16px;
  padding: 9px 16px 7px;
  margin: 0;
  cursor: pointer;
  display: flex;
  color: #000000;
}
.ue-c-selector__item a, .ue-c-selector__item a:visited {
  color: black;
  text-decoration: none;
}
.ue-c-selector__item.is-active a {
  font-weight: bold;
}
.ue-c-selector__item.is-focus, .ue-c-selector__item:hover {
  background-color: #f1f1f1;
}
@media (max-width: 46.24em) {
  .ue-c-selector__mask {
    display: none;
    width: 0;
    height: 0;
    background-color: white;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
  }
}
.ue-c-selector.is-open .ue-c-selector__icon {
  transform: translateY(-50%) rotate(180deg);
}
.ue-c-selector.is-open .ue-c-selector__list {
  display: block;
}
@media (max-width: 46.24em) {
  .ue-c-selector.is-open .ue-c-selector__mask {
    display: block;
    width: 100vw;
    height: 100%;
  }
}
.ue-c-selector__group {
  display: flex;
  justify-content: center;
}
@media (max-width: 46.24em) {
  .ue-c-selector__group {
    padding: 0 16px;
  }
}
.ue-c-selector__group .ue-c-selector {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 46.24em) {
  .ue-c-selector__group .ue-c-selector {
    padding: 0;
  }
}
.ue-c-selector__group .ue-c-selector:not(:last-child) {
  margin-right: 16px;
}

.ue-c-pagination {
  width: 100%;
  height: 36px;
  display: flex;
  margin: 20px auto;
  padding: 0 10px;
  position: relative;
  justify-content: center;
}
@media (min-width: 46.25em) {
  .ue-c-pagination {
    max-width: 652px;
    padding: 0;
  }
}
.ue-c-pagination--first-page {
  justify-content: flex-end;
}
.ue-c-pagination--last-page {
  justify-content: flex-start;
}
.ue-c-pagination__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  border: 1px solid #a40057;
  background: #ffffff;
  box-sizing: border-box;
  flex: 0 0 27%;
}
.ue-c-pagination__item--prev {
  order: 0;
}
.ue-c-pagination__item--prev + .ue-c-pagination__item--next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.ue-c-pagination__item--current {
  margin: 0;
  flex: 0 0 40%;
  order: 1;
}
.ue-c-pagination__item--current + .ue-c-pagination__item--prev {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.ue-c-pagination__item--next {
  order: 2;
  border-radius: 5px;
}
.ue-c-pagination__link {
  color: #a40057;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ue-c-pagination__link > span {
  margin: 0 10px;
}
@media (max-width: 23.4275em) {
  .ue-c-pagination__link > span {
    margin: 0 5px;
  }
}
.ue-c-pagination__link svg {
  position: relative;
  top: 1px;
}
.ue-c-pagination__link svg path {
  stroke: #a40057;
}
.ue-c-pagination__link:hover {
  color: #a40057;
}
.ue-c-pagination__link:hover svg path {
  stroke: #a40057;
}

.tab-title-text > strong,
.tab-title-text > span {
  position: relative;
  padding-left: 8px;
  margin-left: 1px;
}
.tab-title-text > strong:before,
.tab-title-text > span:before {
  content: '';
  position: absolute;
  margin: 0;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.tab-title-text > span {
  font-family: "robotoRegular",Arial,helvetica;
}

.site-header {
  position: relative;
  z-index: 10001;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.site-header.inside .breadcrumbs,
.site-header.inside .nav-first-level {
  background-color: #fff;
}
.site-header .nav-first-level,
.site-header .breadcrumbs {
  border-bottom: 1px solid #ddd;
}
.site-header.portada .nav-first-level {
  border-bottom: 0;
}
.site-header.portada .nav-first-level .container-header {
  border-bottom: 0;
}
.site-header.espana-esta-de-moda .breadcrumbs, .site-header.espana-esta-de-moda .container-breadcrumb {
  background-color: #C20D19;
}
.site-header.espana-esta-de-moda .breadcrumbs .tab-breadcrumb.tab-breadcrumb-list li:first-child:before, .site-header.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb.tab-breadcrumb-list li:first-child:before {
  color: white;
}
.site-header.espana-esta-de-moda .breadcrumbs .tab-breadcrumb li:after, .site-header.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb li:after {
  color: white;
}
.site-header.espana-esta-de-moda .breadcrumbs .tab-breadcrumb li a, .site-header.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb li a {
  color: white;
}
.site-header.espana-esta-de-moda .breadcrumbs .tab-breadcrumb li a:hover, .site-header.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb li a:hover {
  color: #e0e0e0;
}
.site-header .breadcrumbs {
  background-color: #fff;
  width: 100%;
  z-index: 11;
}
.site-header .breadcrumbs .tab-title {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.site-header.fixed-up .breadcrumbs,
.site-header.fixed-up .percentage-bar, .site-header.fixed-down .breadcrumbs,
.site-header.fixed-down .percentage-bar {
  position: relative;
  clip: auto;
}
.site-header.fixed-up .breadcrumbs .tab-title,
.site-header.fixed-up .percentage-bar .tab-title, .site-header.fixed-down .breadcrumbs .tab-title,
.site-header.fixed-down .percentage-bar .tab-title {
  width: 100%;
  background-color: #000;
  height: 36px;
  clip: auto;
}
.espana-esta-de-moda .site-header.fixed-up .breadcrumbs .tab-title, .espana-esta-de-moda
.site-header.fixed-up .percentage-bar .tab-title, .espana-esta-de-moda .site-header.fixed-down .breadcrumbs .tab-title, .espana-esta-de-moda
.site-header.fixed-down .percentage-bar .tab-title {
  background-color: #C20D19;
}
.site-header.fixed-up .breadcrumbs .container-header,
.site-header.fixed-up .percentage-bar .container-header, .site-header.fixed-down .breadcrumbs .container-header,
.site-header.fixed-down .percentage-bar .container-header {
  background-color: transparent;
}
.site-header.fixed-up .breadcrumbs .tab-title-text,
.site-header.fixed-up .percentage-bar .tab-title-text, .site-header.fixed-down .breadcrumbs .tab-title-text,
.site-header.fixed-down .percentage-bar .tab-title-text {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}
.espana-esta-de-moda .site-header.fixed-up .breadcrumbs .tab-title-text, .espana-esta-de-moda
.site-header.fixed-up .percentage-bar .tab-title-text, .espana-esta-de-moda .site-header.fixed-down .breadcrumbs .tab-title-text, .espana-esta-de-moda
.site-header.fixed-down .percentage-bar .tab-title-text {
  color: white;
}

.site-header-cover .breadcrumbs,
.site-header-cover .percentage-bar {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.site-header-cover.fixed-down .breadcrumbs,
.site-header-cover.fixed-down .percentage-bar {
  position: relative;
  clip: auto;
}
.site-header-cover.fixed-down .breadcrumbs .tab-title,
.site-header-cover.fixed-down .percentage-bar .tab-title {
  background-color: #000;
  height: 36px;
  clip: auto;
}
.site-header-cover.fixed-down .breadcrumbs .container-header,
.site-header-cover.fixed-down .percentage-bar .container-header {
  background-color: transparent;
}
.site-header-cover.fixed-down .breadcrumbs .tab-title-text,
.site-header-cover.fixed-down .percentage-bar .tab-title-text {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}

.disabled-vscroll .portada .container-header nav {
  position: initial;
}

.portada .fixed-down .percentage-bar {
  width: 0px;
  position: absolute;
  bottom: -35px;
  background: #fff;
  height: 3px;
  z-index: 9999999;
}
.portada .container-header .site-logo {
  display: block;
  float: none;
  margin: 0;
  z-index: 2;
}
.portada .container-header .site-logo.inside {
  margin: 0 auto;
  width: 50%;
}
.portada .container-header .site-logo .logo {
  padding: 0;
}
.portada .container-header .site-logo a {
  background: url('../img/logo-telva.svg'), none;
  background-size: 100%;
  display: block;
  height: 129px;
  margin: 0 auto;
  width: 480px;
  position: relative;
  z-index: 1;
}
.portada .container-header nav {
  overflow: hidden;
  margin: 50px 0 0;
  position: relative;
  z-index: 2;
}
.portada .container-header .follow-us {
  display: block;
  float: none;
  margin-bottom: -14px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}
.portada .container-header .follow-us .social-networks {
  display: block;
  float: left;
  margin: 24px 0 0 36px;
}
.portada .container-header .follow-us li {
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  font-size: 32px;
  margin-right: 2px;
  text-align: center;
  width: 40px;
}
.portada .container-header .follow-us li a {
  width: 38px;
  height: 38px;
  line-height: 43px;
}
.portada .container-header .follow-us i {
  font-size: 28px;
  line-height: 36px;
  transition: all .5s;
}
.portada .second-menu {
  margin: 0 0 0 65px;
}
.portada .second-menu li {
  font-size: 22px;
  margin-right: 13px;
}
.portada .second-menu a:hover {
  color: #a40057;
}
.portada .menu {
  float: none;
}
.portada .breadcrumbs .tab-title {
  background-color: #000;
  height: 36px;
}
.portada .breadcrumbs .tab-title .container-header {
  background-color: transparent;
}
.portada .breadcrumbs .tab-title .tab-title-text {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}

.inside.fixed-down,
.inside.fixed-up {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}
.inside.fixed-down.espana-esta-de-moda .breadcrumbs, .inside.fixed-down.espana-esta-de-moda .container-breadcrumb,
.inside.fixed-up.espana-esta-de-moda .breadcrumbs,
.inside.fixed-up.espana-esta-de-moda .container-breadcrumb {
  background: white;
}
.inside.fixed-down.espana-esta-de-moda .breadcrumbs .tab-breadcrumb.tab-breadcrumb-list li:first-child:before, .inside.fixed-down.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb.tab-breadcrumb-list li:first-child:before,
.inside.fixed-up.espana-esta-de-moda .breadcrumbs .tab-breadcrumb.tab-breadcrumb-list li:first-child:before,
.inside.fixed-up.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb.tab-breadcrumb-list li:first-child:before {
  color: #000;
}
.inside.fixed-down.espana-esta-de-moda .breadcrumbs .tab-breadcrumb li:after, .inside.fixed-down.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb li:after,
.inside.fixed-up.espana-esta-de-moda .breadcrumbs .tab-breadcrumb li:after,
.inside.fixed-up.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb li:after {
  color: #000;
}
.inside.fixed-down.espana-esta-de-moda .breadcrumbs .tab-breadcrumb li a, .inside.fixed-down.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb li a,
.inside.fixed-up.espana-esta-de-moda .breadcrumbs .tab-breadcrumb li a,
.inside.fixed-up.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb li a {
  color: #000;
}
.inside.fixed-down.espana-esta-de-moda .breadcrumbs .tab-breadcrumb li a:hover, .inside.fixed-down.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb li a:hover,
.inside.fixed-up.espana-esta-de-moda .breadcrumbs .tab-breadcrumb li a:hover,
.inside.fixed-up.espana-esta-de-moda .container-breadcrumb .tab-breadcrumb li a:hover {
  color: #a40057;
}

.site-header-cover.fixed-down .nav-corporative,
.inside.fixed-down .nav-corporative {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.site-header-cover.fixed-down .nav-first-level,
.inside.fixed-down .nav-first-level {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.site-header-cover.fixed-down .container-breadcrumb .site-logo,
.inside.fixed-down .container-breadcrumb .site-logo {
  position: relative;
  clip: auto;
  margin-right: 10px;
}
.site-header-cover.fixed-down .video-bucle,
.inside.fixed-down .video-bucle {
  display: none;
}
.site-header-cover.fixed-up .nav-first-level,
.inside.fixed-up .nav-first-level {
  height: 40px;
  box-sizing: border-box;
  padding-top: 4px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.site-header-cover.fixed-up .follow-us,
.inside.fixed-up .follow-us {
  display: none;
}
.site-header-cover.fixed-up .second-menu,
.inside.fixed-up .second-menu {
  float: left;
  margin-left: 6px;
}
.site-header-cover.fixed-up .second-menu .tab,
.inside.fixed-up .second-menu .tab {
  font-size: 14px;
  float: left;
  line-height: 36px;
}
.site-header-cover.fixed-up .site-logo.inside,
.inside.fixed-up .site-logo.inside {
  clip: auto;
  float: left;
  margin-right: 10px;
  position: relative;
  width: auto;
}
.site-header-cover.fixed-up .site-logo .logo,
.inside.fixed-up .site-logo .logo {
  display: block;
  padding: 6px 0;
}
.site-header-cover.fixed-up .site-logo a,
.inside.fixed-up .site-logo a {
  background: url('../img/logo_telva_reducido.png') no-repeat;
  background-image: url('../img/logo-telva.svg');
  background-size: 69px;
  display: block;
  height: 18px;
  width: 66px;
}
.site-header-cover.fixed-up .container-header nav,
.inside.fixed-up .container-header nav {
  margin: 0;
}
.site-header-cover.fixed-up .container-header .menu,
.inside.fixed-up .container-header .menu {
  float: right;
  height: 32px;
}
.site-header-cover.fixed-up .video-bucle,
.inside.fixed-up .video-bucle {
  display: none;
}

.igualdad .site-logo .logo a {
  background-image: url('../img/logo-telva-igualdad.png') !important;
  background-image: url('../img/logo-telva-igualdad.svg') !important;
}

.site-header-cover.fixed-down,
.site-header-cover.fixed-up {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}

.container-header,
.container-breadcrumb {
  margin: 0 auto;
  width: 990px;
  overflow: hidden;
  position: relative;
}
.container-header .site-logo,
.container-breadcrumb .site-logo {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.container-header .site-logo.inside,
.container-breadcrumb .site-logo.inside {
  position: relative;
  clip: auto;
  margin-right: 10px;
}

.container-breadcrumb {
  background-color: #fff;
  position: relative;
  height: auto;
}
.container-breadcrumb .content-breadcrumb {
  height: 36px;
  overflow: hidden;
}
.container-breadcrumb .content-breadcrumb.push-right {
  padding-right: 50px;
}
.container-breadcrumb .content-breadcrumb .suscription-breadcrumb li {
  float: right;
  text-align: right;
  margin-top: 8px;
  border-left: 1px solid;
  padding-left: 16px;
}

.nav-corporative {
  background-color: #000;
}
.nav-corporative .container-header {
  background-color: #000;
}
.nav-corporative .links-corporative {
  float: left;
}
.nav-corporative .links-corporative li {
  float: left;
}
.nav-corporative .links-corporative li a,
.nav-corporative .links-corporative li a:visited {
  color: #fff;
  font-size: 12px;
  line-height: 36px;
}
.nav-corporative .links-corporative li a:hover {
  color: #a40057;
}
.nav-corporative .tools-corporative {
  float: right;
}
.nav-corporative .tools-corporative li {
  border-left: 1px solid #333;
  float: right;
  margin-right: 0;
  padding: 0 10px;
}
.nav-corporative .tools-corporative li .button {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 12px;
  line-height: 36px;
}
.nav-corporative .tools-corporative .search-item .header-search {
  float: left;
}
.nav-corporative .tools-corporative .search-item input {
  margin: 7px 7px 0 0;
  border: 0;
  padding: 4px;
}
.nav-corporative .tools-corporative i {
  float: right;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}
.nav-corporative .tools-corporative a {
  color: #fff;
  font-size: 12px;
  line-height: 36px;
}
.nav-corporative .tools-corporative .button.icon-search {
  display: none;
}

.site-logo {
  float: left;
}
.site-logo .logo {
  display: block;
  padding: 9px 0;
}
.site-logo .logo a {
  background: url('../img/logo_telva_reducido.png') no-repeat;
  background-image: url('../img/logo-telva.svg'), none;
  background-size: 69px;
  display: block;
  height: 18px;
  width: 66px;
}

.nav-tabs {
  float: left;
}
.nav-tabs .tab {
  font-size: 14px;
  float: left;
  line-height: 36px;
}
.nav-tabs .tab a:hover {
  color: #a40057;
}

.dropdown-submenu {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
  height: 30px;
  cursor: pointer;
  width: 50px;
}
.dropdown-submenu i {
  font-size: 22px;
  font-weight: bold;
  vertical-align: sub;
}

.tab-breadcrumb {
  float: left;
  margin-right: 8px;
}
.tab-breadcrumb li {
  float: left;
  margin-right: 4px;
}
.tab-breadcrumb li::after {
  content: "\e907";
  font-family: "Icomoon";
  vertical-align: sub;
  margin-left: 10px;
}
.tab-breadcrumb li a {
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
}
.tab-breadcrumb li a:hover {
  color: #a40057;
}
.tab-breadcrumb li:last-child::after {
  content: "";
}
.tab-breadcrumb.tab-breadcrumb-list {
  top: 0;
  overflow: hidden;
  display: inline;
}
.tab-breadcrumb.tab-breadcrumb-list li a {
  color: #656565;
}
.tab-breadcrumb.tab-breadcrumb-list li::after {
  content: "";
}
.tab-breadcrumb.tab-breadcrumb-list li:first-child::before {
  content: "|";
  font-size: 9px;
  margin-right: 16px;
  vertical-align: middle;
}
.tab-breadcrumb.tab-breadcrumb-list a:hover {
  color: #a40057;
}

.tab-news {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  background-color: #000;
}
.tab-news .container-header {
  background-color: #000;
  line-height: 36px;
  color: #fff;
}

.fixed-title-news .tab-news {
  clip: auto;
  position: relative;
  width: 100%;
  z-index: 99999;
}

.menu {
  float: right;
}
.menu a {
  display: block;
}
.menu a i {
  font-size: 30px;
}
.menu a i.icon-menu {
  display: block;
  font-weight: bold;
  line-height: 30px;
  padding-top: 5px;
}
.menu a span {
  display: none;
}

/*.js-loginClick {
    display: none;
}*/
.site-header-nc .hidden-content {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
.site-header-nc.inside {
  position: relative;
  margin: 0 0 20px 0;
  background: #fff;
}
.site-header-nc.inside .icon-facebook::before {
  content: "\e90d";
  color: #fff;
}
.site-header-nc.inside .icon-twitter::before {
  content: "\e90e";
}
.site-header-nc.inside .show-more-breadcrumb-close, .site-header-nc.inside .show-more-breadcrumb-open {
  font-size: 16px;
  line-height: 44px;
  height: 43px;
  padding: 0 12px;
  color: #fff;
  display: table;
}
.site-header-nc.inside .show-more-breadcrumb-close.no-visible, .site-header-nc.inside .show-more-breadcrumb-open.no-visible {
  display: none;
}
.site-header-nc.inside .show-more-breadcrumb-close i, .site-header-nc.inside .show-more-breadcrumb-open i {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
}
.site-header-nc.inside .show-more-breadcrumb-close i.icon-mas, .site-header-nc.inside .show-more-breadcrumb-open i.icon-mas {
  font-size: 16px;
}
.site-header-nc.inside.fixed-down .breadcrumbs {
  background: #fff;
}
.site-header-nc.inside.fixed-down .breadcrumbs .tab-breadcrumb li a {
  color: #000;
}
.site-header-nc.inside.fixed-down .breadcrumbs .tab-breadcrumb-list {
  display: none;
}
.site-header-nc.inside.fixed-down .tab-news {
  display: block;
  float: left;
  position: relative;
}
.site-header-nc.inside.fixed-down .percentage-bar-container {
  opacity: 1;
  bottom: -1px;
}
.site-header-nc.inside.fixed-up .breadcrumbs {
  background: #fff;
}
.site-header-nc.inside.fixed-up .breadcrumbs .tab-breadcrumb li a {
  color: #000;
}
.site-header-nc.inside.fixed-up .breadcrumbs .show-more-breadcrumb-close, .site-header-nc.inside.fixed-up .breadcrumbs .show-more-breadcrumb-open {
  font-size: 16px;
  line-height: 44px;
  height: 43px;
  padding: 0 12px;
  color: #656565;
  display: table;
}
.site-header-nc.inside.fixed-up .breadcrumbs .show-more-breadcrumb-close.no-visible, .site-header-nc.inside.fixed-up .breadcrumbs .show-more-breadcrumb-open.no-visible {
  display: none;
}
.site-header-nc.inside.fixed-up .breadcrumbs .show-more-breadcrumb-close i, .site-header-nc.inside.fixed-up .breadcrumbs .show-more-breadcrumb-open i {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
}
.site-header-nc.inside.fixed-up .breadcrumbs .show-more-breadcrumb-close i.icon-mas, .site-header-nc.inside.fixed-up .breadcrumbs .show-more-breadcrumb-open i.icon-mas {
  font-size: 16px;
}
.site-header-nc.inside.fixed-up .breadcrumbs .show-more-breadcrumb-close {
  color: #fff;
  background: #000;
}
.site-header-nc.inside.fixed-up .breadcrumbs .tab-breadcrumb-list {
  display: block;
  padding: 0;
}
.site-header-nc.inside.fixed-up .breadcrumbs .tab-breadcrumb-list li a {
  color: #656565;
}
.site-header-nc.inside.fixed-up .breadcrumbs .tab-breadcrumb-list li:first-child:before {
  background-color: #ddd;
}
.site-header-nc.inside.fixed-up .tab-news {
  display: none;
}
.site-header-nc.inside.fixed-up .percentage-bar-container {
  opacity: 0;
}
.site-header-nc.inside.fixed-up, .site-header-nc.inside.fixed-down {
  z-index: 9999999;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #C9C9C9;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
.site-header-nc.inside.fixed-up .nav-container, .site-header-nc.inside.fixed-down .nav-container {
  display: none;
}
.site-header-nc.inside.fixed-up .tab-breadcrumb, .site-header-nc.inside.fixed-down .tab-breadcrumb {
  padding-left: 97px;
}
.site-header-nc.inside.fixed-up .breadcrumbs .first-level a, .site-header-nc.inside.fixed-down .breadcrumbs .first-level a {
  background: none;
  color: #000;
  font-size: 22px;
  line-height: 42px;
  padding: 0 16px;
  font-weight: lighter;
}
.site-header-nc.inside.fixed-up .breadcrumbs .tab-breadcrumb li:last-child:before, .site-header-nc.inside.fixed-down .breadcrumbs .tab-breadcrumb li:last-child:before {
  content: "";
  display: block;
  float: left;
  width: 2px;
  height: 22px;
  margin-top: 10px;
  margin-right: 0;
  background-color: #ddd;
}
.site-header-nc.inside.fixed-up .breadcrumbs .tab-breadcrumb li a, .site-header-nc.inside.fixed-down .breadcrumbs .tab-breadcrumb li a {
  padding: 0 16px;
}
.site-header-nc.inside.fixed-up .breadcrumbs .tab-breadcrumb.tab-breadcrumb-list li:last-child:before, .site-header-nc.inside.fixed-down .breadcrumbs .tab-breadcrumb.tab-breadcrumb-list li:last-child:before {
  content: none;
  display: none;
}
.site-header-nc.inside.fixed-up .site-logo .logo, .site-header-nc.inside.fixed-down .site-logo .logo {
  padding: 0;
}
.site-header-nc.inside.fixed-up .site-logo .logo a, .site-header-nc.inside.fixed-down .site-logo .logo a {
  background: url(https://e00-telva.uecdn.es/assets/v1/img/logo_telva_reducido.png) no-repeat;
  background-image: url(https://e00-telva.uecdn.es/assets/v1/img/logo-telva.svg);
  background-size: auto 26px;
  height: 26px;
  width: 87px;
}
.site-header-nc.inside.fixed-up .tools-header, .site-header-nc.inside.fixed-down .tools-header {
  position: absolute;
  right: 0;
  top: 8px;
}
.site-header-nc.inside.fixed-up .tools-header li, .site-header-nc.inside.fixed-down .tools-header li {
  float: left;
}
.site-header-nc.inside.fixed-up .tools-header .tools-corporative-login a, .site-header-nc.inside.fixed-down .tools-header .tools-corporative-login a {
  color: #000;
  background: none;
}
.site-header-nc.inside.fixed-up .tools-header a, .site-header-nc.inside.fixed-down .tools-header a {
  background: #000;
  color: #fff;
  padding: 5px 8px;
  display: block;
  height: auto;
  width: auto;
}
.site-header-nc.inside .percentage-bar-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #F0EDEC;
  opacity: 0;
}
.site-header-nc.inside .percentage-bar-container .percentage-bar {
  width: 0;
  height: 3px;
  z-index: 29;
  background-color: #000;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.site-header-nc.inside .container-header {
  position: relative;
  overflow: visible;
  max-width: none;
}
@media (max-width: 8000px) and (min-width: 990px) {
  .site-header-nc.inside .container-header {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .site-header-nc.inside .container-header {
    width: 990px;
  }
}
.site-header-nc.inside .container-header .dropdown-content {
  background-color: #000;
  padding: 10px;
  transition: height 200ms ease-out 0s;
}
.site-header-nc.inside .container-header .dropdown-content li {
  padding: 10px 0;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #444;
}
.site-header-nc.inside .container-header .dropdown-content li:last-child {
  border-bottom: 0;
}
.site-header-nc.inside .container-header .dropdown-content li a {
  color: #fff;
  display: block;
  width: 200px;
  font-size: 14px;
}
.site-header-nc.inside .container-header .dropdown-container {
  position: absolute;
  right: 8px;
  top: 44px;
  z-index: 6;
  transition: opacity 300ms ease-out 0s;
  box-sizing: border-box;
  background: #000;
  border: 1px solid #444;
}
.site-header-nc.inside .header-search {
  position: absolute;
  right: 235px;
  top: 0;
  height: 44px;
}
.site-header-nc.inside .header-search input[type="search"] {
  width: 0;
  padding: 0;
}
.site-header-nc.inside .header-search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.site-header-nc.inside .header-search .close-btn {
  display: none;
}
.site-header-nc.inside .header-search .icon-search_16x16_a {
  font-size: 30px;
  margin-top: 11px;
  display: block;
}
.site-header-nc.inside .header-search .icon-search_16x16_a:before {
  content: "\e903";
}
.site-header-nc.inside .header-search .icon-close_16x16_a {
  font-size: 30px;
  margin-top: 11px;
  display: block;
}
.site-header-nc.inside .header-search .icon-close_16x16_a:before {
  content: "\e901";
}
.site-header-nc.inside .header-search i {
  display: block;
}
.site-header-nc.inside .header-search form {
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease-in-out 120ms;
}
.site-header-nc.inside .header-search a span {
  height: 32px;
  width: 32px;
  display: block;
  text-align: center;
}
.site-header-nc.inside .header-search a span strong {
  display: none;
}
.site-header-nc.inside .header-search.header-search-open {
  background: #fff;
  width: calc(100% - 100px);
  height: 44px;
  top: 0;
  right: 0;
  z-index: 9999999;
  padding: 0 210px 0 0;
  text-align: right;
  display: block;
  transition: background 60ms ease-in-out 30ms;
}
.site-header-nc.inside .header-search.header-search-open > * {
  display: inline-block;
  position: relative;
  float: none;
  vertical-align: middle;
  line-height: 100%;
  top: 6px;
  margin: 0;
}
.site-header-nc.inside .header-search.header-search-open form {
  opacity: 1;
  visibility: visible;
  transition: opacity 260ms ease-in-out 120ms;
}
.site-header-nc.inside .header-search.header-search-open input[type="search"] {
  width: 324px;
  padding: 6px 5px 7px 5px;
  background-color: #fff;
  margin: 0;
  border: 1px solid #ddd;
}
.site-header-nc.inside .header-search.header-search-open .close-btn {
  border-radius: 20px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 210px;
  top: 18px;
  transition: background-color 200ms ease-out 0s;
}
.site-header-nc.inside .header-search.header-search-open .close-btn i {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 16px;
  margin: 0 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.site-header-nc.inside .header-search.header-search-open .search-btn {
  right: 4px;
}
.site-header-nc.inside .header-search.header-search-open a span {
  position: relative;
  width: auto;
}
.site-header-nc.inside .header-search.header-search-open a span strong {
  background-color: #000;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 100%;
  padding: 10px;
  text-align: center;
  width: 76px;
}
.site-header-nc.inside .header-search.header-search-open a span i {
  display: none;
}
.site-header-nc.inside .nav-container {
  height: 44px;
  border: 0;
  background: #fff;
  position: relative;
}
.site-header-nc.inside .nav-tabs {
  z-index: 0;
  margin: 0;
  height: 44px;
  overflow: visible;
  padding-left: 90px;
}
@media screen and (max-width: 1280px) {
  .site-header-nc.inside .nav-tabs .tab-extra {
    display: none;
  }
}
.site-header-nc.inside .nav-tabs .nav-toggle {
  overflow: visible;
}
.site-header-nc.inside .nav-tabs .nav-toggle i {
  vertical-align: middle;
  padding: 1px 2px 0;
  font-size: 22px;
}
.site-header-nc.inside .nav-tabs .nav-toggle i.icon-close {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-top: 2px;
}
.site-header-nc.inside .nav-tabs .nav-toggle .btn-nav-toggle {
  padding: 0 0 0 10px;
  height: 44px;
  line-height: 46px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  width: 90px;
  text-align: left;
  transition: background-color 200ms ease-out 0s;
}
.site-header-nc.inside .nav-tabs .nav-toggle .btn-nav-toggle.active span {
  border: 2px solid #000;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  width: 88px;
  line-height: 40px;
  border-bottom: 2px solid #fff;
  position: relative;
  z-index: 9999999;
  background: #fff;
}
.site-header-nc.inside .nav-tabs .nav-toggle .btn-nav-toggle.active span:first-of-type {
  display: none;
}
.site-header-nc.inside .nav-tabs .nav-toggle .btn-nav-toggle span {
  display: none;
  border-radius: 0;
  line-height: inherit;
  margin: 0;
  color: #000;
  padding-left: 10px;
  background: none;
  font-family: "opensans", Arial, Helvetica, sans-serif;
}
.site-header-nc.inside .nav-tabs .nav-toggle .btn-nav-toggle span:first-of-type {
  display: block;
}
.site-header-nc.inside .nav-tabs li {
  line-height: 16px;
  margin-right: 0;
}
.site-header-nc.inside .nav-tabs li:hover > .tab-container {
  transition: 100ms;
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
  opacity: 1;
  visibility: visible;
}
.site-header-nc.inside .nav-tabs li a {
  display: block;
  padding: 15px 14px;
  font-size: 16px;
}
.site-header-nc.inside .nav-tabs li .tab-container {
  transition: 100ms;
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  visibility: hidden;
  top: 44px;
  position: absolute;
  max-width: 500px;
  min-width: 240px;
  background: #000;
  z-index: 10002;
}
.site-header-nc.inside .site-logo {
  position: relative;
  text-align: center;
  float: none;
}
.site-header-nc.inside .site-logo .logo {
  position: absolute;
  top: 8px;
  height: 26px;
  width: 87px;
  z-index: 15;
  padding: 0;
}
.site-header-nc.inside .site-logo .logo a {
  background: url("https://e00-telva.uecdn.es/assets/v1/img/logo_telva_reducido.png") no-repeat;
  background-image: url("https://e00-telva.uecdn.es/assets/v1/img/logo-telva.svg"), none;
  background-size: auto 26px;
  height: 26px;
  width: 87px;
}
.site-header-nc.inside .tools-header {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
}
.site-header-nc.inside .tools-header li {
  float: left;
}
.site-header-nc.inside .tools-header li.my-account {
  float: none;
}
.site-header-nc.inside .tools-header .tools-corporative-login a {
  color: #000;
  background: none;
}
.site-header-nc.inside .tools-header a {
  background: #000;
  color: #fff;
  padding: 5px 8px;
  display: block;
}
.site-header-nc.inside .tools-header a.user-name {
  padding: 0;
  background: transparent;
}
.site-header-nc.inside .tools-header a.user-name.active {
  display: none;
}
.site-header-nc.inside .breadcrumbs {
  width: 100%;
  background: #000;
  height: 44px;
}
.site-header-nc.inside .breadcrumbs .tab-news {
  background: none;
}
.site-header-nc.inside .breadcrumbs .tab-news:before {
  content: "";
  display: block;
  float: left;
  width: 2px;
  height: 22px;
  margin-top: 10px;
  background-color: #ddd;
}
.site-header-nc.inside .breadcrumbs .tab-news .tab-news-title {
  font-size: 18px;
  padding: 0 0 0 16px;
  display: block;
  color: #000;
  height: 44px;
  line-height: 44px;
  float: left;
  width: calc(100% - 125px);
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-header-nc.inside .breadcrumbs .tab-news .aside-tools {
  position: absolute;
  width: auto;
  right: 0;
  padding: 6px 0;
}
.site-header-nc.inside .breadcrumbs .tab-news .socialMedia i {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 16px;
  background-color: #000;
  display: block;
  text-align: center;
}
.site-header-nc.inside .breadcrumbs .tab-news .socialMedia i:before {
  color: #fff;
  font-size: 26px;
  line-height: 37px;
}
.site-header-nc.inside .breadcrumbs .tab-news .socialMedia li {
  float: left;
  margin-right: 12px;
}
.site-header-nc.inside .breadcrumbs .tab-news .socialMedia li:hover i {
  background-color: #fff;
  border: 1px solid #000;
  width: 31px;
  height: 31px;
}
.site-header-nc.inside .breadcrumbs .tab-news .socialMedia li:hover i:before {
  color: #000;
}
.site-header-nc.inside .breadcrumbs .first-level a {
  background: none;
  color: #000;
  font-size: 22px;
  line-height: 42px;
  padding: 0 16px 0 0;
  font-weight: lighter;
}
.site-header-nc.inside .breadcrumbs .container-header {
  position: relative;
}
.site-header-nc.inside .breadcrumbs .container-header > * {
  float: left;
}
.site-header-nc.inside .breadcrumbs .container-header .dropdown-more-breadcrumb {
  opacity: 1;
  height: 44px;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb {
  height: 42px;
  margin: 0;
  float: left;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb li {
  display: none;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb li:after {
  content: "";
  margin: 0;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb li a {
  color: #fff;
  line-height: 42px;
  font-size: 22px;
  font-weight: lighter;
  display: inline-block;
  padding-right: 16px;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb li:last-child {
  display: inline-block;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb li:last-child .icon-arrow-right {
  display: none;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb-list {
  margin-bottom: 0;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb-list li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 0;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb-list li a {
  font-size: 16px;
  line-height: 44px;
  height: 43px;
  padding: 0 12px;
  color: #fff;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb-list li:first-child {
  margin-left: 0;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb-list li:first-child a {
  margin-left: 6px;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb-list li:first-child:before {
  content: "";
  display: block;
  float: left;
  width: 2px;
  height: 22px;
  margin-top: 10px;
  background-color: #fff;
  margin-right: 0;
}
.site-header-nc.inside .breadcrumbs .tab-breadcrumb-list li:last-child:before {
  content: none;
}

.super-menu {
  background: #fff;
  color: #fff;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  height: calc(100% - 30px);
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 36px;
  width: 100%;
  z-index: 10001;
}
.super-menu .container-header {
  position: relative;
}
.super-menu .logo {
  position: absolute;
  display: block;
  padding: 21px 0;
}
.super-menu .logo a {
  background: url('../img/logo_telva_reducido.png') no-repeat;
  display: block;
  height: 18px;
  width: 66px;
}
.super-menu .toggle-super-menu {
  position: absolute;
  padding-top: 12px;
  color: #000;
  right: 0;
  cursor: pointer;
}
.super-menu .toggle-super-menu i {
  background-color: #fff;
  position: relative;
  font-size: 36px;
  display: block;
  width: 110px;
  float: right;
}
.super-menu .toggle-super-menu i .icon-text {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  float: left;
  line-height: 29px;
}
.super-menu .toggle-super-menu i:hover {
  color: #a40057;
}
.super-menu .toggle-super-menu i::before {
  float: right;
}
.super-menu .about-list {
  border-top: 1px solid #ccc;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
.super-menu .about-list p {
  font-size: 13px;
}
.super-menu .about-list li {
  margin: 0;
}
.super-menu .about-list li.copyright {
  color: #000;
  margin: 0;
}
.super-menu .about-list li.copyright span {
  display: inline;
  font-weight: normal;
}
.super-menu .about-list li a {
  color: #656565;
}
.super-menu .about-list li a:hover {
  color: #a40057;
}
.super-menu .about-list li a::after {
  content: "/";
  padding: 0 2px 0 7px;
}
.super-menu .about-list li:last-child a::after {
  content: "";
}

.super-menu-list {
  border-top: 1px solid #ccc;
  margin-top: 60px;
  float: left;
  width: 66.66667%;
  padding: 0;
}
.super-menu-list > li {
  margin-top: 26px;
  margin-right: 0;
}
.super-menu-list .menu-title {
  display: block;
  overflow: hidden;
}
.super-menu-list .menu-title.no-visible {
  display: none;
}
.super-menu-list .menu-title a {
  color: #000;
  font-size: 17px;
  float: left;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
}
.super-menu-list .menu-title a:hover {
  color: #a40057;
  text-decoration: none;
}
.super-menu-list .menu-title i {
  background-color: #fff;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin: 3px 10px;
}

.super-menu-links li {
  color: #656565;
  float: left;
  margin-right: 4px;
}
.super-menu-links li::after {
  content: " / ";
}
.super-menu-links li:last-child::after {
  content: none;
}
.super-menu-links li a {
  color: #656565;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  font-family: "opensans", Arial, Helvetica, sans-serif;
}
.super-menu-links li a:hover {
  color: #a40057;
  text-decoration: none;
}
.super-menu-links li a i {
  background-color: #fff;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin: 3px 10px;
  line-height: 22px;
}

.especiales {
  border-top: 4px solid #000;
  padding-top: 20px;
  color: #fff;
}
.especiales .super-menu-links {
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
}
.especiales .super-menu-links li {
  display: block;
}
.especiales .super-menu-links li::after {
  content: none;
}
.especiales .super-menu-links a {
  color: #000;
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
}
.especiales .super-menu-links a:hover {
  color: #a40057;
  text-decoration: none;
}

.disabled-vscroll {
  overflow-y: hidden;
}

.super-menu-includes {
  width: 300px;
  float: right;
  border-top: 1px solid #ccc;
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .super-menu-includes .canales-todo-ancho {
    margin-top: 30px;
  }
}
.super-menu-includes .canales-todo-ancho .space-line-480 {
  display: none;
}
.super-menu-includes .canales-todo-ancho .listado-canales {
  text-align: left;
}
.super-menu-includes .canales-todo-ancho .listado-canales .canal:nth-child(1):nth-last-child(1) {
  width: 295px;
  height: auto;
}
.super-menu-includes .canales-todo-ancho .listado-canales .canal:nth-child(1):nth-last-child(2),
.super-menu-includes .canales-todo-ancho .listado-canales .canal:nth-child(2):nth-last-child(1) {
  width: 135px;
  height: auto;
}
.super-menu-includes .canales-todo-ancho .listado-canales .canal:nth-child(1):nth-last-child(3),
.super-menu-includes .canales-todo-ancho .listado-canales .canal:nth-child(2):nth-last-child(2),
.super-menu-includes .canales-todo-ancho .listado-canales .canal:nth-child(3):nth-last-child(1),
.super-menu-includes .canales-todo-ancho .listado-canales .canal:nth-child(1):nth-last-child(4),
.super-menu-includes .canales-todo-ancho .listado-canales .canal:nth-child(2):nth-last-child(3),
.super-menu-includes .canales-todo-ancho .listado-canales .canal:nth-child(3):nth-last-child(2),
.super-menu-includes .canales-todo-ancho .listado-canales .canal:nth-child(4):nth-last-child(1) {
  width: 135px;
  height: auto;
}
.super-menu-includes .canales-todo-ancho .listado-canales .canal {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
  width: 135px;
  border: 1px solid #ddd;
  height: 160px;
  padding: 10px 10px 0 10px;
}
.super-menu-includes .canales-todo-ancho .listado-canales .canal a {
  margin-bottom: 12px;
}
.super-menu-includes .canales-todo-ancho .listado-canales .logo-canal {
  width: auto;
  height: 18px;
}
.super-menu-includes .canales-todo-ancho .listado-canales .texto-canal {
  display: none;
}
.super-menu-includes .titulo-modulo {
  font-size: 22px;
  margin-bottom: 20px;
}

.site-header .super-menu-nc {
  height: auto;
  overflow-y: auto;
  position: fixed;
  top: 42px;
  z-index: 10001;
  border: 2px solid #000;
  background: #fff;
  width: 95vw;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding-bottom: 40px;
}
.site-header .super-menu-nc .container-header {
  position: relative;
}
.site-header .super-menu-nc .super-menu-nc-list {
  width: calc(100% - 400px);
  float: left;
}
.site-header .super-menu-nc .super-menu-nc-list > li {
  margin-top: 30px;
  margin-right: 0;
}
.site-header .super-menu-nc .super-menu-nc-list > li.especiales-nc {
  margin-top: 15px;
}
.site-header .super-menu-nc .super-menu-nc-list > li.tab-extra {
  display: none;
}
@media screen and (max-width: 1280px) {
  .site-header .super-menu-nc .super-menu-nc-list > li.tab-extra {
    display: block;
  }
}
.site-header .super-menu-nc .super-menu-nc-list .menu-title {
  display: block;
  overflow: hidden;
  padding-left: 14px;
}
.site-header .super-menu-nc .super-menu-nc-list .menu-title.no-visible {
  display: none;
}
.site-header .super-menu-nc .super-menu-nc-list .menu-title a {
  font-size: 17px;
  float: left;
  padding: 0;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.site-header .super-menu-nc .super-menu-nc-list .menu-title a:hover {
  text-decoration: none;
}
.site-header .super-menu-nc .super-menu-nc-list .menu-title i {
  background-color: #fff;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin: 3px 10px;
}
.site-header .super-menu-nc .super-menu-nc-links li {
  color: #656565;
  float: left;
  margin-right: 4px;
}
.site-header .super-menu-nc .super-menu-nc-links li::after {
  content: " / ";
}
.site-header .super-menu-nc .super-menu-nc-links li:last-child::after {
  content: none;
}
.site-header .super-menu-nc .super-menu-nc-links li a {
  color: #656565;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  padding: 5px 14px 0;
}
.site-header .super-menu-nc .super-menu-nc-links li a:hover {
  text-decoration: none;
  color: #a40057;
}
.site-header .super-menu-nc .super-menu-nc-links li a i {
  background-color: #fff;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin: 3px 10px;
  line-height: 22px;
}
.site-header .super-menu-nc .especiales-nc {
  padding-top: 20px;
  margin-left: 14px;
  border-top: 4px solid #000;
}
.site-header .super-menu-nc .especiales-nc .super-menu-nc-links {
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
}
.site-header .super-menu-nc .especiales-nc .super-menu-nc-links li {
  display: block;
}
.site-header .super-menu-nc .especiales-nc .super-menu-nc-links li::after {
  content: none;
}
.site-header .super-menu-nc .especiales-nc .super-menu-nc-links a {
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
}
.site-header .super-menu-nc .especiales-nc .super-menu-nc-links a:hover {
  text-decoration: none;
}
.site-header .super-menu-nc .disabled-vscroll {
  overflow-y: hidden;
}
.site-header .super-menu-nc .super-menu-nc-includes {
  max-width: 320px;
  float: right;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho {
    margin-top: 30px;
  }
}
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .space-line-480 {
  display: none;
}
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales {
  text-align: center;
}
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal {
  display: block;
  margin: 0 5px 10px 0;
  vertical-align: top;
  width: 100px;
  border: 1px solid #ddd;
  height: 110px;
  padding: 0;
  float: left;
}
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal a {
  padding: 5px;
  margin-bottom: 0;
}
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal:last-child {
  margin-right: 0;
}
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal:nth-child(1):nth-last-child(1) {
  width: 100%;
  height: 265px;
}
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal:nth-child(2):nth-last-child(3) {
  margin-right: 0;
}
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal:nth-child(2):nth-last-child(1),
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal:nth-child(1):nth-last-child(2),
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal:nth-child(1):nth-last-child(4),
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal:nth-child(2):nth-last-child(3),
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal:nth-child(3):nth-last-child(2),
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .canal:nth-child(4):nth-last-child(1) {
  width: 48%;
  height: 145px;
  margin: 0 1% 1%;
}
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .logo-canal {
  width: auto;
  height: 18px;
}
.site-header .super-menu-nc .super-menu-nc-includes .canales-todo-ancho .listado-canales .texto-canal {
  display: none;
}
.site-header .super-menu-nc .super-menu-nc-includes .titulo-modulo {
  font-size: 22px;
  margin-bottom: 20px;
}
.site-header .super-menu-nc .super-menu-nc-includes .hoy-destacamos-menu {
  margin-top: 20px;
}
.site-header .super-menu-nc .super-menu-nc-includes .hoy-destacamos-menu ul li {
  padding: 0;
  margin: 0 0 16px;
}
.site-header .super-menu-nc .super-menu-nc-includes .hoy-destacamos-menu ul li a {
  padding: 0;
}
.site-header .super-menu-nc .super-menu-nc-includes .hoy-destacamos-menu ul li figure {
  display: none;
}
.site-header .super-menu-nc .super-menu-nc-includes .hoy-destacamos-menu ul li p {
  display: none;
}
.site-header .super-menu-nc .super-menu-nc-includes .hoy-destacamos-menu ul li .mod-title {
  margin: 0;
  width: 100%;
}

.loading-module {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  max-width: 100%;
  text-align: center;
}
.loading-module .loading-icon {
  width: 90px;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
}
.loading-module .loading-next {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  text-align: left;
}
.loading-module .loading-next span {
  display: block;
  margin: 0 0 5px;
  color: #656565;
}
.loading-module .loading-next span.js_navTitulo {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.space-line-35 {
  display: block;
  border-bottom: 1px solid #999;
  margin: 4px auto 0;
  width: 35px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .space-line-35 {
    margin-top: 25px;
  }
}

.space-line-60 {
  display: block;
  border-bottom: 1px solid #999;
  margin: 15px auto 0;
  width: 60px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .space-line-60 {
    margin-top: 25px;
  }
}

.space-line-310 {
  display: block;
  border-bottom: 1px solid #999;
  margin: 0 auto;
  width: 310px;
}

.space-line-480 {
  width: 100%;
  border-bottom: 8px solid #000;
  margin: 0 0 10px;
  display: block;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .space-line-480 {
    border-bottom: 3px solid #000;
    margin: 0 auto 5px;
    width: 480px;
  }
}
.include-items .space-line-480 {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  border-bottom: 8px solid #000;
}

.content .space-line-330 {
  display: block;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .content .space-line-330 {
    float: left;
    width: 33.33333%;
    padding: 0;
    margin-left: 16.66667%;
    margin-right: 50%;
  }
}

.space-line-125 {
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  width: 125px;
}

.bracket {
  border: 2px solid #ccc;
  display: block;
  height: 8px;
  margin: 0 16px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .bracket {
    float: left;
    width: 50%;
    padding: 0;
    margin-left: 25%;
    margin-right: 25%;
  }
}
.bracket.top {
  border-bottom: 0;
  margin-bottom: 16px;
}
.bracket.bottom {
  border-top: 0;
}

.bracket-100 {
  border: 3px solid #000;
  display: block;
  height: 24px;
  margin: 0;
  width: 100%;
}
.bracket-100.top {
  border-bottom: 0;
}
.bracket-100.bottom {
  border-top: 0;
}

.multimedia-header {
  color: #fff;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin: 0 16px 32px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .multimedia-header {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 40px;
  }
}

.multimedia-item {
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .multimedia-item {
    margin-bottom: 20px;
  }
}
.include-items .multimedia-item {
  margin-bottom: 0;
}
.multimedia-item .full-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.multimedia-item .caption {
  background: #000;
  padding: 5px 16px;
  color: #fff;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
}
.multimedia-item .caption span {
  color: #999;
  display: block;
}
.multimedia-item.video object {
  width: 100%;
}
.multimedia-item.image .view-gallery {
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  font-size: 28px;
  position: absolute;
  background: #fff;
}
.multimedia-item.image .view-gallery span {
  display: none;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .multimedia-item.image .view-gallery {
    left: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    font-size: 28px;
    position: absolute;
    background: #fff;
  }
  .multimedia-item.image .view-gallery span {
    display: none;
  }
}

.photo-decoration {
  margin-top: 40px;
}

.aside-tools {
  padding-left: 16px;
}
.aside-tools .tools li {
  margin-right: 0;
}
.aside-tools .comments-tool {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 32px 0;
  width: 100%;
}
.aside-tools .comments-tool a {
  color: #fff;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.aside-tools .comments-tool a strong {
  font-family: "judson-bold", Georgia, "Times New Roman", Times, serif;
}
.aside-tools .comments-tool a i {
  background-color: #fff;
  border-radius: 0;
  float: right;
  margin-right: 16px;
}
.aside-tools .social-tools .horizontal li {
  margin-right: 15px;
}
.aside-tools .social-tools .horizontal .share {
  text-transform: uppercase;
}
.aside-tools .social-tools .horizontal .share-counter {
  display: none;
}

.comentarios-pestanas h4 {
  background: #000;
  color: #fff;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding: 15px 16px;
  text-transform: uppercase;
}
.comentarios-pestanas h4 strong {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  float: right;
}
.comentarios-pestanas ul {
  display: none;
}

.comentario {
  margin: 0 16px;
  padding: 15px 0;
}
.comentario .nombre {
  margin: 0;
  padding: 0;
}
.comentario .nombre img {
  border-radius: 50%;
}

.list-header {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  margin: 0 16px 32px;
  text-align: center;
  text-transform: uppercase;
}
.list-header::before {
  border-top: 1px solid #ccc;
  content: " ";
  display: block;
  margin: 0 auto 13px;
  text-align: center;
  width: 125px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .list-header {
    font-size: 20px;
    margin: 70px 0 20px;
  }
  .list-header::before {
    border-top: 1px solid #ccc;
    content: " ";
    display: block;
    margin: 0 auto 13px;
    text-align: center;
    width: 310px;
  }
}

.list {
  counter-reset: contadorListas;
  margin: 0 16px 32px;
  list-style: outside;
  float: none;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .list {
    margin: 32px 0 0;
  }
}
.list.ordered-list li, .list.list-ordered li, .list.unordered-list li {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  margin: 0 0 20px 24px;
  font-size: 18px;
  color: #4a4a4a;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .list.ordered-list li, .list.list-ordered li, .list.unordered-list li {
    line-height: 34px;
  }
}
.list.ordered-list li:last-child, .list.list-ordered li:last-child, .list.unordered-list li:last-child {
  margin-bottom: 0;
}
.list.ordered-list li a, .list.list-ordered li a, .list.unordered-list li a {
  color: #a40057;
  text-decoration: underline;
}
.list.ordered-list li, .list.list-ordered li {
  list-style-type: none;
}
.list.ordered-list li::before, .list.list-ordered li::before {
  counter-increment: contadorListas;
  content: counter(contadorListas) ". ";
  font-size: 22px;
  color: #999;
  font-style: italic;
  margin-left: -22px;
}
.list.unordered-list li {
  list-style-type: disc;
}

.interview {
  margin: 0 16px 40px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .interview {
    margin: 32px 0 0;
  }
}
.interview dt,
.interview dt::before,
.interview dd::before {
  font-weight: bold;
}
.interview dt,
.interview dd {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .interview dt,
  .interview dd {
    margin-bottom: 40px;
    line-height: 23px;
  }
}
.interview dt::before,
.interview dd::before {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  letter-spacing: 2px;
}
.interview dt::before {
  content: "P: ";
}
.interview dd::before {
  content: "R: ";
}
.interview dd:last-child {
  margin-bottom: 0;
}

.summary-item {
  margin-bottom: 40px;
}
.summary-item::before, .summary-item::after {
  content: " ";
  display: block;
  width: 90%;
  height: 14px;
  margin: 0 auto;
  border: 2px solid #ccc;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .summary-item::before, .summary-item::after {
    width: 460px;
  }
}
.summary-item::before {
  border-bottom: 0;
  margin-bottom: 20px;
}
.summary-item::after {
  border-top: 0;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .summary-item {
    margin: 50px 0;
    display: table;
  }
}
.summary-item h3 {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .summary-item h3 {
    font-size: 28px;
    margin-top: 15px;
  }
}
.summary-item p {
  text-align: center;
  margin: 0 16px 20px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .summary-item p {
    width: 460px;
    margin: 0 auto 20px;
  }
}
.summary-item p:first-child {
  clear: both;
  font-size: 22px;
  font-style: italic;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 32px;
}
.summary-item p:first-child::before {
  content: "";
}
.summary-item p:first-child::after {
  content: "";
}
@media (min-width: 768px) and (max-width: 8000px) {
  .summary-item p:first-child {
    float: left;
    width: 50%;
    padding: 0;
    margin-left: 25%;
    margin-right: 25%;
  }
}
.summary-item .multimedia-item {
  margin: 0 16px 32px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .summary-item .multimedia-item {
    float: left;
    width: 75%;
    padding: 0;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}
.summary-item .multimedia-item .view-gallery {
  background-color: #fff;
  border-radius: 100%;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
}
.summary-item .multimedia-item .view-gallery span {
  display: none;
}
.summary-item .multimedia-item img {
  width: 100%;
}
.summary-item .multimedia-item .view-video {
  background-size: 20%;
}
.summary-item .summary-content {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .summary-item .summary-content {
    float: left;
    width: 50%;
    padding: 0;
    margin-left: 25%;
    margin-right: 25%;
  }
}
.summary-item.galeria {
  position: relative;
}
.summary-item.galeria::before, .summary-item.galeria::after {
  height: 14px;
  margin: 0 auto;
  border: 2px solid #000;
}
.summary-item.galeria::before {
  border-bottom: 0;
  margin-bottom: 20px;
}
.summary-item.galeria::after {
  border-top: 0;
  overflow: hidden;
}
.summary-item.galeria h3 {
  margin: 0 32px 10px;
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .summary-item.galeria h3 {
    margin: 0 0 20px;
  }
}
.summary-item.galeria h3::after {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  background: url(https://e00-telva.uecdn.es/assets/v2/img/icons/galeria-icon.svg);
  content: "";
  background-size: 40px;
  border: 10px solid #fff;
}
.summary-item.galeria h3 a {
  color: #a40057;
  font-style: italic;
}
.summary-item.galeria p {
  line-height: 26px;
}
.summary-item.enlace {
  position: relative;
}
.summary-item.enlace::before, .summary-item.enlace::after {
  height: 14px;
  margin: 0 auto;
  border: 1px solid #a40057;
}
.summary-item.enlace::before {
  border-bottom: 0;
  margin-bottom: 20px;
}
.summary-item.enlace::after {
  border-top: 0;
}
.summary-item.enlace h3 {
  margin: 0 32px 10px;
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .summary-item.enlace h3 {
    margin: 0 0 10px;
  }
}
.summary-item.enlace h3 a {
  color: #a40057;
  font-style: italic;
}
.summary-item.enlace p {
  line-height: 26px;
}

.content .summary-cite {
  font-family: "judson-italic", Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  line-height: 30px;
  margin-top: 32px;
  padding: 0 16px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .content .summary-cite {
    font-family: "judson-italic", Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    margin-top: 32px;
    text-align: center;
    padding: 0 100px;
  }
  .content .summary-cite::before, .content .summary-cite::after {
    content: '"';
  }
}
.content .summary-cite::before, .content .summary-cite::after {
  content: '"';
}

.cite-author {
  color: #999;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}

.summary-image {
  margin: 40px 0 32px;
}
.summary-image .full-video {
  width: 100%;
}
.summary-image.right .multimedia-item .view-gallery, .summary-image.left .multimedia-item .view-gallery {
  left: 16px;
  bottom: 40px;
}
.summary-image .multimedia-item {
  position: relative;
  margin-bottom: 0;
}
.summary-image .multimedia-item span {
  display: block;
}
.summary-image .multimedia-item .view-gallery {
  position: absolute;
  left: 20px;
  bottom: 78px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 28px;
  text-align: center;
}
.summary-image .multimedia-item .view-gallery span {
  display: none;
}
.summary-image .multimedia-item .view-video {
  font-size: 46px;
  height: 5em;
  left: calc(50% - 2.5em);
  overflow: hidden;
  padding: .25em 0 0 .3em;
  top: calc(50% - 2.5em);
  transition: all .5s;
  width: 5em;
}
.summary-image .multimedia-item .view-video:hover {
  color: #000;
  text-decoration: none;
}
.summary-image .multimedia-item .view-video::before {
  font-size: 78px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .summary-image.left {
    width: 30%;
    float: left;
    margin: 30px 35px 20px 0;
  }
  .summary-image.left.multimedia-item {
    margin: 0;
  }
  .summary-image.right {
    width: 30%;
    float: right;
    margin: 30px 330px 20px 35px;
  }
  .summary-image.right.multimedia-item {
    margin: 0;
  }
}

.photo-report .summary-item:after {
  display: none;
}
.photo-report .summary-item.full-width:before {
  display: none;
}
.photo-report .summary-item.full-width .multimedia-item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (max-width: 8000px) and (min-width: 768px) {
  .photo-report .summary-item .summary-item h3 {
    font-size: 20px;
  }
  .photo-report .summary-item p {
    width: 100%;
  }
}

.related-tags {
  text-align: center;
  margin-bottom: 20px;
}
.related-tags .tags-header {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  margin: 45px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.related-tags .tags-header::before {
  border-top: 1px solid #000;
  content: " ";
  display: block;
  margin: 0 auto 13px;
  text-align: center;
  max-width: 650px;
}
.related-tags .item-tags {
  display: inline-block;
  margin: 15px auto 0;
}
.related-tags .item-tags li {
  display: block;
  float: left;
  margin: 0 0 5px 5px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .related-tags .item-tags li:first-child {
    margin-left: 0;
  }
}
.related-tags .item-tags li a {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  vertical-align: initial;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #000;
}
.related-tags .item-tags li a:hover {
  background: #fff;
  color: #000;
}

.social-share {
  text-align: center;
  margin-bottom: 20px;
}
.social-share .social-header {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.social-share .social-header::before {
  border-top: 1px solid #000;
  content: " ";
  display: block;
  margin: 0 auto 13px;
  text-align: center;
  width: 650px;
}
.social-share ul {
  display: inline-block;
  margin: 15px 0 0;
}
.social-share li {
  margin-right: 10px;
  background-color: #000;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  font-size: 40px;
  cursor: pointer;
  display: inline-block;
}
.social-share li:last-child {
  margin-right: 0;
}
.social-share li:hover {
  background: #fff;
  border: 1px solid #000;
}
.social-share li:hover i {
  color: #000;
}
.social-share li i {
  color: #fff;
  transition: all .5s ease 0s;
  width: 44px;
  height: 44px;
  line-height: 50px;
  display: block;
  margin-left: 1px;
}

.site-footer {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  z-index: 20;
  position: relative;
}
.site-footer .container-list-footer {
  background-color: #000;
  overflow: hidden;
}
.site-footer .container-list-footer .arrow-toggle {
  color: #fff;
}
.site-footer .container-list-footer .arrow-toggle span {
  display: block;
  font-size: 14px;
  line-height: 48px;
  margin: 0 16px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .site-footer .container-list-footer .arrow-toggle i {
    display: none;
  }
}

main.portada + footer.site-footer {
  margin-top: 0;
  background-color: #fff;
}

.container-toggle {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .container-toggle {
    max-width: 990px;
    margin: 0 auto;
  }
}

.list-footer {
  color: #fff;
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .list-footer {
    float: left;
    width: 25%;
    padding: 0;
    margin-top: 24px;
  }
}
.list-footer li {
  font-size: 12px;
  padding: 0 16px;
  margin: 0 0 5px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .list-footer li {
    font-size: 13px;
    padding: 0;
  }
}
.list-footer li.highlight {
  font-weight: bold;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .list-footer li.highlight {
    background: none;
    line-height: 15px;
    margin-bottom: 12px;
  }
}
.list-footer a {
  color: #fff;
}
.list-footer a:hover {
  color: #a40057;
}

.container-about-footer {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .container-about-footer {
    max-width: 990px;
    margin: 0 auto;
    text-align: left;
  }
}

.about-list {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .about-list {
    float: left;
    width: 50%;
    padding: 0;
    margin: 28px 0 36px;
  }
}
.about-list li {
  font-size: 13px;
  line-height: 28px;
  display: inline-block;
}
.about-list li a:hover {
  color: #a40057;
}
.about-list .copyright {
  display: block;
  margin: 24px 0;
}
.about-list .copyright p {
  font-size: 14px;
  line-height: 20px;
}
.about-list .copyright p span {
  display: block;
  font-weight: bold;
}

.follow-us {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .follow-us {
    float: left;
    width: 50%;
    padding: 0;
  }
}
.follow-us p {
  display: none;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .follow-us p {
    border-bottom: 1px solid;
    display: block;
    font-size: 16px;
    margin: 28px auto 0;
    padding-bottom: 12px;
    text-transform: uppercase;
    width: 140px;
  }
}
.follow-us .social-networks {
  margin: 24px 0;
}
.follow-us .social-networks li {
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  width: 46px;
  border: 1px solid #000;
}
.follow-us .social-networks li a {
  transition: all .5s;
  border-radius: 50%;
  background-color: #000;
  display: block;
  color: #fff;
  height: 44px;
  width: 44px;
  line-height: 50px;
}
.follow-us .social-networks li a:hover {
  background-color: #fff;
  color: #000;
}

.content-items li {
  margin-right: 30px;
}
.content-items li:last-child {
  margin-right: 0;
}

.flex-a,
.flex-b,
.flex-c,
.fix-c,
.fixed-a-ad,
.fixed-b-ad {
  clear: both;
  display: block;
  text-align: center;
}
.flex-a .ribbon,
.flex-b .ribbon,
.flex-c .ribbon,
.fix-c .ribbon,
.fixed-a-ad .ribbon,
.fixed-b-ad .ribbon {
  display: none;
}
.flex-a .content-item,
.flex-b .content-item,
.flex-c .content-item,
.fix-c .content-item,
.fixed-a-ad .content-item,
.fixed-b-ad .content-item {
  margin-bottom: 38px;
  padding-bottom: 0;
}
.flex-a .content-item .mod-title a,
.flex-b .content-item .mod-title a,
.flex-c .content-item .mod-title a,
.fix-c .content-item .mod-title a,
.fixed-a-ad .content-item .mod-title a,
.fixed-b-ad .content-item .mod-title a {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
}
.flex-a .mod-item:hover .mod-title a,
.flex-b .mod-item:hover .mod-title a,
.flex-c .mod-item:hover .mod-title a,
.fix-c .mod-item:hover .mod-title a,
.fixed-a-ad .mod-item:hover .mod-title a,
.fixed-b-ad .mod-item:hover .mod-title a {
  color: #a40057;
}
.flex-a figure,
.flex-b figure,
.flex-c figure,
.fix-c figure,
.fixed-a-ad figure,
.fixed-b-ad figure {
  position: relative;
  margin-bottom: 0;
}
.flex-a figure .view-video,
.flex-b figure .view-video,
.flex-c figure .view-video,
.fix-c figure .view-video,
.fixed-a-ad figure .view-video,
.fixed-b-ad figure .view-video {
  background-size: 10%;
}
.flex-a figure .view-gallery,
.flex-b figure .view-gallery,
.flex-c figure .view-gallery,
.fix-c figure .view-gallery,
.fixed-a-ad figure .view-gallery,
.fixed-b-ad figure .view-gallery {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 28px;
}
.flex-a figure .view-gallery span,
.flex-b figure .view-gallery span,
.flex-c figure .view-gallery span,
.fix-c figure .view-gallery span,
.fixed-a-ad figure .view-gallery span,
.fixed-b-ad figure .view-gallery span {
  display: none;
}
.flex-a figure .view-gallery .gallery-size,
.flex-b figure .view-gallery .gallery-size,
.flex-c figure .view-gallery .gallery-size,
.fix-c figure .view-gallery .gallery-size,
.fixed-a-ad figure .view-gallery .gallery-size,
.fixed-b-ad figure .view-gallery .gallery-size {
  display: none;
}
.flex-a figure img,
.flex-b figure img,
.flex-c figure img,
.fix-c figure img,
.fixed-a-ad figure img,
.fixed-b-ad figure img {
  display: block;
  width: 100%;
}
.flex-a .mod-header,
.flex-b .mod-header,
.flex-c .mod-header,
.fix-c .mod-header,
.fixed-a-ad .mod-header,
.fixed-b-ad .mod-header {
  background: #fff;
  margin: -22px auto 0;
  position: relative;
  width: calc(100% - 32px);
}
.flex-a .mod-header > span,
.flex-b .mod-header > span,
.flex-c .mod-header > span,
.fix-c .mod-header > span,
.fixed-a-ad .mod-header > span,
.fixed-b-ad .mod-header > span {
  display: block;
}
.flex-a .mod-header p,
.flex-b .mod-header p,
.flex-c .mod-header p,
.fix-c .mod-header p,
.fixed-a-ad .mod-header p,
.fixed-b-ad .mod-header p {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}
.flex-a .mod-header p a,
.flex-b .mod-header p a,
.flex-c .mod-header p a,
.fix-c .mod-header p a,
.fixed-a-ad .mod-header p a,
.fixed-b-ad .mod-header p a {
  color: #000;
}
.flex-a .mod-header p a:hover,
.flex-b .mod-header p a:hover,
.flex-c .mod-header p a:hover,
.fix-c .mod-header p a:hover,
.fixed-a-ad .mod-header p a:hover,
.fixed-b-ad .mod-header p a:hover {
  color: #a40057;
  text-decoration: none;
}
.flex-a .mod-header p span::after,
.flex-a .mod-header p span::before,
.flex-b .mod-header p span::after,
.flex-b .mod-header p span::before,
.flex-c .mod-header p span::after,
.flex-c .mod-header p span::before,
.fix-c .mod-header p span::after,
.fix-c .mod-header p span::before,
.fixed-a-ad .mod-header p span::after,
.fixed-a-ad .mod-header p span::before,
.fixed-b-ad .mod-header p span::after,
.fixed-b-ad .mod-header p span::before {
  content: "--";
  width: 32px;
  height: 1px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  display: inline-block;
  margin: 0 8px 4px;
}
.flex-a .mod-header .mod-title,
.flex-b .mod-header .mod-title,
.flex-c .mod-header .mod-title,
.fix-c .mod-header .mod-title,
.fixed-a-ad .mod-header .mod-title,
.fixed-b-ad .mod-header .mod-title {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0 12px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .flex-a .mod-header .mod-title,
  .flex-b .mod-header .mod-title,
  .flex-c .mod-header .mod-title,
  .fix-c .mod-header .mod-title,
  .fixed-a-ad .mod-header .mod-title,
  .fixed-b-ad .mod-header .mod-title {
    font-size: 48px;
    padding: 10px 16px 0;
  }
}
.flex-a .mod-header .mod-title a,
.flex-b .mod-header .mod-title a,
.flex-c .mod-header .mod-title a,
.fix-c .mod-header .mod-title a,
.fixed-a-ad .mod-header .mod-title a,
.fixed-b-ad .mod-header .mod-title a {
  color: #000;
}
.flex-a .mod-header .mod-title a:hover,
.flex-b .mod-header .mod-title a:hover,
.flex-c .mod-header .mod-title a:hover,
.fix-c .mod-header .mod-title a:hover,
.fixed-a-ad .mod-header .mod-title a:hover,
.fixed-b-ad .mod-header .mod-title a:hover {
  color: #a40057;
  text-decoration: none;
}
.flex-a .mod-footer,
.flex-b .mod-footer,
.flex-c .mod-footer,
.fix-c .mod-footer,
.fixed-a-ad .mod-footer,
.fixed-b-ad .mod-footer {
  margin: 0 auto;
  padding-top: 16px;
  position: relative;
  text-align: center;
  width: calc(100% - 32px);
}
@media (min-width: 768px) and (max-width: 8000px) {
  .flex-a .mod-footer,
  .flex-b .mod-footer,
  .flex-c .mod-footer,
  .fix-c .mod-footer,
  .fixed-a-ad .mod-footer,
  .fixed-b-ad .mod-footer {
    padding-top: 20px;
  }
}
.flex-a .mod-footer a,
.flex-b .mod-footer a,
.flex-c .mod-footer a,
.fix-c .mod-footer a,
.fixed-a-ad .mod-footer a,
.fixed-b-ad .mod-footer a {
  color: #999;
  font-size: 14px;
}
.flex-a .mod-footer a:hover,
.flex-b .mod-footer a:hover,
.flex-c .mod-footer a:hover,
.fix-c .mod-footer a:hover,
.fixed-a-ad .mod-footer a:hover,
.fixed-b-ad .mod-footer a:hover {
  color: #a40057;
  text-decoration: none;
}
.flex-a .mod-footer a:visited,
.flex-b .mod-footer a:visited,
.flex-c .mod-footer a:visited,
.fix-c .mod-footer a:visited,
.fixed-a-ad .mod-footer a:visited,
.fixed-b-ad .mod-footer a:visited {
  color: #fff;
}
.flex-a .mod-footer .mod-author,
.flex-a .mod-footer .mod-comments,
.flex-a .mod-footer .mod-date,
.flex-b .mod-footer .mod-author,
.flex-b .mod-footer .mod-comments,
.flex-b .mod-footer .mod-date,
.flex-c .mod-footer .mod-author,
.flex-c .mod-footer .mod-comments,
.flex-c .mod-footer .mod-date,
.fix-c .mod-footer .mod-author,
.fix-c .mod-footer .mod-comments,
.fix-c .mod-footer .mod-date,
.fixed-a-ad .mod-footer .mod-author,
.fixed-a-ad .mod-footer .mod-comments,
.fixed-a-ad .mod-footer .mod-date,
.fixed-b-ad .mod-footer .mod-author,
.fixed-b-ad .mod-footer .mod-comments,
.fixed-b-ad .mod-footer .mod-date {
  color: #999;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.flex-a .mod-footer .mod-author strong,
.flex-a .mod-footer .mod-comments strong,
.flex-a .mod-footer .mod-date strong,
.flex-b .mod-footer .mod-author strong,
.flex-b .mod-footer .mod-comments strong,
.flex-b .mod-footer .mod-date strong,
.flex-c .mod-footer .mod-author strong,
.flex-c .mod-footer .mod-comments strong,
.flex-c .mod-footer .mod-date strong,
.fix-c .mod-footer .mod-author strong,
.fix-c .mod-footer .mod-comments strong,
.fix-c .mod-footer .mod-date strong,
.fixed-a-ad .mod-footer .mod-author strong,
.fixed-a-ad .mod-footer .mod-comments strong,
.fixed-a-ad .mod-footer .mod-date strong,
.fixed-b-ad .mod-footer .mod-author strong,
.fixed-b-ad .mod-footer .mod-comments strong,
.fixed-b-ad .mod-footer .mod-date strong {
  font-weight: normal;
}
.flex-a .mod-footer .mod-author i,
.flex-a .mod-footer .mod-comments i,
.flex-a .mod-footer .mod-date i,
.flex-b .mod-footer .mod-author i,
.flex-b .mod-footer .mod-comments i,
.flex-b .mod-footer .mod-date i,
.flex-c .mod-footer .mod-author i,
.flex-c .mod-footer .mod-comments i,
.flex-c .mod-footer .mod-date i,
.fix-c .mod-footer .mod-author i,
.fix-c .mod-footer .mod-comments i,
.fix-c .mod-footer .mod-date i,
.fixed-a-ad .mod-footer .mod-author i,
.fixed-a-ad .mod-footer .mod-comments i,
.fixed-a-ad .mod-footer .mod-date i,
.fixed-b-ad .mod-footer .mod-author i,
.fixed-b-ad .mod-footer .mod-comments i,
.fixed-b-ad .mod-footer .mod-date i {
  font-size: 18px;
  vertical-align: sub;
}
.flex-a .mod-footer .mod-author,
.flex-b .mod-footer .mod-author,
.flex-c .mod-footer .mod-author,
.fix-c .mod-footer .mod-author,
.fixed-a-ad .mod-footer .mod-author,
.fixed-b-ad .mod-footer .mod-author {
  width: 100%;
}
.flex-a .mod-footer > ul,
.flex-b .mod-footer > ul,
.flex-c .mod-footer > ul,
.fix-c .mod-footer > ul,
.fixed-a-ad .mod-footer > ul,
.fixed-b-ad .mod-footer > ul {
  display: inline-block;
  overflow: visible;
}
.flex-a .js-redes-sociales,
.flex-b .js-redes-sociales,
.flex-c .js-redes-sociales,
.fix-c .js-redes-sociales,
.fixed-a-ad .js-redes-sociales,
.fixed-b-ad .js-redes-sociales {
  display: inline-block;
  line-height: 14px;
  position: relative;
  vertical-align: middle;
}
.flex-a .js-redes-sociales .share,
.flex-b .js-redes-sociales .share,
.flex-c .js-redes-sociales .share,
.fix-c .js-redes-sociales .share,
.fixed-a-ad .js-redes-sociales .share,
.fixed-b-ad .js-redes-sociales .share {
  display: block;
  width: 24px;
  cursor: pointer;
}
.flex-a .js-redes-sociales .icon-share,
.flex-b .js-redes-sociales .icon-share,
.flex-c .js-redes-sociales .icon-share,
.fix-c .js-redes-sociales .icon-share,
.fixed-a-ad .js-redes-sociales .icon-share,
.fixed-b-ad .js-redes-sociales .icon-share {
  font-size: 24px;
  color: #999;
}
.flex-a .js-redes-sociales .icon-close,
.flex-b .js-redes-sociales .icon-close,
.flex-c .js-redes-sociales .icon-close,
.fix-c .js-redes-sociales .icon-close,
.fixed-a-ad .js-redes-sociales .icon-close,
.fixed-b-ad .js-redes-sociales .icon-close {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.flex-a .js-redes-sociales .redes-sociales,
.flex-b .js-redes-sociales .redes-sociales,
.flex-c .js-redes-sociales .redes-sociales,
.fix-c .js-redes-sociales .redes-sociales,
.fixed-a-ad .js-redes-sociales .redes-sociales,
.fixed-b-ad .js-redes-sociales .redes-sociales {
  position: absolute;
  top: -50px;
  left: -28px;
  width: 80px;
  background-color: #000;
}
.flex-a .js-redes-sociales .redes-sociales li,
.flex-b .js-redes-sociales .redes-sociales li,
.flex-c .js-redes-sociales .redes-sociales li,
.fix-c .js-redes-sociales .redes-sociales li,
.fixed-a-ad .js-redes-sociales .redes-sociales li,
.fixed-b-ad .js-redes-sociales .redes-sociales li {
  cursor: pointer;
  border-right: 1px solid #ccc;
  color: #fff;
  float: left;
  font-size: 38px;
  height: 40px;
  line-height: 46px;
  margin: 0;
  width: 40px;
}

.mod-item.destacada .mod-header,
.mod-item.destacada .mod-footer {
  background-color: #000;
}
.mod-item.destacada .mod-header p,
.mod-item.destacada .mod-footer p {
  color: #999;
}
.mod-item.destacada .mod-title a {
  color: #fff;
}
.mod-item.destacada .js-redes-sociales .icon-close {
  color: #999;
}

.flex-a .content-item:nth-child(1):nth-last-child(1) {
  margin-bottom: 40px;
  padding-bottom: 0;
}
.flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header,
.flex-a .content-item:nth-child(1):nth-last-child(1) .mod-footer {
  margin: 0 auto;
  max-width: 650px;
}
.flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header {
  margin: -32px auto 0;
}
.flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header > span {
  border: 3px solid #000;
  border-bottom: 0;
  height: 32px;
}
.flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header .mod-title {
  padding: 0 20px 10px;
}
.flex-a .content-item:nth-child(1):nth-last-child(1) .mod-footer {
  padding: 0;
}
.flex-a .content-item:nth-child(1):nth-last-child(1) .mod-footer address {
  display: inline-block;
}
.flex-a .content-item:nth-child(1):nth-last-child(1) .view-gallery {
  left: 20px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  font-size: 28px;
}
.flex-a .content-item:nth-child(1):nth-last-child(2),
.flex-a .content-item:nth-child(2):nth-last-child(1),
.flex-a .content-item:nth-child(1):nth-last-child(6),
.flex-a .content-item:nth-child(2):nth-last-child(5) {
  width: calc(50% - 8px);
  float: left;
  margin-bottom: 46px;
}
.flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header,
.flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header,
.flex-a .content-item:nth-child(1):nth-last-child(6) .mod-header,
.flex-a .content-item:nth-child(2):nth-last-child(5) .mod-header {
  width: calc(100% - 32px);
}
.flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header > span,
.flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header > span,
.flex-a .content-item:nth-child(1):nth-last-child(6) .mod-header > span,
.flex-a .content-item:nth-child(2):nth-last-child(5) .mod-header > span {
  height: 18px;
}
.flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header p,
.flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header p,
.flex-a .content-item:nth-child(1):nth-last-child(6) .mod-header p,
.flex-a .content-item:nth-child(2):nth-last-child(5) .mod-header p {
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
}
.flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header .mod-title,
.flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header .mod-title,
.flex-a .content-item:nth-child(1):nth-last-child(6) .mod-header .mod-title,
.flex-a .content-item:nth-child(2):nth-last-child(5) .mod-header .mod-title {
  padding: 20px 36px 0;
  font-size: 30px;
}
.flex-a .content-item:nth-child(1):nth-last-child(2) .mod-footer,
.flex-a .content-item:nth-child(2):nth-last-child(1) .mod-footer,
.flex-a .content-item:nth-child(1):nth-last-child(6) .mod-footer,
.flex-a .content-item:nth-child(2):nth-last-child(5) .mod-footer {
  padding: 24px 0;
  width: calc(100% - 32px);
}
.flex-a .content-item:nth-child(1):nth-last-child(2) .view-gallery,
.flex-a .content-item:nth-child(2):nth-last-child(1) .view-gallery,
.flex-a .content-item:nth-child(1):nth-last-child(6) .view-gallery,
.flex-a .content-item:nth-child(2):nth-last-child(5) .view-gallery {
  left: 16px;
  bottom: 32px;
  width: 40px;
  height: 40px;
  font-size: 28px;
}
.flex-a .content-item:nth-child(1):nth-last-child(2) figure .view-video,
.flex-a .content-item:nth-child(2):nth-last-child(1) figure .view-video,
.flex-a .content-item:nth-child(1):nth-last-child(6) figure .view-video,
.flex-a .content-item:nth-child(2):nth-last-child(5) figure .view-video {
  background-size: 18%;
}
.flex-a .content-item:nth-child(1):nth-last-child(3) {
  width: calc(67% - 8px);
  float: left;
  margin-bottom: 38px;
}
.flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header {
  width: calc(100% - 40px);
  max-width: 100%;
}
.flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header > span {
  border: 0;
  height: 32px;
}
.flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header p {
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
}
.flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title {
  padding: 20px 20px 0;
  font-size: 48px;
}
.flex-a .content-item:nth-child(1):nth-last-child(3) .mod-footer {
  padding-bottom: 32px;
}
.flex-a .content-item:nth-child(1):nth-last-child(3) figure .view-video {
  background-size: 15%;
}
.flex-a .content-item:nth-child(2):nth-last-child(2),
.flex-a .content-item:nth-child(3):nth-last-child(1),
.flex-a .content-item:nth-child(3):nth-last-child(2),
.flex-a .content-item:nth-child(4):nth-last-child(1),
.flex-a .content-item:nth-child(2):nth-last-child(4),
.flex-a .content-item:nth-child(3):nth-last-child(3),
.flex-a .content-item:nth-child(4):nth-last-child(2),
.flex-a .content-item:nth-child(5):nth-last-child(1) {
  width: calc(33% - 8px);
  float: right;
  margin-bottom: 18px;
}
.flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header,
.flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header,
.flex-a .content-item:nth-child(3):nth-last-child(2) .mod-header,
.flex-a .content-item:nth-child(4):nth-last-child(1) .mod-header,
.flex-a .content-item:nth-child(2):nth-last-child(4) .mod-header,
.flex-a .content-item:nth-child(3):nth-last-child(3) .mod-header,
.flex-a .content-item:nth-child(4):nth-last-child(2) .mod-header,
.flex-a .content-item:nth-child(5):nth-last-child(1) .mod-header {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
}
.flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header > span,
.flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header > span,
.flex-a .content-item:nth-child(3):nth-last-child(2) .mod-header > span,
.flex-a .content-item:nth-child(4):nth-last-child(1) .mod-header > span,
.flex-a .content-item:nth-child(2):nth-last-child(4) .mod-header > span,
.flex-a .content-item:nth-child(3):nth-last-child(3) .mod-header > span,
.flex-a .content-item:nth-child(4):nth-last-child(2) .mod-header > span,
.flex-a .content-item:nth-child(5):nth-last-child(1) .mod-header > span {
  border: 0;
  height: 18px;
}
.flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header p,
.flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header p,
.flex-a .content-item:nth-child(3):nth-last-child(2) .mod-header p,
.flex-a .content-item:nth-child(4):nth-last-child(1) .mod-header p,
.flex-a .content-item:nth-child(2):nth-last-child(4) .mod-header p,
.flex-a .content-item:nth-child(3):nth-last-child(3) .mod-header p,
.flex-a .content-item:nth-child(4):nth-last-child(2) .mod-header p,
.flex-a .content-item:nth-child(5):nth-last-child(1) .mod-header p {
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
}
.flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title,
.flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title,
.flex-a .content-item:nth-child(3):nth-last-child(2) .mod-header .mod-title,
.flex-a .content-item:nth-child(4):nth-last-child(1) .mod-header .mod-title,
.flex-a .content-item:nth-child(2):nth-last-child(4) .mod-header .mod-title,
.flex-a .content-item:nth-child(3):nth-last-child(3) .mod-header .mod-title,
.flex-a .content-item:nth-child(4):nth-last-child(2) .mod-header .mod-title,
.flex-a .content-item:nth-child(5):nth-last-child(1) .mod-header .mod-title {
  padding: 20px 16px 0;
  font-size: 22px;
}
.flex-a .content-item:nth-child(2):nth-last-child(2) .mod-footer,
.flex-a .content-item:nth-child(3):nth-last-child(1) .mod-footer,
.flex-a .content-item:nth-child(3):nth-last-child(2) .mod-footer,
.flex-a .content-item:nth-child(4):nth-last-child(1) .mod-footer,
.flex-a .content-item:nth-child(2):nth-last-child(4) .mod-footer,
.flex-a .content-item:nth-child(3):nth-last-child(3) .mod-footer,
.flex-a .content-item:nth-child(4):nth-last-child(2) .mod-footer,
.flex-a .content-item:nth-child(5):nth-last-child(1) .mod-footer {
  margin: 0;
  padding: 18px 0;
  width: 100%;
}
.flex-a .content-item:nth-child(2):nth-last-child(2) figure .view-video,
.flex-a .content-item:nth-child(3):nth-last-child(1) figure .view-video,
.flex-a .content-item:nth-child(3):nth-last-child(2) figure .view-video,
.flex-a .content-item:nth-child(4):nth-last-child(1) figure .view-video,
.flex-a .content-item:nth-child(2):nth-last-child(4) figure .view-video,
.flex-a .content-item:nth-child(3):nth-last-child(3) figure .view-video,
.flex-a .content-item:nth-child(4):nth-last-child(2) figure .view-video,
.flex-a .content-item:nth-child(5):nth-last-child(1) figure .view-video {
  background-size: 22%;
}
.flex-a .content-item:nth-child(1):nth-last-child(4),
.flex-a .content-item:nth-child(2):nth-last-child(3),
.flex-a .content-item:nth-child(1):nth-last-child(5) {
  width: calc(33% - 8px);
  float: left;
  min-height: 700px;
  margin-bottom: 38px;
}
.flex-a .content-item:nth-child(1):nth-last-child(4) .mod-header,
.flex-a .content-item:nth-child(2):nth-last-child(3) .mod-header,
.flex-a .content-item:nth-child(1):nth-last-child(5) .mod-header {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
}
.flex-a .content-item:nth-child(1):nth-last-child(4) .mod-header > span,
.flex-a .content-item:nth-child(2):nth-last-child(3) .mod-header > span,
.flex-a .content-item:nth-child(1):nth-last-child(5) .mod-header > span {
  height: 26px;
}
.flex-a .content-item:nth-child(1):nth-last-child(4) .mod-header p,
.flex-a .content-item:nth-child(2):nth-last-child(3) .mod-header p,
.flex-a .content-item:nth-child(1):nth-last-child(5) .mod-header p {
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
}
.flex-a .content-item:nth-child(1):nth-last-child(4) .mod-header .mod-title,
.flex-a .content-item:nth-child(2):nth-last-child(3) .mod-header .mod-title,
.flex-a .content-item:nth-child(1):nth-last-child(5) .mod-header .mod-title {
  padding: 32px 16px 0;
  font-size: 30px;
}
.flex-a .content-item:nth-child(1):nth-last-child(4) .mod-footer,
.flex-a .content-item:nth-child(2):nth-last-child(3) .mod-footer,
.flex-a .content-item:nth-child(1):nth-last-child(5) .mod-footer {
  margin: 0;
  padding: 15px 0 32px;
  width: 100%;
}
.flex-a .content-item:nth-child(1):nth-last-child(4) figure .view-video,
.flex-a .content-item:nth-child(2):nth-last-child(3) figure .view-video,
.flex-a .content-item:nth-child(1):nth-last-child(5) figure .view-video {
  background-size: 22%;
}
.flex-a .content-item:nth-child(3):nth-last-child(4),
.flex-a .content-item:nth-child(4):nth-last-child(3),
.flex-a .content-item:nth-child(5):nth-last-child(2),
.flex-a .content-item:nth-child(6):nth-last-child(1) {
  width: calc(25% - 12px);
  float: left;
  margin-bottom: 50px;
}
.flex-a .content-item:nth-child(3):nth-last-child(4) .mod-header,
.flex-a .content-item:nth-child(4):nth-last-child(3) .mod-header,
.flex-a .content-item:nth-child(5):nth-last-child(2) .mod-header,
.flex-a .content-item:nth-child(6):nth-last-child(1) .mod-header {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
}
.flex-a .content-item:nth-child(3):nth-last-child(4) .mod-header > span,
.flex-a .content-item:nth-child(4):nth-last-child(3) .mod-header > span,
.flex-a .content-item:nth-child(5):nth-last-child(2) .mod-header > span,
.flex-a .content-item:nth-child(6):nth-last-child(1) .mod-header > span {
  height: 18px;
}
.flex-a .content-item:nth-child(3):nth-last-child(4) .mod-header p,
.flex-a .content-item:nth-child(4):nth-last-child(3) .mod-header p,
.flex-a .content-item:nth-child(5):nth-last-child(2) .mod-header p,
.flex-a .content-item:nth-child(6):nth-last-child(1) .mod-header p {
  font-size: 12px;
  margin-top: 0;
  padding-top: 0;
}
.flex-a .content-item:nth-child(3):nth-last-child(4) .mod-header .mod-title,
.flex-a .content-item:nth-child(4):nth-last-child(3) .mod-header .mod-title,
.flex-a .content-item:nth-child(5):nth-last-child(2) .mod-header .mod-title,
.flex-a .content-item:nth-child(6):nth-last-child(1) .mod-header .mod-title {
  padding: 20px 16px 0;
  font-size: 18px;
}
.flex-a .content-item:nth-child(3):nth-last-child(4) .mod-footer,
.flex-a .content-item:nth-child(4):nth-last-child(3) .mod-footer,
.flex-a .content-item:nth-child(5):nth-last-child(2) .mod-footer,
.flex-a .content-item:nth-child(6):nth-last-child(1) .mod-footer {
  margin: 0;
  padding: 24px 0 20px;
  width: 100%;
}
.flex-a .content-item:nth-child(3):nth-last-child(4) figure .view-video,
.flex-a .content-item:nth-child(4):nth-last-child(3) figure .view-video,
.flex-a .content-item:nth-child(5):nth-last-child(2) figure .view-video,
.flex-a .content-item:nth-child(6):nth-last-child(1) figure .view-video {
  background-size: 30%;
}
.flex-a .content-item:nth-child(1):nth-last-child(4),
.flex-a .content-item:nth-child(2):nth-last-child(3),
.flex-a .content-item:nth-child(3):nth-last-child(2),
.flex-a .content-item:nth-child(4):nth-last-child(1) {
  width: calc(33% - 7px);
}
.flex-a .content-item:nth-child(1):nth-last-child(4) figure .view-video,
.flex-a .content-item:nth-child(2):nth-last-child(3) figure .view-video,
.flex-a .content-item:nth-child(3):nth-last-child(2) figure .view-video,
.flex-a .content-item:nth-child(4):nth-last-child(1) figure .view-video {
  background-size: 22%;
}
.flex-a .content-item:nth-child(2):nth-last-child(2),
.flex-a .content-item:nth-child(3):nth-last-child(1),
.flex-a .content-item:nth-child(3):nth-last-child(2),
.flex-a .content-item:nth-child(4):nth-last-child(1),
.flex-a .content-item:nth-child(2):nth-last-child(4),
.flex-a .content-item:nth-child(4):nth-last-child(2),
.flex-a .content-item:nth-child(2):nth-last-child(5) {
  margin-right: 0;
}

.flex-b .content-item:nth-child(1):nth-last-child(1), .flex-c .content-item:nth-child(1):nth-last-child(1) {
  margin-bottom: 40px;
}
.flex-b .content-item:nth-child(1):nth-last-child(1) .mod-header,
.flex-b .content-item:nth-child(1):nth-last-child(1) .mod-footer, .flex-c .content-item:nth-child(1):nth-last-child(1) .mod-header,
.flex-c .content-item:nth-child(1):nth-last-child(1) .mod-footer {
  margin: 0 auto;
  max-width: 650px;
}
.flex-b .content-item:nth-child(1):nth-last-child(1) .mod-header, .flex-c .content-item:nth-child(1):nth-last-child(1) .mod-header {
  margin: -32px auto 0;
}
.flex-b .content-item:nth-child(1):nth-last-child(1) .mod-header > span, .flex-c .content-item:nth-child(1):nth-last-child(1) .mod-header > span {
  border: 3px solid #000;
  border-bottom: 0;
  height: 32px;
}
.flex-b .content-item:nth-child(1):nth-last-child(1) .mod-header .mod-title, .flex-c .content-item:nth-child(1):nth-last-child(1) .mod-header .mod-title {
  padding: 0 60px 0;
}
.flex-b .content-item:nth-child(1):nth-last-child(1) .mod-footer, .flex-c .content-item:nth-child(1):nth-last-child(1) .mod-footer {
  padding-bottom: 0;
}
.flex-b .content-item:nth-child(1):nth-last-child(1) .view-gallery, .flex-c .content-item:nth-child(1):nth-last-child(1) .view-gallery {
  left: 20px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  font-size: 28px;
}
.flex-b .content-item:nth-child(1):nth-last-child(5),
.flex-b .content-item:nth-child(2):nth-last-child(4),
.flex-b .content-item:nth-child(1):nth-last-child(2),
.flex-b .content-item:nth-child(2):nth-last-child(1), .flex-c .content-item:nth-child(1):nth-last-child(5),
.flex-c .content-item:nth-child(2):nth-last-child(4),
.flex-c .content-item:nth-child(1):nth-last-child(2),
.flex-c .content-item:nth-child(2):nth-last-child(1) {
  width: 475px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.flex-b .content-item:nth-child(1):nth-last-child(5) .mod-header,
.flex-b .content-item:nth-child(2):nth-last-child(4) .mod-header,
.flex-b .content-item:nth-child(1):nth-last-child(2) .mod-header,
.flex-b .content-item:nth-child(2):nth-last-child(1) .mod-header, .flex-c .content-item:nth-child(1):nth-last-child(5) .mod-header,
.flex-c .content-item:nth-child(2):nth-last-child(4) .mod-header,
.flex-c .content-item:nth-child(1):nth-last-child(2) .mod-header,
.flex-c .content-item:nth-child(2):nth-last-child(1) .mod-header {
  width: calc(100% - 32px);
}
.flex-b .content-item:nth-child(1):nth-last-child(5) .mod-header > span,
.flex-b .content-item:nth-child(2):nth-last-child(4) .mod-header > span,
.flex-b .content-item:nth-child(1):nth-last-child(2) .mod-header > span,
.flex-b .content-item:nth-child(2):nth-last-child(1) .mod-header > span, .flex-c .content-item:nth-child(1):nth-last-child(5) .mod-header > span,
.flex-c .content-item:nth-child(2):nth-last-child(4) .mod-header > span,
.flex-c .content-item:nth-child(1):nth-last-child(2) .mod-header > span,
.flex-c .content-item:nth-child(2):nth-last-child(1) .mod-header > span {
  height: 18px;
}
.flex-b .content-item:nth-child(1):nth-last-child(5) .mod-header p,
.flex-b .content-item:nth-child(2):nth-last-child(4) .mod-header p,
.flex-b .content-item:nth-child(1):nth-last-child(2) .mod-header p,
.flex-b .content-item:nth-child(2):nth-last-child(1) .mod-header p, .flex-c .content-item:nth-child(1):nth-last-child(5) .mod-header p,
.flex-c .content-item:nth-child(2):nth-last-child(4) .mod-header p,
.flex-c .content-item:nth-child(1):nth-last-child(2) .mod-header p,
.flex-c .content-item:nth-child(2):nth-last-child(1) .mod-header p {
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
}
.flex-b .content-item:nth-child(1):nth-last-child(5) .mod-header .mod-title,
.flex-b .content-item:nth-child(2):nth-last-child(4) .mod-header .mod-title,
.flex-b .content-item:nth-child(1):nth-last-child(2) .mod-header .mod-title,
.flex-b .content-item:nth-child(2):nth-last-child(1) .mod-header .mod-title, .flex-c .content-item:nth-child(1):nth-last-child(5) .mod-header .mod-title,
.flex-c .content-item:nth-child(2):nth-last-child(4) .mod-header .mod-title,
.flex-c .content-item:nth-child(1):nth-last-child(2) .mod-header .mod-title,
.flex-c .content-item:nth-child(2):nth-last-child(1) .mod-header .mod-title {
  padding: 20px 36px 0;
  font-size: 30px;
}
.flex-b .content-item:nth-child(1):nth-last-child(5) .mod-footer,
.flex-b .content-item:nth-child(2):nth-last-child(4) .mod-footer,
.flex-b .content-item:nth-child(1):nth-last-child(2) .mod-footer,
.flex-b .content-item:nth-child(2):nth-last-child(1) .mod-footer, .flex-c .content-item:nth-child(1):nth-last-child(5) .mod-footer,
.flex-c .content-item:nth-child(2):nth-last-child(4) .mod-footer,
.flex-c .content-item:nth-child(1):nth-last-child(2) .mod-footer,
.flex-c .content-item:nth-child(2):nth-last-child(1) .mod-footer {
  padding: 10px 0;
  width: calc(100% - 32px);
}
.flex-b .content-item:nth-child(1):nth-last-child(5) .view-gallery,
.flex-b .content-item:nth-child(2):nth-last-child(4) .view-gallery,
.flex-b .content-item:nth-child(1):nth-last-child(2) .view-gallery,
.flex-b .content-item:nth-child(2):nth-last-child(1) .view-gallery, .flex-c .content-item:nth-child(1):nth-last-child(5) .view-gallery,
.flex-c .content-item:nth-child(2):nth-last-child(4) .view-gallery,
.flex-c .content-item:nth-child(1):nth-last-child(2) .view-gallery,
.flex-c .content-item:nth-child(2):nth-last-child(1) .view-gallery {
  left: 16px;
  bottom: 32px;
  width: 40px;
  height: 40px;
  font-size: 28px;
}
.flex-b .content-item:nth-child(1):nth-last-child(5) figure .view-video,
.flex-b .content-item:nth-child(2):nth-last-child(4) figure .view-video,
.flex-b .content-item:nth-child(1):nth-last-child(2) figure .view-video,
.flex-b .content-item:nth-child(2):nth-last-child(1) figure .view-video, .flex-c .content-item:nth-child(1):nth-last-child(5) figure .view-video,
.flex-c .content-item:nth-child(2):nth-last-child(4) figure .view-video,
.flex-c .content-item:nth-child(1):nth-last-child(2) figure .view-video,
.flex-c .content-item:nth-child(2):nth-last-child(1) figure .view-video {
  background-size: 18%;
}
.flex-b .content-item:nth-child(1):nth-last-child(6),
.flex-b .content-item:nth-child(2):nth-last-child(5),
.flex-b .content-item:nth-child(3):nth-last-child(4),
.flex-b .content-item:nth-child(4):nth-last-child(3),
.flex-b .content-item:nth-child(5):nth-last-child(2),
.flex-b .content-item:nth-child(6):nth-last-child(1),
.flex-b .content-item:nth-child(3):nth-last-child(3),
.flex-b .content-item:nth-child(4):nth-last-child(2),
.flex-b .content-item:nth-child(5):nth-last-child(1),
.flex-b .content-item:nth-child(1):nth-last-child(3),
.flex-b .content-item:nth-child(2):nth-last-child(2),
.flex-b .content-item:nth-child(3):nth-last-child(1), .flex-c .content-item:nth-child(1):nth-last-child(6),
.flex-c .content-item:nth-child(2):nth-last-child(5),
.flex-c .content-item:nth-child(3):nth-last-child(4),
.flex-c .content-item:nth-child(4):nth-last-child(3),
.flex-c .content-item:nth-child(5):nth-last-child(2),
.flex-c .content-item:nth-child(6):nth-last-child(1),
.flex-c .content-item:nth-child(3):nth-last-child(3),
.flex-c .content-item:nth-child(4):nth-last-child(2),
.flex-c .content-item:nth-child(5):nth-last-child(1),
.flex-c .content-item:nth-child(1):nth-last-child(3),
.flex-c .content-item:nth-child(2):nth-last-child(2),
.flex-c .content-item:nth-child(3):nth-last-child(1) {
  width: 305px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.flex-b .content-item:nth-child(1):nth-last-child(6) .mod-header,
.flex-b .content-item:nth-child(2):nth-last-child(5) .mod-header,
.flex-b .content-item:nth-child(3):nth-last-child(4) .mod-header,
.flex-b .content-item:nth-child(4):nth-last-child(3) .mod-header,
.flex-b .content-item:nth-child(5):nth-last-child(2) .mod-header,
.flex-b .content-item:nth-child(6):nth-last-child(1) .mod-header,
.flex-b .content-item:nth-child(3):nth-last-child(3) .mod-header,
.flex-b .content-item:nth-child(4):nth-last-child(2) .mod-header,
.flex-b .content-item:nth-child(5):nth-last-child(1) .mod-header,
.flex-b .content-item:nth-child(1):nth-last-child(3) .mod-header,
.flex-b .content-item:nth-child(2):nth-last-child(2) .mod-header,
.flex-b .content-item:nth-child(3):nth-last-child(1) .mod-header, .flex-c .content-item:nth-child(1):nth-last-child(6) .mod-header,
.flex-c .content-item:nth-child(2):nth-last-child(5) .mod-header,
.flex-c .content-item:nth-child(3):nth-last-child(4) .mod-header,
.flex-c .content-item:nth-child(4):nth-last-child(3) .mod-header,
.flex-c .content-item:nth-child(5):nth-last-child(2) .mod-header,
.flex-c .content-item:nth-child(6):nth-last-child(1) .mod-header,
.flex-c .content-item:nth-child(3):nth-last-child(3) .mod-header,
.flex-c .content-item:nth-child(4):nth-last-child(2) .mod-header,
.flex-c .content-item:nth-child(5):nth-last-child(1) .mod-header,
.flex-c .content-item:nth-child(1):nth-last-child(3) .mod-header,
.flex-c .content-item:nth-child(2):nth-last-child(2) .mod-header,
.flex-c .content-item:nth-child(3):nth-last-child(1) .mod-header {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
}
.flex-b .content-item:nth-child(1):nth-last-child(6) .mod-header > span,
.flex-b .content-item:nth-child(2):nth-last-child(5) .mod-header > span,
.flex-b .content-item:nth-child(3):nth-last-child(4) .mod-header > span,
.flex-b .content-item:nth-child(4):nth-last-child(3) .mod-header > span,
.flex-b .content-item:nth-child(5):nth-last-child(2) .mod-header > span,
.flex-b .content-item:nth-child(6):nth-last-child(1) .mod-header > span,
.flex-b .content-item:nth-child(3):nth-last-child(3) .mod-header > span,
.flex-b .content-item:nth-child(4):nth-last-child(2) .mod-header > span,
.flex-b .content-item:nth-child(5):nth-last-child(1) .mod-header > span,
.flex-b .content-item:nth-child(1):nth-last-child(3) .mod-header > span,
.flex-b .content-item:nth-child(2):nth-last-child(2) .mod-header > span,
.flex-b .content-item:nth-child(3):nth-last-child(1) .mod-header > span, .flex-c .content-item:nth-child(1):nth-last-child(6) .mod-header > span,
.flex-c .content-item:nth-child(2):nth-last-child(5) .mod-header > span,
.flex-c .content-item:nth-child(3):nth-last-child(4) .mod-header > span,
.flex-c .content-item:nth-child(4):nth-last-child(3) .mod-header > span,
.flex-c .content-item:nth-child(5):nth-last-child(2) .mod-header > span,
.flex-c .content-item:nth-child(6):nth-last-child(1) .mod-header > span,
.flex-c .content-item:nth-child(3):nth-last-child(3) .mod-header > span,
.flex-c .content-item:nth-child(4):nth-last-child(2) .mod-header > span,
.flex-c .content-item:nth-child(5):nth-last-child(1) .mod-header > span,
.flex-c .content-item:nth-child(1):nth-last-child(3) .mod-header > span,
.flex-c .content-item:nth-child(2):nth-last-child(2) .mod-header > span,
.flex-c .content-item:nth-child(3):nth-last-child(1) .mod-header > span {
  border: 0;
  height: 18px;
}
.flex-b .content-item:nth-child(1):nth-last-child(6) .mod-header p,
.flex-b .content-item:nth-child(2):nth-last-child(5) .mod-header p,
.flex-b .content-item:nth-child(3):nth-last-child(4) .mod-header p,
.flex-b .content-item:nth-child(4):nth-last-child(3) .mod-header p,
.flex-b .content-item:nth-child(5):nth-last-child(2) .mod-header p,
.flex-b .content-item:nth-child(6):nth-last-child(1) .mod-header p,
.flex-b .content-item:nth-child(3):nth-last-child(3) .mod-header p,
.flex-b .content-item:nth-child(4):nth-last-child(2) .mod-header p,
.flex-b .content-item:nth-child(5):nth-last-child(1) .mod-header p,
.flex-b .content-item:nth-child(1):nth-last-child(3) .mod-header p,
.flex-b .content-item:nth-child(2):nth-last-child(2) .mod-header p,
.flex-b .content-item:nth-child(3):nth-last-child(1) .mod-header p, .flex-c .content-item:nth-child(1):nth-last-child(6) .mod-header p,
.flex-c .content-item:nth-child(2):nth-last-child(5) .mod-header p,
.flex-c .content-item:nth-child(3):nth-last-child(4) .mod-header p,
.flex-c .content-item:nth-child(4):nth-last-child(3) .mod-header p,
.flex-c .content-item:nth-child(5):nth-last-child(2) .mod-header p,
.flex-c .content-item:nth-child(6):nth-last-child(1) .mod-header p,
.flex-c .content-item:nth-child(3):nth-last-child(3) .mod-header p,
.flex-c .content-item:nth-child(4):nth-last-child(2) .mod-header p,
.flex-c .content-item:nth-child(5):nth-last-child(1) .mod-header p,
.flex-c .content-item:nth-child(1):nth-last-child(3) .mod-header p,
.flex-c .content-item:nth-child(2):nth-last-child(2) .mod-header p,
.flex-c .content-item:nth-child(3):nth-last-child(1) .mod-header p {
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
}
.flex-b .content-item:nth-child(1):nth-last-child(6) .mod-header .mod-title,
.flex-b .content-item:nth-child(2):nth-last-child(5) .mod-header .mod-title,
.flex-b .content-item:nth-child(3):nth-last-child(4) .mod-header .mod-title,
.flex-b .content-item:nth-child(4):nth-last-child(3) .mod-header .mod-title,
.flex-b .content-item:nth-child(5):nth-last-child(2) .mod-header .mod-title,
.flex-b .content-item:nth-child(6):nth-last-child(1) .mod-header .mod-title,
.flex-b .content-item:nth-child(3):nth-last-child(3) .mod-header .mod-title,
.flex-b .content-item:nth-child(4):nth-last-child(2) .mod-header .mod-title,
.flex-b .content-item:nth-child(5):nth-last-child(1) .mod-header .mod-title,
.flex-b .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title,
.flex-b .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title,
.flex-b .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title, .flex-c .content-item:nth-child(1):nth-last-child(6) .mod-header .mod-title,
.flex-c .content-item:nth-child(2):nth-last-child(5) .mod-header .mod-title,
.flex-c .content-item:nth-child(3):nth-last-child(4) .mod-header .mod-title,
.flex-c .content-item:nth-child(4):nth-last-child(3) .mod-header .mod-title,
.flex-c .content-item:nth-child(5):nth-last-child(2) .mod-header .mod-title,
.flex-c .content-item:nth-child(6):nth-last-child(1) .mod-header .mod-title,
.flex-c .content-item:nth-child(3):nth-last-child(3) .mod-header .mod-title,
.flex-c .content-item:nth-child(4):nth-last-child(2) .mod-header .mod-title,
.flex-c .content-item:nth-child(5):nth-last-child(1) .mod-header .mod-title,
.flex-c .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title,
.flex-c .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title,
.flex-c .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title {
  padding: 15px 16px 0;
  font-size: 22px;
}
.flex-b .content-item:nth-child(1):nth-last-child(6) .mod-footer,
.flex-b .content-item:nth-child(2):nth-last-child(5) .mod-footer,
.flex-b .content-item:nth-child(3):nth-last-child(4) .mod-footer,
.flex-b .content-item:nth-child(4):nth-last-child(3) .mod-footer,
.flex-b .content-item:nth-child(5):nth-last-child(2) .mod-footer,
.flex-b .content-item:nth-child(6):nth-last-child(1) .mod-footer,
.flex-b .content-item:nth-child(3):nth-last-child(3) .mod-footer,
.flex-b .content-item:nth-child(4):nth-last-child(2) .mod-footer,
.flex-b .content-item:nth-child(5):nth-last-child(1) .mod-footer,
.flex-b .content-item:nth-child(1):nth-last-child(3) .mod-footer,
.flex-b .content-item:nth-child(2):nth-last-child(2) .mod-footer,
.flex-b .content-item:nth-child(3):nth-last-child(1) .mod-footer, .flex-c .content-item:nth-child(1):nth-last-child(6) .mod-footer,
.flex-c .content-item:nth-child(2):nth-last-child(5) .mod-footer,
.flex-c .content-item:nth-child(3):nth-last-child(4) .mod-footer,
.flex-c .content-item:nth-child(4):nth-last-child(3) .mod-footer,
.flex-c .content-item:nth-child(5):nth-last-child(2) .mod-footer,
.flex-c .content-item:nth-child(6):nth-last-child(1) .mod-footer,
.flex-c .content-item:nth-child(3):nth-last-child(3) .mod-footer,
.flex-c .content-item:nth-child(4):nth-last-child(2) .mod-footer,
.flex-c .content-item:nth-child(5):nth-last-child(1) .mod-footer,
.flex-c .content-item:nth-child(1):nth-last-child(3) .mod-footer,
.flex-c .content-item:nth-child(2):nth-last-child(2) .mod-footer,
.flex-c .content-item:nth-child(3):nth-last-child(1) .mod-footer {
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.flex-b .content-item:nth-child(1):nth-last-child(6) figure .view-video,
.flex-b .content-item:nth-child(2):nth-last-child(5) figure .view-video,
.flex-b .content-item:nth-child(3):nth-last-child(4) figure .view-video,
.flex-b .content-item:nth-child(4):nth-last-child(3) figure .view-video,
.flex-b .content-item:nth-child(5):nth-last-child(2) figure .view-video,
.flex-b .content-item:nth-child(6):nth-last-child(1) figure .view-video,
.flex-b .content-item:nth-child(3):nth-last-child(3) figure .view-video,
.flex-b .content-item:nth-child(4):nth-last-child(2) figure .view-video,
.flex-b .content-item:nth-child(5):nth-last-child(1) figure .view-video,
.flex-b .content-item:nth-child(1):nth-last-child(3) figure .view-video,
.flex-b .content-item:nth-child(2):nth-last-child(2) figure .view-video,
.flex-b .content-item:nth-child(3):nth-last-child(1) figure .view-video, .flex-c .content-item:nth-child(1):nth-last-child(6) figure .view-video,
.flex-c .content-item:nth-child(2):nth-last-child(5) figure .view-video,
.flex-c .content-item:nth-child(3):nth-last-child(4) figure .view-video,
.flex-c .content-item:nth-child(4):nth-last-child(3) figure .view-video,
.flex-c .content-item:nth-child(5):nth-last-child(2) figure .view-video,
.flex-c .content-item:nth-child(6):nth-last-child(1) figure .view-video,
.flex-c .content-item:nth-child(3):nth-last-child(3) figure .view-video,
.flex-c .content-item:nth-child(4):nth-last-child(2) figure .view-video,
.flex-c .content-item:nth-child(5):nth-last-child(1) figure .view-video,
.flex-c .content-item:nth-child(1):nth-last-child(3) figure .view-video,
.flex-c .content-item:nth-child(2):nth-last-child(2) figure .view-video,
.flex-c .content-item:nth-child(3):nth-last-child(1) figure .view-video {
  background-size: 22%;
}
.flex-b .content-item:nth-child(1):nth-last-child(4),
.flex-b .content-item:nth-child(2):nth-last-child(3),
.flex-b .content-item:nth-child(3):nth-last-child(2),
.flex-b .content-item:nth-child(4):nth-last-child(1), .flex-c .content-item:nth-child(1):nth-last-child(4),
.flex-c .content-item:nth-child(2):nth-last-child(3),
.flex-c .content-item:nth-child(3):nth-last-child(2),
.flex-c .content-item:nth-child(4):nth-last-child(1) {
  width: 225px;
  float: left;
  margin-bottom: 50px;
}
.flex-b .content-item:nth-child(1):nth-last-child(4) .mod-header,
.flex-b .content-item:nth-child(2):nth-last-child(3) .mod-header,
.flex-b .content-item:nth-child(3):nth-last-child(2) .mod-header,
.flex-b .content-item:nth-child(4):nth-last-child(1) .mod-header, .flex-c .content-item:nth-child(1):nth-last-child(4) .mod-header,
.flex-c .content-item:nth-child(2):nth-last-child(3) .mod-header,
.flex-c .content-item:nth-child(3):nth-last-child(2) .mod-header,
.flex-c .content-item:nth-child(4):nth-last-child(1) .mod-header {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
}
.flex-b .content-item:nth-child(1):nth-last-child(4) .mod-header > span,
.flex-b .content-item:nth-child(2):nth-last-child(3) .mod-header > span,
.flex-b .content-item:nth-child(3):nth-last-child(2) .mod-header > span,
.flex-b .content-item:nth-child(4):nth-last-child(1) .mod-header > span, .flex-c .content-item:nth-child(1):nth-last-child(4) .mod-header > span,
.flex-c .content-item:nth-child(2):nth-last-child(3) .mod-header > span,
.flex-c .content-item:nth-child(3):nth-last-child(2) .mod-header > span,
.flex-c .content-item:nth-child(4):nth-last-child(1) .mod-header > span {
  height: 18px;
}
.flex-b .content-item:nth-child(1):nth-last-child(4) .mod-header p,
.flex-b .content-item:nth-child(2):nth-last-child(3) .mod-header p,
.flex-b .content-item:nth-child(3):nth-last-child(2) .mod-header p,
.flex-b .content-item:nth-child(4):nth-last-child(1) .mod-header p, .flex-c .content-item:nth-child(1):nth-last-child(4) .mod-header p,
.flex-c .content-item:nth-child(2):nth-last-child(3) .mod-header p,
.flex-c .content-item:nth-child(3):nth-last-child(2) .mod-header p,
.flex-c .content-item:nth-child(4):nth-last-child(1) .mod-header p {
  font-size: 12px;
  margin-top: 0;
  padding-top: 0;
}
.flex-b .content-item:nth-child(1):nth-last-child(4) .mod-header .mod-title,
.flex-b .content-item:nth-child(2):nth-last-child(3) .mod-header .mod-title,
.flex-b .content-item:nth-child(3):nth-last-child(2) .mod-header .mod-title,
.flex-b .content-item:nth-child(4):nth-last-child(1) .mod-header .mod-title, .flex-c .content-item:nth-child(1):nth-last-child(4) .mod-header .mod-title,
.flex-c .content-item:nth-child(2):nth-last-child(3) .mod-header .mod-title,
.flex-c .content-item:nth-child(3):nth-last-child(2) .mod-header .mod-title,
.flex-c .content-item:nth-child(4):nth-last-child(1) .mod-header .mod-title {
  padding: 15px 16px 0;
  font-size: 18px;
}
.flex-b .content-item:nth-child(1):nth-last-child(4) .mod-footer,
.flex-b .content-item:nth-child(2):nth-last-child(3) .mod-footer,
.flex-b .content-item:nth-child(3):nth-last-child(2) .mod-footer,
.flex-b .content-item:nth-child(4):nth-last-child(1) .mod-footer, .flex-c .content-item:nth-child(1):nth-last-child(4) .mod-footer,
.flex-c .content-item:nth-child(2):nth-last-child(3) .mod-footer,
.flex-c .content-item:nth-child(3):nth-last-child(2) .mod-footer,
.flex-c .content-item:nth-child(4):nth-last-child(1) .mod-footer {
  margin: 0;
  padding: 24px 0 20px;
  width: 100%;
}
.flex-b .content-item:nth-child(1):nth-last-child(4) figure .view-video,
.flex-b .content-item:nth-child(2):nth-last-child(3) figure .view-video,
.flex-b .content-item:nth-child(3):nth-last-child(2) figure .view-video,
.flex-b .content-item:nth-child(4):nth-last-child(1) figure .view-video, .flex-c .content-item:nth-child(1):nth-last-child(4) figure .view-video,
.flex-c .content-item:nth-child(2):nth-last-child(3) figure .view-video,
.flex-c .content-item:nth-child(3):nth-last-child(2) figure .view-video,
.flex-c .content-item:nth-child(4):nth-last-child(1) figure .view-video {
  background-size: 30%;
}
.flex-b .content-item:nth-child(3):nth-last-child(4),
.flex-b .content-item:nth-child(2):nth-last-child(4), .flex-c .content-item:nth-child(3):nth-last-child(4),
.flex-c .content-item:nth-child(2):nth-last-child(4) {
  margin-right: 0;
}

.fixed-a-ad figure,
.fixed-b-ad figure {
  margin-bottom: 0;
}
.fixed-a-ad figure img,
.fixed-b-ad figure img {
  display: block;
  width: 100%;
}
.fixed-a-ad .mod-header,
.fixed-b-ad .mod-header {
  background: #fff;
  margin: -15px auto 0;
  position: relative;
  width: 100%;
}
.fixed-a-ad .mod-header > span,
.fixed-b-ad .mod-header > span {
  display: block;
  height: 24px;
}
.fixed-a-ad .mod-header p,
.fixed-b-ad .mod-header p {
  display: block;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 15px;
}
.fixed-a-ad .mod-header .mod-title,
.fixed-b-ad .mod-header .mod-title {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0 12px;
}
.fixed-a-ad .mod-footer,
.fixed-b-ad .mod-footer {
  margin: 0 auto;
  padding-top: 16px;
  position: relative;
  text-align: center;
  width: 100%;
}
.fixed-a-ad .mod-footer address,
.fixed-a-ad .mod-footer .mod-comments,
.fixed-a-ad .mod-footer .mod-date,
.fixed-b-ad .mod-footer address,
.fixed-b-ad .mod-footer .mod-comments,
.fixed-b-ad .mod-footer .mod-date {
  color: #999;
  font-size: 14px;
  vertical-align: middle;
}
.fixed-a-ad .mod-footer address strong,
.fixed-a-ad .mod-footer .mod-comments strong,
.fixed-a-ad .mod-footer .mod-date strong,
.fixed-b-ad .mod-footer address strong,
.fixed-b-ad .mod-footer .mod-comments strong,
.fixed-b-ad .mod-footer .mod-date strong {
  font-weight: normal;
}
.fixed-a-ad .mod-footer address i,
.fixed-a-ad .mod-footer .mod-comments i,
.fixed-a-ad .mod-footer .mod-date i,
.fixed-b-ad .mod-footer address i,
.fixed-b-ad .mod-footer .mod-comments i,
.fixed-b-ad .mod-footer .mod-date i {
  font-size: 18px;
  vertical-align: sub;
}
.fixed-a-ad .content-item:nth-child(2):nth-last-child(3),
.fixed-a-ad .content-item:nth-child(1):nth-last-child(3),
.fixed-a-ad .content-item:nth-child(2):nth-last-child(2),
.fixed-b-ad .content-item:nth-child(2):nth-last-child(3),
.fixed-b-ad .content-item:nth-child(1):nth-last-child(3),
.fixed-b-ad .content-item:nth-child(2):nth-last-child(2) {
  width: 310px;
  float: left;
  margin-bottom: 40px;
}
.fixed-a-ad .content-item:nth-child(2):nth-last-child(3) .mod-header,
.fixed-a-ad .content-item:nth-child(1):nth-last-child(3) .mod-header,
.fixed-a-ad .content-item:nth-child(2):nth-last-child(2) .mod-header,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(3) .mod-header,
.fixed-b-ad .content-item:nth-child(1):nth-last-child(3) .mod-header,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(2) .mod-header {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
}
.fixed-a-ad .content-item:nth-child(2):nth-last-child(3) .mod-header > span,
.fixed-a-ad .content-item:nth-child(1):nth-last-child(3) .mod-header > span,
.fixed-a-ad .content-item:nth-child(2):nth-last-child(2) .mod-header > span,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(3) .mod-header > span,
.fixed-b-ad .content-item:nth-child(1):nth-last-child(3) .mod-header > span,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(2) .mod-header > span {
  border: 0;
  height: 26px;
}
.fixed-a-ad .content-item:nth-child(2):nth-last-child(3) .mod-header p,
.fixed-a-ad .content-item:nth-child(1):nth-last-child(3) .mod-header p,
.fixed-a-ad .content-item:nth-child(2):nth-last-child(2) .mod-header p,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(3) .mod-header p,
.fixed-b-ad .content-item:nth-child(1):nth-last-child(3) .mod-header p,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(2) .mod-header p {
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
}
.fixed-a-ad .content-item:nth-child(2):nth-last-child(3) .mod-header .mod-title,
.fixed-a-ad .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title,
.fixed-a-ad .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(3) .mod-header .mod-title,
.fixed-b-ad .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title {
  padding: 15px 0 0;
  font-size: 30px;
}
.fixed-a-ad .content-item:nth-child(2):nth-last-child(3) .mod-footer,
.fixed-a-ad .content-item:nth-child(1):nth-last-child(3) .mod-footer,
.fixed-a-ad .content-item:nth-child(2):nth-last-child(2) .mod-footer,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(3) .mod-footer,
.fixed-b-ad .content-item:nth-child(1):nth-last-child(3) .mod-footer,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(2) .mod-footer {
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.fixed-a-ad .content-item:nth-child(2):nth-last-child(3) figure .view-video,
.fixed-a-ad .content-item:nth-child(1):nth-last-child(3) figure .view-video,
.fixed-a-ad .content-item:nth-child(2):nth-last-child(2) figure .view-video,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(3) figure .view-video,
.fixed-b-ad .content-item:nth-child(1):nth-last-child(3) figure .view-video,
.fixed-b-ad .content-item:nth-child(2):nth-last-child(2) figure .view-video {
  background-size: 22%;
}
.fixed-a-ad .content-item:nth-child(3):nth-last-child(2),
.fixed-a-ad .content-item:nth-child(4):nth-last-child(1),
.fixed-b-ad .content-item:nth-child(3):nth-last-child(2),
.fixed-b-ad .content-item:nth-child(4):nth-last-child(1) {
  width: 310px;
  float: left;
  margin-bottom: 40px;
}
.fixed-a-ad .content-item:nth-child(3):nth-last-child(2) .mod-header,
.fixed-a-ad .content-item:nth-child(4):nth-last-child(1) .mod-header,
.fixed-b-ad .content-item:nth-child(3):nth-last-child(2) .mod-header,
.fixed-b-ad .content-item:nth-child(4):nth-last-child(1) .mod-header {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
}
.fixed-a-ad .content-item:nth-child(3):nth-last-child(2) .mod-header > span,
.fixed-a-ad .content-item:nth-child(4):nth-last-child(1) .mod-header > span,
.fixed-b-ad .content-item:nth-child(3):nth-last-child(2) .mod-header > span,
.fixed-b-ad .content-item:nth-child(4):nth-last-child(1) .mod-header > span {
  border: 0;
  height: 18px;
}
.fixed-a-ad .content-item:nth-child(3):nth-last-child(2) .mod-header p,
.fixed-a-ad .content-item:nth-child(4):nth-last-child(1) .mod-header p,
.fixed-b-ad .content-item:nth-child(3):nth-last-child(2) .mod-header p,
.fixed-b-ad .content-item:nth-child(4):nth-last-child(1) .mod-header p {
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
}
.fixed-a-ad .content-item:nth-child(3):nth-last-child(2) .mod-header .mod-title,
.fixed-a-ad .content-item:nth-child(4):nth-last-child(1) .mod-header .mod-title,
.fixed-b-ad .content-item:nth-child(3):nth-last-child(2) .mod-header .mod-title,
.fixed-b-ad .content-item:nth-child(4):nth-last-child(1) .mod-header .mod-title {
  padding: 10px 0 0;
  font-size: 26px;
}
.fixed-a-ad .content-item:nth-child(3):nth-last-child(2) .mod-footer,
.fixed-a-ad .content-item:nth-child(4):nth-last-child(1) .mod-footer,
.fixed-b-ad .content-item:nth-child(3):nth-last-child(2) .mod-footer,
.fixed-b-ad .content-item:nth-child(4):nth-last-child(1) .mod-footer {
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.fixed-a-ad .content-item:nth-child(3):nth-last-child(2) figure .view-video,
.fixed-a-ad .content-item:nth-child(4):nth-last-child(1) figure .view-video,
.fixed-b-ad .content-item:nth-child(3):nth-last-child(2) figure .view-video,
.fixed-b-ad .content-item:nth-child(4):nth-last-child(1) figure .view-video {
  background-size: 22%;
}
.fixed-a-ad .content-item:nth-child(1):nth-last-child(4),
.fixed-a-ad .content-item:nth-child(3):nth-last-child(1),
.fixed-b-ad .content-item:nth-child(1):nth-last-child(4),
.fixed-b-ad .content-item:nth-child(3):nth-last-child(1) {
  width: 310px;
  float: right;
  margin-right: 0;
}
.fixed-a-ad figure .view-video,
.fixed-b-ad figure .view-video {
  background-size: 22%;
}

.fix-c figure .view-gallery {
  left: 16px;
  bottom: 32px;
  width: 40px;
  height: 40px;
}
.fix-c figure .view-video {
  background-size: 22%;
}
.fix-c .auto-items .mod-item {
  height: 320px;
}
.fix-c .content-item {
  float: left;
  width: 310px;
}
.fix-c .content-item .mod-header {
  width: calc(100% - 32px);
  min-height: 110px;
}
.fix-c .content-item .mod-header > span {
  height: 18px;
}
.fix-c .content-item .mod-header p {
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
}
.fix-c .content-item .mod-header .mod-title {
  font-size: 26px;
  padding: 15px 16px 0;
  min-height: 110px;
  height: 110px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.fix-c .content-item .mod-footer {
  padding-top: 24px;
  width: calc(100% - 32px);
}
.fix-c .content-item .mod-footer address {
  display: block;
}
.fix-c .content-item:hover .mod-title {
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  bottom: 0;
  background: #fff;
  padding-bottom: 5px;
  transition: all .25s ease-in-out 0s;
}

.multimedia-item img {
  width: 100%;
  height: auto;
}

.noticia-bt-marca,
.noticia-bt-telva,
.noticia-bt-elmundo,
.noticia-bt-dmedicina {
  width: 100%;
  margin: 40px 0 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .noticia-bt-marca,
  .noticia-bt-telva,
  .noticia-bt-elmundo,
  .noticia-bt-dmedicina {
    width: 33%;
    padding-top: 20px;
    height: 458px;
    margin: 40px 0;
    float: left;
    border-bottom: 4px solid #000;
    border-top: 4px solid #000;
  }
}
.noticia-bt-marca .logo-medios,
.noticia-bt-telva .logo-medios,
.noticia-bt-elmundo .logo-medios,
.noticia-bt-dmedicina .logo-medios {
  text-align: center;
  margin: 0 auto 20px;
  display: block;
}
.noticia-bt-marca h2,
.noticia-bt-telva h2,
.noticia-bt-elmundo h2,
.noticia-bt-dmedicina h2 {
  box-sizing: border-box;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  margin: 0 auto 10px;
  padding: 15px 10px 0;
  text-align: center;
  width: 300px;
}
.noticia-bt-marca p,
.noticia-bt-telva p,
.noticia-bt-elmundo p,
.noticia-bt-dmedicina p {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  width: 300px;
  padding: 0 10px;
  margin: 0 auto;
}
.noticia-bt-marca p.antetitulo,
.noticia-bt-telva p.antetitulo,
.noticia-bt-elmundo p.antetitulo,
.noticia-bt-dmedicina p.antetitulo {
  text-align: center;
  font-size: 14px;
  margin: 20px auto 0;
}
.noticia-bt-marca p.antetitulo::before,
.noticia-bt-telva p.antetitulo::before,
.noticia-bt-elmundo p.antetitulo::before,
.noticia-bt-dmedicina p.antetitulo::before {
  content: "--";
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  display: inline-block;
  margin: 0 8px 4px;
}
.noticia-bt-marca p.antetitulo::after,
.noticia-bt-telva p.antetitulo::after,
.noticia-bt-elmundo p.antetitulo::after,
.noticia-bt-dmedicina p.antetitulo::after {
  content: "--";
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  display: inline-block;
  margin: 0 8px 4px;
}

.main.directorio-a-z .tab-title .container-header .tab-title-text {
  display: none;
}

.directorio > img {
  width: 100%;
}
.directorio h1 {
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  width: calc(100% - 32px);
  margin: -20px 16px 0;
  position: relative;
  background-color: #fff;
}
.directorio h1::before {
  background-color: #fff;
  border: 3px solid #000;
  border-bottom: 0;
  content: "";
  display: block;
  height: 26px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .directorio h1 {
    font-size: 56px;
    line-height: 62px;
    width: 100%;
    max-width: 660px;
    margin: -102px auto 0;
    position: relative;
  }
  .directorio h1::before {
    margin-bottom: 10px;
  }
}
.directorio h2 {
  color: #999;
  background-color: #fff;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  margin: 0 16px;
  padding: 10px 0 28px;
  width: calc(100% - 32px);
}
@media (min-width: 768px) and (max-width: 8000px) {
  .directorio h2 {
    color: #000;
    font-size: 21px;
    line-height: 26px;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    padding-top: 25px;
  }
}
.directorio .listado {
  float: left;
  width: 100%;
  padding: 0;
  padding: 0 16px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .directorio .listado {
    float: left;
    width: 66.66667%;
    padding: 0;
  }
}
.directorio .listado li {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  display: block;
  overflow: hidden;
}
.directorio .listado .multimedia-item {
  float: left;
  height: 140px;
  margin-right: 16px;
  overflow: hidden;
  width: 140px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .directorio .listado .multimedia-item {
    margin-right: 30px;
  }
}
.directorio .listado .multimedia-item img {
  display: block;
  width: 100%;
}
.directorio .listado h3 {
  float: left;
  width: calc(100% - 156px);
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .directorio .listado h3 {
    width: calc(100% - 170px);
  }
}
.directorio .listado h3 a {
  cursor: pointer;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .directorio .listado h3 a {
    font-size: 30px;
  }
}
.directorio .listado p {
  color: #999;
  float: left;
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
  width: calc(100% - 156px);
}
@media (min-width: 768px) and (max-width: 8000px) {
  .directorio .listado p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    width: calc(100% - 170px);
  }
}

.menu-letras {
  display: block;
  text-align: center;
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .menu-letras {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.menu-letras li {
  cursor: pointer;
  display: inline-block;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  margin: 0 8px 0 0;
  text-align: center;
  width: 24px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .menu-letras li {
    font-size: 21px;
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    width: 26px;
  }
}
.menu-letras li:last-child {
  margin-right: 0;
}
.menu-letras li.activo {
  background-color: #000;
  color: #fff;
}
.menu-letras li.activo:hover {
  color: #fff;
}
.menu-letras li:hover {
  color: #a40057;
}

.info-perfil .multimedia-item {
  float: left;
  height: auto;
  width: calc(100% - 32px);
  max-width: none;
}
.info-perfil .multimedia-item img {
  width: 100%;
}
.info-perfil .mod-header {
  float: left;
  width: auto;
  margin: 20px 16px;
}
.info-perfil .mod-header .mod-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.info-perfil .mod-header p {
  font-size: 16px;
  color: #000;
  line-height: 1.6em;
  text-transform: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .info-perfil {
    margin-bottom: 40px;
  }
  .info-perfil .multimedia-item {
    float: left;
    height: 300px;
    width: 300px;
    margin-right: 30px;
  }
  .info-perfil .multimedia-item img {
    width: 100%;
  }
  .info-perfil .mod-header {
    float: left;
    width: calc(100% - 330px);
    margin: 0;
  }
  .info-perfil .mod-header .mod-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .info-perfil .mod-header p {
    font-size: 16px;
    line-height: 30px;
    border-bottom: 0;
  }
}

.view-more-links {
  margin-top: 60px;
  padding: 0 16px;
  text-align: center;
}
.view-more-links a {
  display: table;
  color: #a40057;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
  text-decoration: none;
  margin: 0 auto 30px;
  transition: all 0.5s ease 0s;
}
.view-more-links a:hover {
  border-bottom: 1px solid #c180a2;
}

.lightbox_shadow {
  background: #aaa;
  height: 100%;
  left: 0;
  opacity: .7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.lightbox {
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999999999999;
}
.lightbox iframe {
  height: 100%;
  width: 100%;
}
.lightbox.inicio-sesion {
  background: #fff;
  height: 660px;
  width: 410px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .lightbox.inicio-sesion {
    position: fixed;
    margin-left: -205px;
    padding: 0;
    top: 50%;
    left: 50%;
    margin-top: -330px;
  }
}
.lightbox.inicio-sesion h1 {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
@media (max-width: 768px) {
  .lightbox.inicio-sesion {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
  }
}
.lightbox.send-mail {
  top: 5%;
  margin: 0 auto;
  left: 35%;
}
@media (max-width: 890px) {
  .lightbox.send-mail {
    left: 25%;
  }
}
@media (max-width: 768px) {
  .lightbox.send-mail {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
  }
}
.lightbox.inicio-sesion iframe, .lightbox.inicio-sesion.zona-usuario iframe {
  padding-top: 55px;
  background: #999;
}
@media (max-width: 768px) {
  .lightbox.inicio-sesion, .lightbox.inicio-sesion.zona-usuario {
    position: fixed !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    top: 0 !important;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .lightbox.inicio-sesion iframe, .lightbox.inicio-sesion.zona-usuario iframe {
    width: 100%;
    height: 100%;
  }
}
.lightbox.inicio-sesion.zona-usuario .cerrar {
  display: block;
}
@media (min-width: 990px) and (max-width: 8000px) {
  .lightbox.inicio-sesion.zona-usuario {
    width: 800px;
    margin-left: -400px;
  }
}
.lightbox .cerrar {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 20px;
  background: url('../img/icons/close-black.png') no-repeat;
  z-index: 51;
  display: block;
}
.lightbox.send-mail {
  height: 600px;
  width: 330px;
}
.lightbox.send-mail h1 {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.lightbox.send-mail .cerrar {
  right: 2px;
  top: 3px;
}

.disabled-vscroll,
.disable-vscroll {
  overflow-y: hidden;
}

.animated, .tools-corporative .user-name, .tools-corporative .user-info.user-info-open, .tools-corporative .user-info.user-info-open ul {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn, .tools-corporative .user-name, .tools-corporative .user-info.user-info-open {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown, .tools-corporative .user-info.user-info-open ul {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.nav-corporative .container-header {
  overflow: visible;
}
.nav-corporative .container-header:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.nav-corporative .tools-corporative ul {
  overflow: visible;
}
.nav-corporative .tools-corporative ul .tools-corporative-login {
  padding-left: 5px;
}

.tools-corporative .tools-corporative-link {
  color: #FFF;
  display: inline;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.tools-corporative .tools-corporative-link > span {
  display: inline-block;
}
.tools-corporative .tools-corporative-link .icon-login {
  margin: 2px -5px 0 0;
  padding-left: 8px;
}
.tools-corporative .tools-corporative-link .icon-login:before {
  content: "\e902";
  color: #fff;
}
.tools-corporative .tools-corporative-link.no-visible {
  display: none;
}
.tools-corporative .user-name {
  font-size: 11px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  height: 30px;
  line-height: 100%;
  text-align: left;
  min-width: 41px;
  max-width: 41px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-left: 5px;
  margin-top: 2px;
}
.tools-corporative .user-name img {
  width: 23px;
  height: 23px;
  margin-top: 5px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  fill: #fff;
}
.tools-corporative .user-name::after {
  content: " ";
  position: absolute;
  top: 17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 29px;
  display: block;
  width: 12px;
  height: 12px;
  background: transparent url('../img/icons/arrow-down-white.png') no-repeat 50% 50%;
}
.tools-corporative .user-name strong {
  display: none;
}
.tools-corporative .user-name:hover, .tools-corporative .user-name:hover::before {
  color: #000;
}
.tools-corporative .user-info {
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  right: 20px;
  top: 36px;
  z-index: 99999999;
  float: left;
  width: 167px;
  border: none;
  padding: 14px 0;
}
.tools-corporative .user-info .user-name {
  display: none;
}
.tools-corporative .user-info ul {
  padding: 0;
  margin: 0 auto;
  background: transparent;
  position: relative;
  border: none;
  text-align: center;
  width: auto;
}
.tools-corporative .user-info li {
  clear: both;
  font: normal 16px/15px "opensans", Arial, Helvetica, sans-serif;
  color: #FFF;
  display: block;
  float: none;
  border: none;
}
.tools-corporative .user-info a {
  font: normal 16px/15px "opensans", Arial, Helvetica, sans-serif;
  color: #FFF;
  float: none;
  margin: 0 auto;
  display: block;
}
.tools-corporative .user-info strong {
  font-family: Arial;
}
.tools-corporative .user-info .log-out {
  width: 167px;
}
.tools-corporative .user-info .log-out a {
  font: normal 16px/15px "opensans-bold", Arial, Helvetica, sans-serif;
  border: 1px #FFF solid;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  background-color: #000;
}
.tools-corporative .user-info .cerrar {
  line-height: 1;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  padding: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 55px;
  height: 32px;
  background: none;
  text-indent: -999999px;
  border-left: 0;
}
.tools-corporative .user-info .cerrar::before {
  content: " ";
  position: absolute;
  top: -19px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 84px;
  display: block;
  width: 14px;
  height: 12px;
  background: #000 url('../img/icons/arrow-up-white.png') no-repeat 50% -12px;
}
.tools-corporative .user-info.user-info-open {
  display: block;
}
.tools-corporative .user-info.active {
  display: block;
}

.site-header-news .tools-corporative .tools-corporative-link .icon-login {
  display: none;
}
.site-header-news .tools-corporative .user-name img {
  margin-top: 3px;
  background-color: transparent;
  border: 1px solid #000;
}
.site-header-news .tools-corporative .user-name:after {
  background: transparent url('../img/icons/arrow-down.png') no-repeat 50% 50%;
}
.site-header-news .tools-corporative .user-info {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: -70px;
}
.site-header-news .tools-corporative .user-info .cerrar {
  background: transparent;
}
.site-header-news .tools-corporative .user-info .cerrar:before {
  background: #fff url('../img/icons/arrow-up.png') no-repeat 50% -12px;
}
.site-header-news .tools-corporative .user-info .my-account {
  margin-right: 0;
}
.site-header-news .tools-corporative .user-info .log-out {
  padding: 0 10px;
}

.banda_suscripcion {
  -moz-box-shadow: -1px -2px 24px -5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -1px -2px 24px -5px rgba(0, 0, 0, 0.5);
  background: #000;
  bottom: -70px;
  box-shadow: -1px -2px 24px -5px rgba(0, 0, 0, 0.5);
  position: fixed;
  text-align: center;
  transition: all .3s ease-in-out;
  width: 100%;
  z-index: 99999999999999;
}
.banda_suscripcion .wrap {
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color: #fff;
  padding: 15px 0;
}
.banda_suscripcion .wrap a {
  color: #fff;
  font-size: 20px;
  font-family: "opensans", Arial, Helvetica, sans-serif;
}
.banda_suscripcion .wrap a:hover span {
  color: #a40057;
}
.banda_suscripcion .wrap a span {
  background: #fff;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  color: #000;
  padding: 5px 15px;
  margin-left: 10px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 19px;
}
.banda_suscripcion .cerrar {
  position: absolute;
  right: -32px;
  width: 32px;
  height: 32px;
  top: 11px;
}

.main .container-header .tab-title-text.tab-title-text-newsletter {
  margin-bottom: 8px;
}

.card-selector {
  width: calc(50% - 24px);
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}
.card-selector:nth-child(2n+1) {
  margin-right: 0;
}
.card-selector:nth-child(1):nth-last-child(1) {
  width: 95%;
  height: 120px;
}
.card-selector:nth-child(1):nth-last-child(1) .card-selector__container {
  background-size: auto 100%;
  height: 100px;
  padding: 17px 25px 25px 40px;
}
.card-selector:nth-child(1):nth-last-child(1) .card-selector__titulares, .card-selector:nth-child(1):nth-last-child(1) .card-selector__parrafo {
  float: left;
}
.card-selector:nth-child(1):nth-last-child(1) .card-selector__titulares {
  width: 170px;
}
.card-selector:nth-child(1):nth-last-child(1) .card-selector__titular {
  font-size: 21px;
}
.card-selector:nth-child(1):nth-last-child(1) .card-selector__subtitulo {
  color: #989898;
  font-size: 13px;
}
.card-selector:nth-child(1):nth-last-child(1) .card-selector__parrafo {
  width: 360px;
  border-left: 1px solid #eee;
  padding: 0 45px 0 22px;
  margin-left: 10px;
}
.card-selector:nth-child(1):nth-last-child(1) .card-selector__parrafo p {
  font-size: 17px;
  line-height: 20px;
}
.card-selector:nth-child(1):nth-last-child(1) .card-selector__check {
  top: 20px;
  left: 14px;
}
.card-selector:nth-child(1):nth-last-child(1) .card-selector__label {
  height: 100px;
}
.card-selector-columna-selectores {
  margin: 0 auto;
  width: 990px;
}
.card-selector:hover .card-selector__container {
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.card-selector:hover .card-selector__container:before {
  height: 3px;
}
.card-selector input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
.card-selector input[type="checkbox"]:checked ~ .card-selector__container {
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.card-selector input[type="checkbox"]:checked ~ .card-selector__container:before {
  height: 3px;
}
.card-selector input[type="checkbox"]:checked ~ .card-selector__container .card-selector__check {
  background: #fff;
  border-color: #000;
}
.card-selector input[type="checkbox"]:checked ~ .card-selector__container .card-selector__check:before {
  background: #000;
  color: #fff;
  content: "Apuntada";
  font-size: 13px;
  padding: 5px 10px 3px;
  text-transform: uppercase;
  top: -2px;
}
.card-selector input[type="checkbox"]:checked ~ .card-selector__container .card-selector__checked {
  display: block;
}
.card-selector__container {
  height: 175px;
  padding: 0 0 30px;
}
.card-selector__container:before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.card-selector__check {
  display: block;
  position: absolute;
  content: "";
  border: 2px solid #000;
  height: 24px;
  width: 24px;
  bottom: 27px;
  padding: 5px;
  right: 0;
  margin: auto;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  background: #fff;
}
.card-selector__check:before {
  content: "Seleccionar";
  font-size: 13px;
  position: absolute;
  right: 30px;
  text-align: right;
  top: 4px;
}
.card-selector__checked {
  display: none;
  position: absolute;
  top: 1px;
  left: 2px;
}
.card-selector__label {
  border-bottom: solid 3px #000;
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  height: 175px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.card-selector__label:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
  padding: 5px;
  left: -28px;
  margin: auto;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.card-selector__titulares:before {
  background-position: left top;
  background-repeat: no-repeat;
  content: '';
  display: block;
  float: left;
  height: 34px;
}
.card-selector__titular {
  color: #000;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 5px;
}
.card-selector__subtitulo {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .2px;
  color: #656565;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 20px;
}
.card-selector__parrafo {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
}
.card-selector__parrafo p {
  font-size: 14px;
  line-height: 20px;
  color: #1d1919;
}
.card-selector__imagen {
  display: block;
  float: left;
  height: 145px;
  margin-right: 20px;
  width: 240px;
}
.card-selector__imagen img {
  width: 100%;
}
.card-selector__suscripcion {
  position: absolute;
  bottom: 0;
  left: -9px;
  background-color: #000;
  padding: 2px 9px;
  text-transform: uppercase;
  width: 69px;
  height: 16px;
}
.card-selector__suscripcion:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 9px solid #000;
  border-left: 8px solid transparent;
  top: -10px;
  left: 0;
  position: absolute;
}
.card-selector__suscrito {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  line-height: 10px;
}

.newsletter-agradecimiento {
  margin: 0 auto;
  padding-top: 50px;
  width: 990px;
}
.newsletter-agradecimiento__texto h2 {
  border: solid 3px #000;
  color: #000;
  display: inline-block;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  padding: 0 20px 40px;
}
.newsletter-agradecimiento__texto h2:before {
  background: url('../img/newsletters/ico-sucess.svg') no-repeat left top;
  background-size: 100%;
  content: "";
  display: block;
  height: 80px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  width: 80px;
}
.newsletter-agradecimiento__texto h2.no-visible {
  display: none;
}
.newsletter-agradecimiento__texto h3 {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #000;
  margin-bottom: 33px;
  display: inline-block;
}
.newsletter-agradecimiento__texto p {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #656565;
  margin: 28px auto;
  padding: 0 18px;
  width: 321px;
}
.newsletter-agradecimiento__boton {
  margin: 0 auto 40px;
  color: #a40057;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
.newsletter-agradecimiento__boton:hover {
  color: #802f5a;
}
.newsletter-agradecimiento--suscripcion, .newsletter-agradecimiento--modificacion {
  margin: 0 auto;
  text-align: center;
}
.newsletter-agradecimiento--suscripcion .newsletter-agradecimiento__texto h2 {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 44px;
  line-height: 0;
  text-align: center;
  text-transform: uppercase;
}
.newsletter-agradecimiento--suscripcion .newsletter-agradecimiento__texto h3:before {
  margin-top: 22px;
  content: "";
  background-image: url('../img/newsletter/ico-sucess.png');
  background-position: top center;
  background-repeat: no-repeat;
  width: 315px;
  height: 145px;
  display: block;
}
.newsletter-agradecimiento--modificacion {
  width: 415px;
}
.newsletter-agradecimiento--modificacion .newsletter-agradecimiento__texto h2 {
  font-size: 23px;
  line-height: 26px;
  position: relative;
  margin-bottom: 47px;
}
.newsletter-agradecimiento--modificacion .newsletter-agradecimiento__texto h2:before {
  content: "";
  background-image: url('../img/newsletter/ico-modified.svg');
  background-repeat: no-repeat;
  background-color: #000;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  position: absolute;
  top: -5px;
  left: -40px;
}

.newsletter-error {
  margin: 0 auto;
  padding-top: 50px;
  width: 990px;
}
.newsletter-error__texto {
  border: solid 3px #000;
  margin: 0 auto 30px;
  padding: 0 20px 20px;
  width: 878px;
}
.newsletter-error__texto h2 {
  color: #000;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 44px;
  height: 95px;
  line-height: 0;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.newsletter-error__texto h2:before {
  background: url('../img/newsletters/ico-error.svg') no-repeat left top;
  background-size: 100%;
  content: "";
  display: block;
  height: 80px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  width: 80px;
}
.newsletter-error__texto p {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.newsletter-error.no-visible {
  display: none;
}

.newsletter-sesion .newsletter-sesion__description {
  font-size: 16px;
  margin: 0 0 54px;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 23px;
  text-align: center;
}
.newsletter-sesion__logo {
  background-image: url('../img/newsletter/logo-marca-newsletter.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 199px;
  height: 74px;
  display: block;
  overflow: hidden;
  margin: 15px auto 20px;
}
.newsletter-sesion__logo h2 {
  text-indent: -9999px;
}
.newsletter-sesion__boton {
  clear: both;
  float: right;
  text-align: center;
  width: 220px;
  height: 50px;
  padding: 10px 0;
  font-size: 16px;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  cursor: pointer;
  border: 0;
  display: block;
  font-style: italic;
  text-transform: uppercase;
}
.newsletter-sesion__boton.newsletter-sesion__boton--active {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.newsletter-sesion__boton.newsletter-sesion__boton--selected {
  background-color: #000;
  color: #fff;
}
.newsletter-sesion__boton.newsletter-sesion__boton--selected:hover {
  background-color: #a40057;
}
.newsletter-sesion__registrate p {
  font-size: 16px;
  color: #a40057;
}
.newsletter-sesion__registrate p a:hover {
  text-decoration: underline;
}
.newsletter-sesion__legal {
  clear: both;
  display: inline-block;
}
.newsletter-sesion__legal p {
  text-align: left;
  margin: 50px auto;
  font-size: 11px;
  line-height: 15px;
  color: #656565;
}

.suscripcion-loader {
  background-image: url('../img/newsletter/loader.svg');
  background-repeat: no-repeat;
  background-size: 100px;
  display: block;
  position: absolute;
  top: 290px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  z-index: 999999999999;
}
.suscripcion-loader-shadow {
  height: 100%;
  left: 0;
  opacity: .71;
  background-color: #575757;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.newsletter-agradecimiento__siguenavegando,
.newsletter-error__siguenavegando {
  text-align: center;
}
.newsletter-agradecimiento__siguenavegando p,
.newsletter-error__siguenavegando p {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0 auto 20px;
}
.newsletter-agradecimiento__siguenavegando ul,
.newsletter-error__siguenavegando ul {
  margin: 0 auto 60px;
}
.newsletter-agradecimiento__siguenavegando li,
.newsletter-error__siguenavegando li {
  display: inline;
  margin-left: 10px;
  padding-left: 20px;
  margin-right: 0;
  position: relative;
}
.newsletter-agradecimiento__siguenavegando li:before,
.newsletter-error__siguenavegando li:before {
  display: inline-block;
  content: "\2022";
  position: absolute;
  top: 0;
  left: 0;
  color: #a40057;
  font-size: 19px;
  line-height: 19px;
}
.newsletter-agradecimiento__siguenavegando li:first-child,
.newsletter-error__siguenavegando li:first-child {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
}
.newsletter-agradecimiento__siguenavegando li:first-child:before,
.newsletter-error__siguenavegando li:first-child:before {
  display: none;
}
.newsletter-agradecimiento__siguenavegando a,
.newsletter-error__siguenavegando a {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #a40057;
}
.newsletter-agradecimiento__siguenavegando a:hover,
.newsletter-error__siguenavegando a:hover {
  color: #802f5a;
  text-decoration: underline;
}

.flex-bienestar {
  position: relative;
  padding: 40px 0;
  text-align: center;
}
.flex-bienestar:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  height: 288px;
  background-color: transparent;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-50%);
  border: 2px solid black;
}
.flex-bienestar .space-line-480 {
  display: none;
}
.flex-bienestar .titulo-modulo {
  font-size: 0;
}
.flex-bienestar .titulo-modulo::after {
  background: url('../img/logo-bienestar.svg') no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 70px;
  margin: 0 auto;
  width: 223px;
}
.flex-bienestar .multimedia-item a:hover img {
  opacity: 1;
}
.flex-bienestar .go-to-section:after {
  content: "";
  background-color: black;
  width: 430px;
  height: 3px;
  display: block;
  margin: 40px auto;
}

.row-layout .container .flex-oro .content-item {
  min-height: auto;
}

.flex-oro {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .flex-oro {
    flex-direction: row;
  }
}
.flex-oro + .space-line-480 {
  margin: 45px auto;
}
@media only screen and (max-width: 767px) {
  .flex-oro + .space-line-480 {
    width: 90%;
  }
}
.flex-oro .mod-item {
  background-color: #fff;
  flex: 1 1 auto;
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .flex-oro .mod-item {
    flex-direction: row;
  }
}
.flex-oro .mod-item .multimedia-item {
  width: 100%;
  max-height: 100%;
  height: auto;
  float: none;
  margin: 0;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 16px;
  position: relative;
}
.flex-oro .mod-item .multimedia-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .flex-oro .mod-item .multimedia-item {
    max-height: 200px;
    width: 305px;
    padding: 0;
  }
}
.flex-oro .mod-item .multimedia-item .view-gallery {
  position: absolute;
  left: 30px;
  top: auto;
  bottom: 15px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 28px;
}
.flex-oro .mod-item .multimedia-item .view-gallery span {
  display: none;
}
.flex-oro .mod-item .multimedia-item .view-gallery .gallery-size {
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-oro .mod-item .multimedia-item .view-gallery {
    left: 10px;
    top: 120px;
    bottom: 0;
  }
}
.flex-oro .mod-item .mod-item-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0 18px 18px;
}
.flex-oro .mod-item .mod-header {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.flex-oro .mod-item .mod-header span {
  width: 100%;
  text-align: center;
  display: block;
}
.flex-oro .mod-item .mod-header > p {
  font-size: 14px;
  color: #999999;
  display: block;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}
.flex-oro .mod-item .mod-header > p > span:before, .flex-oro .mod-item .mod-header > p > span:after {
  content: "--";
  width: 32px;
  height: 1px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  display: inline-block;
  margin: 0 8px 4px;
}
@media only screen and (min-width: 768px) {
  .flex-oro .mod-item .mod-header > p {
    color: #000;
  }
}
.flex-oro .mod-item .mod-header .mod-title {
  margin: 10px 0;
  font-family: "judson-bold", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}
.flex-oro .mod-item .mod-header .mod-title a {
  color: #000;
}
.flex-oro .mod-item .mod-header .mod-title a:hover {
  color: #a40057;
}
@media only screen and (min-width: 768px) {
  .flex-oro .mod-item .mod-header .mod-title {
    font-size: 30px;
    line-height: 34.5px;
  }
}
.flex-oro .mod-item .mod-standfirst {
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  color: #727272;
  font-family: "opensans", "Times New Roman", Times, serif;
}
.flex-oro .mod-item .mod-footer {
  width: 100%;
  text-align: center;
  margin: 10px 0 0;
}
.flex-oro .mod-item .mod-footer .mod-sponsor {
  width: 100%;
  color: #999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.flex-oro .mod-item .mod-footer .mod-sponsor .sponsor-title {
  font-size: 14px;
  font-family: "opensans-italic","Times New Roman", Times, serif;
  line-height: 18.2px;
  margin-right: 12px;
}
.flex-oro .mod-item .mod-footer .mod-sponsor .sponsor-title span {
  font-family: "opensans-bold-italic","Times New Roman", Times, serif;
}
.flex-oro .mod-item .mod-footer .mod-sponsor .sponsor-logo {
  max-width: 120px;
  max-height: 25px;
  width: auto;
  height: auto;
}
.flex-oro .content-item {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .flex-oro .content-item:only-child .mod-header p {
    margin-top: 16px;
  }
}
.flex-oro .content-item:nth-child(1):nth-last-child(2) {
  width: 100%;
}
.flex-oro .content-item:nth-child(1):nth-last-child(2) .mod-header .mod-title {
  font-size: 22px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .flex-oro .content-item:nth-child(1):nth-last-child(2) .mod-header p {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(1):nth-last-child(2) {
    width: 66%;
  }
}
.flex-oro .content-item:nth-child(2):nth-last-child(1) {
  width: 100%;
}
.flex-oro .content-item:nth-child(2):nth-last-child(1) .multimedia-item, .flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-standfirst {
  display: none;
}
.flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-item {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-item {
    border: none;
    padding-top: 0;
  }
}
.flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-header .mod-title {
  font-size: 18px;
  line-height: 20.7px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-header .mod-title {
    text-align: center;
  }
}
.flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-header span {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-header span {
    text-align: center;
  }
}
.flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-header > p > span:before, .flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-header > p > span:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-header > p > span:before, .flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-header > p > span:after {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(2):nth-last-child(1) {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .flex-oro .content-item:nth-child(2):nth-last-child(1) .mod-footer .mod-sponsor {
    justify-content: left;
  }
}
.flex-oro .content-item:nth-child(1):nth-last-child(3) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(1):nth-last-child(3) {
    width: 50%;
  }
}
.flex-oro .content-item:nth-child(1):nth-last-child(3) .multimedia-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(1):nth-last-child(3) .multimedia-item {
    width: 50%;
  }
}
.flex-oro .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title {
  font-size: 22px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .flex-oro .content-item:nth-child(1):nth-last-child(3) .mod-header p {
    margin-top: 16px;
  }
}
.flex-oro .content-item:nth-child(1):nth-last-child(3) .mod-standfirst {
  display: block;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(1):nth-last-child(3) .mod-standfirst {
    display: none;
  }
}
.flex-oro .content-item:nth-child(3):nth-last-child(1), .flex-oro .content-item:nth-child(2):nth-last-child(2) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(3):nth-last-child(1), .flex-oro .content-item:nth-child(2):nth-last-child(2) {
    width: 25%;
  }
}
.flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-item, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-item {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-item, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-item {
    border: none;
    padding-top: 0;
  }
}
.flex-oro .content-item:nth-child(3):nth-last-child(1) .multimedia-item, .flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-standfirst, .flex-oro .content-item:nth-child(2):nth-last-child(2) .multimedia-item, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-standfirst {
  display: none;
}
.flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title {
  font-size: 18px;
  line-height: 20.7px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title {
    text-align: center;
  }
}
.flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-header span, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-header span {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-header span, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-header span {
    text-align: center;
  }
}
.flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-header > p > span:before, .flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-header > p > span:after, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-header > p > span:before, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-header > p > span:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-header > p > span:before, .flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-header > p > span:after, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-header > p > span:before, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-header > p > span:after {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .flex-oro .content-item:nth-child(3):nth-last-child(1) .mod-footer .mod-sponsor, .flex-oro .content-item:nth-child(2):nth-last-child(2) .mod-footer .mod-sponsor {
    justify-content: left;
  }
}

@media only screen and (max-width: 767px) {
  body.beauty-school .flex-oro .content-item article {
    float: none;
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
  }
}
.flex-b-especiales {
  background-color: #c20d19;
  padding: 60px 16px 0;
  clear: both;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales {
    padding: 60px 30px 0;
  }
}
.flex-b-especiales .ribbon {
  display: none;
}
.flex-b-especiales .content-item {
  overflow: visible;
  background: white;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales .content-item {
    background: transparent;
  }
}
.flex-b-especiales .mod-item:hover .mod-title a {
  color: #c20d19;
}
.flex-b-especiales .multimedia-item {
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .flex-b-especiales .multimedia-item {
    float: left;
    max-width: 149px;
    margin-right: 16px;
  }
}
.flex-b-especiales .multimedia-item .view-video {
  background-size: 34%;
}
@media only screen and (max-width: 767px) {
  .flex-b-especiales .multimedia-item .view-video {
    background-size: 10%;
  }
}
.flex-b-especiales .multimedia-item .view-gallery {
  position: absolute;
  left: 5px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
}
.flex-b-especiales .multimedia-item .view-gallery span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales .multimedia-item .view-gallery {
    left: 16px;
    bottom: 16px;
    font-size: 28px;
    color: #000;
  }
}
.flex-b-especiales .multimedia-item .view-gallery .gallery-size {
  display: none;
}
.flex-b-especiales .multimedia-item img {
  display: block;
  width: 100%;
}
.flex-b-especiales .mod-header {
  margin: 0 0 0 165px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales .mod-header {
    margin: 0 auto;
    padding-right: 0;
    background: #fff;
  }
}
.flex-b-especiales .mod-header > span {
  display: none;
}
.flex-b-especiales .mod-header p {
  color: #c20d19;
  display: block;
  font-size: 12px;
  line-height: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales .mod-header p {
    font-size: 14px;
    padding: 0;
  }
  .flex-b-especiales .mod-header p span::after,
  .flex-b-especiales .mod-header p span::before {
    content: "--";
    width: 32px;
    height: 1px;
    border-bottom: 1px solid #c20d19;
    overflow: hidden;
    display: inline-block;
    margin: 0 8px 4px;
  }
}
.flex-b-especiales .mod-header p a {
  color: #000;
}
.flex-b-especiales .mod-header p a:hover {
  color: #a40057;
  text-decoration: none;
}
.flex-b-especiales .mod-header .mod-title {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 24px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales .mod-header .mod-title {
    font-size: 48px;
    line-height: 1.15em;
    padding: 10px 16px 0;
  }
}
.flex-b-especiales .mod-header .mod-title a {
  color: #000;
}
.flex-b-especiales .mod-header .mod-title a:hover {
  color: #c20d19;
  text-decoration: none;
}
.flex-b-especiales .mod-footer {
  margin: 0 0 0 165px;
  padding: 10px 0 0;
  position: relative;
  text-align: left;
  background: white;
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales .mod-footer {
    padding: 16px 16px 30px;
    margin: 0 auto;
    text-align: center;
  }
}
.flex-b-especiales .mod-footer a {
  color: #999;
  font-size: 14px;
}
.flex-b-especiales .mod-footer a:hover {
  color: #a40057;
  text-decoration: none;
}
.flex-b-especiales .mod-footer a:visited {
  color: #fff;
}
.flex-b-especiales .mod-footer .mod-author,
.flex-b-especiales .mod-footer .mod-comments,
.flex-b-especiales .mod-footer .mod-date,
.flex-b-especiales .mod-footer .mod-sponsor {
  color: #c20d19;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.flex-b-especiales .mod-footer .mod-author strong,
.flex-b-especiales .mod-footer .mod-comments strong,
.flex-b-especiales .mod-footer .mod-date strong,
.flex-b-especiales .mod-footer .mod-sponsor strong {
  font-weight: normal;
}
.flex-b-especiales .mod-footer .mod-author i,
.flex-b-especiales .mod-footer .mod-comments i,
.flex-b-especiales .mod-footer .mod-date i,
.flex-b-especiales .mod-footer .mod-sponsor i {
  font-size: 24px;
  vertical-align: sub;
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales .mod-footer .mod-author i,
  .flex-b-especiales .mod-footer .mod-comments i,
  .flex-b-especiales .mod-footer .mod-date i,
  .flex-b-especiales .mod-footer .mod-sponsor i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales .mod-footer .mod-author,
  .flex-b-especiales .mod-footer .mod-comments,
  .flex-b-especiales .mod-footer .mod-date,
  .flex-b-especiales .mod-footer .mod-sponsor {
    font-size: 14px;
  }
}
.flex-b-especiales .js-redes-sociales {
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales .js-redes-sociales {
    display: inline-block;
    line-height: 14px;
    position: relative;
    vertical-align: middle;
  }
  .flex-b-especiales .js-redes-sociales .share {
    display: block;
    width: 24px;
    cursor: pointer;
  }
  .flex-b-especiales .js-redes-sociales .icon-share {
    font-size: 24px;
    color: #c20d19;
  }
  .flex-b-especiales .js-redes-sociales .icon-close {
    font-size: 24px;
    color: #000;
    font-weight: bold;
  }
  .flex-b-especiales .js-redes-sociales .redes-sociales {
    position: absolute;
    top: -50px;
    left: -28px;
    width: 80px;
    background-color: #000;
  }
  .flex-b-especiales .js-redes-sociales .redes-sociales li {
    cursor: pointer;
    border-right: 1px solid #ccc;
    color: #fff;
    float: left;
    font-size: 38px;
    height: 40px;
    line-height: 46px;
    margin: 0;
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .flex-b-especiales .content-item:first-child {
    border-bottom: 0;
    padding: 0;
    background: transparent;
  }
  .flex-b-especiales .content-item:first-child .view-video {
    background-size: 20%;
  }
  .flex-b-especiales .content-item:first-child .multimedia-item .view-gallery {
    background-color: #fff;
    bottom: 32px;
    height: 60px;
    left: 16px;
    width: 60px;
    position: absolute;
    text-align: center;
  }
  .flex-b-especiales .content-item:first-child .multimedia-item .view-gallery span {
    font-size: 100%;
    margin-top: 0;
  }
  .flex-b-especiales .content-item:first-child .multimedia-item {
    float: none;
    max-width: none;
    width: 100%;
    margin: 0;
  }
  .flex-b-especiales .content-item:first-child .mod-header,
  .flex-b-especiales .content-item:first-child .mod-footer {
    display: block;
    text-align: center;
    width: calc(100% - 32px);
  }
  .flex-b-especiales .content-item:first-child .mod-header address,
  .flex-b-especiales .content-item:first-child .mod-footer address {
    display: inline-block;
    margin-right: 4px;
  }
  .flex-b-especiales .content-item:first-child .mod-header {
    padding: 0;
    margin: -16px auto 0;
  }
  .flex-b-especiales .content-item:first-child .mod-header .mod-title {
    font-size: 22px;
    line-height: 24px;
    padding: 0 16px;
    font-weight: 400;
    background: white;
  }
  .flex-b-especiales .content-item:first-child p {
    font-size: 14px;
    background: white;
    margin-bottom: 0;
    padding-top: 16px;
  }
  .flex-b-especiales .content-item:first-child p span::after,
  .flex-b-especiales .content-item:first-child p span::before {
    content: "--";
    width: 42px;
    height: 1px;
    border-bottom: 1px solid #c20d19;
    overflow: hidden;
    display: inline-block;
    margin: 0 8px 4px;
  }
  .flex-b-especiales .content-item:first-child .mod-footer {
    margin: 0 auto;
    padding: 10px 16px 16px;
  }
  .flex-b-especiales .content-item:first-child .mod-footer .mod-author,
  .flex-b-especiales .content-item:first-child .mod-footer .mod-comments,
  .flex-b-especiales .content-item:first-child .mod-footer .mod-date {
    font-size: 14px;
  }
  .flex-b-especiales .content-item:first-child .mod-item-main {
    background: white;
  }
  .flex-b-especiales .content-item:first-child .mod-item-main .mod-standfirst {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(1) {
    width: 930px;
    margin-bottom: 30px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(1) .mod-header,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(1) .mod-footer {
    margin: 0 auto;
    max-width: 650px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(1) .mod-header {
    margin: -32px auto 0;
    padding: 30px 30px 0;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(1) .view-gallery {
    left: 20px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(6),
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(5),
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(4),
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(3),
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(2),
  .flex-b-especiales .content-item:nth-child(6):nth-last-child(1),
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(3),
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(2),
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(1),
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(3),
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(2),
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(1) {
    width: 287px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(6) .mod-header,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(5) .mod-header,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(4) .mod-header,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(3) .mod-header,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(2) .mod-header,
  .flex-b-especiales .content-item:nth-child(6):nth-last-child(1) .mod-header,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(3) .mod-header,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(2) .mod-header,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(1) .mod-header,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(3) .mod-header,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(2) .mod-header,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(1) .mod-header {
    width: 100%;
    padding: 25px 25px 0;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(6) .mod-header p,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(5) .mod-header p,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(4) .mod-header p,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(3) .mod-header p,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(2) .mod-header p,
  .flex-b-especiales .content-item:nth-child(6):nth-last-child(1) .mod-header p,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(3) .mod-header p,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(2) .mod-header p,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(1) .mod-header p,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(3) .mod-header p,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(2) .mod-header p,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(1) .mod-header p {
    font-size: 14px;
    margin: 0 -15px;
    padding-top: 0;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(6) .mod-header p span:before, .flex-b-especiales .content-item:nth-child(1):nth-last-child(6) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(5) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(5) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(4) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(4) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(3) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(3) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(2) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(2) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(6):nth-last-child(1) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(6):nth-last-child(1) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(3) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(3) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(2) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(2) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(1) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(1) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(3) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(3) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(2) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(2) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(1) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(1) .mod-header p span:after {
    width: 20px;
    margin: 0 5px 4px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(6) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(5) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(4) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(3) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(2) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(6):nth-last-child(1) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(3) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(2) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(1) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title {
    padding: 15px 0 0;
    font-size: 22px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(6) .mod-footer,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(5) .mod-footer,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(4) .mod-footer,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(3) .mod-footer,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(2) .mod-footer,
  .flex-b-especiales .content-item:nth-child(6):nth-last-child(1) .mod-footer,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(3) .mod-footer,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(2) .mod-footer,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(1) .mod-footer,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(3) .mod-footer,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(2) .mod-footer,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(1) .mod-footer {
    padding: 16px 25px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(6) figure .view-video,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(5) figure .view-video,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(4) figure .view-video,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(3) figure .view-video,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(2) figure .view-video,
  .flex-b-especiales .content-item:nth-child(6):nth-last-child(1) figure .view-video,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(3) figure .view-video,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(2) figure .view-video,
  .flex-b-especiales .content-item:nth-child(5):nth-last-child(1) figure .view-video,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(3) figure .view-video,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(2) figure .view-video,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(1) figure .view-video {
    background-size: 22%;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(5),
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(4),
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(2),
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(1) {
    width: 445px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(5) .mod-header,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(4) .mod-header,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(2) .mod-header,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(1) .mod-header {
    width: calc(100% - 32px);
    padding: 30px 30px 0;
    margin-top: -22px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(5) .mod-header p,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(4) .mod-header p,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(2) .mod-header p,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(1) .mod-header p {
    font-size: 14px;
    margin-top: 0;
    padding-top: 0;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(5) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(4) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(2) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(1) .mod-header .mod-title {
    padding: 20px 0 0;
    font-size: 30px;
    line-height: 1.13em;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(5) .mod-footer,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(4) .mod-footer,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(2) .mod-footer,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(1) .mod-footer {
    width: calc(100% - 32px);
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(5) .view-gallery,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(4) .view-gallery,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(2) .view-gallery,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(1) .view-gallery {
    left: 16px;
    bottom: 32px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(5) figure .view-video,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(4) figure .view-video,
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(2) figure .view-video,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(1) figure .view-video {
    background-size: 18%;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(4),
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(3),
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(2),
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(1) {
    width: 210px;
    float: left;
    margin-bottom: 30px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(4) .mod-header,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(3) .mod-header,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(2) .mod-header,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(1) .mod-header {
    width: 100%;
    padding: 18px 12px 0;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(4) .mod-header > span,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(3) .mod-header > span,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(2) .mod-header > span,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(1) .mod-header > span {
    display: none;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(4) .mod-header p,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(3) .mod-header p,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(2) .mod-header p,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(1) .mod-header p {
    font-size: 12px;
    padding-top: 0;
    margin: 0 -12px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(4) .mod-header p span:before, .flex-b-especiales .content-item:nth-child(1):nth-last-child(4) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(3) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(3) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(2) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(2) .mod-header p span:after,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(1) .mod-header p span:before,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(1) .mod-header p span:after {
    width: 20px;
    margin: 0 5px 4px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(4) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(3) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(2) .mod-header .mod-title,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(1) .mod-header .mod-title {
    padding: 15px 0 0;
    font-size: 18px;
    line-height: 1.15em;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(4) .mod-footer,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(3) .mod-footer,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(2) .mod-footer,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(1) .mod-footer {
    padding: 16px 12px;
  }
  .flex-b-especiales .content-item:nth-child(1):nth-last-child(4) figure .view-video,
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(3) figure .view-video,
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(2) figure .view-video,
  .flex-b-especiales .content-item:nth-child(4):nth-last-child(1) figure .view-video {
    background-size: 30%;
  }
  .flex-b-especiales .content-item:nth-child(3):nth-last-child(4),
  .flex-b-especiales .content-item:nth-child(2):nth-last-child(4) {
    margin-right: 0;
  }
}

.flex-espana-esta-de-moda {
  position: relative;
  margin-bottom: 40px;
}
.flex-espana-esta-de-moda .space-line-480 {
  display: none;
}
.flex-espana-esta-de-moda .titulo-modulo {
  font-size: 0;
  width: 100%;
  margin: 0 auto -35px;
  position: relative;
  z-index: 1;
}
.flex-espana-esta-de-moda .titulo-modulo .titulo-espana-esta-de-moda {
  background: black;
  display: inline-block;
  padding: 20px 22px 22px;
}
@media only screen and (min-width: 768px) {
  .flex-espana-esta-de-moda .titulo-modulo .titulo-espana-esta-de-moda {
    padding: 12px 28px 20px;
  }
}
.flex-espana-esta-de-moda .titulo-modulo .titulo-espana-esta-de-moda:after {
  background-image: url('../img/logo-espana-moda.png');
  background-size: 284px auto;
  content: "";
  height: 21px;
  width: 284px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .flex-espana-esta-de-moda .titulo-modulo .titulo-espana-esta-de-moda:after {
    background-size: 100%;
    height: 32px;
    width: 418px;
  }
}

.ultimo-video .mod-news figure {
  position: relative;
}
.ultimo-video .mod-news img {
  width: 100%;
}
.ultimo-video .mod-news .mod-title a {
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 26px;
  padding: 16px 0 30px;
  text-align: center;
}

.contenedor-plato-dia {
  max-width: 990px;
  margin-bottom: 40px;
}

.plato-dia .cont-sup-derecha {
  display: inline-block;
  vertical-align: middle;
  width: 470px;
}
.include-items .plato-dia .cont-sup-derecha {
  width: auto;
  display: block;
}
.plato-dia a:hover {
  color: #a40057;
}
.plato-dia li {
  float: left;
  margin: 0 30px 0 0;
  border-bottom: 1px solid #ccc;
  width: 225px;
}
.include-items .plato-dia li {
  float: left;
  margin: 0 0 24px;
  width: 100%;
  border-bottom: 0;
}
.plato-dia li img {
  float: left;
  height: auto;
  width: 100%;
}
.include-items .plato-dia li img {
  float: left;
  width: 90px;
}
.plato-dia li:hover a {
  color: #a40057;
}
.plato-dia li .texto-plato {
  display: none;
}
.plato-dia li .titulo-plato {
  background: #fff;
  border: 0;
  color: #000;
  float: left;
  margin: 20px 0 0;
  padding: 0 10px 24px;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 108px;
  font-size: 22px;
  line-height: 28px;
}
.include-items .plato-dia li .titulo-plato {
  background: #fff;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #000;
  float: none;
  margin-left: 74px;
  margin-top: 12px;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  width: calc(100% - 74px);
  min-height: inherit;
}
.plato-dia li .titulo-plato a {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 26px;
  display: block;
  text-align: center;
}
.plato-dia li .titulo-plato:hover {
  color: #a40057;
}
.include-items .plato-dia li a {
  display: block;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  font-style: italic;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
}
.plato-dia li:last-child {
  margin: 0;
}
.plato-dia li:first-child {
  border-bottom: 4px solid #000;
  margin-bottom: 24px;
  width: 100%;
}
.include-items .plato-dia li:first-child {
  border: 0;
}
.plato-dia li:first-child figure {
  display: inline-block;
  vertical-align: middle;
  margin: 0 32px 0 0;
  width: 450px;
}
.include-items .plato-dia li:first-child figure {
  float: none;
  width: 100%;
}
.plato-dia li:first-child img {
  display: block;
  float: none;
  width: 100%;
}
.plato-dia li:first-child .space-line-35 {
  display: block;
  margin-bottom: 20px;
  border-bottom: 3px solid #000;
}
.include-items .plato-dia li:first-child .space-line-35 {
  display: none;
}
.plato-dia li:first-child .titulo-plato {
  background-color: transparent;
  border-bottom: 0;
  border-top: 0;
  color: #000;
  font-family: "judson-bold", Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  line-height: 40px;
  padding: 0 44px;
  margin-top: 0;
  min-height: inherit;
}
.include-items .plato-dia li:first-child .titulo-plato {
  background: #fff;
  border-bottom: 1px solid #000;
  border-top: 0;
  color: #000;
  float: none;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: -34px auto 0;
  padding: 16px 25px;
  position: relative;
  text-align: center;
  width: 240px;
}
.plato-dia li:first-child .titulo-plato:hover {
  color: #a40057;
}
.plato-dia li:first-child .texto-plato {
  background-color: transparent;
  border-bottom: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0 44px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.include-items .plato-dia li:first-child .texto-plato {
  display: none;
}

.modulo-pasarelas {
  background: #000;
  overflow: hidden;
  padding: 50px;
  position: relative;
  width: 100%;
}
.modulo-pasarelas .titulo {
  color: #fff;
  font-size: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.modulo-pasarelas .video-bucle {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.modulo-pasarelas .overlay-darker {
  background: #000;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modulo-pasarelas .contenedor-pasarelas {
  color: #fff;
  margin: 0 auto;
  max-width: 990px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.modulo-pasarelas .contenedor-pasarelas .izquierda {
  box-sizing: border-box;
  float: left;
  padding: 10px 100px 10px 0;
  text-align: center;
  width: 50%;
  border-right: 1px solid #656565;
}
.modulo-pasarelas .contenedor-pasarelas .izquierda .space-line-35 {
  margin-bottom: 30px;
}
.modulo-pasarelas .contenedor-pasarelas .izquierda .subtitulo {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
}
.modulo-pasarelas .contenedor-pasarelas .izquierda p {
  line-height: 24px;
  margin-bottom: 20px;
}
.modulo-pasarelas .contenedor-pasarelas .derecha {
  box-sizing: border-box;
  float: right;
  padding: 100px 0 0 100px;
  width: 50%;
}
.modulo-pasarelas .contenedor-pasarelas .derecha .titulo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.modulo-pasarelas .contenedor-pasarelas .derecha .selector {
  color: #656565;
  font-size: 16px;
  padding: 15px;
  width: 100%;
}

.contenido-pasarelas {
  background: #333;
  color: #fff;
  padding: 25px 16px;
  text-align: center;
}
.contenido-pasarelas .titulo {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  margin-bottom: 25px;
}
.contenido-pasarelas .img-pasarela {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.contenido-pasarelas .bloque-inferior {
  background: #fff;
  padding: 16px;
}
.contenido-pasarelas .texto-pasarela {
  color: #000;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
}
.contenido-pasarelas .selector {
  color: #999;
  font-size: 16px;
  padding: 15px;
  width: 100%;
}
.contenido-pasarelas li {
  margin-right: 0;
  display: none;
}
.contenido-pasarelas li.activo {
  display: block;
}

.pasarelas-responsive .pestana {
  background: #999;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center;
  width: 50%;
}
.pasarelas-responsive .pestana:hover {
  background: #000;
}
.pasarelas-responsive .pestana.activa {
  background: #000;
}

.contenedor-concursos {
  width: 100%;
  overflow-x: scroll;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .contenedor-concursos {
    overflow: hidden;
    margin-left: 0;
  }
}

.listado-concursos {
  margin: 0 auto;
  width: 990px;
}
.listado-concursos .concurso {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: 225px;
}
.listado-concursos .concurso:last-child {
  margin-right: 0;
}
.listado-concursos .concurso:hover .enlace-texto {
  color: #a40057;
}
.listado-concursos .concurso:hover .participa {
  background: #fff;
  color: #000;
}
.listado-concursos .concurso .enlace-imagen {
  display: block;
  margin-bottom: 35px;
  position: relative;
}
.listado-concursos .concurso .participa {
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 205px;
  font-family: "opensans", Arial, Helvetica, sans-serif;
}
.listado-concursos .concurso .imagen-concurso {
  border: 1px solid #000;
  width: 100%;
  display: block;
}
.listado-concursos .concurso .enlace-texto {
  display: block;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 30px;
  text-align: center;
  transition: color .5s;
}
.listado-concursos .concurso .enlace-texto:hover {
  color: #a40057;
}

.modulo-newsletter .mensaje-newsletter div {
  border: 1px solid;
  box-sizing: border-box;
  color: #a40057;
  font-size: 12px;
  margin: 5px 0;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.modulo-newsletter .img-newsletter {
  width: 100%;
}
.modulo-newsletter .texto-newsletter {
  padding: 16px 0 5px;
  text-align: left;
}
.modulo-newsletter .enviar-newsletter {
  background: #000;
  border: 0;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  width: 90px;
}
.modulo-newsletter .enviar-newsletter:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.modulo-newsletter .campo-newsletter {
  background: #000;
  border: 0;
  color: #fff;
  height: 37px;
  padding: 10px 20px;
  width: calc(100% - 100px);
}
.modulo-newsletter .aviso-legal-newsletter {
  padding: 5px 0 0;
  text-align: left;
}
.modulo-newsletter .aviso-legal-newsletter a {
  color: #000;
}

.suscripciones {
  background: #000;
  padding: 70px 0;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  position: relative;
  z-index: 10;
}
.suscripciones .contenedor-suscripciones {
  margin: 0 auto;
  width: 990px;
}
.suscripciones .space-line-480 {
  border-color: #fff;
}
.suscripciones .titulo-modulo {
  color: #fff;
}
.suscripciones .listado-suscripciones {
  background: url("https://e00-telva.uecdn.es/estaticas/includes-estaticos/suscripciones/img/suscribete.jpg") no-repeat top left;
  height: 585px;
  width: 990px;
}
.suscripciones .listado-suscripciones .elemento-suscripciones {
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  height: 250px;
  margin: 335px 45px 0;
  padding: 20px 45px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 235px;
}
.suscripciones .listado-suscripciones .elemento-suscripciones p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.suscripciones .listado-suscripciones .elemento-suscripciones a {
  background: #fff;
  bottom: 5%;
  display: block;
  left: 0;
  margin-left: 5%;
  padding: 10px 0;
  position: absolute;
  width: 90%;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
}

.canales {
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}
.canales .imagen-canal {
  margin: 0 0 20px;
  width: 100%;
}
.canales .logo-canal {
  margin: 0 0 10px;
  max-width: 160px;
}
.canales .texto-canal {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 26px;
  margin: 0 20px;
}
.canales .texto-canal a {
  color: #000;
}

.listado-canales {
  max-width: 990px;
  margin: 0 auto;
}
.listado-canales .canal:nth-child(1):nth-last-child(1) {
  width: 990px;
}
.listado-canales .canal:nth-child(1):nth-last-child(2),
.listado-canales .canal:nth-child(2):nth-last-child(1),
.listado-canales .canal:nth-child(1):nth-last-child(5),
.listado-canales .canal:nth-child(2):nth-last-child(4) {
  width: 475px;
}
.listado-canales .canal:nth-child(1):nth-last-child(3),
.listado-canales .canal:nth-child(2):nth-last-child(2),
.listado-canales .canal:nth-child(3):nth-last-child(1),
.listado-canales .canal:nth-child(1):nth-last-child(6),
.listado-canales .canal:nth-child(2):nth-last-child(5),
.listado-canales .canal:nth-child(3):nth-last-child(4),
.listado-canales .canal:nth-child(4):nth-last-child(3),
.listado-canales .canal:nth-child(5):nth-last-child(2),
.listado-canales .canal:nth-child(6):nth-last-child(1),
.listado-canales .canal:nth-child(3):nth-last-child(3),
.listado-canales .canal:nth-child(4):nth-last-child(2),
.listado-canales .canal:nth-child(5):nth-last-child(1) {
  width: 305px;
}
.listado-canales .canal:nth-child(1):nth-last-child(4),
.listado-canales .canal:nth-child(2):nth-last-child(3),
.listado-canales .canal:nth-child(3):nth-last-child(2),
.listado-canales .canal:nth-child(4):nth-last-child(1) {
  width: 220px;
}
.listado-canales .canal {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
.listado-canales .canal:last-child {
  margin-right: 0;
}
.listado-canales .canal:hover a {
  color: #a40057;
}
.listado-canales .canal a {
  display: block;
  margin-bottom: 20px;
  position: relative;
  color: #000;
  text-decoration: none;
}
.listado-canales .canal .imagen-canal {
  width: 100%;
  display: block;
}
.listado-canales .canal .logo-canal {
  display: block;
  height: 25px;
  margin: 0 auto;
}
.listado-canales .canal .texto-canal {
  display: block;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 22px;
  padding: 0 30px;
  text-align: center;
}

.telva-hoy {
  margin: 0 auto 30px;
  text-align: center;
  width: 990px;
}
.telva-hoy span {
  color: #999;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-right: 10px;
}
.telva-hoy li {
  display: inline-block;
  margin-right: 10px;
}
.telva-hoy li a {
  color: #999;
  font-size: 14px;
  font-style: italic;
}
.telva-hoy li a:hover {
  color: #a40057;
}

.lo-mas .mod-news {
  margin-right: 0;
  padding-bottom: 20px;
}
.lo-mas .mod-news:last-child {
  border-bottom: 1px solid #000;
}
.lo-mas .mod-title {
  background: #fff;
  border-top: 1px solid #000;
  color: #000;
  float: none;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  padding: 20px 12px 0 0;
  position: relative;
  text-align: left;
  width: 100%;
  font-style: italic;
}
.lo-mas .mod-text {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  text-align: left;
}

.no-te-puedes-perder .mod-news {
  margin-right: 0;
  padding-bottom: 20px;
}
.no-te-puedes-perder .mod-news:last-child {
  border-bottom: 1px solid #000;
}
.no-te-puedes-perder .mod-title {
  background: #fff;
  border-top: 1px solid #000;
  color: #000;
  float: none;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  padding: 20px 12px 0 0;
  position: relative;
  text-align: left;
  width: 100%;
  font-style: italic;
}
.no-te-puedes-perder .mod-text {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  text-align: left;
}

.newsletter {
  box-sizing: border-box;
  height: 325px;
  position: relative;
  max-width: 990px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 10px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .newsletter {
    border: 1px solid #000;
  }
}
.newsletter .mensaje-newsletter div {
  border: 1px solid;
  box-sizing: border-box;
  color: #a40057;
  font-size: 12px;
  margin: 5px 0;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.newsletter .cont-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.newsletter .img-newsletter {
  width: 100%;
}
.newsletter .info-newsletter {
  background: #fff;
  bottom: 25px;
  padding: 0 16px 16px;
  position: absolute;
  right: 25px;
}
.newsletter .info-newsletter .texto-newsletter {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .newsletter .info-newsletter .texto-newsletter {
    margin-bottom: 0;
  }
}
.newsletter .info-newsletter span {
  font-size: 12px;
  position: relative;
}
.newsletter .info-newsletter span::after {
  content: "__";
  margin: 0;
  position: absolute;
  top: 55%;
  height: 1px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  right: -16px;
}
.newsletter .info-newsletter span::before {
  content: "__";
  margin: 0;
  position: absolute;
  left: -16px;
  top: 55%;
  height: 1px;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.newsletter .info-newsletter .campo-newsletter {
  background: #000;
  border: 0;
  color: #fff;
  height: 40px;
  margin-right: 3%;
  padding: 0 16px;
  width: 68%;
}
.newsletter .info-newsletter .enviar-newsletter {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  height: 40px;
  padding: 0 16px;
  width: 27%;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
}
.newsletter .info-newsletter .enviar-newsletter:hover {
  background: #fff;
  color: #000;
}
.newsletter .aviso-legal-newsletter {
  margin-top: 5px;
}
.newsletter .aviso-legal-newsletter a {
  font-size: 12px;
}
.newsletter.portada {
  float: left;
  max-width: 650px;
  height: 458px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .newsletter.portada .space-line-480,
  .newsletter.portada .titulo-modulo {
    display: none;
  }
}

.las-mas {
  margin-top: 60px;
  max-width: 100%;
}
.las-mas .space-line-480 {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: -20px;
}
.las-mas .view-video {
  background-size: 30%;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .las-mas .titulo-modulo {
    font-family: "judson", Georgia, "Times New Roman", Times, serif;
    color: #fff;
    background: #000;
    padding: 5px 10px;
    font-size: 20px;
    float: left;
    margin: 0 0 20px;
  }
}
.las-mas .list-las-mas {
  width: 100%;
  clear: both;
}
.las-mas .list-las-mas .modulo-las-mas figure {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
}

.cont-las-mas {
  max-width: 990px;
  margin: 0 auto;
}
.cont-las-mas li {
  float: left;
  margin: 0 35px 0 0;
  width: 170px;
}
.include-items .cont-las-mas li {
  float: left;
  margin: 0 0 24px;
  width: 100%;
  border-bottom: 0;
}
.cont-las-mas li img {
  float: left;
  height: auto;
  width: 100%;
}
.include-items .cont-las-mas li img {
  float: left;
  width: 90px;
}
.cont-las-mas li .text-modulo {
  background: #fff;
  border: 0;
  color: #000;
  float: left;
  font-size: 14px;
  font-style: italic;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin: 10px 0 0;
  min-height: 80px;
  position: relative;
  width: 100%;
}
.include-items .cont-las-mas li .text-modulo {
  background: #fff;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #000;
  float: none;
  margin-left: 74px;
  margin-top: 12px;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  width: calc(100% - 74px);
}
.cont-las-mas li .text-modulo a {
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 26px;
  display: block;
  text-align: center;
}
.cont-las-mas li .text-modulo:hover {
  color: #a40057;
}
.include-items .cont-las-mas li a {
  display: block;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  font-style: italic;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
}
.cont-las-mas li:last-child {
  margin: 0;
}

.row.content .las-mas {
  float: left;
  margin-top: 60px;
  max-width: 100%;
  width: 66%;
}
.row.content .include-container {
  width: 66%;
  float: left;
}
.row.content .include-container .las-mas {
  width: 100%;
}
.row.content .cont-las-mas li {
  float: left;
  margin: 0 1% 0 0;
  width: 24%;
}

.modulo-master {
  max-width: 320px;
  width: 100%;
  background: #a40057;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .modulo-master {
    float: right;
  }
}
.modulo-master .cabecera-master {
  width: 100%;
  margin-bottom: 10px;
}
.modulo-master .elemento-master {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 0 10px;
}
.modulo-master .elemento-master .antetitulo-master {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: block;
}
.modulo-master .elemento-master .titulo-master {
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
  display: block;
}
.modulo-master .elemento-master .fecha-master {
  font-size: 12px;
}
.modulo-master .boton-invertido {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  text-align: center;
  transition: all .5s ease 0s;
  width: 130px;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
}
.modulo-master .boton-invertido:hover {
  background: #fff;
  color: #000;
}

.contenedor-hoy-destacamos-menu .mod-destacamos {
  margin-bottom: 20px;
  margin-left: 0;
  overflow: hidden;
  padding-left: 10px;
}
.contenedor-hoy-destacamos-menu .mod-destacamos:first-child {
  margin-top: 10px;
}
.contenedor-hoy-destacamos-menu .mod-destacamos:last-child {
  margin-bottom: 0;
}
.contenedor-hoy-destacamos-menu .mod-destacamos .multimedia-item {
  max-width: 118px;
  float: left;
  margin-bottom: 0;
}
.contenedor-hoy-destacamos-menu .mod-destacamos .multimedia-item img {
  width: 100%;
}
.contenedor-hoy-destacamos-menu .mod-destacamos .mod-title {
  display: block;
  float: left;
  margin-left: 16px;
  width: 140px;
}
.contenedor-hoy-destacamos-menu .mod-destacamos .portadilla {
  color: #656565;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-left: 16px;
  display: inline-block;
  width: 140px;
}

.site-header .video-bucle {
  position: absolute;
  width: 100%;
  z-index: 0;
  display: block;
  opacity: .4;
}
.site-header.fixed-section .video-bucle {
  display: none;
}

.perfil {
  border: 1px solid #999;
  margin-top: 20px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  margin: 0 16px 40px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .perfil {
    border: 1px solid #999;
    margin-top: 20px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
  }
  .perfil.fixed {
    left: calc(50% - 272px);
    bottom: 0;
    position: fixed;
    width: 550px;
    text-align: center;
    z-index: 10;
    background: white none repeat scroll 0% 0%;
    padding: 15px 20px;
    overflow: visible;
  }
  .perfil.fixed.ocultando {
    animation-name: ocultaPerfil;
    animation-duration: 2s;
  }
  .perfil.fixed.ocultando .img-perfil {
    width: 0;
    left: 50%;
    top: -25px;
  }
  .perfil.fixed.mostrando {
    animation-name: mostrarPerfil;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
  }
  .perfil.fixed.mostrando .img-perfil {
    width: 100px;
    left: calc(50% - 50px);
    top: -75px;
  }
  .perfil.fixed i {
    cursor: pointer;
    display: block;
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .perfil.fixed .img-perfil {
    width: 100px;
    border-radius: 100px;
    position: absolute;
    top: -75px;
    left: calc(50% - 50px);
    transition: width .5s, height .5s,left .5s, top .5s;
    transition-delay: .5s;
  }
  .perfil.fixed .nombre-perfil {
    margin-top: 20px;
    font-size: 28px;
    font-family: "judson-bold", Georgia, "Times New Roman", Times, serif;
  }
  .perfil.fixed .texto-perfil {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0 0;
    font-family: "opensans", Arial, Helvetica, sans-serif;
  }
}
.perfil i {
  display: none;
}
.perfil .img-perfil {
  float: left;
  margin-right: 20px;
  width: 120px;
}
.perfil .nombre-perfil {
  margin: 0 16px;
  font-size: 20px;
  font-family: "judson-bold", Georgia, "Times New Roman", Times, serif;
  line-height: 28px;
}
.perfil .texto-perfil {
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0 0 120px;
  font-family: "opensans", Arial, Helvetica, sans-serif;
}

@keyframes ocultaPerfil {
  0% {
    bottom: 0;
  }
  15% {
    bottom: 15px;
  }
  100% {
    bottom: -300px;
  }
}
@keyframes mostrarPerfil {
  0% {
    bottom: -320px;
  }
  85% {
    bottom: 25px;
  }
  100% {
    bottom: 0;
  }
}
.news-header .flex-b {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.news-header .flex-b .content-item:nth-child(1):nth-last-child(6),
.news-header .flex-b .content-item:nth-child(2):nth-last-child(5),
.news-header .flex-b .content-item:nth-child(3):nth-last-child(4),
.news-header .flex-b .content-item:nth-child(4):nth-last-child(3),
.news-header .flex-b .content-item:nth-child(5):nth-last-child(2),
.news-header .flex-b .content-item:nth-child(6):nth-last-child(1),
.news-header .flex-b .content-item:nth-child(1):nth-last-child(5),
.news-header .flex-b .content-item:nth-child(2):nth-last-child(4),
.news-header .flex-b .content-item:nth-child(3):nth-last-child(3),
.news-header .flex-b .content-item:nth-child(4):nth-last-child(2),
.news-header .flex-b .content-item:nth-child(5):nth-last-child(1) {
  width: 195px;
  float: left;
  margin-right: 3px;
  margin-bottom: 20px;
}
.news-header .flex-b .content-item:nth-child(1):nth-last-child(6):last-child,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(5):last-child,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(4):last-child,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(3):last-child,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(2):last-child,
.news-header .flex-b .content-item:nth-child(6):nth-last-child(1):last-child,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(5):last-child,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(4):last-child,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(3):last-child,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(2):last-child,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(1):last-child {
  margin-right: 0;
}
.news-header .flex-b .content-item:nth-child(1):nth-last-child(6) img,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(5) img,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(4) img,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(3) img,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(2) img,
.news-header .flex-b .content-item:nth-child(6):nth-last-child(1) img,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(5) img,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(4) img,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(3) img,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(2) img,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(1) img {
  width: 100%;
}
.news-header .flex-b .content-item:nth-child(1):nth-last-child(6) .mod-header,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(5) .mod-header,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(4) .mod-header,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(3) .mod-header,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(2) .mod-header,
.news-header .flex-b .content-item:nth-child(6):nth-last-child(1) .mod-header,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(5) .mod-header,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(4) .mod-header,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(3) .mod-header,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(2) .mod-header,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(1) .mod-header {
  margin: 5px 0 0;
  width: 100%;
  text-align: left;
}
.news-header .flex-b .content-item:nth-child(1):nth-last-child(6) .mod-header span,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(5) .mod-header span,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(4) .mod-header span,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(3) .mod-header span,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(2) .mod-header span,
.news-header .flex-b .content-item:nth-child(6):nth-last-child(1) .mod-header span,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(5) .mod-header span,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(4) .mod-header span,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(3) .mod-header span,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(2) .mod-header span,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(1) .mod-header span {
  display: none;
}
.news-header .flex-b .content-item:nth-child(1):nth-last-child(6) .mod-header p,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(5) .mod-header p,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(4) .mod-header p,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(3) .mod-header p,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(2) .mod-header p,
.news-header .flex-b .content-item:nth-child(6):nth-last-child(1) .mod-header p,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(5) .mod-header p,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(4) .mod-header p,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(3) .mod-header p,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(2) .mod-header p,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(1) .mod-header p {
  display: none;
}
.news-header .flex-b .content-item:nth-child(1):nth-last-child(6) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(5) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(4) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(3) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(2) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(6):nth-last-child(1) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(5) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(4) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(3) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(2) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(1) .mod-header .mod-title {
  font-size: 16px;
  padding: 0;
}
.news-header .flex-b .content-item:nth-child(1):nth-last-child(6) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(5) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(4) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(3) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(2) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(6):nth-last-child(1) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(5) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(4) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(3) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(2) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(1) .mod-header .mod-title a {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 5px;
  display: block;
}
.news-header .flex-b .content-item:nth-child(1):nth-last-child(6) .mod-footer,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(5) .mod-footer,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(4) .mod-footer,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(3) .mod-footer,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(2) .mod-footer,
.news-header .flex-b .content-item:nth-child(6):nth-last-child(1) .mod-footer,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(5) .mod-footer,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(4) .mod-footer,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(3) .mod-footer,
.news-header .flex-b .content-item:nth-child(4):nth-last-child(2) .mod-footer,
.news-header .flex-b .content-item:nth-child(5):nth-last-child(1) .mod-footer {
  display: none;
}
.news-header .flex-b .content-item:nth-child(4):nth-last-child(1),
.news-header .flex-b .content-item:nth-child(3):nth-last-child(2),
.news-header .flex-b .content-item:nth-child(2):nth-last-child(3),
.news-header .flex-b .content-item:nth-child(1):nth-last-child(4) {
  width: 245px;
  float: left;
  margin-right: 3px;
  margin-bottom: 20px;
}
.news-header .flex-b .content-item:nth-child(4):nth-last-child(1):last-child,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(2):last-child,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(3):last-child,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(4):last-child {
  margin-right: 0;
}
.news-header .flex-b .content-item:nth-child(4):nth-last-child(1) img,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(2) img,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(3) img,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(4) img {
  width: 100%;
}
.news-header .flex-b .content-item:nth-child(4):nth-last-child(1) .mod-header,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(2) .mod-header,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(3) .mod-header,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(4) .mod-header {
  margin: 5px 0 0;
  width: 100%;
  text-align: left;
}
.news-header .flex-b .content-item:nth-child(4):nth-last-child(1) .mod-header span,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(2) .mod-header span,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(3) .mod-header span,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(4) .mod-header span {
  display: none;
}
.news-header .flex-b .content-item:nth-child(4):nth-last-child(1) .mod-header p,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(2) .mod-header p,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(3) .mod-header p,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(4) .mod-header p {
  display: none;
}
.news-header .flex-b .content-item:nth-child(4):nth-last-child(1) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(2) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(3) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(4) .mod-header .mod-title {
  font-size: 16px;
  padding: 0;
}
.news-header .flex-b .content-item:nth-child(4):nth-last-child(1) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(2) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(3) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(4) .mod-header .mod-title a {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 5px;
  display: block;
}
.news-header .flex-b .content-item:nth-child(4):nth-last-child(1) .mod-footer,
.news-header .flex-b .content-item:nth-child(3):nth-last-child(2) .mod-footer,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(3) .mod-footer,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(4) .mod-footer {
  display: none;
}
.news-header .flex-b .content-item:nth-child(3):nth-last-child(1),
.news-header .flex-b .content-item:nth-child(2):nth-last-child(2),
.news-header .flex-b .content-item:nth-child(1):nth-last-child(3) {
  width: 328px;
  float: left;
  margin-right: 3px;
  margin-bottom: 20px;
}
.news-header .flex-b .content-item:nth-child(3):nth-last-child(1):last-child,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(2):last-child,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(3):last-child {
  margin-right: 0;
}
.news-header .flex-b .content-item:nth-child(3):nth-last-child(1) img,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(2) img,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(3) img {
  width: 100%;
}
.news-header .flex-b .content-item:nth-child(3):nth-last-child(1) .mod-header,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(2) .mod-header,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(3) .mod-header {
  margin: 5px 0 0;
  width: 100%;
  text-align: left;
}
.news-header .flex-b .content-item:nth-child(3):nth-last-child(1) .mod-header span,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(2) .mod-header span,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(3) .mod-header span {
  display: none;
}
.news-header .flex-b .content-item:nth-child(3):nth-last-child(1) .mod-header p,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(2) .mod-header p,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(3) .mod-header p {
  display: none;
}
.news-header .flex-b .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title {
  font-size: 16px;
  padding: 0;
}
.news-header .flex-b .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title a,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title a {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 5px;
  display: block;
}
.news-header .flex-b .content-item:nth-child(3):nth-last-child(1) .mod-footer,
.news-header .flex-b .content-item:nth-child(2):nth-last-child(2) .mod-footer,
.news-header .flex-b .content-item:nth-child(1):nth-last-child(3) .mod-footer {
  display: none;
}

.row-layout.patrocinado {
  padding: 20px 40px;
  border: 1px solid #000;
  border-bottom: 4px solid #000;
  border-top: 4px solid #000;
  margin-bottom: 40px;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
.row-layout.patrocinado .titulo-modulo {
  margin-bottom: 24px;
  font-size: 36px;
}
.row-layout.patrocinado .space-line-480 {
  display: none;
}
.row-layout.patrocinado .content-item {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.row-layout.patrocinado .content-item .mod-footer {
  display: none;
}
.row-layout.patrocinado .content-item .mod-header {
  width: 100%;
  margin: 0;
}
.row-layout.patrocinado .content-item .mod-header > span {
  display: none;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(1) {
  width: 800px;
  margin: 0 auto;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(1) .mod-header {
  margin: 20px auto 20px;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(1) .mod-header .mod-title {
  padding: 0;
  font-size: 35px;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(2), .row-layout.patrocinado .content-item:nth-child(2):nth-last-child(1) {
  width: 435px;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(2) .mod-header, .row-layout.patrocinado .content-item:nth-child(2):nth-last-child(1) .mod-header {
  width: 100%;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(2) .mod-header .mod-title, .row-layout.patrocinado .content-item:nth-child(2):nth-last-child(1) .mod-header .mod-title {
  padding: 20px 10px 0;
  font-size: 25px;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(3), .row-layout.patrocinado .content-item:nth-child(2):nth-last-child(2), .row-layout.patrocinado .content-item:nth-child(3):nth-last-child(1) {
  width: 275px;
  margin-bottom: 20px;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(3) .mod-header, .row-layout.patrocinado .content-item:nth-child(2):nth-last-child(2) .mod-header, .row-layout.patrocinado .content-item:nth-child(3):nth-last-child(1) .mod-header {
  width: 100%;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title, .row-layout.patrocinado .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title, .row-layout.patrocinado .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title {
  padding: 15px 10px 0;
  font-size: 22px;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(4), .row-layout.patrocinado .content-item:nth-child(2):nth-last-child(3), .row-layout.patrocinado .content-item:nth-child(3):nth-last-child(2), .row-layout.patrocinado .content-item:nth-child(4):nth-last-child(1) {
  width: 222px;
  margin: 0;
  font-size: 0;
  float: none;
}
.row-layout.patrocinado .content-item:nth-child(1):nth-last-child(4) .mod-header, .row-layout.patrocinado .content-item:nth-child(2):nth-last-child(3) .mod-header, .row-layout.patrocinado .content-item:nth-child(3):nth-last-child(2) .mod-header, .row-layout.patrocinado .content-item:nth-child(4):nth-last-child(1) .mod-header {
  margin-bottom: 20px;
}

.ue-l-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 46.25em) {
  .ue-l-product-list {
    justify-content: flex-start;
  }
}
.ue-l-product-list__item {
  flex: 0 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 46.25em) {
  .ue-l-product-list__item {
    flex: 0 1 33.3333%;
    margin-bottom: 0;
  }
}

.ue-c-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ue-c-product-card__media {
  width: 212px;
  height: auto;
  border: 2px solid #c7c7c7;
  box-sizing: border-box;
  overflow: hidden;
  flex: 1 0 auto;
}
.ue-c-product-card__figure {
  margin: 0 !important;
}
.ue-c-product-card__image {
  width: auto !important;
  height: auto;
}
.ue-c-product-card__content {
  text-align: center;
  padding: 16px 8px 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ue-c-product-card__title {
  margin: 0;
  padding: 0;
  font-family: "judson";
  font-weight: normal;
  font-size: 20px;
  color: #000000;
}
.ue-c-product-card__description {
  margin: 12px 0 0px !important;
  line-height: 22px !important;
  color: #4a4a4a !important;
  font-size: 18px !important;
}
.ue-c-product-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
  padding: 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: 'opensans';
  font-size: 16px;
  font-style: italic;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
  height: 40px;
}
.ue-c-product-card__link:visited {
  color: #ffffff;
}
.ue-c-product-card__link:hover {
  background: #a40057;
  color: #ffffff;
}

.beauty-school.noticia .news-item .mod-title {
  background: transparent;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 18px;
  margin: 70px 0 25px;
  position: relative;
  float: none;
}
@media (min-width: 46.25em) {
  .beauty-school.noticia .news-item .mod-title {
    font-size: 50px;
    line-height: 57px;
    padding-top: 5px;
  }
}
.beauty-school.noticia .news-item .mod-title:before {
  width: 180px;
  height: 3px;
  background: #000;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 46.25em) {
  .beauty-school.noticia .news-item .mod-title:before {
    width: 480px;
  }
}

.ue-c-contact-beauty {
  text-align: center;
  margin: 60px 0 70px;
}
@media (max-width: 46.25em) {
  .ue-c-contact-beauty {
    margin: 0px 0 60px;
  }
}
.ue-c-contact-beauty h4 {
  display: inline-block;
  font-size: 26px;
  line-height: 23px;
  font-family: 'judson';
  color: #000000;
  margin: 0 0 10px;
  text-transform: uppercase;
  padding: 12px 20px 0;
  border-top: 1px solid #cccccc;
}
.ue-c-contact-beauty p {
  font-size: 18px !important;
  font-family: 'judson';
  color: #000000 !important;
  margin: 0 !important;
  line-height: 26px !important;
  padding: 0 20px;
}
.ue-c-contact-beauty a {
  display: block;
  color: #a40057;
  text-decoration: underline;
}

body.beauty-school .main.beauty-school .tab-title .container-header .tab-title-text svg {
  width: 330px;
  height: 44px;
  margin: 28px auto 45px;
}
body.beauty-school .main.beauty-school .tab-title .container-header .tab-title-text span {
  display: none;
}
@media (max-width: 46.25em) {
  body.beauty-school .main.beauty-school .row-layout .container .tab-title-text svg {
    width: 200px;
    height: 30px;
    margin: 10px auto;
  }
  body.beauty-school .main.beauty-school .row-layout .container .tab-title-text span {
    display: none;
  }
}
body.beauty-school .main:not(.beauty-school) .tab-title .container-header .tab-title-text {
  font-size: 50px;
  line-height: 57px;
  margin: 20px 0 50px;
}
body.beauty-school .main:not(.beauty-school) .tab-title .container-header .tab-title-text svg {
  width: 213px;
  height: 32px;
  margin: 0 0 0 6px;
  position: relative;
  top: 1px;
}
@media (max-width: 46.25em) {
  body.beauty-school .main:not(.beauty-school) .container .tab-title-text {
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  body.beauty-school .main:not(.beauty-school) .container .tab-title-text svg {
    width: 130px;
    height: 21px;
    position: relative;
    top: 1px;
  }
}
@media (min-width: 46.25em) {
  body.beauty-school .main:not(.beauty-school) .modulo {
    margin: 0;
  }
}
body.beauty-school .main:not(.beauty-school) .modulo .titulo-modulo {
  font-size: 22px;
  line-height: 24px;
  color: #a40057;
  text-transform: initial;
  margin-bottom: 30px;
}
@media (min-width: 46.25em) {
  body.beauty-school .main:not(.beauty-school) .modulo .titulo-modulo {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 60px;
  }
}
body.beauty-school .modulo .titulo-modulo {
  text-transform: initial;
}
body.beauty-school .modulo .titulo-modulo span {
  color: #b60058;
}
@media (max-width: 46.25em) {
  body.beauty-school .modulo .space-line-480 {
    width: 180px;
    border-bottom: 3px solid #000;
    margin: 0 auto 16px;
  }
}
@media (max-width: 46.25em) {
  body.beauty-school .auto-items {
    float: none;
  }
  body.beauty-school .auto-items .content-item {
    margin: 0 0 0px;
  }
  body.beauty-school .content-item {
    overflow: unset;
    border-bottom: unset;
    padding: 0 0 0px;
  }
  body.beauty-school .content-item article {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 0 0 24px;
  }
  body.beauty-school .content-item:first-child article, body.beauty-school .content-item:last-child article {
    border-bottom: 0;
  }
  body.beauty-school .content-item .content-items.flex-b .content-item:first-child article, body.beauty-school .content-item .content-items.flex-b .content-item:last-child article {
    border-bottom: 0px;
  }
}

header.fixed-down .tab-title .container-header .tab-title-text svg,
header.fixed-up .tab-title .container-header .tab-title-text svg {
  display: none;
}

.content-item .mod-footer__sponsor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 12px 0 5px;
}
@media (min-width: 46.25em) {
  .content-item .mod-footer__sponsor {
    justify-content: center;
    margin: -15px 0 5px;
  }
}
.content-item .mod-footer__sponsor-title {
  font-size: 12px;
  font-family: 'opensans';
  color: #949494;
  margin-right: 6px;
}
.content-item .mod-footer__sponsor-link {
  z-index: 3;
  font-size: 0;
}
.content-item .mod-footer__sponsor-logo {
  max-height: 26px;
  max-width: 90px;
}
.content-item:first-child .mod-footer__sponsor {
  justify-content: center;
}
@media (min-width: 46.25em) {
  .content-item:first-child .mod-footer__sponsor {
    margin: -5px 0 5px;
  }
}

.news-item.santander h1 {
  background-color: transparent;
  color: #000;
  margin: 0 auto;
  max-width: 990px;
}
.news-item.santander .row.content.cols-70-30 {
  float: none;
  margin: 0 auto;
  max-width: 990px;
}
.news-item.santander .pre-heading {
  background-color: transparent;
  margin: 0 auto;
  max-width: 990px;
}
.news-item.santander .pre-heading .space-line-60 {
  display: none;
}
.news-item.santander .pre-heading::after {
  border-bottom: 4px solid #e7312a;
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 60px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .news-item.santander .pre-heading::after {
    border-bottom: 8px solid #e7312a;
  }
}
.news-item.santander .section-type {
  background-color: transparent;
  color: #999;
  margin: 0 auto;
  max-width: 990px;
}
.news-item.santander .list-header::before,
.news-item.santander .summary-item::before,
.news-item.santander .summary-item::after {
  border-color: #e7312a;
}

.news-item.sports-angels h1 {
  background-color: transparent;
  color: #000;
  margin: 0 auto;
  max-width: 990px;
}
.news-item.sports-angels .row.content.cols-70-30 {
  float: none;
  margin: 0 auto;
  max-width: 990px;
}
.news-item.sports-angels .pre-heading {
  background-color: transparent;
  margin: 0 auto;
  max-width: 990px;
}
.news-item.sports-angels .pre-heading .space-line-60 {
  display: none;
}
.news-item.sports-angels .pre-heading::after {
  border-bottom: 4px solid #58bde3;
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 60px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .news-item.sports-angels .pre-heading::after {
    border-bottom: 8px solid #58bde3;
  }
}
.news-item.sports-angels .section-type {
  background-color: transparent;
  color: #999;
  margin: 0 auto;
  max-width: 990px;
}
.news-item.sports-angels .list-header::before,
.news-item.sports-angels .summary-item::before,
.news-item.sports-angels .summary-item::after {
  border-color: #58bde3;
}

.content-concursos {
  clear: both;
  display: block;
  text-align: left;
}
.content-concursos .content-item {
  width: 476px;
  display: inline-block;
  margin: 0 0 60px 0;
  vertical-align: top;
  text-align: center;
}
.content-concursos .content-item:hover a {
  color: #a40057;
}
.content-concursos .content-item:nth-child(odd) {
  margin-right: 30px;
}
.content-concursos .content-item figure {
  position: relative;
  margin-bottom: 0;
}
.content-concursos .content-item img {
  display: block;
  width: 100%;
}
.content-concursos .content-item .mod-header {
  width: 448px;
  margin: -22px auto 0;
  position: relative;
  background: #fff;
}
.content-concursos .content-item .mod-header .mod-title {
  padding: 20px 36px 0;
  font-size: 30px;
}
.content-concursos .content-item .mod-footer {
  padding: 10px 0;
  width: 448px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.content-concursos .content-item .mod-date {
  color: #999;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.content-concursos.finalizados {
  opacity: .3;
}
.content-concursos.finalizados .content-item {
  width: 306px;
  margin-right: 30px;
}
.content-concursos.finalizados .content-item:nth-child(3n+0) {
  margin-right: 0;
}
.content-concursos.finalizados .content-item .mod-header {
  width: 278px;
}
.content-concursos.finalizados .content-item .mod-title {
  width: 278px;
  padding: 20px 14px 0;
  font-size: 18px;
}

.tab-title.finalizados {
  margin-top: 40px;
}

.concurso-individual input[type="checkbox"],
.concurso-individual input[type="radio"] {
  display: none;
}
.concurso-individual .preguntas {
  margin-bottom: 20px;
  overflow: hidden;
}
.concurso-individual .preguntas::after {
  content: " ";
  width: 140px;
  border-bottom: 1px solid #000;
  text-align: center;
  display: block;
  margin: 20px auto;
}
.concurso-individual .preguntas li {
  margin: 0 20px 20px 0;
  display: inline-block;
}
.concurso-individual .preguntas li:last-child {
  margin: 0;
}
.concurso-individual .preguntas.campo-texto label {
  display: block;
}
.concurso-individual .preguntas.campo-texto input {
  width: 310px;
  border: 2px solid #000;
  margin: 0 auto;
  height: 45px;
  padding: 0 20px;
}
.concurso-individual .preguntas.campo-texto li {
  width: 100%;
  margin: 0 0 40px 0;
}
.concurso-individual .preguntas.campo-texto li:last-child {
  margin: 0 0 20px 0;
}
.concurso-individual input[type="checkbox"] + label span,
.concurso-individual input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  background: url('../img/icons/checkbox-radiobutton-bg.svg') left top no-repeat;
  cursor: pointer;
}
.concurso-individual input[type="checkbox"]:checked + label span {
  background: url('../img/icons/checkbox-checked.svg') left top no-repeat;
}
.concurso-individual input[type="radio"]:checked + label span {
  background: url('../img/icons/radiobutton-checked.svg') left top no-repeat;
}
.concurso-individual .flex-b .content-item:nth-child(1):nth-last-child(1) {
  margin-bottom: 40px;
}
.concurso-individual .flex-b .content-item:nth-child(1):nth-last-child(1) .mod-header {
  max-width: 958px;
}
.concurso-individual .news-item {
  text-align: center;
}
.concurso-individual .news-item p {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
}
.concurso-individual .news-item p.bases {
  text-align: left;
  border-top: 8px solid #000;
  padding-top: 20px;
  max-width: 100%;
}
.concurso-individual .news-item .boton {
  cursor: pointer;
  margin: 0 10px 20px;
  display: inline-block;
}
.concurso-individual .news-item .bases-legales {
  display: block;
  text-decoration: underline;
  margin-bottom: 40px;
}
.concurso-individual .news-item .title-ganadores {
  font-family: "judson-bold", Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  margin-bottom: 20px;
}
.concurso-individual .news-item .title-ganadores::before {
  border-bottom: 1px solid #000;
  width: 140px;
  margin: 0 auto 40px;
  display: block;
  content: " ";
}
.concurso-individual .news-item .list-ganadores {
  margin-bottom: 200px;
}
.concurso-individual .news-item .list-ganadores li {
  margin: 0 0 10px;
  text-align: center;
}
.concurso-individual .news-item .mensaje {
  max-width: 650px;
  margin: 0 auto 40px;
  padding: 20px;
  box-sizing: border-box;
}
.concurso-individual .news-item .mensaje.confirmacion {
  border: 1px solid;
}
.concurso-individual .news-item .mensaje.error {
  border: 2px solid red;
}
.concurso-individual .news-item .mensaje.error p {
  color: red;
}
.concurso-individual .news-item .mensaje h2 {
  background: none;
  color: #000;
  padding: 0;
  margin-bottom: 20px;
  font-size: 30px;
}
.concurso-individual .news-item .mensaje p {
  margin-bottom: 5px;
}
.concurso-individual .cuadro-mensaje {
  border: 1px solid #000;
  width: 650px;
  margin: 0 auto 40px;
  padding: 40px 20px;
}
.concurso-individual .cuadro-mensaje p {
  margin: 0;
  font-size: 14px;
}
.concurso-individual .cuadro-mensaje p.titulo-mensaje {
  font-size: 28px;
}
.concurso-individual .cuadro-mensaje a {
  text-decoration: underline;
}
.concurso-individual .cuadro-mensaje a:hover {
  color: #a40057;
}

.quienes-somos.container {
  padding-top: 140px;
}
.quienes-somos h2 {
  font-size: 28px;
  font-family: "judson", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 8000px) {
  .quienes-somos .space-line-480 {
    border-bottom: 3px solid #000;
    margin: 0 auto 5px;
    width: 280px;
  }
}
.quienes-somos .list_empleados {
  text-align: center;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.quienes-somos .list_empleados li {
  margin: 0 10px 70px;
  text-align: center;
  vertical-align: top;
}
.quienes-somos .list_empleados li:nth-child(5n+0) {
  margin-right: 0;
}
.quienes-somos .list_empleados li img {
  border-radius: 100%;
  margin-bottom: 15px;
}
.quienes-somos .list_empleados li .nombre_trabajador {
  font-family: "judson-bold", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
}
.quienes-somos .list_empleados li .nombre_trabajador::before {
  content: " ";
  width: 15px;
  height: 1px;
  border-bottom: 2px solid #000;
  overflow: hidden;
  margin: 0 auto 5px;
  display: block;
  text-align: center;
}
.quienes-somos .list_empleados li .puesto_trabajador {
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
}
.quienes-somos .list_empleados li .correo_trabajador {
  font-size: 12px;
  display: block;
  margin-top: 3px;
  text-decoration: underline;
}
.quienes-somos .info_departamento {
  width: 390px;
  margin: 0 auto;
}
.quienes-somos .info_departamento h5 {
  font: normal bold 16px/18px 'opensans',arial,serif;
  border: none;
  padding: 0;
  margin: 0 0 10px 85px;
}
.quienes-somos .info_departamento ul {
  font-size: 16px;
  line-height: 26px;
  list-style: disc;
}
.quienes-somos .info_departamento ul li {
  margin: 0 0 20px 170px;
}

.activos-navidad.principal .flex-a .content-item {
  width: 100%;
}
.activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) {
  margin-right: 30px !important;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2), .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1), .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2), .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) {
  width: 480px !important;
  float: left;
  margin-bottom: 50px;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-item, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-item, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-item, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-item {
  position: relative;
  overflow: hidden;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-footer, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-footer, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-footer, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-footer {
  display: none;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header {
  padding: 0 16px 90px;
  background: #CE4D56;
  box-shadow: inset 0 0 0 10px #CE4D56, inset 0 0 0 11px #fff;
  width: 450px !important;
  margin-top: -40px !important;
  max-width: 100%;
  position: relative;
  z-index: 5;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header p, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header p, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header p, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header p {
  color: #fff;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header p span::after, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header p span::before, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header p span::after, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header p span::before, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header p span::after, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header p span::before, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header p span::after, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header p span::before {
  display: none;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header .mod-title, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header .mod-title, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title {
  padding: 20px 36px 0 !important;
  font-size: 30px !important;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header .mod-title a, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header .mod-title a, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title a, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title a {
  color: #fff;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header .mod-title::after, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header .mod-title::after, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header .mod-title::after, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header .mod-title::after {
  content: "***";
  display: block;
  color: #fff;
  height: 20px;
  letter-spacing: 10px;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header > span, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header > span, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header > span, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header > span {
  display: none;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header > a, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header > a, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header > a, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header > a {
  color: #fff;
  padding: 15px 30px;
  display: block;
  width: 185px;
  margin: 0 0 0 -93px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header > a:hover span, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header > a:hover span, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header > a:hover span, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header > a:hover span {
  color: #F1F1F1;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header > a:visited, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header > a:visited, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header > a:visited, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header > a:visited {
  color: #fff;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(2) .mod-header > a p span, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(1) .mod-header > a p span, .activos-navidad.principal .flex-a .content-item:nth-child(2):nth-last-child(2) .mod-header > a p span, .activos-navidad.principal .flex-a .content-item:nth-child(3):nth-last-child(1) .mod-header > a p span {
  font-size: 16px;
}
.activos-navidad.principal .flex-a .content-item .mod-title {
  font-size: 48px;
  line-height: 51px;
  padding-top: 30px;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1), .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) {
  width: 100%;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-title, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-title {
  font-size: 48px;
  line-height: 51px;
  padding-top: 30px;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) address,
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) time,
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-footer,
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-author, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) address,
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) time,
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-footer,
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-author {
  display: none;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header {
  padding-top: 20px;
  width: 958px;
  max-width: 100%;
  border-bottom: 8px solid #CE4D56;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header .mod-title, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title {
  font-size: 48px;
  line-height: 115%;
  margin-bottom: 100px;
  padding: 0 16px;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header .mod-title a::after, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title a::after {
  content: "***";
  font-size: 45px;
  color: #CE4D56;
  text-align: center;
  font-family: judson;
  letter-spacing: 8px;
  display: block;
  margin: 10px 0;
  height: 45px;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header p span::after, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header p span::before, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header p span::after, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header p span::before {
  display: none;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header > span, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header > span {
  display: none;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header > a, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header > a {
  background: #fff;
  color: #000;
  padding: 15px 30px;
  border: 1px solid #000;
  display: block;
  width: 160px;
  margin: 0 0 0 -84px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 40px;
  font-family: "opensans-bold", Arial, Helvetica, sans-serif;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header > a:hover span, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header > a:hover span {
  color: #CE4D56;
}
.activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(1) .mod-header > a p span, .activos-navidad.principal .flex-a .content-item:nth-child(1):nth-last-child(3) .mod-header > a p span {
  font-size: 16px;
}

.activos-navidad .flex-b .ribbon {
  display: block !important;
  position: absolute;
  background-color: rgba(53, 53, 53, 0.7);
  width: 100%;
  height: 346px;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 154px;
  text-align: center;
  z-index: 5;
  line-height: 130px;
}
.activos-navidad .flex-b .ribbon span {
  font-size: 32px;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  width: 280px;
  overflow: hidden;
  display: block;
  margin: 130px auto 0;
  line-height: 45px;
}
.activos-navidad .flex-b .ribbon span.ribbon-dec {
  border: none;
  display: block;
  width: 40px;
  background: #fff;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  transform: rotate(45deg);
  top: -162px;
}
.activos-navidad .flex-b .mod-footer {
  display: none;
}
.activos-navidad .flex-b .content-item {
  width: 480px !important;
  float: left;
  margin-bottom: 50px;
}
.activos-navidad .flex-b .content-item .mod-item {
  position: relative;
  overflow: hidden;
}
.activos-navidad .flex-b .content-item .mod-header {
  padding: 0 16px 90px;
  background: #CE4D56;
  box-shadow: inset 0 0 0 10px #CE4D56, inset 0 0 0 11px #fff;
  width: 450px !important;
  margin-top: -40px !important;
  max-width: 100%;
  position: relative;
  z-index: 5;
}
.activos-navidad .flex-b .content-item .mod-header p {
  color: #fff;
}
.activos-navidad .flex-b .content-item .mod-header p span::after, .activos-navidad .flex-b .content-item .mod-header p span::before {
  display: none;
}
.activos-navidad .flex-b .content-item .mod-header .mod-title {
  padding: 20px 36px 0 !important;
  font-size: 30px !important;
  color: #fff;
}
.activos-navidad .flex-b .content-item .mod-header .mod-title a {
  color: #fff;
}
.activos-navidad .flex-b .content-item .mod-header .mod-title::after {
  content: "***";
  display: block;
  color: #fff;
  margin-top: 20px;
  height: 20px;
  letter-spacing: 10px;
}
.activos-navidad .flex-b .content-item .mod-header > span {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  display: block;
  top: 0;
  left: 0;
}
.activos-navidad .flex-b .content-item .mod-header > a {
  color: #fff;
  padding: 15px 30px;
  display: block;
  width: 185px;
  margin: 0 0 0 -93px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.activos-navidad .flex-b .content-item .mod-header > a:hover span {
  color: #F1F1F1;
}
.activos-navidad .flex-b .content-item .mod-header > a:visited {
  color: #fff;
}
.activos-navidad .flex-b .content-item .mod-header > a p span {
  font-size: 16px;
}

.finalizados-navidad {
  opacity: 1 !important;
}
.finalizados-navidad .container {
  opacity: .3;
}
.finalizados-navidad .flex-b .mod-footer {
  display: none;
}
.finalizados-navidad .flex-b .content-item {
  width: 310px !important;
  float: left;
  margin-bottom: 50px;
}
.finalizados-navidad .flex-b .content-item .mod-header {
  padding-bottom: 90px;
  background: #CE4D56;
  box-shadow: inset 0 0 0 10px #CE4D56, inset 0 0 0 11px #fff;
}
.finalizados-navidad .flex-b .content-item .mod-header p {
  color: #fff;
}
.finalizados-navidad .flex-b .content-item .mod-header p span::after, .finalizados-navidad .flex-b .content-item .mod-header p span::before {
  display: none;
}
.finalizados-navidad .flex-b .content-item .mod-header .mod-title {
  padding: 20px 36px 0 !important;
  font-size: 24px !important;
  width: 100%;
  color: #fff;
}
.finalizados-navidad .flex-b .content-item .mod-header .mod-title a {
  color: #fff;
}
.finalizados-navidad .flex-b .content-item .mod-header .mod-title::after {
  content: "***";
  display: block;
  color: #fff;
  margin-top: 20px;
  height: 20px;
  letter-spacing: 10px;
}
.finalizados-navidad .flex-b .content-item .mod-header > span {
  display: none;
}
.finalizados-navidad .flex-b .content-item .mod-header > a {
  color: #fff;
  padding: 15px 30px;
  display: block;
  width: 185px;
  margin: 0 0 0 -96px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.finalizados-navidad .flex-b .content-item .mod-header > a:hover span {
  color: #F1F1F1;
}
.finalizados-navidad .flex-b .content-item .mod-header > a:visited {
  color: #fff;
}
.finalizados-navidad .flex-b .content-item .mod-header > a p span {
  font-size: 16px;
}

.concursos-san-valentin .container-header .tab-title-text {
  text-transform: uppercase;
  color: #aa433e;
}

.activos-san-valentin {
  margin-bottom: 80px;
}
.activos-san-valentin .content-item {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: center;
  min-height: auto !important;
  width: 475px !important;
  margin: 0 0 80px 0 !important;
}
.activos-san-valentin .content-item span {
  background: #aa433e;
  transition: all .5s ease 0s;
}
.activos-san-valentin .content-item span:hover {
  background: #c65e59;
}
.activos-san-valentin .content-item:nth-child(1):nth-last-child(1), .activos-san-valentin .content-item:nth-child(1):nth-last-child(3) {
  width: 100% !important;
  margin-bottom: 100px;
}
.activos-san-valentin .content-item:nth-child(1):nth-last-child(1) .mod-header, .activos-san-valentin .content-item:nth-child(1):nth-last-child(3) .mod-header {
  width: 90%;
  max-width: none !important;
  position: relative;
  margin: -85px auto 0;
  padding: 20px 0 25px;
  border-bottom: 1px solid #aa433e;
}
.activos-san-valentin .content-item:nth-child(1):nth-last-child(1) .mod-header p span, .activos-san-valentin .content-item:nth-child(1):nth-last-child(3) .mod-header p span {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 70px);
  color: #fff;
  padding: 15px;
  width: 140px;
  display: block;
  font-size: 20px;
}
.activos-san-valentin .content-item:nth-child(1):nth-last-child(1) .mod-header p span::after, .activos-san-valentin .content-item:nth-child(1):nth-last-child(1) .mod-header p span::before, .activos-san-valentin .content-item:nth-child(1):nth-last-child(3) .mod-header p span::after, .activos-san-valentin .content-item:nth-child(1):nth-last-child(3) .mod-header p span::before {
  display: none;
}
.activos-san-valentin .content-item:nth-child(1):nth-last-child(1) .mod-header > span, .activos-san-valentin .content-item:nth-child(1):nth-last-child(3) .mod-header > span {
  display: none;
}
.activos-san-valentin .content-item:nth-child(1):nth-last-child(1) .mod-header .mod-title, .activos-san-valentin .content-item:nth-child(1):nth-last-child(3) .mod-header .mod-title {
  font-size: 48px;
  line-height: 115%;
  margin-bottom: 100px;
  padding: 0 16px;
}
.activos-san-valentin .content-item:nth-child(1):nth-last-child(1) .mod-footer, .activos-san-valentin .content-item:nth-child(1):nth-last-child(3) .mod-footer {
  display: none;
}
.activos-san-valentin .content-item:nth-child(2):nth-last-child(2) {
  margin-right: 30px !important;
}
.activos-san-valentin .content-item:nth-child(3):nth-last-child(1) {
  margin-right: 0 !important;
}
.activos-san-valentin .content-item:nth-child(odd) {
  margin-right: 30px !important;
}
.activos-san-valentin .content-item .mod-header {
  width: 90% !important;
  max-width: none !important;
  position: relative;
  margin: -55px auto 0 !important;
  padding: 20px 0 18px;
  border-bottom: 1px solid #d6a09d;
}
.activos-san-valentin .content-item .mod-header p span {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 80px);
  color: #fff;
  padding: 15px;
  width: 160px;
  display: block;
  font-size: 16px;
}
.activos-san-valentin .content-item .mod-header p span::after, .activos-san-valentin .content-item .mod-header p span::before {
  display: none;
}
.activos-san-valentin .content-item .mod-header > span {
  display: none;
}
.activos-san-valentin .content-item .mod-header .mod-title {
  font-size: 32px !important;
  line-height: 115%;
  margin-bottom: 75px;
  padding: 0 16px !important;
}
.activos-san-valentin .content-item .mod-header .mod-title a {
  color: #000 !important;
}
.activos-san-valentin .content-item .mod-header::after {
  content: url("https://e00-telva.uecdn.es/estaticas/especiales/sanvalentin/2017/img/corazon.svg");
  position: absolute;
  bottom: -22px;
  color: #aa433e;
  background: #fff;
  padding: 10px;
  left: 50%;
  margin-left: -20px;
  fill: #aa433e;
}
.activos-san-valentin .content-item .mod-footer {
  display: none;
}

.proximos-san-valentin {
  margin-bottom: 80px;
}
.proximos-san-valentin .content-item {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: center;
  min-height: auto !important;
  width: 475px !important;
  margin: 0 0 80px 0 !important;
}
.proximos-san-valentin .content-item .mod-item::after {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99;
}
.proximos-san-valentin .content-item span {
  background: #d6a09d;
  transition: all .5s ease 0s;
}
.proximos-san-valentin .content-item span:hover {
  background: #d6a09d;
}
.proximos-san-valentin .content-item .multimedia-item img {
  opacity: 1;
}
.proximos-san-valentin .content-item:nth-child(odd) {
  margin-right: 30px !important;
}
.proximos-san-valentin .content-item .mod-header {
  width: 90% !important;
  max-width: none !important;
  position: relative;
  margin: -55px auto 0 !important;
  padding: 20px 0 18px;
  border-bottom: 1px solid #d6a09d;
}
.proximos-san-valentin .content-item .mod-header p span {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 80px);
  color: #fff;
  padding: 15px;
  width: 160px;
  display: block;
  font-size: 16px;
}
.proximos-san-valentin .content-item .mod-header p span::after, .proximos-san-valentin .content-item .mod-header p span::before {
  display: none;
}
.proximos-san-valentin .content-item .mod-header > span {
  display: none;
}
.proximos-san-valentin .content-item .mod-header .mod-title {
  font-size: 32px !important;
  line-height: 115%;
  margin-bottom: 75px;
  padding: 0 16px !important;
}
.proximos-san-valentin .content-item .mod-header .mod-title a {
  color: #999 !important;
}
.proximos-san-valentin .content-item .mod-header::after {
  content: url("https://e00-telva.uecdn.es/estaticas/especiales/sanvalentin/2017/img/corazon.svg");
  position: absolute;
  bottom: -22px;
  color: #aa433e;
  background: #fff;
  padding: 10px;
  left: 50%;
  margin-left: -20px;
  fill: #aa433e;
  display: none;
}
.proximos-san-valentin .content-item .mod-footer {
  display: none;
}

.finalizados-san-valentin .content-item {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: center;
  min-height: auto !important;
  width: 475px !important;
  margin: 0 0 80px 0 !important;
}
.finalizados-san-valentin .content-item .mod-item::after {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99;
}
.finalizados-san-valentin .content-item span {
  background: #d6a09d;
  transition: all .5s ease 0s;
}
.finalizados-san-valentin .content-item span:hover {
  background: #d6a09d;
}
.finalizados-san-valentin .content-item .multimedia-item img {
  opacity: .3;
}
.finalizados-san-valentin .content-item:nth-child(odd) {
  margin-right: 30px !important;
}
.finalizados-san-valentin .content-item .mod-header {
  width: 90% !important;
  max-width: none !important;
  position: relative;
  margin: -55px auto 0 !important;
  padding: 20px 0 18px;
  border-bottom: 1px solid #d6a09d;
}
.finalizados-san-valentin .content-item .mod-header p span {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 80px);
  color: #fff;
  padding: 15px;
  width: 160px;
  font-size: 16px;
}
.finalizados-san-valentin .content-item .mod-header p span::after, .finalizados-san-valentin .content-item .mod-header p span::before {
  display: none;
}
.finalizados-san-valentin .content-item .mod-header > span {
  display: none;
}
.finalizados-san-valentin .content-item .mod-header .mod-title {
  font-size: 32px !important;
  line-height: 115%;
  margin-bottom: 75px;
  padding: 0 16px !important;
}
.finalizados-san-valentin .content-item .mod-header .mod-title a {
  color: #999 !important;
}
.finalizados-san-valentin .content-item .mod-header::after {
  content: url("https://e00-telva.uecdn.es/estaticas/especiales/sanvalentin/2017/img/corazon.svg");
  position: absolute;
  bottom: -22px;
  color: #aa433e;
  background: #fff;
  padding: 10px;
  left: 50%;
  margin-left: -20px;
  fill: #aa433e;
  display: none;
}
.finalizados-san-valentin .content-item .mod-footer {
  display: none;
}

.zindex-notification {
  z-index: 9999999999 !important;
}

.zindex-side-panel-mask {
  z-index: 9999999 !important;
}

@media only screen and (min-width: 980px) {
  .fixed-down ~ * .ad--sticky .publicidad {
    position: sticky;
    top: 80px;
  }

  .fixed-up ~ * .ad--sticky .publicidad {
    position: sticky;
    top: 160px;
  }

  .site-header-news.fixed-down ~ * .ad--sticky .publicidad,
  .site-header-news.fixed-up ~ * .ad--sticky .publicidad {
    position: sticky;
    top: 60px;
  }
}
