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 {
  visibility: hidden;
}

.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 {
  visibility: hidden;
}

.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-elmundo.uecdn.es/fonts/judson/judson-regular.eot");
  src: url("https://e00-elmundo.uecdn.es/fonts/judson/judson-regular.eot?#iefix") format("embedded-opentype"), url("https://e00-elmundo.uecdn.es/fonts/judson/judson-regular.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/judson/judson-regular.woff") format("woff"), url("https://e00-elmundo.uecdn.es/fonts/judson/judson-regular.ttf") format("ttf");
}
@font-face {
  font-family: "judson-bold";
  src: url("https://e00-elmundo.uecdn.es/fonts/judson/judson-bold.eot");
  src: url("https://e00-elmundo.uecdn.es/fonts/judson/judson-bold.eot?#iefix") format("embedded-opentype"), url("https://e00-elmundo.uecdn.es/fonts/judson/judson-bold.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/judson/judson-bold.woff") format("woff"), url("https://e00-elmundo.uecdn.es/fonts/judson/judson-bold.ttf") format("ttf");
}
@font-face {
  font-family: "judson-italic";
  src: url("https://e00-elmundo.uecdn.es/fonts/judson/judson-italic.eot");
  src: url("https://e00-elmundo.uecdn.es/fonts/judson/judson-italic.eot?#iefix") format("embedded-opentype"), url("https://e00-elmundo.uecdn.es/fonts/judson/judson-italic.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/judson/judson-italic.woff") format("woff"), url("https://e00-elmundo.uecdn.es/fonts/judson/judson-italic.ttf") format("ttf");
}
@font-face {
  font-family: "opensans";
  src: url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-Regular-webfont.eot");
  src: url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-Regular-webfont.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-Regular-webfont.woff") format("woff"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-Regular-webfont.ttf") format("ttf");
}
@font-face {
  font-family: "opensans-bold";
  src: url("https://e00-elmundo.uecdn.es/fonts/open_sans/opensans-bold-webfont.eot");
  src: url("https://e00-elmundo.uecdn.es/fonts/open_sans/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/opensans-bold-webfont.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/opensans-bold-webfont.woff") format("woff"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/opensans-bold-webfont.ttf") format("ttf");
}
@font-face {
  font-family: "opensans-italic";
  src: url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-Italic-webfont.eot");
  src: url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-Italic-webfont.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-Italic-webfont.woff") format("woff"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-Italic-webfont.ttf") format("ttf");
}
@font-face {
  font-family: "opensans-bold-italic";
  src: url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-ExtraBoldItalic-webfont.eot");
  src: url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-ExtraBoldItalic-webfont.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("https://e00-elmundo.uecdn.es/fonts/open_sans/OpenSans-ExtraBoldItalic-webfont.ttf") format("ttf");
}
@font-face {
  font-family: "playfair";
  src: url("https://e00-elmundo.uecdn.es/fonts/playfair/playfairdisplay-regular-webfont.eot");
  src: url("https://e00-elmundo.uecdn.es/fonts/playfair/playfairdisplay-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://e00-elmundo.uecdn.es/fonts/playfair/playfairdisplay-regular-webfont.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/playfair/playfairdisplay-regular-webfont.woff") format("woff"), url("https://e00-elmundo.uecdn.es/fonts/playfair/playfairdisplay-regular-webfont.ttf") format("ttf");
}
@font-face {
  font-family: "Icomoon";
  src: url("https://e00-elmundo.uecdn.es/fonts/icotelva/icotelva.eot");
  src: url("https://e00-elmundo.uecdn.es/fonts/icotelva/icotelva.eot?#iefix") format("embedded-opentype"), url("https://e00-elmundo.uecdn.es/fonts/icotelva/icotelva.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/icotelva/icotelva.woff") format("woff"), url("https://e00-elmundo.uecdn.es/fonts/icotelva/icotelva.ttf") format("ttf");
}
.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;
  }
}

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

.row-layout {
  margin: 0 auto;
}

.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.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;
}

.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;
}

.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;
}

.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;
}
.ad-item.sticky .close-button .hidden-content {
  display: none;
}

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

.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 {
  left: 50%;
  margin-left: -655px;
  top: 13px;
}
.content-ad .ad-item-sd {
  right: 50%;
  top: 13px;
  margin-right: -650px;
}
.content-ad .ad-item-990,
.content-ad .ad-item-980 {
  clear: both;
  margin: 0 auto;
  text-align: center;
  width: 990px;
}
.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;
}

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

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

.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-s300cde6a0c.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: 100002;
  box-sizing: border-box;
  transition: transform .5s;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.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--left-to-right {
  transform: translateX(-100vw) translateY(0);
}
.ue-l-side-panel--left-to-right.is-active {
  transform: translateX(0) translateY(0);
}
.ue-l-side-panel--right-to-left {
  transform: translateX(100vw) translateY(0);
}
.ue-l-side-panel--right-to-left.is-active {
  transform: translateX(calc(100vw - auto)) translateY(0);
}
.ue-l-side-panel--top-down {
  transform: translateY(calc(-100% - 36px));
  max-height: auto;
  right: 0;
}
.ue-l-side-panel--top-down.is-active {
  transform: translateY(0);
  max-height: calc(100% - 36px);
}
.ue-l-side-panel--bottom-up {
  transform: translateY(calc(100% + 36px));
  max-height: auto;
}
.ue-l-side-panel--bottom-up.is-active {
  top: auto;
  transform: translateY(0);
  max-height: calc(100% - 36px);
}
.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--show {
  transform: initial;
  visibility: visible;
}
.ue-l-side-panel--scroll {
  overflow: visible;
}
.ue-l-side-panel--z10 {
  z-index: 999999;
}
.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: visible;
}
.ue-l-side-panel--no-scroll-x {
  overflow-x: hidden;
}
.ue-l-side-panel--no-scroll-y {
  overflow-y: hidden;
}

