@font-face {
  font-family: 'SuecaBn';
  font-style: normal;
  font-weight: normal;
  src: local('SuecaBn'), url('fonts/SuecaBn-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'SuecaHd Light';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/SuecaHd-Light.eot');
  src: url('fonts/SuecaHd-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/SuecaHd-Light.woff') format('woff');
}

@font-face {
  font-family: 'QuickSandRev';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/Quicksand-Regular.ttf') format('truetype');
}

/*
@font-face {
  font-family: 'QuickSand';
  font-style: normal;
  font-weight: bold;
  src: local('Quicksand-Bold'), url('fonts/Quicksand-Bold.ttf') format('truetype');
}
*/
/*
@font-face {
    font-family: 'QuickSandRev';
    src: 
         url('fonts/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'QuickSandRev';
    src: url('fonts/quicksand-bold-webfont.woff2') format('woff2'),
         url('fonts/quicksand-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'Austin News Headline Web';
  src: url('fonts/AustinNewsHeadline-ExtraboldItalic-Web.eot');
  src: url('fonts/AustinNewsHeadline-ExtraboldItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('fonts/AustinNewsHeadline-ExtraboldItalic-Web.woff2') format('woff2'),
       url('fonts/AustinNewsHeadline-ExtraboldItalic-Web.woff') format('woff');
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}

::selection {
  background: #00B8F3; /* WebKit/Blink Browsers */
  color: #FFF;
}
::-moz-selection {
  background: #00B8F3; /* Gecko Browsers */
  color: #FFF;
}

html * {max-height:1000000px;}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, sans-serif;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}

#masthead {
  /*position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #FFF;
}

#masthead.minimizar {
  position: fixed;
}

.container-wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.container {
  /* padding: 0 84px; */
  position: relative;
  width: 1032px;
  padding: 0 7%;
    margin: 0 auto;
}



.trevda {
  margin: 13px auto;
  max-width: 980px;
  text-align: center;
}

.column.featured .widget.trevda:first-child .trevda {
  margin-top: 0;
}

.minimizar #menu {
    margin-top: 15px;
}

.minimizar #supermenu .logo {
    width: 100%;
    padding-top: 15px;
}

#supermenu .logo, #footsupermenu .logo {
    width: 375px;
    padding-top: 5px;
    transition: width 0.4s ease, padding-top 0.4s ease;
}
/*
#supermenu .logo .link, #footsupermenu .logo .link {
    background-image: url('img/CEsprite.png');
    background-repeat: no-repeat;
    background-size: 455px;
    background-position: -4px -241px;
    height: 85px;
}

.minimizar #supermenu .logo .link {
    background-position: -4px -223px;
    background-size: 420px;
    height: 76px;
}
*/




#footsupermenu .logo .link {
  background-position: -4px -330px;
  margin-left: -3px;
}

.img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.table {
  display: table;
  width: 100%;
}

.table .row {
  display: table-row;
}

.table .row .cell {
  display: table-cell;
  vertical-align: middle;
}

#supermenu .sections {
  vertical-align: bottom;
}

#footsupermenu .sections {
  vertical-align: top;
}

#supermenu .sections, #footsupermenu .sections {
  text-align: right;
}

#supermenu .sections .links li, #footsupermenu .sections .links li {
  display: inline-block;
}

#supermenu .sections .links a, #footsupermenu .sections .links a {
  font-family: "QuickSandRev", sans-serif;
  text-decoration: none;
  font-size: 1.3rem;
  color: #000;
  margin-left: 10px;
  padding-bottom: 4px;
}

/* Fix para añadir dos menús en la versión móvil. Sco - 30/05/2019 */
nav.sections .only-mobile li {
  border-color:rgba(0,0,0,0.08) !important;
}

nav.sections .only-mobile a {
  font-weight: normal !important;
  text-transform: none !important;
  padding-top:10px !important;
  padding-bottom: 10px !important;
  border:0 !important;
}



#supermenu .sections .socials, #footsupermenu .sections .socials {
  margin-top: 15px;
}

#masthead .socials .social, #footsupermenu .sections .socials .social {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url('img/CEspritenormal.png');
  background-repeat: no-repeat;
  background-size: 455px;
}

#footsupermenu .sections .socials .social {
    width: 35px;
    height: 35px;
}

#masthead .socials .social.facebook {
  background-position: -9px -54px;
}

#footsupermenu .sections .socials .social.facebook {
    background-position: -4px -134px;
}

#masthead .socials .social.twitter, #footsupermenu .sections .socials .social.twitter {
  background-position: -37px -54px;
}

#footsupermenu .sections .socials .social.twitter {
    background-position: -39px -134px;
}

#masthead .socials .social.linkedin, #footsupermenu .sections .socials .social.linkedin {
  background-position: -65px -54px;
}

#footsupermenu .sections .socials .social.linkedin {
    background-position: -74px -134px;
}

#masthead .socials .social.meneame, #footsupermenu .sections .socials .social.meneame {
  background-position: -95px -54px;
}

#footsupermenu .sections .socials .social.meneame {
    background-position: -4px -173px;
}

#masthead .socials .social.whatsapp, #footsupermenu .sections .socials .social.whatsapp {
  background-position: -126px -54px;
}

#footsupermenu .sections .socials .social.whatsapp {
    background-position: -38px -173px;
}

#masthead .socials .social.pinterest, #footsupermenu .sections .socials .social.pinterest {
  background-position: -156px -54px;
}

#footsupermenu .sections .socials .social.pinterest {
    background-position: -72px -173px;
}

#masthead .socials .social.googleplus, #footsupermenu .sections .socials .social.googleplus {
  background-position: -186px -54px;
}

#footsupermenu .sections .socials .social.googleplus {
    background-position: -106px -173px;
}

#masthead .socials .social.youtube, #footsupermenu .sections .socials .social.youtube {
  background-position: -216px -54px;
}

#footsupermenu .sections .socials .social.youtube {
    background-position: -143px -173px;
}

.sections .socials .social:hover {
  opacity: 0.8;
}

#menu, #footmenu {
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    margin-top: 18px;
    padding: 18px 0;
  padding-bottom: 0;
    transition: margin-top 0.4s ease;
  position: relative;
}

#masthead .button, #footmenu .button {
  width: 26px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#masthead .button span {
  display: block;
  position: absolute;
  height: 1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  background: #000;
  border-radius: 39%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#masthead .button span:nth-child(1) {
  top: 0px;
}

#masthead .button span:nth-child(2),#masthead .button span:nth-child(3) {
  top: 7px;
}

#masthead .button span:nth-child(4) {
  top: 14px;
}

#masthead .button.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

#masthead .button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 27%;
}

#masthead .button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 27%;
}

#masthead .button.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

#menu .sections .menu-item, #footmenu .sections .menu-item {
  margin-left: 30px;
}

#menu .sections ul:not(.sub-menu) > .menu-item > a, #footmenu .sections ul:not(.sub-menu) a {
  font-family: "QuickSandRev", sans-serif;
  text-decoration: none;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #000;
}


#masthead .links {
  display:flex;
  align-items:center;
  width:auto !important;
  float:right;
}

#masthead .socials {
  clear:both;
  padding-top:15px;
}


.searchbutton {
    text-align: right;
    font-size: 1.8rem;
    /* padding-bottom: 16px; */
    height: 24px;
    margin-top: -5px;
    margin-right: -4px;
    display: block !important;
    margin-left:15px;
    cursor: pointer;
    background-image: url('img/lupa72pp.png');
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Botón superior */
a.btn-colabora {
        border:0px solid #ab1833 !important;
        background:#ab1833;
        font-size:16px !important;;
        text-transform: uppercase;
        color:white !important;
        display:inline-block;
        padding:5px 10px !important;;
        border-radius: 5px;
        line-height: 1em;
        margin-top:-5px;
}

a.btn-colabora:hover {
        background:#d5333c;       
}


#masthead.minimizar + #content {
  margin-top: 348px;
}

#masthead.nopubli.minimizar + #content {
    margin-top: 200px;
}

.portada.main, .strips {
  background-image: url('img/stripe.png');
}

.strips .container-wrapper {
  background-color: #FFF;
}

.portada.main .container {
  background-color: #FFF;
}

.noticia {
  position: relative;
}

.noticia .text {
  position: relative;
}

.noticia.main {
  display: block;
}

.noticia.main .imagen {
  width: 67.3%;
  float: left;
}

.noticia.main .text {
  width: 32%;
  text-align: center;
  float: left;
  padding-left: 3.88%;
    box-sizing: border-box;
}

.noticia .tipo {
  text-transform: uppercase;
  font-family: "QuickSandRev", Arial, sans-serif;
  font-weight: bold;
  color: #ab1833;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.noticia.main .titular {
  text-transform: uppercase;
  font-family: "Relay Cond Bd", Arial, sans-serif;
  font-size: 5rem;
  letter-spacing: -2px;
  line-height: 84%;
  overflow-wrap: normal;
}

.noticia.main .titular:hover {
  box-shadow: inset 0 -7px 0 white, inset 0 -8px 0 black;
}

.noticia .entradilla {
  font-family: "Georgia", Arial, sans-serif;
  font-size: 1.7rem;
  color: #5F5F5F;
  line-height: 120%;
  margin-top: 25px;
}

.noticia .imagen {
  text-align: center;
}

.noticias.more .noticia, .noticias.widget.pie .noticia {
  width: 30%;
  box-sizing: content-box;
  position: relative;
}

.noticia .imagen {
  margin-bottom: 25px;
  height: auto;
}

.noticia .titular {
  font-family: "Relay Med", Arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: -1px;
  overflow-wrap: normal;

}

.noticias.columna .noticia .titular {
  font-family: "Relay Bd", Arial, sans-serif;
}

.noticia .info {
  margin-top: 25px;
}

.noticia .titular:hover {
    box-shadow: inset 0 -1px 0 white, inset 0 -2px 0 black;
}



.noticia .info {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.4rem;
}

.noticia .info .autor {
  color: #929292;
  font-weight: bold;
}

.noticia .info {
  color: #484848;
}

.noticia .info .fecha {
  font-weight: 300;
}

.noticia.opinion:not(.detail) .info .autor {
  font-family: 'QuickSandRev', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
}

.noticia.opinion {
  text-align: center;
}

/* .portada .noticias.more {
  margin-top: 40px;
} */

.imagen.img-autor {
    width: 117px;
    margin: 0 auto 25px;
}

.imagen.img-autor img {
  border-radius: 50%;
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.interior .columns {
  border-bottom: 0;
}

.bloque .trevda {
    margin-bottom: 40px;
}



.bloque {
  margin-top: 70px;

}

.bloque.portada.main {
  margin-top: 40px;
}

.noticia .related.news {
    margin-top: 30px;
    padding-top: 20px;
  position: relative;
}

.noticia .related.news:before {
  content: '';
  position: absolute;
  top: 0;
  width: 7%;
  left: 0;
  height: 1px;
  background-color: #A9A9A9;
}

.related .new {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.7rem;
  line-height: 120%;
  padding-bottom: 5px;
}

.related .new .link:hover {
  box-shadow: inset 0 -3px 0 white, inset 0 -4px 0 black;
}

.noticia .patrocinador {
    position: absolute;
    right: 0;
    top: -15px;
    max-width: 100px;
}

.noticias.columna .noticia:not(:last-child), .interior .noticias.columna .noticia  {
    padding-bottom: 37px;
    border-bottom: 1px solid #A9A9A9;
    margin-bottom: 37px;
}

.noticia .img {
    margin: 0 auto;
}



.column.featured .widget {
  margin-bottom: 50px;
    margin-top: 0;
}



.widget:not(.trevda):not(.iframe) {
  border-top: 3px solid #bf183b;
}

.widget.iframe {
  text-align: center;
}

.noticia.destacada {
  background-color: #bf183b;
}

.noticia.destacada .imagen {
  height: auto;
  margin-bottom: 18px
}

.noticia.destacada .tipo {
    color: #FFF;
    margin: 13px;
    font-size: 1.7rem;
    line-height: 120%;
}

.noticia.destacada .titular {
  color: #FFF;
}

.noticia.destacada .info {
    color: #FFF;
    margin-top: 18px;
}

.noticia.destacada .text {
    padding: 0 13px 13px;
}

.noticia.destacada .titular {
    color: #FFF;
    font-family: "Relay Cond Bd", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 2.6rem;
}

.noticia.destacada .titular:hover {
    box-shadow: inset 0 -3px 0 #424242, inset 0 -4px 0 white;
}
/*
.bloque.rascacielos .container-wrapper:before {
  content: '';
    display: block;
    width: 100%;
    left: 0;
    background-color: #F2D58D;
    top: 0;
    height: 602px;
    position: absolute;
}

.bloque.rascacielos .container {
  background-color: #FFF;
}
*/




.noticia .imagen.video {
  position: relative;
}

.circle-video {
    height: 67px;
    width: 67px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 77px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
    border: 2px solid #FFF;
    color: #FFF;
}

.circle-video:after {
    content: '\f04b';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-42%,-50%);
    -ms-transform: translate(-42%,-50%);
    transform: translate(-42%,-50%);
    font-size: 3rem;
}

.bloque.destacado  {
    background-color: #ab1833;
}

.bloque.destacado .container {
    background-color: #F7F7F7;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 45px;
}

.bloque.destacado .title {
  display: inline-block;
    margin: 0 auto 40px;
  font-family: 'Austin News Headline Web', Arial, sans-serif;
  font-size: 2.9rem;
  position: relative;
  font-weight:  700;
  font-style:   italic;
}

.bloque.destacado .title:before, .bloque.destacado .title:after {
    content: '';
    width: 81px;
    height: 1px;
    background-color: #A9A9A9;
    position: absolute;
    top: 50%;

  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
    transform: translate(-100%);
}

.bloque.destacado .title:before {
  left: -20px;
}

.bloque.destacado .title:after {
  right: -20px;
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
}



.bloque.destacado .noticias.cuatro .noticia {
    float: left;
    width: 22.75%;
    text-align: left;

}

.bloque.destacado .noticias.cuatro .noticia .tipo, .bloque.destacado .noticias.cuatro .noticia .titular {
    font-family: 'Relay Med', Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    text-transform: none;
    line-height: 110%;
    letter-spacing: -1px;
}

.bloque.destacado .noticias.cuatro .noticia .tipo {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.bloque .title {
  font-family: 'Austin News Headline Web', Arial, sans-serif;
  font-size: 5.6rem;
  position: relative;
  margin-bottom: 50px;font-weight:  700;
  font-style:   italic;
}

.bloque .title .patrocinador, .bloque.destacado .patrocinador, .noticia.detail .patrocinador {
  position: absolute;
  right: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  top: 0;
  max-width: 185px;
  text-align: right;
  text-transform: uppercase;
  line-height: 140%;
  font-weight: normal;
  font-style: normal;
}

.bloque.destacado .patrocinador {
  right: 84px;
  top: 12px;
}

.noticia.detail .patrocinador .texto .link {
  text-decoration: underline;
}

.bloque.seccion .noticia.main .imagen {
    float: none;
    width: 100%;
    height: auto;
}

.bloque.seccion .noticia.main .titular {
  font-size: 4.7rem;
    letter-spacing: -1px;
  line-height: 91%;
}

.bloque.seccion .noticia.main {
    padding-bottom: 35px;
    border-bottom: 1px solid #A9A9A9;
    margin-bottom: 35px;
}

.bloque.seccion .noticia.main .text {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 0;
}

.bloque.seccion .noticia.main .tipo {
    margin-bottom: 16px;
}

.bloque.seccion .noticia .tipo {
    margin-bottom: 16px;
}

.bloque.seccion .noticia:not(.main) .info {
    margin-top: 15px;
}

.widget .title {
  font-family: "QuickSandRev", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  padding-top: 19px;
    padding-bottom: 17px;
  margin-bottom: 0;
  font-style: normal;
}

.widget.top ol {
    counter-reset: item;
    list-style-type: none;
}

.widget.top ol li {
  display: block;
  position: relative;
  padding: 16px 0 20px;
  border-bottom: 1px solid #A9A9A9;
}

.cuerpo ol {
  list-style-type: decimal;
}


.cuerpo ol > li {
    margin: 30px 0 30px 45px;
}

.cuerpo ul {
    list-style-type: initial;
}

.cuerpo ul > li {
  margin: 30px 0 30px 45px;
}

.widget.top:not(.nonumber) ol li:before {
    content: counter(item) " ";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 16px;
    font-family: "Relay Cond Bd", Arial, sans-serif;
    font-size: 3.7rem;
}

.bloque .columns .widget.top:not(.nonumber) .noticias .noticia {
    float: none;
    width: 100%;
    box-sizing: border-box;
  padding-left: 10%;
}

.widget.top .noticias .noticia .titular {
    font-family: Georgia, Arial, sans-serif;
    font-size: 1.7rem;
  line-height: 120%;
    color: #424242;
    letter-spacing: 0;
}

.widget.top .noticia .titular:hover {
    box-shadow: none;
  color: #797979;
}

.interior .widget.top .title {
    margin-bottom: 0;
}

.widget.temas .title {
    margin-bottom: 25px;
}

.widget.temas .tema {
    display: inline-block;
    white-space: nowrap;
    font-size: 1.4rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    color: #000;
    border: 1px solid #A9A9A9;
    padding: 8px 15px;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.widget.temas .tema:hover {
  background-color: #A9A9A9;
  color: #FFF;
}

.interior .widget.temas .title {
    margin-bottom: 27px;
}

.cuerpo a {
    color: #0081b3;
}

.cuerpo a:hover {
    text-decoration: underline;
}

.cuerpo em, .cuerpo i {
  font-style: italic;
}

.bloque.destacado .noticias .noticia.opinion {
    text-align: center;
}

.bloque.destacado .noticias .opinion .autor {
    font-family: "QuickSandRev", Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    color: #ab1833;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.bloque.destacado .noticias .opinion .autor a {
  color: #ab1833;
}

.bloque.destacado .noticias .opinion .autor:after {
    content: '';
    width: 34px;
    height: 1px;
    background-color: #A9A9A9;
    display: block;
    left: 50%;
    bottom: -1px;
    position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.bloque.destacado .noticias .noticia.opinion .titular {
    font-family: "SuecaHd Light", Arial, sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 120%;
}


.bloque.destacado .noticias.cuatro.slickable .slick-track {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  align-items: stretch;
}

.bloque.destacado .noticias.cuatro.slickable {

}

.bloque.destacado .noticias.cuatro.slickable .noticia,
.bloque.destacado .noticias.cuatro .noticia.opinion {
  width: 25%;
  padding: 0 1%;
  box-sizing: border-box;
  float: left;
  height: auto;
  position: relative;
  max-height: 300px;
}



.slickable .slick-arrow, .slickable-mobile .slick-arrow {
    background-color: transparent;
    border: 0;
    display: block;
    width: 42px;
    color: transparent;
    height: 42px;
  background-image: url('img/CEspritenormal.png');
    background-repeat: no-repeat;
    background-size: 455px;
  background-position: -236px -142px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
}

.bloque.destacado .slickable .slick-arrow, .bloque.destacado .slickable-mobile .slick-arrow {
    background-position: -179px -140px;
    width: 47px;
    height: 47px;
}

.bloque.destacado.opiniones .slickable .slick-arrow, .bloque.destacado.opiniones .slickable-mobile .slick-arrow {
  background-position: -235px -139px;
}


.bloque.destacado.opiniones .slickable .slick-arrow:hover, .bloque.destacado.opiniones .slickable-mobile .slick-arrow:hover {
  background-position: -235px -190px;
}

.slickable .slick-prev, .slickable-mobile .slick-prev {
  -webkit-transform: rotate(180deg) translate(100%, 50%);
  -ms-transform: rotate(180deg) translate(100%, 50%);
  transform: rotate(180deg) translate(100%, 50%);
  left: 0;
}

.slickable .slick-next, .slickable-mobile .slick-next {
    right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.sumario .slickable .slick-arrow {
    background-position: -179px -140px;
    width: 46px;
    height: 46px;
}

.sumario .slickable .slick-arrow:hover {
    background-position: -179px -190px;
}

.sumario .slickable .slick-next {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.sumario .slickable .slick-prev {
  -webkit-transform: rotate(180deg) translate(-50%,50%);
  -ms-transform: rotate(180deg) translate(-50%,50%);
    transform: rotate(180deg) translate(-50%,50%);
    z-index: 8;

}

#scrollup-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  background-color: transparent;
}

#scrollup-wrapper .container-wrapper {
  text-align: right;
}

#scrollup-wrapper .scrollup {
  float: right;
  width: 42px;
  height: 42px;
  background-image: url('img/CEspritenormal.png');
    background-repeat: no-repeat;
    background-size: 455px;
  background-position: -237px -142px;
  cursor: pointer;
  -webkit-transform: rotate(270deg) translate(100%, 0);
  -ms-transform: rotate(270deg) translate(100%, 0);
  transform: rotate(270deg) translate(100%, 0);
  margin-right: 18px;
}

#scrollup-wrapper .scrollup:hover {
  background-position: -236px -193px;
}

.widget.boletin .cuerpo {
    background-color: #F5F5F5;
    padding: 30px 20px 20px;
}

.widget.boletin form {
  text-align: right;
}

.widget.boletin .email {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 15px;
    box-sizing: border-box;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.6rem;
    border-radius: 1px;
}

.widget.boletin .send {
    background-color: #000;
    color: #FFF;
    border: 0;
    font-family: "QuickSandRev", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 10px 20px;
    border-radius: 55px;
    margin: 15px 0;
  cursor: pointer;
}

.widget.boletin .text {
    font-size: 1.4rem;
    font-family: Arial;
    line-height: 120%;
}

.widget.boletin .text .link {
    text-decoration: underline;
}



.bloque.destacado .noticias .noticia .titular {
    font-size: 4.3rem;
  text-transform: none;
    line-height: 93%;
}



.bloque.destacado .noticias.doscolumnas .noticia .text {
  text-align: left;
}

.bloque.destacado .noticias.doscolumnas .noticia .text .titular{
  font-family: "Relay Bd", Arial, sans-serif;
  letter-spacing: -1px;
  font-size: 2.6rem;
}

.bloque.destacado .noticias.doscolumnas .noticia .text .titular:hover {
  box-shadow: inset 0 -1px 0 #424242, inset 0 -2px 0 white;
}

.bloque.destacado .noticias.doscolumnas {
  position: relative;
}

.bloque.destacado .noticias.doscolumnas .noticia:not(.main):not(.last) {
    padding-bottom: 20px;
    border-bottom: 1px solid #A9A9A9;
    margin-bottom: 20px;
}

#footer {
    background-color: #bf183b;
    color: #FFF;
  margin-top: 70px;
}

#footsupermenu {
  padding-top: 30px;
  background-color: #bf183b;
}

#footer .container {
  background-color: #bf183b;
}

#footsupermenu .sections .links a, #footmenu .sections ul:not(.sub-menu) a {
  color: #FFF;
}

#footmenu {
  border-bottom: 0;
  margin-bottom: 25px;
  background-color: #bf183b;
  border-top: #7d1224 1px solid;
}

#footer .legal {
    background-color: #7d1224;
    font-size: 1.7rem;
    padding: 30px 0;
    font-family: "QuickSandRev", Arial, sans-serif;
}

#footer .legal .container, #footer .legal .container-wrapper{
   background-color: #7d1224;
}

.interior .noticia:not(.destacada) .titular {
  font-family: "Relay Bd", Arial, sans-serif;
  font-size: 2.6rem;
  letter-spacing: -1px;
}

.paginacion {
    text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #999;
  margin-bottom: 20px;
}

.paginacion .more {
  display: inline-block;
}

.paginacion .page {
    color: #999;
    display: inline-block;
    min-width: 17px;
  padding-bottom: 3px;
}

.paginacion .page.current, .paginacion .page:hover {

  border-bottom: 2px solid #797979;
}

.sections .menu-item {
  display: inline-block;
}

.sections ul:not(.sub-menu) .menu-item a {
    display: inline-block;
  padding-bottom: 16px;
  border-bottom: 2px solid transparent;
}

#supermenu .sections .menu-item a, #footsupermenu .sections .menu-item a {
    border-bottom: 3px solid transparent;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px 0 0;
    font-size: 1.6rem;
  padding-left: 25px;
    /* bottom: 0; */
    font-family: "QuickSandRev", Arial, sans-serif;
    width: 100%;
    background-color: #FFF;
  border-top: 1px solid #999;
  box-sizing: border-box;
}

/* #masthead .container.with-subsections {
  padding-bottom: 36px;
} */

.sections ul.sub-menu .menu-item a {
    letter-spacing: -1px;

  padding-bottom: 8px;
    border-bottom: 2px solid transparent;
}



.interior .noticia.opinion {
  text-align: left;
}