@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: 100vw;
    height: inherit;
  }
  .ue-l-side-panel--full-width-from-mobile.is-active {
    width: 100vw;
  }
}

@media (min-width: 46.25em) {
  .ue-l-side-panel--full-height-from-tablet {
    height: 100vh;
    width: inherit;
  }
  .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;
  }
}

.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: 100000;
}

.ue-c-notification {
  background-color: white;
}
.ue-c-notification__header {
  display: flex;
}
.ue-c-notification__logo {
  width: 70px;
}
.ue-c-notification__headline-txt {
  font-family: Judson;
  padding: 0;
  margin: 0;
}
.ue-c-notification__headline-title {
  font-family: opensans-bold;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.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: #a40057;
  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;
  color: white;
  padding: 0.7rem;
  line-height: 1rem;
  text-align: center;
  border: none;
  border-radius: 3px;
  background-color: #000;
  font-family: opensans;
  font-size: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none;
}
.ue-c-notification__btn-secondary {
  background-color: white;
  border: 1px solid #000;
  color: #000;
}
.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;
}

@media (min-width: 20em) {
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__inner {
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1rem;
    border-top: 3px solid #a40057;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__inner > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.5);
  }
  .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__list > *:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__logo {
    min-width: 70px;
    margin-right: 1rem;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__headline {
    padding-right: 2rem;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__btn {
    order: 1;
    padding: 0.7rem;
    width: 48%;
  }
  .ue-c-notification--horizontal-from-mobile .ue-c-notification__btn-secondary {
    order: 0;
  }
}

@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: opensans-bold;
    font-size: 20px;
    font-weight: bold;
    color: #a40057;
  }
  .ue-c-notification--vertical-from-tablet.ue-c-notification--state-secondary .ue-c-notification__txt {
    font-family: opensans;
    font-size: 16px;
    color: #000;
  }
  .ue-c-notification--vertical-from-tablet.ue-c-notification--show-arrow::before {
    content: "";
    position: fixed;
    top: 40px;
    height: 100%;
    right: 280px;
    background-image: url('../img/notification/flecha-grande.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
  }
}
@media (min-width: 46.25em) and (min-width: 1240px) {
  .ue-c-notification--vertical-from-tablet.ue-c-notification--show-arrow::before {
    width: 40%;
  }
}
@media (min-width: 46.25em) {
  .ue-c-notification--vertical-from-tablet.ue-c-notification {
    margin-left: 0.7rem;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__inner {
    padding: 1rem;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    border-top: none;
  }
  .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: #eee;
    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;
    box-shadow: -2px 5px 8px 0 rgba(0, 0, 0, 0.5);
  }
  .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__footer {
    display: flex;
    flex-direction: column;
  }
  .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%;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__btn:hover {
    background-color: black;
    color: white;
  }
  .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;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__headline {
    padding-right: 0;
  }
  .ue-c-notification--vertical-from-tablet .ue-c-notification__headline-title {
    margin-bottom: 1rem;
  }
}

.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 .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;
}
.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;
}

.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.png') no-repeat;
  background-image: 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: 24px;
  margin-right: 15px;
}
.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;
}

.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'), none;
  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-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.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.unordered-list li {
    line-height: 34px;
  }
}
.list.ordered-list li:last-child, .list.unordered-list li:last-child {
  margin-bottom: 0;
}
.list.ordered-list li {
  list-style-type: none;
}
.list.ordered-list 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:before {
  border-top: 1px solid #ccc;
  content: " ";
  display: block;
  margin: 0 auto 13px;
  text-align: center;
  width: 310px;
  height: 1px;
}
.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;
}
.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,
.fix-c,
.fixed-a-ad,
.fixed-b-ad {
  clear: both;
  display: block;
  text-align: center;
}
.flex-a .ribbon,
.flex-b .ribbon,
.fix-c .ribbon,
.fixed-a-ad .ribbon,
.fixed-b-ad .ribbon {
  display: none;
}
.flex-a .content-item,
.flex-b .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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
  .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,
.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,
.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,
.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,
  .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,
.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,
.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,
.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,
.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,
.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,
.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 > ul,
.flex-b .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,
.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,
.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,
.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,
.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,
.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,
.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) {
  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 {
  margin: 0 auto;
  max-width: 650px;
}
.flex-b .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 {
  border: 3px solid #000;
  border-bottom: 0;
  height: 32px;
}
.flex-b .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 {
  padding-bottom: 0;
}
.flex-b .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) {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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) {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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) {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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) {
  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;
}

.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((100% / 2) - 20px);
  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;
}

.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;
}
.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;
}

.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;
}