.autor.perfil .info .nombre {
    font-family: "QuickSandRev", Arial, sans-serif;
    font-size: 2.3rem;
    font-weight: bold;
    color: #E42F1E;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.autor.perfil .info .twitter {
  margin-top: 17px;
  font-size: 1.4rem;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

.autor.perfil .info .twitter .link {
  color: #929292;
}

.autor.perfil .info .descripcion {
    font-family: "Georgia", Arial, sans-serif;
    font-size: 2rem;
    color: #424242;
    line-height: 120%;
    margin-top: 25px;
}

.autor.perfil .info .masinfo {
    font-size: 1.4rem;
    font-family: Roboto, Arial, sans-serif;
    margin-top: 25px;
    font-weight: 300;
}

.autor.perfil .info .masinfo .link {
  color: #424242;
}

.autor.perfil .info .twitter:before, .noticia .info .twitter:before, .persona .info .twitter:before {
    content: '';
    width: 22px;
    height: 15px;
    display: inline-block;
    background-image: url('img/twitterautor.png');
    background-size: cover;
    vertical-align: sub;
}

.persona .info .twitter:before {
  margin-right: 4px;
}

.autor.perfil .info .masinfo:before {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url('img/flecha.png');
    background-size: cover;
    vertical-align: text-top;
    margin-right: 3px;
}

.autor.perfil .imagen .empty {
  padding-top: 100%;
  background-color: #CCCCCC;
  border-radius: 50%;
}

.autor.perfil .imagen.modoenr .empty {
  margin-top: -100%;
  position: static;
}

.autor.perfil {
    padding-bottom: 35px;
    border-bottom: 1px solid #999;
    margin-bottom: 35px;
}

.linkback {
    font-family: "QuickSandRev", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 5.3%;
    margin-bottom: 35px;
    margin-top: -30px;
    letter-spacing: -1px;
}

.autorseccion .autor.perfil .info .nombre {
    font-family: "Relay Cond Bd", Arial, sans-serif;
    font-size: 5.2rem;
    letter-spacing: -2px;
    color: #000;
}

.autorseccion .autor.perfil .info .twitter {
    margin-top: 40px;
}

.interior .noticia.opinion .titular {
    font-family: "SuecaHd Light", Arial, sans-serif;
    font-size: 2.5rem;
}

.noticiadetail .noticia.detail .cabecera .titular {
  font-size: 5.8rem;
  text-transform: none;
  display: inline-block;
  line-height: 92%;
  padding-right: 16%;
  font-family: "Relay Cond Bd", Arial, sans-serif;
}

.noticiadetail .noticia.detail .cabecera .titular:hover {
  border: 0;
  box-shadow: none;
}

.noticiadetail .noticia .entradilla {
    font-size: 2.3rem;
    letter-spacing: -1px;
    padding-right: 16%;
}

.noticiadetail .noticia .cabecera .info .autor {
    color: #000;
    margin-right: 8px;
}

.noticia .info .twitter {
  font-size: 1.4rem;
  font-family: Roboto, Arial, sans-serif;
  font-weight: bold;
  margin-right: 8px;
}

.noticia .info .twitter .link {
  color: #000;
}

.noticia .info .twitter:before {
    width: 21px;
    height: 14px;
}

.noticiadetail .noticia .cabecera .info .fecha {
  color: #000;
}



.noticiadetail .noticia .info {
    margin-bottom: 30px;
}

.noticiadetail .noticia .cabecera {
    padding-bottom: 6px;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
}

.noticiadetail .noticia.detail .socials-share .social, .cabeceranoticia .socials-share .social {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url('img/CEspritenormal.png');
  background-repeat: no-repeat;
  background-size: 455px;
  margin-right: 5px;
  cursor: pointer;
}

.noticiadetail .noticia.detail .socials-share .social.facebook, .cabeceranoticia .socials-share .social.facebook {
    background-position: -5px -5px;
}

.noticiadetail .noticia.detail .socials-share .social.twitter {
    background-position: -48px -5px;
}

.noticiadetail .noticia.detail .socials-share .social.linkedin {
    background-position: -92px -5px;
}

.noticiadetail .noticia.detail .socials-share .social.googleplus {
    background-position: -179px -5px;
}

.noticiadetail .noticia.detail .socials-share .social.pinterest {
    background-position: -269px -5px;
}

.noticiadetail .noticia.detail .socials-share .social.meneame {
    background-position: -313px -5px;
}

.socials-share .total {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: #E0E0E0;
    border-radius: 50%;
    color: #000;
    font-size: 1.4rem;
    font-family: Roboto, Arial, sans-serif;
    text-align: center;
    position: relative;
    margin-right: 5px;
}

.socials-share .total .value {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.socials-share .more {
    display: inline-block;
    vertical-align: top;
}

.noticiadetail .noticia.detail .socials-share .more .social, .noticiadetail .noticia.detail .socials-share .more .option {
    display: block;
}

.noticiadetail .noticia.detail .socials-share .plus.social {
    background-position: -135px -4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

.noticiadetail .noticia.detail .socials-share .plus.social:before {
    content: '';
    position: absolute;
    background-color: rgba(224,224,224,0.5);
    height: 44px;
    width: 44px;
    left: -3px;
    top: -4px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.noticiadetail .noticia.detail .socials-share .more .social, .noticiadetail .noticia.detail .socials-share .more .option {
  position: relative;
  margin-bottom: 2px;
}

.noticiadetail .noticia.detail .socials-share .more:not(.desplegado) .plus.social:before {
  display: none;
}

.socials-share .more:not(.desplegado) .redes {
  display: none;
}

.socials-share .more .redes {
  position: absolute;
  z-index: 10;
}

.noticiadetail .noticia.detail .socials-share .more .social:before, .noticiadetail .noticia.detail .socials-share .more .option:before {
    content: '';
    position: absolute;
    background-color: rgba(200,200,200,0.5);
    height: 44px;
    width: 44px;
    left: -3px;
    top: -4px;
    z-index: -1;
}

.noticiadetail .noticia.detail .socials-share .more .social:not(.plus):before, .noticiadetail .noticia.detail .socials-share .more .option:before {
    top: -2px;
    height: 40px;
}

.noticiadetail .noticia.detail .socials-share .more .social:last-child:before, .noticiadetail .noticia.detail .socials-share .more .option:last-child:before {
    height: 43px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.noticiadetail .noticia.detail .socials-share .social:hover, .noticiadetail .noticia.detail .web-options .option:hover {
    opacity: 0.8;
}

.socials-share {
    float: left;
}

.web-options {
    float: right;
  margin-top: 10px;
}

.js_loadmore.button:hover {
    background-color: #797979;
}

.noticiadetail .noticia.detail .option {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('img/CEspritenormal.png');
    background-repeat: no-repeat;
    background-size: 455px;
    margin-right: 3px;
}

.noticiadetail .noticia.detail .web-options .print.option {
    background-position: -10px -88px;
}

.noticiadetail .noticia.detail .mail.option {
    background-position: -56px -88px;
}

.noticiadetail .noticia.detail .web-options .comments.option.zero {
    background-position: -98px -88px;
}

.noticiadetail .noticia.detail .web-options .comments.option:not(.zero) {
    position: relative;
    background-position: -140px -88px;
    width: 64px;
}

.noticiadetail .noticia.detail .web-options .comments.option  .value {
  position: absolute;
  top: 50%;
  right: 26%;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.4rem;
}

.noticiadetail .noticia.detail .sumario .socials-share .social {
    width: 26px;
    height: 26px;
}

.noticiadetail .noticia.detail .sumario .socials-share .social.facebook {
    background-position: -286px -143px;
}

.noticiadetail .noticia.detail .sumario .socials-share .social.twitter {
    background-position: -315px -144px;
}

.noticiadetail .noticia.detail .sumario .socials-share .social.pinterest {
    background-position: -343px -144px;
}

.noticia .imagen-wrapper .imagen {
    height: 456px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.noticiadetail .imagen-wrapper .imagen .img {
    position: absolute;
    max-width: none;
    height: 100%;
    left: -99999px;
    right: -99999px;
    top: -99999px;
    bottom: -99999px;
    margin: auto;
    width: auto;
}

.imagen.modoenr img.img, .imagen.modoenr .empty {
  position: absolute;
    max-width: none;
    height: 100%;
    left: -99999px;
    right: -99999px;
    top: -99999px;
    bottom: -99999px;
    margin: auto;
    width: auto;
}

.sumario .leyenda, figcaption {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.3rem;
    /* font-weight: bold; */
    color: #5F5F5F;
    float: left;
    width: 75%;
    line-height: 140%;
}

figcaption {
  float: none;
  width: 100%;
}

figure {
  margin: 35px 0;
  max-width: 100%;
  height: auto;
}

.noticia.detail .cuerpo h2 {
    font-family: Georgia, Arial, sans-serif;
    font-size: 2.2rem;
    margin-bottom: 26px;
    font-weight: bold;
    margin-top: -2px;
}

.sumario .socials-share {
  float: right;
}

.sumario .leyenda_wrapper, blockquote {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}


.sumario:first-child {
  border-color: #A9A9A9;
}

blockquote p {
  margin: 0 !important;
}

.sumario:not(:first-child), blockquote {
    padding-top: 30px;
    border-top: 1px solid #000;
    margin-top: 30px;
}

.sumario.galeria .title, .sumario.imagen-wrapper .title {
    font-family: "Relay Med", Arial, sans-serif;
    font-style: normal;
    font-size: 3.7rem;
    margin-bottom: 10px;
    float: left;
    font-weight: normal;
    letter-spacing: -2px;
}

.sumario.imagen-wrapper .title {
  float: none;
}

.sumario.galeria .title + .count-wrapper {
    margin-top: 23px;
}

.sumario.galeria .count-wrapper {
    float: right;
    font-size: 1.4rem;
    /* vertical-align: text-bottom; */
    font-family: Roboto, Arial, sans-serif;
    margin-bottom: 10px;
}

.noticia .cuerpo .bloque-texto, .custompage .cuerpo {
    margin: 35px 0;
    font-family: Georgia, Arial, sans-serif;
    font-size: 2rem;
    color: #424242;
    line-height: 140%;
}

.custompage .cuerpo {
  margin-top: 0;
}

.noticia .cuerpo .bloque-texto p, .custompage .cuerpo p {
    margin: 35px 0;
}

.custompage .cuerpo p:first-child {
  margin-top: 0;
}

.sumario.texto, .sumario.cifra, .sumario.frase, blockquote {
    padding-top: 25px;
    padding-bottom: 30px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: 0px;
    position: relative;
    line-height: 150%;
    border-bottom: 1px solid #000;
}

.sumario.frase, blockquote {
  font-family: Georgia, Arial, sans-serif;
  font-style: italic;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #797979;
  line-height: 120%;
}

.sumario.video {
  margin-bottom: 10px;
}

.sumario.texto .socials-share, .sumario.frase .socials-share, .sumario.cifra .socials-share {
    float: none;
    position: absolute;
    right: 0;
    bottom: 1px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

@media (min-width: 738px) {
  .video-container {
    height: 516px;
    padding-bottom: 0;
  }
}


.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sumario.galeria .count-wrapper:first-child {
    margin-top: -20px;
}

.sumario.cifra .value {
    font-family: "Relay Cond Bd", Arial, sans-serif;
    font-size: 9rem;
    line-height: 75%;
    padding-right: 25px;
    letter-spacing: -2px;
    display: table-cell;
    vertical-align: top;
}

.sumario.cifra .description {
    display: table-cell;
}

.sumario.cifra .header {
    text-transform: uppercase;
    font-family: "Relay Cond Bd", Arial, sans-serif;
    font-size: 2.6rem;
    margin-bottom: 13px;
}

.sumario.cifra .quote {
    width: 66%;
    font-size: 18px;
    line-height: 2.3rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 200;
}

.sumario.cifra {
  border-bottom: 1px solid #000;
  display: table;
}

.table-row {
  display: table-row;
}

.noticia.detail:not(.con-patrocinador) .cuerpo {
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}

.noticia.detail .member-article-banner {
  border-top: 3px solid #000;
  background-color: #FFF8DA;


  margin-top: 25px;
  padding: 3rem 2.5rem;
}

.noticia.detail .member-article-banner .header {
  text-align: center;
  font-family: "Relay Cond Bd", Arial, sans-serif;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}

.noticia.detail .member-article-banner .texto {
  font-family: "Georgia", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
}

.noticia.detail .member-article-banner .texto p {
  margin-bottom: 3rem;
}

.noticia.detail .member-article-banner .button-wrapper {
  text-align: center;
}

.noticia.detail .member-article-banner .button-member {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #FFF;
  background-color: #000;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 15px;
  letter-spacing: 0;
}

.widget.pie .title {
    margin-bottom: 35px;
}

.noticias.widget.pie .noticia .imagen {
  height: 186px;
}

.imagen.modoenr {
  position: relative;
  overflow: hidden;
}

.widget.pie.noticias .noticia .tipo {
    margin-bottom: 20px;
}

.morenews:not(.show) {
  display: none !important;
}

.button.js_loadmore {
    font-family: 'QuickSandRev', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    background-color: #A9A9A9;
    margin: 0 auto;
    width: 155px;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: -1px;
    cursor: pointer;
}

.widget.pie.noticias .table {
  margin-bottom: 40px;
}

.widget.pie {
  margin-bottom: 85px;
}


.comentar .field {
  width: 100%;
  position: relative;
}

.comentar .field .label {
  position: absolute;
  left: 0;
  top: -10px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
}

.comentar .field.half {
  width: 45%;
  float: left;
}

.comentar .field.half + .field.half {
  float: right;
}

.field .input {
    width: 100%;
    font-size: 1.7rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    padding: 11px 17px;
    border: 1px solid #000;
    box-sizing: border-box;
    outline-color: #63EBF2;
}

.comentar {
    margin-top: 60px;
    width: 681px;
    position: relative;
    margin-bottom: 70px;
}

#reply-title {
    position: absolute;
    top: -49px;
    left: 0;
    font-size: 1.5rem;
    font-family: Roboto, Arial, sans-serif;
}

.field:not(.half) {
    margin-top: 35px;
}

.form-submit {
    text-align: right;
    margin-top: 20px;
}

#submit {
    background-color: #000;
    color: #FFF;
    border: 0;
    font-family: 'QuickSandRev', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-radius: 50px;
    padding: 7px 12px;
    cursor: pointer;
}

.comment-body {
    width: 65%;
    padding-bottom: 35px;
}

#comments .table .row .cell {
  vertical-align: top;
}

.gravatar {
  width: 64px;
  padding-right: 25px;
}

.comment-author {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.comment-content {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 120%;
    color: #5F5F5F;
}

.comment .reply {
    margin-top: 20px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
}

.comment .reply a {
  color: #5F5F5F;
}

.comment .reply a:before {
    content: '';
    width: 34px;
    height: 34px;
    /* background-color: red; */
    display: inline-block;
    vertical-align: middle;
    background-image: url('img/CEspritenormal.png');
    background-repeat: no-repeat;
    background-size: 455px;
    background-position: -251px -51px;
    margin-right: 10px;
}

#comments .comment-list {
    padding-top: 35px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

#comments .children {
    padding-left: 5%;
}

#selectionSharerPopover .selectionSharerPopover-clip {
  display: none;
}

#selectionSharerPopover:after {
  display: none;
}

#selectionSharerPopover-inner {
  background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    background-image: none;
}

#selectionSharerPopover.selectionSharer a {
    width: 40px;
    height: 40px;
    background-image: url('img/CEspritenormal.png');
    background-repeat: no-repeat;
    background-size: 455px;
    cursor: pointer;
    margin: 2px;
}

.selectionSharer a.tweet {
  background-position: -48px -5px;
}

#selectionSharerPopover.selectionSharer a.email {
    background-position: -285px -181px;
}

.whatsapp.social {
    background-position: -207px -5px;
}

.noticia.detail.opinion .info .imagen {
    float: left;
    width: 70px;
    margin-right: 20px;
    margin-bottom: 0;
}

.noticia.detail.opinion .info .imagen.modoenr {
    height: 70px;
}

.noticia.detail.opinion .cabecera .info .autor {
    display: block;
    margin-bottom: 8px;
    padding-top: 16px;
}

.personas-wrapper .grupo .title {
    font-family: "QuickSandRev", Arial, sans-serif;
    font-style: normal;
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.personas-wrapper .imagen {
    width: 132px;
    height: 132px;
    display: inline-block;
    margin-right: 25px;
    flex-basis: 132px;
    flex-grow: 0;
    flex-shrink: 0;
}

.personas-wrapper .info {
    display: inline-block;
    vertical-align: top;
    font-family: Roboto, Arial, sans-serif;
}

.persona .info .nombre {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 120%;
}

.persona .email, .persona .twitter, .persona .desc {
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 120%;
}

.personas-wrapper .grupo {
    padding-bottom: 30px;
    border-bottom: 1px solid #A9A9A9;
    margin-bottom: 30px;
}

.personas-wrapper .info > * {
    margin-bottom: 5px;
}

.personas-wrapper .persona:not(.full) {
    margin-bottom: 10px;
    display: flex;
}

.persona .imagen .empty {
    background-color: #A9A9A9;
    width: 100%;
    height: 100%;
}

.grupo .personas .persona.full:not(:first-child) {
    padding-top: 30px;
    border-top: 1px solid #A9A9A9;
    margin-top: 30px;
}

.custompage .ficheros .fichero .imagen {
  width: 222px;
  display: block;
  margin-bottom: 25px;
}

.custompage .ficheros .fichero .nombre {
    font-family: "Relay Med", Arial, sans-serif;
    font-size: 2.5rem;
    letter-spacing: -2px;
    margin-bottom: 25px;
    display: block;
}

.custompage .ficheros .fichero .desc {
    font-family: Georgia, Arial, sans-serif;
    font-size: 1.7rem;
    color: #5F5F5F;
    line-height: 120%;
}

.custompage .ficheros .fichero:nth-child(odd) {
    clear: both;
}

.custompage .fichero {
    margin-bottom: 30px;
}

.search-float-panel {
    position: absolute;
    width: 100%;
    top: -1px;
    padding: 50px 0;
    background-color: #FFF;
    text-align: center;
    display: none;
    -webkit-box-shadow: 3px 5px 14px 0px rgba(153,153,153,0.7);
    -moz-box-shadow: 3px 5px 14px 0px rgba(153,153,153,0.7);
    box-shadow: 3px 5px 14px 0px rgba(153,153,153,0.7);
    z-index: 10;
}

.close {
    width: 26px;
    height: 26px;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 10px;
}

.close span {
    display: block;
    height: 1px;
    border-top: 1px solid #000;
    width: 100%;
    border-radius: 27%;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    border-bottom: 1px solid #000;
}

.close span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-float-panel .input {
    display: block;
    width: 66%;
    margin: 0 auto;
    border: 0;
    border-bottom: 2px solid #000;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.7rem;
    padding: 5px 0;
    margin-bottom: 10px;
    outline: none;
    border-radius: 0;
}

#masthead .search-float-panel .button {
    display: block;
    margin-right: 17%;
    margin-left: auto;
    border: 0;
    font-size: 2rem;
    width: 24px;
    height: 24px;
    background-color: #FFF;
    background-image: url('img/lupa72pp.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.search-float-panel .link.advanced {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.3rem;
    color: #333;
}

.search-results .noticias {
    width: 75%;
}

.search-results .noticias.columna .noticia .imagen.modoenr {
    width: 187px;
    height: 108px;
    margin-right: 25px;
    flex-basis: 187px;
    flex-grow: 0;
    flex-shrink: 0;
}

.search-results .noticias.columna .noticia .text {
  float: none;
  max-width: initial;
  width: auto;
  padding-right: 0;
}

.search-results .noticias.columna .noticia .info {
  position: static;
  max-width: none;
  width: auto;
  margin-top: 20px;
}

.search-results.bloque .title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    font-style: normal;
    color: #5C5C5C;
    padding-bottom: 40px;
    border-bottom: 1px solid #A9A9A9;
    margin-bottom: 20px;
}

.search-results .metainfo {
  font-size: 1.6rem;
  font-family: Roboto, Arial, sans-serif;
  color: #5C5C5C;
}

.metainfo .count-results {
    float: left;
}

.metainfo .order-list {
    float: right;
}

.search-cabecera {
    margin-bottom: 60px;
}

.metainfo .order-list .order {
    margin: 0 11px;
    display: inline-block;
}

.metainfo .order-list .order:first-child {
    margin-left: 22px;
}

.metainfo .order-list .order:last-child {
    margin-right: 22px;
}

.metainfo .order-list .order.current {
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
}

.search-results .title .input-text {
    font-weight: normal;
}

.noticias.columna .noticia .relative {
    /* height: 100%; */
    min-height: 175px;
}

.gravatar .avatar {
    width: 100%;
}

#comments {
    outline: 0;
}

.advanced-search label {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.8rem;
    color: #5C5C5C;
    margin-bottom: 7px;
    display: block;
}

.advanced-search .field .input {
    font-size: 1.8rem;
    border: 2px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.advanced-search .field .input {
    font-size: 1.8rem;
    border: 2px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #FFF;
    height: 42px;
    padding: 0;
    padding-left: 12px;
    color: #5C5C5C;
    font-weight: normal;
}

.advanced-search .field .input.select {
    background: url('img/flechaselect.png') no-repeat right #FFF;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background-position: 97%;
    background-size: 20px;
}

.advanced-search .field .input.select::-ms-expand {
  display: none;
}

.advanced-search .field .input.date {
    background-image: url('img/mapa_busqueda_movil.png');
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.advanced-search .field {
  margin-top: 40px;
}




.advanced-search .field .input.select.multiple {
    height: auto;
}

#ui-datepicker-div {
  font-size: 1.6rem;
}

.select2-container {
  font-size: 1.5rem;
  font-family: Roboto, Arial, sans-serif;
  /*font-weight: 300;*/
  max-width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #FFF;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
  padding: 7px 11px;
  border-radius: 19px;
  margin-top: 5px;
}

.select2-container .select2-selection--multiple {
  min-height: 42px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
  border: 2px solid #000;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #FFF;
    border-radius: 80%;
    padding: 0px 4px;
    padding-top: 1px;
    margin-right: 7px;
}

.select2-results__option {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #A9A9A9;
  padding: 7px 11px;
  margin: 5px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 1.8rem;
    color: #5C5C5C;
    padding-top: 4px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #A9A9A9;
  color: #FFF;
  position: relative;
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
  display: block;
  content: '×';
      background-color: #FFF;
    border-radius: 80%;
    padding: 0px 4px;
    padding-top: 1px;
    margin-right: 7px;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover:before {
  color: #000;
}

.advanced-search #searchsubmit {
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-top: 40px;
    color: #FFF;
    background-color: #000;
    border-radius: 20px;
    font-family: 'QuickSandRev', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    border: 0;
    padding: 7px 15px;
    letter-spacing: -1px;
    cursor: pointer;
}

.bloque.error404 .supertitle {
  font-size: 2.5rem;
  font-family: Georgia, Arial, sans-serif;
}

.bloque.error404 .title {
    font-family: Georgia, Arial, sans-serif;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5px;
}

.bloque.error404 .cuerpo {
  font-size: 2rem;
  color: #424242;
}

.noticias .noticia .imagen.modoenr {
  height: 187px;
}

.noticia.main .imagen.modoenr {
  height: 372px;
}

.portada.main .noticias .noticia .imagen.modoenr {
    height: 114px;
    margin-bottom: 23px;
}

.noticias.columna .noticia .imagen.modoenr {
    height: 187px;
}

.noticia.destacada .imagen.modoenr {
    height: 187px;
}



.bloque.destacado .noticias.cuatro .noticia .imagen.modoenr {
    height: 135px;
    margin-bottom: 21px;
}

.bloque.seccion .noticia.main .imagen.modoenr {
    height: 373px;
    margin-bottom: 23px;
}

.bloque.destacado.opiniones .noticias .noticia .imagen.modoenr {
    height: 117px;
}

.bloque.destacado .noticias.una .noticia .imagen.modoenr {
    height: 283px;
}

.bloque.destacado .noticias.doscolumnas .noticia .imagen.modoenr {
    height: 187px;
}

.noticias.relacionadas .noticia.cell {
    vertical-align: top;
}

.noticia.opinion .titular {
  font-family: "SuecaHd Light";
  font-size: 2.3rem;
  line-height: 2.5rem;
}

.imagen.modoenr.width img.img {
    width: 100%;
    height: auto;
}

.interior .bloque .title {
  margin-bottom: 31px;
}

.interior .column.normal .noticias.columna .noticia .tipo {
  margin-bottom: 13px;
  margin-top: -4px;
}

.noticiadetail .noticia.opinion.detail .cabecera .titular {
    font-size: 5.5rem;
    font-family: "SuecaHd Light";
    line-height: 100%;
}

.bloque.portada.main .noticia.opinion.cell .info {
  margin-top: 22px;
}

.autor.perfil .info .nombre .link {
    color: #bf183b;
}

.autor.perfil .info .nombre .link:hover {
    box-shadow: inset 0 -1px 0 #bf183b, inset 0 -2px 0 white;
}

.noticia .cuerpo .bloque-texto:first-child p, .noticia .cuerpo .bloque-texto:first-child {
    margin-top: 0;
}

.related .new:last-child {
    padding-bottom: 0;
}

.related .new .fa {
    padding-right: 5px;
    float: none;
    display: inline-block;
}

.search-cabecera .title + p {
    font-size: 2.2rem;
    font-family: Roboto, Arial, sans-serif;
    color: #5C5C5C;
}

.noticia.detail .cuerpo img:not(.img) {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

#desplegable .sub-menu {
  position: static;
}

.widget.html .body {
    background-color: #F1F1F2;
    font-family: Roboto;
    font-size: 16px;
    padding: 25px 15px;
}

.wp-polls > p, .wp-polls form > p {
    text-align: left !important;
    font-size: 19px;
    /* letter-spacing: -1px; */
    margin-bottom: 20px;
    line-height: 120%;
}

.wp-polls-ul {
  margin-left: 0;
  margin-bottom: 15px;
}

.wp-polls-ul strong {
    font-weight: 400;
}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
  margin-bottom: 20px;
}

.wp-polls form ul li {
  margin-bottom: 10px;

}

.wp-polls input {
  vertical-align: top;
}

.wp-polls .pollbar {
  margin-top: 7px;
}

.wp-polls .Buttons {
    background-color: #000;
    color: #FFF;
    font-family: 'QuickSandRev';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border-radius: 20px;
    padding: 10px;
    float: right;
    border: 0;
}

.wp-polls form p:last-child {
    text-align: left !important;
    margin-top: 29px;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 8px;
}

.block {
  display: block;
}

.clearfix {
  clear: both;
}

.relative {
  position: relative;
}

.relaycondensedbold{
    font-family: "Relay Cond Bd", Arial, sans-serif;
    font-style: Normal;
    font-weight: Normal;
}

.relaymedium{
    font-family: "Relay Med", Arial, sans-serif;
    font-style: Normal;
    font-weight: Normal;
}

.relaybold{
    font-family: "Relay Bd", Arial, sans-serif;
    font-style: Normal;
    font-weight: Normal;
}

.quicksand {
  font-family: "QuickSandRev", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.member-header {
  text-align: center;
  font-family: "QuickSandRev";
  background-color: #ffd700;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.75px;
  width: 244px;
  margin-right: 4px;
  margin-left: auto;
  padding: 12px 10px 8px;
  max-height: 53px;
}

.member-header .button-member {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #000;
  padding: 7px 12px;
  margin-top: 6px;
  display: inline-block;
  border-radius: 15px;
  letter-spacing: 0;
}

.minimizar .member-header {
  background-color: transparent;
  padding: 0;
  text-align: right;
}

.minimizar .member-header .text {
  display: none;
}

.minimizar .member-header .button-member {
  margin-bottom: 9px;
  margin-right: 5px;
}

#scrollup-wrapper {
  z-index: 100;
}

#scrollup-wrapper .scrollup {
  display: none;
}

#scrollup-wrapper .banner-members.not-shown {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

#scrollup-wrapper .banner-members {
  background-color: #FEEE9B;
  transition: transform ease 1s;
  max-height: 1000px;
}

#scrollup-wrapper .banner-members.mini .container-wrapper{
  height: 60px;
}

#scrollup-wrapper .banner-members .container-wrapper {
  background-color: #ffd700;
  text-align: center;
  font-family: "QuickSandRev";
  font-weight: bold;
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
  height: 321px;
  box-sizing: border-box;
  transition: height ease 0.5s;
}

#scrollup-wrapper .banner-members .container-wrapper .header {
  font-size: 3.9rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 2.3rem;
}

#scrollup-wrapper .banner-members .container-wrapper .text {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0px;
  max-width: 90rem;
  margin: 0 auto;
  line-height: 3.8rem;
  margin-bottom: 1rem;
}

#scrollup-wrapper .banner-members .container-wrapper .text-mini {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -1px;
  max-width: 90rem;
  margin: 0 auto;
  line-height: 2.8rem;
  margin-bottom: 2.9rem;
}

#scrollup-wrapper .banner-members .container-wrapper .button-member {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #FFF;
  background-color: #000;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 15px;
  letter-spacing: 0;
}

#scrollup-wrapper .banner-members .container-wrapper .icon-arrow-down {
  position: absolute;
  width: 28px;
  height: 30px;
  background-image: url(img/CEspritenormal.png);
  background-repeat: no-repeat;
  background-size: 503px;
  background-position: -272px -165px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 10px;
  right: 23px;
}

#scrollup-wrapper .banner-members .container-wrapper .icon-arrow-top {
  position: absolute;
  width: 28px;
  height: 30px;
  background-image: url(img/CEspritenormal.png);
  background-repeat: no-repeat;
  background-size: 503px;
  background-position: -272px -165px;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 10px;
  right: 23px;
}

#scrollup-wrapper .banner-members:not(.mini) .header-mini, #scrollup-wrapper .banner-members:not(.mini) .icon-arrow-top {
  display: none;
}

#scrollup-wrapper .banner-members.mini .header, #scrollup-wrapper .banner-members.mini .text, #scrollup-wrapper .banner-members.mini .text-mini, #scrollup-wrapper .banner-members.mini .container-wrapper .icon-arrow-down {
  display: none;
}

#scrollup-wrapper .banner-members.mini .container-wrapper {
  text-align: left;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

#scrollup-wrapper .banner-members.mini .container-wrapper .header-mini {
  display: inline-block;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 2.4rem;
  vertical-align: sub;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.patrocinador-warning {
  font-family: 'Roboto';
  font-weight: 200;
}

.patrocinador-warning .first{
  font-size: 1.6rem;
  border-top: 1px solid #000;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.patrocinador-warning .second{
  font-size: 1.4rem;
  border-top: 1px solid #000;
  padding: 1.2rem 1rem;
  background-color: #ECECED;
  border-bottom: 1px solid #000;
  margin-bottom: 2.5rem;
}

.patrocinador-warning .second .left{
  float: left;
  margin-top: 3px;
}

.patrocinador-warning .second .right {
  float: right;
  font-weight: bold;
}

.patrocinador-warning .second .right .arrow {
  width: 22px;
  display: inline-block;
  height: 22px;
  background-image: url(img/CEspritenormal.png);
  background-repeat: no-repeat;
  background-size: 455px;
  background-position: -370px -75px;
  vertical-align: middle;
}

.noticiadetail.notigaleria .cabecera {
  min-height: 49rem;
}

.noticiadetail.notigaleria .cabecera:before {
  display: block;
  position: initial;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.noticiadetail.notigaleria .noticia.detail .columns .column.normal {
  float: none;
  margin: 0 auto;
}

.noticiadetail.notigaleria .cabecera {
  min-height: 49rem;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  margin-bottom: 4.6rem;
}

.noticiadetail.notigaleria .cabecera .titular {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  font-family: "Relay Cond Bd", Arial, sans-serif;
  font-size: 5.8rem;
  text-align: center;
}

.noticiadetail.notigaleria .entradilla {
  color: #000;
  padding-right: 0;
}

.noticiadetail.notigaleria .info .twitter {
  padding-left: 1.5rem;
}

.noticiadetail.notigaleria .info .twitter:after {
    content: '|';
    padding-left: 1rem;
}

.noticiadetail.notigaleria .noticia .info .twitter:before {
  vertical-align: bottom;
}

.noticiadetail.notigaleria .post-cabecera .noticia.detail .columns, .noticiadetail.notigaleria .slickable-galeria .noticia.detail .columns {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.noticiadetail.notigaleria .post-cabecera {
  border-bottom: 1px solid #A9A9A9;
  padding-bottom: 3.8rem;
  margin-bottom: 2.4rem;
}

.noticiadetail.notigaleria .slickable-galeria .element .content-wrapper {
  width: 65rem;
  margin: 0 auto;
}

.noticiadetail.notigaleria .slickable-galeria .element .numero {
  font-family: "Relay Bd", Arial, sans-serif;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #c21d2d;
}

.noticiadetail.notigaleria .slickable-galeria .element .titulo {
  font-family: "Relay Cond Bd", Arial, sans-serif;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 3.8rem;
}

.noticiadetail.notigaleria .slickable-galeria .element .entradilla {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "Roboto";
  margin-top: 0;
  margin-bottom: 5rem;
  font-weight: bold;
}

.noticiadetail.notigaleria .slickable-galeria .element .texto, .noticiadetail.notigaleria .slickable-galeria .element .indice {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "Roboto";
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-weight: 100;
}

.noticiadetail.notigaleria .slickable-galeria .element .indice {
  color: #A9A9A9;
  text-align: center;
}

.noticiadetail.notigaleria .slickable-galeria .element .texto p {
  margin-bottom: 3.5rem;
}

.noticiadetail.notigaleria .slickable-galeria .element .imagen {
  text-align: center;
  position: relative;
  margin-bottom: 2.8rem;
}

.noticiadetail.notigaleria .slickable-galeria .element .imagen img {
  width: 100%;
}

.slick-initialized .slick-slide {
  outline: none;
}

.noticiadetail.notigaleria .slickable-galeria .slick-arrow {
  visibility: visible;
  background-color: transparent;
    border: 0;
    display: block;
    width: 28px;
    height: 30px;
    color: transparent;
    background-image: url(img/CEspritenormal.png);
    background-repeat: no-repeat;
    background-size: 503px;
    background-position: -272px -165px;
    position: absolute;
    top: 0;
    cursor: pointer;
    outline: none;
    z-index: 8;
    opacity: 0.6;
}

.noticiadetail.notigaleria .slickable-galeria .slick-arrow.cloned {
  top: unset;
  bottom: 3rem;
}

.noticiadetail.notigaleria .slickable-galeria .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 6%;
}

.noticiadetail.notigaleria .slickable-galeria .slick-arrow.slick-next {
  right: 6%;
}

.newsletter-panel {
  background-color: #33434c;
  color: #FFF;
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
}
.bloque.portada.newsletter .newsletter-panel h2{
  letter-spacing: -2px !important;
}

.newsletter-panel .title {
  font-family: Georgia, Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 3.4rem !important;
  text-transform: uppercase;
  margin-bottom: 0;
}

.newsletter-panel .title + .subtitle {
  margin-top: 3.1rem;
}

.newsletter-panel .subtitle {
  font-family: "QuickSandRev", sans-serif;
  font-size: 3rem;
  font-weight: lighter;
  letter-spacing: -1px;
}

.newsletter-panel form {
  width: 64%;
  margin: 2.9rem auto 0;
}

.newsletter-panel .email {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  height: 4.5rem;
  padding-left: 1rem;
  box-sizing: border-box;
}

.newsletter-panel .legal-wrapper {
  margin-top: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: lighter;
  text-align: left;
}

.newsletter-panel .legal-wrapper p {
  display: inline;
}

.newsletter-panel .legal-wrapper .link {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

.newsletter-panel .legal-wrapper input {
  margin: 0;
  margin-right: 0.6rem;
}

.newsletter-panel .send {
  font-family: "QuickSandRev";
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #FFF;
  background-color: #33434c;
  padding: 8px 22px;
  margin-top: 3rem;
  display: inline-block;
  border-radius: 30px;
  letter-spacing: 0;
  font-weight: bold;
}

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

  .noticiadetail.notigaleria .noticia.detail .patrocinador {
    bottom: 0;
  }

  .noticiadetail.notigaleria .slickable-galeria .element div {
    transition: opacity ease 0.5s;
  }

  .noticiadetail.notigaleria .slickable-galeria .element .content-wrapper .imagen::before {
    opacity: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.7);
    transition: opacity ease 0.5s;
  }

  .noticiadetail.notigaleria .slickable-galeria:not(.dragging) .element:not(.slick-active) .content-wrapper div {
    opacity: 0;
  }

  .noticiadetail.notigaleria .slickable-galeria:not(.dragging) .element:not(.slick-active) .content-wrapper .imagen {
    opacity: 1;
  }

  .noticiadetail.notigaleria .slickable-galeria:not(.dragging) .element:not(.slick-active) .content-wrapper .imagen::before {
    opacity: 1;
  }

  .bloque.portada.main .noticia.main .imagen .img {
    width: 100%;
    height: auto;
  }

  .noticia.main .text.all-width {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }

  #masthead.nopubli:not(.minimizar) {
    padding-top: 30px;
  }

  #desplegable .flechita {
      display: none !important;
  }

  .only-mobile {
    display: none !important;
  }

  .bloque.portada.main .noticia.main .tipo {
    /* margenes editados para evitar desbordamientos al aumentar el interlineado*/
    margin-top: 6px;
    margin-bottom: 22px;
  }

  .bloque.portada.main .noticias .noticia {
    vertical-align: top;
  }

  .bloque.portada.main .noticia.main .imagen {
    margin-bottom: 40px;
  }

  .bloque.portada.main.nomore .noticia.main .imagen {
    margin-bottom: 0;
  }

  .noticias.more .noticia:not(:first-child), .noticias.widget.pie .noticia:not(:first-child) {
    padding-left: 1.5%;
  }

  .noticias.more .noticia:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 117px;
    width: 1px;
    background-color: #AAA;
  }

  .noticias.more .noticia:not(:last-child), .noticias.widget.pie .noticia:not(:last-child) {
    padding-right: 1.5%;
  }

  .noticias.more .noticia:not(:first-child):not(:last-child), .noticias.widget.pie .noticia:not(:first-child):not(:last-child) {
    padding: 0 1.5%;
    width:31.5%;
  }

  .columns .column.normal {
    /*margin-top: -1.2em;*/
    float: left;
    width: 67.8%;
    padding-right: 1%;
    box-sizing: border-box;
  }

  .columns .column.featured {
    float: right;
    width: 29.1%;
    padding-left: 2.9%;
  }

  #page:not(.interior) .columns:before {
    left: 68.8%;
    width: 1px;
    height: 100%;
    height: calc(100% - 40px);
    content: '';
    background-color: #A9A9A9;
    position: absolute;
  }

  .noticias.columna .noticia .imagen {
    float: left;
    max-width: 325px;
    height: auto;
    margin-bottom: 0;
    width: 48%;
  }

  .noticias.columna .noticia .text {
    float: right;
    max-width: 332px;
    width: 48%;
    padding-right: 8%;
    box-sizing: border-box;
  }

  .noticias.columna .noticia .info {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    right: 0;
    max-width: 332px;
    width: 48%;
  }

  .columns:last-child {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #A9A9A9;
  }

  .bloque.destacado.opiniones .container {
    padding-bottom: 26px;
  }

  .bloque.destacado.opiniones .title {
    margin-bottom: 26px;
  }

  .bloque.destacado .noticias.una {
    margin-bottom: -10px;
  }

  .bloque.destacado .noticias.una .noticia:after {
    clear: both;
    display: block;
    content: '';
  }

  .bloque.destacado .noticias.cuatro.slickable .slick-track {
    max-height: 300px;
  }

  .bloque.destacado .noticias.cuatro .noticia:not(:first-child):not(.opinion) {
    padding-left: 3%;
  }

  .bloque.seccion .column.normal .noticia:not(.main) {
    width: 50%;
    float: left;
    box-sizing: border-box;

  }

  .bloque.seccion .column.normal .noticia:not(.main) .titular {
    font-family: "Relay Bd", Arial, sans-serif;
  }

  .bloque.seccion .column.normal .noticia:not(.main):nth-child(odd) {
      padding-left: 2%;
  }

  .bloque.seccion .column.normal .noticia:not(.main):nth-child(even) {
      padding-right: 2%;
  }

  .bloque.destacado .noticias.una .noticia .imagen {
    width: 40.9%;
    float: left;
    margin-bottom: 0;
  }

  .bloque.destacado .noticias.una .noticia .text {
      float: left;
     width: 50%;
      text-align: left;
      padding-left: 32px;
  }

  .bloque.destacado .noticias.doscolumnas .noticia.main {
    float: left;
    width: 67.8%;
    padding-right: 2.9%;
    box-sizing: border-box;
  }

  .bloque.destacado .noticias.doscolumnas .noticia.main .imagen {
    width: 49%;
    margin-bottom: 0;
  }

  .bloque.destacado .noticias.doscolumnas .noticia.main .text {
    width: 51%;
  }

  .bloque.destacado .noticias.doscolumnas .noticia:not(.main) {
    float: right;
    width: 29.3%;
      margin-left: 2.9%;
  }

  .bloque.destacado .noticias.doscolumnas:after {
    content: '';
    position: absolute;
    left: 67.7%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #A9A9A9;
  }

  .sections .menu-item.current_page_item:not(.no-marcar) .sub-menu,
  .sections .menu-item.current-menu-parent:not(.no-marcar) .sub-menu,
  .sections .menu-item.current-menu-ancestor:not(.no-marcar) .sub-menu,
  .sections .menu-item.current-menu-item:not(.no-marcar) .sub-menu,
  .sections .menu-item.current_page_parent:not(.no-marcar) .sub-menu,
  .sections .menu-item.current-post-ancestor:not(.no-marcar) .sub-menu,
  .sections .menu-item.current_page_ancestor:not(.no-marcar) .sub-menu,
  .sections .menu-item:hover .sub-menu {
    display: block;
  }

  .sections ul:not(.sub-menu) > .menu-item.current_page_item:not(.no-marcar) > a,
  .sections ul:not(.sub-menu) > .menu-item.current-menu-parent:not(.no-marcar) > a,
  .sections ul:not(.sub-menu) > .menu-item.current-menu-ancestor:not(.no-marcar) > a,
  .sections ul:not(.sub-menu) > .menu-item.current-menu-item:not(.no-marcar) > a,
  .sections ul:not(.sub-menu) > .menu-item.current_page_parent:not(.no-marcar) > a,
  .sections ul:not(.sub-menu) > .menu-item.current-post-ancestor:not(.no-marcar) > a,
  .sections ul:not(.sub-menu) > .menu-item.current_page_ancestor:not(.no-marcar) > a,
  .sections ul:not(.sub-menu) > .menu-item:hover > a{
    border-bottom: 3px solid #000 !important;
    font-weight: bold;
  }

  #footer .sections .menu-item.current_page_item:not(.no-marcar) > a,
  #footer .sections .menu-item.current-menu-parent:not(.no-marcar) > a,
  #footer .sections .menu-item.current-menu-ancestor:not(.no-marcar) > a,
  #footer .sections .menu-item.current-menu-item:not(.no-marcar) > a,
  #footer .sections .menu-item.current_page_parent:not(.no-marcar) > a,
  #footer .sections .menu-item.current_page_ancestor:not(.no-marcar) > a,
  #footer .sections .menu-item.current-post-ancestor:not(.no-marcar) > a,
  #footer .sections .menu-item:hover > a {
    border-color: #FFF !important;
  }

  .sections ul.sub-menu .menu-item.current_page_item:not(.no-marcar) a,
  .sections ul.sub-menu .menu-item.current-menu-item:not(.no-marcar) a,
  .sections ul.sub-menu .menu-item.current-menu-parent:not(.no-marcar) a,
  .sections ul.sub-menu .menu-item.current-post-parent:not(.no-marcar) a,
  .sections ul.sub-menu .menu-item.current-post-ancestor:not(.no-marcar) a,
  .sections ul.sub-menu .menu-item:hover a{
    font-weight: bold;
    font-size: 16px;
    border-color: #000;
  }

  .menu-item.current_page_item:not(.no-marcar),
  .menu-item.current-menu-item:not(.no-marcar),
  .menu-item.current-menu-parent:not(.no-marcar),
  .menu-item.current-post-parent:not(.no-marcar),
  .menu-item.current-post-ancestor:not(.no-marcar),
  .menu-item:hover{
    margin-top: -1px;
  }

  .fa.flechita {
    display: none;
  }

  .bloque.destacado .noticias.cuatro.slickable .noticia.opinion:not(.slick-current):after,
  .bloque.destacado .noticias.cuatro:not(.slickable) .noticia.opinion:not(:first-child):after {
    content: '';
      height: 50%;
      width: 1px;
      position: absolute;
      background-color: #A9A9A9;
      bottom: 0;
      left: 0px;
  }

  .bloque.destacado .table .noticias.cuatro{
    display: table-row;
  }

  .bloque.destacado .table .noticias.cuatro .noticia.opinion {
    padding: 0 3%;
    float: none;
    display: table-cell;
  }

  .autor.perfil .img-autor {
    float: left;
    width: 19.71%;
  }

  .autor .imagen.modoenr.img-autor {
    padding-top: 19.71%;
  }

  .autor.perfil .info {
    float: right;
    width: 75.4%;
  }

  .noticiadetail .noticia .cabecera .info .fecha:not(:first-child):before {
    content: '|';
    padding-right: 8px;
  }


  .noticia.detail .columns:last-child {
    margin-bottom: 100px;
  }

  .noticia.detail.con-patrocinador .info {
    padding-bottom: 45px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
  }

  .cabecera {
    position: relative;
  }

  .noticia.detail .patrocinador {
    top: initial;
    bottom: 75px;
  }

  .noticia.detail.opinion .info {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
  }

  .noticia.detail.opinion .info:before {
    content: '';
    width: 35%;
    height: 1px;
    background-color: #999;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
  }

  .custompage .ficheros .fichero {
    width: 50%;
    float: left;
  }

  .advanced-search .field.third {
    float: left;
    width: 33.33333%;
  }

  .advanced-search .field.third:not(.author) {
    padding-left: 20px;
    box-sizing: border-box;
  }

  .advanced-search .field.half {
    float: left;
    width: 49%;
  }

  .advanced-search .field.half.etiquetas {
      float: right;
  }

  .interior .bloque.listado .container .title:first-child {
    padding-top: 20px;
  }

  .interior .bloque.listado .container .title:first-child .patrocinador {
    top: 20px;
  }

  .column.featured .widget:last-child {
    margin-bottom: 0;
  }

  .column.featured .widget:last-child .trevda {
    margin-bottom: 0;
  }

  .noticiadetail .column.featured .widget.top.relacionadas:first-child {
    margin-top: 11px;
  }

  .bloque.portada.listado.no-trevda {
    margin-top: 59px;
    border-top: 1px solid transparent;
    padding-top: 48px;
  }

  .bloque.portada.listado.no-trevda .columns:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #CCC;
    top: -49px;
    left: 0;
  }

  .search-results .noticias.columna .noticia {
    display: flex;
  }

  #desplegable .sub-menu {
    display: block;
  }

  .related-content {
    max-width: 323px;
  }

}

.left.skyscraper.trevda, .right.skyscraper.trevda {
    max-width: initial;
    position: absolute;
    top: 0;
    margin-top: 0;
}

.left.skyscraper.trevda {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.right.skyscraper.trevda {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.sumario.galeria .leyenda_wrapper {
    margin-bottom: 0;
}

.sumario.galeria {
    padding-top: 0;
    margin-bottom: 30px;
}

/*
 .bloque.rascacielos .container-wrapper:before, .bloque.rascacielos .container-wrapper:after {
    content: '';
    display: block;
    width: 122px;
    left: 0;
    background-color: #F2D58D;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    height: 602px;
    position: absolute;
  }

  .bloque.rascacielos .container-wrapper:after {
    left: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

*/

/*

 .bloque.rascacielos .container-wrapper:before {
    content: '';
    display: block;
    width: 122px;
    left: 0;
    background-color: pink;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    height: 602px;
    position: absolute;
  }

  .bloque.rascacielos .container-wrapper:after {
    right: 0;
    left: initial;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
*/
@media only screen and (max-width: 1454px) {
  .bloque.rascacielos .skyscraper {
    display: none;
  }
}

/*


@media only screen and (max-width: 1355px) {
  .bloque.rascacielos .container-wrapper:after {
    width: 0;
  }

  .bloque.rascacielos .container-wrapper:before {
    width: 0;
  }

  .bloque.rascacielos {
    position: relative;
  }

  .bloque.rascacielos:before {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    background-color: #F2D58D;
    top: 0;
    height: 602px;
    position: absolute;
  }

  .bloque.rascacielos .container-wrapper {
    background-color: #FFF;
  }
}

*/

@media only screen and (max-width : 1200px) {
  html {
    height: 100%;
    font-size: 50%;
  }

  .container-wrapper {
    width: 96%;
    position: relative;
    min-width: 1024px;
  }

  .container {
    width: 92%;
    padding: 0 4%;
  }

  .imagen.img-autor {
    width: 106px;
  }

  .bloque.destacado.opiniones .noticias .noticia .imagen.modoenr, .portada.main .noticias .noticia .imagen.modoenr {
    height: 106px;
  }

  .noticiadetail.notigaleria .cabecera {
    width: 96%;
    position: relative;
    min-width: 1024px;
  }


}

@media only screen and (max-width : 738px) and (min-width : 640px) {
  #page {
    padding: 0 7%;
  }
}

@media only screen and (max-width : 738px) {
  html {
    font-size: 62.5%;
  }

  .trevda.multi .row .mini {
    display: block;
    margin-bottom: 15px;
  }

  .container-wrapper {
    min-width: 0;
    width: 100%;
  }

  body {
    overflow-x: hidden;
  }

  .hide-mobile {
    display: none !important;
  }

  .only-mobile {
    display: block;
  }

  #supermenu .logo, .minimizar #supermenu .logo {
    padding-top: 0;
    padding-left: 10px;
    width: 133px;
    margin-left: -3px;
  }
  /*
  #supermenu .logo .link, .minimizar #supermenu .logo .link {
    height: 42px;
  }*/

  #supermenu .sections {
    display: none;
  }



 .cell.btn {text-align: right;} 
  
 a.btn-colabora {
    font-size:12px !important;
    margin:0;
  }



.search-bar {
  padding:15px 12% 0;
}

.search-bar input {
  border:0;
  border-bottom:2px solid black;
  padding:10px;
  }

.search-bar button {
  border: 0;
  font-size: 2rem;
  width: 24px;
  height: 24px;
  background-color: #FFF;
  background-image: url('img/lupa72pp.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

/*  .container {
    padding: 0 7%;
    width: 86%;
  } */

  .socials-share.cell.only-mobile {
  position:fixed;
  bottom:0%;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 5px #CCC;
  background:white;
  padding:5px;
  transition: bottom ease 1s;
}

.member-mini .socials-share.cell.only-mobile {
  bottom: 6rem;
}

.socials-share.cell.only-mobile a {
  margin:0 5px;
}

.scrollup {display: none;}


  .bloque.portada.main {
    margin-top: 18px;
    border-bottom: 1px solid #AAA;
  }

  .bloque {
    margin-top: 24px;
  }

  .padding-sides {
    padding-left: 7% !important;
    padding-right: 7% !important;
    box-sizing: border-box;
  }

  .margin-sides {
    margin-left: 7% !important;
    margin-right: 7% !important;
  }


  .container {
    padding: 0;
    width: 100%;
  }

  #menu {
    display: none;
  }

  #content {
    margin-top: 0;
  }

  #masthead {
    padding: 8px 0;
    box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.5);
  }

  .noticia .imagen, .noticia.main .imagen {
    width: 100%;
  }

  .noticia.main .text {
    width: 100%;
    text-align: left;
  }

  .noticia .tipo {
    font-size: 1.4rem;
  }

  .noticia.main .titular {
    font-size: 3.3rem;
    letter-spacing: -1px;
    line-height: 93%;
  }

  .noticia.main .imagen {
    margin-bottom: 0;
  }

  .noticia .imagen {
    margin-bottom: 20px;
  }

  .noticias.more .noticia, .widget.pie.noticias .noticia {
    width: 100% !important;
    padding: 0;
    display: block;
    font-family: "Relay Bd", Arial, sans-serif;
    font-size: 2.2rem;
  }

  .noticia.main .text, .noticias.more .noticia, .widget.pie.noticias .noticia {
    padding-top: 17px;
    padding-bottom: 20px;
  }

  .noticia .info {
    margin-top: 13px;
  }

  .noticias.more .noticia:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 25%;
    background-color: #AAA;
  }

  .noticias.more .noticia .titular {
    font-size: 2.2rem;
    font-family: "Relay Med", Arial, sans-serif;
    line-height: 2.4rem;
  }

  .noticias.more .noticia.opinion .titular {
    font-family: "SuecaHd Light";
  }

  .noticia .titular {
    font-size: 2.6rem;
    font-family: "Relay Bd", Arial, sans-serif;
    letter-spacing: -1px;
  }

  .bloque .trevda {
    margin-bottom: 38px;
  }

  .noticia.opinion .info .autor {
    font-size: 1.4rem;
  }

  .noticia .related.news {
    margin-top: 20px;
  }

  .noticia .related.news:before {
    width: 29%;
  }

  .related .new {
    font-size: 1.6rem;
  }

  .related .new:not(:last-child) {
    padding-bottom: 15px;
  }

  .new .fa {
    display: block;
    float: left;
    height: 20px;
    padding-right: 5px;
    padding-top: 2px;
  }

  .noticias.columna .noticia, .interior .noticias.columna .noticia, .bloque.seccion .noticias .noticia {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #A9A9A9;
  }

  .bloque.seccion .noticias .noticia.main {
    padding-bottom: 0;
  }


  .column.featured .widget {
    margin-bottom: 35px;
  }

  .noticia.destacada .tipo {
    font-size: 1.5rem;
  }

  .noticia.destacada .titular {
    font-size: 2.4rem;
  }

  .bloque.destacado .noticias.cuatro.slickable .slick-track {
    max-height: initial;
  }

  .bloque.destacado .title:before, .bloque.destacado .title:after {
    width: 26%;
  }

  .bloque.destacado .noticias.slickable-mobile .noticia {
    padding: 0;
  }

  .bloque.destacado .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bloque.destacado .title {
    margin-bottom: 20px;
    max-width: 50%;
  }

  .bloque.destacado.opiniones .slickable .slick-arrow, .bloque.destacado.opiniones .slickable-mobile .slick-arrow {
    width: 52px;
    height: 52px;
    background-size: 490px;
    background-position: -252px -150px;
    top: 60px;
  }

  .bloque.destacado .slickable .slick-next, .bloque.destacado .slickable-mobile .slick-next {
    -webkit-transform: translate(-20%, -135%);
    -ms-transform: translate(-20%, -135%);
    transform: translate(-20%, -135%);
  }

  .bloque.destacado .slickable .slick-prev, .bloque.destacado .slickable-mobile .slick-prev {
    -webkit-transform: rotate(180deg) translate(-20%, 135%);
    -ms-transform: rotate(180deg) translate(-20%, 135%);
    transform: rotate(180deg) translate(-20%, 135%);
    z-index: 2;
  }

  .bloque.destacado.opiniones .slickable .slick-next, .bloque.destacado.opiniones .slickable-mobile .slick-next {
    -webkit-transform: translate(-26%, -50%);
    -ms-transform: translate(-26%, -50%);
    transform: translate(-26%, -50%);
  }

  .bloque.destacado.opiniones .slickable .slick-prev, .bloque.destacado.opiniones .slickable-mobile .slick-prev {
    -webkit-transform: rotate(180deg) translate(-26%, 50%);
    -ms-transform: rotate(180deg) translate(-26%, 50%);
    transform: rotate(180deg) translate(-26%, 50%);
    z-index: 2;
  }

  .bloque.destacado.opiniones .slickable .slick-arrow:hover, .bloque.destacado.opiniones .slickable-mobile .slick-arrow:hover {
    background-position: -252px -204px;
  }

  .bloque.destacado .noticia .text {
    padding: 0 16px;
  }

  .bloque.destacado .noticia .imagen {
    margin-bottom: 15px;
  }

  .bloque .title {
    font-size: 3.3rem;
    margin-bottom: 25px;
  }

  .bloque .title .patrocinador, .bloque.destacado .patrocinador {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
    max-width: 130px;
  }

  .bloque.seccion .noticia.main .titular {
    font-size: 3.3rem;
    letter-spacing: -1px;
    line-height: 93%;
  }

  .bloque.seccion .noticia .tipo {
    margin-bottom: 15px;
  }

  .widget.top .noticias .noticia {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .bloque.destacado .noticia.opinion .imagen.img-autor {
    width: 50%;
  }

  .bloque.destacado .noticias .autor {
    text-transform: none;
  }

  .widget.boletin .text {
    font-size: 1.2rem;
  }

  .bloque.destacado .patrocinador {
    top: 0;
    right: 10px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #footsupermenu .logo {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 0;
  }

  #footsupermenu {
    padding-top: 20px;
  }

  #footer {
    margin-top: 40px;
  }

  #footer .legal {
    font-size: 1.4rem;
  }

  #footer .cell {
    display: block;
  }

  #footer .sections .socials {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .bloque.destacado .noticias .noticia .titular {
    font-size: 2.6rem;
    letter-spacing: -1px;
  }

  .bloque.destacado .noticias.doscolumnas, .bloque.destacado .noticias.una {
    padding: 0 16px;
  }

  .bloque.destacado .noticias.doscolumnas .text, .bloque.destacado .noticias.una .text {
    padding-left: 0;
    padding-right: 0;
  }

  .bloque.destacado .noticias.doscolumnas .noticia:not(.last) {
    padding-bottom: 20px;
    border-bottom: 1px solid #A9A9A9;
    margin-bottom: 20px;
  }

  .bloque.destacado .noticias.doscolumnas .noticia:not(.main) .info {
    display: none;
  }

  #masthead .button {
  }

  #masthead.menuopen #menu {
    display: block;
    margin-top: 10px;
    background-color: #FFF;
    border-top: 2px solid #DBDBDB;
    padding-top: 0;
  }

  #masthead.menuopen {
    bottom: 0;
    background-color: #F2F2F2;
    overflow-y: auto;
  }

  #menu .sections {
    display: block;
    width: 100%;
  }

  #menu .sections ul .menu-item {
    display: block;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #C2C2C2;
  }

  #menu .sections ul .menu-item > a {
    padding: 16px 5% 16px 13%;
    display: block;
  }

  #menu .row {
    display: block;
  }

  #menu .sections ul:not(.sub-menu) a {
    font-weight: bold;
    font-size: 1.8rem;
  }

  #menu .sections ul > .menu-item.menu-item-has-children {
    position: relative;
  }

  #menu .sections ul > .menu-item.menu-item-has-children > a + .flechita {
    display: block;
    /* font-family: FontAwesome; */
    right: 0;
    position: absolute;
    top: 0;
    padding: 0 7%;
    font-size: 45px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
  }

  .sub-menu {
    position: relative;
    border-top: 0;
    padding: 0;
  }

  #menu .sections .sub-menu .menu-item {
    border-top: 1px solid #C2C2C2;
    border-bottom: 0;
  }

  #menu .sections .sub-menu .menu-item a {
    padding-left: 19.5%;
    font-size: 1.8rem;
    text-transform: none;
  }

  .flechita.desplegado, #menu .sections .menu-item.current-menu-item.menu-item-has-children > a + .flechita, #menu .sections .menu-item.current-menu-ancestor.menu-item-has-children > a + .flechita, #menu .sections .menu-item.current-post-ancestor.menu-item-has-children > a + .flechita {
      -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
      transform: rotate(90deg) !important;
  }

  .flechita.desplegado + .sub-menu, #menu .sections .menu-item.current-menu-item.menu-item-has-children > a + .flechita + .sub-menu, #menu .sections .menu-item.current-menu-ancestor.menu-item-has-children > a + .flechita + .sub-menu, #menu .sections .menu-item.current-post-ancestor.menu-item-has-children > a + .flechita + .sub-menu {
    display: block;
  }

  .menu-item:not(.menu-item-has-children) .flechita {
    display: none;
  }

  #menu .sections .links .menu-item {
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "QuickSandRev", Arial, sans-serif;
  }

  #menu .sections .links .menu-item a{
    text-transform: none;
    font-weight: normal;
  }

  #menu .socials {
    padding: 20px 5% 20px 12%;
  }

  .bloque.destacado .noticias.slickable .slick-cloned {
    max-height: initial;
    margin-left: -1px;
  }

  .sub-menu .fa.flechita {
    display: none;
  }

  .strips {
    background-color: transparent;
    background-image: none;
  }

  .strips .container-wrapper {
    background-color: transparent;
  }

  #menu .sections .current-menu-item > a, #menu .sections .current-menu-ancestor > a, #menu .sections .current-post-ancestor > a  {
    background-color: #F5F5F5;
    color: #ab1833 !important;
  }

  #menu .sections .sub-menu .current-menu-item > a, #menu .sections .sub-menu .current-post-ancestor > a {
    background-color: transparent;
  }

  .noticiadetail .trevda, .autor .trevda, .mobile-full {
    margin-bottom: 0;
        margin-left: -8%;
    width: 100vw !important;
  }

  .autor.perfil .trevda {
    margin-bottom: -26px;
    margin-top: 20px;
  }

  .autor.perfil {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .autor.perfil .imagen {
    margin-left: 0;
  }

  .autor.perfil .info .nombre {
    font-size: 2.1rem;
  }

  .autor.perfil .info .descripcion {
    font-size: 1.9rem;
    line-height: 148%;
  }

  .autorseccion .autor.perfil .info .nombre {
    font-family: "Relay Bd", Arial, sans-serif;
    font-size: 3rem;
    letter-spacing: -1px;
    text-transform: none;
  }

  .autorseccion .autor.perfil .info .twitter {
    margin-top: 15px;
  }

  .breadcrumb .section {
    display: inline-block;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.4rem;
  }

  .breadcrumb .section:not(.current):after {
    content: '>';
    display: inline-block;
    padding-left: 4px;
  }

  .breadcrumb .section.current {
    color: #E42F1E;
  }

  .breadcrumb {
    margin-bottom: 25px;
  }

  .comentar {
    width: 100%;
  }

  .noticiadetail .noticia.detail .cabecera .titular {
    font-size: 3rem;
    padding-right: 0;
    line-height: 100%;
    font-family: "Relay Bd", Arial, sans-serif;
  }

  .noticiadetail .noticia.opinion.detail .cabecera .titular {
    font-size: 3rem;
  }

  .noticia .imagen-wrapper .imagen {
    height: auto;
    padding-bottom: 62.5%;
    margin-bottom: 7px;
  }

  /*.noticia .imagen-wrapper .imagen .img{
    min-width: 100%;
    min-height: 100%;
    max-height: none;
  }*/

  .sumario .leyenda {
    width: 100%;
    font-family: Arial;
    font-size: 1.275rem;
    line-height: 120%;
  }

  .sumario.principal {
    border-bottom: 0;
    margin-bottom: 14px;
  }

  .noticiadetail .noticia .entradilla {
    font-size: 1.9rem;
    padding-right: 0;
    letter-spacing: 0;
  }

  .noticiadetail .noticia .cabecera .info .fecha {
    display: block;
    margin-top: 8px;
  }

  .more .social, .more .option{
    margin-right: 0 !important;
  }

  .noticiadetail .noticia.detail .more .option {
    width: 35px;
    height: 35px;
    background-size: 417px;
    background-position: -52px -82px;
  }

  .noticiadetail .noticia.detail .socials-share .social, .cabeceranoticia .socials-share .social {
    width: 35px;
    height: 35px;
    background-size: 418px;
  }

  .noticiadetail .noticia.detail .socials-share .social.twitter, .cabeceranoticia .socials-share .social.twitter {
    background-position: -44px -4px;
  }

  .noticiadetail .noticia.detail .socials-share .social.linkedin {
    background-position: -84px -4px;
  }

  .socials-share .total {
    width: 35px;
    height: 35px;
  }

  .noticiadetail .noticia.detail .socials-share .plus.social {
    background-position: -124px -3px;
    width: 36px;
    height: 36px;
  }

  .noticiadetail .noticia.detail .socials-share .more .social:before, .noticiadetail .noticia.detail .socials-share .more .option:before {
    height: 41px;
    width: 41px;
  }

  .noticiadetail .noticia.detail .socials-share .more .social:not(.plus):before, .noticiadetail .noticia.detail .socials-share .more .option:before {
    top: -1px;
    height: 37px !important;
  }

  .noticiadetail .noticia.detail .socials-share .social.googleplus {
    background-position: -164px -5px;
  }

  .noticiadetail .noticia.detail .socials-share .social.pinterest {
    background-position: -248px -5px;
  }

  .noticiadetail .noticia.detail .socials-share .social.meneame {
    background-position: -288px -5px;
  }

  .noticia .cuerpo .bloque-texto {
    font-size: 1.9rem;
    line-height: 150%;
    letter-spacing: 0px;
  }

  .noticiadetail .noticia.detail .sumario .socials-share .social {
    width: 27px;
    height: 27px;
    margin-right: 0;
    background-size: 438px;
    margin-bottom: -8px;
  }

  .noticiadetail .noticia.detail .sumario .socials-share .social.facebook {
    background-position: -274px -137px;
  }

  .noticiadetail .noticia.detail .sumario .socials-share .social.twitter {
    background-position: -302px -137px;
  }

  .sumario.cifra .header {
    clear: both;
    padding-top: 15px;
  }

  .sumario.cifra .quote {
    width: 100%;
  }

  .widget .title {
    font-size: 1.7rem;
    margin-bottom: 0;
  }

  .comentar .field.half {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }

  .field:not(.half) {
    margin-top: 0px;
  }

  .comentar .field.half + .field.half {
    float: none;
    margin-bottom: 30px;
  }

  .comentar {
    margin-bottom: 35px;
  }

  .gravatar {
    width: 56px;
    padding-right: 10px;
  }

  .comment-body {
    width: 100%;
    position: relative;
    padding-bottom: 45px;
  }

  .comment .reply {
    position: absolute;
    left: 0;
    margin-top: 8px;
  }

  .comment .reply a:before {
    width: 24px;
    height: 24px;
    background-size: 305px;
    background-position: -167px -34px;
    margin-right: 5px;
  }

  .comment-content {
    font-family: Arial;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 120%;
    color: #000;
    min-height: 40px;
  }

  .comment-author {
    margin-bottom: 8px;
  }

  .noticia.detail .patrocinador {
    position: static;
    margin-right: 0;
    margin-left: auto;
    text-transform: uppercase;
    text-align: right;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.8rem;
    margin-bottom: 20px;
    margin-top: -5px;
    
  }

  .noticia.detail .patrocinador .link {
    max-width: 100px;
    display: inline-block;
  }

  .noticia.detail.opinion .info .imagen {
    margin-right: 10px;
  }

  .noticia.detail.opinion .cabecera .info .autor {
    padding-top: 8px;
  }

  .custompage .cuerpo {
    font-size: 1.9rem;
  }

  .personas-wrapper .imagen {
    display: block;
    margin-bottom: 20px;
  }

  .personas-wrapper .info > * {
    margin-bottom: 7px;
  }

  .cuerpo ol > li, .cuerpo ul > li {
    margin-left: 7%;
  }

  .custompage .ficheros .fichero .desc {
    font-size: 1.5rem;
  }

  #supermenu .searchbutton .fa {
    font-size: 2.5rem;
  }

  .search-float-panel {
    z-index: 20;
    padding: 30px 0 50px;
  }

  .capablock {
    height: 100%;
    width: 100vw;
    background-color: #000;
    z-index: 10;
    position: fixed;
    opacity: 0.5;
    display: none;
  }

  #masthead .search-float-panel .button {
    margin-right: 7%;
  }

  .search-float-panel .input {
    width: 86%;
  }

  .search-results.bloque .title {
    font-size: 2rem;
    line-height: 120%;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 17px;
  }

  .search-cabecera {
    margin-bottom: 20px;
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 27px;
  }

  .search-results .noticias {
    width: 100%;
  }

  .search-results .noticias.columna .noticia .imagen.modoenr {
    width: 31.5%;
    height: 52px;
    float: left;
    margin-right: 5.5%;
    margin-bottom: 0;
  }

  .advanced-search .field.third:not(.author) {
    width: 47%;
    float: left;
  }

  .advanced-search .field.third:not(.author) + .field.third {
    float: right;
  }

  .advanced-search .field.third.hasta {
    float: right;
  }

  .advanced-search .field .input {
    padding-left: 7px;
  }

  .advanced-search .field {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .advanced-search #searchsubmit {
    margin-top: 0;
  }

  .search-results .noticias.columna .noticia .text {
    float: left;
    width: 63%;
  }

  .noticia.main .imagen.modoenr {
    height: auto;
    padding-top: 60%;
  }

  .noticias .noticia .imagen.modoenr {
    height: 158px;
  }

  .noticias.columna .noticia .imagen.modoenr {
    height: 158px;
  }

  .noticia.destacada .imagen.modoenr {
    height: 170px;
    margin-bottom: 14px;
  }

  .bloque.destacado .noticias.cuatro .noticia .imagen.modoenr {
    height: 160px;
  }

  .bloque.seccion .noticia.main .imagen.modoenr {
    height: auto;
    padding-top: 60%;
    margin-bottom: 0;
  }

  .bloque.destacado.opiniones .noticias .noticia .imagen.modoenr {
    height: 118px;
  }

  .bloque.destacado .noticias.una .noticia .imagen.modoenr, .bloque.destacado .noticias.doscolumnas .noticia .imagen.modoenr  {
    height: 140px;
    padding-top: 0;
  }

  .imagen.modoenr.img-autor {
    height: 106px;
  }

  .noticiadetail .noticia.detail .sumario .socials-share .social.pinterest {
    background-position: -330px -137px;
  }

  .menuopen .logo, .menuopen .searchbutton {
    visibility: hidden;
  }

  .search-float-panel .link.advanced {
    bottom: 10px;
  }

  .bloque.advanced-search .title {
    line-height: 88%;
}

  .close {
    right: 6%;
    width: 28px;
    height: 28px;
  }

  .searchbutton {
    display: table-cell !important;
    background-position: center;
  }

  #masthead .button, #footmenu .button {
    width: 26px;
    height: 19px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

  #masthead .button span {
    border-radius: 0%;
  }

  #masthead {
    position: fixed;
  }

  .bloque.opiniones .table {
    display: block;
  }

  .columns .column.featured .widget.trevda, .columns .column.featured .iframe {
    margin-left: -8%;
    width: 100vw !important;
  }

  .columns .column.featured .widget.trevda .trevda {
    margin-left: 0;
  }

  .noticia .cuerpo iframe {
    width: 100%;
  }

  .interior .bloque.listado .container .title:first-child {
    padding-top: 13px;
  }

  .noticia.detail .columns .trevda.fromheader {
      margin-bottom: 12px;
  }

  .logopequeno {
    display: none;
    width: 43px;
    margin-left: 0;
  }

  .cabeceranoticia .logoentero {
    display: none;
  }

  .cabeceranoticia .logopequeno {
    display: block;
    padding-left: 20px;
  }

  .cabeceranoticia .searchbutton {
    display: none !important;
  }

  .site-header:not(.cabeceranoticia) .socials-share {
    display: none;
  }

  .cabeceranoticia .socials-share {
    display: table-cell;
    float: none;
    text-align: right;
    white-space: nowrap;
  }

  .menuopen .socials-share {
    display: none !important;
  }

  .noticias.columna .related.news {
    display: table;
  }

  .noticias.columna .related.news .new {
    display: table-row;
  }

  .noticias.columna .related.news .new .fa {
    display: table-cell;
  }

  .noticias.columna .related.news .new .link {
    display: table-cell;
  }

  .noticiadetail .trevda + .noticia {
    margin-top: 14px;
  }

  .sumario.cifra {
    display: block;
  }

  .sumario.cifra .value {
    display: block;
  }

  .sumario.cifra .description {
    display: block;
    padding-top: 15px;
  }

  .related .new .link:hover {
    box-shadow: none;
  }

  #scrollup-wrapper .banner-members .container-wrapper {
    padding: 6rem;
    padding-bottom: 9rem;
    box-sizing: border-box;
    height: 44rem;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper {
    height: 6rem;
    padding: 1.4rem 2.2rem;
  }

  #scrollup-wrapper .banner-members .container-wrapper .header {
    font-size: 3.4rem;
    margin-bottom: 1.8rem;
  }

  #scrollup-wrapper .banner-members .container-wrapper .text {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
  }

  #scrollup-wrapper .banner-members .container-wrapper .text-mini {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.9rem;
  }

  #scrollup-wrapper .banner-members .container-wrapper .button-member {
    font-size: 1.8rem;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper .header {
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 0;
    vertical-align: sub;
    margin-top: 4px;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper .header-mini {
    display: none
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper .icon-arrow-top {
    top: 15px;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper .button-member {
    float: right;
    margin-right: 4rem;
  }

  .noticia.detail .member-article-banner {
    border-top: 1px solid #000;
    padding: 3rem 1.8rem;
  }

  .noticia.detail .member-article-banner .header {
    text-align: left;
  }

  .patrocinador-warning .first, .patrocinador-warning .second {
    line-height: 130%;
  }

  .patrocinador-warning .second .left, .patrocinador-warning .second .right {
    float: none;
  }

  .patrocinador-warning .second .right {
    margin-top: 1rem;
  }

  .noticiadetail.notigaleria .cabecera {
    min-height: 46.5rem;
    margin-top: 1rem;
    min-width: 0;
    width: 100%;
    margin-bottom: 2.8rem;
  }

  .noticiadetail.notigaleria .cabecera .titular {
    width: 90%;
    font-size: 5.4rem;
  }

  .noticiadetail.notigaleria .info .twitter:after {
      content: '';
  }

  .noticiadetail.notigaleria .info .fecha {
      display: block
      margin-top: 0.5rem;
  }

  .noticiadetail.notigaleria .info .twitter {
    padding-left: 1rem;
  }

  .noticiadetail.notigaleria .post-cabecera {
    padding-bottom: 1.8rem;
    margin-bottom: 3rem;
  }

  .noticiadetail.notigaleria .slickable-galeria .element .content-wrapper {
    width: 100%;
  }

  .newsletter-panel form {
    width: 90%;
  }

  .newsletter-panel .subtitle {
    font-size: 2.6rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -2px;
  }

}

@media only screen and (max-width : 424px) {
  #scrollup-wrapper .banner-members .container-wrapper {
    padding: 6rem 2rem;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper {
    padding: 1.4rem 1.2rem;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper .header {
    font-size: 1.8rem;
    margin-top: 8px;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper .button-member {
    font-size: 1.8rem;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper .icon-arrow-top {
    right: 15px;
  }
}

@media only screen and (max-width : 359px) {
  #scrollup-wrapper .banner-members .container-wrapper {
    padding: 6rem 2rem;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper {
    padding: 1.4rem 1.2rem;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper .header {
    font-size: 1.5rem;
    margin-top: 9px;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper .button-member {
    font-size: 1.5rem;
  }

  #scrollup-wrapper .banner-members.mini .container-wrapper .icon-arrow-top {
    right: 15px;
  }
}

@media print {
  #masthead, .trevda, #footer, .column.featured {
    display: none;
  }

  #content {
    margin-top: 0;
  }
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    .slickable .slick-arrow, .slickable-mobile .slick-arrow,
    #masthead .socials .social,
    #footsupermenu .sections .socials .social,
    #scrollup-wrapper .scrollup,
    .noticiadetail .noticia.detail .socials-share .social,
    .cabeceranoticia .socials-share .social,
    .noticiadetail .noticia.detail .option,
    .comment .reply a:before,
    #selectionSharerPopover.selectionSharer a {
      background-image: url('img/CEsprite.png');
    }

    .searchbutton, #masthead .search-float-panel .button {
      background-image: url('img/lupa.png');
    }

}


/** NAVIGATOR FIXES **/
.firefox.mac .noticia a.titular:hover, .firefox.mac .bloque.destacado .noticias.doscolumnas .noticia .text a.titular:hover,
.android.mobile .noticia a.titular:hover, .android.mobile .bloque.destacado .noticias.doscolumnas .noticia .text a.titular:hover,
.msie .noticia a.titular:hover, .msie .bloque.destacado .noticias.doscolumnas .noticia .text a.titular:hover, .msie .related .new .link:hover {
  box-shadow: initial;
  opacity: 0.6;
}

.android.mobile .noticia .titular {
  outline: none;
}

.firefox.mac .noticia.destacada .titular {
  display: inline-block;
  font-family: "Relay Cond Bd", Arial, sans-serif;
  letter-spacing: 0;
}

.firefox.mac .sections ul:not(.sub-menu) .menu-item a  {
  border-bottom: 3px solid transparent;
}

.firefox.mac .sections ul.sub-menu .menu-item.current-menu-item a {
  border-color: #000;
}

.firefox.mac .sub-menu {
  margin-top: -1px;
}
/*Regla deprecada - se ve perfectamente en firefox mac 
.firefox.mac .noticia.main .titular {
  line-height: 58%;
} */

.firefox.mac .noticia.main .titular:hover, 
.msie .noticia.main .titular:hover {
  box-shadow: initial;
  opacity: 0.6;
}

.android.mobile .searchbutton {
  outline: none;
}

#desplegable {
  display: none;
  width: 320px;
  position: absolute;
  background-color: #FFF;
  z-index: 100;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);

    border-bottom: 1px #999 solid;
    margin-top: 44px;
  padding-bottom: 0;
    transition: margin-top 0.4s ease;
}

#desplegable .sub-menu {
  padding: 0;
  border-top: 0;
}

body:not(.mobile) .menuopen #desplegable {
  display: block;
}

#desplegable .sections .menu-item {
  margin-left: 30px;
}

#desplegable .sections ul:not(.sub-menu) > .menu-item > a {
  font-family: "QuickSandRev", sans-serif;
  text-decoration: none;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #000;
}

#desplegable .sections {
  display: block;
  width: 100%;
}

#desplegable .sections ul .menu-item {
  display: block;
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #C2C2C2;
}

#desplegable .sections ul .menu-item {
  margin-top: 0;
}

#desplegable .sections ul .menu-item > a {
  padding: 16px 5% 16px 13%;
  display: block;
}

#desplegable .sections ul .menu-item:hover a {
    border-bottom: 0 !important;
}

#desplegable .sections ul a {
    border-bottom: 0 !important;
}

#desplegable .row {
  display: block;
}

#desplegable .sections ul:not(.sub-menu) a {
  font-weight: bold;
  font-size: 1.8rem;
}

#desplegable .sections ul > .menu-item.menu-item-has-children {
  position: relative;
}

#desplegable .sections ul > .menu-item.menu-item-has-children > a + .flechita {
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  padding: 0 7%;
  font-size: 45px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}

#desplegable .sections .sub-menu .menu-item {
  border-top: 1px solid #C2C2C2;
  border-bottom: 0;
}

#desplegable .sections .sub-menu .menu-item a {
  padding-left: 19.5%;
  font-size: 1.8rem;
  text-transform: none;
}

#desplegable .sections .menu-item.current-menu-item.menu-item-has-children > a + .flechita,
#desplegable .sections .menu-item.current-menu-ancestor.menu-item-has-children > a + .flechita,
#desplegable .sections .menu-item.current-post-ancestor.menu-item-has-children > a + .flechita,
#desplegable .sections .menu-item.menu-item-has-children:hover > a + .flechita {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

#desplegable .sections .menu-item.current-menu-item.menu-item-has-children > a + .flechita + .sub-menu, #desplegable .sections .menu-item.current-menu-ancestor.menu-item-has-children > a + .flechita + .sub-menu, #desplegable .sections .menu-item.current-post-ancestor.menu-item-has-children > a + .flechita + .sub-menu {
  display: block;
}

#desplegable .sections .links .menu-item {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "QuickSandRev", Arial, sans-serif;
}

#desplegable .sections .links .menu-item a{
  text-transform: none;
  font-weight: normal;
}

#desplegable .socials {
  padding: 20px 5% 20px 12%;
}

#desplegable .sections .current-menu-item > a, #desplegable .sections .current-menu-ancestor > a, #desplegable .sections .current-post-ancestor:not(.no-marcar) > a,
#desplegable .sections .menu-item:hover > a  {
  background-color: #F5F5F5;
  color: #ab1833 !important;
}

#desplegable .sections .sub-menu .current-menu-item > a, #desplegable .sections .sub-menu .current-post-ancestor > a, #desplegable .sections .sub-menu .menu-item:hover > a {
  background-color: transparent;
}

@media only screen and (min-width : 738px) {
  .bloque:not(.portada):not(.search-results) .noticias.columna .noticia.principal:first-child .imagen {
    width: 100% !important;
    height: 373px !important;
    max-width: inherit !important;
    margin-bottom: 23px !important;
  }

  .bloque:not(.portada):not(.search-results) .noticias.columna .noticia.principal:first-child .text {
    width: 100%;
    max-width: inherit;
  }

  .bloque:not(.portada):not(.search-results) .noticias.columna .noticia.principal:first-child .text > a {
    text-transform: uppercase;
    font-family: "Relay Cond Bd", Arial, sans-serif;
    font-size: 4.7rem;
    letter-spacing: -1px;
    line-height: 91%;
  }

  .bloque:not(.portada):not(.search-results) .noticias.columna .noticia.principal:first-child .text > a:hover {
    box-shadow: inset 0 -7px 0 white, inset 0 -8px 0 black;
  }

  .bloque:not(.portada):not(.search-results) .noticias.columna .noticia.principal:first-child .info {
    right: inherit;
    position: relative;
    margin-top: 25px;
    display: inline-block;
  }
}

@media only screen and (max-width : 340px) {
  .cabeceranoticia .logopequeno {
      padding-left: 15px;
  }

}

.slick-arrow {
  visibility: hidden;
 }

 .menuabierto {
  overflow-y: hidden;
 }

-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
-webkit-tap-highlight-color: transparent;

/*! Gray v1.5.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;
}

.grayscale.grayscale-fade {
  transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition:         -webkit-filter .5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter:         none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

.autores .img-autor .grayscale-replaced, .autor.perfil .img-autor .grayscale-replaced {
  margin-top: 99999px !important;
}

.destacado .opinion .circle-video {
    display: none;
}

.bloque.portada.main .noticias .noticia .info {
    display: none;
}

/* Cambio de marca */
#supermenu{
/*    background: url('../img/header-background-hr.svg') 130px 50% no-repeat;*/
}
.member-header {
    max-height: 53px;
}
.noauto{
    margin:0;
}
@media only screen and (max-width : 738px) {
    #supermenu{
        background: none;
    }
    .member-header {
        display: none;
    }
}
@media screen and (min-width: 100px) and (max-width : 767px) {
    .cc_container .cc_message {
        margin-top: 0.5em !important;
        font-size: 0.8em !important;
    }
    .cc_container .cc_btn {
        font-size: 0.8em !important;
    }
}
p.akismet_comment_form_privacy_notice, p.comment-form-cookies-consent label{
    font-size: 1.3em;
}

/** smart **/
#menu .searchbutton.cell{
  float: right;
}
#menu #smarticon{
  float: right;
  margin-top: -6px;
  padding: 0;
}
#menu #smarticon #registerUser img{
  background-color: black;
  opacity: 0.8;
  height: 28px;
  cursor: pointer;
}
#menu #smarticon #alreadyUser img{
  opacity: 0.8;
  height: 28px;
  cursor: pointer;
}

@media (max-width: 768px){
  #menu #smarticon{
    float: right;
    margin-top: -37px;
    padding-right: 12%;    
  }
}
body .smartmodalDialog .customcollor{
  background: #ffd700;  
  max-width: 600px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
body .smartmodalDialog .customcollor .endmodalcustomclient div:first-of-type{
  display: none;
}
body .smartmodalDialog .customcollor .endmodalcustomclient .provtcsv{
  margin-top: 0;
  text-align: center;
}
body .smartmodalDialog .customcollor .btncustomerclass{
  max-width: 300px;
  display: flex;
  justify-content: center;  
}
body .smartmodalDialog .container{
  padding: 0;
}
body .smartmodalDialog h2{
  font-size: 20px;
}
body .smartmodalDialog h4{
  font-size: 16px;
  line-height: 1.2;
}
body .smartmodalDialog .smartclose2{
  font-family: sans-serif;
  cursor: pointer; 
}
body .smartmodalDialog .modal-dialog-smart{
  font-size: 14px;
}
body .smartmodalDialog .endmodalcustomclient{
  padding: 0 !important;
  font-size: 14px !important;
}
body .smartmodalDialog .endmodalcustomclient .provtcsv,
#smart1234 .endmodalcustomclient .provtcsv{
  font-size: 12px !important;
  color: #403a3a !important;
}
body .smartmodalDialog .btncustomerclass{
  font-family: "QuickSandRev";
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 15px !important;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  background: black !important;
}
body .smartmodalDialog .btncustomerclass:hover{
  border: none;
  color: white;
}
body .smartmodalDialog a.smartlinks,
#smart1234 a.smartlinks,
#smart1234 div:not(.bloque-texto) p a:not(.btncustomerclass) {
  color: black !important;
}
#smart1234 .border-smart-box-pay{
  border-color: #ffd700;
  background: #ffd700;
  border-radius: 0;
}
#smart1234 .border-smart-box-pay h1,
#smart1234 .border-smart-box-pay h2{
  font-size: 28px;
  font-family: "QuickSandRev";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#smart1234 .border-smart-box-pay h4{
  font-size: 16px;
  line-height: 1.2;
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#smart1234 .border-smart-box-pay p,
#smart1234 .border-smart-box-pay p *{
  font-size: 14px !important;
  background-color: transparent; !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
#smart1234 .border-smart-box-pay p {
  margin-bottom: 5px !important;
}
#smart1234 a.btncustomerclass{
  font-family: "QuickSandRev";
  margin-bottom: 10px;
  display: inline-block;
  max-width: 350px;
  width: 100%;
  border-radius: 15px !important;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  background: black !important;
  padding: 6px 12px !important;
  color: white;
  font-size: 18px !important;
  line-height: 1.42857143;
}
#smart1234 a.btncustomerclass:hover{
  border-color: black;
  color: white;
}
#smart1234 .maintextinfor{
  margin-bottom: 15px;
}
#smart1234 .endmodalcustomclient{
  padding: 0 !important;
  text-align: center;
  margin-top: 10px;
}
#smart1234 .endmodalcustomclient div:first-of-type{
  display: none;
}
#smart1234 .endmodalcustomclient a{
  font-size: 12px !important;
  color: #403a3a !important;
  text-decoration: none;
}
#smart1234 .endmodalcustomclient a:hover{
  text-decoration: underline;
}
#smart1234 .endmodalcustomclient{
  color: black;
  font-size: 14px !important; 
}
body .smartmodalDialog .modal {
  position: static;
}
body .smartmodalDialog img{
  max-width: 100px;
}
body .smartmodalDialog .comprar a.primaryAction{
  font-family: "QuickSandRev";
  margin-bottom: 10px;
  display: inline-block;
  max-width: 350px;
  width: 90%;
  border-radius: 15px !important;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  background: black !important;
  padding: 6px 12px !important;
  color: white;
  font-size: 18px !important;
  line-height: 1.42857143;
}
body .smartmodalDialog .comprar a.primaryAction:hover{
  border-color: black;
}
body .smartmodalDialog .nombreplan h2{
  font-size: 28px;
  font-family: "QuickSandRev";
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}

body .smartmodalDialog .smartcontent_modal .recomedbtnf,
body .smartmodalDialog .showmoreless{
  color: black;
}
body .smartmodalDialog .smartcontent_modal .recomedbtn{
  color: inherit;
}
body .plandescription{
  font-size: 14px;
  height: auto !important;
}
#smartLinks a,
#smartLinks div{
  font-size: 14px !important;
}
#smartLinks .paymentmenu{
  margin-top: 10px;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase;
  background: black !important;
  padding: 6px 12px !important;
  color: white;
  width: 100%;
  line-height: 1.42857143;
}
#smartLinks .paymentmenu:hover{
  text-decoration: none;
  color: white;
}
#smartLinks .clocemenuslide{
  font-family: sans-serif;
  cursor: pointer; 
}

body #mayordeedad,
body #mayordeedad + label{
  display: none;
}
#teaser{
  position: relative;
}

#teaser:empty{
  display: none;
}

#teaser:after{
  position: absolute;
  bottom: 0;
  content: "";
  height: 200px;
  width: 100%;
  display: block;
  background: linear-gradient(180deg,rgba(140,50,50,0) 0,hsla(0,0%,100%,.53) 10%,#fff 85%);
}

.comment-form-cookies-consent {
  clear: both;
  padding-top: 10px;
}

/* 12/22: Cambio del logo */
#supermenu .logo,
#supermenu .logo img.hide-mobile {
  width: 100%;
}

@media (min-width: 738px) {
  #supermenu > .table .row, 
  #supermenu > .table .row .cell {
    display: blocK;
  }

  #supermenu > .table .row .cell {
    width: 100%;
  }
}

